]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(eudc-hotlist-mode): Use run-mode-hooks.
[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 * play/doctor.el (doctor-mode-map): Remove defvar.
34 (doctor-mode): Use define-derived-mode.
35
36 * mail/mspools.el (mspools-mode):
37 * net/eudc-hotlist.el (eudc-hotlist-mode):
38 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
39
40 2005-06-10 Miles Bader <miles@gnu.org>
41
42 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
43 Remove "-face" suffix from face names.
44 (flyspell-incorrect-face, flyspell-duplicate-face):
45 New backward-compatibility aliases for renamed faces.
46 (flyspell-mode-on, make-flyspell-overlay)
47 (flyspell-highlight-incorrect-region)
48 (flyspell-highlight-duplicate-region)
49 (flyspell-display-next-corrections)
50 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
51
52 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
53 from face name.
54 (texinfo-heading-face): New backward-compatibility alias for
55 renamed face.
56 (texinfo-heading-face): Use renamed texinfo-heading face.
57
58 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
59 suffix from face names.
60 (tex-math-face, tex-verbatim-face):
61 New backward-compatibility aliases for renamed faces.
62 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
63 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
64 literal face name.
65
66 * textmodes/table.el (table-cell): Remove "-face" suffix from face
67 name.
68 (table-cell-face): New backward-compatibility alias for renamed face.
69 (table--put-cell-face-property, table--update-cell-face):
70 Use renamed table-cell face.
71
72 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
73 from face name.
74 (sgml-namespace-face): New backward-compatibility alias for
75 renamed face.
76 (sgml-namespace-face): Use renamed sgml-namespace face.
77
78 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
79 (org-level-4, org-level-5, org-level-6, org-level-7)
80 (org-level-8, org-warning, org-headline-done)
81 (org-deadline-announce, org-scheduled-today)
82 (org-scheduled-previously, org-link, org-done, org-table)
83 (org-time-grid): Remove "-face" suffix from face names.
84 (org-level-1-face, org-level-2-face, org-level-3-face)
85 (org-level-4-face, org-level-5-face, org-level-6-face)
86 (org-level-7-face, org-level-8-face, org-warning-face)
87 (org-headline-done-face, org-deadline-announce-face)
88 (org-scheduled-today-face, org-scheduled-previously-face)
89 (org-link-face, org-done-face, org-table-face)
90 (org-time-grid-face):
91 New backward-compatibility aliases for renamed faces.
92 (org-level-faces, org-set-font-lock-defaults, org-timeline)
93 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
94 (org-agenda-get-timestamps, org-agenda-get-scheduled)
95 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
96
97 * emulation/viper-init.el (viper-search, viper-replace-overlay)
98 (viper-minibuffer-emacs, viper-minibuffer-insert)
99 (viper-minibuffer-vi): Remove "-face" suffix from face names.
100 (viper-search-face, viper-replace-overlay-face)
101 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
102 (viper-minibuffer-vi-face):
103 New backward-compatibility aliases for renamed faces.
104 (viper-search-face, viper-replace-overlay-face)
105 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
106 (viper-minibuffer-vi-face): Use renamed viper faces.
107
108 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
109 Remove "-face" suffix from face names.
110 (testcover-nohits-face, testcover-1value-face):
111 New backward-compatibility aliases for renamed faces.
112 (testcover-mark): Use renamed testcover faces.
113
114 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
115 face name.
116 (diary-button-face): New backward-compatibility alias for renamed face.
117 (diary-entry): Use renamed diary-button face.
118
119 * calendar/calendar.el (diary, calendar-today, holiday)
120 (mark-visible-calendar-date): Remove "-face" suffix from face names.
121 (diary-face, calendar-today-face, holiday-face):
122 New backward-compatibility aliases for renamed faces.
123 (eval-after-load "facemenu", diary-entry-marker)
124 (calendar-today-marker, calendar-holiday-marker, diary-face):
125 Use renamed calendar faces.
126
127 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
128 (compare-windows-face): New backward-compatibility alias for
129 renamed face.
130 (compare-windows-highlight): Use renamed compare-windows face.
131
132 * strokes.el (strokes-char): Remove "-face" suffix from face name.
133 (strokes-char-face): New backward-compatibility alias for renamed face.
134 (strokes-encode-buffer): Use renamed strokes-char face.
135
136 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
137 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
138 Remove "-face" suffix from face names.
139 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
140 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
141 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
142 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
143 Use renamed pcvs faces.
144 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
145 * pcvs-defs.el (cvs-mode-map): Likewise.
146 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
147
148 * info.el (info-title-1, info-title-2, info-title-3)
149 (info-title-4): Remove "-face" suffix from and downcase face names.
150 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
151 (Info-title-4-face):
152 New backward-compatibility aliases for renamed faces.
153 (Info-fontify-node): Use renamed info faces.
154
155 * hilit-chg.el (highlight-changes, highlight-changes-delete):
156 Remove "-face" suffix from face names.
157 (highlight-changes-face, highlight-changes-delete-face):
158 New backward-compatibility aliases for renamed faces.
159 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
160 (hilit-chg-make-list): Use renamed highlight-changes faces.
161
162 * generic-x.el (show-tabs-tab, show-tabs-space):
163 Remove "-face" suffix from face names.
164 (show-tabs-tab-face, show-tabs-space-face):
165 New backward-compatibility aliases for renamed faces.
166 (show-tabs-generic-mode-font-lock-defaults-1)
167 (show-tabs-generic-mode-font-lock-defaults-2):
168 Use renamed show-tabs faces.
169
170 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
171 (smerge-markers): Remove "-face" suffix from face names.
172 (smerge-mine-face, smerge-other-face, smerge-base-face)
173 (smerge-markers-face):
174 New backward-compatibility aliases for renamed faces.
175 (smerge-mine-face, smerge-other-face, smerge-base-face)
176 (smerge-markers-face): Use renamed smerge faces.
177
178 * log-view.el (log-view-file, log-view-message):
179 Remove "-face" suffix from face names.
180 (log-view-file-face, log-view-message-face):
181 New backward-compatibility aliases for renamed faces.
182 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
183
184 * paren.el (show-paren-match, show-paren-mismatch):
185 Remove "-face" suffix from face names.
186 (show-paren-match-face, show-paren-mismatch-face):
187 New backward-compatibility aliases for renamed faces.
188 (show-paren-function): Use renamed show-paren faces.
189
190 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
191 (ruler-mode-margins, ruler-mode-fringes)
192 (ruler-mode-column-number, ruler-mode-fill-column)
193 (ruler-mode-comment-column, ruler-mode-goal-column)
194 (ruler-mode-tab-stop, ruler-mode-current-column):
195 Remove "-face" suffix from face names.
196 (ruler-mode-default-face, ruler-mode-pad-face)
197 (ruler-mode-margins-face, ruler-mode-fringes-face)
198 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
199 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
200 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
201 New backward-compatibility aliases for renamed faces.
202 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
203 (ruler-mode-column-number, ruler-mode-fill-column)
204 (ruler-mode-comment-column, ruler-mode-goal-column)
205 (ruler-mode-tab-stop, ruler-mode-current-column)
206 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
207
208 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
209 face name.
210 (whitespace-highlight-the-space): Use renamed face.
211 (whitespace-highlight-face): New backward-compatibility alias for
212 renamed face.
213
214 * woman.el (woman-italic, woman-bold, woman-unknown)
215 (woman-addition, woman-symbol-face):
216 Remove "-face" suffix from face names.
217 (woman-italic-face, woman-bold-face, woman-unknown-face)
218 (woman-addition-face):
219 New backward-compatibility aliases for renamed faces.
220 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
221 (woman-decode-region, woman-replace-match)
222 (woman-display-extended-fonts, woman-special-characters)
223 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
224 Use renamed woman faces.
225
226 * longlines.el (longlines-visible-face): Face removed.
227
228 * diff-mode.el (diff-header, diff-file-header, diff-index)
229 (diff-hunk-header, diff-removed, diff-added, diff-changed)
230 (diff-function, diff-context, diff-nonexistent): Remove "-face"
231 suffix from face names.
232 (diff-header-face, diff-file-header-face, diff-index-face)
233 (diff-hunk-header-face, diff-removed-face, diff-added-face)
234 (diff-changed-face, diff-function-face, diff-context-face)
235 (diff-nonexistent-face): New backward-compatibility aliases for
236 renamed faces.
237 (diff-header-face, diff-file-header-face)
238 (diff-index, diff-index-face, diff-hunk-header)
239 (diff-hunk-header-face, diff-removed, diff-removed-face)
240 (diff-added, diff-added-face, diff-changed-face, diff-function)
241 (diff-function-face, diff-context-face, diff-nonexistent)
242 (diff-nonexistent-face): Use renamed diff-mode faces.
243
244 * progmodes/compile.el (compilation-warning-face)
245 (compilation-info-face): Remove "-face" suffix from face names.
246 (compilation-warning-face, compilation-info-face):
247 New backward-compatibility aliases for renamed faces.
248 (compilation-warning-face, compilation-info-face):
249 Use renamed compilation faces.
250
251 * add-log.el (change-log-date, change-log-name)
252 (change-log-email, change-log-file, change-log-list)
253 (change-log-conditionals, change-log-function)
254 (change-log-acknowledgement): Remove "-face" suffix from face names.
255 (change-log-date-face, change-log-name-face)
256 (change-log-email-face, change-log-file-face)
257 (change-log-list-face, change-log-conditionals-face)
258 (change-log-function-face, change-log-acknowledgement-face):
259 New backward-compatibility aliases for renamed faces.
260 (change-log-font-lock-keywords): Use renamed change-log faces.
261
262 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
263 (custom-set, custom-changed, custom-saved, custom-button)
264 (custom-button-pressed, custom-documentation, custom-state)
265 (custom-comment, custom-comment-tag, custom-variable-tag)
266 (custom-variable-button, custom-face-tag, custom-group-tag-1)
267 (custom-group-tag): Remove "-face" suffix from face names.
268 (custom-magic-alist, custom-magic-value-create)
269 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
270 (custom-invalid-face, custom-rogue-face, custom-modified-face)
271 (custom-set-face, custom-changed-face, custom-saved-face)
272 (custom-button-face, custom-button-pressed-face)
273 (custom-documentation-face, custom-state-face)
274 (custom-comment-face, custom-comment-tag-face)
275 (custom-variable-tag-face, custom-variable-button-face)
276 (custom-face-tag-face, custom-group-tag-face-1)
277 (custom-group-tag-face):
278 New backward-compatibility aliases for renamed faces.
279
280 * wid-edit.el (widget-documentation, widget-button)
281 (widget-field, widget-single-line-field, widget-inactive)
282 (widget-button-pressed): "-face" suffix removed from face names.
283 (widget-documentation-face, widget-button-face)
284 (widget-field-face, widget-single-line-field-face)
285 (widget-inactive-face, widget-button-pressed-face):
286 New backward-compatibility aliases for renamed faces.
287 (widget-documentation-face, widget-button-face)
288 (widget-button-pressed-face, widget-specify-field)
289 (widget-specify-inactive): Use renamed widget faces.
290
291 2005-06-10 Kenichi Handa <handa@m17n.org>
292
293 * term/x-win.el (x-clipboard-yank): Remove condition-case
294 wrapping.
295
296 2005-06-11 Kenichi Handa <handa@m17n.org>
297
298 * add-log.el (change-log-font-lock-keywords): Make the regexp for
299 date lines stricter.
300
301 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
302
303 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
304 of x-get-selection.
305
306 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
307
308 * comint.el (comint-mode, comint-snapshot-last-prompt):
309 * frame.el (frame-current-scroll-bars):
310 * term.el (term-mode, term-check-proc, term-input-sender)
311 (term-simple-send, term-extract-string, term-word)
312 (term-match-partial-filename):
313 * window.el (window-current-scroll-bars):
314 * emulation/cua-base.el (cua-normal-cursor-color)
315 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
316 (cua-global-mark-cursor-color):
317 * mail/undigest.el (rmail-forward-separator-regex):
318 Fix typos in docstrings.
319
320 * comint.el (comint-check-proc, make-comint-in-buffer)
321 (comint-source-default): Doc fixes.
322
323 * term.el (term-send-string): Improve argument/docstring
324 consistency.
325
326 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
327
328 * comint.el (comint-send-input): Bind `inhibit-read-only' around
329 call to `delete-region'.
330 (comint-mode-hook): Do not enable Font Lock by default.
331
332 2005-06-09 Lute Kamstra <lute@gnu.org>
333
334 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
335 could be void.
336
337 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
338
339 * emacs-lisp/debug.el (debugger-will-be-back): New var.
340 (debug): Use it.
341 (debugger-step-through, debugger-continue, debugger-jump)
342 (debugger-return-value): Set it when needed.
343 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
344 Use inhibit-read-only.
345
346 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
347
348 * window.el (shrink-window-if-larger-than-buffer)
349 (window-size-fixed): Fix typo in docstring.
350
351 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
352 thumbnails directory on loading.
353 (thumbs-conversion-program): Use `eq' to check the system type,
354 not `equal'.
355 (thumbs-temp-dir): Initialize to `temporary-file-directory',
356 not "/tmp". Fix docstring.
357 (thumbs-thumbsdir): New function to return the thumbnails
358 directory, creating it if needed.
359 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
360 (thumbs-temp-file): Delete variable and make it into a function.
361 (thumbs-resize-image, thumbs-modify-image): Use it.
362 (thumbs-kill-buffer): Simplify.
363 (thumbs-gensym): Defalias or duplicate CL `gensym'.
364 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
365 docstrings.
366
367 2005-06-09 Kim F. Storm <storm@cua.dk>
368
369 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
370 set-match-data to free markers in match-data.
371
372 * replace.el (replace-match-data): Pass RESEAT arg `t' to
373 match-data to unchain markers in match-data.
374
375 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
376
377 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
378 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
379 unnecessary now.
380
381 2005-06-08 Richard M. Stallman <rms@gnu.org>
382
383 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
384 give the variable a doc string that doesn't say don't set it directly.
385
386 * textmodes/ispell.el (ispell-check-version):
387 Use match-string-no-properties.
388 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
389 (ispell-buffer-local-words): Likewise.
390
391 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
392 except on terminals with enough colors to really display it.
393 (makefile-dependency-regex): Delete spurious `bb'.
394
395 * faces.el (escape-glyph): Use blue once again in last case.
396 (no-break-space): Redefine so that it isn't invisible on a tty.
397
398 2005-06-08 Kim F. Storm <storm@cua.dk>
399
400 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
401 also when reading directory name.
402
403 2005-06-08 Lute Kamstra <lute@gnu.org>
404
405 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
406 (flyspell-mode-line-string): Remove autoload cookie.
407 (flyspell-mode): Remove defvar.
408
409 2005-06-07 Lute Kamstra <lute@gnu.org>
410
411 * textmodes/org.el (org-run-mode-hooks): New function.
412 (org-agenda-mode): Use it.
413
414 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
415
416 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
417
418 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
419
420 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
421
422 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
423
424 * font-lock.el (font-lock-add-keywords): Doc fix.
425
426 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
427
428 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
429 (tex-compile-default): In the absence of any history, use the order in
430 tex-compile-alist to choose the preferred command.
431 (tex-compile-commands): Reorder a bit.
432
433 * textmodes/flyspell.el (flyspell-auto-correct-binding)
434 (flyspell-incorrect-face, flyspell-duplicate-face):
435 Use (X)Emacs-agnostic code.
436 (flyspell-mode-map): Don't overwrite at each load. Remove code
437 redundant with the subsequent add-minor-mode. Merge Emacs and
438 XEmacs code.
439 (flyspell-word): Minor simplification.
440 (flyspell-math-tex-command-p): Quieten the byte-compiler.
441 (flyspell-external-point-words): Remove unused vars `size' and `start'.
442 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
443 Merge the corresponding Emacs code.
444 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
445
446 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
447 a dedicated window.
448
449 * international/latexenc.el (latexenc-find-file-coding-system):
450 Undo part of last patch, to turn off a compiler warning.
451
452 2005-06-06 Juri Linkov <juri@jurta.org>
453
454 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
455 Rename `tmm-inactive-face' to `tmm-inactive'.
456
457 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
458
459 * iswitchb.el: Rename faces.
460
461 2005-06-06 Kim F. Storm <storm@cua.dk>
462
463 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
464 (cua-global-mark): Remove -face suffix from face names.
465
466 * emulation/cua-gmrk.el (cua--init-global-mark):
467 Remove cua-global-mark face setup.
468
469 2005-06-06 Richard M. Stallman <rms@gnu.org>
470
471 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
472 just like other allowed characters.
473 (makefile-match-dependency): Exclude leading and training whitespace
474 from the range of regexp subexp 1.
475 (makefile-macroassign-regex): Don't try to match the body,
476 just the name of the macro being defined.
477
478 * info.el (Info-read-node-name-2): New function.
479 (Info-read-node-name-1): Use that.
480 Add a completion-base-size-function property.
481
482 * simple.el (completion-setup-function): Look for
483 completion-base-size-function property of
484 minibuffer-completion-table.
485
486 * files.el (locate-file-completion): Doc fix.
487
488 * printing.el: Don't call pr-update-menus; user must do that.
489
490 * emacs-lisp/debug.el (debugger-window): New variable.
491 (debug): Use debugger-window if it is set and still alive.
492 Record debugger-window for next entry.
493
494 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
495
496 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
497
498 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
499 (hack-one-local-variable, hack-local-variables)
500 (hack-local-variables-prop-line): Pass that arg.
501
502 2005-06-06 Kim F. Storm <storm@cua.dk>
503
504 * ido.el (ido-first-match, ido-only-match, ido-subdir)
505 (ido-indicator): Remove -face suffix from face names.
506
507 2005-06-06 Juri Linkov <juri@jurta.org>
508
509 * font-lock.el (font-lock-regexp-backslash)
510 (font-lock-regexp-backslash-construct): New faces.
511 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
512 after `('. Add `while-no-input' to control structures.
513
514 * faces.el (no-break-space, shadow): New faces.
515 (escape-glyph): Use less loud colors pink2 and red4.
516
517 * diff-mode.el (diff-context-face)
518 * dired.el (dired-ignored)
519 * rfn-eshadow.el (file-name-shadow)
520 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
521
522 * info.el (Info-title-1-face): Use green instead of yellow because
523 bold yellow is not readable on light backgrounds.
524
525 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
526 before selecting the desired mode to not spend time fontifying
527 old contents.
528
529 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
530
531 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
532 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
533
534 * ps-print.el (ps-default-fg, ps-default-bg):
535 Fix typos in docstrings.
536
537 * isearchb.el (isearchb): Don't pass a spurious second argument to
538 `iswitchb-completions'.
539
540 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
541
542 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
543 to preserve point.
544 (gdb-find-file-hook): Add doc string.
545
546 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
547 C dereferenced pointer expression.
548 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
549
550 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
551
552 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
553 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
554 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
555 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
556 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
557 Make background transparent.
558
559 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
560
561 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
562 (font-lock-remove-keywords): Doc fix.
563 (font-lock-mode-major-mode): Compiler defvar.
564 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
565
566 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
567 (font-lock-mode): Update `font-lock-mode-major-mode'.
568 (font-lock-set-defaults): Compiler defvar.
569 (font-lock-default-function): Take `font-lock-mode-major-mode'
570 into account.
571
572 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
573 keep track of which major mode it enabled the minor mode for.
574 Use find-file-hook again. Update docstring.
575
576 * simple.el (eval-expression-print-level)
577 (eval-expression-print-length, eval-expression-debug-on-error):
578 Doc fixes.
579
580 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
581
582 * iswitchb.el (iswitchb-single-match-face)
583 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
584 (iswitchb-invalid-regexp-face): New faces.
585 (iswitchb-completions): Use them.
586 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
587 now marked as an obsolete alias.
588 (iswitchb-read-buffer): Remove check for bound font variables.
589 (iswitchb-invalid-regexp): New free variable.
590 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
591 set iswitchb-invalid-regexp.
592 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
593 invalid regexps.
594 (iswitchb-completions): Add check for complete match when entering
595 a regexp.
596 (iswitchb-completions): Remove require-match argument.
597 (iswitchb-exhibit): Fix caller.
598 (iswitchb-common-match-inserted): New variable.
599 (iswitchb-complete, iswitchb-completion-help): Use it.
600
601 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
602
603 * url-http.el (url-http-chunked-encoding-after-change-function):
604 Use `url-http-debug' instead of `message'.
605
606 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
607
608 * url-http.el (url-http-parse-headers): Pass redirected URL as a
609 callback argument.
610
611 2005-06-04 Kim F. Storm <storm@cua.dk>
612
613 * simple.el (line-move): Only call sit-for when moving backwards.
614
615 * ido.el (ido-make-merged-file-list-1): New defun split from
616 ido-make-merged-file-list.
617 (ido-make-merged-file-list): Bind throw-on-input around call to
618 ido-make-merged-file-list-1. Return input-pending-p if
619 interrupted by more input available.
620 (ido-read-internal): Handle input-pending-p return value from
621 ido-make-merged-file-list.
622
623 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
624
625 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
626 compatibility code.
627
628 * international/latexenc.el (latexenc-find-file-coding-system):
629 Don't inherit the EOL part of the coding-system from the
630 tex-main buffer. Fit within 80 columns.
631
632 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
633
634 * tmm.el (tmm-inactive-face): New face.
635 (tmm-remove-inactive-mouse-face): New function.
636 (tmm-prompt, tmm-add-one-shortcut)
637 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
638 but not selectable.
639
640 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
641
642 * faces.el (face-equal): Improve argument/docstring consistency.
643
644 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
645
646 * progmodes/make-mode.el (makefile-targets-face)
647 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
648 (makefile-bsdmake-dependency-regex)
649 (makefile-makepp-rule-action-regex)
650 (makefile-bsdmake-rule-action-regex): New constants.
651 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
652
653 * progmodes/compile.el (compilation-error-regexp-alist-alist):
654 Allow (...) within `...' for makepp messages.
655
656 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
657
658 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
659
660 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
661 "." files are deleted from all file lists before comparison.
662
663 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
664 (viper-ESC-key): Made them customizable.
665
666 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
667
668 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
669
670 * autorevert.el (auto-revert-buffers): Use save-match-data.
671
672 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
673
674 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
675 menu items with a nil command binding.
676
677 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
678
679 * emacs-lisp/cl-macs.el (defsetf):
680 Improve argument/docstring consistency.
681
682 * faces.el (list-faces-display): Improve the formatting by
683 computing the maximum length required for any face-name (reworked
684 patch of 1999-01-11, accidentally deleted on 1999-07-21).
685 (internal-find-face): Remove redundant info in docstring.
686
687 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
688
689 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
690 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
691 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
692 (gdb-assembler-custom): Improve regexps.
693 (def-gdb-auto-update-handler): Use window point to preserve point.
694
695 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
696
697 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
698
699 2005-05-31 Jay Belanger <belanger@truman.edu>
700
701 * calc/calc-embed.el (calc-embedded-word): Change argument passed
702 to calc-embedded.
703 (calc-embedded-make-info): Have plain prefix argument select
704 entire line.
705
706 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
707
708 * faces.el (list-faces-display): Signal error if passed a regexp
709 that matches no face name.
710
711 * simple.el (filter-buffer-substring): Fix typo in docstring.
712
713 2005-05-31 Richard M. Stallman <rms@gnu.org>
714
715 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
716 (vhdl-emacs-21): Doc fix.
717 (vhdl-mode): Unconditionally set comment-padding.
718 (vhdl-fixup-whitespace-region): Insert spaces only where
719 there are none.
720 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
721
722 2005-05-30 John Wiegley <johnw@newartisans.com>
723
724 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
725 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
726 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
727 `directory-sep-char' to ?/, and all uses of `string-to-int' to
728 `string-to-number'.
729
730 2005-05-30 Jay Belanger <belanger@truman.edu>
731
732 * calc/calc.el (calc-bug-address): Fix docstring.
733 (calc-window-hook, calc-trail-window-hook): New variables.
734 (calc-trail-display): Restore use of calc-trail-window-hook.
735 (calc): Restore use of calc-window-hook.
736
737 2005-05-31 Masatake YAMATO <jet@gyve.org>
738
739 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
740
741 * help-fns.el (help-C-file-name): Add autoload mark for
742 `find-function-noselect'.
743
744 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
745
746 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
747 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
748
749 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
750
751 * calendar/diary-lib.el (mark-included-diary-files): Only kill
752 included diary buffer if it was not already being visited.
753 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
754
755 * calendar/icalendar.el (top-level): Do not require 'appt.
756
757 * mail/supercite.el (sc-select-attribution): Only use a list
758 element from sc-attrib-selection-list if it returns a string.
759 Reported by Davide G. M. Salvetti <salve@debian.org>.
760
761 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
762
763 * thumbs.el (thumbs-thumbname): The resulting thubname now
764 includes a hash value to improve its uniqueness, and has a ".jpg"
765 extension. Also, it is now a valid filename on all systems.
766 (thumbs-make-thumb): Use `let', not `let*'.
767 (thumbs-show-thumbs-list): Check for JPEG availability.
768
769 2005-05-30 Richard M. Stallman <rms@gnu.org>
770
771 * filesets.el (filesets-menu-ensure-use-cached):
772 Prevent warning when emacs-version>= is undefined.
773
774 * printing.el (pr-interactive-n-up): Use string-to-number.
775
776 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
777
778 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
779 Warn only when name to be defined is quoted.
780
781 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
782
783 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
784 Make regexp more robust.
785 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
786 Force regeneration of disassembly.
787
788 2005-05-29 Jay Belanger <belanger@truman.edu>
789
790 * calc/calc.el (calc-user-invocation): Check if
791 calc-invocation-macro is non-nil.
792
793 2005-05-29 Juri Linkov <juri@jurta.org>
794
795 * add-log.el (change-log-font-lock-keywords):
796 Add `+' to e-mail regexp to accept mail address with keywords.
797
798 * man.el (Man-name-regexp): Add `:' to accept qualified names.
799
800 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
801
802 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
803
804 * ielm.el (inferior-emacs-lisp-mode): Ditto.
805
806 2005-05-29 Richard M. Stallman <rms@gnu.org>
807
808 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
809 Undo the change that moves to end of the current word.
810
811 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
812
813 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
814 Throw error when count <= 0 to ensure input is a number.
815 (gdb-read-memory-custom): Pick up address from buffer.
816 (gdb-memory-mode): Allow user to increment and decrement
817 memory address from header line.
818
819 2005-05-29 Richard M. Stallman <rms@gnu.org>
820
821 * flyspell.el (flyspell-version): Function deleted.
822 (flyspell-auto-correct-previous-hook): Doc fix.
823
824 * jit-lock.el (jit-lock-function, jit-lock-after-change):
825 Do nothing if memory is full.
826
827 * font-lock.el (font-lock-fontify-syntactically-region):
828 Pass t for GREEDY to looking-back.
829
830 * saveplace.el (save-place-alist-to-file): Write the file
831 using write-region.
832
833 * subr.el (looking-back): New argument GREEDY.
834
835 * progmodes/compile.el (compilation-start): Set the mode
836 before inserting the initial text.
837
838 * progmodes/which-func.el (which-func-update-1): Turn the mode
839 off in case of error by setting which-func-mode.
840
841 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
842
843 * flyspell.el (flyspell-auto-correct-previous-word):
844 Narrow down to what's on the screen, and recenter overlays
845 at the end of the next word.
846
847 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
848
849 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
850 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
851 (flyspell-abbrev-p): Default to nil.
852 (flyspell-use-global-abbrev-table-p): Doc fix.
853 (flyspell-large-region): Allow nil as value.
854 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
855
856 (mail-mode-flyspell-verify): More robust handling
857 of `mail-header-separator'. More efficient signature detection.
858 Allow for regexp metacharacters in message-header-separator.
859 Adding `To' not to be checked in mail-mode-flyspell-verify.
860
861 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
862 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
863 Bind flyspell-auto-correct-binding.
864 Bind C-. and C-, .
865 (flyspell-mode-map): Likewise.
866 (flyspell-mode): Doc fix.
867 (flyspell-accept-buffer-local-defs): Preserve current buffer.
868 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
869 (flyspell-word-cache-result): New var, always local.
870 (flyspell-check-pre-word-p): Doc fix.
871 (flyspell-check-changed-word-p): Handle spc like newline.
872 (flyspell-post-command-hook): Set flyspell-word-cache-result.
873 (flyspell-word-search-backward, flyspell-word-search-forward):
874 New functions.
875 (flyspell-word): Return t if nothing to check.
876 When parsing TeX code, check for after } or \.
877 Use flyspell-word-search-backward to find previous word.
878 Return nil if duplicated word.
879 For word already checked, return same value as last time.
880 Set flyspell-word-cache-result after checking.
881 Don't clobber the return value.
882 (flyspell-get-word): Major rewrite.
883 (flyspell-external-point-words): New locals pword, pcount.
884 Fix size used in progress message.
885 Find the proper corresponding word in flyspell-large-region-buffer.
886 (flyspell-region): Check for flyspell-large-region = nil.
887 (flyspell-highlight-incorrect-region): Clean up overlays in region.
888 (flyspell-auto-correct-word): Check that WORD is a cons.
889 (flyspell-correct-word): Likewise.
890
891 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
892
893 * progmodes/make-mode.el (makefile-rule-action-regex)
894 (makefile-macroassign-regex, makefile-makepp-mode)
895 (makefile-bsdmake-mode): Continuation lines may be empty.
896 Reported by Joshua Varner.
897 (makefile-makepp-font-lock-keywords): Add $(stem).
898
899 2005-05-28 Karl Berry <karl@gnu.org>
900
901 * textmodes/tex-mode.el: Now that tex-send-command calls
902 shell-quote-argument (2005-03-31 change), remove all calls to
903 shell-quote-argument; they all end up invoking tex-send-command.
904 The double quoting loses on filenames with non-safe characters,
905 such as "@". Reported by Frederik Fouvry.
906
907 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
908
909 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
910 about preserving point.
911
912 2005-05-27 Jay Belanger <belanger@truman.edu>
913
914 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
915 Info-goto-node.
916
917 * calc/calc-embed.el (calc-embed-arg): New variable.
918 (calc-do-embedded-activate, calc-embedded-activate-formula)
919 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
920 variable by new variable.
921 (calc-embedded-make-info): Replace undeclared variable by new
922 variable. When selecting region with positive prefix
923 argument, use end of previous line instead of beginning of line.
924
925 * calc/calc-aent.el (calc-arg-values): Declare it.
926
927 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
928 Declare them.
929
930 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
931
932 * calc/calc.el (calc-alg-map): Declare it.
933
934 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
935
936 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
937
938 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
939 (gdb-registers-buffer, toggle-gdb-all-registers):
940 Toggle display of floating point registers.
941 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
942
943 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
944 (toggle-gud-tooltip-dereference):
945 Rename from gud-toggle-tooltip-dereference.
946
947 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
948
949 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
950
951 2005-05-27 Jay Belanger <belanger@truman.edu>
952
953 * calc/calc-prog.el (calc-kbd-report): Remove.
954 (calc-kbd-query): Rewrite.
955
956 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
957
958 * image.el (image-library-alist): Move to image.c.
959 (image-type-available-p): Doc fix.
960
961 2005-05-27 Lute Kamstra <lute@gnu.org>
962
963 * calc/calc.el (calc):
964 * outline.el (outline-1, outline-2, outline-3, outline-4)
965 (outline-5, outline-6, outline-7, outline-8):
966 * textmodes/dns-mode.el (dns-mode):
967 * textmodes/sgml-mode.el (sgml-namespace-face):
968 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
969 (tex-verbatim-face, tex-use-reftex):
970 * textmodes/texinfo.el (texinfo-heading-face):
971 Specify customization group.
972
973 * longlines.el: Don't require easy-mmode.
974 (longlines-visible-face): Specify customization group.
975
976 2005-05-27 Kenichi Handa <handa@m17n.org>
977
978 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
979 encoding table of windows-1251.
980
981 * international/ucs-tables.el (ucs-set-table-for-input):
982 If translation-table-for-input of a coding system is a symbol, get
983 its translation-table property.
984
985 * international/code-pages.el: Don't register a coding system into
986 non-iso-charset-alist more than once.
987 (cp-make-coding-system): Likewise.
988
989 2005-05-26 John Wiegley <johnw@newartisans.com>
990
991 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
992 `eshell-resume-eval' is wrapped in a list, it indicates that the
993 command was run asynchronously. In that case, unwrap the value
994 before checking the delimiter value.
995
996 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
997 character before a space at the end of a line is \, assume the space
998 is part of the last argument rather than a final argument separator.
999
1000 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
1001 is in use, and the target is `t' or `nil' (which are the most common
1002 values), don't assume that the symbol target is a buffer.
1003
1004 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
1005
1006 * calendar/calendar.el (calendar-mode-line-format):
1007 Use mode-line-highlight as mouse-face.
1008
1009 * time.el (display-time-string-forms, display-time-update):
1010 Use mode-line-highlight as mouse-face.
1011
1012 2005-05-26 Jay Belanger <belanger@truman.edu>
1013
1014 * calc/calc.el (calc-language-alist): Remove extra defvar.
1015
1016 2005-05-26 Lute Kamstra <lute@gnu.org>
1017
1018 * arc-mode.el (archive-mode):
1019 * bookmark.el (bookmark-read-annotation-mode)
1020 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
1021 * bs.el (bs-mode):
1022 * calc/calc-yank.el (calc-edit-mode):
1023 * calc/calc.el (calc-mode, calc-trail-mode):
1024 * calculator.el (calculator-mode):
1025 * chistory.el (command-history-mode):
1026 * comint.el:
1027 * cus-edit.el (custom-mode):
1028 * descr-text.el (describe-text-mode):
1029 * ebuff-menu.el (Electric-buffer-menu-mode):
1030 * ediff-util.el (ediff-mode):
1031 * emacs-lisp/re-builder.el (reb-mode):
1032 * emulation/vi.el (vi-mode-setup):
1033 * emulation/ws-mode.el (wordstar-mode):
1034 * eshell/esh-mode.el (eshell-mode):
1035 * forms.el (forms-mode):
1036 * help-mode.el (help-mode):
1037 * hexl.el (hexl-mode):
1038 * ibuffer.el (ibuffer-mode):
1039 * ielm.el (inferior-emacs-lisp-mode):
1040 * info.el (Info-mode, Info-edit-mode):
1041 * international/swedish.el:
1042 * ledit.el (ledit-from-lisp-mode):
1043 * locate.el (locate-mode):
1044 * mail/rmail.el (rmail-mode):
1045 * mail/rmailedit.el (rmail-edit-mode):
1046 * mail/rmailsum.el (rmail-summary-mode):
1047 * mail/supercite.el (sc-electric-mode):
1048 * net/eudc.el (eudc-mode):
1049 * net/quickurl.el (quickurl-list-mode):
1050 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
1051 * obsolete/ooutline.el (outline-mode):
1052 * obsolete/options.el (Edit-options-mode):
1053 * obsolete/rnews.el (news-mode):
1054 * obsolete/rnewspost.el (news-reply-mode):
1055 * play/5x5.el (5x5-mode):
1056 * play/decipher.el (decipher-mode, decipher-stats-mode):
1057 * play/gomoku.el (gomoku-mode):
1058 * play/snake.el (snake-mode):
1059 * play/solitaire.el (solitaire-mode):
1060 * play/tetris.el (tetris-mode):
1061 * progmodes/ada-mode.el (ada-mode):
1062 * progmodes/antlr-mode.el (antlr-mode):
1063 * progmodes/autoconf.el (autoconf-mode):
1064 * progmodes/dcl-mode.el (dcl-mode):
1065 * progmodes/delphi.el (delphi-mode):
1066 * progmodes/ebrowse.el (ebrowse-tree-mode)
1067 (ebrowse-electric-list-mode, ebrowse-member-mode)
1068 (ebrowse-electric-position-mode):
1069 * progmodes/f90.el (f90-mode):
1070 * progmodes/fortran.el (fortran-mode):
1071 * progmodes/icon.el (icon-mode):
1072 * progmodes/idlw-help.el (idlwave-help-mode):
1073 * progmodes/idlw-shell.el (idlwave-shell-mode):
1074 * progmodes/idlwave.el (idlwave-mode):
1075 * progmodes/inf-lisp.el (inferior-lisp-mode):
1076 * progmodes/m4-mode.el (m4-mode):
1077 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
1078 * progmodes/modula2.el (modula-2-mode):
1079 * progmodes/octave-inf.el (inferior-octave-mode):
1080 * progmodes/octave-mod.el (octave-mode):
1081 * progmodes/pascal.el (pascal-mode):
1082 * progmodes/sh-script.el (sh-mode):
1083 * progmodes/sql.el (sql-mode, sql-interactive-mode):
1084 * progmodes/vhdl-mode.el (vhdl-mode):
1085 * progmodes/xscheme.el (scheme-interaction-mode):
1086 * replace.el (occur-mode):
1087 * ses.el (ses-mode):
1088 * simple.el (completion-list-mode):
1089 * skeleton.el:
1090 * speedbar.el (speedbar-mode):
1091 * term.el (term-mode):
1092 * terminal.el (terminal-edit-mode):
1093 * textmodes/reftex-index.el (reftex-index-mode)
1094 (reftex-index-phrases-mode):
1095 * textmodes/reftex-sel.el (reftex-select-label-mode)
1096 (reftex-select-bib-mode):
1097 * textmodes/reftex-toc.el (reftex-toc-mode):
1098 * wdired.el (wdired-change-to-wdired-mode):
1099 * wid-browse.el (widget-browse-mode):
1100 Use run-mode-hooks.
1101
1102 * array.el (array-mode):
1103 * calendar/todo-mode.el (todo-mode):
1104 * man.el (Man-mode):
1105 * play/landmark.el (lm-mode):
1106 * play/mpuz.el (mpuz-mode):
1107 Use kill-all-local-variables and run-mode-hooks.
1108
1109 * subr.el (delay-mode-hooks): Specify indentation.
1110
1111 2005-05-26 Mark A. Hershberger <mah@everybody.org>
1112
1113 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
1114
1115 2005-05-26 Jay Belanger <belanger@truman.edu>
1116
1117 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
1118 of nil.
1119
1120 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
1121
1122 * progmodes/gdb-ui.el (gdb-frame-address):
1123 Rename from gdb-current-address.
1124 (gdb-previous-frame-address): Rename from gdb-previous-address.
1125 (gdb-selected-frame): Rename from gdb-current-frame.
1126 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
1127 (gdb-frame-number): Rename from gdb-current-stack-level.
1128 (gdb-ann3): Match new mode-name for disassembly buffer.
1129 Extend initialisation of variables.
1130 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
1131 (gdb-memory-mode): Use mouse-face in header line.
1132 (gdb-assembler-buffer-name): Call it disassembly and give frame
1133 in mode line.
1134 (gdb-source-spec-regexp, gdb-assembler-custom)
1135 (gdb-invalidate-assembler, gdb-frame-handler):
1136 Make robust to leading zeroes in address format.
1137
1138 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
1139
1140 * textmodes/org.el (org-mode): Use `define-derived-mode' to
1141 define `org-mode'.
1142 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
1143
1144 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1145
1146 * log-edit.el (log-edit-changelog-entries): Distinguish between
1147 filenames like xfns.c and fns.c.
1148
1149 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
1150
1151 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
1152 point after reverting.
1153 (Buffer-menu-make-sort-button): Handle the case where
1154 `Buffer-menu-use-header-line' is nil.
1155
1156 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1157
1158 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
1159 New funcs. In minibuffer-local-completion-map bind `]', `/'
1160 and `:' to them.
1161
1162 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1163
1164 * startup.el (normal-top-level): Allow modification of load-path while
1165 we're iterating over it.
1166
1167 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
1168
1169 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
1170 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
1171 (thumbs-resize-interactive, thumbs-insert-image)
1172 (thumbs-insert-thumb, thumbs-dired-show-marked)
1173 (thumbs-find-image-at-point, thumbs-delete-images)
1174 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
1175 (thumbs-increment-image-size, thumbs-decrement-image-size):
1176 Fix typos in docstrings.
1177
1178 2005-05-24 Andre Spiegel <spiegel@gnu.org>
1179
1180 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
1181 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
1182 (cperl-mode): Use them.
1183
1184 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
1185
1186 * window.el (quit-window, shrink-window-if-larger-than-buffer):
1187 Doc fixes.
1188
1189 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
1190
1191 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
1192 Bind C-d to gdb-inferior-io-eof.
1193
1194 * dired.el (dired-dnd-popup-notice): Use message-box.
1195
1196 2005-05-23 Masatake YAMATO <jet@gyve.org>
1197
1198 * bindings.el (mode-line-major-mode-keymap):
1199 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
1200
1201 * faces.el (mode-line-highlight): New face.
1202
1203 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
1204 as mouse-face.
1205
1206 * bindings.el (top-level, help-echo, mode-line-modified)
1207 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
1208 as mouse-face.
1209
1210 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
1211
1212 * progmodes/cc-engine.el (c-guess-basic-syntax):
1213 Remove spurious call to `zerop'.
1214
1215 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
1216
1217 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
1218
1219 CC Mode update to 5.30.10:
1220
1221 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
1222 could go past the limit in decoration level 2, thereby causing
1223 errors during interactive fontification.
1224
1225 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
1226 the file is evaluated interactively.
1227
1228 * cc-engine.el (c-guess-basic-syntax): Handle operator
1229 declarations somewhat better in C++.
1230
1231 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
1232 make use of `run-mode-hooks' which has been added in Emacs 21.1.
1233 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1234 (awk-mode): Use it.
1235 (make-local-hook): Suppress warning about obsoleteness.
1236
1237 * cc-engine.el, cc-align.el, cc-cmds.el
1238 (c-append-backslashes-forward, c-delete-backslashes-forward)
1239 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
1240 Compensate for return value from `forward-line' when it has moved
1241 but not to a different line due to eob.
1242
1243 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
1244 `objc-method-intro' and `objc-method-args-cont'.
1245
1246 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
1247
1248 CC Mode update to 5.30.10:
1249
1250 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
1251 in the copyright statement. Incidentally, change "along with GNU
1252 Emacs" to "along with this program" where it occurs.
1253
1254 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
1255 so that it is interactive, hence can be found by M-x awk-mode
1256 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
1257 <gmorris+emacs@ast.cam.ac.uk>.
1258
1259 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
1260 Mode's regexps.
1261
1262 2005-05-23 Kevin Ryde <user42@zip.com.au>
1263
1264 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
1265 c-parse-state, to avoid a lisp error (on bad code).
1266
1267 2005-05-23 Lute Kamstra <lute@gnu.org>
1268
1269 * subr.el (font-lock-defaults): Remove defvar as it's already
1270 defined in font-core.el.
1271
1272 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
1273
1274 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
1275
1276 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
1277 more general and work when GDB variable "print pretty" is on,
1278 as with Emacs, for example.
1279
1280 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
1281
1282 * font-core.el: Update comment.
1283
1284 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
1285 Use `after-change-major-mode-hook' instead of `find-file-hook'.
1286
1287 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
1288
1289 2005-05-22 Eli Zaretskii <eliz@gnu.org>
1290
1291 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
1292 and `yank-handler' in the doc strings.
1293
1294 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1295
1296 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
1297
1298 2005-05-22 Richard M. Stallman <rms@gnu.org>
1299
1300 * help.el (describe-key): Move print-help-return-message call
1301 out of conditional.
1302
1303 * progmodes/etags.el (list-tags): Use with-no-warnings.
1304
1305 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
1306 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
1307 (starttls-extra-args, starttls-extra-arguments): Add defvars.
1308
1309 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
1310
1311 * language/viet-util.el (viet-viscii-nonascii-translation-table):
1312 Add defvar.
1313
1314 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
1315 Use defvar, not defconst.
1316
1317 * hexl.el (hexl-follow-line): Use with-no-warnings.
1318
1319 * emulation/tpu-extras.el: Use write-file-functions instead of
1320 write-file-hooks.
1321
1322 * dired.el (dired-font-lock-keywords): Fontify files with junk
1323 extensions even if marked by -F.
1324
1325 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
1326
1327 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
1328 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
1329 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
1330 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
1331 (concatenate, list-length, get*, getf, cl-remprop):
1332 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
1333 (etypecase, progv, lexical-let, lexical-let*)
1334 (multiple-value-bind, multiple-value-setq, shiftf):
1335 Improve argument/docstring consistency.
1336
1337 * subr.el (focus-frame, unfocus-frame):
1338 Revert deletion on 2005-05-01.
1339
1340 2005-05-22 Andre Spiegel <spiegel@gnu.org>
1341
1342 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
1343 doesn't exist.
1344
1345 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
1346 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
1347
1348 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
1349
1350 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
1351 already deleted variables: auto-fill-hook, blink-paren-hook,
1352 lisp-indent-hook, inhibit-local-variables, unread-command-event,
1353 suspend-hooks, comment-indent-hook, meta-flag,
1354 before-change-function, after-change-function,
1355 font-lock-doc-string-face.
1356
1357 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1358
1359 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
1360
1361 2005-05-21 Eli Zaretskii <eliz@gnu.org>
1362
1363 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
1364 rmail-dont-reply-to.
1365
1366 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1367
1368 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
1369 literal blank when splitting new-header-values.
1370
1371 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
1372
1373 * calendar/cal-menu.el (cal-menu-update): Add separator as a
1374 string so that tmm doesn't create a completion entry for it.
1375
1376 * textmodes/table.el (table-disable-menu): Ditto.
1377
1378 2005-05-21 Richard M. Stallman <rms@gnu.org>
1379
1380 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
1381
1382 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
1383
1384 * net/rcompile.el (remote-compile): Use compilation-start.
1385
1386 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
1387
1388 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
1389
1390 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
1391 Default to makefile-bsdmake-mode on BSD systems.
1392
1393 * imenu.el (imenu-generic-expression, imenu--generic-function'):
1394 REGEXP may also be a search function now. The part of doc-string
1395 for describing the structure was 95% identical to that of
1396 `imenu--generic-function'. Unify it there.
1397
1398 * progmodes/make-mode.el (makefile-imenu-generic-expression):
1399 Use function to find dependencies, because regexp alone is so complex,
1400 it easily goes into an endless loop.
1401 (makefile-makepp-mode): Also add submenu for Perl functions
1402 defined in the makefile.
1403 (makefile-bsdmake-mode): Special imenu-generic-expression no
1404 longer needed, due to function call.
1405 (makefile-match-dependency): Take BOUND into account when checking
1406 if we're through.
1407
1408 2005-05-20 Jay Belanger <belanger@truman.edu>
1409
1410 * calc/calc-units.el (calc-invalidate-units-table):
1411 Use inhibit-read-only.
1412 (math-build-units-table-buffer): Use view-mode.
1413
1414 2005-05-20 David Kastrup <dak@gnu.org>
1415
1416 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
1417 easy-menu-add is not a nop on Emacs; and clarify when to call it.
1418
1419 2005-05-20 Lute Kamstra <lute@gnu.org>
1420
1421 * diff-mode.el (diff-header-face, diff-file-header-face)
1422 (diff-index-face, diff-hunk-header-face, diff-removed-face)
1423 (diff-added-face, diff-changed-face, diff-function-face)
1424 (diff-context-face, diff-nonexistent-face): Put them in the
1425 diff-mode customization group.
1426
1427 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1428
1429 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
1430
1431 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
1432
1433 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
1434 Minor regexp-optimization.
1435
1436 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
1437
1438 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
1439 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
1440 (org-agenda-add-time-grid-maybe): New function.
1441 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
1442 (org-table-create): `dotimes' instead of `mapcar'.
1443 (org-xor): Simplify implementation.
1444 (org-agenda): `inhibit-redisplay' turned on.
1445 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
1446 a consistent line after a state change.
1447 (org-agenda-remove-times-when-in-prefix): New option.
1448 (org-prefix-has-time): New variable.
1449 (org-parse-time-string): Optional argument NODEFAULT.
1450 (org-format-agenda-item): Parse items for time-of-day
1451 specifications and move these into the prefix if possible.
1452 (org-agenda-priority): Get current heading, not previous heading
1453 during agenda remote editing.
1454
1455 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
1456
1457 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
1458 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
1459 (remove-duplicates, delete-duplicates, substitute)
1460 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
1461 (nsubstitute-if-not, find, find-if, find-if-not, position)
1462 (position-if, position-if-not, count, count-if, count-if-not)
1463 (mismatch, search, sort*, stable-sort, merge, member*)
1464 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
1465 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
1466 (intersection, nintersection, set-difference, nset-difference)
1467 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
1468 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
1469 (nsublis, tree-equal): Improve argument/docstring consistency.
1470
1471 * subr.el (send-string, send-region):
1472 Remove obsolescence declaration.
1473 (window-dot, set-window-dot, read-input, show-buffer)
1474 (eval-current-buffer, string-to-int):
1475 Add release number to obsolescence declarations.
1476
1477 2005-05-19 Kim F. Storm <storm@cua.dk>
1478
1479 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
1480 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
1481
1482 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
1483
1484 * faces.el (list-faces-display): Make back button respect optional
1485 regexp arg.
1486
1487 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
1488
1489 * calculator.el (calculator-radix-grouping-mode)
1490 (calculator-radix-grouping-digits, calculator-displayer)
1491 (calculator-radix-grouping-separator, calculator-copy-displayer):
1492 * dabbrev.el (dabbrev-search-these-buffers-only):
1493 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
1494 (diff-advance-after-apply-hunk, diff-mode-hook)
1495 (diff-minor-mode-prefix):
1496 * imenu.el (imenu-use-popup-menu):
1497 * jit-lock.el (jit-lock-context-time):
1498 * newcomment.el (comment-fill-column, comment-column)
1499 (comment-style, comment-padding, comment-multi-line)
1500 (comment-empty-lines, comment-auto-fill-only-comments):
1501 * reveal.el (reveal-around-mark):
1502 * uniquify.el (uniquify-buffer-name-style)
1503 (uniquify-after-kill-buffer-p)
1504 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
1505 (uniquify-min-dir-content, uniquify-separator)
1506 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
1507 * w32-vars.el (w32-fixed-font-alist):
1508 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1509 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
1510 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
1511 * progmodes/perl-mode.el (perl-indent-level)
1512 (perl-continued-statement-offset, perl-continued-brace-offset)
1513 (perl-brace-offset, perl-brace-imaginary-offset)
1514 (perl-label-offset, perl-indent-continued-arguments)
1515 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
1516 * progmodes/tcl.el (tcl-indent-level)
1517 (tcl-continued-indent-level, tcl-auto-newline)
1518 (tcl-tab-always-indent, tcl-electric-hash-style)
1519 (tcl-help-directory-list, tcl-use-smart-word-finder)
1520 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
1521 (inferior-tcl-source-command):
1522 * textmodes/fill.el (enable-kinsoku):
1523 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
1524 * textmodes/table.el (table-yank-handler):
1525 Specify missing group (and type, if simple) in defcustom.
1526
1527 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1528
1529 * progmodes/compile.el (compilation-finish-function): Fix defvar.
1530
1531 2005-05-19 Richard M. Stallman <rms@gnu.org>
1532
1533 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
1534
1535 * subr.el (event-basic-type): Don't get an error.
1536 (left-fringe-p): Function deleted.
1537
1538 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
1539 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
1540
1541 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
1542 in recursive copy.
1543
1544 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
1545
1546 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
1547
1548 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
1549 Call byte-compile-nogroup-warn if appropriate.
1550
1551 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
1552 (compilation-set-window): Don't call left-fringe-p; do it directly.
1553
1554 2005-05-19 Jay Belanger <belanger@truman.edu>
1555
1556 * calc/calc-graph.el (calc-graph-format-data): Make sure
1557 var-PlotRejects is bound before trying to check its value.
1558
1559 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
1560
1561 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
1562 definition of this variable from reftex-global.el to reftex.el,
1563 because it is needed in the menu.
1564
1565 2005-05-19 Lute Kamstra <lute@gnu.org>
1566
1567 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
1568 years are fixed. Don't insert a space after a dash.
1569
1570 2005-05-19 Kim F. Storm <storm@cua.dk>
1571
1572 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
1573
1574 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
1575
1576 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
1577 strings, because (eq ... ?\\) is fairly frequent.
1578
1579 * progmodes/make-mode.el (makefile-add-this-line-targets):
1580 Simplify and integrate into `makefile-pickup-targets'.
1581 (makefile-add-this-line-macro): Simplify and integrate into
1582 `makefile-pickup-macros.
1583 (makefile-pickup-filenames-as-targets): Simplify.
1584 (makefile-previous-dependency, makefile-match-dependency):
1585 Don't stumble over `::'.
1586
1587 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
1588
1589 * subr.el (post-command-idle-hook, post-command-idle-delay):
1590 Remove obsoletion of post-command-idle-hook and
1591 post-command-idle-delay.
1592
1593 * faces.el (list-faces-display): Provide button when describe-face
1594 is called to take user back to the list of faces.
1595
1596 * help-fns.el (describe-variable): Remove hyperlinks in a
1597 variable's value as these are quite frequently inappropriate.
1598
1599 * follow.el (follow-submit-feedback, follow-mode):
1600 Remove references to post-command-idle-hook.
1601
1602 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
1603
1604 * progmodes/make-mode.el (makefile-previous-dependency)
1605 (makefile-match-dependency): Check for := (and in bsd mode also
1606 !=) to give a better result, even when font-lock is not on.
1607
1608 2005-05-18 Jay Belanger <belanger@truman.edu>
1609
1610 * calc/calc-help.el (calc-s-prefix-help):
1611 Add `calc-copy-special-constant' to help string.
1612
1613 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1614
1615 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1616
1617 2005-05-18 Jay Belanger <belanger@truman.edu>
1618
1619 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
1620 in linear factors are in proper order.
1621
1622 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
1623
1624 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1625 Support for jurabib.
1626
1627 * textmodes/reftex.el (featurep): Define aliases for overlay
1628 commands, for XEmacs compatibility, and use these aliases in
1629 overlay initializations.
1630 (reftex-highlight): Use `reftex-move-overlay'.
1631 (reftex-unhighlight): Use `reftex-delete-overlay'.
1632 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
1633 (reftex-access-search-path): Use `reftex-uniquify' instead of
1634 `reftex-uniq'
1635
1636 * textmodes/reftex-sel.el (reftex-select-unmark):
1637 Overlay `before-string' property modification enables for Emacs as well.
1638 (reftex-select-item): Use `reftex-delete-overlay'.
1639 (reftex-select-mark): Use `reftex-make-overlay' and
1640 `reftex-overlay-put'.
1641 (reftex-select-unmark): Use `reftex-delete-overlay' and
1642 `reftex-overlay-put'.
1643
1644 2005-05-18 Lute Kamstra <lute@gnu.org>
1645
1646 * emacs-lisp/lisp.el (check-parens): Fix docstring.
1647
1648 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
1649
1650 * add-log.el (add-change-log-entry):
1651 * array.el (array-make-template, array-reconfigure-rows)
1652 (array-init-max-row, array-init-max-column)
1653 (array-init-columns-per-line, array-init-field-width):
1654 * replace.el (replace-match-maybe-edit, perform-replace):
1655 * textmodes/spell.el (spell-region):
1656 Replace `read-input' by `read-string'.
1657
1658 * forms.el (forms-mode):
1659 * finder.el (finder-compile-keywords):
1660 * shadowfile.el (shadow-read-files):
1661 Replace `eval-current-buffer' by `eval-buffer'.
1662
1663 * terminal.el (te-pass-through):
1664 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
1665 (ange-ftp-raw-send-cmd):
1666 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
1667 (send-process-next-char, telnet-initial-filter, telnet):
1668 Replace `send-string' by `process-send-string'.
1669
1670 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
1671 (prolog-consult-region): Replace `send-string' by
1672 `process-send-string'; replace `send-region' by `process-send-region'.
1673
1674 * progmodes/delphi.el (delphi-log-msg):
1675 Replace `set-window-dot' by `set-window-point'.
1676
1677 * subr.el (window-dot, set-window-dot, read-input, send-string)
1678 (send-region, show-buffer, eval-current-buffer):
1679 Make really obsolete, as the comment says.
1680
1681 2005-05-17 Kim F. Storm <storm@cua.dk>
1682
1683 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
1684 (cua--init-keymaps): Bind C-return instead of S-return to set
1685 rectangle mark.
1686
1687 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
1688 instead of S-return to toggle/clear rectangle mark.
1689
1690 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
1691
1692 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
1693 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
1694 Also fontify plain strings assigned to variables, mostly so that a
1695 colon has a face and is thus not taken as a dependency separator.
1696 (makefile-previous-dependency): Inline the new matcher, because it
1697 is too complex to work in both directions.
1698 (makefile-match-dependency): Eliminate `backward' arg (see above).
1699 Completely reimplemented so as to not sometimes go into an endless
1700 loop. It should also be more efficient, because first it only
1701 searches for `:', instead of applying the very complex regexp.
1702 (makefile-mode): Cancel `font-lock-support-mode', because blocks
1703 to be fontified in one piece can be too long for JIT.
1704 Makefiles are never *that* big.
1705
1706 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
1707
1708 * dired.el (dired-mode): Simplify.
1709
1710 2005-05-17 Lute Kamstra <lute@gnu.org>
1711
1712 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
1713 defcustom for the mode hook variable.
1714
1715 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
1716 Emacs Lisp Reference Manual.
1717
1718 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
1719
1720 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
1721 (evenp, list*):
1722 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
1723 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
1724
1725 * net/tramp-smb.el (tramp-smb-open-connection):
1726 Pass `tramp-chunksize' as fifth (required) argument.
1727
1728 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
1729
1730 * font-lock.el (lisp-font-lock-keywords-1):
1731 Set `font-lock-negation-char-face' for [^...] char group.
1732 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
1733
1734 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
1735 a var, and refine it to mask one more level of nested vars.
1736 (makefile-rule-action-regex): Turn it into a var, and refine it so
1737 it recognizes backslashed continuation lines as belonging to the
1738 same command.
1739 (makefile-macroassign-regex): Refine it so it recognizes
1740 backslashed continuation lines as belonging to the same command.
1741 (makefile-var-use-regex): Don't look at the next char, because it
1742 might be the same one to be skipped by the initial [^$], leading
1743 to an overlooked variable use.
1744 (makefile-make-font-lock-keywords): Remove two parameters, which
1745 are now variables that some of the modes set locally.
1746 Handle dependency and rule action matching through functions, because
1747 regexps alone match too often. Dependency matching now comes
1748 last, so it can check, whether a colon already matched something else.
1749 (makefile-mode): Inform that font-lock improves makefile parsing
1750 capabilities.
1751 (makefile-match-dependency, makefile-match-action): New functions.
1752
1753 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
1754
1755 * emacs-lisp/cl-extra.el (equalp): Doc fix.
1756
1757 * align.el (align-regexp):
1758 * ansi-color.el (ansi-color-get-face):
1759 * array.el (array-reconfigure-rows, array-init-max-row)
1760 (array-init-max-column, array-init-columns-per-line)
1761 (array-init-field-width):
1762 * dired-aux.el (dired-trample-file-versions):
1763 * dired-x.el (dired-mark-sexp):
1764 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
1765 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
1766 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
1767 * faces.el (face-read-integer):
1768 * files.el (backup-extract-version, insert-directory):
1769 * hexl.el (hexl-insert-decimal-char):
1770 * server.el (server-process-filter):
1771 * shell.el (shell-extract-num):
1772 * startup.el (command-line-1):
1773 * term.el (term-command-hook):
1774 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
1775 (time-stamp-do-number):
1776 * time.el (display-time-update):
1777 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
1778 (timezone-fix-time):
1779 * vms-patch.el (vms-suspend-resume-hook):
1780 * calendar/appt.el (appt-convert-time):
1781 * calendar/cal-bahai.el (mark-bahai-diary-entries):
1782 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
1783 * calendar/cal-islam.el (mark-islamic-diary-entries):
1784 * calendar/calendar.el (calendar-cursor-to-date)
1785 (calendar-star-date):
1786 * calendar/diary-lib.el (diary-attrtype-convert)
1787 (mark-diary-entries, diary-entry-time):
1788 * calendar/solar.el (solar-get-number):
1789 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
1790 * emacs-lisp/re-builder.el (reb-display-subexp):
1791 * emulation/edt.el (edt-set-scroll-margins):
1792 * emulation/tpu-extras.el (tpu-set-scroll-margins):
1793 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
1794 (vip-get-ex-count):
1795 * emulation/viper-ex.el (viper-get-ex-token)
1796 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
1797 * international/fontset.el (fontset-plain-name):
1798 * mail/feedmail.el (feedmail-look-at-queue-directory):
1799 * mail/mailalias.el (mail-get-names):
1800 * mail/rmail.el (rmail-convert-to-babyl-format):
1801 * mail/rmailsum.el (rmail-make-basic-summary-line)
1802 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
1803 (rmail-summary-goto-msg):
1804 * mail/smtpmail.el (smtpmail-read-response):
1805 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
1806 (ange-ftp-vms-add-file-entry):
1807 * play/gametree.el (gametree-looking-at-ply)
1808 (gametree-current-branch-score):
1809 * progmodes/ada-xref.el (ada-prj-find-prj-file)
1810 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
1811 * progmodes/cperl-mode.el (condition-case):
1812 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
1813 (ebrowse-set-member-buffer-column-width)
1814 (ebrowse-select-1st-to-9nth):
1815 * progmodes/etags.el (etags-snarf-tag):
1816 * progmodes/flymake.el (flymake-parse-line):
1817 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
1818 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
1819 (idlwave-shell-menu-def):
1820 * progmodes/ps-mode.el (ps-run-goto-error):
1821 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
1822 (vhdl-speedbar-contract-level):
1823 * term/mac-win.el (x-handle-numeric-switch):
1824 * term/sun-mouse.el (sun-get-frame-data):
1825 * term/w32-win.el (x-handle-numeric-switch):
1826 * term/x-win.el (x-handle-numeric-switch):
1827 * textmodes/ispell.el (ispell-parse-output):
1828 * textmodes/nroff-mode.el (nroff-outline-level):
1829 * textmodes/reftex-cite.el (reftex-bib-sort-year)
1830 (reftex-bib-sort-year-reverse, reftex-format-citation):
1831 * textmodes/reftex-parse.el (reftex-init-section-numbers)
1832 (reftex-section-number):
1833 * textmodes/texinfmt.el (texinfo-paragraphindent):
1834 Replace `string-to-int' by `string-to-number'.
1835
1836 * international/latexenc.el: Add page marker to force the "Local
1837 Variables:" string out of the last page.
1838
1839 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
1840
1841 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
1842 tooltip-change-major-mode.
1843 (gud-tooltip-print-command): Remove case where gud-minor-mode
1844 is gdb ("--fullname").
1845 (gud-tooltip-tips): Turn GUD tooltips off for this case and
1846 explain to user.
1847
1848 2005-05-16 Jay Belanger <belanger@truman.edu>
1849
1850 * calc/calc-store.el (calc-copy-special-constant): New function.
1851
1852 * calc/calc-ext.el (calc-init-extensions): Add binding for
1853 `calc-copy-special-constant'.
1854
1855 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
1856 for the `calc-copy-special-constant' command.
1857
1858 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
1859
1860 * subr.el (left-fringe-p): New function.
1861
1862 * progmodes/compile.el (compilation-setup): Set local value of
1863 overlay-arrow-string to "" always.
1864 (compilation-set-window): Left fringe then don't scroll.
1865 No left fringe then no arrow and scroll message to top.
1866 (compilation-context-lines): Adjust doc string accordingly.
1867
1868 2005-05-16 Kim F. Storm <storm@cua.dk>
1869
1870 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
1871 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
1872 (ido-wide-find-dir-or-delete-dir): New command for M-d.
1873 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
1874 (ido-read-file-name): Handle commands with ido property value
1875 equal to find-file as reading a file name, to allow C-d to enter dired.
1876 (ibuffer-find-file): Add ido property with value find-file.
1877
1878 2005-05-15 Kim F. Storm <storm@cua.dk>
1879
1880 * subr.el (open-network-stream-nowait): Remove.
1881 (open-network-stream-server): Remove.
1882
1883 2005-05-15 Richard M. Stallman <rms@gnu.org>
1884
1885 * faces.el (describe-face): Output a definition link button.
1886
1887 * help-mode.el (help-face-def): New button type.
1888
1889 * emacs-lisp/copyright.el (copyright-fix-years):
1890 Match properly if the first year is 2-digit.
1891 Don't mess up the whitespace after the years by filling.
1892
1893 * dired-aux.el (dired-mark-confirm):
1894 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
1895
1896 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
1897 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
1898 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
1899
1900 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1901 Set font-lock-comment-start-skip.
1902
1903 * font-lock.el (font-lock-comment-start-skip): New variable.
1904 (font-lock-comment-end-skip): New variable.
1905 (font-lock-fontify-syntactically-region): Use them if non-nil.
1906
1907 2005-05-15 Jay Belanger <belanger@truman.edu>
1908
1909 * calc/calc-store.el (calc-store-value): Return a string rather
1910 than display it as a message.
1911 Use calc-var-name for variable name.
1912 (calc-store-into): Add the result of calc-store-value to message.
1913 (calc-copy-variable): Add a message.
1914 (calc-store-exchange): Improve error messages.
1915 (calc-store-binary, calc-store-map): Don't reset the values of
1916 special constants.
1917
1918 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
1919
1920 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
1921 manual to docstring.
1922
1923 * files.el (hack-local-variables-confirm): Add STRING argument.
1924 Make the function handle non file visiting buffers correctly.
1925 (hack-local-variables-prop-line, hack-local-variables)
1926 (hack-one-local-variable): Use STRING arg of
1927 `hack-local-variables-confirm'.
1928
1929 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
1930
1931 Sync with Tramp 2.0.49.
1932
1933 * tramp.el (tramp-handle-dired-call-process)
1934 (tramp-handle-insert-directory):`insert-buffer' cannot be used
1935 because the contents of the Tramp buffer is changed before
1936 insertion (`expand-file' and alike).
1937 (tramp-handle-insert-directory): If `localname' has an empty
1938 nondirectory name, it must not be quoted.
1939 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
1940 variable `tramp-chunksize'. Change callees.
1941 (tramp-open-connection-setup-interactive-shell): Check remote host
1942 for buggy `send-process-string' implementation.
1943 Set `tramp-chunksize' if found. Reported by Michael Kifer
1944 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
1945 (tramp-handle-shell-command): `insert-buffer' cannot be used
1946 because the contents of the Tramp buffer is changed before
1947 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
1948 <frederic.bothamy@free.fr>.
1949 (tramp-set-auto-save): Actions should be done for Tramp file name
1950 handler only. Ange-FTP has its own auto-save mechanism.
1951 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
1952 (tramp-set-auto-save-file-modes): Set file modes of
1953 `buffer-auto-save-file-name' to ?\600 as fallback solution.
1954 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
1955 (tramp-bug): Remove obsolete variable.
1956 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
1957 for presence of `mml-mode'. Make it running for older Emacsen as well.
1958
1959 2005-05-14 John Paul Wallington <jpw@pobox.com>
1960
1961 * ibuf-ext.el (define-ibuffer-filter filename):
1962 If `dired-directory' is a list, use its car.
1963
1964 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
1965
1966 * ibuffer.el (define-ibuffer-column filename):
1967 If `dired-directory' is a list, use its car.
1968
1969 2005-05-14 Richard M. Stallman <rms@gnu.org>
1970
1971 * subr.el (symbol-file): Doc fix.
1972
1973 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
1974 (byte-compile-form): Call byte-compile-nogroup-warn.
1975 (byte-compile-warning-types): Doc fix.
1976
1977 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
1978
1979 * progmodes/cc-engine.el (c-literal-faces):
1980 Add font-lock-comment-delimiter-face.
1981
1982 * net/net-utils.el (dig): Use with-no-warnings.
1983
1984 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
1985 (sc-recite-frame-alist, sc-default-cite-frame)
1986 (sc-default-uncite-frame, sc-default-recite-frame)
1987 (sc-attrib-selection-list, sc-rewrite-header-list):
1988 Mark as risky-local-variable.
1989
1990 * international/ogonek.el (ogonek-jak, ogonek-how):
1991 Don't use beginning-of-buffer.
1992
1993 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
1994
1995 * calendar/solar.el (solar-data-list): Move definition up.
1996
1997 * dnd.el (dnd-protocol-alist): Add autoload.
1998
1999 * progmodes/sh-script.el: Many doc usage fixes.
2000 (sh-indent-after-do): Change default to match common styles.
2001
2002 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
2003
2004 * files.el (interpreter-mode-alist)
2005 (auto-mode-interpreter-regexp): Doc fixes.
2006
2007 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
2008
2009 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
2010
2011 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
2012
2013 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2014
2015 * dired.el (dired-mode): make-variable-buffer-local =>
2016 make-local-variable.
2017
2018 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2019
2020 * term/mac-win.el (mac-select-convert-to-string): Try coding
2021 systems in mac-script-code-coding-systems if specified one cannot
2022 encode string for `com.apple.traditional-mac-plain-text'.
2023
2024 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
2025
2026 * progmodes/make-mode.el (makefile-targets-face)
2027 (makefile-shell-face, makefile-makepp-perl-face): New faces.
2028 (makefile-dependency-regex): Fix it to not make the colon in
2029 $(var:a=b) special.
2030 (makefile-rule-action-regex): New regexp for highlighting embedded
2031 Shell strings.
2032 (makefile-macroassign-regex): Handle != for highlighting as
2033 embedded Shell strings.
2034 (makefile-var-use-regex): New const.
2035 (makefile-statements, makefile-automake-statements)
2036 (makefile-gmake-statements, makefile-makepp-statements)
2037 (makefile-bsdmake-statements): New consts.
2038 (makefile-make-font-lock-keywords): New function.
2039 (makefile-automake-font-lock-keywords)
2040 (makefile-gmake-font-lock-keywords)
2041 (makefile-makepp-font-lock-keywords)
2042 (makefile-bsdmake-font-lock-keywords): New consts.
2043 (makefile-mode-map): Add switchers between the various submodes.
2044 (makefile-mode): Document the availability of the variants.
2045 (makefile-automake-mode, makefile-gmake-mode)
2046 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
2047
2048 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
2049 new variants of makefile-mode.
2050
2051 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2052
2053 * font-lock.el (font-lock-comment-delimiter-face): Fix up
2054 the inheritance.
2055
2056 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
2057
2058 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
2059 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
2060
2061 * files.el (normal-mode): Extend the scope of the
2062 `enable-local-variables' binding to include the `set-auto-mode' call.
2063 (magic-mode-alist): Doc fix.
2064
2065 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2066
2067 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
2068 font-lock-comment-face rather than copying its setting.
2069
2070 2005-05-12 Andreas Schwab <schwab@suse.de>
2071
2072 * eshell/esh-mode.el (eshell-send-input): Doc fix.
2073
2074 2005-05-12 Lute Kamstra <lute@gnu.org>
2075
2076 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
2077 defcustom for the mode hook variable. Delete the last argument.
2078 * generic-x.el: Fix callers of define-generic-mode.
2079 (generic-x-modes): Delete group.
2080 (show-tabs-tab-face, show-tabs-space-face): Put them in the
2081 generic-x customization group.
2082
2083 2005-05-12 Kim F. Storm <storm@cua.dk>
2084
2085 * font-lock.el (font-lock-negation-char-face): Default to "off".
2086
2087 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
2088 font-lock-negation-char-face to ! in !=.
2089
2090 2005-05-12 Masatake YAMATO <jet@gyve.org>
2091
2092 * add-log.el (find-change-log): Fix typos in the docstring
2093 of function.
2094
2095 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2096
2097 * international/latexenc.el (latexenc-find-file-coding-system):
2098 Avoid `re-search-forward' when looking for input encoding because
2099 of speed and safety. Better regular expressions for recognizing
2100 input encoding. Limit a search for TeX-master/tex-main-file to
2101 the local variable section.
2102
2103 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
2104
2105 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
2106 syntax of $ to "'" (quote).
2107
2108 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2109
2110 * dnd.el (dnd-protocol-alist): Improve custom type.
2111
2112 * dired.el (dired-dnd-protocol-alist): New variable.
2113 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
2114 `dired-mode-hook' to the end.
2115
2116 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2117
2118 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
2119 comment-end if comment-start-skip is not set.
2120 Obey the font-lock-comment-delimiter-face variables.
2121
2122 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2123
2124 * files.el (executable-find): Move from executable.el. Use locate-file.
2125 * progmodes/executable.el (executable-find): Move to files.el.
2126
2127 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
2128 when trying to ensure forward progress.
2129
2130 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
2131
2132 * mouse-sel.el (mouse-sel-follow-link-p): New function.
2133 (mouse-select, mouse-select-internal, mouse-extend-internal):
2134 Use it to implement mouse-1-click-follows-link functionality.
2135
2136 2005-05-11 Richard M. Stallman <rms@gnu.org>
2137
2138 * font-lock.el (font-lock-fontify-syntactically-region):
2139 Use font-lock-comment-delimiter-face for comment delimiters.
2140
2141 2005-05-10 Jay Belanger <belanger@truman.edu>
2142
2143 * calc/calc-help.el (calc-m-prefix-help): Add mention of
2144 preserving embedded modes.
2145
2146 2005-05-10 Richard M. Stallman <rms@gnu.org>
2147
2148 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
2149
2150 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
2151 Move from ada-stmt.el.
2152 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
2153
2154 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
2155 Move to ada-mode.el.
2156 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
2157
2158 * cus-edit.el (custom-file): Call file-chase-links.
2159
2160 * files.el (read-directory-name): Fix previous change.
2161 (hack-local-variables-confirm): New function.
2162 (hack-local-variables-prop-line, hack-local-variables)
2163 (hack-one-local-variable): Use it.
2164
2165 2005-05-10 Lute Kamstra <lute@gnu.org>
2166
2167 * font-lock.el (font-lock-keywords-alist)
2168 (font-lock-removed-keywords-alist): Clarify docstrings.
2169
2170 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
2171
2172 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
2173 (gdb-source-info): Check for preprocessor info.
2174 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
2175 a macro for a function.
2176 (gdb-info-breakpoints-custom): Try to find file again if not already
2177 found (user might have used GDB dir command).
2178 (gdb-get-location): Update gdb-location-alist correctly for change
2179 to gdb-info-breakpoints-custom.
2180
2181 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
2182 (gud-tooltip-print-command): Add gdbmi case.
2183 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
2184 preprocessor info.
2185
2186 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
2187
2188 * startup.el (fancy-splash-insert): Fix typo in doc string.
2189
2190 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
2191
2192 * obsolete/float.el (string-to-float):
2193 * obsolete/hilit19.el (hilit-add-pattern):
2194 * obsolete/rnews.el (news-parse-range, news-select-message)
2195 (news-get-pruned-list-of-files): Replace `string-to-int' by
2196 `string-to-number'.
2197
2198 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
2199 `find-file-not-found-hooks'; use `add-hook'.
2200 (uncompress-while-visiting): Set `write-file-functions', not
2201 `write-file-hooks'; use `add-hook'.
2202
2203 2005-05-09 Kim F. Storm <storm@cua.dk>
2204
2205 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
2206 (cua-paste): Handle clipboard action.
2207 (cua--init-keymaps): Remap clipboard-kill-region and
2208 clipboard-kill-ring-save.
2209
2210 2005-05-08 Eli Zaretskii <eliz@gnu.org>
2211
2212 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2213 Improve commentary.
2214
2215 * simple.el (next-error-overlay-arrow-position): Revert the change
2216 made on 2005-04-30.
2217
2218 2005-05-07 Jay Belanger <belanger@truman.edu>
2219
2220 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
2221 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
2222 `calc-sel-reselect'.
2223
2224 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
2225 Calc is in embedded mode.
2226
2227 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2228
2229 * progmodes/compile.el (compilation-setup):
2230 Set overlay-arrow-string to an empty string on text terminals.
2231
2232 * textmodes/ispell.el (ispell-program-name): Try looking for
2233 "aspell" along exec-path, and if found, use it as the default
2234 speller program.
2235
2236 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
2237
2238 * international/mule.el (sgml-xml-auto-coding-function):
2239 Recognize encoding='FOO' in single quotes as well as in double quotes.
2240
2241 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2242
2243 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
2244 as well as `interactive', so that defmacro* would recognize
2245 `declare' forms.
2246
2247 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2248
2249 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2250 Explain more about the LIGHTER arg's usage in the doc string.
2251 Add commentary to clarify what the code does. Fix the regexp that
2252 strips whitespace from LIGHTER. Quote LIGHTER before using it,
2253 since it could have characters special to regular expressions.
2254
2255 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
2256
2257 * replace.el (occur-1): Bind inhibit-read-only so that
2258 erase-buffer doesn't barf on read-only text properties (likewise
2259 for add-text-properties in occur-engine). Mark buffer as unmodified.
2260 (occur-engine): Don't set buffer-read-only here.
2261
2262 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2263
2264 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
2265 list-buffers-directory. This caused the *cvs-commit* buffer to be
2266 sometimes mistakenly reused as a *cvs* buffer.
2267
2268 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
2269
2270 * tooltip.el: Move code for GUD tooltips into gud.el.
2271 (require): CL no longer needed to compile case.
2272 (tooltip-mode): Do not toggle functions for GUD tooltips.
2273 (tooltip-gud-tips-p): Remove. Replace with minor mode
2274 gud-tooltip-mode in gud.el.
2275 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
2276 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
2277 tooltip-gud prefix with gud-tooltip and obsolete.
2278 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
2279 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
2280 (tooltip-mouse-motion): Mouse movement functions/variable.
2281 Rename in gud.el by adding gud prefix.
2282 (tooltip-gud-original-filter, tooltip-gud-dereference)
2283 (tooltip-gud-event, tooltip-toggle-gud-tips)
2284 (tooltip-gud-process-output, tooltip-gud-print-command)
2285 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
2286 gud.el by replacing tooltip-gud prefix with gud-tooltip.
2287 (gdb-tooltip-print): Move to gdb-ui.el.
2288
2289 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
2290 (require): CL needed to compile case.
2291 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
2292 tooltip-gud-tips-p. Make it a minor-mode.
2293 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
2294 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
2295 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
2296 (gud-tooltip-change-major-mode)
2297 (gud-tooltip-activate-mouse-motions-if-enabled)
2298 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
2299 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
2300 (gud-tooltip-original-filter, gud-tooltip-dereference)
2301 (gud-tooltip-event, tooltip-toggle-gud-tips)
2302 (gud-tooltip-process-output, gud-tooltip-print-command)
2303 (gud-tooltip-tips): Move from tooltip.el.
2304
2305 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
2306 (gdb-cpp-define-alist-flags): Doc fix.
2307 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
2308 gud-tooltip-mode is t.
2309
2310 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2311
2312 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
2313 evaporate if their text is deleted.
2314 (goto-address-at-point): Make it work as a mouse binding as well.
2315 (goto-address-at-mouse): Obsolete it. Update users.
2316
2317 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
2318
2319 * calendar/appt.el (top-level): No longer activate on load.
2320
2321 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
2322
2323 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2324 * net/webjump.el (webjump):
2325 * progmodes/idlw-help.el (idlwave-do-context-help1)
2326 (idlwave-highlight-linked-completions):
2327 * textmodes/po.el (po-find-file-coding-system-guts):
2328 Replace `assoc-ignore-case' by `assoc-string'.
2329
2330 2005-05-06 Eli Zaretskii <eliz@gnu.org>
2331
2332 * files.el (locate-file): Doc fix.
2333
2334 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
2335 Remove the redundant test for ms-dos.
2336
2337 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
2338 look for the preprocessor with exec-suffixes. If not found in
2339 standard places, look in exec-path. Remove most of the tests that
2340 used system-type.
2341
2342 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
2343
2344 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
2345
2346 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
2347 file-name clash with jka-compr.el on 8+3 filesystems.
2348
2349 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2350
2351 * term/mac-win.el: Don't define or bind scroll bar functions if
2352 x-toolkit-scroll-bars is t.
2353 (x-select-text, x-get-selection-value):
2354 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
2355 (PRIMARY): Put mac-scrap-name property.
2356 (mac-select-convert-to-file-url): New function.
2357 (public.file-url): New selection target type. Add to
2358 selection-converter-alist.
2359 (x-get-selection, x-selection-value): Handle it.
2360 (x-cut-buffer-or-selection-value): New alias.
2361
2362 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2363
2364 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
2365 entry to avoid calling bibtex-find-entry with arg global
2366 being t. Remove arg key.
2367 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
2368 (bibtex-copy-summary-as-kill): Change accordingly.
2369
2370 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2371
2372 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
2373 (org-agenda-date-later): Use with-current-buffer.
2374
2375 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2376
2377 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
2378 (define-obsolete-variable-alias): Doc Fixes.
2379
2380 2005-05-06 Kim F. Storm <storm@cua.dk>
2381
2382 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
2383 vertical-motion when selective-display is active.
2384
2385 * ido.el (ido-setup-hook): New hook.
2386 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
2387 (ido-input-stack): New var.
2388 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
2389 ido-next-work-file binding to M-O.
2390 Bind M-f to ido-wide-find-file-or-pop-dir.
2391 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
2392 (ido-read-internal): Run ido-setup-hook.
2393 Catch quit in read-file-name and read-string to cancel edit.
2394 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
2395 Automatically pop-all when completing a directory name (RET).
2396 (ido-file-internal): Add with-no-warnings around ffap and dired code.
2397 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
2398 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
2399 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
2400 New functions for M-b/M-f to move among the directory components.
2401 (ido-make-merged-file-list): Catch quit to cancel merge.
2402 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
2403 (ido-completion-help): No warnings for ido-completion-buffer-full.
2404
2405 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
2406
2407 * font-lock.el (font-lock-negation-char-face): New face and variable.
2408 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
2409 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
2410 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
2411 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
2412
2413 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
2414
2415 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
2416 Fix typo in docstring.
2417
2418 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
2419 (ebrowse-print-statistics-line)
2420 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
2421
2422 * term/w32-win.el (image-library-alist): Add additional name for
2423 Xpm library.
2424
2425 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
2426
2427 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
2428 use gcc instead of cpp.
2429
2430 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
2431 (gdb-create-define-alist): Use it.
2432 (gdb-cpp-define-alist-program): Update for MS-DOS.
2433
2434 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
2435
2436 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
2437
2438 2005-05-04 Richard M. Stallman <rms@gnu.org>
2439
2440 * help.el (describe-key): No error when UNTRANSLATED is nil.
2441
2442 * simple.el (line-move-1): Fix previous change to signal errors
2443 appropriately.
2444
2445 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
2446
2447 * calendar/icalendar.el (icalendar-version): Now at 0.12.
2448 (icalendar-duration-correction): Remove.
2449 (icalendar--get-event-properties): Split result at commas.
2450 (icalendar--decode-isoduration): New optional argument
2451 DURATION-CORRECTION.
2452 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
2453 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
2454 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
2455 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
2456 (icalendar--convert-anniversary-to-ical): New functions, extracted
2457 from icalendar-export-region, with bug fixes.
2458 (icalendar-export-region): Use the above functions.
2459 (icalendar-import-buffer): Check before saving diary file.
2460 (icalendar--convert-recurring-to-diary)
2461 (icalendar--convert-non-recurring-all-day-to-diary)
2462 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
2463 extracted from icalendar--convert-ical-to-diary, with bug fixes.
2464 (icalendar--convert-ical-to-diary): Use the above functions.
2465
2466 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
2467
2468 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
2469 Remove these recent additions.
2470 (c-mode): Restore to before 2005-04-28.
2471
2472 * progmodes/cc-vars.el (cc-define-list-program): Remove this
2473 recent addition.
2474
2475 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
2476 (gdb-define-alist): New variables.
2477 (gdb-create-define-alist): New function.
2478 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
2479 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
2480 with string-to-number.
2481 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
2482
2483 * progmodes/gud.el: Replace string-to-int with string-to-number.
2484 (gud-find-file): Handle gdb-define-alist.
2485
2486 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
2487
2488 2005-05-02 Jay Belanger <belanger@truman.edu>
2489
2490 * calc/calc-aent.el (math-read-token):
2491 * calc/calc-bin.el (calc-word-size):
2492 * calc/calc-ext.el (calc-read-number-fancy):
2493 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
2494 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
2495 * calc/calc-frac.el (calc-over-notation):
2496 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
2497 (calc-graph-num-points, calc-graph-init):
2498 * calc/calc-prog.el (calc-read-parse-table-part)
2499 (calc-edit-macro-repeats):
2500 * calc/calc-yank.el (calc-do-grab-rectangle):
2501 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
2502 Replace `string-to-int' by `string-to-number'.
2503
2504 2005-05-02 Kim F. Storm <storm@cua.dk>
2505
2506 * kmacro.el: Use executing-kbd-macro-index variable.
2507
2508 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
2509
2510 * net/rlogin.el (rlogin-parse-words): Delete func.
2511 (rlogin): Use split-string, not rlogin-parse-words.
2512 Also, if there are option-like elements in the parsed args,
2513 take the host to be the first arg immediately following them.
2514 Suggested by Michael Mauger.
2515
2516 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2517
2518 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
2519
2520 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2521
2522 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
2523 (cc-mode-cpp-program): Rename to cc-define-list-program and
2524 move to cc-vars.el.
2525
2526 * progmodes/cc-vars.el (cc-define-list-program):
2527 Change to "gcc -E -dM -". Make customizable.
2528
2529 2005-05-02 Kim F. Storm <storm@cua.dk>
2530
2531 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
2532
2533 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2534
2535 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
2536
2537 * international/mule-util.el (truncate-string): Remove alias and
2538 obsolete declaration.
2539
2540 * international/mule-cmds.el (update-iso-coding-systems):
2541 Remove alias and obsolete declaration.
2542
2543 * international/mule.el (coding-system-parent): Remove alias and
2544 obsolete declaration.
2545
2546 * subr.el (define-function, sref): Remove aliases and obsolete
2547 declarations.
2548 (chars-in-region): Remove obsolete declaration.
2549
2550 2005-05-01 Richard M. Stallman <rms@gnu.org>
2551
2552 * info.el (Info-mode): Set widen-automatically to nil, locally.
2553
2554 * simple.el (widen-automatically): New variable.
2555 (pop-global-mark): Obey widen-automatically.
2556
2557 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2558
2559 * term/xterm.el (function-key-map): Call substitute-key-definition
2560 before the keymap size is increased by a lot of define-key calls.
2561
2562 2005-05-01 Richard M. Stallman <rms@gnu.org>
2563
2564 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
2565 Rename ARG to ELEMENT. Doc fix.
2566
2567 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2568
2569 * allout.el (allout-exposure): Remove macro and obsolete declaration.
2570 Remove references to allout-exposure/change to allout-new-exposure.
2571
2572 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
2573 bytecode symbols.
2574
2575 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
2576 (compiled-function-p, focus-frame, unfocus-frame):
2577 Remove aliases and obsolete declarations.
2578 Back out inadvertent changes from previous commit.
2579
2580 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2581
2582 * files.el (require-final-newline): Make Custom tags consistent
2583 with mode-require-final-newline.
2584 (mode-require-final-newline): Doc fix.
2585
2586 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2587
2588 * international/latexenc.el (latexenc-find-file-coding-system):
2589 Fix regular expressions.
2590
2591 2005-05-01 David Kastrup <dak@gnu.org>
2592
2593 * international/latexenc.el (latexenc-find-file-coding-system):
2594 Fix regular expressions.
2595
2596 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2597
2598 * subr.el (string-to-int): Make obsolete.
2599
2600 2005-04-30 Richard M. Stallman <rms@gnu.org>
2601
2602 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
2603
2604 * loadup.el: load jka-comp-hook.
2605
2606 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
2607 (jka-compr-handler): Add autoload. `put' calls moved
2608 to jka-comp-hook.el.
2609 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
2610 (jka-compr-inhibit): Autoload.
2611
2612 * jka-comp-hook.el: New file.
2613 Enable the mode by default.
2614
2615 * files.el (backup-buffer-copy): Use copy-file instead
2616 of write-region, and put back the 'excl.
2617
2618 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
2619
2620 * progmodes/flymake.el (flymake-split-string)
2621 (flymake-split-string, flymake-log, flymake-pid-to-names)
2622 (flymake-reg-names, flymake-get-source-buffer-name)
2623 (flymake-unreg-names, flymake-add-line-err-info)
2624 (flymake-add-err-info): Clarify docstrings.
2625 (flymake-popup-menu, flymake-make-emacs-menu)
2626 (flymake-make-xemacs-menu): Add docstrings.
2627 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
2628 Set variables directly throughout.
2629
2630 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
2631
2632 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
2633 exists. Initialise cc-define-alist.
2634 (c-mode): Add cc-create-define-alist locally to after-save-hook.
2635 If there is no file (Macroexpansion) don't create an alist.
2636
2637 2005-04-29 Sam Steingold <sds@gnu.org>
2638
2639 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
2640 (cc-create-define-alist): Use it instead of the hard-coded string.
2641
2642 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2643
2644 * international/mule-conf.el (file-coding-system-alist): Fix regexp
2645 for latexenc.
2646
2647 2005-04-29 Lute Kamstra <lute@gnu.org>
2648
2649 * emacs-lisp/generic.el: Improve commentary section.
2650 (define-generic-mode): Improve docstring.
2651
2652 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
2653
2654 * textmodes/org.el (many places): Change to quiet the byte compiler.
2655 (org-prefix-format-compiled): New variable.
2656 (org-compile-prefix-format): New function.
2657 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
2658 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
2659 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
2660 (org-get-entries-from-diary): Use `org-get-time-of-day' for
2661 consistency with entries from `org-mode' files.
2662 (org-get-time-of-day): Fix bug with partial matches early in a line.
2663 (org-non-link-chars): New constant.
2664 (org-link-regexp): Respect `org-non-link-chars'.
2665 (org-agenda-day-view): Remove command.
2666 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
2667 (org-follow-bbdb-link, org-store-link): Search also company field.
2668 (org-highlight-overlay): New variable.
2669 (org-highlight, org-unhighlight): New functions.
2670 (org-agenda-mode): Add pre-command-hook to remove highlight.
2671 (org-evaluate-time-range): Behavior depends upon whether time stamp
2672 contains a time or not.
2673 (org-show-subtree, org-show-entry): New functions.
2674 (org-agenda-cleanup-fancy-diary): Remove empty lines.
2675
2676 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
2677
2678 * comint.el (comint-output-filter-functions): Add autoload cookie.
2679
2680 2005-04-28 Kim F. Storm <storm@cua.dk>
2681
2682 * ido.el (ido-everywhere): Fix last change.
2683
2684 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2685
2686 * international/latexenc.el: New file.
2687 * international/mule-conf.el (file-coding-system-alist): For .tex,
2688 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
2689
2690 2005-04-28 Lute Kamstra <lute@gnu.org>
2691
2692 * font-lock.el (font-lock-add-keywords)
2693 (font-lock-remove-keywords): Clarify docstring.
2694 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
2695 Don't start docstrings with a `*'.
2696 (font-lock-update-removed-keyword-alist): Give it a docstring.
2697
2698 * generic-x.el: Update commentary section.
2699 Only require font-lock when compiling.
2700 Define all modes conditionally.
2701 Place all generic modes in the generic-x-modes customization group.
2702 (generic-x-modes): New customization group.
2703 (generic-default-modes, generic-mswindows-modes)
2704 (generic-unix-modes, generic-other-modes): New constants.
2705 (generic-define-mswindows-modes, generic-define-unix-modes):
2706 Update docstrings. Make them obsolete.
2707 (generic-extras-enable-list): New default value. Update docstring.
2708 Improve :type. Change :set function.
2709 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
2710 Fix docstring.
2711
2712 * emacs-lisp/generic.el (generic-mode-internal):
2713 Simplify font-lock-defaults.
2714 (define-generic-mode): Fix docstring.
2715
2716 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2717
2718 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
2719 font-lock-face property to highlight matches.
2720
2721 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
2722
2723 * progmodes/cc-mode.el (cc-create-define-alist): New function.
2724 (cc-define-alist): New variable.
2725 (c-mode): Make it local and initialise it.
2726
2727 * progmodes/gdb-ui.el (gdb-active-process): New variable.
2728 (gdb-exited): New function.
2729 (gdb-annotation-rules): Use it.
2730 (gdb-starting): Set gdb-active-process to t.
2731 (gdb-stopping): Amend doc string.
2732 (gdb-reset): Set gdb-active-process to nil.
2733
2734 * tooltip.el (tooltip-gud-tips): Show the associated #define
2735 directives when a C program under GDB is not executing.
2736
2737 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2738
2739 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
2740 font-lock-fontify-syntactic-keywords.
2741
2742 * font-lock.el (font-lock-default-fontify-region): Don't force
2743 parse-sexp-lookup-properties to nil.
2744
2745 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2746
2747 * man.el (man-mode-syntax-table): Set up `:' to have
2748 word-constituent syntax.
2749
2750 2005-04-27 Lute Kamstra <lute@gnu.org>
2751
2752 * novice.el (disable-command): Don't add spurious newlines to the
2753 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
2754
2755 2005-04-26 Jay Belanger <belanger@truman.edu>
2756
2757 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
2758 than one window before deleting window.
2759
2760 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
2761
2762 * shell.el (shell-prompt-pattern): Doc fix.
2763 (shell-mode): Set paragraph-separate buffer locally to "\\'".
2764
2765 * comint.el (comint-prompt-regexp, comint-get-old-input)
2766 (comint-use-prompt-regexp)
2767 (comint-use-prompt-regexp-instead-of-fields)
2768 (comint-replace-by-expanded-history, comint-send-input)
2769 (comint-output-filter, comint-get-old-input-default)
2770 (comint-line-beginning-position, comint-bol, comint-show-output)
2771 (comint-backward-matching-input, comint-forward-matching-input)
2772 (comint-next-prompt, comint-previous-prompt):
2773 Rename `comint-use-prompt-regexp-instead-of-fields' to
2774 `comint-use-prompt-regexp'. Keep old name as alias and declare
2775 obsolete.
2776 (comint-use-prompt-regexp): Shorten first line of doc string.
2777
2778 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
2779 Set paragraph-separate buffer locally to "\\'".
2780
2781 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
2782 Adapt to above name change.
2783
2784 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
2785 (smbclient-prompt-regexp): Ditto.
2786
2787 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
2788
2789 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
2790
2791 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
2792 gdb-location-list.
2793 Break lines that are over 80 characters wide.
2794
2795 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2796
2797 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
2798 New fun and var, to preserve compatibility.
2799
2800 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
2801
2802 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
2803
2804 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
2805 name to file-newer-than-file-p.
2806
2807 2005-04-26 Richard M. Stallman <rms@gnu.org>
2808
2809 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
2810
2811 * progmodes/python.el (python-mode):
2812 Use new name eldoc-documentation-function.
2813
2814 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
2815
2816 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
2817 (eldoc-documentation-function):
2818 Rename from eldoc-print-current-symbol-info-function. Calls changed.
2819
2820 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
2821
2822 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
2823
2824 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2825
2826 * term/xterm.el (function-key-map): Fix strings for
2827 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
2828 {C,S,A,C-S}-{f1-f12}.
2829
2830 2005-04-26 Kenichi Handa <handa@m17n.org>
2831
2832 * international/mule-cmds.el (select-safe-coding-system):
2833 Fix previous change.
2834
2835 2005-04-26 Lute Kamstra <lute@gnu.org>
2836
2837 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
2838
2839 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
2840 (font-lock-comment-delimiter-face): Ditto.
2841
2842 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
2843
2844 2005-04-25 Jay Belanger <belanger@truman.edu>
2845
2846 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
2847 to t while inserting information; use help-mode.
2848
2849 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2850
2851 * term.el (ansi-term-color-vector): Use the xterm colors.
2852 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
2853
2854 2005-04-25 Lute Kamstra <lute@gnu.org>
2855
2856 * font-core.el (font-lock-defaults): Fix docstring.
2857
2858 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
2859
2860 2005-04-25 Kenichi Handa <handa@m17n.org>
2861
2862 * international/mule-cmds.el (select-safe-coding-system):
2863 Don't check consistency with coding: spec, etc if raw-text or
2864 no-conversion was found to be safe.
2865
2866 2005-04-24 Richard M. Stallman <rms@gnu.org>
2867
2868 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
2869 citation markers at start of each line.
2870
2871 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
2872 citation markers at start of each line.
2873
2874 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
2875
2876 * files.el (mode-require-final-newline): Fix previous change.
2877 (require-final-newline): Fix type label.
2878
2879 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
2880
2881 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
2882 statement in buffer (broken by 2004-11-24 change).
2883
2884 2005-04-24 Kim F. Storm <storm@cua.dk>
2885
2886 * ido.el (ido-everywhere): Save and restore old read-buffer-function
2887 and read-file-name-function values. Don't overwrite existing
2888 non-nil values if ido-mode is enabled without ido-everywhere.
2889
2890 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
2891
2892 * files.el (mode-require-final-newline): Minor doc fix.
2893
2894 2005-04-24 Eli Zaretskii <eliz@gnu.org>
2895
2896 * subr.el (syntax-after): Doc fix.
2897 (syntax-class): If argument is nil, return nil. Mask off upper 16
2898 bits, not 8 bits.
2899
2900 * files.el (mode-require-final-newline): Doc fix.
2901 (backup-buffer-copy): Fix last change.
2902
2903 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2904
2905 * term/mac-win.el: Require select. Set selection-coding-system to
2906 mac-system-coding-system. Call menu-bar-enable-clipboard.
2907 (x-last-selected-text-clipboard, x-last-selected-text-primary)
2908 (x-select-enable-clipboard): New variables.
2909 (x-select-text, x-get-selection, x-selection-value)
2910 (x-get-selection-value, mac-select-convert-to-string)
2911 (mac-services-open-file, mac-services-open-selection)
2912 (mac-services-insert-text): New functions.
2913 (CLIPBOARD, FIND): Put mac-scrap-name property.
2914 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
2915 (public.tiff): Put mac-ostype property.
2916 (selection-converter-alist): Add entries for them.
2917 (mac-application-menu-map): New keymap.
2918 (interprogram-cut-function, interprogram-paste-function): Set to
2919 x-select-text and x-get-selection-value, respectively.
2920 (split-window-keep-point): Set to t.
2921
2922 2005-04-23 Richard M. Stallman <rms@gnu.org>
2923
2924 * files.el (read-directory-name): Always pass non-nil
2925 DEFAULT-FILENAME arg to read-file-name.
2926 (backup-buffer-copy, basic-save-buffer-2): Take care against
2927 writing thru an unexpected existing symlink.
2928 (revert-buffer): In indirect buffer, revert the base buffer.
2929 (magic-mode-alist): Doc fix.
2930 (buffer-stale-function): Doc fix.
2931 (minibuffer-with-setup-hook): Avoid warning.
2932 (mode-require-final-newline): Doc and custom fix.
2933
2934 * follow.el (follow-end-of-buffer): Use with-no-warnings.
2935
2936 * font-lock.el (font-lock-comment-face): On terminals with few colors,
2937 use the default appearance.
2938 (font-lock-comment-delimiter-face): New face, new variable.
2939
2940 * imenu.el (imenu--generic-function): The official position of a
2941 definition is the start of the line that BEG is in.
2942
2943 * midnight.el (midnight-timer): Move defvar up.
2944
2945 * mouse.el (mouse-drag-region-1): Delete some debugging code.
2946
2947 * saveplace.el (save-place-to-alist): Use with-no-warnings.
2948
2949 * startup.el (command-line): Use with-no-warnings.
2950
2951 * window.el (window-size-fixed): New defvar.
2952
2953 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
2954
2955 * mail/rmail.el (rmail-font-lock-keywords):
2956 Use font-lock-comment-delimiter-face.
2957
2958 * mail/sendmail.el (mail-font-lock-keywords):
2959 Use font-lock-comment-delimiter-face.
2960
2961 * progmodes/compile.el (next-error-highlight-timer): New defvar.
2962
2963 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
2964
2965 * progmodes/compile.el (compilation-mode-font-lock-keywords):
2966 Specify t for LAXMATCH when matching directories.
2967 Save match data around compilation-compat-error-properties form.
2968
2969 2005-04-23 David Kastrup <dak@gnu.org>
2970
2971 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
2972 Mention that the autoloaded aliases should be kept for AUCTeX.
2973
2974 2005-04-23 Andreas Schwab <schwab@suse.de>
2975
2976 * isearch.el (isearch-forward): Doc fix.
2977
2978 2005-04-23 Eli Zaretskii <eliz@gnu.org>
2979
2980 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
2981 (jit-lock-stealth-nice): Change default value to 0.5.
2982
2983 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
2984
2985 * abbrev.el (write-abbrev-file): Write table entries in
2986 alphabetical order by table name.
2987
2988 2005-04-22 Kim F. Storm <storm@cua.dk>
2989
2990 * ido.el (ido-read-internal): Fix `list' completion.
2991
2992 2005-04-22 Kenichi Handa <handa@m17n.org>
2993
2994 * recentf.el (recentf-save-file-coding-system): New variable.
2995 (recentf-save-list): Encode the file by
2996 recentf-save-file-coding-system and add coding: tag.
2997
2998 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
2999
3000 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
3001
3002 2005-04-21 Lute Kamstra <lute@gnu.org>
3003
3004 * loadhist.el (unload-feature): Don't remove a function from hooks
3005 if it is about to be restored to an autoload . Remove functions
3006 that will become unbound from auto-mode-alist. Simplify the code.
3007
3008 * subr.el (assq-delete-all): New implementation that is linear,
3009 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
3010 (rassq-delete-all): New function.
3011
3012 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3013 Add size-indication-mode.
3014
3015 2005-04-21 Kenichi Handa <handa@m17n.org>
3016
3017 * international/mule-cmds.el: Add autoload for widget-value in
3018 eval-when-compile.
3019
3020 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
3021
3022 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3023 Add tooltip-mode.
3024
3025 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
3026
3027 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
3028
3029 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
3030 (inferior-lisp-filter-regexp, inferior-lisp-program)
3031 (inferior-lisp-load-command, inferior-lisp-prompt)
3032 (inferior-lisp-mode-hook, lisp-source-modes)
3033 (inferior-lisp-load-hook): defvar->defcustom.
3034 (inferior-lisp-program, inferior-lisp-prompt)
3035 (inferior-lisp-load-hook): Doc fixes.
3036 (inferior-lisp-install-letter-bindings): Small change in
3037 introductory comment.
3038
3039 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3040
3041 * vc.el (vc-annotate-color-map): Change some colors so that text
3042 using them as foreground is readable on both white and black
3043 backgrounds.
3044
3045 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3046
3047 * international/mule-conf.el (translation-table-for-input):
3048 Remove redundant declaration.
3049
3050 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3051
3052 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
3053
3054 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
3055 (tooltip-toggle-gud-tips): New function.
3056
3057 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3058
3059 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
3060 right angle brackets.
3061
3062 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3063
3064 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
3065
3066 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3067
3068 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
3069 Remove. Update callers to use expand-file-name instead.
3070
3071 * subr.el (syntax-class): New function.
3072
3073 * simple.el (blink-matching-open): Use it.
3074
3075 * paren.el (show-paren-function): Use it to recognize parens that are
3076 also used in 2-char comment markers.
3077
3078 2005-04-19 Lute Kamstra <lute@gnu.org>
3079
3080 * loadhist.el (unload-feature): Update for new format of
3081 load-history. Simplify the code.
3082
3083 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3084
3085 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
3086 (mac-add-charset-info): New function. Initialize variable
3087 mac-charset-info-alist using it.
3088 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
3089 for translation.
3090 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
3091 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
3092 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
3093 New CCL programs.
3094
3095 2005-04-19 Kim F. Storm <storm@cua.dk>
3096
3097 * simple.el (next-buffer, prev-buffer, next-error)
3098 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3099 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
3100
3101 * bindings.el (next-buffer, prev-buffer, next-error)
3102 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3103 (clone-indirect-buffer-other-window): Move bindings from simple.el.
3104 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
3105 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
3106
3107 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3108
3109 * isearch.el (isearch-edit-string): Make the search-ring available for
3110 minibuffer history commands.
3111 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
3112 the default history commands now work just as well.
3113 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
3114
3115 2005-04-18 Kim F. Storm <storm@cua.dk>
3116
3117 * emulation/cua-base.el (cua--pre-command-handler): Add more
3118 elaborate check for shift modifier on non-window systems.
3119
3120 2005-04-18 Lars Hansen <larsh@math.ku.dk>
3121
3122 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
3123
3124 2005-04-18 Kim F. Storm <storm@cua.dk>
3125
3126 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
3127 and make it optional. Don't test tooltip-gud-echo-area here.
3128 (tooltip-gud-process-output, gdb-tooltip-print):
3129 Pass tooltip-gud-echo-area to tooltip-show.
3130 (tooltip-help-tips): Remove second optional arg to tooltip-show.
3131
3132 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3133
3134 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
3135 `display-graphic-p' may not be bound yet.
3136
3137 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
3138
3139 * startup.el (command-line): No longer enable Xterm Mouse mode by
3140 default in terminals compatible with xterm.
3141
3142 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
3143
3144 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
3145
3146 * tooltip.el (tooltip-gud-echo-area): Rename from
3147 tooltip-use-echo-area.
3148 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
3149 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
3150 area independently of where help tooltips are displayed.
3151
3152 2005-04-17 David Kastrup <dak@gnu.org>
3153
3154 * cus-theme.el (custom-theme-write-variables): Quote variables
3155 where necessary.
3156
3157 2005-04-17 Richard M. Stallman <rms@gnu.org>
3158
3159 * simple.el (yank-excluded-properties): Add follow-link to value.
3160
3161 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
3162
3163 * startup.el (fancy-splash-max-time): Just 30 seconds.
3164 (fancy-splash-delay): Just 7.
3165 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
3166
3167 * loadhist.el (unload-feature): Update for new format of load-history.
3168 Simplify the code.
3169
3170 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
3171 (rmail-font-lock-keywords): Don't fontify the text of a citation.
3172
3173 * mail/sendmail.el (mail-font-lock-keywords):
3174 Don't fontify subject text.
3175 Don't fontify the text of a citation.
3176
3177 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
3178
3179 * comint.el (comint-output-filter): Run comint-output-filter-functions
3180 with point where the user had it.
3181
3182 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3183
3184 * international/ucs-tables.el (ucs-set-table-for-input):
3185 Disable when using unify-on-decoding.
3186
3187 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3188
3189 * emulation/cua-base.el (cua-global-mark-face): Add special case
3190 for displays supporting a high number of colors.
3191
3192 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3193
3194 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
3195
3196 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
3197
3198 * filesets.el (filesets-add-buffer): If user supplies a name of a
3199 non-existing fileset, create a new fileset.
3200
3201 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
3202
3203 * textmodes/org.el (org-up-heading-all): Fix bug with
3204 `outline-up-heading-all'.
3205
3206 2005-04-16 Andreas Schwab <schwab@suse.de>
3207
3208 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
3209 /etc/permissions.d/* and /etc/aliases.d/*.
3210
3211 2005-04-16 Kenichi Handa <handa@m17n.org>
3212
3213 * international/code-pages.el (cp-make-coding-system):
3214 Set `translation-table-for-input' property value to the symbol
3215 ucs-mule-to-mule-unicode, not to that value.
3216 (pt154): Escape guillemet by `\'.
3217
3218 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
3219
3220 * loadup.el: Load tooltip if x-show-tip is fboundp.
3221
3222 * startup.el (command-line): Add comment.
3223
3224 * tooltip.el (tooltip-mode): Specify correct standard value for
3225 Custom in init-value.
3226
3227 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
3228
3229 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
3230 possible.
3231
3232 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
3233
3234 * textmodes/org.el (org-agenda-date-prompt): Rename from
3235 `org-agenda-date-today'.
3236 (org-evaluate-time-range): Insert at point instead of directly
3237 after time range.
3238 (org-first-headline-recenter, org-subtree-end-visible-p)
3239 (org-optimize-window-after-visibility-change): New functions
3240 (org-agenda-post-command-hook): Don't allow point at end of line,
3241 to make sure it always hits the text properties.
3242 (org-agenda-next-date-line, org-agenda-previous-date-line):
3243 New commands.
3244 (org-set-regexps-and-options): Category may contain white space.
3245 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3246 Improve marker positions.
3247 (org-agenda-new-marker): Argument POS made optional.
3248 (org-agenda-get-timestamps): Deadlines which are done are listed
3249 in org-done-face now.
3250 (org-agenda-get-todos, org-agenda-get-timestamps)
3251 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3252 Set `undone-face' and `done-face' properties.
3253 (org-last-todo-state-is-todo): New variable.
3254 (org-todo): Set `org-last-todo-state-is-todo'.
3255 (org-agenda-todo): Change face according to
3256 `org-last-todo-state-is-todo'. And change other lines refering to
3257 the same entry.
3258 (org-calendar-goto-agenda): New command.
3259 (org-calendar-to-agenda-key): New option.
3260 (org-startup-folded): New allowed value `content'.
3261 (org-set-regexps-and-options): Accept new value `content' for
3262 `org-startup-folded'.
3263 (org-get-current-options): Handle new value `content' for
3264 `org-startup-folded'.
3265 (org-insert-todo-heading): New command.
3266 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
3267 interactively in empty file and option
3268 `org-insert-mode-line-in-empty-file' has been set.
3269 (org-agenda-todo,org-agenda-priority): Modify to use
3270 `org-agenda-change-all-lines'.
3271 (org-warning-face): Change color on dark background
3272
3273 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3274
3275 * international/mule-cmds.el (set-locale-environment): On Mac OS,
3276 use preferences AppleLocale and AppleLanguages, and variable
3277 mac-system-locale for default locale. On Mac OS Classic, use
3278 mac-system-coding-system for default coding systems.
3279
3280 * term/mac-win.el: Don't set file-name-coding-system.
3281 Decode variables system-name, emacs-build-system, user-login-name, and
3282 user-full-name by mac-system-coding-system on Mac OS Classic.
3283 (mac-system-coding-system): New variable.
3284
3285 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
3286
3287 * startup.el (command-line): Handle `xterm-mouse-mode' before
3288 reading init file.
3289
3290 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
3291
3292 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3293
3294 * progmodes/sh-script.el (sh-here-document-word): Make it a
3295 defcustom. Doc fix.
3296 (sh-add): Bash uses $(( )) for arithmetic.
3297 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
3298 (sh-maybe-here-document): Remove quotes and leading whitespace
3299 from heredoc word when closing. Indent heredoc with tabs if word
3300 starts with "-".
3301
3302 2005-04-13 Richard M. Stallman <rms@gnu.org>
3303
3304 * simple.el (undo): Fix previous change.
3305
3306 * custom.el (defface): Doc fix.
3307
3308 2005-04-13 Lute Kamstra <lute@gnu.org>
3309
3310 * Makefile.in (DONTCOMPILE): Remove list.
3311 (compile, compile-always): Don't use DONTCOMPILE.
3312 (update-authors): Load the library in which batch-update-authors
3313 is defined.
3314 * makefile.w32-in (DONTCOMPILE): Remove list.
3315 (compile, compile-always): Fix comments.
3316 (update-authors): Load the library in which batch-update-authors
3317 is defined.
3318
3319 * generic-x.el (generic-mode-ini-file-find-file-hook):
3320 Rename to ini-generic-mode-find-file-hook.
3321 Keep generic-mode-ini-file-find-file-hook as an alias.
3322 (ini-generic-mode-find-file-hook): Rename from
3323 generic-mode-ini-file-find-file-hook. Fix docstring.
3324 (ini-generic-mode): Docstring change.
3325 (bat-generic-mode-run-as-comint): Silence the byte compiler.
3326
3327 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
3328 called from lisp.
3329
3330 * generic.el: Move to the emacs-lisp subdir.
3331
3332 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3333
3334 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
3335 and C-S- function and cursor motion keys.
3336
3337 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
3338
3339 * startup.el (command-line): Enable Xterm Mouse mode by default.
3340 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
3341 for Custom. No longer show "Mouse" in mode line when enabled.
3342 Doc fix.
3343
3344 2005-04-12 Kim F. Storm <storm@cua.dk>
3345
3346 * emulation/cua-base.el (cua-rectangle-face)
3347 (cua-rectangle-noselect-face): Define face attributes here.
3348
3349 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
3350
3351 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3352
3353 * startup.el (command-line): Turn off blinking cursor if
3354 cursorBlink in resources is off or false.
3355
3356 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3357
3358 * term/mac-win.el (dnd): Require dnd.
3359 (mac-drag-n-drop): Call dnd-handle-one-url.
3360 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
3361 (kTextEncodingISOLatin2): Remove constants.
3362 (mac-script-code-coding-systems): New constant.
3363 (mac-handle-language-change): New function.
3364 (special-event-map): Bind it to `language-change' event.
3365 (mac-centraleurroman, mac-cyrillic): New coding systems.
3366 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
3367 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
3368 and mac-cyrillic-encoder to encode-mac-centraleurroman and
3369 encode-mac-cyrillic, respectively.
3370
3371 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3372
3373 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
3374 Don't set overlay-arrow-string to "=>" as this is done
3375 globally in C now.
3376
3377 2005-04-12 Lute Kamstra <lute@gnu.org>
3378
3379 * generic-x.el (rc-generic-mode, rul-generic-mode):
3380 Fix auto-mode-alist entries.
3381 (etc-fstab-generic-mode): Tweak fontification.
3382
3383 * generic.el (generic-make-keywords-list): Fix docstring.
3384 (generic-mode-internal): Simplify generic-font-lock-keywords.
3385
3386 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3387
3388 * whitespace.el (whitespace-buffer-leading)
3389 (whitespace-buffer-trailing): Revert the incorrect test inversion.
3390 However, fix the highlight area for the leading and
3391 trailing whitespaces to show space.
3392
3393 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3394
3395 * whitespace.el (whitespace-version): Bump to 3.5
3396
3397 (whitespace-buffer-leading, whitespace-buffer-trailing):
3398 Invert sense of the test to highlight the whitespace.
3399
3400 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3401
3402 * progmodes/gud.el (gud-display-line): GUD uses its own
3403 overlay arrow now so don't set overlay-arrow-string.
3404 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
3405
3406 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3407
3408 * term.el (term-ansi-current-bold, term-ansi-current-underline)
3409 (term-ansi-current-reverse, term-ansi-current-invisible)
3410 (term-ansi-face-already-done): Change to boolean.
3411 (term-reset-terminal, term-handle-colors-array): Handle the above
3412 vars accordingly.
3413 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
3414 (term-emulate-terminal): Use the new name.
3415
3416 * faces.el (secondary-selection): Use yellow1, not yellow.
3417 (trailing-whitespace): Use red1, not red.
3418
3419 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3420
3421 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
3422 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
3423 (dired-dnd-handle-file): Call dnd-get-local-file-uri
3424
3425 * cus-edit.el (dnd): New group.
3426
3427 * term/w32-win.el (dnd): Require dnd
3428 (w32-drag-n-drop): Call dnd-handle-one-url.
3429
3430 * x-dnd.el: Require dnd.
3431 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
3432 Call dnd-handle-one-url.
3433 (x-dnd-types-alist, x-dnd-insert-utf8-text)
3434 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
3435 to dnd-insert-text.
3436 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
3437 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
3438 (x-dnd-get-local-file-name, x-dnd-open-local-file)
3439 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
3440
3441 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
3442
3443 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3444
3445 * wdired.el: Doc fixes.
3446 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
3447 (wdired-use-dired-vertical-movement): Rename from
3448 wdired-always-move-to-filename-beginning.
3449 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
3450 (wdired-change-to-wdired-mode): Change mode name.
3451 (wdired-newline): Delete.
3452
3453 2005-04-11 Richard M. Stallman <rms@gnu.org>
3454
3455 * whitespace.el (whitespace-highlight-the-space):
3456 Don't call whitespace-unhighlight-the-space here.
3457
3458 * simple.el (undo): Record t in undo-equiv-table
3459 for the redo record made by an undo-in-region.
3460
3461 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3462
3463 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
3464 (gdb-frame-inferior-io-buffer): New Functions to control
3465 display of separate IO buffer.
3466 (menu): Add them to menu-bar.
3467 (gdb-display-buffer): Check for buffer another frame.
3468 Protect GUD buffer.
3469 (gdb-setup-windows): Create IO buffer if not already there.
3470 (gdb-memory-mode): Remove purecopy noops.
3471
3472 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
3473
3474 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
3475 and pass to self-insert-command.
3476
3477 2005-04-11 Lute Kamstra <lute@gnu.org>
3478
3479 * generic.el: Commentary section cleanup.
3480 (generic): Delete.
3481 (generic-use-find-file-hook, generic-lines-to-scan)
3482 (generic-find-file-regexp, generic-ignore-files-regexp)
3483 (default-generic-mode, generic-mode-find-file-hook)
3484 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
3485 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
3486 (generic-use-find-file-hook, generic-lines-to-scan)
3487 (generic-find-file-regexp, generic-ignore-files-regexp)
3488 (default-generic-mode, generic-mode-find-file-hook)
3489 (generic-mode-ini-file-find-file-hook): Move from generic.el.
3490
3491 2005-04-10 Karl Fogel <kfogel@red-bean.com>
3492
3493 * bookmark.el (bookmark-write-file): Catch errors writing file.
3494 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
3495
3496 2005-04-10 Richard M. Stallman <rms@gnu.org>
3497
3498 * startup.el (fancy-splash-tail): Update copyright year.
3499 (command-line): Split part of -Q into -D.
3500 (emacs-basic-display): New defvar.
3501 (fancy-splash-text): Correct name of menu item.
3502
3503 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
3504
3505 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
3506 lines in one node.
3507
3508 * comint.el (comint-send-input): New arg ARTIFICIAL.
3509 Callers in this file changed.
3510
3511 * abbrev.el (define-abbrevs): Read system abbrevs properly.
3512
3513 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
3514
3515 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
3516
3517 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
3518 `ldap-search-internal'.
3519
3520 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3521
3522 * files.el (set-auto-mode-1): Use line-end-position.
3523
3524 * international/latin-1.el:
3525 * international/latin-2.el:
3526 * international/latin-3.el:
3527 * international/latin-4.el:
3528 * international/latin-5.el:
3529 * international/latin-8.el:
3530 * international/latin-9.el: Give punctuation syntax to NBSP.
3531
3532 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
3533 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
3534 Use char-classes to accept non-ascii letters, accepted in some recent
3535 bibtex implementations.
3536
3537 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3538
3539 * custom.el (custom-set-minor-mode): Any non-nil value for the
3540 variable should enable the mode when set through Custom.
3541
3542 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3543
3544 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
3545 TAB binding so tab-always-indent is obeyed.
3546 (vhdl-minibuffer-local-map): Move initialization into declaration.
3547 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
3548 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
3549 (vhdl-hooked-abbrev): Avoid test for XEmacs.
3550 (vhdl-current-line): Use line-beginning-position.
3551 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
3552 with-output-to-temp-buffer, so the current position can be recorded.
3553
3554 2005-04-10 Masatake YAMATO <jet@gyve.org>
3555
3556 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3557 Add regexp for gcov.
3558
3559 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3560
3561 * calendar/time-date.el (time-to-seconds, seconds-to-time)
3562 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
3563 syntax which Emacs 20 doesn't support.
3564
3565 2005-04-09 Richard M. Stallman <rms@gnu.org>
3566
3567 * help.el (describe-key-briefly, describe-key):
3568 Replace strings as event types with "(any string)".
3569
3570 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3571
3572 * arc-mode.el (archive-mode-map): Move initialization into
3573 the declaration. Override *all* bindings of `undo'.
3574 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
3575
3576 2005-04-09 Jay Belanger <belanger@truman.edu>
3577
3578 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
3579
3580 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3581
3582 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
3583 (xterm-register-default-colors): Update color values computation
3584 to match xterm-200.
3585
3586 2005-04-09 Kenichi Handa <handa@m17n.org>
3587
3588 * international/code-pages.el (iso-latin-7): Fix the map.
3589
3590 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
3591
3592 * emacs-lisp/lisp.el (defun-prompt-regexp)
3593 (parens-require-spaces, buffer-end, end-of-defun)
3594 (insert-parentheses): Doc fixes.
3595
3596 2005-04-08 Kim F. Storm <storm@cua.dk>
3597
3598 * comint.el (comint-highlight-prompt): Fix face spec.
3599 * hi-lock.el (hi-green): Likewise.
3600
3601 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3602
3603 * cus-edit.el (custom-modified-face):
3604 * comint.el (comint-highlight-input): Fix previous changes.
3605 * term.el (term-handle-ansi-escape): Add a comment.
3606
3607 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3608
3609 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
3610 in the buffer and in whitespace-highlighted-space.
3611 (whitespace-unhighlight-the-space): Simplify.
3612 (whitespace-buffer): Simplify.
3613
3614 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3615
3616 * textmodes/table.el (table-cell-face): Add special case for
3617 displays supporting a high number of colors.
3618 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3619 (vhdl-font-lock-reserved-words-face)
3620 (vhdl-speedbar-architecture-face)
3621 (vhdl-speedbar-instantiation-face)
3622 (vhdl-speedbar-architecture-selected-face)
3623 (vhdl-speedbar-instantiation-selected-face): Likewise.
3624 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
3625 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
3626 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
3627 (ebrowse-root-class-face, ebrowse-member-attribute-face)
3628 (ebrowse-progress-face): Likewise.
3629 * progmodes/compile.el (compilation-info-face): Likewise.
3630 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
3631 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
3632 * calendar/calendar.el (diary-face): Likewise.
3633 * woman.el (woman-italic-face, woman-bold-face)
3634 (woman-unknown-face): Likewise.
3635 * wid-edit.el (widget-button-pressed-face): Likewise.
3636 * whitespace.el (whitespace-highlight-face): Likewise.
3637 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
3638 * pcvs-info.el (cvs-marked-face): Likewise.
3639 * info.el (info-xref): Likewise.
3640 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
3641 * hilit-chg.el (highlight-changes-face)
3642 (highlight-changes-delete-face): Likewise.
3643 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
3644 (hi-red-b): Likewise.
3645 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
3646 * font-lock.el (font-lock-keyword-face)
3647 (font-lock-function-name-face, font-lock-warning-face): Likewise.
3648 * cus-edit.el (custom-invalid-face, custom-modified-face)
3649 (custom-set-face, custom-changed-face, custom-variable-tag-face)
3650 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
3651 * comint.el (comint-highlight-prompt): Likewise.
3652
3653 2005-04-08 Lute Kamstra <lute@gnu.org>
3654
3655 * font-lock.el (font-lock-keywords): Docstring fixes.
3656
3657 2005-04-08 Kenichi Handa <handa@m17n.org>
3658
3659 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
3660 chars are more than a limit, print " and more..." at the tail.
3661
3662 2005-04-08 Kim F. Storm <storm@cua.dk>
3663
3664 * emacs-lisp/authors.el (authors-aliases): Update list.
3665 (authors-ignored-files): New list.
3666 (authors-fixed-entries): Fix typo.
3667 (authors-renamed-files-alist): Update list.
3668 (authors-add): Check authors-ignored-files.
3669
3670 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
3671
3672 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
3673 optional, to ensure backward compatibility.
3674
3675 2005-04-08 Stephen Eglen <stephen@gnu.org>
3676
3677 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
3678
3679 2005-04-08 Kim F. Storm <storm@cua.dk>
3680
3681 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
3682
3683 * mouse.el (mouse-on-link-p): Doc fix.
3684
3685 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
3686
3687 * ielm.el (ielm-prompt-read-only): Doc fix.
3688
3689 * comint.el (comint-prompt-read-only): Doc fix.
3690
3691 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
3692
3693 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
3694 ensure dired always handles wildcards passed to ffap.
3695 (find-file-at-point): Use it.
3696 (ffap-dired-wildcards): Doc fix.
3697
3698 2005-04-07 Juri Linkov <juri@jurta.org>
3699
3700 * simple.el (next-error-overlay-arrow-position): New defvar.
3701 Put "=>" on its property `overlay-arrow-string'. Add it to
3702 `overlay-arrow-variable-list'.
3703
3704 * progmodes/compile.el (compilation-setup):
3705 Set `next-error-overlay-arrow-position' to nil. Also set it to
3706 nil in the local hook `kill-buffer-hook'. Make local variable
3707 `overlay-arrow-string' and set it to "=>".
3708 (compilation-goto-locus): Set BOL position to
3709 `next-error-overlay-arrow-position' instead of
3710 `overlay-arrow-position'.
3711
3712 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
3713 locally instead of adding it to the global hook.
3714 (Info-kill-buffer): Move up.
3715
3716 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
3717
3718 * term/xterm.el (xterm-standard-colors): Update color values from
3719 xterm-200.
3720
3721 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
3722
3723 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
3724
3725 * fast-lock.el:
3726 * lazy-lock.el: Move them to the obsolete subdir.
3727
3728 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3729
3730 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
3731 (wdired-add-replace-advice): Remove.
3732 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
3733
3734 2005-04-06 Kim F. Storm <storm@cua.dk>
3735
3736 * startup.el (command-line): Add --bare-bones alias for -Q.
3737
3738 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3739
3740 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
3741 create the startup fontset if a font specification ends with
3742 `mac-roman'.
3743
3744 2005-04-06 Lute Kamstra <lute@gnu.org>
3745
3746 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
3747 change.
3748
3749 * emacs-lisp/copyright.el (copyright-update-year): Replace the
3750 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
3751
3752 2005-04-05 Lute Kamstra <lute@gnu.org>
3753
3754 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
3755 (define-generic-mode): Ditto. Fix debug declaration.
3756
3757 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
3758 Put them in the generic-x group.
3759
3760 * calendar/timeclock.el (timeclock): Doc fix.
3761
3762 * generic.el (define-generic-mode): Don't use custom-current-group.
3763 Document default :group value.
3764 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
3765 (define-global-minor-mode): Don't use custom-current-group.
3766
3767 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
3768
3769 * startup.el (command-line-1): Display startup-echo-area-message
3770 when fancy splash screen is in use.
3771
3772 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
3773 (sh-escaped-newline): New face.
3774 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
3775 newline, and use sh-escaped-newline face.
3776
3777 * progmodes/tcl.el (tcl-escaped-newline): New face.
3778 (tcl-builtin-list): New variable.
3779 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
3780 newlines. Fix keywords subexpression number.
3781
3782 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
3783
3784 * textmodes/org.el (org-diary-default-entry): Fix call to
3785 `add-to-diary-entry'.
3786
3787 2005-04-05 Kim F. Storm <storm@cua.dk>
3788
3789 * ediff-init.el: Use (featurep 'xemacs).
3790
3791 2005-04-05 David Ponce <david@dponce.com>
3792
3793 * cus-edit.el (face): Derive from symbol widget. Display sample
3794 of the current face on the fly.
3795 (widget-face-sample-face-get, widget-face-notify): New functions.
3796 (widget-face-value-create): Remove.
3797
3798 * wid-edit.el (widget-field-end): Temporarily remove field
3799 narrowing before to call `get-char-property'.
3800
3801 2005-04-04 Jay Belanger <belanger@truman.edu>
3802
3803 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
3804 (math-read-subscripts): New variable.
3805 (math-read-preprocess-string): Process subscripts.
3806
3807 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
3808
3809 * comint.el (comint-prompt-read-only): Doc fix.
3810
3811 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
3812 `-1'. Doc fix.
3813
3814 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
3815
3816 * textmodes/org.el (org-insert-mode-line-in-empty-file):
3817 Change default value to nil.
3818
3819 2005-04-04 Lute Kamstra <lute@gnu.org>
3820
3821 * autorevert.el (auto-revert-mode): Specify :group.
3822 * battery.el (display-battery-mode): Specify :group.
3823 * diff-mode.el (diff-minor-mode): Specify :group.
3824 * font-core.el (font-lock-mode): Specify :group.
3825 * hl-line.el (hl-line-mode): Specify :group.
3826 * iimage.el (iimage): New customization group.
3827 (iimage-mode): Specify :group.
3828 * longlines.el (longlines-mode): Specify :group.
3829 * master.el: Don't require easy-mmode.
3830 (master): New customization group.
3831 (master-mode): Specify :group.
3832 * msb.el (msb-mode): Specify :group.
3833 * reveal.el (reveal-mode): Specify :group.
3834 * simple.el (next-error-follow-minor-mode): Specify :group.
3835 * smerge-mode.el (smerge-mode): Specify :group.
3836 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
3837 * emulation/cua-base.el (cua-mode): Specify :group.
3838 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
3839 * language/thai-util.el (thai-auto-composition-mode)
3840 (thai-word-mode): Specify :group.
3841 * mail/supercite.el (sc-minor-mode): Specify :group.
3842 * progmodes/cwarn.el (cwarn-mode): Specify :group.
3843 * progmodes/flymake.el (flymake-mode): Specify :group.
3844 * progmodes/glasses.el (glasses-mode): Specify :group.
3845 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
3846 * textmodes/enriched.el (enriched-mode): Specify :group.
3847 * textmodes/refill.el (refill-mode): Specify :group.
3848
3849 * add-log.el (change-log-font-lock-keywords): Names in
3850 parenthesized lists can contain spaces.
3851
3852 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
3853
3854 * startup.el (fancy-splash-text): Shorten default text of
3855 "Emacs Tutorial" line. Also, if the current language env
3856 indicates an available tutorial file other than TUTORIAL,
3857 extract its title and append it to the line in parentheses.
3858 (fancy-splash-insert): If arg is a thunk, funcall it.
3859
3860 2005-04-04 Jay Belanger <belanger@truman.edu>
3861
3862 * calc.el (calc-language-alist): Add tags to customization type.
3863
3864 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
3865
3866 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
3867 Doc fix.
3868
3869 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
3870
3871 * add-log.el (change-log-font-lock-keywords): The manual
3872 describing a Change Log entry, says: (...) "Aside from these
3873 header lines, every line in the change log starts with a space or
3874 a tab.". The font-lock was not highlighting lines started with
3875 spaces, added support for it.
3876
3877 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3878
3879 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
3880 (bibtex-generate-url-list): Update docstring accordingly. Put the
3881 complex example in the docstring.
3882 (bibtex-font-lock-url): Use pop.
3883
3884 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3885
3886 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
3887
3888 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
3889
3890 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
3891
3892 * filesets.el (filesets-set-default): Doc fix.
3893
3894 2005-04-03 Lute Kamstra <lute@gnu.org>
3895
3896 * generic.el (define-generic-mode): Add argument to specify
3897 keywords for defcustom.
3898 (default-generic-mode): Specify :group.
3899
3900 * generic-x.el: Specify :group for all generic modes.
3901
3902 * desktop.el (desktop-no-desktop-file-hook)
3903 (desktop-after-read-hook): Doc fix.
3904
3905 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
3906
3907 * simple.el (visible-mode): Use explicit :group keyword.
3908 This changes the group of `visible-mode-hook' from paren-blinking
3909 to editing-basics.
3910
3911 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
3912
3913 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
3914 mailbox specifications as well as URLs.
3915 (rmail-insert-inbox-text): Remove unused conditional branches.
3916
3917 2005-04-01 Jay Belanger <belanger@truman.edu>
3918
3919 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
3920 (calc-gnuplot-print-command): Move definitions to calc.el.
3921
3922 * calc/calc-embed.el (calc-embedded-announce-formula)
3923 (calc-embedded-open-formula, calc-embedded-close-formula)
3924 (calc-embedded-open-word, calc-embedded-close-word)
3925 (calc-embedded-open-plain, calc-embedded-close-plain)
3926 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
3927 (calc-embedded-open-mode, calc-embedded-close-mode):
3928 Move definitions to calc.el.
3929
3930 * calc/calc.el (calc-settings-file, calc-language-alist):
3931 Make customizable.
3932 (calc-embedded-announce-formula, calc-embedded-open-formula)
3933 (calc-embedded-close-formula, calc-embedded-open-word)
3934 (calc-embedded-close-word, calc-embedded-open-plain)
3935 (calc-embedded-close-plain, calc-embedded-open-new-formula)
3936 (calc-embedded-close-new-formula, calc-embedded-open-mode)
3937 (calc-embedded-close-mode, calc-gnuplot-name)
3938 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
3939 from other files and make customizable.
3940
3941 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3942
3943 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
3944 Use buffer-live-p.
3945 (cvs-mode-run): Don't call cvs-update-header here.
3946 (cvs-run-process): Call cvs-update-header.
3947 Use process properties for cvs-postprocess and cvs-buffer so that
3948 the sentinel can behave better if the temp buffer is killed.
3949 Use a pipe rather than a tty, to better handle unexpected prompts.
3950 (cvs-sentinel): Rewrite. Call cvs-update-header.
3951
3952 2005-04-01 Andre Spiegel <spiegel@gnu.org>
3953
3954 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
3955 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
3956
3957 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
3958
3959 * generic.el (define-generic-mode): Add indentation rule.
3960
3961 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
3962
3963 * files.el (mode-require-final-newline): Make Custom correctly
3964 report a nil value and allow to set it to nil via Custom.
3965 Doc fix.
3966
3967 2005-04-01 Kenichi Handa <handa@m17n.org>
3968
3969 * international/characters.el: Enable the correct case setting for
3970 dotless-i and dotted-I.
3971
3972 2005-04-01 Kim F. Storm <storm@cua.dk>
3973
3974 * ido.el (ido-file-internal): Fall back to non-ido command if
3975 initial directory is on slow ftp (or tramp) host.
3976
3977 2005-03-31 Richard M. Stallman <rms@gnu.org>
3978
3979 * emacs-lisp/autoload.el (make-autoload):
3980 Handle define-global-minor-mode.
3981
3982 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
3983 Rename from easy-mmode-define-global-mode.
3984 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
3985
3986 * progmodes/scheme.el (scheme-mode-syntax-table):
3987 Update syntax of | and # for two-character comment syntax.
3988
3989 2005-03-31 Lute Kamstra <lute@gnu.org>
3990
3991 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
3992 (define-minor-mode): Call custom-current-group at load-time.
3993
3994 * generic.el (define-generic-mode): Add debug declaration.
3995 Add defcustom for the mode hook.
3996 (generic-mode-internal): Use run-mode-hooks.
3997
3998 2005-03-31 Kim F. Storm <storm@cua.dk>
3999
4000 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
4001 (mouse-fixup-help-message): New defun called by show_help_echo
4002 to fixup mouse-2 prefix in help messages when applicable.
4003
4004 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
4005
4006 2005-03-31 Kenichi Handa <handa@m17n.org>
4007
4008 * language/thai-word.el (thai-find-word-ends): Pay attention to
4009 the case that we reach the end of buffer.
4010
4011 * textmodes/fill.el (fill-text-properties-at): New function.
4012 (fill-newline): Use fill-text-properties-at instead of
4013 text-properties-at.
4014
4015 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4016
4017 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
4018 not comint-quote-filename.
4019
4020 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
4021
4022 * help-fns.el (help-with-tutorial): Revert last change.
4023
4024 2005-03-31 Kim F. Storm <storm@cua.dk>
4025
4026 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
4027
4028 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
4029
4030 * calendar/cal-china.el: Update reference to "Calendrical
4031 Calculations" book; there's a new edition.
4032 * calendar/cal-coptic.el: Likewise.
4033 * calendar/cal-french.el: Likewise.
4034 * calendar/cal-hebrew.el: Likewise.
4035 * calendar/cal-islam.el: Likewise.
4036 * calendar/cal-iso.el: Likewise.
4037 * calendar/cal-julian.el: Likewise.
4038 * calendar/cal-mayan.el: Likewise.
4039 * calendar/cal-persia.el: Likewise.
4040 * calendar/calendar.el: Likewise.
4041 * calendar/holidays.el: Likewise.
4042 * calendar/lunar.el: Likewise.
4043 * calendar/solar.el: Likewise.
4044
4045 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
4046 white space from doc string.
4047
4048 2005-03-30 Jay Belanger <belanger@truman.edu>
4049
4050 * calc/calc-help.el (calc-full-help): Remove email address.
4051
4052 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4053
4054 * help-fns.el (help-with-tutorial): Delete title line.
4055
4056 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4057
4058 * calendar/cal-x.el (calendar-one-frame-setup)
4059 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
4060 rather than 'symbol for set-window-dedicated-p.
4061
4062 * calendar/appt.el (appt-buffer-name): Make it a constant.
4063 (appt-add): Doc fix.
4064
4065 * filesets.el (filesets-menu-path, filesets-menu-before)
4066 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
4067 (filesets-menu-cache-file): Use directory ~/.emacs.d.
4068 (filesets-add-submenu): Delete and use add-submenu instead.
4069
4070 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
4071
4072 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
4073 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
4074 (org-diary-default-entry): New function.
4075 (org-get-entries-from-diary): Better parsing of diary entries.
4076 (org-agenda-check-no-diary): New function.
4077 ("diary-lib"): Advice to function `add-to-diary-list', to allow
4078 linking to diary entries.
4079 (org-agenda-execute-calendar-command): New function.
4080 (org-agenda): Improve visible section in window.
4081 Use `org-fit-agenda-window'.
4082 (org-fit-agenda-window): New option.
4083 (org-move-subtree-down): Better handling of empty lines
4084 at end of subtree.
4085 (org-cycle): Numeric prefix is interpreted now as show-subtree N
4086 levels up.
4087 (org-fontify-done-headline): New option.
4088 (org-headline-done-face): New face.
4089 (org-set-font-lock-defaults): Use `org-headline-done-face'.
4090 (org-table-copy-down): Rename from `org-table-copy-from-above'.
4091 When current field is non-empty, it is copied to next row.
4092 (org-table-copy-from-above): Fix bug which made it
4093 impossible to copy fields containing only a single non-white character.
4094
4095 2005-03-30 Kim F. Storm <storm@cua.dk>
4096
4097 * kmacro.el (kmacro-end-macro): Isearch may store this command
4098 into the macro -- so ignore it when executing keyboard macro.
4099
4100 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4101
4102 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
4103
4104 2005-03-29 Kenichi Handa <handa@m17n.org>
4105
4106 * language/thai.el ("Thai"): Set setup-function and exit-function
4107 for Thai language environment.
4108
4109 * language/thai-util.el: Require thai-word.
4110 (thai-word-mode-map): New variable.
4111 (thai-word-mode): New minor mode.
4112 (setup-thai-language-environment-internal): New function.
4113 (exit-thai-language-environment-internal): New function.
4114
4115 * language/thai-word.el (thai-word-table): Declare it by defvar,
4116 use dolist to initialize it.
4117 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
4118 (thai-fill-find-break-point): New functions.
4119
4120 2005-03-29 Richard M. Stallman <rms@gnu.org>
4121
4122 * simple.el (idle-update-delay): Move definition up.
4123 (set-mark): Doc fix.
4124
4125 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
4126
4127 * longlines.el: New file.
4128
4129 * simple.el (buffer-substring-filters): New variable.
4130 (filter-buffer-substring): New function.
4131 (kill-region, copy-region-as-kill): Use it.
4132
4133 * register.el (copy-to-register, append-to-register)
4134 (prepend-to-register): Use filter-buffer-substring.
4135
4136 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4137
4138 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
4139 (gud-filter-pending-text): Move in front of gdb.
4140 (gud-overlay-arrow-position): New variable.
4141 (gud-sentinel, gud-display-line): Use it in place of
4142 overlay-arrow-position.
4143
4144 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4145
4146 * progmodes/fortran.el (fortran-if-indent): Doc fix.
4147 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
4148 (fortran-font-lock-keywords-4): New variable.
4149 (fortran-blocks-re, fortran-end-block-re)
4150 (fortran-start-block-re): New constants, for hideshow.
4151 (hs-special-modes-alist): Add a Fortran entry.
4152 (fortran-mode-map): Bind fortran-end-of-block,
4153 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
4154 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
4155 (fortran-looking-at-if-then, fortran-end-of-block)
4156 (fortran-beginning-of-block): New functions, for hideshow.
4157
4158 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4159 Doc fix. Tweak regexp.
4160 (f90-beginning-of-block): Push mark first.
4161
4162 2005-03-29 Jay Belanger <belanger@truman.edu>
4163
4164 * calc/calc.el: Update copyright date.
4165 (calc-version): Increase to 2.1.
4166 (calc-version-date): Remove.
4167
4168 * calc/calc-help.el: Update copyright date.
4169 (calc-full-help): Remove reference to calc-version-date.
4170 Update copyright date.
4171
4172 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4173
4174 * vc.el (vc-do-command): Use a pipe for async processes, so password
4175 prompts don't show up at places where the user can't reply.
4176
4177 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4178
4179 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
4180 on the file name we pass to the inferior shell.
4181
4182 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4183
4184 * progmodes/which-func.el (which-function): Be robust in the face of an
4185 imenu--make-index-alist failure.
4186
4187 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4188
4189 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
4190
4191 * progmodes/python.el (python-preoutput-filter): Fix last change.
4192
4193 2005-03-29 Lute Kamstra <lute@gnu.org>
4194
4195 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
4196 functions and compiled macros.
4197 (debug-convert-byte-code): Handle macros too.
4198 (debug-on-entry-1): Don't signal an error when trying to clear a
4199 function that is not set to debug on entry.
4200
4201 2005-03-29 Jay Belanger <belanger@truman.edu>
4202
4203 * calc/calc-lang.el: Add functions to math-function-table
4204 properties of tex and math.
4205
4206 2005-03-29 Kenichi Handa <handa@m17n.org>
4207
4208 * ps-mule.el (ps-mule-plot-string): Translate characters by
4209 ps-print-translation-table.
4210 (ps-mule-begin-job): Call find-charset-region/string with
4211 ps-print-translation-table.
4212 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
4213
4214 * ps-print.el (ps-print-translation-table): New variable.
4215 (ps-plot-region): Translate characters by ps-print-translation-table.
4216
4217 2005-03-29 Juri Linkov <juri@jurta.org>
4218
4219 * simple.el (next-error-highlight-timer): New variable.
4220
4221 * progmodes/compile.el (compilation-goto-locus):
4222 Use `next-error-highlight-timer' instead of `sit-for'.
4223
4224 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4225
4226 * mail/supercite.el (sc-mail-field): Use assoc-string.
4227 (sc-get-address): Simplify regexps.
4228
4229 * files.el (minibuffer-with-setup-hook): New macro.
4230 (find-file-read-args): Use it to avoid let-binding
4231 minibuffer-with-setup-hook (which breaks turning on/off
4232 file-name-shadow-mode while in the prompt).
4233
4234 * complete.el (PC-read-include-file-name-internal): Use test-completion.
4235
4236 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
4237
4238 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
4239
4240 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4241
4242 * window.el (window-buffer-height): Use count-screen-lines.
4243
4244 * progmodes/python.el (python-preoutput-leftover): New var.
4245 (python-preoutput-filter): Use it.
4246 (python-send-receive): Loop until all the result has been received.
4247
4248 2005-03-28 Juri Linkov <juri@jurta.org>
4249
4250 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
4251
4252 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
4253 "Recover Crashed Session".
4254 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
4255 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
4256 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
4257 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
4258 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
4259 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
4260 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
4261 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
4262
4263 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
4264 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
4265 Ediff Sessions", "Toggle use of separate control buffer frame",
4266 "Use separate frame for Ediff control buffer".
4267
4268 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
4269 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
4270 "Rename Bookmark", "Delete Bookmark".
4271
4272 * info.el (Info-mode-menu): Remove ellipsis from "Index".
4273 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
4274 Add `:active Info-index-alternatives' to "Next Matching Item".
4275
4276 * wdired.el (wdired-change-to-wdired-mode):
4277 Mention `wdired-abort-changes' key in the initial message.
4278
4279 * international/mule.el (auto-coding-alist): Associate non-ascii
4280 image filename extensions with `no-conversion'.
4281
4282 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4283
4284 * international/iso-acc.el:
4285 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
4286
4287 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4288
4289 * textmodes/sgml-mode.el (html-mode): Doc update.
4290
4291 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
4292
4293 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
4294
4295 * term.el (term-move-columns): Fix face after extending a line.
4296 (term-insert-spaces): Likewise.
4297 (term-reset-terminal): Fix off by one error.
4298
4299 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4300
4301 * international/mule.el (auto-coding-alist): Add .xpi files.
4302
4303 * files.el (auto-mode-alist): Add .xpi files.
4304
4305 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
4306
4307 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
4308
4309 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4310
4311 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
4312
4313 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4314
4315 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
4316 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
4317
4318 * calendar/cal-move.el (calendar-beginning-of-year): Move the
4319 cursor to Jan 1 when needed.
4320 (calendar-end-of-year): Fix -/+ typo.
4321 Reported by Chong Yidong <cyd@stupidchicken.com>.
4322
4323 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4324
4325 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
4326
4327 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
4328 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
4329
4330 2005-03-25 Richard M. Stallman <rms@gnu.org>
4331
4332 * filesets.el (filesets-init): Add autoload.
4333
4334 * mail/mailalias.el (mail-directory): Doc fix.
4335
4336 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4337
4338 * mail/mailalias.el (mail-directory-process): Do nothing if
4339 mail-directory-process is an atom.
4340 (mail-get-names): Ignore mail-directory-names if it is an atom.
4341 (mail-directory-process defvar): Doc fix.
4342 (mail-names): Doc fix.
4343
4344 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
4345
4346 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
4347
4348 2005-03-26 Kenichi Handa <handa@m17n.org>
4349
4350 * international/mule-util.el (detect-coding-with-priority):
4351 Call update-coding-systems-internal before detect-coding-region.
4352
4353 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
4354
4355 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4356 (gdb-frames-mode-map): Add follow-link property.
4357
4358 2005-03-25 Jay Belanger <belanger@truman.edu>
4359
4360 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
4361 for variables.
4362
4363 2005-03-25 Juri Linkov <juri@jurta.org>
4364
4365 * image-mode.el: Optimize image filename extension regexps in
4366 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
4367 in `auto-mode-alist'.
4368 (image-mode): Add `image-toggle-display-text' to local hook
4369 `change-major-mode-hook'. Display the image as an image by
4370 default. Set `cursor-type' and `truncate-lines' if the image
4371 is already displayed. Take into account the current mode (image
4372 or text) in message.
4373 (image-minor-mode): New minor mode.
4374 (image-mode-maybe, image-toggle-display-text): New functions.
4375 (image-toggle-display): Use called-interactively-p.
4376 Let-bind `inhibit-read-only' to t.
4377
4378 * image-mode.el (image-minor-mode): Set `cursor-type' and
4379 `truncate-lines' if the image is already displayed. Add turning
4380 image-minor-mode off to `change-major-mode-hook'. Add message.
4381 Call `image-toggle-display-text' after turning image-minor-mode off.
4382
4383 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4384
4385 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
4386 Terminal.app, use utf-8.
4387 (set-display-table-and-terminal-coding-system): Add coding-system arg.
4388 (set-locale-environment): Use it.
4389
4390 * term/xterm.el: Undo last change, better done in mule-cmds.el.
4391
4392 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
4393
4394 * progmodes/python.el (python-close-block-statement-p)
4395 (python-outdent-p, python-current-defun): Use symbol-end.
4396
4397 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
4398
4399 * files.el (save-some-buffers): Doc fix.
4400
4401 2005-03-25 Werner Lemberg <wl@gnu.org>
4402
4403 * complete.el, thumbs.el: Replace `legal' with `valid'.
4404 * calendar/calendar.el: Replace `legal' with `valid'.
4405 * emacs-lisp/advice.el: Replace `legal' with `valid'.
4406 * mail/supercite.el: Replace `legal' with `valid'.
4407 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
4408 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
4409 Replace `legal' with `valid'.
4410 * textmodes/reftex-vars.el, textmodes/reftex.el:
4411 Replace `legal' with `valid'.
4412
4413 2005-03-25 Werner Lemberg <wl@gnu.org>
4414
4415 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
4416 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
4417 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
4418 * emulation/vip.el: Replace `illegal' with `invalid'.
4419 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
4420 * mail/supercite.el: Replace `illegal' with `invalid'.
4421 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
4422 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
4423 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
4424 * progmodes/sh-script.el, progmodes/xscheme.el:
4425 Replace `illegal' with `invalid'.
4426 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
4427 * textmodes/reftex-index.el, textmodes/reftex-parse.el
4428 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
4429 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
4430
4431 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4432
4433 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
4434 (flymake-find-buildfile, flymake-find-possible-master-files)
4435 (flymake-check-include, flymake-parse-line): Replace loops over the
4436 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
4437
4438 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
4439 Substitute file-name-as-directory in the rest of the file.
4440 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
4441 (flymake-replace-region): Remove unused arg `buffer'.
4442 (flymake-check-patch-master-file-buffer): Update calls to it.
4443 (flymake-add-err-info): Remove unused var `count'.
4444 (flymake-mode): Use define-minor-mode.
4445
4446 * progmodes/flymake.el: Use with-current-buffer.
4447 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
4448 flymake-replace-regexp-in-string, flymake-line-beginning-position)
4449 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
4450 Avoid testing for `xemacs'.
4451 (flymake-nop): Move.
4452 (flymake-region-has-flymake-overlays): Return the computed value.
4453 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
4454 Remove unused var `endline'.
4455 (flymake-get-line-count): Remove unused function.
4456 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
4457
4458 * emulation/vi.el:
4459 * generic.el:
4460 * hilit-chg.el (global-highlight-changes):
4461 * hi-lock.el (hi-lock-mode):
4462 * follow.el: find-file-hooks -> find-file-hook.
4463
4464 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
4465
4466 2005-03-24 Juri Linkov <juri@jurta.org>
4467
4468 * dired.el (dired-mode-map): Add menu item "Compare directories"
4469 for dired-compare-directories.
4470
4471 * dired-aux.el (dired-compare-directories): Add autoload cookie.
4472 Doc fix. Replace `read-file-name' with `read-directory-name'.
4473
4474 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4475
4476 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
4477
4478 2005-03-24 Jay Belanger <belanger@truman.edu>
4479
4480 * calc/calc-embed.el (calc-embedded-mode-change): Save all
4481 relevant mode settings in calc-embedded-original-modes when modes
4482 are permanently changed.
4483
4484 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4485
4486 * autoinsert.el: find-file-hooks -> find-file-hook.
4487
4488 2005-03-24 Lute Kamstra <lute@gnu.org>
4489
4490 * generic.el (generic-font-lock-defaults): Make it obsolete.
4491 (generic-font-lock-keywords): New variable to replace
4492 generic-font-lock-defaults.
4493 (generic-mode-set-font-lock): Delete it.
4494 (generic-mode-internal): Don't call generic-mode-set-font-lock.
4495 (generic-bracket-support): Add docstring.
4496
4497 * generic-x.el: Rename generic-font-lock-defaults to
4498 generic-font-lock-keywords throughout.
4499 (mailagent-rules-setup-function): Delete it.
4500 (mailagent-rules-generic-mode): Use anonymous function instead.
4501 (show-tabs-generic-mode-font-lock-defaults-1)
4502 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
4503 Quote faces.
4504 (show-tabs-tab-face, show-tabs-space-face): Specify background,
4505 not foreground.
4506
4507 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4508 Recognize define-generic-mode.
4509
4510 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4511
4512 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
4513 if there's no completion table.
4514
4515 2005-03-23 Miles Bader <miles@gnu.org>
4516
4517 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4518 Remove tty-specific variants, as they're no longer needed.
4519
4520 2005-03-23 Lute Kamstra <lute@gnu.org>
4521
4522 * generic-x.el: Code cleanup: make args constant whenever possible.
4523 (installshield-statement-keyword-list)
4524 (installshield-system-functions-list)
4525 (installshield-system-variables-list, installshield-types-list)
4526 (installshield-funarg-constants-list): Make them constants.
4527
4528 * generic.el (generic-make-keywords-list): Add autoload cookie.
4529
4530 * calendar/time-date.el: Add comment on time value formats.
4531 Don't require parse-time.
4532 (with-decoded-time-value): New macro.
4533 (encode-time-value): New function.
4534 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4535 (days-to-time): Return a valid time value when arg is huge.
4536 (time-since): Use time-subtract.
4537 (time-to-number-of-days): Use time-to-seconds.
4538
4539 2005-03-23 David Ponce <david@dponce.com>
4540
4541 * recentf.el: (recentf-keep): New option.
4542 (recentf-menu-action): Default to `find-file'.
4543 (recentf-keep-non-readable-files-flag)
4544 (recentf-keep-non-readable-files-p)
4545 (recentf-file-readable-p, recentf-find-file)
4546 (recentf-cleanup-remote): Remove.
4547 (recentf-include-p): More robust.
4548 (recentf-keep-p): New function.
4549 (recentf-remove-if-non-kept): Rename from
4550 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
4551 All callers updated.
4552 (recentf-menu-items-for-commands): Fix help string.
4553 (recentf-track-closed-file): Update. Doc fix.
4554 (recentf-cleanup): Update. Count removed files. Doc fix.
4555
4556 2005-03-23 Kim F. Storm <storm@cua.dk>
4557
4558 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4559 Don't inherit from fringe face (now happens automatically).
4560
4561 2005-03-22 Kim F. Storm <storm@cua.dk>
4562
4563 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
4564 position values.
4565
4566 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4567
4568 * menu-bar.el (showhide-date-time): Remove.
4569 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
4570 (menu-bar-make-mm-toggle): Simplify.
4571
4572 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4573
4574 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
4575 Accept qualified variable and function names.
4576
4577 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
4578
4579 * bindings.el (completion-ignored-extensions):
4580 Remove ".lis" for `vax-vms'.
4581
4582 2005-03-22 Andreas Schwab <schwab@suse.de>
4583
4584 * generic-x.el: Revert last change.
4585 * ldefs-boot.el: Update.
4586
4587 2005-03-22 Jay Belanger <belanger@truman.edu>
4588
4589 * calc/calc-embed (calc-embedded-original-modes): New variable.
4590 (calc-embedded-save-original-modes)
4591 (calc-embedded-restore-original-modes): New functions.
4592 (calc-do-embedded): Save original modes when entering embedded mode
4593 and restore when leaving embedded mode.
4594 (calc-embedded-modes-change): Change the value of
4595 calc-embedded-original-modes to reflect permanent changes.
4596
4597 2005-03-22 Lute Kamstra <lute@gnu.org>
4598
4599 * generic-x.el: Require generic again.
4600
4601 2005-03-22 Miles Bader <miles@gnu.org>
4602
4603 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4604 Tweak details to look good on both ttys and bitmap displays, light
4605 or dark background, etc.
4606
4607 2005-03-21 Kim F. Storm <storm@cua.dk>
4608
4609 * tooltip.el (tooltip-show-help-function): Check car and cdr of
4610 mouse position.
4611
4612 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4613
4614 * icomplete.el: Don't forcibly turn on the mode upon load.
4615 (icomplete-mode): Use define-minor-mode.
4616 (icomplete-eoinput): Default to nil.
4617 (icomplete-minibuffer-setup): Remove autoload.
4618 (icomplete-tidy): Simplify.
4619 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
4620 in the initial state or if the user has modified the field.
4621 Fix handling of icomplete-max-delay-chars.
4622 Remove code that handles the oddball case where
4623 minibuffer-completion-table is an integer.
4624 Wrap icomplete-completions in while-no-input in case building
4625 completions takes more time than expected.
4626 (icomplete-completions): Simplify.
4627
4628 2005-03-21 Richard M. Stallman <rms@gnu.org>
4629
4630 * jka-compr.el (jka-compr-really-do-compress):
4631 Make variable buffer-local.
4632
4633 * image-mode.el: Handle .xpm files too.
4634 (image-toggle-display): Preserve modification flag.
4635
4636 * help.el (where-is): Don't mention aliases with no key bindings.
4637
4638 2005-03-21 Lute Kamstra <lute@gnu.org>
4639
4640 * generic.el: Fix commentary section. Don't require cl for compilation.
4641 (generic-mode-list): Add autoload cookie.
4642 (generic-use-find-file-hook, generic-lines-to-scan)
4643 (generic-find-file-regexp, generic-ignore-files-regexp)
4644 (generic-mode, generic-mode-find-file-hook)
4645 (generic-mode-ini-file-find-file-hook): Fix docstrings.
4646 (define-generic-mode): Make it a defmacro. Fix docstring.
4647 (generic-mode-internal): Code cleanup. Add autoload cookie.
4648 (generic-mode-set-comments): Code cleanup.
4649 * generic-x.el: Don't prevent compilation. Don't require generic.
4650 Follow coding conventions. Minor code cleanup.
4651 (etc-fstab-generic-mode): Add some keywords.
4652 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
4653 define-generic-mode like a function declaration.
4654
4655 2005-03-21 Jay Belanger <belanger@truman.edu>
4656
4657 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
4658 changing modes.
4659
4660 2005-03-21 Sam Steingold <sds@gnu.org>
4661
4662 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
4663
4664 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
4665
4666 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
4667 Add underscore to "f$ lexicals" regexp.
4668
4669 2005-03-20 Juri Linkov <juri@jurta.org>
4670
4671 * subr.el (progress-reporter-do-update): When `min-value' is equal
4672 to `max-value', set `percentage' to 0 and prevent division by zero.
4673
4674 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
4675
4676 Sync with Tramp 2.0.48.
4677
4678 * tramp.el (all): Change all addresses to .gnu.org.
4679 (tramp-append-tramp-buffers): New defun.
4680 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
4681 Catch `dont-send' signal.
4682 (tramp-set-auto-save-file-modes): Set always permissions, because
4683 there might be an old auto-saved file belonging to another
4684 original file. This could be a security threat. Reported by
4685 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
4686 Check for Emacs 21.3.50 removed.
4687
4688 * tramp-smb.el (all): Remove debug construct for
4689 `with-parsed-tramp-file-name'.
4690 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
4691 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
4692 No error message if DIRECTORY or FILENAME doesn't exist.
4693 (tramp-smb-open-connection): Check existence of
4694 `tramp-smb-program'.
4695
4696 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4697
4698 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
4699 Properly handle the case where the `m' or `s' command's argument is not
4700 yet terminated.
4701 (perl-indent-new-calculate): New function.
4702 (perl-indent-line): Use it.
4703
4704 2005-03-20 Miles Bader <miles@gnu.org>
4705
4706 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
4707 in text-mode too. Change to new face names.
4708 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
4709 Add `:weight bold' attribute.
4710 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
4711
4712 2005-03-19 Juri Linkov <juri@jurta.org>
4713
4714 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
4715
4716 * international/mule.el (auto-coding-alist): Sync with
4717 `auto-mode-alist' by adding upper case archive file extensions
4718 and adding ear/war to jar extension.
4719
4720 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
4721
4722 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
4723 running, restart it.
4724
4725 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
4726
4727 * finder.el (finder-current-item): Throw an error on an empty line.
4728
4729 * man.el (Man-follow-manual-reference): If current-word returns
4730 nil, use "".
4731
4732 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
4733
4734 * simple.el (goto-line): Doc fix.
4735
4736 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
4737
4738 * files.el (save-buffer): Doc fix.
4739
4740 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
4741
4742 * recentf.el (recentf-cleanup-remote): New variable.
4743 (recentf-cleanup): Use it to conditionally check availablity of
4744 remote files.
4745
4746 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
4747
4748 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
4749 function names.
4750
4751 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4752
4753 * language/thai-word.el: New file.
4754
4755 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4756
4757 * files.el (backup-buffer): If the file's directory is not
4758 writable, use copy instead of move to backup the file.
4759
4760 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4761
4762 * obsolete/keyswap.el: Moved to obsolete/ from term/.
4763
4764 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4765
4766 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
4767 Use functionp instead of symbolp and fboundp. Reported by Drkm
4768 <darkman_spam@yahoo.fr>.
4769 (ps-print-version): New version 6.6.6.
4770
4771 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
4772
4773 * textmodes/table.el (table--line-column-position): New idiom.
4774 (table--row-column-insertion-point-p): New function to test
4775 validity of row and column insertion operation at a location.
4776 (table-global-menu, table-cell-menu): Use above functions for
4777 deterministic test operation.
4778 (table--editable-cell-p): Behave in deterministic fashion.
4779
4780 2005-03-18 Juri Linkov <juri@jurta.org>
4781
4782 * isearch.el (isearch-lazy-highlight-new-loop):
4783 Make arguments beg and end optional.
4784 (isearch-update): Remove optional arguments nil from
4785 isearch-lazy-highlight-new-loop.
4786 (isearch-lazy-highlight-search): Let-bind case-fold-search to
4787 isearch-lazy-highlight-case-fold-search instead of
4788 isearch-case-fold-search, and let-bind isearch-regexp to
4789 isearch-lazy-highlight-regexp.
4790 Use isearch-lazy-highlight-last-string instead of isearch-string.
4791
4792 * replace.el (perform-replace): Remove bindings of global
4793 variables isearch-string, isearch-regexp, isearch-case-fold-search.
4794 Add three new arguments to `replace-highlight'.
4795 (replace-highlight): Add arguments string, regexp, case-fold.
4796 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
4797 to allow isearch-lazy-highlight-new-loop to use these values
4798 to set corresponding isearch-lazy-highlight-* internal
4799 variables whose values lazy highlighting will use regardless of
4800 changes to global variables isearch-string, isearch-regexp,
4801 isearch-case-fold-search during lazy highlighting loop.
4802 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
4803 to `lazy-highlight-cleanup'.
4804
4805 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
4806 (ispell-highlight-face): Set default face to `isearch' when
4807 lazy highlighting is enabled.
4808 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
4809 priority to 1. Add lazy highlighting.
4810 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
4811 from `isearch-dehighlight'.
4812
4813 2005-03-18 David Ponce <david@dponce.com>
4814
4815 * files.el (hack-local-variables): Do a case-insensitive search
4816 for End.
4817
4818 2005-03-18 Juri Linkov <juri@jurta.org>
4819
4820 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
4821 `isearch-lazy-highlight-cleanup', add alias to old name and
4822 declare obsolete. Add release numbers to other obsolete vars.
4823 (isearch-done, isearch-lazy-highlight-new-loop):
4824 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
4825 (lazy-highlight-cleanup) <variable>: Doc fix.
4826 (isearch-lazy-highlight-update): Rename obsolete
4827 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
4828
4829 2005-03-18 Kenichi Handa <handa@m17n.org>
4830
4831 * language/thai-util.el: Fix categorization of Thai characters in
4832 thai-category-table.
4833 (thai-composition-pattern): Adjust it for the above change.
4834 (thai-self-insert-command, thai-compose-syllable): New functions.
4835 (thai-compose-region): Use thai-compose-syllable.
4836 (thai-compose-string): Likewise.
4837 (thai-composition-function): Likewise.
4838 (thai-auto-composition): New function.
4839 (thai-auto-composition-mode): New minor mode.
4840
4841 * language/thai.el: Fix patterns to be registered in
4842 composition-function-table.
4843
4844 * international/quail.el (quail-input-method): Locally bind
4845 inhibit-modification-hooks to t.
4846
4847 2005-03-17 Richard M. Stallman <rms@gnu.org>
4848
4849 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
4850 (perl-mode): Use run-mode-hooks.
4851
4852 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
4853 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
4854 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
4855
4856 * mail/sendmail.el (sendmail-send-it): Reenable the code
4857 to compute resend-to-address and use it.
4858
4859 * tar-mode.el (tar-mode): Turn off undo unconditionally.
4860
4861 * image-mode.el: New file.
4862
4863 * image.el (insert-sliced-image): Add autoload cookie.
4864
4865 * font-lock.el (font-lock-lines-before): New user option.
4866 (font-lock-after-change-function): Obey it.
4867
4868 * bindings.el (esc-map): Make M-g a prefix.
4869 Bind M-g g and M-g M-g to goto-line.
4870
4871 * faces.el (face-id): Doc fix.
4872
4873 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4874
4875 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
4876 (rmail-show-message): Use rmail-unknown-mail-followup-to.
4877 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
4878
4879 * mail/sendmail.el (mail-yank-ignored-headers)
4880 (mail-font-lock-keywords, mail-mode-fill-paragraph):
4881 Add Mail-Followup-To and Mail-Reply-To headers.
4882 (mail-citation-hook): Add autoload cookie.
4883 (mail-mode): Doc fix.
4884 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
4885 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
4886 (mail-mode-fill-paragraph): Handle those headers.
4887 (mail-mailing-lists): New variable.
4888 (mail-mail-reply-to, mail-mail-followup-to): New functions.
4889
4890 2005-03-17 Juri Linkov <juri@jurta.org>
4891
4892 * isearch.el (isearch-fallback): Check for `(car previous)'
4893 before calling `isearch-other-end-state'.
4894
4895 2005-03-17 Kim F. Storm <storm@cua.dk>
4896
4897 * simple.el (move-beginning-of-line): Move to beginning of buffer
4898 line, as well as beginning of screen line.
4899
4900 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
4901
4902 * calendar/diary-lib.el (mark-diary-entries): Use new optional
4903 argument REDRAW rather than calendar-redrawing variable.
4904 * calendar/calendar.el (calendar-redrawing): Delete.
4905 (redraw-calendar): Do not bind calendar-redrawing.
4906
4907 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
4908
4909 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
4910 diary-file buffer.
4911
4912 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4913
4914 * help.el (describe-mode): Allow a :minor-mode-function property to
4915 specify a different minor mode toggle function than the variable.
4916 * simple.el (auto-fill-function):
4917 * subr.el (add-minor-mode): Use it.
4918
4919 2005-03-16 Kenichi Handa <handa@m17n.org>
4920
4921 * language/ethio-util.el (sera-being-called-by-w3): New variable.
4922 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
4923 (ethio-fidel-to-sera-buffer): Likewise.
4924
4925 2005-03-16 Juri Linkov <juri@jurta.org>
4926
4927 * emacs-lisp/find-func.el (find-function-regexp):
4928 Add defun-emitting macro `menu-bar-make-toggle'.
4929
4930 * isearch.el: Put `isearch-scroll' property to
4931 `split-window-horizontally'.
4932
4933 * info.el: Update error messages for `debug-ignored-errors'.
4934 (Info-isearch-search): Doc fix.
4935 (Info-find-node): Move up code to go into info buffer before
4936 recording the node to the history.
4937 (Info-fontify-node): Fontify titles only if the next line
4938 has two or more `*', `=', `-', `.'.
4939 Display "go to this node" for empty (match-string 3).
4940
4941 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4942
4943 * term/mac-win.el: Add mouse pointer shape constants.
4944
4945 2005-03-15 Kim F. Storm <storm@cua.dk>
4946
4947 * simple.el (move-beginning-of-line): Use vertical-motion.
4948
4949 2005-03-15 Juri Linkov <juri@jurta.org>
4950
4951 * isearch.el (isearch-error): New variable.
4952 (isearch-invalid-regexp, isearch-within-brackets): Remove.
4953 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
4954 (isearch-within-brackets-state): Remove.
4955 (isearch-case-fold-search-state, isearch-pop-fun-state):
4956 Decrease frame index.
4957 (isearch-mode, isearch-top-state, isearch-push-state)
4958 (isearch-edit-string, isearch-abort, isearch-search-and-update)
4959 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
4960 (isearch-search, isearch-lazy-highlight-new-loop):
4961 Replace `isearch-invalid-regexp' with `isearch-error'.
4962 Remove `isearch-within-brackets'.
4963 (isearch-search): Add `search-failed' handler to `condition-case'.
4964 (isearch-lazy-highlight-search): Add `condition-case' to catch
4965 errors and allow `isearch-lazy-highlight-update' to try
4966 highlighting from the beginning of the window.
4967 (isearch-repeat): Move up code to set isearch-wrapped to t
4968 before calling isearch-wrap-function.
4969
4970 * info.el (Info-isearch-initial-node): New internal variable.
4971 (Info-search): Signal an error in isearch mode when search leaves
4972 the initial node. Signal an error when `bound' is non-nil and
4973 nothing was found in the current subfile.
4974 (Info-isearch-search): Remove `condition-case'.
4975 (Info-isearch-wrap): Don't wrap when search failed during leaving
4976 the initial node. If `Info-isearch-search' is nil, wrap around
4977 the current node.
4978 (Info-isearch-start): New fun.
4979 (Info-mode): Add buffer-local hook `Info-isearch-start' to
4980 `isearch-mode-hook'.
4981
4982 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4983
4984 * simple.el (normal-erase-is-backspace): Set default to t if
4985 running on Mac.
4986
4987 * term/mac-win.el (function-key-map): Sync with x-win.el.
4988
4989 2005-03-15 Kenichi Handa <handa@m17n.org>
4990
4991 * international/mule-cmds.el (locale-language-names): Modify the
4992 format of elements and add more entries.
4993 (locale-preferred-coding-systems): Add more entries.
4994 (set-locale-environment): Adjust for the change of
4995 locale-language-names.
4996
4997 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
4998
4999 * pcvs.el (smerge-ediff): Remove bogus autoload.
5000
5001 2005-03-14 Lute Kamstra <lute@gnu.org>
5002
5003 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
5004 Ignore a `*' at the beginning of a line.
5005
5006 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
5007 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
5008 subr.el.
5009 (dont-compile, eval-when-compile, eval-and-compile): Use declare
5010 to specify indentation.
5011
5012 * generic.el (define-generic-mode): Let generic-mode-list be a
5013 list of strings; test membership with equal.
5014
5015 2005-03-14 Kim F. Storm <storm@cua.dk>
5016
5017 * simple.el (next-line, previous-line): Add optional try-vscroll
5018 arg to recognize interactive use. Pass it on to line-move.
5019 (line-move): Don't perform auto-window-vscroll when defining or
5020 executing keyboard macro to ensure consistent behaviour.
5021
5022 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5023
5024 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
5025
5026 2005-03-13 Lute Kamstra <lute@gnu.org>
5027
5028 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
5029 debugger-setup-buffer so that backtrace marks the frames set to
5030 debug-on-exit and we don't have to do it manually. Set an extra
5031 debug-on-exit for macro's.
5032 (debugger-setup-buffer): Don't mark the top frame manually.
5033
5034 2005-03-12 Lute Kamstra <lute@gnu.org>
5035
5036 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
5037 lisp-indent-function throughout.
5038 (with-no-warnings): Set lisp-indent-function property.
5039
5040 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
5041
5042 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
5043 Add entry for backslash.
5044
5045 2005-03-12 Juri Linkov <juri@jurta.org>
5046
5047 * info.el (Info-search): Four fixes for backward search.
5048
5049 2005-03-11 Jay Belanger <belanger@truman.edu>
5050
5051 * calc/calc.el (calc-language-alist): New variable.
5052 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
5053 (calc-embedded-find-modes): Use calc-language-alist instead of
5054 calc-embedded-language-alist.
5055
5056 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5057
5058 * calendar/calendar.el (calendar-redrawing): New internal
5059 variable.
5060 (redraw-calendar): Remove bogus save-excursion from previous
5061 change. Bind calendar-redrawing to t for mark-diary-entries.
5062 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
5063 calendar if that is why we were called.
5064
5065 2005-03-11 Kenichi Handa <handa@m17n.org>
5066
5067 * international/mule.el (make-coding-system): Set property
5068 coding-system-define-form to nil.
5069 (define-coding-system-alias): Likewise.
5070
5071 2005-03-11 Kenichi Handa <handa@m17n.org>
5072
5073 These changes are suggested by Dave Love <fx@gnu.org>.
5074
5075 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
5076 coding: tag.
5077 (adaptive-fill-regexp): Add more bullets.
5078 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
5079 regexps.
5080
5081 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5082
5083 * help.el (describe-mode): Properly handle non-trivial lighters.
5084 Don't ignore minor modes that are not listed in minor-mode-list.
5085
5086 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
5087 feature ON when the user requests to turn it OFF.
5088
5089 2005-03-10 Lute Kamstra <lute@gnu.org>
5090
5091 * emacs-lisp/debug.el (debug-entry-code): Delete it.
5092 (implement-debug-on-entry): New function to replace debug-entry-code.
5093 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
5094 second argument as the 2005-03-07 change makes it obsolete.
5095 (debug-on-entry, cancel-debug-on-entry): Update call to
5096 debug-on-entry-1.
5097 (debug, debugger-setup-buffer): Comment update.
5098 (debugger-frame-number): Update to work with implement-debug-on-entry.
5099
5100 2005-03-10 Jay Belanger <belanger@truman.edu>
5101
5102 * calc/calc-embed.el (math-ms-args): Declare it.
5103 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
5104 math-ms-args.
5105 (calc-embedded-subst): Use math-multi-subst-rec to substitute
5106 variables.
5107
5108 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
5109
5110 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
5111 Use message-box.
5112
5113 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
5114 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
5115 (tooltip-gud-tips): Simplify.
5116 (tooltip-gud-tips-p): Remove superflouous :set.
5117 (tooltip-gud-modes): Add fortran-mode.
5118 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
5119
5120 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
5121
5122 2005-03-09 Kim F. Storm <storm@cua.dk>
5123
5124 * play/animate.el (animate-place-char): Use forward-line instead
5125 of next-line to improve performance.
5126
5127 2005-03-09 Simon Josefsson <jas@extundo.com>
5128
5129 * net/browse-url.el (browse-url-default-browser): Doc fix.
5130
5131 2005-03-09 Miles Bader <miles@gnu.org>
5132
5133 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
5134 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
5135
5136 2005-03-09 Kenichi Handa <handa@m17n.org>
5137
5138 * international/latin-1.el: Set case and syntax for 255 only if
5139 set-case-syntax-set-multibyte is nil.
5140
5141 * textmodes/ispell.el (ispell-insert-word): New function.
5142 (ispell-word): Use ispell-insert-word to insert a new word.
5143 (ispell-process-line): Likewise.
5144 (ispell-complete-word): Likewise.
5145
5146 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
5147
5148 * calendar/calendar.el (redraw-calendar): Preserve point.
5149 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5150 (calendar-week-start-day): Move after definition of
5151 redraw-calendar. Delete buffer test, since redraw-calendar has
5152 that now.
5153
5154 * calendar/diary-lib.el (mark-diary-entries): Only call
5155 redraw-calendar in the first of any recursive calls.
5156 Reported by Alan Shutko <ats@acm.org>.
5157
5158 2005-03-08 Juri Linkov <juri@jurta.org>
5159
5160 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
5161 (html-horizontal-rule, html-line, html-image, html-checkboxes)
5162 (html-radio-buttons): Add a space before the trailing `/>' where
5163 sgml-xml-mode is non-nil.
5164 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
5165 the subsequent tag of the empty XML tag.
5166 (html-href-anchor): Don't set initial input to "http:".
5167 (html-image): Ask for the image URL and set point inside alt="".
5168 (html-name-anchor): Duplicate the name in the `id' attribute when
5169 sgml-xml-mode is non-nil.
5170 (html-paragraph): Remove \n before <p>.
5171 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
5172 instead of `checked' when sgml-xml-mode is non-nil.
5173
5174 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
5175 Remove 1 space before #RRGGBB to not truncate it on terminal
5176 windows w/o fringes. Remove 1 space between bg and fg examples
5177 to get more space.
5178 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
5179 avoid byte-compile warnings.
5180
5181 * image-file.el (image-file-handler): Put `safe-magic' property to
5182 `image-file-handler'.
5183
5184 * info.el (Info-isearch-search): Emulate word search in
5185 isearching through multiple Info nodes with Info-search.
5186 (Info-isearch-wrap): Allow isearch-word.
5187
5188 2005-03-08 Lute Kamstra <lute@gnu.org>
5189
5190 * emacs-lisp/debug.el (debugger-step-through): Make sure that
5191 stepping into the debugger's code is not possible.
5192 (debugger-jumping-flag): Docstring update.
5193
5194 2005-03-08 Jay Belanger <belanger@truman.edu>
5195
5196 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
5197 embedded mode begins.
5198 (calc-embedded-language-alist): New variable.
5199 (calc-embedded-find-modes): Use calc-embedded-language-alist to
5200 set default language mode.
5201
5202 2005-03-08 Kenichi Handa <handa@m17n.org>
5203
5204 * international/ccl.el (define-ccl-program): Fix docstring about
5205 extra 256 bytes assured for the output buffer.
5206
5207 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5208 Fix BUFFER_MAGNIFICATION to 2.
5209 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5210
5211 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
5212
5213 * align.el (align-rules-list): Added an alignment rule for CSS
5214 declarations (applies to css-mode and html-mode buffers).
5215
5216 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5217
5218 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
5219
5220 2005-03-07 Kim F. Storm <storm@cua.dk>
5221
5222 * simple.el (move-beginning-of-line): New command.
5223
5224 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
5225
5226 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
5227
5228 * emulation/cua-base.el: Put CUA move property on move-end-of-line
5229 and move-beginning-of-line.
5230
5231 * apropos.el (apropos-print): Omit command from M-x ... RET.
5232
5233 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
5234
5235 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
5236 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
5237
5238 2005-03-06 Richard M. Stallman <rms@gnu.org>
5239
5240 * bindings.el (esc-map): Bind M-g to goto-line.
5241
5242 * facemenu.el (global-map): Bind M-o, not M-g.
5243
5244 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5245
5246 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
5247 "Open Directory" as for "Open File".
5248
5249 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
5250
5251 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
5252 (push-mark-command): Run activate-mark-hook.
5253
5254 2005-03-06 Richard M. Stallman <rms@gnu.org>
5255
5256 * help-mode.el (help-mode-finish): Don't alter the element
5257 in view-return-to-alist if there already is one.
5258
5259 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
5260 make sure the current buffer is the expected one.
5261
5262 * novice.el (disabled-command-function): Output in *Disabled Command*.
5263 Explicitly ignore non-keyboard events, and explicitly handle C-g.
5264
5265 * textmodes/flyspell.el (flyspell-large-region):
5266 Pass args differently for aspell.
5267
5268 * files.el (mode-require-final-newline): Doc fix.
5269
5270 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5271
5272 * progmodes/which-func.el (which-function):
5273 Specify NOERROR when calling imenu--make-index-alist.
5274
5275 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5276
5277 * simple.el (normal-erase-is-backspace): Define default value.
5278
5279 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
5280 (custom-reevaluate-setting): Simple function to handle
5281 variables that are defined before their default value can really
5282 be computed.
5283
5284 * startup.el (command-line): Use it for temporary-file-directory,
5285 small-emporary-file-directory, auto-save-file-name-transforms,
5286 blink-cursor-mode, and normal-erase-is-backspace.
5287
5288 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
5289 progress, even with buggy anchored keywords.
5290
5291 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
5292
5293 * simple.el (goto-line): Remove unbalanced final parenthesis.
5294
5295 2005-03-05 Richard M. Stallman <rms@gnu.org>
5296
5297 * simple.el (goto-line): Use a number at point as the default.
5298 With C-u as arg, switch buffers.
5299
5300 2005-03-05 Juri Linkov <juri@jurta.org>
5301
5302 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
5303 with `no-blinking-cursor'.
5304
5305 * startup.el (no-blinking-cursor): New defvar.
5306 (command-line): Add `--no-blinking-cursor' to longopts.
5307 Set `no-blinking-cursor' to t for command line arguments
5308 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
5309 with `no-blinking-cursor' in the condition for calling
5310 `blink-cursor-mode'.
5311
5312 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
5313
5314 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
5315 (menu-bar-options-save): Add blink-cursor-mode.
5316 (menu-bar-options-menu): Add blink-cursor-mode.
5317
5318 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
5319
5320 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
5321 (icalendar-export-file, icalendar-export-region)
5322 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
5323 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
5324
5325 2005-03-04 Lute Kamstra <lute@gnu.org>
5326
5327 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
5328 (debug-function-list): Ditto.
5329
5330 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
5331
5332 * textmodes/texinfmt.el (texinfo-append-refill):
5333 Redefine the types of line to which @refill
5334 is not appended by replacing a search for `@refill\\|@bye' with
5335 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
5336 itemize@refill' bug and the unfilled long lines bug.
5337 (texinfmt-version): Update number and date.
5338
5339 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
5340
5341 * international/code-pages.el (windows-1250, windows-125[2-8])
5342 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
5343
5344 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5345
5346 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
5347 bound yet.
5348
5349 2005-03-02 Romain Francoise <romain@orebokech.com>
5350
5351 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
5352 buffer after removing limits.
5353 (ibuffer-pop-filter): Ditto.
5354 Update copyright.
5355
5356 2005-03-02 Miles Bader <miles@gnu.org>
5357
5358 * button.el (make-text-button): If the user doesn't specify a
5359 type, use the default. Rewrite to use `add-text-properties' and
5360 plist functions.
5361
5362 2005-03-01 Lute Kamstra <lute@gnu.org>
5363
5364 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
5365 (debugger-jumping-flag): New var.
5366 (debug-entry-code): Use it.
5367 (debugger-jump): Use debugger-jumping-flag and add
5368 debugger-reenable to post-command-hook.
5369 (debugger-reenable): Use debugger-jumping-flag and remove itself
5370 from post-command-hook.
5371 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
5372 debugger-reenable.
5373
5374 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
5375
5376 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
5377 inclusion of "itemize\\|", which may be unnecessary, is certainly
5378 inelegant, and stops refilling in itemize lists when formatting
5379 Japanese Texinfo files to Info.
5380 Update copyright to 2005.
5381
5382 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
5383
5384 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
5385 of an error if GDB can't find the source file.
5386
5387 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5388
5389 * calendar/calendar.el (redraw-calendar): Work from any buffer,
5390 not just the calendar.
5391
5392 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
5393 first.
5394 (diary-redraw-calendar): New function.
5395 (make-diary-entry): Add diary-redraw-calendar to local
5396 write-contents-functions. Turn off selective display before
5397 inserting in diary.
5398
5399 2005-03-01 Kim F. Storm <storm@cua.dk>
5400
5401 * emacs-lisp/copyright.el (copyright-fix-years): New command.
5402
5403 2005-03-01 Lute Kamstra <lute@gnu.org>
5404
5405 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
5406 that debug-entry-code can be safely removed from a function while
5407 this code is being evaluated. Revert the 2005-02-27 change as the
5408 new implementation no longer requires it. Make sure that a
5409 function body containing just a string is not mistaken for a docstring.
5410 (debug): Skip one more frame in case of debug on entry.
5411 (debugger-setup-buffer): Delete one more frame line in case of
5412 debug on entry.
5413 (debugger-frame-number): Update to use the new text introduced by
5414 the 1999-11-03 change. Skip one more frame in case of debug on entry.
5415
5416 2005-02-28 Kim F. Storm <storm@cua.dk>
5417
5418 * double.el (double-translate-key): Call force-window-update after
5419 read-event to avoid crash in redisplay.
5420
5421 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5422
5423 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
5424 (debug): Use it. Move the inhibit-trace earlier.
5425 (debug-entry-code): New const.
5426 (debug-on-entry-1): Use it.
5427
5428 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
5429
5430 * international/utf-16.el (ccl-encode-mule-utf-16le):
5431 Fix BUFFER_MAGNIFICATION to 2.
5432 (ccl-encode-mule-utf-16be): Likewise.
5433
5434 2005-02-28 Kenichi Handa <handa@m17n.org>
5435
5436 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5437 Fix BUFFER_MAGNIFICATION to 4.
5438 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5439
5440 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
5441
5442 * speedbar.el (speedbar-update-flag): Doc fix.
5443 (speedbar-show-info-under-mouse): Give set-mouse-position the right
5444 argument.
5445
5446 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5447
5448 * reveal.el (reveal-post-command): Don't try to reveal overlays which
5449 have a non-nil `invisible' property but are actually visible.
5450
5451 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
5452 for perldoc sections.
5453 (perl-outline-regexp, perl-outline-level): New var and function.
5454 (perl-mode): Use them.
5455
5456 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
5457
5458 * calendar/diary-lib.el (diary-remind): Discard any mark portion
5459 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
5460
5461 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
5462
5463 * cus-edit.el: Comment change.
5464 (custom-buffer-create-internal): Slightly reword text at top of
5465 Custom buffers. Mention there that saving an option edits the
5466 init file. Add link to Emacs manual node on `custom-file'.
5467 (custom-magic-alist): Rewrite individual State messages to use
5468 capitalized keywords. Doc fix.
5469
5470 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5471
5472 * calendar/calendar.el (calendar-buffer): Move above
5473 calendar-week-start-day.
5474 (calendar-week-start-day): Doc fix. Add :set function.
5475 (calendar-minimum-window-height): New variable.
5476 (generate-calendar-window): Only resize window if selected-window
5477 is displaying the calendar buffer. Use new variable
5478 calendar-minimum-window-height.
5479 (generate-calendar): Reword error message.
5480 (calendar-mode-map): Bind DEL to scroll-other-window-down.
5481
5482 2005-02-27 Andreas Schwab <schwab@suse.de>
5483
5484 * vc.el (vc-do-command): Don't run command asynchronously when
5485 operating in a remote directory.
5486
5487 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
5488 change from sync with Tramp 2.0.47.
5489
5490 2005-02-27 Richard M. Stallman <rms@gnu.org>
5491
5492 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5493
5494 * textmodes/flyspell.el (flyspell-mode-on):
5495 Call ispell-change-dictionary only if necessary.
5496
5497 * emacs-lisp/re-builder.el (regexp-builder): New function.
5498
5499 * register.el (describe-register-1): Explicitly handle
5500 yank-excluded-properties = t.
5501
5502 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
5503 (custom-magic-alist): Change the status descriptions again.
5504 (face widget-type): Total rewrite based on `restricted-sexp'
5505 to eliminate the confusing double hiding levels.
5506
5507 * emacs-lisp/debug.el (debug-on-entry-1):
5508 If function body is empty, add nil as body form.
5509
5510 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5511
5512 * emacs-lisp/trace.el (inhibit-trace): New var.
5513 (trace-make-advice): Use it.
5514
5515 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
5516
5517 2005-02-26 Kim F. Storm <storm@cua.dk>
5518
5519 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
5520 (mouse-on-link-p, mouse-drag-region-1): Use it.
5521
5522 2005-02-25 Lute Kamstra <lute@gnu.org>
5523
5524 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
5525
5526 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
5527
5528 * frame.el (blink-cursor-mode): Add :group keyword.
5529
5530 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
5531
5532 * calendar/icalendar.el (icalendar--decode-isodatetime):
5533 New optional argument DAY-SHIFT.
5534 (icalendar-export-region): Fix coding-system-for-write.
5535 (icalendar--convert-ical-to-diary): Shift end-day of all-day
5536 events by one.
5537
5538 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5539
5540 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
5541
5542 2005-02-24 Kim F. Storm <storm@cua.dk>
5543
5544 * international/iso-acc.el (iso-accents-compose): Fix crash
5545 during redisplay. Call force-window-update after read-event
5546 and delete-region to signal that window is not accurate.
5547
5548 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5549
5550 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
5551 Remove unused and inexistent var `inhibit-trace'.
5552 (debugger-mode): Use run-mode-hooks.
5553 (debugger-list-functions): Add buttons; setup xref stack.
5554
5555 2005-02-23 Richard M. Stallman <rms@gnu.org>
5556
5557 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
5558 appointment says it was explicitly made.
5559 (appt-add): Set the 3rd element.
5560 (appt-make-list): Preserve explicit appointments.
5561
5562 * subr.el (find-tag-default): Catch errors in forward-sexp.
5563
5564 2005-02-23 Juri Linkov <juri@jurta.org>
5565
5566 * info.el (Info-isearch-search): New defcustom.
5567 (Info-isearch-search): Call the default isearch function
5568 when Info-isearch-search is nil.
5569 (Info-isearch-wrap): Use variable Info-isearch-search.
5570
5571 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
5572
5573 * cus-edit.el: Comment change.
5574
5575 2005-02-22 Kim F. Storm <storm@cua.dk>
5576
5577 * progmodes/hideif.el (hide-ifdef-use-define-alist):
5578 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
5579
5580 2005-02-22 Simon Josefsson <jas@extundo.com>
5581
5582 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
5583 New variable.
5584 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
5585 Oskarsson" <myrkraverk@users.sourceforget.net>.
5586
5587 2005-02-22 Kim F. Storm <storm@cua.dk>
5588
5589 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
5590 check that window of that event is the selected window.
5591 (mouse-drag-region-1): Compare mouse event window to selected
5592 window before setting point.
5593
5594 * tooltip.el (tooltip-show-help-function): Pass event to
5595 mouse-on-link-p so it can check selected window.
5596
5597 2005-02-22 Kenichi Handa <handa@m17n.org>
5598
5599 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
5600 (ps-mule-show-warning): New function.
5601 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
5602 characters are found.
5603
5604 * ps-print.el (ps-header-footer-string): Return a list of header
5605 and footer strings.
5606
5607 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5608
5609 * pcvs.el (cvs-retrieve-revision): Fix thinko.
5610
5611 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5612
5613 * frame.el (blink-cursor-mode): Use define-minor-mode.
5614
5615 * term/mac-win.el (function-key-map): Use char-names more consistently.
5616 (file-name-coding-system): Only set it for MacOS-9. The other case is
5617 already handled in mule-cmds.el (where it also works when mac-win.el
5618 is not used).
5619
5620 2005-02-21 Kenichi Handa <handa@m17n.org>
5621
5622 * international/mule.el (ctext-pre-write-conversion): Always use
5623 " *code-converting-work*" buffer for work.
5624
5625 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
5626
5627 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
5628
5629 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
5630
5631 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
5632
5633 * ses.el (undo-more): Restore defadvice, but only the part that
5634 allows changes outside the restricted area of the buffer.
5635
5636 2005-02-20 Kim F. Storm <storm@cua.dk>
5637
5638 * simple.el (line-move): Add fourth optional arg try-vscroll which
5639 must be set to perform auto-window-vscroll.
5640 When moving backwards and doing auto-window-vscroll, automatically
5641 vscroll to the last part of lines which are taller than the window.
5642 (next-line, previous-line): Set try-vscroll arg on line-move.
5643
5644 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5645
5646 * replace.el (query-replace, query-replace-regexp)
5647 (replace-string, replace-regexp): When operating on region, make
5648 the minibuffer prompt say so.
5649
5650 * isearch.el (isearch-forward): Document isearch-query-replace and
5651 isearch-query-replace-regexp keybindings.
5652
5653 2005-02-19 Jay Belanger <belanger@truman.edu>
5654
5655 * calc/calc-aent.el (math-read-token): Add local variable.
5656
5657 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
5658 (calc-edit-top): Move declaration to earlier in file.
5659 (calc-edit-macro-repeats): Add local variables.
5660
5661 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
5662 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
5663 calcFunc-tanh.
5664 Adjust integration rule for calcFunc-tan.
5665
5666 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5667
5668 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
5669 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
5670 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
5671 (viper-skip-separators): Bug fix.
5672 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
5673 particular major mode.
5674 (viper-del-backward-char-in-replace): Don't put deleted char on the
5675 kill ring.
5676
5677 * viper-ex.el (viper-color-display-p): New function.
5678 (viper-has-face-support-p): Use viper-color-display-p.
5679
5680 * viper-keym.el (viper-gnus-modifier-map): New keymap.
5681
5682 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
5683
5684 * viper-util.el (viper-glob-unix-files): Fix shell status check.
5685 (viper-file-remote-p): Make equivalent to file-remote-p.
5686
5687 * viper.el (viper-major-mode-modifier-list):
5688 Use viper-gnus-modifier-map.
5689
5690 2005-02-19 David Kastrup <dak@gnu.org>
5691
5692 * subr.el (subregexp-context-p): Fix garbled doc string by adding
5693 quoting.
5694
5695 2005-02-19 Jay Belanger <belanger@truman.edu>
5696
5697 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
5698 Remove extra definitions.
5699 (calc-coth): New function.
5700 (calcFunc-cot): Fix `let'.
5701
5702 2005-02-19 Eli Zaretskii <eliz@gnu.org>
5703
5704 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
5705 the reasons we use "type pc" in these faces.
5706
5707 * button.el (button): Ditto.
5708
5709 2005-02-19 Michael Mauger <mmaug@yahoo.com>
5710
5711 * replace.el (query-replace-read-from): Set the value of
5712 query-replace-from-history-variable to handle the case of an empty
5713 string entered to accept the suggested default.
5714
5715 * net/tramp.el (tramp-file-name-for-operation):
5716 Use dired-call-process instead of dired-call-process-command.
5717
5718 2005-02-19 Jay Belanger <belanger@truman.edu>
5719
5720 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
5721 (math-div-non-trig): New variables.
5722 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
5723 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
5724 (math-combine-prod, math-div-symb-fancy): Add simplifications for
5725 trig expressions.
5726
5727 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
5728
5729 * progmodes/gdb-ui.el (gdb-var-update-handler)
5730 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
5731 for watch expressions,
5732 (gdb-var-create-handler): Don't set speedbar-update-flag.
5733 (gdb-post-prompt): Simplify test for speedbar.
5734
5735 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5736
5737 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
5738 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
5739 we use the syntax table of the correct buffer.
5740 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
5741 Felix Gatzemeier.
5742
5743 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
5744 (ediff-file-remote-p): Make synonymous with file-remote-p.
5745 In all deffaces ediff-*-face-*, use min-colors.
5746
5747 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
5748 ediff-recurse-to-subdirectories.
5749 (ediff-mark-if-equal): Check that the arguments are strings, use
5750 ediff-same-contents (after to Felix Gatzemeier).
5751
5752 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
5753 nil.
5754
5755 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5756
5757 * log-view.el (log-view-message-re): Fix up Subversion regexp.
5758
5759 2005-02-18 David Kastrup <dak@gnu.org>
5760
5761 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
5762 use `mark-active' when defined.
5763
5764 2005-02-18 Kenichi Handa <handa@m17n.org>
5765
5766 * ps-print.el (ps-font-info-database): New entry
5767 ZapfChancery-MediumItalic with correct font name. Fix font name
5768 of the entry Zapf-Chancery-MediumItalic.
5769
5770 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
5771
5772 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
5773
5774 2005-02-16 Kim F. Storm <storm@cua.dk>
5775
5776 * ido.el (ido-fallback-command): Pass user input to fallback command.
5777
5778 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
5779
5780 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
5781 (gdb-find-file-hook): Add server prefix.
5782
5783 2005-02-16 Richard M. Stallman <rms@gnu.org>
5784
5785 * replace.el (perform-replace): Pass new args to replace-highlight.
5786 (replace-highlight): Take region args,
5787 and pass them to isearch-lazy-highlight-new-loop.
5788
5789 * novice.el (disabled-command-hook): Autoload the defalias
5790 and the make-obsolete-variable call.
5791
5792 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
5793
5794 * isearch.el (isearch-lazy-highlight-start-limit)
5795 (isearch-lazy-highlight-end-limit): New variables limit
5796 the region for highlighting.
5797 (isearch-lazy-highlight-new-loop): New args BEG and END.
5798 (isearch-lazy-highlight-search): Use the new vars.
5799 (isearch-lazy-highlight-update): Likewise.
5800
5801 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
5802
5803 * cus-start.el (all): Use default-boundp.
5804
5805 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
5806
5807 * menu-bar.el (menu-bar-select-frame): Handle current frame.
5808
5809 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
5810
5811 * autorevert.el (auto-revert-stop-on-user-input)
5812 (auto-revert-verbose): Doc fixes.
5813
5814 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
5815
5816 * international/mule-cmds.el (set-locale-environment): Remove call
5817 to set-selection-coding-system on Windows.
5818
5819 2005-02-15 Jay Belanger <belanger@truman.edu>
5820
5821 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
5822 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
5823 calcFunc-coth.
5824 (math-simplify-sqrt): Add simplifications.
5825
5826 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
5827 to list.
5828
5829 * calc/calc-ext.el: Add functions to autoloads.
5830
5831 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
5832 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
5833 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
5834 (math-csc-raw, math-cot-raw): New functions.
5835
5836 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
5837
5838 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
5839 the variable name in a message.
5840
5841 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
5842 calcFunc-csc, calcFunc-cot.
5843
5844 * calc/calcalg2.el: Add derivative and integration rules for
5845 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
5846 calcFunc-csch, calcFunc-coth.
5847 (math-do-integral-methods): Add to checks for when to use
5848 substitutions.
5849
5850 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
5851
5852 2005-02-15 Lute Kamstra <lute@gnu.org>
5853
5854 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5855 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
5856 <monnier@iro.umontreal.ca>
5857 (lisp-outline-level): Improve efficiency. Suggested by David
5858 Kastrup <dak@gnu.org>.
5859
5860 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
5861
5862 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
5863 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
5864 (gdb-set-gud-minor-mode-existing-buffers): New functions.
5865 (gdb-find-file-hook): New hook. Add it to find-file-hook.
5866 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
5867
5868 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
5869
5870 * cus-start.el (all): Comment change.
5871
5872 2005-02-14 Lute Kamstra <lute@gnu.org>
5873
5874 * cus-start.el (all): Check if symbol is void.
5875
5876 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
5877
5878 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
5879 optional argument to \cite.
5880
5881 2005-02-14 Richard M. Stallman <rms@gnu.org>
5882
5883 * cus-edit.el (custom-buffer-create-internal): Update help message.
5884 (custom-magic-alist): Update help messages.
5885
5886 * cus-start.el (all): Allow a var to specify a standard value.
5887
5888 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
5889
5890 * custom.el (custom-theme-set-variables): Handle variable aliases.
5891
5892 * frame.el (blink-cursor-timer): Doc fix.
5893 (blink-cursor): Make it an alias for `blink-cursor-mode' and
5894 declare obsolete.
5895 (blink-cursor-mode): Define with defcustom and use correct
5896 standard expression in that defcustom.
5897 * startup.el (command-line): Adapt to above changes in frame.el.
5898
5899 2005-02-11 Lute Kamstra <lute@gnu.org>
5900
5901 * apropos.el (apropos-score-doc): Prevent division by zero.
5902
5903 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
5904
5905 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
5906 (icalendar--get-event-property-attributes)
5907 (icalendar--get-event-properties)
5908 (icalendar--datetime-to-diary-date): New functions.
5909 (icalendar--split-value): Doc fix.
5910 (icalendar--datetime-to-noneuropean-date)
5911 (icalendar--datetime-to-european-date): New optional argument
5912 SEPARATOR. Return result as a string instead of a list.
5913 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
5914 (icalendar--convert-string-for-export): Rename arg S to STRING.
5915 (icalendar-export-region): Doc fix. Change name of error buffer.
5916 Save output buffer.
5917 (icalendar-import-file): Add blank at end of prompt.
5918 (icalendar-import-buffer): Doc fix. Do not switch to error
5919 buffer. Indicate status in return value.
5920 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
5921 buffer. Save output buffer. Handle exception from recurrence
5922 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
5923 events. Fix problems with weekly all-day events.
5924
5925 2005-02-10 Richard M. Stallman <rms@gnu.org>
5926
5927 * simple.el (eval-expression-print-format):
5928 Avoid warning about edebug-active.
5929
5930 * help.el (help-for-help-internal): Rename from help-for-help.
5931 (help-for-help): Define with defalias.
5932
5933 * font-core.el (font-lock-default-function): Use with-no-warnings.
5934
5935 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
5936
5937 * custom.el (defface): Doc fix.
5938
5939 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
5940
5941 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
5942 width 0" to prevent word wrapping problems.
5943
5944 2005-02-09 Kim F. Storm <storm@cua.dk>
5945
5946 * ido.el (ido-file-extensions-order): New defcustom.
5947 (ido-file-extension-lessp, ido-file-extension-aux)
5948 (ido-file-extension-order): New advanced file ordering.
5949 (ido-file-lessp): New simple file ordering.
5950 (ido-sort-list): Remove.
5951 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
5952 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
5953
5954 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
5955
5956 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
5957 that some versions of grep produce.
5958 (grep-mode-font-lock-keywords): Likewise.
5959
5960 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
5961
5962 * progmodes/gdb-ui.el (gdb-location-list): New variable.
5963 (gdb-cdir): Delete.
5964 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
5965 (gdb-source-info): Treat case when source file is in another
5966 directory properly.
5967 (gdb-get-location): New function.
5968
5969 2005-02-07 Jay Belanger <belanger@truman.edu>
5970
5971 * calc/calc-prog.el (calc-write-parse-table-part)
5972 (calc-fix-token-name): Fix a check for language type.
5973
5974 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
5975
5976 2005-02-07 Andre Spiegel <spiegel@gnu.org>
5977
5978 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
5979 as directory not writable.
5980
5981 2005-02-07 Kim F. Storm <storm@cua.dk>
5982
5983 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
5984 (cua--standard-movement-commands): Remove list.
5985 Instead, set CUA property value to move for movement commands.
5986 (cua-movement-commands): Remove. Users must set CUA prop instead.
5987 (cua--pre-command-handler): Check CUA property.
5988 (cua--init-keymaps): Don't remap undo commands.
5989 (cua-mode): Don't call cua--rectangle-on-off.
5990
5991 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
5992 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
5993 (cua--rect-undo-set-point): New var.
5994 (cua--rectangle-undo-boundary): Setup undo apply entry.
5995 (cua--rect-undo-handler): New function for rectangle undo.
5996 (cua--rect-start-position, cua--rect-end-position): Add.
5997 (cua--rectangle-post-command): Call cua--rectangle-set-corners
5998 for restored rectangle. Set point if cua--rect-undo-set-point.
5999
6000 2005-02-06 Jay Belanger <belanger@truman.edu>
6001
6002 * calc/calc-lang.el (calc-tex-language): Display more information
6003 in messages.
6004
6005 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
6006 in TeX mode.
6007
6008 2005-02-06 Richard M. Stallman <rms@gnu.org>
6009
6010 * emacs-lisp/lisp.el (buffer-end): Doc fix.
6011
6012 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6013
6014 * net/ldap.el (ldap-search-internal): Support attributes with
6015 optional descriptions separated by a semi-colon, as in
6016 "userCertificate;binary".
6017
6018 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6019
6020 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
6021 isn't a cons (i.e. the version is 0).
6022
6023 2005-02-05 Eli Zaretskii <eliz@gnu.org>
6024
6025 * help.el (help-for-help): Doc fix.
6026
6027 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
6028
6029 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
6030 GDB-Windows on the menu-bar as this works better.
6031
6032 2005-02-04 Jay Belanger <belanger@truman.edu>
6033
6034 * calc/calc-embed.el (calc-embedded-update): Don't put in
6035 unnecessary newlines. Adjust the end of formula marker.
6036
6037 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
6038 (math-latex-parse-two-args): New function.
6039
6040 2005-02-03 Lute Kamstra <lute@gnu.org>
6041
6042 * help-fns.el (help-with-tutorial): Make sure that users cannot
6043 remove the entire text of the tutorial by means of `undo'.
6044
6045 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
6046
6047 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
6048 in recent changes, where the ispell process was repeatedly
6049 killed & restarted.
6050
6051 * international/mule-cmds.el (set-locale-environment): Set file-name
6052 coding system to utf-8 on Darwin systems.
6053 (set-default-coding-systems): Don't set default-file-name-coding-system
6054 on Darwin systems.
6055
6056 2005-02-03 Richard M. Stallman <rms@gnu.org>
6057
6058 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
6059
6060 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
6061
6062 * faces.el (list-faces-display): Add optional argument.
6063
6064 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6065
6066 * font-core.el (font-lock-default-function): Handle the rare case where
6067 only font-lock-keywords is set.
6068
6069 2005-02-02 Kenichi Handa <handa@m17n.org>
6070
6071 * international/characters.el: Cancel previous change for
6072 I-WITH-DOT-ABOVE and DOTLESS-i.
6073
6074 * international/latin-5.el: Cancel previous change.
6075
6076 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6077
6078 * progmodes/gud.el: Correction to syntax in gud-menu-map.
6079
6080 2005-02-02 Kenichi Handa <handa@m17n.org>
6081
6082 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
6083 DOTLESS-i.
6084
6085 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
6086 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
6087
6088 * case-table.el (get-upcase-table): New function.
6089 (copy-case-table): Copy upcaes table too if non-nil.
6090 (set-case-syntax-delims): Maintain upcase table too.
6091 (set-case-syntax-pair): Likewise.
6092 (set-upcase-syntax, set-downcase-syntax): New functions.
6093 (set-case-syntax): Maintain upcase table too.
6094
6095 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6096
6097 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
6098
6099 * progmodes/gud.el (gud-goto-info): New function.
6100 (gud-tool-bar-map): Use correct icon.
6101
6102 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6103
6104 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
6105 When delegating, order args in the funcall correctly.
6106
6107 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6108
6109 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
6110
6111 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
6112
6113 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
6114 buffer not visiting a file.
6115
6116 2005-01-31 Jay Belanger <belanger@truman.edu>
6117
6118 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
6119 bound on the line with the formula.
6120
6121 2005-01-31 Kim F. Storm <storm@cua.dk>
6122
6123 * ses.el (ses-create-cell-variable-range)
6124 (ses-destroy-cell-variable-range, ses-reset-header-string)
6125 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
6126 (ses-insert-row): Fix format of apply undo entries.
6127
6128 2005-01-31 Jay Belanger <belanger@truman.edu>
6129
6130 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
6131 parts.
6132
6133 * calc/calc-embed.el (calc-embedded-open-formula)
6134 (calc-embedded-close-formula): Ignore matrix environments.
6135
6136 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
6137 TeX mode.
6138
6139 * calc/calc-lang.el (math-function-table, math-oper-table)
6140 (math-variable-table): Adjust the LaTeX portions.
6141
6142 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
6143 (math-latex-ignore-words): New constant.
6144
6145 2005-01-31 Richard M. Stallman <rms@gnu.org>
6146
6147 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
6148 (ispell-local-dictionary): Doc fix.
6149 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
6150 Don't reinitialize at run time. Don't defcustom.
6151 All uses changed to append ispell-local-dictionary-alist,
6152 or check it first.
6153 (ispell-current-dictionary): New variable for dictionary in use.
6154 (ispell-dictionary): Now used only for global default.
6155 (ispell-start-process): Set ispell-current-dictionary,
6156 not ispell-dictionary.
6157 (ispell-change-dictionary): Use this only for setting
6158 user preferences.
6159 (ispell-internal-change-dictionary): New function
6160 to change the current dictionary in use.
6161 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
6162 Use ispell-current-dictionary.
6163 Handle ispell-local-dictionary-overridden.
6164 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
6165
6166 2005-01-31 Jay Belanger <belanger@truman.edu>
6167
6168 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
6169
6170 * calc/calc-ext.el: Add calc-latex-language to autoloads.
6171 (calc-mode-map): Add calc-latex-language.
6172
6173 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
6174 (math-latex-print-frac): New functions.
6175 (math-oper-table, math-function-table, math-variable-table)
6176 (math-complex-format, math-input-filter): Add latex properties.
6177 (calc-set-language): Set math-expr-special-function-mapping.
6178
6179 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
6180 (calc-write-parse-table-part): Add LaTeX support.
6181
6182 * calc/calc.el (calc-language): Adjust docstring.
6183 (calc-set-mode-line): Add LaTeX support.
6184 (math-expr-special-function-mapping): New variable.
6185 (math-tex-ignore-words): Add to list.
6186
6187 * calc/calccomp.el (math-compose-expr, math-compose-rows):
6188 Add LaTeX support.
6189 (math-compose-expr): Add support for special functions.
6190
6191 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
6192
6193 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
6194
6195 * progmodes/gdb-ui.el (gdb-memory-address)
6196 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
6197 (gdb-memory-mode-map, gdb-memory-format-keymap)
6198 (gdb-memory-format-menu, gdb-memory-unit-keymap)
6199 (gdb-memory-unit-menu): New variables for a buffer
6200 that lets the user examine program memory.
6201 (gdb-memory-set-address, gdb-memory-set-repeat-count)
6202 (gdb-memory-format-binary, gdb-memory-format-octal)
6203 (gdb-memory-format-unsigned, gdb-memory-format-signed)
6204 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
6205 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
6206 (gdb-memory-unit-word, gdb-memory-unit-halfword)
6207 (gdb-memory-unit-byte, gdb-memory-unit-menu)
6208 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
6209 (gdb-memory-mode, gdb-memory-buffer-name)
6210 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
6211 New functions for above buffer.
6212
6213 2005-01-30 Richard M. Stallman <rms@gnu.org>
6214
6215 * cus-edit.el (custom-bury-buffer): Function deleted.
6216 (custom-buffer-done-function): Option deleted.
6217 (custom-buffer-done-kill): New (replacement option.
6218 (Custom-buffer-done): Call quit-window.
6219 (custom-buffer-create-internal): Update for above changes.
6220
6221 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
6222
6223 * simple.el (undo-ask-before-discard): New var.
6224 (undo-outer-limit-truncate): Implement it.
6225 (undo-extra-outer-limit): Doc update.
6226
6227 2005-01-29 Richard M. Stallman <rms@gnu.org>
6228
6229 * ses.el (undo-more): Delete defadvice.
6230 (ses-begin-change): Doc fix.
6231
6232 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
6233 instead of rebinding C-x u and C-_.
6234
6235 * files.el (normal-backup-enable-predicate): Return nil for files
6236 in /tmp, regardless of temporary-file-directory.
6237
6238 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
6239
6240 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
6241 (open-rectangle, delete-whitespace-rectangle-line)
6242 (clear-rectangle-line): If FILL, pass t instead of FILL
6243 for move-to-column's 2nd arg.
6244
6245 * simple.el (undo): Fix the test for continuing a series of undos.
6246 (undo-more): Set pending-undo-list to t when we reach end.
6247 (pending-undo-list): Move up defvar.
6248
6249 * wid-edit.el (widget-button-click):
6250 Shorten the range of the track-mouse binding.
6251
6252 * comint.el (comint-insert-input): Undo previous changes;
6253 use last-input-event in interactive spec.
6254
6255 2005-01-29 Eli Zaretskii <eliz@gnu.org>
6256
6257 * progmodes/compile.el (compilation-start): Bind buffer-read-only
6258 to nil before invoking call-process. Reset buffer's modified flag
6259 after fontifying it in the no-async branch.
6260
6261 * wid-edit.el (widget-specify-button): If mouse pointer shape
6262 cannot be changed, use mouse face instead.
6263
6264 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
6265
6266 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6267 (gdb-goto-breakpoint): Make breakpoint handling work on template
6268 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
6269 (gdb-assembler-custom): Update to recognise breakpoint information
6270 added on 2005-01-19.
6271
6272 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
6273
6274 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
6275 (dsssl-mode): Use define-derived-mode.
6276 (scheme-mode-initialize): Remove.
6277 (scheme-mode): Use run-mode-hooks.
6278
6279 * cus-edit.el (customize-group-other-window)
6280 (custom-buffer-create-other-window): Don't override special-display-*.
6281 (custom-mode-map): Make it dense.
6282
6283 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
6284 sets the default value.
6285
6286 2005-01-28 Eli Zaretskii <eliz@gnu.org>
6287
6288 * descr-text.el: Add more keywords.
6289
6290 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6291
6292 * speedbar.el: Avoid unnecessary use of locate-library.
6293
6294 * international/mule-cmds.el (standard-display-european-internal):
6295 Don't fiddle with latin-1 non-break space any more since it's now
6296 special cased in the C code.
6297 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
6298
6299 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
6300
6301 * cus-start.el (all): Add `undo-outer-limit'.
6302
6303 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6304
6305 * textmodes/bibtex.el (bibtex-format-entry):
6306 Use `bibtex-empty-field-re' only on the text of fields, not on entire
6307 field lines.
6308 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
6309 not on part of a buffer.
6310
6311 2005-01-25 Lute Kamstra <lute@gnu.org>
6312
6313 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
6314 nonempty field text strings like "{letters\\macro{}more letters}".
6315 Clarify docstring.
6316 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
6317 (bibtex-entry-offset, bibtex-parse-association)
6318 (bibtex-parse-field-name): Fix typos in docstrings.
6319 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
6320
6321 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
6322
6323 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
6324 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
6325 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
6326 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
6327
6328 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
6329 isearch minor mode.
6330
6331 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
6332
6333 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
6334
6335 2005-01-24 Lute Kamstra <lute@gnu.org>
6336
6337 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
6338 CASECHARS and NOT-CASECHARS regular expressions of the
6339 "nederlands" and "nederlands8" dictionaries to prevent a "Range
6340 striding over charsets" error.
6341
6342 2005-01-24 Jay Belanger <belanger@truman.edu>
6343
6344 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
6345 display variable name.
6346
6347 2005-01-24 Kenichi Handa <handa@m17n.org>
6348
6349 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
6350 Fix setting of the element of encoded-kbd-iso2022-invocations.
6351
6352 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
6353
6354 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6355 (gdb-threads-select): Change to also accept mouse events.
6356 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
6357 (gdb-threads-mouse-select): Delete.
6358
6359 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
6360
6361 * files.el (insert-directory): Take care of empty directory,
6362 listed without -a switch.
6363
6364 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6365
6366 * textmodes/refill.el (refill-post-command-function):
6367 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
6368 to the list of functions that we should be careful not to undo.
6369 (refill-late-fill-paragraph-function): Remove.
6370 (refill-saved-state): New var.
6371 (refill-mode): Use it to save fill-paragraph-function.
6372 Save also the value of auto-fill-function.
6373
6374 * term/w32-win.el: Simplify code.
6375
6376 2005-01-23 Kim F. Storm <storm@cua.dk>
6377
6378 * simple.el (line-move): Adapt to new return value from
6379 pos-visible-in-window-p.
6380
6381 * simple.el (line-move): Fix last change. Check partial
6382 visibility at point rather than at window-start.
6383
6384 2005-01-22 Jason Rumney <jasonr@gnu.org>
6385
6386 * term/w32-win.el (xw-defined-colors): Remove debug-message.
6387
6388 2005-01-22 David Kastrup <dak@gnu.org>
6389
6390 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
6391
6392 2005-01-22 Eli Zaretskii <eliz@gnu.org>
6393
6394 * type-break.el (type-break-mode): Add a test for
6395 type-break-file-name being non-nil.
6396
6397 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6398
6399 * net/eudc.el (top level): Call (message "") via progn, so that
6400 eudc-options-file is loaded.
6401
6402 2005-01-22 Kim F. Storm <storm@cua.dk>
6403
6404 * simple.el (line-move-1): Rename from line-move.
6405 (line-move): New function that adjusts vscroll for partially
6406 visible rows, and calls line-move-1 otherwise.
6407
6408 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
6409
6410 * pcomplete.el: define pcomplete-read-event instead of read-event,
6411 since it's not a complete read-event implementation
6412
6413 2005-01-20 Jay Belanger <belanger@truman.edu>
6414
6415 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
6416 for called function.
6417
6418 2005-01-20 Steven Tamm <steventamm@mac.com>
6419
6420 * term/mac-win.el (process-connection-type): Remove.
6421 Controlled now by s/darwin.h:PTY_ITERATION.
6422
6423 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6424
6425 * window.el (handle-select-window): Don't switch window when we're
6426 in the minibuffer.
6427
6428 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
6429
6430 * subr.el (dotimes-with-progress-reporter): New macro.
6431
6432 * ses.el (ses-dotimes-msg): Remove macro.
6433 Use `dotimes-with-progress-reporter' instead.
6434
6435 2005-01-19 Steven Tamm <steventamm@mac.com>
6436
6437 * term/mac-win.el (process-connection-type): Use new
6438 operating-system-release variable to use ptys on Darwin 7 (OSX
6439 10.3) when using carbon build.
6440
6441 2005-01-19 Jay Belanger <belanger@truman.edu>
6442
6443 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
6444 flags if the last command was a tab or M-tab.
6445
6446 * calc/calc-prog.el (calc-user-define-edit): Put original formula
6447 in formula editing buffer.
6448
6449 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6450
6451 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
6452 breakpoint image symbol in margin.
6453
6454 2005-01-19 Jay Belanger <belanger@truman.edu>
6455
6456 * calc/calc-prog.el (calc-execute-kbd-macro):
6457 Ignore calc-keep-arg-flag.
6458
6459 2005-01-19 Kenichi Handa <handa@m17n.org>
6460
6461 * textmodes/ispell.el (ispell-looking-at): New function.
6462 (ispell-process-line): Use ispell-looking-at to compare the ispell
6463 output and the buffer contents.
6464
6465 2005-01-18 Jay Belanger <belanger@truman.edu>
6466
6467 * calc/calc.el (calc-display-raw): Fix docstring.
6468
6469 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6470
6471 * simple.el (blink-matching-open): Strip extra info from syntax.
6472
6473 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
6474 funny chars in the end-of-here-doc marker.
6475
6476 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6477
6478 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
6479 that enable/disabled state of breakpoints is shown correctly in
6480 fringe and on ttys.
6481 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
6482 Add breakpoint information as text properties.
6483 (gdb-mouse-toggle-breakpoint):
6484 Rename to gdb-mouse-set-clear-breakpoint.
6485 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
6486 breakpoints in the margin.
6487 (gdb-remove-strings): Simplify.
6488
6489 2005-01-17 Jay Belanger <belanger@truman.edu>
6490
6491 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
6492 erasing buffer.
6493
6494 2005-01-17 Richard M. Stallman <rms@gnu.org>
6495
6496 * progmodes/grep.el (grep-find): Copy from `grep' the condition
6497 for calling grep-compute-defaults.
6498
6499 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
6500 if buffer is empty.
6501
6502 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
6503
6504 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6505
6506 * hilit-chg.el (highlight-changes-mode): Don't autoload.
6507
6508 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
6509 non-preloaded variables.
6510
6511 2005-01-17 Steven Tamm <steventamm@mac.com>
6512
6513 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
6514 tex-shell cause to force interactivity when using pipes.
6515
6516 2005-01-17 Kim F. Storm <storm@cua.dk>
6517
6518 * simple.el (just-one-space): Make arg optional.
6519
6520 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
6521
6522 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
6523 posn-at-x-y to t to access left-margin.
6524
6525 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
6526
6527 Sync with Tramp 2.0.47.
6528
6529 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
6530 catching keep-date problems in cp/scp operations.
6531 (tramp-handle-copy-file): Don't call `set-file-modes'
6532 unconditionally. Specialized functions should know better what is
6533 necessary. This improves performance a little bit, and the
6534 functions could catch errors with `cp -p' and `scp -p'.
6535 (tramp-do-copy-or-rename-file-via-buffer)
6536 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
6537 when appropriate.
6538 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
6539 Call `set-file-modes' when appropriate.
6540 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
6541 Johnsson <isak@hypergene.com>
6542 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
6543 of both Tramp buffer and debug buffer. Reported by Joakim Verona
6544 <joakim@verona.se>
6545 (tramp-file-name-for-operation): Mark `shell-command' as magic for
6546 Emacs only.
6547
6548 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
6549 `find-file-hooks' and `dired-mode-hook'.
6550 (tramp-minor-mode-map): Respective map. Add remapping for
6551 `compile' and `recompile'.
6552 (tramp-remap-command, tramp-recompile): New defuns.
6553 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
6554 in buffer "*Compilation*". Call the commands asynchronously.
6555
6556 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
6557 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
6558 `shell-command', because it isn't magic in XEmacs. Reported by
6559 Adrian Aichner <adrian@xemacs.org>.
6560
6561 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6562 `substitute-in-file-name.
6563 (tramp-smb-handle-substitute-in-file-name): New defun.
6564 (tramp-smb-advice-PC-do-completion): Delete advice.
6565
6566 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
6567
6568 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
6569 Fix error in deleting region.
6570
6571 2005-01-15 Richard M. Stallman <rms@gnu.org>
6572
6573 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
6574 In non-temp buffer, switch syntax table temporarily.
6575
6576 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
6577
6578 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
6579
6580 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
6581
6582 * imenu.el (imenu--split-menu): Copy menulist before sorting.
6583 (imenu--generic-function): Use START, not BEG, as pos of definition.
6584
6585 * simple.el (just-one-space): Argument specifies number of spaces.
6586
6587 * simple.el (eval-expression-print-format): Avoid warning
6588 about edebug-active.
6589
6590 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
6591
6592 * progmodes/sh-script.el: Code copied from make-mode.el
6593 with small changes,
6594 (sh-mode-map): Bind C-c C-\.
6595 (sh-backslash-column, sh-backslash-align): New variables.
6596 (sh-backslash-region, sh-append-backslash): New functions.
6597
6598 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6599
6600 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
6601 (rmail-pop-password, rmail-pop-password-required): Move to
6602 rmail-obsolete group.
6603 (rmail-set-pop-password): Rename to rmail-set-remote-password.
6604 All callers updated.
6605 (rmail-get-pop-password): Rename to rmail-get-remote-password.
6606 Take an argument specifying whether it is POP or IMAP mailbox we
6607 are using. All callers updated.
6608 (rmail-pop-password-error): Rename to
6609 rmail-remote-password-error. Added mailutils-specific error message.
6610 (rmail-movemail-search-path)
6611 (rmail-movemail-variant-in-use): New variables.
6612 (rmail-remote-password, rmail-remote-password-required):
6613 New customization variables.
6614 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
6615 (rmail-parse-url): New function.
6616 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
6617 with GNU mailutils movemail.
6618
6619 2005-01-15 Kevin Ryde <user42@zip.com.au>
6620
6621 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
6622 suffix to space, $ or '$, to correctly position point when going
6623 to @table style constants like DBL_MAX.
6624
6625 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
6626
6627 * type-break.el (type-break-mode, type-break-file-time)
6628 (type-break-file-keystroke-count, type-break-choose-file):
6629 Don't store data in or load data from the file if type-break-file-name
6630 is nil.
6631 (type-break-file-name): Doc update as per the above.
6632
6633 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
6634
6635 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
6636 lookup-key might return nil; handle that.
6637
6638 2005-01-15 Alan Mackenzie <acm@muc.de>
6639
6640 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
6641 rather than the element found, thus enabling the tree to be setcar'd.
6642
6643 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6644
6645 * textmodes/org.el (org-show-following-heading): New option.
6646 (org-show-hierarchy-above): Use `org-show-following-heading'.
6647 (org-cycle): Documentation fix.
6648
6649 * textmodes/org.el (orgtbl-optimized): New option
6650 (orgtbl-mode): New command, a minor mode.
6651 (orgtbl-mode-map): New variable.
6652 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
6653 (orgtbl-error, orgtbl-self-insert-command)
6654 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
6655
6656 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
6657 a local variable in each org-mode buffer.
6658
6659 * textmodes/org.el (org-set-regexps-and-options): Rename from
6660 `org-set-regexps'. Added checking for STARTUP keyword.
6661 (org-get-current-options): Add STARTUP options.
6662 (org-table-insert-row): Mode mode intelligent about when
6663 realignment is needed.
6664 (org-self-insert-command, org-delete-backward-char, org-delete-char):
6665 New commands.
6666 (org-enable-table-editor): New default value `optimized'.
6667 (org-table-blank-field): Support blanking regions if active.
6668
6669 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6670
6671 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
6672 if the year is not given.
6673
6674 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
6675 Add new escapes %m and %M, fixed bug with %F by adding
6676 save-match-data.
6677 (reftex-reference): Remove ?. from list of spaces.
6678 (reftex-label-info): Add automatic label prefix recognition.
6679
6680 * textmodes/reftex-index.el (reftex-index-next-phrase):
6681 Add slave parameter to call of `reftex-index-this-phrase'.
6682 (reftex-index-this-phrase): New optional argument.
6683 (reftex-index-region-phrases): Add slave parameter to call of
6684 `reftex-index-this-phrase'.
6685 (reftex-display-index): New argument redo.
6686 (reftex-index-rescan): Add 'redo to arguments of
6687 `reftex-display-index'.
6688 (reftex-index-Rescan, reftex-index-revert)
6689 (reftex-index-switch-index-tag): Add 'redo to arguments of
6690 `reftex-display-index'.
6691 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
6692 indexing. Fix bug with matching is there is a quote before or
6693 after the word.
6694
6695 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
6696 Fix bug when collecting citation keys in lines with comments.
6697 (reftex-citation): Prefix argument no longer rescans the document,
6698 but forces prompting for optional arguments of cite macros.
6699 (reftex-do-citation): Prompting for optional arguments implemented.
6700
6701 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6702 Add optional arguments to most cite commands.
6703 (reftex-cite-cleanup-optional-args): New option
6704 (reftex-cite-prompt-optional-args): New option.
6705 (reftex-trust-label-prefix): New option.
6706
6707 * textmodes/reftex-toc.el (reftex-toc-find-section):
6708 Add push-mark before changing the position in the buffer.
6709
6710 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
6711 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
6712
6713 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
6714
6715 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
6716 more carefully.
6717
6718 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6719
6720 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
6721 (sgml-mode): Use it.
6722 (sgml-get-context): Better keep track of implicitly closed tags.
6723
6724 2005-01-13 Kenichi Handa <handa@m17n.org>
6725
6726 * textmodes/ispell.el: These changes are to fix misalignment error
6727 caused by equivalent characters of different Emacs charsets.
6728 (ispell-unified-chars-table): New variable.
6729 (ispell-get-decoded-string): New function.
6730 (ispell-get-casechars, ispell-get-not-casechars)
6731 (ispell-get-otherchars): Call ispell-get-decoded-string.
6732
6733 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
6734
6735 * custom.el (custom-declare-variable): Just put symbol instead
6736 of (defvar . symbol) in `current-load-list'.
6737
6738 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6739
6740 * emacs-lisp/elint.el: Fixed typo in Commentary section.
6741
6742 2005-01-12 Jay Belanger <belanger@truman.edu>
6743
6744 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
6745 to create a Calc summary.
6746
6747 2005-01-12 Kim F. Storm <storm@cua.dk>
6748
6749 * mouse.el (mouse-on-link-p): Change functionality and doc
6750 string to comply with latest description in lisp ref.
6751
6752 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
6753
6754 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
6755 Enable mouse clicks on mode-line, header-line and margin.
6756 (event-type): Give mouse event symbols an 'event-kind property
6757 with value 'mouse-click.
6758
6759 2005-01-12 Juri Linkov <juri@jurta.org>
6760
6761 * facemenu.el (list-colors-display): Add new arg buffer-name.
6762 Use it. Fix docstring. Replace code for identifying duplicate
6763 colors by the name with call to `list-colors-duplicates' which
6764 identifies duplicate colors by the value unless the color
6765 is one of special Windows colors. Set truncate-lines to t.
6766 Print sorted duplicate color names on each line. Indent to 22
6767 \(the longest color name in rgb.txt) instead of 20. Optimize.
6768 (list-colors-duplicates): New function.
6769 (facemenu-color-name-equal): Delete function.
6770
6771 * facemenu.el (list-colors-print): New function created from code
6772 in list-colors-display. Print #RRGGBB at the window right edge.
6773 (list-colors-display): When temp-buffer-show-function is not
6774 defined, call list-colors-print from temp-buffer-show-hook
6775 to get the right value of window-width in list-colors-print
6776 after the buffer is displayed.
6777
6778 * simple.el (pop-mark): Move deactivate-mark out of conditional
6779 part to deactivate the active mark regardless of the state of the
6780 mark ring.
6781
6782 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
6783 variables line in desktop files.
6784
6785 2005-01-12 Juri Linkov <juri@jurta.org>
6786
6787 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
6788 Bring together isearch highlight related options.
6789 (lazy-highlight): Replace group `replace' by `matching'.
6790 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
6791 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
6792 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
6793 and declare them obsolete.
6794 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
6795 (isearch-faces): Remove defgroup.
6796 (isearch-overlay, isearch-highlight, isearch-dehighlight):
6797 Move isearch highlighting code closer to lazy highlighting code.
6798
6799 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
6800 (query-replace-highlight, query-replace-lazy-highlight)
6801 (query-replace): Move definitions to the beginning of the file.
6802
6803 2005-01-11 Juri Linkov <juri@jurta.org>
6804
6805 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
6806 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
6807 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
6808
6809 * info.el (Info-history-forward): New variable.
6810 (Info-select-node): Reset Info-history-forward to nil.
6811 (Info-last): Turn into defalias.
6812 (Info-history-back): Rename from Info-last.
6813 Add current node to Info-history-forward.
6814 (Info-history-forward): New fun.
6815 (Info-mode-map): Replace Info-last by Info-history-back.
6816 Bind Info-history-forward to "r".
6817 (Info-mode-menu): Replace Info-last by Info-history-back.
6818 Fix menu item text. Add menu item for Info-history-forward.
6819 (info-tool-bar-map): Replace Info-last by Info-history-back.
6820 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
6821 for Info-history-forward.
6822 (Info-mode): Replace Info-last by Info-history-back in docstring.
6823 Add local variable Info-history-forward.
6824 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
6825
6826 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6827
6828 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
6829 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
6830 Ignore select-window events rather than fiddle with
6831 mouse-autoselect-window.
6832
6833 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
6834
6835 * type-break.el (type-break-mode): Fix previous change.
6836
6837 2005-01-10 Jay Belanger <belanger@truman.edu>
6838
6839 * calc/calc-ext.el (calc-reset): Reset when inside embedded
6840 calculator; only reset when point is inside a calculator.
6841 Don't adjust the window height if the window takes up the whole height
6842 of the frame.
6843
6844 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6845
6846 * ebuff-menu.el (Electric-buffer-menu-mode):
6847 Preserve value of buffer-local var header-line-format.
6848
6849 2005-01-09 Jay Belanger <belanger@truman.edu>
6850
6851 * calc/calc.el (calc-mode-var-list-restore-saved-values):
6852 Make sure settings file exists before accessing it.
6853
6854 * calc/calc-embed.el (calc-embedded-subst):
6855 Replace math-multi-subst-rec, which is only supposed to be called
6856 by math-multi-subst, by math-multi-subst.
6857
6858 2005-01-09 Andre Spiegel <spiegel@gnu.org>
6859
6860 * vc.el (vc-allow-async-revert): New user option.
6861 (vc-disable-async-diff): New internal variable.
6862 (vc-revert-buffer): Use them to disable asynchronous diff.
6863
6864 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
6865 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
6866 asynchronously if vc-disable-async-diff is t.
6867
6868 2005-01-09 Jay Belanger <belanger@truman.edu>
6869
6870 * calc/calc.el (defcalcmodevar): New macro.
6871 (calc-mode-var-list-restore-default-values)
6872 (calc-mode-var-list-restore-saved-values): New functions.
6873 (calc-mode-var-list): Use defcalcmodevar to define it.
6874 (calc-always-load-extensions, calc-line-numbering)
6875 (calc-line-breaking, calc-display-just, calc-display-origin)
6876 (calc-number-radix, calc-leading-zeros, calc-group-digits)
6877 (calc-group-char, calc-point-char, calc-frac-format)
6878 (calc-prefer-frac, calc-hms-format, calc-date-format)
6879 (calc-float-format, calc-full-float-format, calc-complex-format)
6880 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
6881 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
6882 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
6883 (calc-matrix-brackets, calc-language, calc-language-option)
6884 (calc-left-label, calc-right-label, calc-word-size)
6885 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
6886 (calc-display-raw, calc-internal-prec, calc-angle-mode)
6887 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
6888 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
6889 (calc-window-height, calc-display-trail, calc-show-selections)
6890 (calc-use-selections, calc-assoc-selections)
6891 (calc-display-working-message, calc-auto-why, calc-timing)
6892 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
6893 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
6894 (calc-gnuplot-default-device, calc-gnuplot-default-output)
6895 (calc-gnuplot-print-device, calc-gnuplot-print-output)
6896 (calc-gnuplot-geometry, calc-graph-default-resolution)
6897 (calc-graph-default-resolution-3d, calc-invocation-macro)
6898 (calc-show-banner): Use defcalcmodevar to declare them and set
6899 their default values.
6900
6901 * calc/calc-ext.el (calc-reset): Restore saved values of variables
6902 instead of default values (but restore default values if there is
6903 an argument of 0).
6904
6905 2005-01-09 David Kastrup <dak@gnu.org>
6906
6907 * desktop.el (desktop-restore-eager): Fix typo in type.
6908
6909 2005-01-08 Richard M. Stallman <rms@gnu.org>
6910
6911 * cus-edit.el (customize): Delete :link.
6912
6913 2005-01-08 Jay Belanger <belanger@truman.edu>
6914
6915 * calc/calc.el (calc-mode): Remove the extension from the
6916 `calc-settings-file' file name when loading it.
6917
6918 2005-01-08 Kim F. Storm <storm@cua.dk>
6919
6920 * info.el (Info-mode-map, Info-next-link-keymap)
6921 (Info-prev-link-keymap, Info-up-link-keymap):
6922 Map follow-link to mouse-face.
6923 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
6924
6925 2005-01-08 Jay Belanger <belanger@truman.edu>
6926
6927 * calc/calc.el (calc-settings-file): Change default value.
6928 Suggested by cgw in a comment in calc-mode.el.
6929
6930 * calc/calc-mode.el (calc-settings-file-name):
6931 Compare calc-settings-file to user-init-file instead of ~/.emacs.
6932 Replace ~/.emacs in a prompt by calc-settings-file.
6933
6934 2005-01-07 Lars Hansen <larsh@math.ku.dk>
6935
6936 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
6937 (desktop-lazy-idle-delay): New customizable variables.
6938 (desktop-buffer-args-list): New variable.
6939 (desktop-append-buffer-args): New function.
6940 (desktop-save): Call desktop-append-buffer-args for some buffers.
6941 (desktop-lazy-create-buffer): New function.
6942 (desktop-idle-create-buffers): New function.
6943 (desktop-read): Add message about buffers to restore lazily.
6944 (desktop-lazy-abort): New command.
6945 (desktop-clear): Call desktop-lazy-abort.
6946 (desktop-lazy-complete): New command.
6947
6948 2005-01-06 Richard M. Stallman <rms@gnu.org>
6949
6950 * emacs-lisp/find-func.el (find-face-definition):
6951 Rename from find-face.
6952
6953 2005-01-06 Kim F. Storm <storm@cua.dk>
6954
6955 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
6956
6957 * man.el (Man-xref-man-page, Man-xref-header-file)
6958 (Man-xref-normal-file): Add follow-link property.
6959
6960 2005-01-06 Jay Belanger <belanger@truman.edu>
6961
6962 * calc/calc-units.el: Make sure the proper macro definitions are
6963 available when compiling.
6964
6965 2005-01-06 Juri Linkov <juri@jurta.org>
6966
6967 * isearch.el (isearch-lazy-highlight-update):
6968 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
6969
6970 2005-01-06 Miles Bader <miles@gnu.org>
6971
6972 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
6973 (isearch-lazy-highlight-face): Use new name.
6974
6975 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
6976
6977 * uniquify.el (uniquify-rationalize-file-buffer-names):
6978 Re-add an interactive spec.
6979 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
6980 to the same name.
6981
6982 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
6983 (isearch-update, isearch-done): Adjust calls accordingly.
6984
6985 2005-01-05 Richard M. Stallman <rms@gnu.org>
6986
6987 * custom.el (custom-set-variables, custom-theme-set-variables):
6988 Clarify documentation.
6989
6990 * emacs-lisp/find-func.el (find-variable)
6991 (find-variable-other-window, find-variable-other-frame):
6992 Fix the TYPE args to find-function-read and find-function-do-it.
6993 (find-function): Doc fix.
6994 (find-function-at-point): Replace function-at-point alias.
6995
6996 2005-01-04 Richard M. Stallman <rms@gnu.org>
6997
6998 * cus-face.el (custom-declare-face):
6999 Record defface in current-load-list.
7000
7001 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
7002
7003 * emacs-lisp/find-func.el: Doc fixes.
7004 (find-face-regexp): New variable.
7005 (find-function-regexp-alist): New variable.
7006 (find-function-C-source): Third arg is now TYPE.
7007 (find-function-search-for-symbol): Handle general TYPE.
7008 (find-function-read, find-function-do-it): Handle general TYPE.
7009 (find-definition-noselect, find-face): New functions.
7010 (function-at-point): Alias deleted.
7011
7012 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
7013
7014 * battery.el (display-battery-mode): Rename from display-battery.
7015 Handle the case where it gets turned off.
7016
7017 2005-01-04 Richard M. Stallman <rms@gnu.org>
7018
7019 * cus-edit.el (customize): Make :link point to user doc.
7020
7021 * man.el (Man-fontify-manpage): Turn off undo generation.
7022
7023 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
7024
7025 2005-01-04 Andreas Schwab <schwab@suse.de>
7026
7027 * files.el (insert-directory): Only look for error lines in
7028 inserted text. Don't move too far after processing --dired markers.
7029
7030 2005-01-04 Richard M. Stallman <rms@gnu.org>
7031
7032 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7033 Don't expand if the character is @, period, dash, etc.
7034 (define-mail-abbrev): Quote names that contain problem characters.
7035
7036 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
7037
7038 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
7039
7040 2005-01-03 Richard M. Stallman <rms@gnu.org>
7041
7042 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
7043 (query-replace-highlight, query-replace-lazy-highlight)
7044 (query-replace): Definitions moved up. Doc fix.
7045
7046 2005-01-03 Richard M. Stallman <rms@gnu.org>
7047
7048 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
7049 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7050 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7051 (lazy-highlight-face): Rename from isearch-lazy-...
7052 Change all references to them.
7053
7054 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7055
7056 * cus-edit.el (custom-file): Doc fix for defcustom.
7057 (custom-file): The function no longer sets the variable
7058 `custom-file' to its return value.
7059
7060 * startup.el (command-line): No longer load `custom-file'.
7061
7062 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7063
7064 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
7065
7066 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
7067 Don't confuse module-prefixed identifiers for labels.
7068 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
7069
7070 2005-01-02 Richard M. Stallman <rms@gnu.org>
7071
7072 * files.el (basic-save-buffer-1): Fix previous change.
7073
7074 * loadhist.el (file-loadhist-lookup): New function.
7075 (file-provides, file-requires): Use it.
7076
7077 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
7078 instead of calculating the right size.
7079
7080 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7081
7082 * vc-svn.el (vc-svn-diff): Stay local if possible.
7083
7084 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
7085
7086 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
7087
7088 * files.el (hack-local-variables): Fix last change.
7089
7090 2005-01-02 Jay Belanger <belanger@truman.edu>
7091
7092 * calc/calc-yank.el (calc-edit-top): New variable.
7093 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
7094 object. Change header properties.
7095 (calc-edit-finish, calc-edit-finish-stack-object)
7096 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
7097 edited object.
7098 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
7099 for the beginning of the edited object.
7100 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
7101 for the beginning of the edited object.
7102 * calc/calc-prog.el (calc-edit-macro-finish-edit)
7103 (calc-finish-formula-edit, calc-macro-repeats)
7104 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
7105 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
7106 beginning of the edited object.
7107 (calc-user-define-edit): Change the header for editing macros.
7108 Remove unnecessary variable.
7109
7110 2005-01-01 Jay Belanger <belanger@truman.edu>
7111
7112 * calc/calc-yank.el (calc-edit-mode): Change default header.
7113 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
7114 * calc/calc-store.el (calc-edit-variable): Change title to match new
7115 header.
7116 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
7117 mode to match new header.
7118 (calc-user-define-edit): Change titles to include names of commands.
7119 (calc-finish-formula-edit): Adjust to handle new header.
7120 (calc-finish-macro-edit): Remove.
7121 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
7122 (calc-edit-macro-command, calc-edit-macro-command-type)
7123 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
7124 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
7125 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
7126 (calc-edit-macro-finish-edit): New functions.
7127 (calc-user-define-edit): Use new functions to edit named calc macros.
7128
7129 2005-01-01 Stefan <monnier@iro.umontreal.ca>
7130
7131 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
7132
7133 * ses.el (copy-region-as-kill): Deactivate mark.
7134
7135 2005-01-01 Richard M. Stallman <rms@gnu.org>
7136
7137 * replace.el (occur-1): If the output buffer is also an input,
7138 don't kill it, rename it.
7139
7140 * faces.el (set-face-background, set-face-foreground): Doc fix.
7141
7142 * cus-face.el (custom-face-attributes): Fix :help-echo strings
7143 for :foreground and :background.
7144
7145 * dired.el (dired-view-command-alist): Variable deleted.
7146 (dired-view-file, dired-mouse-find-file-other-window):
7147 Delete the code to use it.
7148
7149 2005-01-01 Kim F. Storm <storm@cua.dk>
7150
7151 * image.el (insert-sliced-image): Use t for line-height property.
7152
7153 2004-12-31 Jay Belanger <belanger@truman.edu>
7154
7155 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
7156 for "var-" at the beginning of the minibuffer.
7157
7158 2004-12-31 Richard M. Stallman <rms@gnu.org>
7159
7160 * faces.el (read-face-name):
7161 Don't treat an attribute spec as a list of faces.
7162
7163 * simple.el (undo): Use undo-equiv-table to detect
7164 unexpected changes since previous undo.
7165 (undo-list-saved): Variable deleted.
7166 (buffer-disable-undo): Don't alter undo-list-saved.
7167
7168 * files.el (require-final-newline): Allow `visit' and `visit-save'.
7169 (mode-require-final-newline): New option.
7170 (after-find-file): Handle require-final-newline with new values.
7171 (basic-save-buffer): Handle new values of require-final-newline.
7172
7173 * progmodes/sh-script.el (sh-require-final-newline):
7174 Alist value now controls whether to use mode-require-final-newline.
7175 (sh-set-shell): Implement that new meaning.
7176
7177 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
7178 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
7179 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
7180 Delete old-Emacs compatibility code.
7181 (antlr-c-common-init): Function deleted.
7182
7183 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
7184 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
7185 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
7186 * progmodes/python.el (python-mode): Use mode-require-final-newline.
7187 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
7188 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
7189 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
7190 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
7191 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
7192 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
7193 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
7194 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
7195 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
7196 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
7197 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
7198 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
7199
7200 2004-12-31 Jay Belanger <belanger@truman.edu>
7201
7202 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
7203 way to return to Calc.
7204
7205 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
7206 finish, C-xk as the way to cancel the edit. Add cancel routine to
7207 kill-buffer-hook.
7208
7209 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
7210 MacEdit code.
7211
7212 * calc/calc-prog.el: Remove obsolete MacEdit code.
7213 (calc-macro-edit-algebraic, calc-macro-edit-variable)
7214 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
7215
7216 2004-12-31 Kenichi Handa <handa@m17n.org>
7217
7218 * international/mule.el (buffer-file-coding-system-explicit):
7219 Rename for explicit-buffer-file-coding-system.
7220 (after-insert-file-set-coding): Adjust for the above change.
7221
7222 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
7223 to buffer-file-coding-system-explicit.
7224 (basic-save-buffer-1): Likewise.
7225
7226 2004-12-30 Richard M. Stallman <rms@gnu.org>
7227
7228 * textmodes/artist.el (artist-butlast-fn): Var deleted.
7229 (artist-butlast, artist-last): Functions deleted.
7230 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
7231 (artist-compute-key-compl-table): Call remq directly.
7232 (artist-remove-nulls): Function deleted.
7233 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
7234 (artist-push, artist-pop): Macro deleted.
7235
7236 2004-12-30 Andreas Leue <al@sphenon.de>
7237
7238 * textmodes/artist.el (artist-version): 1.2.6
7239 (artist-prev-next-op-alist): New variable.
7240 (artist-select-next-op-in-list): New function.
7241 (artist-select-prev-op-in-list): New function.
7242 (artist-make-prev-next-op-alist): New function.
7243 (artist-is-in-op-list-p): New function.
7244 (artist-get-first-non-nil-op): New function.
7245 (artist-get-last-non-nil-op): New function.
7246 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
7247 artist-prev-next-op-alist.
7248 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
7249 change drawing operation.
7250
7251 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
7252
7253 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
7254
7255 2004-12-31 Masatake YAMATO <jet@gyve.org>
7256
7257 * server.el (server-process-filter): Suppress `error', too.
7258
7259 2004-12-30 Jay Belanger <belanger@truman.edu>
7260
7261 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
7262 Change the way a variable is displayed in a message.
7263
7264 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
7265 (calc-user-define-permanent, calc-execute-kbd-macro):
7266 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
7267
7268 2004-12-30 Kenichi Handa <handa@m17n.org>
7269
7270 * files.el (basic-save-buffer-1):
7271 Set explicit-buffer-file-coding-system to last-coding-system-used.
7272 (revert-buffer): Pay attention to
7273 explicit-buffer-file-coding-system (not buffer-file-coding-system)
7274 on bind coding-system-for-read.
7275
7276 * international/mule.el (explicit-buffer-file-coding-system):
7277 New buffer local variable.
7278 (after-insert-file-set-coding): Set it to coding-system-for-read.
7279
7280 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
7281
7282 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
7283
7284 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
7285
7286 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
7287 that include line numbers.
7288
7289 2004-12-29 Milan Zamazal <pdm@zamazal.org>
7290
7291 * files.el (hack-local-variables): If no PREFIX, set it to "^".
7292 Redundant variable PREFIXLEN removed.
7293
7294 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
7295
7296 * eshell/em-hist.el (eshell-previous-matching-input):
7297 Start the deletion from the end of the output.
7298
7299 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7300
7301 * term/mac-win.el: Require x-dnd.
7302 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
7303
7304 2004-12-29 David Kastrup <dak@gnu.org>
7305
7306 * international/mule.el (decode-coding-inserted-region):
7307 Don't barf if `buffer-undo-list' is already set to `t'.
7308
7309 2004-12-29 Jay Belanger <belanger@truman.edu>
7310
7311 * calc/calc-prog.el (calc-user-define-formula): Put default values
7312 for function names in prompts.
7313 (calc-user-define-permanent, calc-user-define-composition)
7314 (calc-user-define-formula): Remove the need for "calcFunc-" in the
7315 default input for algebraic functions.
7316
7317 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
7318
7319 * vc-rcs.el (vc-rcs-annotate-command):
7320 Fix omission bug: Call `vc-setup-buffer'.
7321
7322 2004-12-29 Kenichi Handa <handa@m17n.org>
7323
7324 * international/mule.el (recode-region): New function.
7325
7326 2004-12-28 Richard M. Stallman <rms@gnu.org>
7327
7328 * simple.el (undo-extra-outer-limit): New variable.
7329 (undo-outer-limit-truncate): Test and set it.
7330
7331 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
7332 enables the feature to extend the existing region.
7333
7334 * simple.el (mark-word): New arg ALLOW-EXTEND
7335 enables the feature to extend the existing region.
7336
7337 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
7338 enables the feature to extend the existing region.
7339
7340 * startup.el (site-run-file): Don't allow setting it with Custom.
7341
7342 * simple.el (buffer-disable-undo): Fix previous change.
7343
7344 2004-12-27 Masatake YAMATO <jet@gyve.org>
7345
7346 * hexl.el (hexlify-buffer): Remove fontification here.
7347 Use font lock mechanism instead.
7348 (hexl-font-lock-keywords): New font lock kewords.
7349 (hexl-mode-old-font-lock-keywords): New variable.
7350 (hexl-mode): Store the old font lock keywords.
7351 (hexl-mode-exit): Restore the old font lock keywords.
7352
7353 2004-12-27 Richard M. Stallman <rms@gnu.org>
7354
7355 * simple.el (undo): Fix previous change.
7356
7357 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7358
7359 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
7360 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
7361 Call x-open-connection on Mac OS X.
7362
7363 2004-12-27 Richard M. Stallman <rms@gnu.org>
7364
7365 * files.el (buffer-save-without-query): New var (buffer-local).
7366 (save-some-buffers): Save those buffers first, w/o asking.
7367
7368 * files.el (insert-directory-ls-version): New variable.
7369 (insert-directory): When ls returns an error, test the version
7370 number to decide what the return code means.
7371 With --dired output format, detect and distinguish lines
7372 that are really error messages.
7373 (insert-directory-adj-pos): New function.
7374
7375 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
7376
7377 * battery.el (battery-mode-line-format): Remove initial spaces.
7378
7379 * uniquify.el (uniquify-rationalize-file-buffer-names):
7380 Delete interactive spec.
7381
7382 * type-break.el (type-break-mode): Set buffer-save-without-query.
7383 Remove code that tried to set save-some-buffers-always.
7384 (type-break-file-keystroke-count): Bind deactivate-mark.
7385
7386 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
7387
7388 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
7389 Test that the buffer is live, and maybe reject current buffer too.
7390 Clarify.
7391 (next-error-find-buffer): Rewrite for clarity.
7392
7393 * loadup.el: Don't use buffer-disable-undo; do it directly.
7394
7395 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
7396 (describe-variable): Call symbol-file with `defvar'.
7397
7398 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
7399 (symbol-file): Rewritten to handle new load-history format.
7400 Now takes an arg TYPE to specify looking for a particular
7401 type of definition only.
7402
7403 * emacs-lisp/debug.el (debugger-make-xrefs):
7404 Call symbol-file with `defun'.
7405
7406 * emacs-lisp/find-func.el (find-function-noselect):
7407 Call symbol-file with `defun'.
7408 (find-variable-noselect): Call symbol-file with `defvar'.
7409
7410 * eshell/esh-cmd.el (eshell-find-alias-function):
7411 Call symbol-file with `defun'.
7412
7413 * eshell/esh-test.el (eshell-test-goto-func):
7414 Call symbol-file with `defun'.
7415
7416 * mail/rmail.el (rmail-resend):
7417 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
7418
7419 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
7420
7421 * progmodes/compile.el (compilation-find-buffer): Rename arg.
7422
7423 * textmodes/texinfmt.el (texinfo-format-buffer-1):
7424 Call buffer-disable-undo.
7425
7426 * simple.el (undo-list-saved): New variable (buffer-local).
7427 (undo): Set and test it.
7428 (buffer-disable-undo): Move here from buffer.c.
7429 Clear out undo-list-saved.
7430
7431 * international/mule.el (decode-coding-inserted-region):
7432 Set buffer-undo-list in a correct and optimal way.
7433
7434 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
7435 (cperl-font-lock-unfontify-region-function): No need to save and
7436 restore info, since font-lock.el does it for us.
7437
7438 * ansi-color.el (save-buffer-state): Definition deleted.
7439 (ansi-color-unfontify-region): Don't use save-buffer-state.
7440
7441 2004-12-27 Dave Love <fx@gnu.org>
7442
7443 * wid-edit.el (function): Use restricted-sexp as parent.
7444
7445 2004-12-27 Kevin Ryde <user42@zip.com.au>
7446
7447 * simple.el (next-matching-history-element): Use same
7448 `interactive' form as previous-matching-history-element.
7449
7450 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
7451 it can appear unencoded and has been seen from yahoo.
7452
7453 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
7454
7455 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
7456 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
7457
7458 2004-12-27 Kenichi Handa <handa@m17n.org>
7459
7460 * international/utf-8.el (utf-translate-cjk-load-tables):
7461 Bind coding-system-for-read to nil while loading subst-*.
7462
7463 2004-12-26 Jay Belanger <belanger@truman.edu>
7464
7465 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
7466 default input.
7467
7468 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
7469
7470 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
7471 before reverting and disable undo recording while reverting.
7472
7473 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
7474
7475 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
7476 (hs-make-overlay): New function.
7477 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
7478 (hs-flag-region): Delete function.
7479 (hs-hide-comment-region): No longer use `hs-flag-region'.
7480 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
7481 (hs-hide-block-at-point): Likewise.
7482 (hs-hide-level-recursive): Use `hs-discard-overlays'.
7483 (hs-hide-all, hs-show-all): Likewise.
7484 (hs-show-block): Likewise.
7485 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
7486
7487 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
7488
7489 * progmodes/hideshow.el: Require `cl' when compiling.
7490 Remove XEmacs and Emacs 19 compatibility.
7491 Use `dolist' and `add-to-list' for load-time actions.
7492 (hs-discard-overlays): Use `dolist'.
7493 (hs-show-block): Likewise.
7494
7495 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
7496
7497 * faces.el (mode-line, mode-line-inactive): Use min-colors.
7498
7499 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
7500
7501 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
7502 When extending backwards, move outside the current comment first.
7503
7504 2004-12-22 Kenichi Handa <handa@m17n.org>
7505
7506 * international/quail.el (quail-start-translation): Fix prompt
7507 string for the case if input-method-use-echo-area being non-nil.
7508 (quail-start-conversion): Likewise.
7509 (quail-show-guidance): Don't show guidance if
7510 input-method-use-echo-area is non-nil.
7511
7512 2004-12-21 Richard M. Stallman <rms@gnu.org>
7513
7514 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
7515
7516 2004-12-21 Markus Rost <rost@ias.edu>
7517
7518 * calendar/diary-lib.el (mark-diary-entries):
7519 Set mark-diary-entries-in-calendar only after checking for diary-file.
7520
7521 2004-12-21 Richard M. Stallman <rms@gnu.org>
7522
7523 * faces.el (escape-glyph): Use blue against light foreground.
7524
7525 * simple.el (undo-outer-limit-truncate): New function.
7526 (undo-outer-limit-function): Use undo-outer-limit-truncate.
7527
7528 2004-12-21 Eli Barzilay <eli@barzilay.org>
7529
7530 * calculator.el (calculator-radix-grouping-mode)
7531 (calculator-radix-grouping-digits)
7532 (calculator-radix-grouping-separator):
7533 New defcustoms for the new radix grouping mode functionality.
7534 (calculator-mode-hook): Now used in electric mode too,
7535 (calculator): Call it.
7536 (calculator-mode-map): Some new keys.
7537 (calculator-message): New function. Some new calls.
7538 (calculator-op, calculator-set-register): Use it.
7539 (calculator-string-to-number): New function, mostly moved and
7540 updated code from calculator-curnum-value.
7541 (calculator-curnum-value): Use it.
7542 (calculator-paste): Use it, and update grabbing the current-kill.
7543 (calculator-rotate-displayer)
7544 (calculator-rotate-displayer-back): Toggle digit grouping when
7545 in radix mode, use calculator-message.
7546 (calculator-displayer-prev, calculator-displayer-next):
7547 Change digit group size when in radix mode.
7548 (calculator-number-to-string): Rename from
7549 calculator-num-to-string. Now deals with digit grouping in
7550 radix mode.
7551 (calculator-update-display, calculator-put-value): Use the new name.
7552 (calculator-fact): Return a floating point number.
7553 (calculator-mode): Doc fix.
7554
7555 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
7556
7557 * calendar/calendar.el (view-other-diary-entries): Add autoload.
7558 * calendar/diary-lib.el (view-other-diary-entries):
7559 Use current-prefix-arg in interactive spec.
7560
7561 2004-12-19 Jay Belanger <belanger@truman.edu>
7562
7563 * calc/calc-aent.el (calcAlg-blank-matching-open):
7564 Temporarily adjust the syntax of both delimiters of half-open intervals.
7565
7566 2004-12-19 Kim F. Storm <storm@cua.dk>
7567
7568 * mouse.el (mouse-1-click-follows-link): Doc fix.
7569
7570 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7571
7572 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
7573 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
7574 instead of centraleuropean as the name
7575
7576 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
7577
7578 Sync with Tramp 2.0.46.
7579
7580 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
7581 parameters wrt Tramp convention.
7582 (tramp-handle-file-attributes-with-perl)
7583 (tramp-handle-directory-files-and-attributes): Apply it.
7584 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
7585 `copy-program'. Reported by Zack Weinberg
7586 <zack@codesourcery.com>.
7587 (top): Set `edebug-form-spec' property directly rather than
7588 calling `def-edebug-spec'.
7589
7590 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
7591 advice less fragile. Surround temporary redefinition of
7592 `substitute-in-file-name' with `unwind-protect'. Suggested by
7593 Matt Hodges <MPHodges@member.fsf.org>.
7594
7595 2004-12-17 Juri Linkov <juri@jurta.org>
7596
7597 * replace.el (occur-accumulate-lines, occur-engine):
7598 Make forcing deferred font-lock fontification jit-specific.
7599
7600 2004-12-17 Kim F. Storm <storm@cua.dk>
7601
7602 * mouse.el (mouse-1-click-follows-link): New defcustom.
7603 (mouse-on-link-p): New function.
7604 (mouse-drag-region-1): Implement mouse-1-click-follows-link
7605 functionality. Map a mouse-1 click event into a mouse-2 (or
7606 other) event when position is inside a link.
7607
7608 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
7609 prefix in tooltip text with "mouse-1" when this is a link
7610 recognized by mouse-1-click-follows-link functionality.
7611
7612 * help.el (describe-key): Report effective and original binding
7613 for mouse-1 when clicked on a link.
7614 (describe-mode): Add follow-link property to "minor-mode" button.
7615
7616 * help-fns.el (describe-variable): Add follow-link property to
7617 "below" button.
7618
7619 * help-mode.el (help-xref): Add follow-link property.
7620
7621 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
7622 (apropos-command, apropos-variable, apropos-face, apropos-group)
7623 (apropos-widget, apropos-plist): Add follow-link property.
7624
7625 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
7626 checks if position is in a filename, rather than some other
7627 clickable item. Function looks for cvs-filename-face at position.
7628
7629 * wid-edit.el (widget-specify-field, widget-specify-button):
7630 Map a :follow-link keyword into a follow-link property.
7631 (link): Add :follow-link keyword, map to RET binding.
7632
7633 * dired.el (dired-mode-map): Map follow-link to mouse-face.
7634
7635 * progmodes/compile.el (compilation-minor-mode-map)
7636 (compilation-button-map, compilation-mode-map): Likewise.
7637
7638 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
7639
7640 * play/zone.el (zone): Init `line-spacing' from orig buffer.
7641 (zone-replace-char): Take `count' and `del-count'
7642 instead of `direction'. Update callers. When `del-count' is
7643 non-nil, delete that many characters, otherwise `count' characters
7644 backwards. Insert the newly-replaced string `count' times.
7645 (zone-fret): Handle chars w/ width greater than one.
7646 (zone-fall-through-ws): No longer take window width `ww'.
7647 Update callers. Add handling for `char-width' greater than one.
7648 (zone-pgm-drip): Update var holding window-end position every cycle.
7649
7650 2004-12-17 Andre Spiegel <spiegel@gnu.org>
7651
7652 * vc.el (vc-default-update-changelog): Use insert-file-contents,
7653 rather than insert-file.
7654
7655 2004-12-16 Jay Belanger <belanger@truman.edu>
7656
7657 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
7658 (math-init-random-base, math-random-digit): Check to see if
7659 var-RandSeed is bound.
7660 (math-random-last): Declare it.
7661 (math-random-digit): Don't make math-random-last local.
7662
7663 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
7664
7665 * play/zone.el (zone): Fix omission bug: Use a self-disabling
7666 one-shot thunk for uniform (error, quit, normal) recovery.
7667 Reported by John Paul Wallington.
7668 (zone-pgm-random-life): Fix bug:
7669 Recognize empty initial field by lack of "@" chars.
7670
7671 2004-12-16 Juri Linkov <juri@jurta.org>
7672
7673 * help.el (function-called-at-point):
7674 * help-fns.el (variable-at-point): As a last resort try stripping
7675 non-word prefixes and suffixes.
7676
7677 * descr-text.el (describe-property-list): Don't treat syntax-table
7678 specially. Use describe-text-sexp which inserts [show] button
7679 for large objects and handles printing errors. Sort properties
7680 by names in alphabetical order instead of by value sizes.
7681 Add `mouse-face' to list of properties for `describe-face' widget.
7682 (describe-char): Mask out face-id from 19 bits of character.
7683 Print face-id separately.
7684
7685 * replace.el (occur-accumulate-lines, occur-engine):
7686 Fontify unfontified matching lines in the source buffer
7687 before copying them.
7688 (occur-engine): Don't put mouse-face on context lines.
7689 (occur-next-error): Set point to line beginning/end
7690 before searching for prev/next property to skip multiple
7691 matches on a line (not supported by occur engine).
7692 Remove redundant prefix-numeric-value.
7693
7694 2004-12-15 Juri Linkov <juri@jurta.org>
7695
7696 * replace.el (match): New face.
7697 (list-matching-lines-face): Change default from `bold' to `match'.
7698
7699 * progmodes/grep.el (grep-match-face): New defvar.
7700 (grep-mode-font-lock-keywords): Use grep-match-face instead of
7701 compilation-column-face to highlight grep matches.
7702
7703 * apropos.el (apropos-match-face): Change default from
7704 `secondary-selection' to `match'.
7705
7706 * info-look.el (info-lookup-highlight-face): Change default from
7707 `highlight' to `match'.
7708
7709 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
7710
7711 * progmodes/executable.el (executable-interpret): Eliminate
7712 obsolete compile-internal, and switch to comint for interaction.
7713
7714 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
7715
7716 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
7717 `&&' when skipping multiple statements on a line.
7718
7719 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
7720
7721 * play/zone.el (zone): Set `truncate-lines'.
7722 Also, init `tab-width' with value from original buffer.
7723 (zone-shift-up): Rewrite for speed.
7724 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
7725 (zone-pgm-jitter): Remove redundant entries from ops vector.
7726 (zone-exploding-remove): Reduce iteration count.
7727 (zone-cpos): Convert to defsubst.
7728 (zone-replace-char): New defsubst.
7729 (zone-park/sit-for): Likewise.
7730 (zone-fret): Take window-start arg.
7731 Update callers. Use `zone-park/sit-for'.
7732 (zone-fill-out-screen): Rewrite.
7733 (zone-fall-through-ws): Likewise. Update callers.
7734 (zone-pgm-drip): Use `zone-replace-char'.
7735 Move var inits before while-loop. Use `zone-park/sit-for'.
7736 (zone-pgm-random-life): Handle empty initial field.
7737 Use `zone-replace-char' and `zone-park/sit-for'.
7738
7739 2004-12-15 Juri Linkov <juri@jurta.org>
7740
7741 * isearch.el (isearch-update): Test isearch-lazy-highlight
7742 before calling isearch-lazy-highlight-new-loop.
7743 (isearch-lazy-highlight-new-loop):
7744 Don't test isearch-lazy-highlight.
7745
7746 * replace.el (perform-replace): Add isearch-case-fold-search.
7747 Use delimited-flag for isearch-regexp.
7748 Reset isearch-lazy-highlight-last-string to force lazy
7749 highlighting when called from isearch mode.
7750 (query-replace-highlight): Revert defcustom type to boolean.
7751 (query-replace-lazy-highlight): New defcustom.
7752 (query-replace): New face.
7753 (perform-replace, replace-highlight, replace-dehighlight):
7754 Test query-replace-lazy-highlight instead of special value
7755 `isearch' of query-replace-highlight.
7756 (replace-dehighlight): Don't call isearch-dehighlight.
7757 (replace-highlight): Don't call isearch-highlight.
7758 Use face `query-replace' unconditionally.
7759
7760 2004-12-14 Kim F. Storm <storm@cua.dk>
7761
7762 * simple.el (inhibit-mark-movement): Remove defvar.
7763 (beginning-of-buffer, end-of-buffer): Don't use it.
7764
7765 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7766 Don't use inhibit-mark-movement.
7767
7768 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
7769 (cua--undo-push-mark): Remove.
7770 (cua--pre-command-handler, cua--post-command-handler):
7771 Don't fiddle with inhibit-mark-movement.
7772
7773 2004-12-14 Juri Linkov <juri@jurta.org>
7774
7775 * buff-menu.el (list-buffers-noselect): Collect internal info
7776 for every buffer in BUFFER-LIST arg too.
7777 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
7778 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
7779 Bind same-window-buffer-names and same-window-regexps to nil.
7780
7781 2004-12-13 Juri Linkov <juri@jurta.org>
7782
7783 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
7784
7785 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
7786 (sc-cite-region, sc-uncite-region, sc-recite-region):
7787 Fix previous change to handle not alist as a symbol, but
7788 a citation frame as a symbol that represents a variable name.
7789
7790 2004-12-13 Richard M. Stallman <rms@gnu.org>
7791
7792 * filecache.el (file-cache-add-directory-using-find):
7793 Only set up file-cache-find-command-posix-flag if we will use it.
7794
7795 * bindings.el (mode-line-buffer-identification-keymap):
7796 Don't cancel the mode-line's usual down-mouse-1 binding.
7797
7798 * cus-edit.el (custom-face-selected): Handle `default' specs.
7799 (custom-face-edit): Increase extra-offset.
7800 (custom-display): Handle `default' specs.
7801
7802 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
7803
7804 * emacs-lisp/elint.el (elint-standard-variables)
7805 (elint-unknown-builtin-args): Move definitions up.
7806
7807 * net/browse-url.el (browse-url-url-at-point): Add autoload.
7808
7809 * info.el (info-xref-visited): Use `default' instead of t.
7810 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
7811
7812 * faces.el (header-line, mode-line-inactive, tool-bar):
7813 Use `default' instead of t for setting the defaults.
7814 (face-spec-choose): Separate `t' from `default'.
7815
7816 * subr.el (while-no-input): New macro.
7817
7818 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
7819
7820 * filecache.el (file-cache-add-directory-using-find):
7821 Only test file-cache-find-command-posix-flag on some systems.
7822
7823 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7824
7825 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
7826 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
7827 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
7828 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
7829 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
7830
7831 2004-12-12 Juri Linkov <juri@jurta.org>
7832
7833 * files.el (find-file-other-window, find-file-other-frame):
7834 Add the first buffer to the returned value to return the complete
7835 list of all visited buffers.
7836 (find-file-read-only, find-file-read-only-other-window)
7837 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
7838 `find-file-read-args'. Signal an error about non-existent file
7839 only if file name doesn't contain wildcards. Toggle read-only in
7840 all visited buffers.
7841 (find-alternate-file, find-alternate-file-other-window):
7842 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
7843 called interactively. Pass arg `wildcards' to other functions.
7844 (find-file-noselect): Doc fix.
7845
7846 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
7847 Doc fix.
7848 (ffap-directory-finder): New variable.
7849 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
7850 (ffap-file-at-point): Add /* to immediately rejected names.
7851 Return absolute file names matching ffap-dired-wildcards.
7852 (ffap-read-file-or-url): Set default value for `completing-read'
7853 to `buffer-file-name'.
7854 (find-file-at-point): When filename matches ffap-dired-wildcards,
7855 call ffap-file-finder with t arg `wildcards', instead of dired.
7856 (ffap-other-window, ffap-other-frame): Return visited buffers.
7857 (ffap-read-only, ffap-read-only-other-window)
7858 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
7859 (dired-at-point): Call ffap-directory-finder instead of dired.
7860 (ffap-dired-other-window, ffap-dired-other-frame)
7861 (ffap-list-directory): New commands.
7862 (ffap-bindings): New keybindings for new commands.
7863
7864 2004-12-12 Juri Linkov <juri@jurta.org>
7865
7866 * simple.el (beginning-of-buffer, end-of-buffer):
7867 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7868 Do not push mark when mark is active in transient-mark-mode.
7869
7870 * simple.el (mark-word):
7871 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
7872 * textmodes/paragraphs.el (mark-paragraph):
7873 Extend the region when mark is active in transient-mark-mode,
7874 regardless of the last command. Doc fix.
7875
7876 * simple.el (mark-word): Preserve direction when repeating.
7877 Make arg optional. Interactive "p" -> "P".
7878 (transient-mark-mode, inhibit-mark-movement): Doc fix.
7879
7880 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
7881 preserving direction, to mark forward instead of backward when mark
7882 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
7883
7884 2004-12-12 Juri Linkov <juri@jurta.org>
7885
7886 * isearch.el (isearch-edit-string): Set 7th arg of
7887 `read-from-minibuffer' to `t' to inherit the current input
7888 method (whose name is indicated by [IM] in the minibuffer prompt)
7889 from the current buffer to the minibuffer.
7890 (isearch-lazy-highlight-update): Put body to `with-local-quit'
7891 to allow C-g quitting for lazy highlighting looping inside the
7892 search with nested repetition operators. Add overlay to the list
7893 before setting its face and other properties to avoid the case of
7894 code quitting after placing the new overlay but before it's
7895 recorded on the list. Select the window where isearch was
7896 activated, to highlight matches in the right window when isearch
7897 switches the current window to the minibuffer.
7898
7899 * international/isearch-x.el
7900 (isearch-process-search-multibyte-characters):
7901 Use `isearch-message' as initial input for `read-string' instead
7902 of adding it to the minibuffer prompt. After reading a string
7903 remove the initial value of `isearch-message' from the string.
7904
7905 * replace.el (replace-match-maybe-edit): Doc fix.
7906 (perform-replace): Don't call `replace-highlight' when automatic
7907 replacement is requested in literal mode, since it is intended
7908 only to highlight words during entering a new replacement string
7909 for \? in non-literal mode.
7910
7911 * replace.el (query-replace-highlight): Add new value `isearch'
7912 that allows query replacement to use isearch highlighting.
7913 Change type from `boolean' to `choice'. Doc fix.
7914 (replace-highlight, replace-dehighlight, perform-replace):
7915 Use isearch highlighting if query-replace-highlight eq `isearch'.
7916
7917 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
7918
7919 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
7920 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
7921
7922 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
7923 case of \end{verbatim}.
7924
7925 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
7926
7927 * term.el (term-termcap-format): Synchronyze with terminfo.
7928 (term-emulate-terminal): Handle reset.
7929 (term-reset-terminal): New function.
7930
7931 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
7932
7933 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
7934 (zone-fill-out-screen): New func.
7935 (zone-pgm-drip): Use `zone-fill-out-screen'.
7936 Also, no longer go to point-min on every cycle.
7937 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
7938 (zone-pgm-random-life-wait): New user var.
7939 (zone-pgm-random-life): New func.
7940
7941 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
7942
7943 * files.el (auto-mode-alist): Map .com to DCL mode.
7944
7945 2004-12-09 Richard M. Stallman <rms@gnu.org>
7946
7947 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
7948
7949 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
7950
7951 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
7952 buffer with a display margin.
7953
7954 2004-12-08 Jay Belanger <belanger@truman.edu>
7955
7956 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
7957 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
7958
7959 2004-12-08 Richard M. Stallman <rms@gnu.org>
7960
7961 * faces.el: Delete code to set display table.
7962 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
7963
7964 2004-12-08 Jay Belanger <belanger@truman.edu>
7965
7966 * calc/calc.el: Add math-read-preprocess-string to autoloads.
7967
7968 * calc/calc-ext.el (math-read-replacement-list)
7969 (math-read-superscripts, math-read-preprocess-string): Move to
7970 calc-aent.el.
7971
7972 * calc/calc-aent.el (math-read-replacement-list)
7973 (math-read-superscripts, math-read-preprocess-string): Move from
7974 calc-ext.el.
7975
7976 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7977
7978 * isearch.el (isearch-quote-char): Fix up typo in last change.
7979
7980 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
7981
7982 * mouse.el (mouse-set-font): Handle the case where the command was
7983 not invoked using the mouse.
7984
7985 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
7986 (edmacro-finish-edit): Further update for keyboard macros that are
7987 lambda forms.
7988 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
7989
7990 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
7991
7992 * font-lock.el (font-lock-unfontify-region): Save buffer state.
7993 (font-lock-default-unfontify-region): Don't save buffer state any more.
7994
7995 2004-12-07 Jay Belanger <belanger@truman.edu>
7996
7997 * calc/calc-help.el (calc-describe-key):
7998 Set calc-summary-indentation even when Calc Summary buffer exists.
7999
8000 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
8001
8002 * calendar/holidays.el (holiday-easter-etc): Make arguments
8003 optional for backwards compatibility. Doc fix.
8004 Remove un-necessary local vars mandatory, output-list.
8005 (holiday-advent): Make arguments optional for backwards
8006 compatibility. Doc fix.
8007
8008 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8009
8010 * paren.el (show-paren-function): Fix last change (2004-12-02).
8011
8012 * international/mule-util.el (char-displayable-p): Return nil for
8013 unibyte mode.
8014
8015 * subr.el (subregexp-context-p): New function.
8016
8017 * isearch.el (isearch-quote-char): Use it.
8018
8019 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
8020 (regexp-opt-not-groupie*-re): Remove.
8021 (regexp-opt): Properly handle inputs with duplicate entries.
8022
8023 2004-12-06 Richard M. Stallman <rms@gnu.org>
8024
8025 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
8026
8027 * cus-edit.el (custom-file): Doc fix.
8028
8029 * textmodes/org.el: New file.
8030
8031 2004-12-06 Kenichi Handa <handa@m17n.org>
8032
8033 * ldefs-boot.el: Update international/mule-util.el section.
8034
8035 2004-12-05 Sam Steingold <sds@gnu.org>
8036
8037 * net/tramp.el (tramp-handle-file-accessible-directory-p):
8038 Fix `tramp-time-diff' comparison logic.
8039
8040 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
8041
8042 * progmodes/which-func.el (which-function):
8043 Use `run-hook-with-args-until-success' instead of a custom loop.
8044 Fixes bug with local hooks.
8045
8046 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8047
8048 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
8049 Use delete-dups when calculating the initial value.
8050 (bibtex-autokey-get-title): Use <=.
8051 (bibtex-goto-line): New function.
8052 (bibtex-reposition-window): Use line numbers instead of point
8053 positions. Use window-body-height.
8054 (bibtex-find-crossref): Use bibtex-reposition-window.
8055 (bibtex-find-entry): Use bibtex-reposition-window. Always return
8056 position of entry if key is found or nil if not found.
8057
8058 2004-12-05 Richard M. Stallman <rms@gnu.org>
8059
8060 * cus-edit.el (custom-file): Doc fix.
8061
8062 * progmodes/sh-script.el (sh-indent-for-then): Change default.
8063
8064 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8065
8066 * simple.el (blink-matching-open):
8067 * textmodes/tex-mode.el (tex-validate-region):
8068 Obey syntax-table text properties.
8069
8070 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
8071
8072 * wid-edit.el (widget-specify-field): Add `real-field' property to
8073 boundary.
8074 (widget-field-at): Use it.
8075
8076 2004-12-02 Richard M. Stallman <rms@gnu.org>
8077
8078 * progmodes/cc-mode.el (awk-mode autoload):
8079 Supply t meaning interactive function.
8080
8081 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
8082 (isearch-mode-map): No special definition for space.
8083 (isearch-whitespace-chars): Command deleted.
8084 (isearch-forward-regexp): Doc fix.
8085 (isearch-quote-char): When a space is not inside brackets,
8086 use `[ ]' instead of just space.
8087 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
8088
8089 * imenu.el (imenu--generic-function): Delete code to exclude
8090 matches in comments.
8091
8092 * man.el (Man-reverse-face): Change default to `highlight'.
8093
8094 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
8095 (occur-engine): Use `face' prop rather than `font-lock-face'
8096 when specifying use of `match-face'.
8097 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
8098
8099 * emacs-lisp/elint.el (elint-standard-variables): Update list.
8100
8101 * add-log.el (add-log-current-defun): Handle the case where point
8102 is in the header part of a DEFUN construct.
8103
8104 2004-12-02 Dave Love <fx@gnu.org>
8105
8106 * progmodes/python.el (python-font-lock-syntactic-keywords):
8107 Fix previous change.
8108
8109 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
8110
8111 * paren.el (show-paren-function): Check for matching chars
8112 specified by text props.
8113
8114 2004-12-02 Jay Belanger <belanger@truman.edu>
8115
8116 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
8117 when reading a new key sequence.
8118
8119 2004-12-02 Kim F. Storm <storm@cua.dk>
8120
8121 * faces.el (escape-glyph): Rename from glyph.
8122 (standard-display-table): Set it here. Add escape-glyph face to
8123 extra slot characters.
8124
8125 * disp-table.el: Undo 2004-12-01 change. Display table is now
8126 setup in faces.el.
8127
8128 2004-12-02 Mark A. Hershberger <mah@everybody.org>
8129
8130 * xml.el (xml-parse-dtd): Don't show validity messages when
8131 xml-validating-parser is nil.
8132 (xml-substitute-special): Fix validity error messages to
8133 actually show the unexpandable entity. Added validity error if &
8134 isn't followed by an entity.
8135 (xml-parse-tag): Concatenate any string following the a
8136 <![CDATA[]]> section to the parsed CDATA.
8137 (xml-parse-dtd): Skip parameter entity declarations and use of
8138 parameter entities.
8139
8140 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8141
8142 * kmacro.el (kmacro-default-counter-format): New var.
8143 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
8144 (kmacro-display): Remove `nil' from `and' form. Delete call to
8145 `format' inside `message'.
8146 (kmacro-start-macro): Use `kmacro-default-counter-format'.
8147
8148 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8149
8150 * pcvs.el (cvs-header-msg): New function.
8151 (cvs-update-header): Use it. Change calling convention.
8152 Correctly handle the case of having simultaneous active processes.
8153 (cvs-sentinel): Don't call cvs-update-header any more.
8154 (cvs-mode-run): Update call and add cvs-update-header to postproc.
8155
8156 2004-12-01 Jay Belanger <belanger@truman.edu>
8157
8158 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
8159 Change message.
8160
8161 2004-12-01 Juri Linkov <juri@jurta.org>
8162
8163 * progmodes/prolog.el (prolog-mode-variables):
8164 Fix imenu-generic-expression.
8165
8166 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
8167
8168 * faces.el (glyph): New face.
8169
8170 * disp-table.el: Add an autoloaded table, that doesn't require
8171 this library, with glyph face.
8172
8173 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
8174 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
8175 (conf-quote-normal): Allow normalizing only ' or ".
8176 (conf-mode): Regexp-quote constructed comment-start and don't
8177 match section {} where "name" contains braces.
8178
8179 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
8180 files.
8181
8182 2004-12-01 Kenichi Handa <handa@m17n.org>
8183
8184 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
8185 (x-select-text): Don't treat eight-bit-control/graphic chars
8186 specially. Store the encoded text in the X cut buffer.
8187 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
8188 with x-last-selected-text-cut-encoded.
8189
8190 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8191
8192 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
8193
8194 2004-11-30 Markus Rost <rost@ias.edu>
8195
8196 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
8197 AUCTeX.
8198
8199 2004-11-30 Jay Belanger <belanger@truman.edu>
8200
8201 * calc/calc-arith.el (math-possible-signs): Made stronger checks
8202 on signs of intervals.
8203 (math-pow-of-zero): Strengthen checks for positive and negative
8204 exponents.
8205
8206 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
8207 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
8208 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
8209 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
8210 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
8211 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
8212 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
8213 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
8214 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
8215 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
8216 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
8217 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
8218 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
8219 with provide statements.
8220
8221 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
8222
8223 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
8224
8225 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
8226 (calc-load-everything, math-defsimplify): Replace dummy autoloading
8227 functions by require statements.
8228 (math-defsimplify): Move to calc-alg.el, add to autoloads.
8229
8230 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
8231 (calc-gnuplot-print): Give them values.
8232
8233 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
8234 autoloads.
8235 Add calc-do-embedded-activate to autoloads.
8236 (calc-gnuplot-name, calc-gnuplot-plot-command)
8237 (calc-gnuplot-print-command): Move them to calc-graph.el.
8238
8239 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8240
8241 * term/mac-win.el (ccl-encode-mac-roman-font)
8242 (ccl-encode-mac-cyrillic-font)
8243 (ccl-encode-mac-centraleuropean-font, encoder-list)
8244 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
8245 Support Cyrillic, CentralEuropean, and Dingbat font display
8246
8247 2004-11-30 Andre Spiegel <spiegel@gnu.org>
8248
8249 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
8250
8251 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
8252 still nil.
8253
8254 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
8255
8256 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
8257 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
8258
8259 2004-11-29 Jay Belanger <belanger@truman.edu>
8260
8261 * calc/calc-arith.el (math-pow-of-zero): Take into account different
8262 cases of the base and exponent.
8263
8264 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8265
8266 * simple.el (next-error-buffer-p): Allow for inclusive and
8267 exclusive tests for finding a buffer.
8268 (next-error-find-buffer): Pass the exclusive and inclusive tests
8269 to next-error-buffer-p.
8270
8271 * replace.el (occur-next-error): Switch to the Occur buffer when
8272 appropriate, use the exclusive filter to next-error-find-buffer to
8273 do it. Use the absolute value of the motion amount.
8274
8275 2004-11-29 Kenichi Handa <handa@m17n.org>
8276
8277 * startup.el (command-line): Decode all default-directory by
8278 locale-coding-system.
8279
8280 2004-11-29 Jay Belanger <belanger@truman.edu>
8281
8282 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
8283 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
8284 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
8285 Replace calls to calc-extensions by appropriate require, replace
8286 calc-extensions-loaded by appropriate featurep.
8287
8288 * calc/calc-ext.el: Move require to end of file.
8289 Remove redundant loading of calc.el.
8290 (calc-extensions-loaded): Remove unnecessary variable.
8291 (calc-extensions): Remove unnecessary function.
8292 (calc-load-everything): Replace calc-need-macros by appropriate require.
8293
8294 * calc/calc-macs.el: Move provide to end of file.
8295 (calc-need-macros): Remove unnecessary function.
8296
8297 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
8298 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
8299 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
8300 Replace calc-extensions by appropriate require.
8301 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
8302
8303 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
8304 Replace calc-need-macros by appropriate require.
8305
8306 * calc/calc.el: Move require to end of file.
8307 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
8308 Remove unnecessary variable.
8309 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
8310 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
8311 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
8312 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
8313 (math-stack-value-offset, math-format-value, math-format-flat-expr)
8314 (math-format-number, math-format-bignum, math-read-number)
8315 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
8316 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
8317 by appropriate require.
8318 (calc-check-defines): Replace calc-need-macros by appropriate require.
8319
8320 2004-11-29 Kim F. Storm <storm@cua.dk>
8321
8322 * macros.el (insert-kbd-macro): Handle kmacro functions.
8323
8324 2004-11-28 Juri Linkov <juri@jurta.org>
8325
8326 * compare-w.el (compare-windows-highlight): Attach each overlay
8327 to its window to properly highlight differences while comparing
8328 two windows of the same buffer. Fix arguments.
8329 (compare-windows-sync-default-function): Fix arguments of
8330 `compare-windows-highlight'.
8331
8332 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
8333 Use `read-expression-history'. Set initial contents only if
8334 `edebug-global-break-condition' is non-nil. Set histpos to 1
8335 if initial contents is equal to the last history element.
8336 (edebug-set-conditional-breakpoint): Instead of temporarily
8337 prepending the current condition to the history, set initial
8338 contents to the current condition. Set histpos to 1 if initial
8339 contents is equal to the last history element.
8340
8341 * info.el (Info-search-whitespace-regexp): Remove shy group.
8342 (Info-search): Forward line if search is on the header line.
8343 Use search-whitespace-regexp in two other places.
8344
8345 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
8346
8347 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
8348 warning. Delay real definition, which uses
8349 `set-fringe-indicators-1' till after the definition of that function.
8350
8351 2004-11-28 Kim F. Storm <storm@cua.dk>
8352
8353 * fringe.el (fringe): New defgroup.
8354 (fringe-mode): Move to fringe group.
8355 (fringe-indicators): New defcustom.
8356 (set-fringe-indicators-1): New defun.
8357
8358 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
8359 (menu-bar-showhide-fringe-ind-menu): New keymap.
8360 (menu-bar-showhide-fringe-ind-empty)
8361 (menu-bar-showhide-fringe-ind-mixed)
8362 (menu-bar-showhide-fringe-ind-box)
8363 (menu-bar-showhide-fringe-ind-right)
8364 (menu-bar-showhide-fringe-ind-left)
8365 (menu-bar-showhide-fringe-ind-none): New defuns.
8366 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
8367
8368 2004-11-27 Richard M. Stallman <rms@gnu.org>
8369
8370 * comint.el (comint-read-noecho): Add trivial compatibility definition.
8371
8372 * generic.el (define-generic-mode): Doc fix.
8373
8374 * menu-bar.el (menu-bar-options-save): For the options
8375 that are toggled with menu-bar-make-mm-toggle, don't check
8376 for customized-value prop.
8377
8378 2004-11-27 Eli Zaretskii <eliz@gnu.org>
8379
8380 * mail/supercite.el (sc-cite-region): Handle the case where
8381 sc-cite-frame-alist is a symbol.
8382 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
8383 a symbol.
8384 (sc-recite-region): Handle the case where sc-recite-frame-alist is
8385 a symbol.
8386
8387 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8388
8389 * wid-edit.el (widget-narrow-to-field): New function.
8390 (widget-complete): Use it.
8391
8392 2004-11-27 Jay Belanger <belanger@truman.edu>
8393
8394 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
8395 variable.
8396 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
8397 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
8398 (math-alg-inequalities): Move declaration to earlier in the file.
8399
8400 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
8401 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
8402 Declare them.
8403
8404 * calc/calc-lang.el (math-expr-data, math-expr-token)
8405 (math-exp-old-pos): Declare them.
8406
8407 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
8408 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
8409
8410 2004-11-27 Kim F. Storm <storm@cua.dk>
8411
8412 * progmodes/flymake.el: Use (featurep 'xemacs).
8413 (flymake-makehash): Change to defsubst. Use fboundp.
8414 (flymake-time-to-float): Remove.
8415 (flymake-float-time): Merge code from flymake-time-to-float here.
8416 (flymake-replace-regexp-in-string): Change to defsubst.
8417 (flymake-split-string-remove-empty-edges):
8418 Rename to flymake-split-string.
8419 (flymake-split-string): Remove previous defalias.
8420 (flymake-get-temp-dir): Change to defsubst.
8421 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
8422 Define for xemacs only.
8423 (flymake-master-file-count-limit): Change into compiler defvar only.
8424 (flymake-find-possible-master-files): Let-bind it dynamically while
8425 sorting files using flymake-master-file-compare.
8426
8427 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8428
8429 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
8430 of defun-prompt-regexp matches inside a comment/string but the
8431 beginning is correctly outside everything.
8432
8433 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
8434 appears within a string or a comment.
8435
8436 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
8437 rather than make-symbol for symbols which are used in
8438 a symbol-macrolet or equivalent.
8439
8440 2004-11-26 Jay Belanger <belanger@truman.edu>
8441
8442 * calc-misc.el (calc-last-why-command): Declare it.
8443
8444 * calc-vec.el (math-grade-vec): New variable.
8445 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
8446 Replace variable grade-vec by declared variable.
8447 (math-rb-close): New variable.
8448 (math-read-brackets, math-read-vector): Replace variable close by
8449 declared variable.
8450
8451 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
8452 (calc-one-window, calc-edit-handler, calc-restore-trail)
8453 (calc-allow-ret): Declare them.
8454
8455 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
8456 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
8457 (math-radix-float-cache-tag, math-random-cache)
8458 (math-max-digits-cache, math-integral-cache, math-units-table)
8459 (math-format-date-cache, math-holidays-cache-tag): Declare them.
8460 (math-moc-func): New variable.
8461 (math-map-over-constants, math-map-over-constants-rec):
8462 Replace variable func by declared variable.
8463
8464 * calc/calc-store.el (calc-given-value, calc-store-opers):
8465 Declare them.
8466 (calc-var-name-map): Move declaration to earlier in the file.
8467 (calc-pv-pos): New variable.
8468 (calc-permanent-variable, calc-insert-permanent-variable):
8469 Replace variable pos by declared variable.
8470
8471 * calc/calc-mtx.el (calc-det-lu): New variable.
8472 (math-det-raw, math-det-step): Replace variable lu by declared variable.
8473
8474 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
8475 (math-multi-subst, math-multi-subst-rec): Replace variables temp
8476 and arg by declared variables.
8477 (calcFunc-reducer): Fix incorrect variable.
8478 (math-inner-mul-func, math-inner-add-func): New variables.
8479 (calcFunc-inner, math-inner-mats): Replace variables mul-func
8480 and add-func by declared variables.
8481
8482 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
8483 (calc-digit-value): Declare them.
8484
8485 * calc/calc-help.el (Info-history): Declare it.
8486 (calc-describe-key): Make calc-summary-indentation a local variable.
8487 (calc-help-long-names): Move declaration to earlier in file.
8488
8489 * calc/calc-embed.el (calc-original-buffer): Declare it.
8490 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
8491 (calc-embed-bot): New variables.
8492 (calc-do-embedded, calc-embedded-mark-formula)
8493 (calc-embedded-find-bounds, calc-embedded-duplicate)
8494 (calc-embedded-new-formula, calc-embedded-make-info):
8495 Replace vars outer-top, outer-bot, bot and top by declared variables.
8496 (calc-embed-prev-modes): New variable.
8497 (calc-embedded-set-modes, calc-embedded-update): Replace variable
8498 prev-modes with declared variable.
8499 (calc-embed-vars-used): New variable.
8500 (calc-embedded-make-info, calc-embedded-evaluate-expr)
8501 (calc-embedded-update, calc-embedded-find-vars): Replace variable
8502 vars-used by declared variable.
8503
8504 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
8505 (math-format-radix-float): Remove unnecessary setq.
8506 (math-radix-float-cache): Declare it.
8507
8508 * calc/calcsel2.el (calc-keep-selection): Declare it.
8509
8510 * calc/calc-maint.el: Remove file.
8511
8512 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8513
8514 * textmodes/bibtex.el (bibtex-sort-entry-class)
8515 (bibtex-comment-start): Use defcustom.
8516 (bibtex-entry-field-alist): Use nil if initial content of the
8517 field is undefined. Fix docstring.
8518 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
8519 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
8520 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
8521 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
8522 Fix docstring.
8523 (bibtex-autokey-title-terminators): Use only one regexp.
8524 (bibtex-string-maybe-empty-head): New variable.
8525 (bibtex-remove-delimiters-string): New function.
8526 (bibtex-text-in-field-bounds, bibtex-text-in-string):
8527 Use bibtex-remove-delimiters-string.
8528 (bibtex-progress-message, bibtex-field-left-delimiter)
8529 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
8530 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
8531 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
8532 Simplify.
8533 (bibtex-format-entry): Use save-excursion for inherited booktitle.
8534 Use eq and bibtex-remove-delimiters-string. For end markers use
8535 insertion type so that marker stays after inserted text.
8536 (bibtex-autokey-get-names): Return empty string if name is missing.
8537 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
8538 calling bibtex-autokey-name-case-convert.
8539 (bibtex-autokey-demangle-title):
8540 Call bibtex-autokey-titleword-case-convert. Remove call to
8541 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
8542 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
8543 (bibtex-read-key): New optional arg global.
8544 (bibtex-files-expand): New optional arg force.
8545 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
8546 (bibtex-complete-crossref-cleanup): Rename from
8547 bibtex-complete-key-cleanup. Simplify code.
8548 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
8549 Operate on current entry.
8550 (bibtex-button): Add docstring.
8551 (bibtex-entry): Simplify.
8552 (bibtex-make-field): Replace optional arg called-by-yank with more
8553 specific args move and interactive.
8554 (bibtex-end-of-entry): Use forward-sexp.
8555 (bibtex-find-entry-globally): Remove.
8556 (bibtex-find-crossref): Allow for crossref key located in other buffer.
8557 Bound to C-c C-x.
8558 (bibtex-find-entry): New optional args global and display.
8559 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
8560 (bibtex-validate): Use arg force of bibtex-files-expand.
8561 (bibtex-clean-entry): Bugfix, clean string entries properly.
8562 Always keep point at beginning of entry.
8563 (bibtex-complete): Bugfix. Handle string entries properly.
8564 Call cleanup functions only if needed.
8565 (bibtex-String): Use bibtex-read-string-key.
8566 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
8567 case of replacement text.
8568
8569 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8570
8571 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
8572 (tramp-perl-directory-files-and-attributes): New constant.
8573 (tramp-file-name-handler-alist): Delete file-directory-files, add
8574 directory-files-and-attributes.
8575 (tramp-perl-file-attributes): Surround uid and gid by double
8576 quotes. Change parameter id-format from nonnumeric.
8577 (tramp-convert-file-attributes): New function.
8578 (tramp-handle-file-attributes): Use it.
8579 (tramp-maybe-send-perl-script): New function.
8580 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
8581 file mode. Change parameter id-format from nonnumeric.
8582 (tramp-handle-file-attributes-with-ls): Change parameter id-format
8583 from nonnumeric.
8584 (tramp-post-connection): Don't send tramp-perl-file-attributes
8585 script. Reset connection property "perl-scripts".
8586 (tramp-handle-insert-directory): Run real handler when ls-lisp is
8587 in use.
8588
8589 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8590
8591 * desktop.el (desktop-read): Replace mapcar with mapc.
8592 (desktop-create-buffer): Replace mapcar with mapc.
8593 Remove redundant piece of code.
8594
8595 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
8596
8597 * progmodes/gud.el (gud-display-line): Use display-buffer
8598 for GDB-UI as for GUD.
8599
8600 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
8601 Delete variables.
8602 (gdb-ann3): Don't make GUD buffer dedicated.
8603 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
8604 (gdb-display-source-buffer): Delete function.
8605 (gdb-view-source-function, gdb-view-assembler): Delete functions.
8606 (menu): Delete menu bindings for viewing source/assembler.
8607 (gdb-setup-windows, gdb-restore-windows):
8608 Don't dedicate GUD. No assembler now.
8609 (gdb-reset): No need to undedicate source buffers now.
8610 (gdb-source-info): No assembler now.
8611
8612 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
8613
8614 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
8615 width to those for special frames.
8616 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
8617 Use display-buffer.
8618 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
8619 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8620 (gdb-frame-assembler-buffer): Rework like
8621 gdb-frame-breakpoints-buffer.
8622
8623 2004-11-25 Richard M. Stallman <rms@gnu.org>
8624
8625 * progmodes/flymake.el: Reindent.
8626 (flymake-split-string): Turn into defalias.
8627 (flymake-fix-file-name): Rename from flymake-fix-path-name.
8628 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
8629 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
8630 (flymake-build-relative-filename): Rename from ...path.
8631 Fix error message.
8632
8633 2004-11-25 Cheng Gao <chenggao@gmail.com>
8634
8635 * progmodes/flymake.el: Much whitespace and capitalization change.
8636 Move `provide' to end. Require `compile' only when compiling.
8637
8638 2004-11-24 Jay Belanger <belanger@truman.edu>
8639
8640 * calc/calc-alg.el: Added comment.
8641 (math-polynomial-base): Replace variable mpb-top-expr by
8642 math-poly-base-top-expr.
8643
8644 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
8645 (math-polynomial-p1): Replace variable mpb-top-expr by declared
8646 variable.
8647 (math-poly-base-total-base): New variable.
8648 (math-total-polynomial-base, math-polynomial-p1): Replace variable
8649 mpb-total-base by declared variable.
8650 (math-factored-vars, math-to-list): Declare it.
8651 (math-fact-expr): New variable.
8652 (calcFunc-factors, calcFunc-factor, math-factor-expr)
8653 (math-factor-expr-try, math-factor-expr-part): Replace variable
8654 expr by declared variable.
8655 (math-fet-x): New variable.
8656 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
8657 by declared variable.
8658 (math-factor-poly-coefs): Make temp a local variable.
8659
8660 * calc/calc-units.el (calc-convert-units): Make units a local
8661 variable.
8662 (calc-num-units, calc-den-units): New variables.
8663 (calc-explain-units, calc-explain-units-rec): Replace variables
8664 num-units and den-units by declared variables.
8665 (math-cu-unit-list): New variable.
8666 (math-build-units-table, math-compare-unit-names)
8667 (math-convert-units, math-convert-units-rec): Replace variable
8668 unit-list by declared variable.
8669 (math-fbu-base, math-fbu-entry): New variables.
8670 (math-find-base-units, math-find-base-units-rec): Replace variables
8671 base and entry by declared variables.
8672 (math-which-standard): New variable.
8673 (math-to-standard-units, math-to-standard-rec): Replace variable
8674 which-standard by declared variable.
8675 (math-fcu-u): New variable.
8676 (math-find-compatible-unit, math-find-compatible-unit-rec):
8677 Replace variable u by declared variable.
8678 (math-cu-new-units, math-cu-pure): New variables.
8679 (math-convert-units, math-convert-units-rec): Replace variables
8680 new-units and pure by declared variables.
8681 (math-try-cancel-units): New variable.
8682 (math-simplify-units-quotient): Replace variable try-cancel-units by
8683 declared variable.
8684
8685 2004-11-24 Richard M. Stallman <rms@gnu.org>
8686
8687 * textmodes/ispell.el (ispell-check-version):
8688 If default-directory is nonexistent, use home dir.
8689
8690 * progmodes/grep.el (grep-regexp-alist):
8691 Don't match parens around line numbers.
8692
8693 * progmodes/cperl-mode.el (cperl-indent-region)
8694 (cperl-imenu--create-perl-index, cperl-xsub-scan):
8695 Don't print progress messages.
8696
8697 * progmodes/compile.el (compilation-mode-map):
8698 Don't inherit from compilation-minor-mode-map;
8699 copy its bindings instead. But the menu bar Compile
8700 entry now does inherit from compilation-menu-map.
8701
8702 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8703 Use with-no-warnings around compiler-macroexpand.
8704
8705 * imenu.el: Don't always require newcomment.
8706 (imenu--generic-function): Call comment-normalize-vars
8707 if we have a comment syntax.
8708 Exit the loop if REGEXP matches the null string.
8709 Test comment-start as well as comment-start-skip
8710 when deciding whether to check for comments.
8711
8712 * tooltip.el (tooltip-mode): Doc fix.
8713
8714 * term.el (term-escape-char, term-mode): Doc fixes.
8715
8716 2004-11-24 Dave Love <fx@gnu.org>
8717
8718 * progmodes/python.el (python-font-lock-syntactic-keywords):
8719 Check for escapes in the regexp.
8720 (python-quote-syntax): Don't do it here.
8721
8722 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8723
8724 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8725 (gdb-frames-mode-map, gdb-threads-mode-map)
8726 (gdb-registers-mode-map, gdb-locals-mode-map)
8727 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
8728 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
8729
8730 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
8731 (dedicated-switch-to-buffer): Rework.
8732 (gdb-var-evaluate-expression-handler, gdb-put-string):
8733 Remove unused variable bindings.
8734 (gdb-setup-windows, gdb-display-buffer):
8735 Simplify. Use pop-to-buffer.
8736 (gdb-view-source-function): Simplify.
8737 (gdb-frame-breakpoints-buffer):
8738 Use pop-to-buffer, special-display-regexps.
8739
8740 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8741
8742 * progmodes/f90.el (f90-smart-end)
8743 (f90-previous-statement, f90-beginning-of-block): Doc fix.
8744 (f90-calculate-indent): Handle un-named PROGRAM blocks.
8745 (f90-end-of-block): Doc fix. Make check of outermost block
8746 conditional on value of `f90-smart-end'.
8747 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
8748 Handle case where END-BLOCK is nil.
8749 (f90-match-end): Handle un-named PROGRAM blocks.
8750 (f90-backslash-not-special): New function.
8751
8752 2004-11-24 Jay Belanger <belanger@truman.edu>
8753
8754 * calc/calc.el (calc-embedded-active): Removed unnecessary
8755 declaration.
8756 (calc-show-banner): Removed redundant declaration.
8757
8758 * calc/calc-graph.el (calc-gnuplot-default-device)
8759 (calc-gnuplot-default-output, calc-gnuplot-print-device)
8760 (calc-gnuplot-print-output, calc-gnuplot-geometry)
8761 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
8762 Remove redundant initial values.
8763
8764 * calc/calc-arith.el (math-scalar-functions)
8765 (math-nonscalar-functions, math-scalar-if-args-functions)
8766 (math-real-functions, math-positive-functions)
8767 (math-nonnegative-functions, math-real-scalar-functions)
8768 (math-real-if-arg-functions, math-integer-functions)
8769 (math-num-integer-functions, math-rounding-functions)
8770 (math-float-rounding-functions, math-integer-if-args-functions)
8771 (math-super-types): Move declarations to earlier in file.
8772 (math-unit-prefixes): Declared it.
8773 (math-floor-prec, math-trunc-prec): New variables.
8774 (math-trunc-fancy): Replace variable prec by declared variable.
8775 (math-floor-fancy): Replace variable prec by declared variable.
8776 (math-com-bterms): New variable.
8777 (math-commutative-equal, math-commutative-collect):
8778 Replace variable bterms by declared variable.
8779
8780 * calc/calc-misc.el (math-trunc): Replace variable prec by
8781 math-trunc-prec.
8782 (math-floor): Replace variable prec by math-floor-prec.
8783
8784 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
8785 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
8786 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
8787 (math-format-date, math-format-date-part): Replace variables
8788 date, dt, year, month, day, weekday, hour, minute, second and
8789 bc-flag by declared variables.
8790 (math-pd-str): New variable.
8791 (math-parse-date, math-parse-date-word, math-parse-standard-date):
8792 Replace variable str by declared variable.
8793 (math-daylight-savings-hook, math-tzone-names): Move definitions
8794 to earlier in the file.
8795 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
8796 (math-sh-year): New variable.
8797 (math-setup-add-holidays, math-setup-holidays)
8798 (math-setup-year-holidays): Replace variable `year' by declared
8799 variable.
8800
8801 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
8802 New variables.
8803 (math-nth-root-float, math-nth-root-float-iter): Replace variables
8804 n, nf and nfm1 by declared variables.
8805 (math-nri-n): New variable.
8806 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
8807 n by declared variable.
8808 (calcFunc-log): Removed misplaced condition.
8809
8810 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
8811
8812 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
8813
8814 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8815
8816 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
8817 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
8818 Dedicate gdb-related windows.
8819 (gdb-display-buffer): Dedicate gdb-related windows.
8820 Don't grab other frames.
8821 (gdb-reset): Remove dedicated property after debugging.
8822
8823 2004-11-24 Jay Belanger <belanger@truman.edu>
8824
8825 * calc/calc-sel.el: Add comment.
8826
8827 * calc/calc.el (math-stack-value-offset): Replace variables c,
8828 wid and off with math-svo-c, math-svo-wid and math-svo-off.
8829
8830 * calc/calccomp.el (math-comp-sel-tag): Declare it.
8831 (math-svo-c, math-svo-wid, math-svo-off): New variables.
8832 (math-stack-value-offset-fancy): Replace variables c, wid and off
8833 by declared variables.
8834 (math-comp-just, math-comp-comma-spc): New variables.
8835 (math-compose-expr, math-compose-matrix): Replace variables `just'
8836 and comma-spc by declared variable.
8837 (math-comp-vector-prec): New variable.
8838 (math-compose-expr, math-compose-matrix, math-compose-rows):
8839 Replace variable vector-prec by declared variable.
8840 (math-comp-left-bracket, math-comp-right-bracket)
8841 (math-comp-comma): New variables.
8842 (math-compose-expr, math-compose-rows): Replace variables
8843 left-bracket, right-bracket and comma by declared variables.
8844 (math-comp-full-width): New variable.
8845 (math-comp-to-string-flat, math-comp-to-string-flat-term):
8846 Replace variable full-width by declared variable.
8847 (math-comp-highlight, math-comp-word, math-comp-level)
8848 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
8849 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
8850 New variables.
8851 (math-comp-to-string-flat, math-comp-to-string-flat-term)
8852 (math-comp-sel-flat-term): Replace variables comp-highlight,
8853 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
8854 declared variables.
8855 (math-comp-simplify, math-comp-simplify-term)
8856 (math-comp-add-string, math-comp-add-string-sel):
8857 Replace variables comp-highlight, comp-buf, comp-base,
8858 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
8859
8860 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8861
8862 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
8863
8864 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
8865 and x-server-version may throw.
8866
8867 2004-11-23 Kim F. Storm <storm@cua.dk>
8868
8869 * subr.el (substitute-key-definition-key): Optimize.
8870 Don't call indirect-function for nil defn (always signals error).
8871
8872 * ido.el (ido-read-internal): Fix require-match check when
8873 ido-directory-too-big is set.
8874
8875 2004-11-23 Jay Belanger <belanger@truman.edu>
8876
8877 * calc/calc-ext.el (math-read-replacement-list)
8878 (math-read-superscripts): New variables.
8879 (math-read-preprocess-string): New function.
8880 (math-read-expr): Filter input through math-read-preprocess-string.
8881
8882 * calc/calc-aent.el (math-read-exprs): Filter input through
8883 math-read-preprocess-string.
8884
8885 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
8886
8887 * progmodes/compile.el (compilation-start): In cd command use
8888 substitute-env-vars -- not quite shell compatible but better than
8889 nothing.
8890 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
8891 handle the newer versions messages, which are more parseable.
8892
8893 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8894
8895 * reveal.el (reveal-mode-map): New var.
8896 (reveal-mode): Use it.
8897
8898 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
8899
8900 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
8901 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
8902
8903 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8904
8905 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
8906 header-line when needed.
8907 Use fixed-pitch only in the header-line.
8908 Build the underline automatically. Use emdash if available.
8909
8910 2004-11-22 Richard M. Stallman <rms@gnu.org>
8911
8912 * dired.el (dired-recursive-copies): Move from dired-aux.el.
8913 * dired-aux.el (dired-recursive-copies): Move to dired.el.
8914
8915 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
8916
8917 * progmodes/gdb-ui.el (gdb-resync): New function.
8918 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
8919 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
8920 Use it to fail more gracefully.
8921 (gdb-variables): Delete variable.
8922 Re-order variables to reduce byte-compiler warnings.
8923
8924 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8925
8926 * descr-text.el (describe-char):
8927 * paren.el (show-paren-function):
8928 * subr.el (syntax-after): Undo last change.
8929
8930 * progmodes/python.el (run-python): Don't hard code *Python*.
8931 Don't modify global process-environment.
8932 (python-send-region, python-load-file): Don't assume that
8933 python-buffer == (process-buffer (python-proc)).
8934 (python-switch-to-python): Simplify.
8935
8936 * dired.el (dired-align-file): Don't assume line starts with spaces.
8937
8938 2004-11-21 Jay Belanger <belanger@truman.edu>
8939
8940 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
8941 Replace variable `lines' by math-read-big-lines.
8942 (math-read-big-expr): Replace variables the-baseline, the-h2
8943 and err-msg by math-read-big-baseline, math-read-big-h2 and
8944 math-read-err-msg.
8945 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
8946
8947 * calc/calc-lang.el (math-read-big-rec): Fix typo.
8948 (math-read-big-balance): Replace unbound variable by value.
8949 (math-read-big-lines): New variable.
8950 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
8951 (math-read-big-error, math-read-big-balance): Replace variable
8952 `lines' by declared variable.
8953 (math-read-big-baseline, math-read-big-h2): New variables.
8954 (math-read-big-rec): Replace variables the-baseline and the-h2
8955 by declared variables.
8956 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
8957 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
8958 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
8959 declared variables.
8960 (math-read-big-err-msg): New variable.
8961 (math-read-big-error): Replace variable err-msg by declared variable.
8962
8963 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
8964
8965 * ses.el: Add coding cookie.
8966 Fix up docstrings, follow new commenting conventions.
8967 (ses-header-line-menu): Fix missing variable rename for header-row.
8968 (ses-cell-size): Remove.
8969 (ses-make-cell): New function.
8970 (ses-cell, ses-insert-row, ses-insert-column): Use it.
8971 (ses-calculate-cell): Remove unused var `symbol'.
8972 (ses-narrowed-p): New function.
8973 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
8974 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
8975 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
8976 (ses-setup): Use restore-buffer-modified-p.
8977 (ses-cleanup): Remove unused var `end'.
8978 (ses-header-string-left-offset): Remove.
8979 (ses-create-header-string): Adjust to new behavior of `align-to'.
8980 Truncate excessively large fields to preserve alignment.
8981 (ses-reconstruct-all): Remove unused var `refs'.
8982 (ses-read-cell-printer): Remove unused var `prompt'.
8983 (ses-delete-row): Remove unused var `pos'.
8984 (ses-delete-column): Remove unused var `new'.
8985
8986 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8987
8988 * ps-print.el: Insert :version tag into all defgroup and defcustom.
8989 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
8990 Eliminate eval-and-compile usage.
8991 (ps-insert-file): Use insert-file-contents instead of insert-file.
8992 (ps-setup): Code fix.
8993
8994 * printing.el (pr-setup, lpr-setup): Code fix.
8995
8996 2004-11-21 Jay Belanger <belanger@truman.edu>
8997
8998 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
8999 (calc-original-buffer): Declare them.
9000 (calc-user-formula-alist): New variable.
9001 (calc-user-define-formula, calc-fix-user-formula)
9002 (calc-user-define-composition, calc-finish-formula-edit):
9003 Replace variable `alist' by declared variable.
9004 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
9005 (var-q7, var-q7, var-q8, var-q9): Declare them.
9006 (calc-kbd-push): Don't check to see if var-q0 through var-q9
9007 are bound.
9008 (calcFunc-typeof): Replace undeclared variable by expression.
9009 (math-exp-env): New variable.
9010 (math-define-body, math-define-exp): Replace exp-env by declared var.
9011 (math-define-exp): Replace misplaced variable by expression.
9012
9013 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
9014 (calc-curve-model, calc-curve-coefnames): New variables.
9015 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
9016 varnames, model and coefnames by declared variables.
9017 (math-root-widen): New variable.
9018 (math-search-root, math-find-root): Replace variable root-widen by
9019 declared variable.
9020 (var-DUMMY): Declare it.
9021 (math-root-vars, math-min-vars): Move the declarations to earlier in
9022 the file.
9023 (math-brent-min): Make d a local variable.
9024 (math-find-minimum): Replace non-existent variable.
9025 (math-ninteg-romberg): Remove unnecessary variable.
9026 (math-ninteg-temp): New variable.
9027 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
9028 integ-temp by declared variable.
9029 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
9030 New variables.
9031 (math-general-fit): Replace variables first-var, first-coef and
9032 new-coefs by declared variables.
9033 (calcFunc-fitvar): Replace variable first-var by declared variable.
9034 (calcFunc-fitparam): Replace variable first-coef by declared variable.
9035 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
9036 (math-all-vars-vars, math-all-vars-found): New variables.
9037 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
9038 found by declared variable math-all-vars-vars.
9039
9040 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
9041
9042 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
9043 of `defconst'.
9044
9045 2004-11-20 Richard M. Stallman <rms@gnu.org>
9046
9047 * isearch.el (isearch-mode-map): Don't bind SPC.
9048 (isearch-whitespace-chars): Function deleted.
9049 (isearch-search): Bind search-spaces-regexp.
9050 (isearch-lazy-highlight-search): Likewise.
9051 (search-whitespace-regexp): Doc fix.
9052 (isearch-forward-regexp): Doc fix.
9053
9054 * emacs-lisp/bytecomp.el (byte-compile-form):
9055 Move the calls to byte-compile-set-symbol-position,
9056 to avoid having two for the same symbol occurrence.
9057
9058 * comint.el (comint-input-ring-size): Increase to 150.
9059
9060 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
9061 New variables.
9062 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
9063 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
9064
9065 * imenu.el (imenu--generic-function):
9066 Ensure we keep moving backward even if BEG isn't further back.
9067
9068 * replace.el (query-replace-read-to, query-replace-read-from):
9069 Specify t for KEEP-ALL in read-from-minibuffer.
9070
9071 * progmodes/python.el (python-switch-to-python):
9072 If Python isn't running, start it.
9073 Don't alter debug-ignored-errors.
9074
9075 * progmodes/cperl-mode.el (cperl-indent-region):
9076 Don't mind imenu-scanning-message.
9077
9078 * bindings.el (global-map): Bind C-e to move-end-of-line.
9079
9080 * simple.el (line-move-finish): New arg FORWARD.
9081 Ignore invisible newlines, not intangible ones.
9082 Conditions for acceptable stopping positions depend on FORWARD.
9083 (line-move): Pass FORWARD arg to line-move-finish.
9084
9085 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
9086 of HEADER. Compensate for this change in the code to add display
9087 properties. Don't make the first line intangible.
9088
9089 * info.el (Info-search): Fix previous change.
9090
9091 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9092
9093 * Makefile.in (recompile): Revert 2004-11-19 change.
9094 (compile): Likewise.
9095
9096 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
9097
9098 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
9099
9100 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9101
9102 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
9103 defgroup and defcustom. Eliminate eval-and-compile usage.
9104
9105 * progmodes/ebnf-otz.el: Fix typos.
9106
9107 2004-11-19 Jay Belanger <belanger@truman.edu>
9108
9109 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
9110 (calc-edit-finish, calc-finish-stack-edit): Replace variable
9111 disp-trail by declared variable.
9112
9113 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
9114 (calc-finish-selection-edit): Replace variable disp-trail by
9115 declared variable.
9116 (calc-selection-cache-entry): Move declaration to earlier in the file.
9117 (calc-selection-cache-num, calc-selection-cache-comp)
9118 (calc-selection-cache-offset, calc-selection-true-num)
9119 (calc-final-point-line, calc-final-point-column)
9120 (calc-original-buffer): Declare them.
9121 (calc-fnp-op, calc-fnp-num): New variables.
9122 (calc-find-nth-part, calc-find-nth-part-rec)
9123 (calc-select-previous): Replace op and num by declared variables.
9124 (calc-rsf-old, calc-rsf-new): New variables.
9125 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
9126 Replace variables old and new by declared variables.
9127 (calc-sel-reselect): New variable.
9128 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
9129 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
9130 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
9131 reselect with declared variable.
9132
9133 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
9134 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
9135 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
9136 (math-import-list, math-rewrite-phase): Declare them.
9137 (math-rewrite): Use let* to declare variables.
9138 (calc-rewrite-selection): Make rules a local variable.
9139 (calc-rewr-sel): New variable.
9140 (calc-rewrite-selection, calc-locate-selection-marker)
9141 (calc-rewrite): Use the declared variable calc-rewr-sel instead
9142 of sel.
9143 (math-rewrite-whole-expr): New variable.
9144 (math-rewrite, math-rewrite-phase): Replace variable expr by
9145 declared variable.
9146 (math-rewrite-heads-heads, math-rewrite-heads-skips)
9147 (math-rewrite-heads-blanks ): New variables.
9148 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
9149 heads, skips and blanks by declared variables.
9150 (math-rwcomp-subst-old, math-rwcomp-subst-new)
9151 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
9152 New variables.
9153 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
9154 old, new, old-func and new-func by declared variables.
9155 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
9156 Remove unnecessary variable.
9157 (math-apply-rw-regs): New variable.
9158 (math-apply-rewrites, math-rwapply-replace-regs)
9159 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
9160 (math-apply-rw-ruleset): New variable.
9161 (math-apply-rewrites, math-rwapply-remember): Replace variable
9162 ruleset by declared variable.
9163
9164 2004-11-19 Richard M. Stallman <rms@gnu.org>
9165
9166 * info.el (Info-search): Use search-whitespace-regexp.
9167
9168 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9169
9170 * vc-rcs.el (vc-rcs-parse): New function.
9171 (vc-rcs-annotate-command): Likewise.
9172 (vc-rcs-annotate-current-time): Likewise.
9173 (vc-rcs-annotate-time): Likewise.
9174 (vc-rcs-annotate-extract-revision-at-line): Likewise.
9175
9176 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9177
9178 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
9179
9180 2004-11-18 Jay Belanger <belanger@truman.edu>
9181
9182 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
9183
9184 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9185
9186 * printing.el: Eliminate use of interactive-p and eval-and-compile.
9187 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9188 Use make-temp-file to generate PostScript files in any situation.
9189 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
9190 (pr-interactive-p): Eliminate var.
9191 (pr-save-interactive): Eliminate macro.
9192 (pr-interface, pr-ps-directory-preview)
9193 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9194 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9195 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9196 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9197 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9198 (pr-ps-region-ps-print, pr-ps-mode-preview)
9199 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9200 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9201 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
9202 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9203 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9204 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9205 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9206 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9207 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9208 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9209 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9210 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
9211 Eliminate pr-save-interactive usage.
9212 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
9213 Eliminate pr-interactive-p usage.
9214 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
9215 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
9216 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
9217 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
9218 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
9219 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
9220 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
9221 New funs.
9222 (pr-ps-file): Use make-temp-file to generate a temporary file.
9223
9224 2004-11-17 Jay Belanger <belanger@truman.edu>
9225
9226 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
9227 a local variable.
9228 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
9229 (math-top-only): New variable.
9230 (math-simplify, math-simplify-step): Replace variable top-only by
9231 declared variable math-top-only.
9232 (math-simplify-expr): Declare it.
9233 Replace argument expr in all calls of math-defsimplify by
9234 math-simplify-expr.
9235 (math-simplify-plus, math-simplify-times, math-simplify-divide)
9236 (math-simplify-divisor, math-simplify-one-divisor)
9237 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
9238 (math-simplify-pow): Replace variable expr by declared variable
9239 math-simplify-expr.
9240 (math-simplify-divisor): Remove local variables temp and op.
9241 (math-simplify-one-divisor): Make temp and op local variables.
9242 (math-simplify-divisor-nover, math-simplify-divisor-dover):
9243 New variables.
9244 (math-simplify-divisor, math-simplify-one-divisor):
9245 Replace variables nover and dover by declared variables.
9246 (math-expr-subst-new, math-expr-subst-old): New variables.
9247 (math-expr-subst, math-expr-subst-rec): Replace variables new
9248 and old by declared variables.
9249 (math-is-poly-degree, math-is-poly-loose): New variables.
9250 (math-is-polynomial, math-is-poly-rec): Replace variables degree
9251 and loose by declared variables.
9252 (math-poly-base-const-ok, math-poly-base-pred): New variables.
9253 (math-polynomial-base, math-polynomial-base-rec):
9254 Replace variables const-ok and mpb-pred by declared variables.
9255
9256 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
9257
9258 * calc/calc-ext.el (math-defsimplify): Change the argument in
9259 the created function to math-simplify-expr.
9260
9261 * calc/calc-units.el (math-simplify-expr): Declare it.
9262 Replace argument expr in all calls of math-defsimplify by
9263 math-simplify-expr.
9264 (math-simplify-units-prod): Replace variable expr by declared
9265 variable math-simplify-expr.
9266
9267 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9268
9269 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
9270 Replace mapcar->dolist, format->string.
9271
9272 2004-11-17 Miles Bader <miles@gnu.org>
9273
9274 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
9275 * progmodes/idlwave.el: Remove RCS keywords.
9276
9277 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
9278
9279 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
9280 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
9281 Update to IDLWAVE version 5.5. Too many changes to list them here.
9282 * progmodes/idlw-help.el: New file.
9283
9284 2004-11-16 Richard M. Stallman <rms@gnu.org>
9285
9286 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9287 Discard spaces after \i according to TeX rules.
9288
9289 * international/mule.el (set-buffer-file-coding-system):
9290 New arg NOMODIFY.
9291 (after-insert-file-set-coding): Pass that new arg.
9292 Prevent set-buffer-multibyte from trying to lock the file.
9293
9294 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
9295
9296 * saveplace.el (save-place): Doc fix.
9297
9298 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
9299 temporarily widen before finding the following word to copy.
9300
9301 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
9302 (cl-map-keymap): Definition deleted.
9303
9304 * subr.el (map-keymap-internal): New function.
9305
9306 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9307
9308 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
9309 when pressing rather than when releasing mouse-2. Simplify.
9310
9311 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9312
9313 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
9314 (compilation-mode): Set it here instead.
9315
9316 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
9317
9318 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
9319 (loop, cl-parse-loop-clause, defsetf): Use backquote.
9320
9321 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9322
9323 * progmodes/compile.el (compilation-internal-error-properties):
9324 Fix up a transposition-typo. Check end-col before using it.
9325
9326 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
9327
9328 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9329 Discard whitespace after macro \i when converting it.
9330
9331 2004-11-16 Juri Linkov <juri@jurta.org>
9332
9333 * emacs-lisp/find-func.el (find-function-regexp):
9334 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
9335 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
9336 Remove invalid `\W' from [^cgv\W]. Doc fix.
9337 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
9338
9339 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
9340
9341 * play/life.el: Maintainer is now FSF.
9342 (life-patterns, life-neighbor-deltas, life-window-start)
9343 (life-current-generation, life-generation-string): Use defvar
9344 instead of defconst.
9345
9346 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9347
9348 * progmodes/compile.el (compilation-move-to-column): New fun.
9349 (compilation-internal-error-properties)
9350 (compilation-next-error-function): Use it to make sure we don't go past
9351 the end of line.
9352
9353 2004-11-15 John Paul Wallington <jpw@gnu.org>
9354
9355 * autoinsert.el (auto-insert-alist): Insert the user's name in
9356 copyright notice, rather than Free Software Foundation, for the
9357 Emacs Lisp header case too.
9358
9359 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9360
9361 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
9362 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9363 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
9364 return the list of string in a string.
9365 (pr-call-process): Message if calling process returns an error, that
9366 is, the exit status is different of zero.
9367
9368 2004-11-15 Jay Belanger <belanger@truman.edu>
9369
9370 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
9371 variable var-thing.
9372 (math-integ-depth, math-integ-level, math-integral-limit)
9373 (math-enable-subst, math-any-substs, math-integ-msg)
9374 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
9375 (math-int-threshold, math-int-factors, math-double-roots)
9376 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
9377 (var-GenCount): Declare these variables.
9378 (calcFunc-integ): Don't check if var-IntegLimit is bound.
9379 (math-integral-cache, math-integral-cache-state):
9380 Move declarations to earlier in the file.
9381 (math-deriv-var, math-deriv-total, math-deriv-symb)
9382 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
9383 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
9384 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
9385 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
9386 (math-solve-res): New variables
9387 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
9388 (math-integral, math-replace-integral-parts)
9389 (math-integrate-by-parts, calc-dump-integral-cache)
9390 (math-try-integral, math-do-integral, math-do-integral)
9391 (math-do-integral-methods, math-try-solve-for)
9392 (math-try-solve-prod, math-solve-poly-funny-powers)
9393 (math-solve-crunch-poly, math-decompose-poly)
9394 (math-solve-find-root-term, math-find-root-in-prod)
9395 (math-integ-try-linear-substitutions)
9396 (math-integ-try-substitutions, math-expr-rational-in)
9397 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
9398 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
9399 (math-solve-for, math-solve-system, math-solve-system-rec)
9400 (math-solve-get-sign, math-solve-get-int)
9401 (math-solve-system-subst): Replace undeclared variables with newly
9402 declared variables.
9403
9404 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9405
9406 * winner.el (winner-active-region, winner-edges, winner-window-list):
9407 Define at toplevel.
9408 (winner-mode-map): Move init inside declaration.
9409
9410 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
9411
9412 * files.el (convert-standard-filename): Doc fix.
9413
9414 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
9415
9416 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
9417 passwd, group, shadow, default/* and pam.d/*.
9418
9419 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9420
9421 * printing.el (pr-menu-spec): Adjust menu specification.
9422
9423 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9424
9425 * printing.el: Doc fix. Insert :version tag into all defcustom.
9426 Handle interactive-p as is recommended in Emacs Lisp Reference.
9427 Set the file permission bits for newly created files.
9428 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9429 The printing menu specification (in `pr-menu-spec') was merged.
9430 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9431 (pr-version): New version number (6.8.3).
9432 (pr-file-modes): New option.
9433 (pr-interactive-p): New var.
9434 (pr-save-interactive, pr-save-file-modes): New macros.
9435 (pr-setup): Code fix.
9436 (pr-menu-spec): Menu specification merged.
9437 (pr-call-process, pr-text2ps): Set file permission bits.
9438 (pr-despool-print): Set file permission bits. Handle interactive-p as
9439 is recommended.
9440 (pr-interface, pr-ps-directory-preview)
9441 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9442 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9443 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9444 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9445 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9446 (pr-ps-region-ps-print, pr-ps-mode-preview)
9447 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9448 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9449 (pr-despool-using-ghostscript, pr-despool-ps-print)
9450 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9451 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9452 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9453 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9454 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9455 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9456 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9457 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9458 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
9459 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
9460 Handle interactive-p as is recommended.
9461
9462 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9463
9464 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
9465 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
9466
9467 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
9468 so it doesn't forget to highlight the beginning of the region either.
9469
9470 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
9471
9472 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
9473 (c-font-lock-init): Eliminate obsolete make-local-hook.
9474 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9475 (awk-mode): Use run-mode-hooks.
9476
9477 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
9478
9479 2004-11-13 Kim F. Storm <storm@cua.dk>
9480
9481 * mouse.el (mouse-drag-copy-region): Add :version.
9482 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
9483 while dragging mode line, so mode line can be dragged downwards.
9484 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
9485 while pressing mouse button so window doesn't scroll until we
9486 release the mouse if clicking on partially visible line.
9487
9488 2004-11-12 Jay Belanger <belanger@truman.edu>
9489
9490 * calc/calc-graph.el (calc-dumb-map): Declare it.
9491 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
9492 than unbound.
9493 (calc-graph-name): Made `end' a local variable.
9494 (calc-graph-lookup): Made `varname' a local variable.
9495 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
9496 Declare them.
9497 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
9498 (calc-graph-plot, calc-graph-compute-3d): Remove references to
9499 the unused variable y3vec.
9500 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
9501 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
9502 calc-graph-prev-kill-hook.
9503 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
9504 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
9505 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
9506 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
9507 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
9508 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
9509 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
9510 (calc-graph-y3value, calc-graph-y3name)
9511 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
9512 (calc-graph-stepcount, calc-graph-is-splot)
9513 (calc-graph-surprise-splot, calc-graph-blank)
9514 (calc-graph-non-blank, calc-graph-curve-num): New variables.
9515 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
9516 (calc-graph-recompute-2d, calc-graph-compute-3d)
9517 (calc-graph-format-data): Replace undeclared variables with the
9518 above newly declared variables.
9519
9520 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
9521
9522 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
9523 `rsf-beep' and `rsf-sleep-after-message'.
9524
9525 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
9526 list if `message-sender' is non-nil.
9527
9528 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9529
9530 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
9531 consing by using mapc instead of mapcar.
9532
9533 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
9534
9535 * tooltip.el (require): Explain why CL is needed.
9536
9537 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9538
9539 * printing.el: Insert :version into defgroup (printing). All reference
9540 to Files option in menubar were changed to File.
9541 (pr-version): New version number (6.8.2).
9542 (pr-get-symbol): Call easy-menu-intern.
9543 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
9544 compilation gripes.
9545
9546 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9547
9548 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
9549 new byte-compile-function-environment binding to t.
9550
9551 * font-lock.el (font-lock-fontify-syntactically-region):
9552 Don't forget to highlight the last char when we hit `end'.
9553
9554 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
9555 (mwheel-scroll): Adjust accordingly.
9556
9557 * cvs-status.el: Reduce spurious warnings.
9558 (cvs-status-checkout): Remove.
9559 (cvs-status-mode-map): Use cvs-mode-checkout instead.
9560
9561 * pcvs.el (cvs-mode-checkout): New command.
9562
9563 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
9564
9565 * tooltip.el: Require CL.
9566
9567 * emacs-lisp/bytecomp.el: Use push.
9568 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
9569 (defalias): Remove the `byte-compile' property and add
9570 a `byte-hunk-handler'.
9571
9572 2004-11-11 Juri Linkov <juri@jurta.org>
9573
9574 * info.el (Info-search): Save match data for isearch.
9575 Skip Tag Table node.
9576
9577 * descr-text.el (describe-char): Replace syntax-after with code
9578 from its previous version.
9579
9580 * files.el (magic-mode-alist): Use optimization for SGML mode too.
9581 (set-auto-mode): Doc fix. Remove unused variable `xml'.
9582
9583 * international/mule.el (sgml-html-meta-auto-coding-function):
9584 Remove > after <html to allow HTML attributes.
9585
9586 2004-11-11 Jay Belanger <belanger@truman.edu>
9587
9588 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
9589 a variable.
9590 (calcFunc-dfac): Replace unbound max by n.
9591 (math-stirling-local-cache): New variable.
9592 (math-stirling-number, math-stirling-1, math-stirling-2):
9593 Replace the variable `cache' by the declared variable
9594 math-stirling-local-cache.
9595 (var-RandSeed): Declare it as a variable.
9596 (math-init-random-base, math-random-digit): Don't check to see if
9597 var-RandSeed is bound.
9598 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
9599 Declare them instead of just setting them.
9600 (math-init-random-base): Made i a local variable.
9601 (math-random-digit): Made math-random-last a local variable.
9602 (math-prime-test-cache): Move declaration to before it is used.
9603 (math-prime-test-cache-k, math-prime-test-cache-q)
9604 (math-prime-test-cache-nm1, math-prime-factors-finished):
9605 Declare them as variables.
9606
9607 2004-11-11 Jay Belanger <belanger@truman.edu>
9608
9609 * calc/calc-ext.el (math-defcache): Use defvar for the new
9610 variables it creates.
9611
9612 2004-11-11 Lars Hansen <larsh@math.ku.dk>
9613
9614 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
9615 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
9616 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
9617 (desktop-save): Add :version.
9618
9619 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9620
9621 * printing.el (pr-get-symbol): Don't downcase.
9622
9623 2004-11-10 Jay Belanger <belanger@truman.edu>
9624
9625 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
9626 string to kill-ring.
9627
9628 * calc/calc-aent.el (calc-alg-exp, math-toks)
9629 (math-exp-pos,math-exp-old-pos, math-exp-token)
9630 (math-exp-keep-spaces, math-exp-str): New variables.
9631 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
9632 (calcAlg-enter): Use declared variable calc-alg-exp.
9633 (math-build-parse-table, math-find-user-token): Use declared
9634 variable math-toks.
9635 (math-read-exprs, math-read-token, calc-check-user-syntax)
9636 (calc-match-user-syntax, match-factor-after, math-read-factor):
9637 Use declared variables math-exp-pos math-exp-old-pos.
9638 (math-read-exprs, math-read-token, math-read-expr-level)
9639 (calc-check-user-syntax, calc-match-user-syntax)
9640 (match-factor-after, math-read-factor): Use declared variable
9641 math-exp-token.
9642 (math-read-exprs, math-read-expr-list, math-read-token)
9643 (math-read-factor): Use declared variable math-exp-keep-spaces.
9644 (math-read-exprs, math-read-token): Use declared variable
9645 math-exp-str.
9646 (calc-match-user-syntax): Make m a local variable.
9647
9648 * calc/calc-ext.el (math-read-expr): Use declared variables
9649 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
9650 math-exp-keep-spaces.
9651
9652 * calc/calc-forms.el (math-read-angle-bracket): Use declared
9653 variables math-exp-pos, math-exp-str.
9654
9655 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
9656 math-exp-old-pos.
9657 (math-parse-fortran-vector, math-parse-fortran-vector-end)
9658 (math-parse-eqn-prime): Use declared variable math-exp-token.
9659
9660 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
9661 Use declared variable math-exp-pos.
9662 (math-check-for-commas): Use declared variable math-exp-str.
9663 (math-read-brackets): Use declared variables math-exp-old-pos,
9664 math-exp-keep-spaces.
9665 (math-read-brackets, math-read-vector, math-read-matrix):
9666 Use declared variable math-exp-token.
9667
9668 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9669
9670 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
9671 where the keymap is a symbol.
9672 (easy-menu-add-item): Use keymap-prompt. Simplify.
9673
9674 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
9675
9676 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
9677 (sgml-parse-tag-backward): Use it to skip spurious < or >.
9678
9679 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
9680
9681 * ebuff-menu.el: Doc fixes throughout.
9682 (electric-buffer-menu-mode-hook): New defvar.
9683
9684 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
9685
9686 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
9687 The resulting compiler warnings appear to be harmless.
9688
9689 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
9690
9691 * textmodes/conf-mode.el: New file.
9692
9693 * files.el (auto-mode-alist, magic-mode-alist): Use it.
9694
9695 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9696
9697 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
9698
9699 2004-11-09 Jay Belanger <belanger@truman.edu>
9700
9701 * calc/calc-ext.el (calc-init-extensions): Remove old code.
9702
9703 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
9704 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
9705 (calc-z-prefix-help, calc-user-function-list): Use declared
9706 variables calc-z-prefix-buf, calc-z-prefix-msgs.
9707 (math-map-tree, math-map-tree-rec): Use declared variables
9708 math-mt-many, math-mt-func.
9709 (math-read-expression, math-read-string): Use declared variable
9710 math-expr-data.
9711
9712 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
9713 variable math-normalize-a.
9714
9715 * calc/calc.el (math-normalize-a): New variable.
9716 (math-normalize): Use declared variable math-normalize-a.
9717
9718 * calc/calc-poly.el (math-expand-form): Use declared variable
9719 math-mt-many.
9720
9721 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9722 Use declared variable math-mt-many.
9723 (math-rewrite): Use declared variable math-mt-func.
9724
9725 * calc/calc-vec.el (math-read-brackets, math-read-vector)
9726 (math-read-matrix): Use declared variable math-expr-data.
9727
9728 * calc/calc-lang.el (math-parse-fortran-vector)
9729 (math-parse-fortran-vector-end, math-parse-tex-sum)
9730 (math-parse-eqn-matrix, math-parse-eqn-prime)
9731 (math-read-math-subscr): Use declared variable math-expr-data.
9732
9733 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
9734 (math-read-expr-level, math-read-token, calc-check-user-syntax)
9735 (calc-match-user-syntax, math-read-if, math-factor-after)
9736 (math-read-factor): Use declared variable math-expr-data.
9737
9738 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
9739
9740 * calendar/diary-lib.el (diary-from-outlook)
9741 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
9742 interactive-p; but rather new optional argument NOCONFIRM.
9743
9744 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9745
9746 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
9747 (easy-menu-name-match): Revert correspondingly.
9748
9749 2004-11-09 Richard M. Stallman <rms@gnu.org>
9750
9751 * emacs-lisp/bytecomp.el (byte-compile-defalias):
9752 Turn off warnings for the new function even if definition not constant.
9753 If the definition isn't a quoted symbol, record (FUNCTION . t).
9754 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
9755 (byte-compile-callargs-warn): Handle (FUNCTION . t).
9756 (display-call-tree, byte-compile-arglist-warn):
9757 Handle t returned by byte-compile-fdefinition.
9758
9759 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9760
9761 * Makefile.in (maintainer-clean): Depend on distclean.
9762
9763 * help-fns.el (help-C-file-name): File name must be in build-files
9764 to be returned.
9765
9766 2004-11-09 Jay Belanger <belanger@truman.edu>
9767
9768 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
9769 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
9770
9771 * calc/calc.el (calc, calc-trail-display, calc-mode):
9772 Remove obsolete sections.
9773
9774 * calc/calc.el (calc-x-paste-text): Remove.
9775
9776 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
9777 mouse-2.
9778
9779 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
9780
9781 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
9782 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
9783 current frame (in case of recursive calls).
9784 (gdb-show-changed-values): Add :version keyword.
9785
9786 2004-11-09 Kenichi Handa <handa@m17n.org>
9787
9788 * international/mule-cmds.el: Change coding: tag back to
9789 iso-2022-7bit.
9790
9791 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
9792
9793 * international/mule-cmds.el: Change coding-system to utf-8.
9794 (select-safe-coding-system-interactively):
9795 New function extracted from select-safe-coding-system.
9796 (select-safe-coding-system): Use it.
9797
9798 2004-11-08 Richard M. Stallman <rms@gnu.org>
9799
9800 * subr.el (syntax-after): Doc fix.
9801
9802 * paren.el (show-paren-function): Change calls to syntax-after
9803 for new way of returning the value.
9804
9805 * menu-bar.el (menu-bar-file-menu): Make this the real name
9806 and menu-bar-files-menu the alias. Use the former.
9807 (global-map): Use `file', not `files', as the symbol.
9808
9809 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
9810
9811 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
9812 Don't use beginning-of-buffer.
9813 (filesets-cmd-show-result): Use with-no-warnings.
9814
9815 2004-11-08 Juri Linkov <juri@jurta.org>
9816
9817 * progmodes/compile.el (compile): Don't overwrite last command in
9818 minibuffer history with default command if they are not equal.
9819
9820 2004-11-08 Jay Belanger <belanger@truman.edu>
9821
9822 * calc/calcalg2.el (math-do-integral-methods): Try linear then
9823 non-linear substitutions.
9824
9825 2004-11-08 Jay Belanger <belanger@truman.edu>
9826
9827 * calc/calcalg2.el (math-linear-subst-tried): New variable.
9828 (math-do-integral): Set `math-linear-subst-tried' to nil.
9829 (math-do-integral-methods): Use `math-linear-subst-tried' to
9830 determine what type of substitution to try.
9831 (math-integ-try-linear-substituion):
9832 Set `math-linear-subst-tried' to t.
9833
9834 2004-11-08 Kim F. Storm <storm@cua.dk>
9835
9836 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
9837
9838 2004-11-07 Juri Linkov <juri@jurta.org>
9839
9840 * info-look.el (info-lookup): Allow reusing in the current buffer
9841 not only *info* buffer, but all (even renamed) Info buffers
9842 by checking for major-mode instead of *info* buffer name.
9843 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
9844 (octave-mode, maxima-mode) <doc-spec>:
9845 Allow long dashes generated by Texinfo 4.7 before definitions.
9846 (texinfo-mode) <doc-spec>: Add space to suffix to find command
9847 definitions with argument separated by space.
9848
9849 2004-11-06 Richard M. Stallman <rms@gnu.org>
9850
9851 * simple.el (next-error group, face): Move before first use.
9852 (next-error-highlight, next-error-highlight-no-select): Likewise.
9853
9854 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
9855 (line-move): New args NOERROR and TO-END.
9856 Return t if if succeed in moving specified number of lines.
9857 (move-end-of-line): New function.
9858
9859 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
9860 (end-of-buffer-other-window): Likewise.
9861
9862 * simple.el (line-move-ignore-invisible): Default to t.
9863
9864 * subr.el (syntax-after): Return the syntax letter, not the raw code.
9865
9866 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
9867
9868 * international/iso-cvt.el (iso-cvt-define-menu):
9869 Rename menu-bar-files-menu to menu-bar-file-menu.
9870
9871 * net/browse-url.el (browse-url-gnome-moz-program)
9872 (browse-url-gnome-moz-arguments): Move up before first use.
9873
9874 * net/tramp.el (tramp group): Add :version.
9875
9876 * progmodes/ada-xref.el (ada-gdb-application):
9877 Use goto-char instead of beginning-of-buffer.
9878
9879 * progmodes/cperl-mode.el (cperl-info-on-command):
9880 Use goto-char instead of beginning-of-buffer.
9881
9882 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
9883 Move up before first use.
9884 (idlwave-shell-temp-pro-file): Likewise.
9885 (idlwave-shell-temp-rinfo-save-file): Likewise.
9886 (idlwave-shell-temp-file): Minor doc fix.
9887
9888 * textmodes/flyspell.el (flyspell-external-point-words):
9889 Use goto-char instead of beginning-of-buffer.
9890
9891 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
9892
9893 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
9894 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
9895 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
9896
9897 2004-11-06 David Ponce <david@dponce.com>
9898
9899 * recentf.el (recentf-menu-path): Use menu item name.
9900
9901 2004-11-06 Eli Zaretskii <eliz@gnu.org>
9902
9903 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
9904 display doesn't support images.
9905
9906 2004-11-06 Andreas Schwab <schwab@suse.de>
9907
9908 * tempo.el (tempo-match-finder): Doc fix.
9909
9910 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
9911
9912 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
9913
9914 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
9915 (easy-menu-lookup-name): New fun to replace it.
9916 (easy-menu-get-map): Use it to obey menu item names (rather than just
9917 keys) when looking up `path'.
9918 (easy-menu-always-true-p): Rename from easy-menu-always-true.
9919 (easy-menu-convert-item-1): Adjust to new name.
9920
9921 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
9922
9923 * outline.el (hide-body): Don't hide lines at the top of the file
9924 that precede the first header line.
9925
9926 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
9927
9928 * align.el (align-areas): Delete whitespace before reindenting, so
9929 that tabs are never placed after spaces.
9930
9931 2004-11-06 Alan Shutko <ats@acm.org>
9932
9933 * macros.el (insert-kbd-macro): Do completions based on macros,
9934 rather than all commands.
9935
9936 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
9937
9938 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
9939 to solve a bug whereby tags with 'b' don't match.
9940
9941 2004-11-05 Juri Linkov <juri@jurta.org>
9942
9943 * info.el (Info-search): Don't search in node header lines
9944 and file headers.
9945
9946 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
9947 symbol-constituent characters after dot, not only digits.
9948
9949 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
9950
9951 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
9952
9953 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9954
9955 * dired.el (dired-read-dir-and-switches): Call read-directory-name
9956 if a dialog will be used, read-file-name otherwise.
9957
9958 2004-11-04 Richard M. Stallman <rms@gnu.org>
9959
9960 * textmodes/table.el (table group): Add :version.
9961
9962 * textmodes/ispell.el (ispell-word):
9963 Don't alter args; set them only thru `interactive' spec.
9964
9965 * textmodes/flyspell.el (flyspell-word):
9966 Don't alter FOLLOWING; set it only thru `interactive' spec.
9967
9968 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
9969
9970 * net/browse-url.el (browse-url-maybe-new-window):
9971 Use called-interactively-p.
9972
9973 * mail/supercite.el (sc-cite-region):
9974 Don't use interactive-p. Add arg INTERACTIVE.
9975 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
9976
9977 * international/mule-cmds.el (set-input-method, toggle-input-method):
9978 Don't use interactive-p. Add arg INTERACTIVE.
9979
9980 * eshell/esh-mode.el (eshell-show-maximum-output):
9981 Don't use interactive-p.
9982 (eshell-truncate-buffer): Just message, no error, if buffer is short.
9983
9984 * mouse.el (mouse-show-mark): Get positions to delete from mark
9985 and point, not from mouse-drag-overlay.
9986
9987 * imenu.el (imenu-eager-completion-buffer): Add :version.
9988
9989 * filesets.el (filesets group): Add :version.
9990
9991 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
9992
9993 * files.el (xml-based-modes): Delete var.
9994 (magic-mode-alist): New more general var.
9995 (set-auto-mode): Use it.
9996
9997 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
9998 when clicking from another window.
9999
10000 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
10001
10002 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
10003 (vc-cvs-annotate-time): Incorporate value of deleted var.
10004 Remove special-case handling of beginning-of-buffer cruft.
10005 Cache ending position (point) and return value in text property
10006 `vc-cvs-annotate-time', and consult it on subsequent invocations.
10007
10008 * vc-cvs.el (vc-cvs-annotate-command):
10009 Delete extraneous lines from beginning of buffer.
10010 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
10011
10012 * progmodes/grep.el (grep-default-command): Take empty string
10013 for tag if all other methods yield nil. Shell-quote the tag.
10014
10015 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
10016 spec in `interactive' form, and mention it in the docstring.
10017 Also, make sure point is at bol after calling `annotate-time'.
10018
10019 2004-11-02 Richard M. Stallman <rms@gnu.org>
10020
10021 * cus-edit.el (customize-group-other-window):
10022 Select the window that displays the custom buffer.
10023 (custom-buffer-create-other-window): Likewise.
10024
10025 * comint.el (comint-insert-input): Fix previous change.
10026
10027 * emacs-lisp/elp.el (elp-instrument-function):
10028 Use called-interactively-p.
10029
10030 * emacs-lisp/easymenu.el (easy-menu-intern):
10031 Don't downcase; rather, case-flip the first letter of each word.
10032
10033 * emacs-lisp/easy-mmode.el (define-minor-mode):
10034 Use called-interactively-p.
10035
10036 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
10037 Add interactive-only.
10038 (byte-compile-warnings): Add interactive-only as option.
10039 (byte-compile-interactive-only-functions): New variable.
10040 (byte-compile-form): Warn about calls to functions
10041 in byte-compile-interactive-only-functions.
10042
10043 * emacs-lisp/autoload.el (update-file-autoloads):
10044 Don't use interactive-p; take new arg SAVE-AFTER.
10045
10046 * emacs-lisp/advice.el (ad-make-advised-definition):
10047 Use called-interactively-p.
10048
10049 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10050
10051 * files.el (find-file-existing): New function.
10052
10053 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
10054 find-file-existing. Add "New File..." that calls find-file.
10055
10056 * diropen.pbm, diropen.xpm: New files.
10057
10058 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
10059 icon diropen. New tool bar item find-file-existing uses icon open.
10060
10061 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10062 instead of read-file-name.
10063
10064 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
10065
10066 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
10067 (icalendar--split-value): Change name of work buffer.
10068 (icalendar--get-weekday-abbrev): Return nil on error.
10069 (icalendar--date-to-isodate): New function.
10070 (icalendar-convert-diary-to-ical)
10071 (icalendar-extract-ical-from-buffer): Use only two args for
10072 make-obsolete (XEmacs compatibility).
10073 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
10074 (icalendar-export-region): Doc fix.
10075 If error, return non-nil and write errors to a buffer.
10076 Use correct weekday for weekly recurring events.
10077 Check whether date has been parsed for ordinary events.
10078 Make weekly events start in the year 2000.
10079 DTEND is non-inclusive, shift end date by one day if
10080 necessary (not for entries that have date and time).
10081 Rename local let variables: oops -> found-error, datestring ->
10082 startdatestring.
10083
10084 2004-11-02 Kim F. Storm <storm@cua.dk>
10085
10086 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
10087 keep-mode-if-same variable. Add it as optional arg instead.
10088 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
10089
10090 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
10091 substitute-command-keys will select lower-case bindings like those
10092 used in the static help texts.
10093
10094 * descr-text.el (describe-text-properties): Don't err if called in
10095 the *Help* buffer; output to *Help-2* buffer instead.
10096
10097 * kmacro.el (group kmacro): Add :version.
10098 (kmacro-keyboard-quit): New function to cleanup on C-g.
10099 (kmacro-start-macro): Set defining-kbd-macro to append when
10100 appending to last macro.
10101
10102 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
10103
10104 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
10105
10106 * progmodes/gdb-ui.el (gdb-enable-debug-log)
10107 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
10108 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
10109 Add :version keyword.
10110
10111 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
10112
10113 * progmodes/flymake.el (flymake-err-line-patterns):
10114 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
10115 `compilation-error-regexp-alist-alist' to internal Flymake format.
10116
10117 * progmodes/flymake.el: Eliminate byte-compiler warnings.
10118
10119 2004-11-01 Jay Belanger <belanger@truman.edu>
10120
10121 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
10122 with `interactive "s"'.
10123
10124 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10125
10126 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10127 Revert change from 2004-10-16. '*' checks the current buffer, but the
10128 mouse click may be in another buffer.
10129
10130 2004-11-01 John Paul Wallington <jpw@gnu.org>
10131
10132 * files.el (large-file-warning-threshold): Add :version keyword.
10133 (kill-some-buffers): Doc fix.
10134
10135 * thumbs.el (group thumbs): Add :version keyword.
10136
10137 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
10138
10139 2004-11-01 Richard M. Stallman <rms@gnu.org>
10140
10141 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
10142
10143 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
10144
10145 * allout.el (allout group): Add :version.
10146 (allout-init): Don't use interactive-p.
10147 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
10148 (allout-forward-current-level, allout-backward-current-level):
10149 Don't use interactive-p.
10150
10151 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
10152 (bibtex-find-text): Likewise.
10153
10154 * progmodes/vhdl-mode.el (vhdl-fill-region)
10155 (vhdl-beginning-of-statement): Don't use interactive-p.
10156
10157 * progmodes/idlwave.el (idlwave-update-routine-info):
10158 Don't use interactive-p.
10159
10160 * progmodes/idlw-shell.el (idlwave-shell-send-char):
10161 Don't use interactive-p.
10162
10163 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
10164 Don't use interactive-p.
10165
10166 * progmodes/ada-xref.el (ada-make-body-gnatstub):
10167 Don't use interactive-p.
10168
10169 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
10170 (fortune-in-buffer): Doc fix.
10171
10172 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
10173
10174 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
10175 don't select the temporary buffer.
10176 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
10177 (eudc-get-phone): Likewise.
10178
10179 2004-11-01 Kim F. Storm <storm@cua.dk>
10180
10181 * man.el (Man-xref-normal-file): Fix help-echo.
10182
10183 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10184
10185 * reveal.el (reveal-last-tick): New var.
10186 (reveal-post-command): Use it to avoid closing overlays when we're
10187 appending text to them.
10188
10189 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10190
10191 * textmodes/bibtex.el: Require button.
10192 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
10193 (bibtex-reference-keys): Distinguish between header keys and
10194 crossref keys.
10195 (bibtex-beginning-of-field): New function.
10196 (bibtex-url-map): Remove.
10197 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
10198 (bibtex-font-lock-url-regexp): Assume that field names begin at
10199 the beginning of a line.
10200 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
10201 Remove field delimiters. Use bibtex-beginning-of-field.
10202 Bugfix, point can be inside a field with a url.
10203 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
10204 New functions.
10205 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
10206 (bibtex-key-in-head): Simplify.
10207 (bibtex-current-line): Use bolp.
10208 (bibtex-parse-keys): Remove unused arg `add'.
10209 Use bibtex-type-in-head and bibtex-key-in-head.
10210 (bibtex-parse-entry, bibtex-autofill-entry):
10211 Use bibtex-type-in-head and bibtex-key-in-head.
10212 (bibtex-autokey-get-field): Do not alter case of replacement text.
10213 (bibtex-autokey-get-names): Do all processing of name list.
10214 (bibtex-autokey-get-year): New function.
10215 (bibtex-autokey-get-title): Do all processing of title words.
10216 (bibtex-generate-autokey): Simplify.
10217 (bibtex-string-files-init): Use default-directory.
10218 Allow for absolute file names in bibtex-string-files.
10219 (bibtex-files, bibtex-file-path): New variables.
10220 (bibtex-files-expand): New function.
10221 (bibtex-find-entry-globally): New command.
10222 (bibtex-summary-function): New variable.
10223 (bibtex-summary): Default value of bibtex-summary-function.
10224 (bibtex-find-crossref): New optional args pnt and split.
10225 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
10226 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
10227 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
10228 Fix handling of required and alternative fields.
10229 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
10230 Use cons and display-buffer.
10231 (bibtex-validate-globally): New command.
10232 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
10233 bibtex-parse-keys and bibtex-parse-strings for updating
10234 bibtex-reference-keys and bibtex-strings.
10235 (bibtex-realign): Remove blank lines past the last entry.
10236 (bibtex-reformat): Use bibtex-entry-format as default.
10237 (bibtex-choose-completion-string): Remove.
10238 (bibtex-complete): Do not use bibtex-choose-completion-string.
10239 (bibtex-url): Simplify.
10240
10241 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10242
10243 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
10244 (x-dnd-types-alist, x-dnd-open-file-other-window)
10245 (x-dnd-known-types): Add :version.
10246
10247 2004-10-31 John Paul Wallington <jpw@gnu.org>
10248
10249 * ibuffer.el (group ibuffer): Add :version keyword.
10250
10251 2004-10-31 Kim F. Storm <storm@cua.dk>
10252
10253 * ido.el (group ido): Add :version keyword.
10254 (ido-mode): Remove :version keyword.
10255
10256 * emulation/cua-base.el (group cua): Add :version keyword.
10257 (cua-mode): Remove :version keyword.
10258
10259 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
10260
10261 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
10262
10263 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
10264 compiler warning.
10265 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
10266 function.
10267 (help-at-pt-display-when-idle): Remove autoload.
10268
10269 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10270
10271 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
10272
10273 2004-10-30 Juri Linkov <juri@jurta.org>
10274
10275 * help.el (function-called-at-point):
10276 * help-fns.el (variable-at-point): Read -> intern.
10277
10278 2004-10-30 Simon Josefsson <jas@extundo.com>
10279
10280 * progmodes/autoconf.el (autoconf-font-lock-keywords):
10281 Recognize AS_* too.
10282
10283 2004-10-29 Simon Josefsson <jas@extundo.com>
10284
10285 * subr.el (read-passwd): Move back from password.el.
10286
10287 * password.el: Remove, not ready yet.
10288
10289 2004-10-29 Andreas Schwab <schwab@suse.de>
10290
10291 * speedbar.el (speedbar-frame-parameters): Improve customize type.
10292
10293 2004-10-29 Sam Steingold <sds@gnu.org>
10294
10295 * mouse.el (mouse-show-mark): Replace the last occurrence of
10296 x-lost-selection-hooks with x-lost-selection-functions.
10297
10298 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10299
10300 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
10301 x-lost-selection-functions is bound.
10302
10303 * mouse-sel.el (mouse-sel-mode):
10304 * emacs-lisp/lselect.el: Adjust to new names for
10305 x-(lost|sent)-selection-functions.
10306
10307 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
10308 New obsolete aliases of x-lost-selection-functions and
10309 x-sent-selection-functions.
10310
10311 2004-10-28 Kim F. Storm <storm@cua.dk>
10312
10313 * imenu.el (imenu-scanning-message): Remove.
10314 (imenu-progress-message): Make it a no-op.
10315
10316 2004-10-28 John Paul Wallington <jpw@gnu.org>
10317
10318 * files.el (set-auto-mode): Call `throw' correctly.
10319
10320 2004-10-28 Juri Linkov <juri@jurta.org>
10321
10322 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
10323 to search `Info-...' commands in `info' manual.
10324 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10325 Add 'info-file "emacs" property.
10326 (Info-find-emacs-command-nodes): Fix index line number regexp.
10327 Set real line number (instead of fake 0) in first element of the
10328 returned list.
10329 (Info-goto-emacs-command-node): Use line number of first element
10330 to set point in the first found Info node.
10331
10332 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
10333 code to `grep-mode-font-lock-keywords'.
10334 (grep-mode-font-lock-keywords): Delete grep markers instead
10335 of making them invisible.
10336
10337 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10338
10339 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
10340 and x-server-version in bug report.
10341
10342 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
10343
10344 * files.el (set-auto-mode-0): New function.
10345 (set-auto-mode): Use it to handle aliased modes and to
10346 be consistent between C-x C-f and C-x C-w.
10347
10348 2004-10-28 Kenichi Handa <handa@m17n.org>
10349
10350 * international/utf-8.el (utf-translate-cjk-charsets):
10351 Add katakana-jisx0201.
10352
10353 * international/subst-jis.el: Add data for JISX0201.
10354
10355 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10356
10357 * obsolete/hilit19.el (hilit-mode): New function.
10358 Move all the toplevel side-effecting stuff into it, so that loading
10359 hilit19 doesn't mess everything up any more.
10360
10361 2004-10-27 Richard M. Stallman <rms@gnu.org>
10362
10363 * add-log.el (add-change-log-entry): Set up mailing address
10364 and full name later, and don't alter add-log-mailing-address
10365 or add-log-full-name.
10366
10367 * elide-head.el (elide-head): Change error to message.
10368 (elide-head-show): Likewise.
10369
10370 * apropos.el (apropos-macrop): Doc fix.
10371
10372 * mouse.el (mouse-show-mark): Do most processing the same
10373 regardless of transient-mark-mode.
10374
10375 * shadowfile.el (shadow-copy-files): Use interactive-p
10376 only to control whether to print a message.
10377
10378 * tar-mode.el (tar-mode): Use write-contents-functions,
10379 not write-contents-hooks.
10380
10381 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
10382 directory-sep-char.
10383
10384 2004-10-27 Richard M. Stallman <rms@gnu.org>
10385
10386 * strokes.el (strokes-unload-hook): Fix previous change.
10387
10388 * type-break.el (type-break-run-at-time): Always use run-at-time;
10389 forget the alternatives.
10390 (type-break-cancel-function-timers): Always use cancel-function-timers;
10391 forget the alternatives.
10392
10393 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
10394
10395 2004-10-27 Kenichi Handa <handa@m17n.org>
10396
10397 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
10398
10399 * international/subst-gb2312.el: Likewise.
10400
10401 * international/subst-big5.el: Likewise.
10402
10403 * international/subst-ksc.el: Likewise.
10404
10405 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
10406 New variable.
10407 (utf-translate-cjk-set-unicode-range): New function.
10408 (utf-translate-cjk-unicode-range): Make it customizable.
10409 (utf-8-post-read-conversion):
10410 Use utf-translate-cjk-unicode-range-string.
10411 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
10412 Unicode ranges.
10413
10414 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
10415
10416 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
10417 trivial variants to shorten the list.
10418 (xml-based-modes): New var.
10419 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
10420 declaration higher priority than auto-mode-alist.
10421
10422 * find-file.el (cc-other-file-alist): Bring it in line with
10423 cc-mode's auto-mode-alist entries and use \' instead of $.
10424
10425 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
10426 and add "Id" and "Name" submenus to it.
10427
10428 * imenu.el (imenu--generic-function): Skip matches in comments.
10429
10430 2004-10-26 Jay Belanger <belanger@truman.edu>
10431
10432 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
10433 (full-calc-keypad, calc-trail-display): Use an extra argument
10434 instead of `interactive-p'.
10435
10436 * calc/calc-misc.el (calc-other-window): Use an extra argument
10437 instead of `interactive-p'.
10438
10439 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
10440 `interactive-p'.
10441
10442 2004-10-26 Kim F. Storm <storm@cua.dk>
10443
10444 * help.el (describe-key): Describe both down-event and up-event
10445 for a mouse click.
10446
10447 2004-10-26 Richard M. Stallman <rms@gnu.org>
10448
10449 * woman.el (woman): Don't call interactive-p.
10450
10451 * pcomplete.el (pcomplete): Instead of interactive-p,
10452 use an arg set non-nil by the interactive spec.
10453
10454 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
10455 use an arg set non-nil by the interactive spec.
10456
10457 * man.el (Man-cleanup-manpage): Instead of interactive-p,
10458 use an arg set non-nil by the interactive spec.
10459
10460 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10461
10462 * progmodes/flymake.el (flymake-split-string):
10463 Use `flymake-split-string-remove-empty-edges' in any case.
10464
10465 2004-10-26 Masatake YAMATO <jet@gyve.org>
10466
10467 * progmodes/flymake.el (flymake-err-line-patterns):
10468 Use `compilation-error-regexp-alist-alist' instead of
10469 `compilation-error-regexp-alist'.
10470
10471 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10472
10473 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
10474 verbatim face on the \ of \end{verbatim}.
10475
10476 2004-10-25 Jay Belanger <belanger@truman.edu>
10477
10478 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
10479 erasing minibuffer.
10480
10481 2004-10-25 Simon Josefsson <jas@extundo.com>
10482
10483 * subr.el (read-passwd): Move to net/password.el.
10484
10485 * net/password.el (read-passwd): Add. Autoload it.
10486
10487 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
10488
10489 * mouse-sel.el (mouse-sel-mode): Specify custom group.
10490
10491 * simple.el (process-file): Fix logic.
10492
10493 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10494
10495 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
10496 (increase-right-margin): Remove erroneous call to `interactive-p'.
10497
10498 2004-10-24 Kim F. Storm <storm@cua.dk>
10499
10500 * help.el (describe-mode): Fix 2004-10-13 change.
10501 Copy pure "Auto Fill" string so it can be propertized later
10502 without causing a read-only error.
10503
10504 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10505
10506 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
10507 style indexes.
10508
10509 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10510
10511 * simple.el (process-file): Accept nil for INFILE. Reported by
10512 Luc Teirlinck.
10513
10514 2004-10-24 Masatake YAMATO <jet@gyve.org>
10515
10516 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
10517 Handle periods and underscores in a function name.
10518 Remove the address fontification.
10519
10520 2004-10-24 Masatake YAMATO <jet@gyve.org>
10521
10522 * progmodes/asm-mode.el (asm-font-lock-keywords):
10523 Use font-lock-variable-name-face for registers.
10524
10525 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
10526
10527 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
10528 kill-all-local-variables.
10529 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
10530 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
10531 Use kill-all-local-variables and provide mode-hooks.
10532 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
10533 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
10534 Suggested by Masatake YAMATO <jet@gyve.org>.
10535
10536 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
10537
10538 * simple.el (process-file): New function, similar to call-process
10539 but supports file handlers.
10540 * vc.el (vc-do-command): Use it, instead of call-process.
10541 * net/tramp-vc.el (vc-do-command): Do not advise it if
10542 process-file is fboundp.
10543 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
10544 process-file.
10545 (tramp-handle-process-file): New function.
10546 (tramp-file-name-for-operation): Support process-file.
10547
10548 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
10549
10550 * calendar/icalendar.el (icalendar--weekday-array): New constant.
10551 (icalendar-weekdayabbrev-table)
10552 (icalendar-monthnumber-table): Delete.
10553 (icalendar--get-month-number): Use calendar-month-name-array.
10554 (icalendar--get-weekday-number): New function.
10555 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
10556 (icalendar-export-region): Handle multi-line entries.
10557 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
10558
10559 2004-10-23 John Paul Wallington <jpw@gnu.org>
10560
10561 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
10562 `wildcards' set to t in interactive spec.
10563
10564 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
10565 interactive spec rather than use `interactive-p'.
10566 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
10567 rather than use function `interactive-p'.
10568
10569 2004-10-22 Kenichi Handa <handa@m17n.org>
10570
10571 * international/mule.el (translate-region): Implement it in Lisp
10572 as a front end of translate-region-internal.
10573
10574 2004-10-21 Jay Belanger <belanger@truman.edu>
10575
10576 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
10577 Declare these variables with defvar.
10578
10579 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
10580 is bound, only check to see if it is bound.
10581
10582 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10583
10584 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10585 Don't output messages.
10586
10587 * calc/calc-help.el (calc-describe-bindings): Fix last change.
10588
10589 2004-10-21 John Paul Wallington <jpw@gnu.org>
10590
10591 * calc/calc-graph.el (calc-graph-init):
10592 Use `set-process-query-on-exit-flag'.
10593
10594 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
10595
10596 * progmodes/compile.el (compilation-start): Rely on `cd' to get
10597 dir right and also allow argumentless cd.
10598
10599 2004-10-19 Richard M. Stallman <rms@gnu.org>
10600
10601 * textmodes/flyspell.el (flyspell-mode): Doc fix.
10602
10603 * eshell/em-unix.el (eshell-grep):
10604 Don't bind compilation-process-setup-function.
10605
10606 * comint.el (comint-insert-input): Use @ in `interactive'.
10607 (comint-input-filter-functions): Doc fix.
10608 (comint-kill-whole-line, comint-get-source): Doc fix.
10609
10610 * progmodes/compile.el (compilation-setup):
10611 Don't set buffer-read-only if MINOR is non-nil.
10612
10613 2004-10-19 Jay Belanger <belanger@truman.edu>
10614
10615 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
10616 (calc-emacs-type-gnu19): Remove.
10617 (calc-digit-map, calc-read-key-sequence, calc-read-key):
10618 Remove check for old emacs versions.
10619
10620 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
10621 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
10622 for current Emacs.
10623
10624 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
10625 the end of the minibuffer.
10626 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
10627 copy `esc-map'.
10628
10629 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
10630
10631 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
10632 call that would be given when the current emacs was used.
10633
10634 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
10635
10636 * calendar/icalendar.el: Set coding to utf-8.
10637 (icalendar-version): Increase to 0.07.
10638 (icalendar-monthnumber-table): Change March pattern.
10639 (icalendar-get-all-event-properties)
10640 (icalendar-set-event-property): Delete.
10641 (icalendar-all-events): No longer interactive.
10642 (icalendar-convert-diary-to-ical)
10643 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
10644 their replacements.
10645 (icalendar-export-file, icalendar-export-region): New functions;
10646 essentially old `icalendar-convert-diary-to-ical' but appending to
10647 target rather than overwriting.
10648 (icalendar-import-file): Append to target file rather than
10649 overwriting. Fourth arg deleted.
10650 (icalendar-import-buffer): New name for old
10651 `icalendar-extract-ical-from-buffer'.
10652 (icalendar--convert-string-for-import): New name for
10653 old `icalendar-convert-for-import'.
10654 (include-icalendar-files): Delete.
10655 Prefix for all internal functions changed from `icalendar-'
10656 to `icalendar--'.
10657
10658 2004-10-19 Richard M. Stallman <rms@gnu.org>
10659
10660 * paths.el (news-path): Fix previous change.
10661
10662 2004-10-18 Jay Belanger <belanger@truman.edu>
10663
10664 * calc/calc-help.el (calc-describe-bindings):
10665 Set `buffer-read-only' to nil while working in the keybindings buffer;
10666 remove some extra information from the keybindings buffer.
10667
10668 2004-10-18 David Ponce <david@dponce.com>
10669
10670 * mouse.el (mouse-drag-move-window-top): New function.
10671 (mouse-drag-mode-line-1): Use it.
10672
10673 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
10674
10675 * info.el (Info-fontify-node): For multiline refs,
10676 arrange to unfontify newline and surrounding whitespace.
10677
10678 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10679
10680 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
10681 directory is missing.
10682
10683 2004-10-17 John Paul Wallington <jpw@gnu.org>
10684
10685 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
10686 New customizable variable; whether to display buffers that match
10687 `ibuffer-maybe-show-predicates' by default.
10688 (ibuffer-maybe-show-predicates): Mention it in docstring.
10689 (ibuffer-display-maybe-show-predicates): New variable.
10690 (ibuffer-update): Prefix arg now toggles whether buffers that
10691 match `ibuffer-maybe-show-predicates' should be displayed.
10692 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
10693 locally to heed `ibuffer-default-display-maybe-show-predicates'.
10694 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
10695
10696 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
10697
10698 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
10699 work correctly.
10700
10701 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
10702
10703 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
10704 (Buffer-menu-beginning): New helper function.
10705 (Buffer-menu-execute): Use it.
10706 (Buffer-menu-select): Use it.
10707 (Buffer-menu-sort): Use it and also keep markers.
10708
10709 2004-10-17 Richard M. Stallman <rms@gnu.org>
10710
10711 * paths.el (news-directory): Rename from news-path. Old name alias.
10712 (rmail-spool-directory): Use defvar.
10713 (sendmail-program): Use defcustom.
10714 (remote-shell-program): Use defcustom.
10715 (term-file-prefix): Use defvar.
10716 (abbrev-file-name): Use defvar.
10717
10718 * term.el: Add maintainer.
10719
10720 * subr.el (with-local-quit): Return nil if there's a quit.
10721 (read-passwd): Use with-local-quit. Doc fix.
10722
10723 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
10724 (strokes-unload-hook): Set as a variable with add-hook.
10725
10726 * startup.el (fancy-splash-tail, normal-splash-screen):
10727 Update copyright year.
10728
10729 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
10730
10731 * server.el (server-unload-hook): Set as a variable with add-hook.
10732
10733 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
10734
10735 * frame.el (special-display-popup-frame):
10736 Make the buffer current as its frame is created.
10737
10738 * delsel.el (delsel-unload-hook): Set as a variable.
10739
10740 * comint.el (comint-output-filter-functions):
10741 Add comint-watch-for-password-prompt.
10742 (comint-read-noecho): Function deleted.
10743 (send-invisible): Use read-passwd.
10744
10745 * fringe.el (fringe-mode-initialize): New function.
10746 (fringe-mode): Use fringe-mode-initialize as :initialize.
10747
10748 2004-10-17 Kim F. Storm <storm@cua.dk>
10749
10750 * language/indian.el (indian-script-language-alist): Swap value and doc.
10751 (indian-font-char-index-table): Doc fix.
10752
10753 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10754
10755 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
10756
10757 2004-10-16 Juri Linkov <juri@jurta.org>
10758
10759 * progmodes/compile.el (compilation-start): Move let-binding of
10760 `process-environment' into `with-current-buffer' body.
10761 Reported by Matt Hodges <MPHodges@member.fsf.org>.
10762
10763 2004-10-16 Richard M. Stallman <rms@gnu.org>
10764
10765 * pcvs-util.el (cvs-bury-buffer):
10766 Don't call get-buffer-window for effect.
10767
10768 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
10769
10770 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
10771
10772 * msb.el (msb-unload-hook): Set the variable.
10773
10774 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10775 Use * to err if buffer is readonly.
10776
10777 * subr.el (looking-back): Return only t or nil.
10778
10779 * whitespace.el (whitespace-unload-hook): Set the variable.
10780
10781 * view.el (view-mode-enable): Set view-page-size and
10782 view-half-page-size to nil.
10783 (view-set-half-page-size-default): view-half-page-size = nil
10784 means the default.
10785 (View-scroll-page-forward): Use view-page-size-default.
10786 (View-scroll-page-backward): Likewise.
10787 (view-page-size, view-half-page-size): Doc fixes.
10788
10789 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
10790
10791 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
10792
10793 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
10794 "cl" like other files. Instead, call byte-compile-find-cl-functions.
10795 (byte-compile-log-1): Bind inhibit-read-only.
10796 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
10797 (byte-compile-log-warning): Likewise.
10798 (byte-compile-file-form-require): Detect "cl" from the arg value.
10799
10800 * progmodes/compile.el (compilation-start): Assume compilation-mode
10801 will make the buffer read-only.
10802 (compilation-mode): Take arg name-of-mode.
10803 (compilation-setup): Make buffer read-only.
10804 (compilation-handle-exit): Bind inhibit-read-only.
10805
10806 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
10807 (ispell-message): Likewise.
10808 (ispell-show-choices): Don't call get-buffer-window uselessly.
10809 (ispell-init-process): Use set-process-query-on-exit-flag.
10810
10811 2004-10-16 Kim F. Storm <storm@cua.dk>
10812
10813 * fringe.el (fringe-bitmaps): Only initialize when defined.
10814
10815 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
10816 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
10817
10818 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
10819
10820 2004-10-15 Simon Josefsson <jas@extundo.com>
10821
10822 * net/password.el: Add.
10823
10824 2004-10-14 Masatake YAMATO <jet@gyve.org>
10825
10826 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
10827 (gdb-script-end-of-defun): New function.
10828 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
10829 `gdb-script-end-of-defun' as *-of-defun-function.
10830
10831 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
10832
10833 * button.el (button-activate): Allow a marker to display as an action.
10834
10835 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
10836
10837 * help.el (describe-mode): Use it to make minor mode list into
10838 hyperlinks.
10839
10840 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10841
10842 * vc.el (vc-annotate-display-select): Fix typo.
10843
10844 * subr.el (substitute-key-definition-key): New function.
10845 (substitute-key-definition): Use it with map-keymap.
10846 (event-modifiers): Use push.
10847 (mouse-movement-p, with-temp-buffer): Simplify.
10848
10849 2004-10-12 Jay Belanger <belanger@truman.edu>
10850
10851 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
10852 New variables.
10853 (calc-help-index-entries): New function.
10854 (calc-describe-function): Use `calc-help-function-list' instead of
10855 obarray for completion.
10856 (calc-describe-variable): Use `calc-help-variable-list' instead
10857 of obarray for completion.
10858
10859 2004-10-12 Richard M. Stallman <rms@gnu.org>
10860
10861 * info-look.el (info-lookup-file): Add info-file property.
10862 (info-lookup-symbol): Likewise.
10863
10864 * info.el (info-xref): Add underlining.
10865 (info): Add info-file property.
10866 (Info-find-emacs-command-nodes): Specify case-sensitive search.
10867
10868 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
10869
10870 Sync with Tramp 2.0.45.
10871
10872 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
10873 defined. This is not the case for XEmacs without package "edebug".
10874 (tramp-set-auto-save-file-modes): Set permissions of autosaved
10875 remote files to the permissions of the original file. This is not
10876 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
10877 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
10878 (tramp-perl-decode): Fix an error in Perl implementation.
10879 $pending must be cleared every loop. Reported by Benjamin Place
10880 <benjaminplace@sprintmail.com>
10881
10882 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
10883 Don't activate advice during definition. This is done later on,
10884 depending on test result of `substitute-in-file-name'.
10885 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10886
10887 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10888
10889 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
10890
10891 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
10892
10893 2004-10-12 David Ponce <david@dponce.com>
10894
10895 * recentf.el (recentf-edit-list): Update the menu when the recentf
10896 list has been modified.
10897
10898 2004-10-12 Simon Josefsson <jas@extundo.com>
10899
10900 * net/tls.el (tls-certtool-program): New variable.
10901 (tls-certificate-information): New function, based on
10902 ssl-certificate-information.
10903
10904 2004-10-12 Kenichi Handa <handa@m17n.org>
10905
10906 * international/mule.el (coding-system-equal): Move from mule-util.el.
10907
10908 * international/mule-util.el (coding-system-equal): Move to mule.el.
10909
10910 2004-10-12 Kim F. Storm <storm@cua.dk>
10911
10912 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
10913 reset kmacro-initial-counter-value if set.
10914 (kmacro-set-counter): Only set kmacro-counter if defining or executing
10915 macro. Set kmacro-initial-counter-value otherwise. Never set both.
10916 (kmacro-display): Show macro counter if non-zero.
10917
10918 * subr.el (substitute-key-definition): Mention command remapping
10919 in doc string.
10920
10921 2004-10-11 Jay Belanger <belanger@truman.edu>
10922
10923 * calc/calc-misc.el (calc-info-goto-node): New function.
10924 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
10925 node in one step.
10926 (calc-describe-copying, calc-describe-distribution)
10927 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
10928 Go to appropriate info node in one step.
10929
10930 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
10931
10932 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
10933
10934 * font-lock.el (font-lock-apply-highlight): Fix last change.
10935
10936 2004-10-11 Simon Josefsson <jas@extundo.com>
10937
10938 * mail/smtpmail.el (smtpmail-open-stream): Look for
10939 starttls-gnutls-program instead of starttls-program iff
10940 starttls-use-gnutls is non-nil.
10941 (smtpmail-open-stream): Don't overwrite user settings of
10942 starttls-extra-arguments and starttls-extra-args.
10943
10944 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
10945
10946 * comint.el (comint-mouse-insert-input): Remove.
10947 (comint-insert-input): Make it work for mouse bindings.
10948 (comint-mode-map): Move defs into the declaration.
10949 (comint-output-filter): Typo.
10950
10951 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
10952
10953 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
10954
10955 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
10956 (ange-ftp-call-chmod): Reference remote-shell-program instead of
10957 ange-ftp-remote-shell.
10958
10959 2004-10-10 Andreas Schwab <schwab@suse.de>
10960
10961 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
10962 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
10963 Reported by <sri@asu.edu>.
10964
10965 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
10966
10967 * vc.el (vc-annotate-mode): Remove variable.
10968 (vc-annotate-display-select): Only call vc-annotate-mode
10969 if we're not in that mode already.
10970
10971 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
10972
10973 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
10974 (imenu-choose-buffer-index): Check here for rescan instead.
10975
10976 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
10977 where the face expression evals to nil.
10978
10979 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
10980 (tex-font-lock-keywords-2): Use it.
10981 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
10982
10983 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
10984
10985 2004-10-09 Kim F. Storm <storm@cua.dk>
10986
10987 * subr.el (progress-reporter-update): Define before first usage.
10988 (make-progress-reporter): Doc fix.
10989
10990 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
10991
10992 * textmodes/paragraphs.el (sentence-end-double-space)
10993 (sentence-end-without-period, sentence-end-without-space)
10994 (sentence-end): Doc fixes.
10995
10996 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
10997
10998 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
10999 Change paragraph-start regexp so we don't fill code starting with #'(.
11000
11001 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
11002
11003 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
11004 New defcustom.
11005 (extract-address-components): Use it.
11006
11007 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11008
11009 * subr.el (make-progress-reporter, progress-reporter-update)
11010 (progress-reporter-force-update, progress-reporter-do-update)
11011 (progress-reporter-done): New functions.
11012
11013 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
11014
11015 * progmodes/etags.el (etags-tags-completion-table): Use progress
11016 reporter.
11017 (etags-tags-apropos): Likewise.
11018
11019 2004-10-08 Alan Mackenzie <acm@muc.de>
11020
11021 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
11022 of current line.
11023
11024 2004-10-08 Masatake YAMATO <jet@gyve.org>
11025
11026 * server.el (server-process-filter): Wrap `process-send-region'
11027 by `condition-case' to guard the case when the pipe to PROC is closed.
11028
11029 2004-10-07 Mark A. Hershberger <mah@everybody.org>
11030
11031 * xml.el (xml-substitute-special): Limit handling of external entities.
11032
11033 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
11034
11035 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
11036
11037 2004-10-06 John Paul Wallington <jpw@gnu.org>
11038
11039 * xml.el (xml-parse-dtd): Fix `error' call.
11040
11041 2004-10-05 Mark A. Hershberger <mah@everybody.org>
11042
11043 * xml.el (xml-substitute-special): Return a single string instead
11044 of a list of strings if an entity substitution is made.
11045
11046 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
11047
11048 * calendar/icalendar.el: New file.
11049
11050 2004-10-05 Juri Linkov <juri@jurta.org>
11051
11052 * isearch.el (isearch-done): Set mark after running hook.
11053 Reported by Drew Adams <drew.adams@oracle.com>.
11054
11055 * info.el (Info-history, Info-toc): Fix Info headers.
11056 (Info-toc): Narrow buffer before Info-fontify-node.
11057 (Info-build-toc): Don't check for special Info file names.
11058 Set main-file to nil if Info-find-file returns a symbol.
11059
11060 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
11061
11062 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
11063 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
11064 * calendar/cal-menu.el (calendar-mode-map): Ditto.
11065
11066 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
11067
11068 * calendar/cal-iso.el (calendar-iso-read-args): New function,
11069 for old interactive spec from calendar-goto-iso-date.
11070 (calendar-goto-iso-date): Use it.
11071 (calendar-goto-iso-week): New function. Suggested by Emilio
11072 C. Lopes <eclig@gmx.net>.
11073
11074 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
11075
11076 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
11077 `set-right-margin' bindings that follow the minor mode conventions.
11078
11079 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11080
11081 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
11082 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
11083 (latex-block-args-alist): Add minipage and picture.
11084 (latex-block-body-alist): Use reftex-label if enabled.
11085 (latex-insert-block): Don't insert a \n if not necessary.
11086 (tex-compile-commands): Make sure dvips doesn't send to printer.
11087 (tex-compile-default): Handle the case where no executable is found.
11088 (latex-noindent-environments): New var.
11089 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
11090 If tex-indent-allhanging is non-nil, make sure we only align for macros
11091 at beginning of line.
11092
11093 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
11094
11095 * newcomment.el (comment-beginning): Doc fix and don't choke on
11096 unset `comment-end-skip' when at beginning of comment.
11097
11098 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
11099
11100 * term.el (term-adjust-current-row-cache): Don't allow the current
11101 row to become negative.
11102 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
11103 the end of the line. Fix scroll down. Add comments.
11104 (term-handle-ansi-escape): Don't exceed terminal width when moving
11105 right.
11106 (term-scroll-region): Move the cursor after setting the scroll region.
11107
11108 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
11109
11110 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
11111 to `width' for consistency with docstring. Doc fix.
11112
11113 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
11114
11115 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
11116 This is necessary for derived modes.
11117
11118 2004-09-30 Kim F. Storm <storm@cua.dk>
11119
11120 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
11121 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
11122
11123 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
11124 kmacro-extract-lambda functions.
11125 (edit-kbd-macro): Handle kmacro lambda forms.
11126 Include counter and counter format in edit buffer.
11127 (edmacro-finish-edit): Get counter and format from edit buffer and
11128 update kmacro bindings when found.
11129
11130 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
11131
11132 * textmodes/paragraphs.el (forward-paragraph):
11133 Avoid args-out-of-range error when point winds up at the beginning of
11134 the buffer and hard newlines are enabled.
11135
11136 * newcomment.el (comment-multi-line): Doc fix.
11137
11138 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11139
11140 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
11141 (diff-fixup-modifs): Catch unified-diff file-headers.
11142
11143 2004-09-29 Kim F. Storm <storm@cua.dk>
11144
11145 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
11146 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
11147 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
11148
11149 * fringe.el (fringe-bitmap-p): New macro.
11150 (fringe-bitmaps): Add standard fringe bitmaps on load.
11151
11152 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11153
11154 * dired.el (dired-view-command-alist): Use more efficient regexps.
11155 Remove dubious arguments.
11156 (dired-align-file): New function.
11157 (dired-insert-directory): Use it.
11158 (dired-move-to-end-of-filename): Make the " -> " search more specific.
11159 (dired-buffers-for-dir): Remove unused var `pattern'.
11160
11161 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
11162
11163 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
11164 from diary display excursion. Store diary buffer's point for
11165 `simple-diary-display'.
11166 (simple-diary-display): Set window point and start when
11167 displaying buffer, to preserve point.
11168
11169 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
11170
11171 * textmodes/enriched.el (enriched-translations): Replace defconst
11172 with defvar.
11173
11174 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11175
11176 * printing.el: Doc fix.
11177 (pr-version): New version number (6.8.1).
11178 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
11179 make-temp-name.
11180 (pr-delete-file): Check if file exists before deleting it.
11181 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
11182
11183 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
11184
11185 * term.el (term-display-table): New variable.
11186 (term-mode): Use it.
11187 (term-exec-1): Set the coding system to binary.
11188 (term-emulate-terminal): Decode the string before inserting it.
11189
11190 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
11191
11192 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
11193 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
11194 (map): Bind S-prior, S-next and S-insert.
11195 (term-mode): Set `indent-tabs-mode' to nil.
11196 (term-paste): New function to be bound to S-insert.
11197 (term-send-del, term-send-backspace): Change the strings sent.
11198 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
11199 (term-handle-colors-array): Fix handling of underline and reverse.
11200 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
11201 (term-erase-in-line): Fix comparison.
11202 (term-emulate-terminal): Fix line wrap handling.
11203 (term-start-output-log): Rename from `term-set-output-log'.
11204 (term-stop-output-log): Rename from `term-stop-photo'.
11205 (term-switch-to-alternate-sub-buffer): Comment out, unused.
11206
11207 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11208
11209 * dired.el (dired-move-to-filename): Don't output a message if
11210 raise-error is non-nil. Fix return position and value.
11211
11212 * files.el (insert-directory): Obey --dired even with symlinks.
11213
11214 2004-09-25 Lars Hansen <larsh@math.ku.dk>
11215
11216 * ls-lisp.el (ls-lisp-format): Mark file names with property
11217 dired-filename.
11218
11219 2004-09-25 Kim F. Storm <storm@cua.dk>
11220
11221 * ido.el (ido-max-directory-size): New defcustom.
11222 (ido-decorations): Add "too big" element.
11223 (ido-directory-too-big): New dynamic var.
11224 (ido-may-cache-directory): Don't cache big directories.
11225 (ido-directory-too-big-p): New defun.
11226 (ido-set-current-directory): Update ido-directory-too-big.
11227 (ido-read-internal): Make empty ido-cur-item if too-big.
11228 (ido-buffer-internal): Use ido-read-internal directly instead of
11229 ido-read-buffer.
11230 (ido-file-internal): Init ido-directory-too-big.
11231 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
11232 and redo completion with full list.
11233 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
11234 it, and show completions.
11235 (ido-all-completions): Let bind ido-directory-too-big to nil.
11236 (ido-exhibit): Handle ido-directory-too-big.
11237 (ido-read-buffer): Handle fallback to read-buffer.
11238 Init ido-directory-too-big.
11239 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
11240 Init ido-directory-too-big.
11241
11242 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11243
11244 * subr.el (delay-mode-hooks): Doc fix.
11245
11246 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
11247
11248 * textmodes/enriched.el
11249 (enriched-default-text-properties-local-flag): New variable.
11250 (enriched-mode): Make sure that enabling and disabling the mode is
11251 a no-op. Doc fix.
11252
11253 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
11254
11255 * calendar/holidays.el (holiday-advent): Report on a specified day
11256 offset from advent, not just advent.
11257 (holiday-easter-etc): Report on one specified day offset from
11258 easter, not all easter holidays. Various Easter holidays moved to
11259 `christian-holidays' variable in calendar.el.
11260 * calendar/calendar.el (christian-holidays): Adapt for new
11261 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
11262
11263 2004-09-23 Kim F. Storm <storm@cua.dk>
11264
11265 * image.el (insert-sliced-image): Add doc string.
11266
11267 * ido.el (ido-choice-list): New dynamic var for `list' context.
11268 (ido-context-switch-command): New dynamic var.
11269 (ido-define-mode-map): Generalize switch between file/buffer contexts.
11270 (ido-read-internal): Handle new `list' context.
11271 Handle insert-buffer and insert-file ido-exit values.
11272 (ido-buffer-internal): New arg switch-cmd. Use it to setup
11273 ido-context-switch-command. Handle insert-file ido-exit value.
11274 (ido-read-buffer): Set ido-context-switch-command to 'ignore
11275 unless it is already bound by caller.
11276 (ido-file-internal): New arg switch-cmd. Use it to setup
11277 ido-context-switch-command. Handle insert-buffer ido-exit value.
11278 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
11279 used for context switching.
11280 (ido-all-completions): Handle new `list' context.
11281 (ido-make-choice-list): Return choices for `list' context.
11282 (ido-find-file-in-dir, ido-display-file, ido-write-file)
11283 (ido-display-buffer, ido-kill-buffer): Disable context switching.
11284 (ido-insert-buffer, ido-insert-file): Setup context switching.
11285 (ido-exhibit): Handle `list' context.
11286 (ido-read-file-name): Disable context switching. Handle fallback.
11287 (ido-read-directory-name): Disable context switching.
11288 (ido-completing-read): New defun like completing-read. Setup and
11289 use new `list' context.
11290
11291 2004-09-20 Jesper Harder <harder@ifa.au.dk>
11292
11293 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
11294
11295 2004-09-21 Jay Belanger <belanger@truman.edu>
11296
11297 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
11298 `calc-graph-set-styles' so the gnuplot buffer will appear in a
11299 separate window.
11300
11301 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
11302
11303 * subr.el (after-change-major-mode-hook): Doc fix.
11304
11305 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11306
11307 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
11308 of ghostscript for monochrome PostScript file in Windows.
11309
11310 2004-09-21 Kenichi Handa <handa@m17n.org>
11311
11312 * descr-text.el (describe-char): Checking of quail activation fixed.
11313
11314 2004-09-21 Jay Belanger <belanger@truman.edu>
11315
11316 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
11317
11318 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
11319
11320 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
11321 after the mode hooks instead of before. Doc fix.
11322
11323 2004-09-20 Jason Rumney <jasonr@gnu.org>
11324
11325 * startup.el (command-line) [windows-nt]: Try .emacs first, then
11326 _emacs, but revert to .emacs if neither exists in home directory.
11327
11328 2004-09-20 John Paul Wallington <jpw@gnu.org>
11329
11330 * bindings.el (completion-ignored-extensions): Add .dfsl.
11331
11332 2004-09-20 Richard M. Stallman <rms@gnu.org>
11333
11334 * bindings.el (scroll-left): Make it disabled.
11335
11336 * files.el (enable-local-eval): Doc fix.
11337
11338 * indent.el (move-to-left-margin): Special case for minibuffer.
11339
11340 * term.el (term-emulate-terminal): Turn off undo for output.
11341 Use with-current-buffer and save-selected-window.
11342
11343 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
11344
11345 * progmodes/make-mode.el (makefile-fill-paragraph):
11346 Don't insist on spaces when looking for comments. # is enough.
11347
11348 * files.el (hack-local-variables): Copy the variables list
11349 to another buffer, strip prefixes and suffixes there, then read.
11350 (enable-local-eval): Doc fix.
11351 (ignored-local-variables): Initialize to nil.
11352 (risky-local-variable-p): Don't check ignored-local-variables here.
11353 (hack-one-local-variable): Ignore var if in ignored-local-variables.
11354
11355 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11356
11357 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
11358 of = to "." (punctuation).
11359
11360 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11361
11362 * subr.el (event-basic-type): Fix mask (extend to 22bits).
11363
11364 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
11365
11366 * textmodes/enriched.el (enriched-rerun-flag): New variable.
11367 (enriched-before-change-major-mode): New function.
11368 Add it to `change-major-mode-hook'.
11369 (enriched-after-change-major-mode): New function.
11370 Add it to `after-change-major-mode-hook'.
11371 (enriched-mode): Make it work correctly if called from
11372 `after-change-major-mode-hook'.
11373 No longer set `indent-line-function'.
11374
11375 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
11376
11377 * subr.el (after-change-major-mode-hook): New variable.
11378 (run-mode-hooks): Implement it.
11379
11380 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11381
11382 * battery.el (battery-linux-proc-apm): Use string-to-number.
11383 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
11384 Use dolist (and less indentation). Use erase-buffer.
11385 Pre-initialize `design-capacity', `warn', and `low'.
11386 (battery-format): Use replace-regexp-in-string.
11387
11388 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
11389
11390 * battery.el: Delete superfluous empty lines.
11391 (battery-linux-proc-acpi): Attempt to gather information from all
11392 battery subdirectories regardless of their file name.
11393 (battery-linux-proc-apm): Replace all occurrences of
11394 battery-hex-to-int-2 with string-to-int (base 16).
11395 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
11396 (battery-hex-map): Delete variable.
11397
11398 2004-09-18 John Paul Wallington <jpw@gnu.org>
11399
11400 * calc/calc-units.el (calc-quick-units): Fix overzealous
11401 s/or/unless/.
11402
11403 2004-09-17 Jay Belanger <belanger@truman.edu>
11404
11405 * calc/calc.el (calc-mode-var-list): Fix the value of
11406 `calc-matrix-brackets'.
11407
11408 2004-09-17 Romain Francoise <romain@orebokech.com>
11409
11410 * ibuf-ext.el (define-ibuffer-filter filename):
11411 Expand dired-directory since buffer-file-name is absolute.
11412
11413 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11414
11415 * ediff-init.el (ediff-current-diff-face-A)
11416 (ediff-current-diff-face-B, ediff-current-diff-face-C)
11417 (ediff-current-diff-face-Ancestor)
11418 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11419 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11420 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11421 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11422 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11423 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11424 Use min-colors.
11425
11426 * term.el (term-down): Perform vertical motion if DOWN is negative.
11427 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
11428 (term-termcap-format): Synchronyze with the eterm terminfo entry
11429 in etc/e/eterm.ti.
11430 (term-handle-colors-array): If the current foreground or
11431 background are zero (i.e. unspecified), use the foreground and
11432 background of the default face for reverse video.
11433 (term-ansi-at-eval-string, term-ansi-default-fg)
11434 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
11435 (term-mem): Delete ununsed function.
11436 (term-protocol-version): Increment.
11437 (term-current-face): Set to default.
11438
11439 2004-09-15 Jay Belanger <belanger@truman.edu>
11440
11441 * calc/calc.el (calc-mode-var-list): Define this variable.
11442 (calc-always-load-extensions, calc-line-numbering)
11443 (calc-line-breaking, calc-display-just, calc-display-origin)
11444 (calc-number-radix, calc-leading-zeros, calc-group-digits)
11445 (calc-group-char, calc-point-char, calc-frac-format)
11446 (calc-prefer-frac, calc-hms-format, calc-date-format)
11447 (calc-float-format, calc-full-float-format, calc-complex-format)
11448 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
11449 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
11450 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
11451 (calc-matrix-brackets, calc-language, calc-language-option)
11452 (calc-left-label, calc-right-label, calc-word-size)
11453 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
11454 (calc-display-raw, calc-internal-prec, calc-angle-mode)
11455 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
11456 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
11457 (calc-window-height, calc-display-trail, calc-show-selections)
11458 (calc-use-selections, calc-assoc-selections)
11459 (calc-display-working-message, calc-auto-why, calc-timing)
11460 (calc-mode-save-mode, calc-standard-date-formats)
11461 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
11462 (calc-user-parse-tables, calc-gnuplot-default-device)
11463 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11464 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11465 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11466 (calc-invocation-macro, calc-show-banner): Give these values as
11467 part of `calc-mode-var-list's initialization after the variables
11468 are declared with defvar.
11469 (calc-bug-address): Change email address to send bug reports to.
11470 Change the maintainer address at the top.
11471 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
11472 than "\\.emacs" to determine if it is the user-init-file.
11473
11474 * calc/calc-embed.el (calc-embedded-set-modes): Use
11475 `calc-mode-var-list' correctly.
11476
11477 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
11478
11479 * vc.el (annotate-time): Document point handling.
11480 (vc-annotate-display-autoscale): Doc fix.
11481
11482 2004-09-15 Miles Bader <miles@gnu.org>
11483
11484 * generic.el (generic-make-keywords-list): Use symbol rather than
11485 word anchors in regexp.
11486
11487 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
11488
11489 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
11490 no file name consider `dired-directory'.
11491
11492 2004-09-14 Kim F. Storm <storm@cua.dk>
11493
11494 * faces.el (cursor): Add face-no-inherit property. Doc fix.
11495
11496 2004-09-14 Simon Josefsson <jas@extundo.com>
11497
11498 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
11499
11500 * textmodes/dns-mode.el: Add.
11501
11502 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11503
11504 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
11505 (disabled-command-function): Make the ?\ char more obvious.
11506
11507 * vc-arch.el (vc-arch-root, vc-arch-registered):
11508 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
11509
11510 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
11511
11512 * windmove.el (windmove-frame-edges): Report coordinates of
11513 outside edges of frame, not inside edges.
11514 (windmove-coordinates-of-position): Convert into wrapper to new
11515 function `windmove-coordinates-of-window-position';
11516 `compute-motion' always applies to selected window.
11517 (windmove-coordinates-of-position): Update documentation to refer
11518 to Emacs 21 Lisp Reference Manual.
11519 (windmove-find-other-window): Fix off-by-one errors for max x,y.
11520
11521 2004-09-13 Kim F. Storm <storm@cua.dk>
11522
11523 * isearch.el (isearch-resume-in-command-history): Rename from
11524 isearch-resume-enabled and change default to nil.
11525
11526 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11527
11528 * vc-hooks.el (vc-ignore-dir-regexp): New var.
11529 (vc-registered): Use it.
11530 (vc-find-root): New fun.
11531
11532 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11533 Don't tell to use \\{...} when it's already done.
11534
11535 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
11536 Provide a sample complex default.
11537 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
11538 (bibtex-entry): Use mapc.
11539
11540 2004-09-12 Kim F. Storm <storm@cua.dk>
11541
11542 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
11543
11544 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
11545 inhibit-field-text-motion to t so rectangles work in comint buffers.
11546
11547 * simple.el (choose-completion-string): Set buffer before running
11548 choose-completion-string-functions hook so it can be buffer-local.
11549
11550 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
11551
11552 * progmodes/compile.el (compilation-start): Parse command to see
11553 if it starts with a cd, and if so perform it for the *compilation*
11554 buffer. Change the header to reflect this.
11555
11556 2004-09-11 Kim F. Storm <storm@cua.dk>
11557
11558 * ido.el (ido-enable-dot-prefix): Doc fix.
11559 (ido-enable-dot-prefix): New defcustom.
11560 (ido-set-matches1): Use it.
11561
11562 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11563
11564 * textmodes/bibtex.el (bibtex-mark-active)
11565 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
11566
11567 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11568
11569 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
11570 used in a case insensitive environment.
11571 (bibtex-mode-map): Rearrange order of menus.
11572 (bibtex-quoted-string-re): Obsolete.
11573 (bibtex-complete-key-cleanup): Variable replaced by new function.
11574 (bibtex-font-lock-keywords): Use backquotes.
11575 (bibtex-font-lock-url-regexp): New internal variable.
11576 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
11577 "OPT" and "ALT".
11578 (bibtex-insert-current-kill, bibtex-make-field)
11579 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
11580 (bibtex-parse-field-text): Simplify.
11581 (bibtex-string=): New helper function.
11582 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
11583 (bibtex-map-entries): Use bibtex-string=.
11584 (bibtex-search-entry): Use not.
11585 (bibtex-enclosing-field): Fix docstring.
11586 (bibtex-assoc-regexp): Obsolete.
11587 (bibtex-format-entry): Use assoc-string and bibtex-string=.
11588 (bibtex-autokey-get-names): Handle empty name field.
11589 (bibtex-parse-strings): Use assoc-string and unless.
11590 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
11591 Use assoc-string.
11592 (bibtex-pop): Simplify.
11593 (bibtex-mode): Set font-lock-extra-managed-props.
11594 (bibtex-entry-update): Use assoc-string.
11595 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
11596 (bibtex-autofill-entry): Use bibtex-string=.
11597 (bibtex-print-help-message): Simplify.
11598 (bibtex-find-entry): New optional arg START.
11599 (bibtex-validate): Use bibtex-string= and assoc-string.
11600 Do not call obsolete function compilation-parse-errors.
11601 (bibtex-remove-delimiters): Only remove delimiters if present.
11602 (bibtex-copy-entry-as-kill): Add docstring.
11603 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
11604 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
11605 (bibtex-complete): Use bibtex-predefined-month-strings,
11606 bibtex-string=, and new function bibtex-complete-key-cleanup.
11607 (bibtex-generate-url-list): New variable.
11608 (bibtex-url): New command bound to C-c C-l and mouse-2.
11609 (bibtex-url-map): New local keymap for bibtex-url-mouse.
11610 (bibtex-font-lock-url): New function.
11611
11612 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11613
11614 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
11615
11616 2004-09-09 Kim F. Storm <storm@cua.dk>
11617
11618 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
11619 counter and format with binding.
11620 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
11621 the declared macro uses own macro counter and format. Give symbol
11622 kmacro property.
11623 (kmacro-keymap): Bind kmacro-name-last-macro to n.
11624 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
11625 (kmacro-end-and-call-macro): Doc fix.
11626
11627 2004-09-09 Lars Hansen <larsh@math.ku.dk>
11628
11629 * desktop.el (desktop-clear-preserve-buffers):
11630 Remove make-obsolete-variable.
11631
11632 2004-09-08 Richard M. Stallman <rms@gnu.org>
11633
11634 * buff-menu.el (list-buffers-noselect): Call format-mode-line
11635 with the buffer as argument.
11636
11637 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
11638
11639 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
11640
11641 2004-09-08 Juri Linkov <juri@jurta.org>
11642
11643 * replace.el (perform-replace): Use `query-replace-descr'.
11644
11645 * cus-start.el (history-delete-duplicates): Specify customization.
11646
11647 * diff-mode.el (diff-mode-map):
11648 * progmodes/compile.el (compilation-mode-map):
11649 * progmodes/grep.el (grep-mode-map):
11650 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
11651 to `next-error-follow-minor-mode'.
11652
11653 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11654
11655 * isearch.el (isearch-lazy-highlight-update): Take into account
11656 the case of zero-length match at the search bound.
11657
11658 2004-09-08 Kim F. Storm <storm@cua.dk>
11659
11660 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
11661 change. Use zero width overlays when necessary.
11662
11663 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11664
11665 * subr.el (split-string): Docfix.
11666
11667 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11668
11669 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
11670 (display-call-tree): Ensure newline after caller/calls blocks.
11671
11672 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11673
11674 * startup.el (command-line-1): Make option
11675 --directory/-L modify `load-path' straight away.
11676
11677 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11678
11679 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
11680
11681 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11682
11683 * emacs-lisp/autoload.el (make-autoload):
11684 Handle `define-compilation-mode'.
11685
11686 * emacs-lisp/lisp-mode.el (define-compilation-mode):
11687 Specify `doc-string-elt' property.
11688
11689 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11690
11691 * bs.el (bs-mode): Doc fix.
11692
11693 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11694
11695 * info.el (Info-insert-dir): Fix temp buffer leak bug.
11696
11697 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11698
11699 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
11700
11701 2004-09-08 Kenichi Handa <handa@m17n.org>
11702
11703 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
11704 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
11705 ps-mule-next-point -> 1+).
11706
11707 * composite.el (encode-composition-rule): Add autoload cooky.
11708
11709 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11710
11711 * format.el (buffer-auto-save-file-format): Make it permanent local.
11712
11713 2004-09-07 Kim F. Storm <storm@cua.dk>
11714
11715 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
11716 (authors-fixed-entries): Fix typo.
11717 (authors-canonical-author-name): Compact multiple spaces.
11718 Ignore trivial names (e.g. only first name).
11719
11720 * term.el (term-window-width): Only use full window width on
11721 window system if overflow-newline-into-fringe is enabled.
11722 (term-mode): Don't disable overflow-newline-into-fringe.
11723
11724 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11725
11726 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
11727 motion as seen on my Mac OS X xterms.
11728
11729 * newcomment.el (uncomment-region-default, comment-region-default):
11730 New functions extracted from uncomment-region and comment-region.
11731 (comment-region, comment-region-function, uncomment-region)
11732 (uncomment-region-function): Use them.
11733
11734 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
11735
11736 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
11737 It's not crucial but can make sense at times.
11738
11739 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
11740 the first commit.
11741
11742 * vc.el (vc-buffer-context, vc-restore-buffer-context):
11743 Disable obsolete code.
11744
11745 2004-09-07 Juri Linkov <juri@jurta.org>
11746
11747 * progmodes/grep.el (grep-highlight-matches): Change default from
11748 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
11749 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
11750 if grep option `--color' is available, or to `nil' otherwise.
11751 (grep-process-setup): Call `grep-compute-defaults' if
11752 `grep-highlight-matches' is not computed. Set env-vars only
11753 if `grep-highlight-matches' is `t'.
11754 (grep-use-null-device): Remove redundant type `boolean' (`choice'
11755 is already defined).
11756
11757 * progmodes/compile.el (compilation-start): Use copy of
11758 `process-environment' created by `copy-sequence' to not
11759 modify env-vars in the global `process-environment'.
11760
11761 2004-09-06 Eli Zaretskii <eliz@gnu.org>
11762
11763 * simple.el (next-error-follow-minor-mode): Fix last change.
11764
11765 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
11766
11767 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
11768 permanent local.
11769
11770 2004-09-04 Richard M. Stallman <rms@gnu.org>
11771
11772 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
11773 highlighting if the search string is empty.
11774
11775 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
11776
11777 * facemenu.el (facemenu-active-faces): Change condition of inner
11778 `while' loop to also check the first two elements of `face-atts'
11779 and `mask-atts'.
11780
11781 2004-09-04 John Paul Wallington <jpw@gnu.org>
11782
11783 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
11784 (thumbs-view-image-mode): Make buffer read-only.
11785
11786 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
11787
11788 * textmodes/ispell.el (ispell-really-aspell): New defvar.
11789 (ispell-check-version): Set it.
11790 (ispell-send-replacement): New function.
11791 (ispell-process-line): Call ispell-send-replacement.
11792
11793 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
11794
11795 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
11796 Support choosing seconds with "s".
11797
11798 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
11799
11800 * terminal.el (te-escape): Show `?' in prompt for help key.
11801
11802 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
11803
11804 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
11805
11806 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
11807
11808 * simple.el (next-error-follow-minor-mode)
11809 (next-error-follow-mode-post-command-hook): New functions.
11810 (next-error-follow-last-line): New defvar.
11811
11812 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
11813 * progmodes/compile.el (compilation-mode-map): Likewise.
11814 * progmodes/grep.el (grep-mode-map): Likewise.
11815 * replace.el (occur-mode-map): Likewise.
11816
11817 * newcomment.el (uncomment-region): Bind comment-use-global-state
11818 to nil.
11819
11820 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
11821
11822 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
11823 locally around the call to `revert-buffer'.
11824
11825 2004-09-03 Juri Linkov <juri@jurta.org>
11826
11827 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
11828 `isearch-adjusted' to `t'.
11829 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
11830 (isearch-message-prefix): Add "pending" for isearch-adjusted.
11831 (isearch-other-meta-char): Restore isearch-point unconditionally.
11832 (isearch-query-replace): Add new arg `regexp-flag' and use it.
11833 Set point to start of match if region is not active in transient
11834 mark mode (to include the current match to region boundaries).
11835 Push the search string to `query-replace-from-history-variable'.
11836 Add prompt "Query replace regexp" for isearch-regexp.
11837 Add region beginning/end as last arguments of `perform-replace.'
11838 (isearch-query-replace-regexp): Replace code by the call to
11839 `isearch-query-replace' with arg `t'.
11840
11841 2004-09-03 Richard M. Stallman <rms@gnu.org>
11842
11843 * startup.el (normal-top-level): Undo previous TERM change.
11844
11845 2004-09-03 Kim F. Storm <storm@cua.dk>
11846
11847 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
11848 highlight overlays; allow using RET when cursor is over a button.
11849 (cua--highlight-rectangle): Use it.
11850 (cua--rectangle-set-corners): Don't move backwards at eol.
11851 (cua--forward-line): Don't move into void after eob.
11852
11853 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
11854 point is set (and displayed) inside rectangle.
11855 (cua--rectangle-operation): Fix for highlight of empty lines.
11856 (cua--highlight-rectangle): Fix highlight for tabs.
11857 Position cursor at left/right edge of rectangle using new `cursor'
11858 property on overlay strings.
11859 (cua--indent-rectangle): Don't tabify.
11860 (cua-rotate-rectangle): Ignore that point has moved.
11861
11862 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11863
11864 * term/mac-win.el: Add ASCII equivalents for some function keys.
11865 (mode-line-frame-identification): Sync with x-win.el.
11866
11867 2004-09-02 Juri Linkov <juri@jurta.org>
11868
11869 * progmodes/compile.el (compilation-buffer-name): Compare major
11870 mode with second element of compilation-arguments instead of third
11871 to reflect latest changes in compilation-arguments structure.
11872 (recompile): Use global variable `compilation-directory' to get
11873 recent compilation directory only when `recompile' is invoked NOT
11874 in the compilation buffer. Otherwise, use `default-directory' of
11875 the compilation buffer.
11876 (compilation-error-properties): Allow to funcall col and end-col.
11877 (compilation-mode-font-lock-keywords): Check col and end-col by
11878 `integerp'.
11879 (compilation-goto-locus): If end-mk is non-nil in transient mark
11880 mode don't activate the mark (and don't display message in
11881 push-mark), but highlight overlay between mk and end-mk.
11882
11883 * progmodes/grep.el (grep-highlight-matches): New defcustom.
11884 (grep-regexp-alist): Add rule to highlight grep matches.
11885 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
11886
11887 * info.el (Info-fontify-node): Don't compute other-tag
11888 if Info-hide-note-references=hide.
11889
11890 * help.el (function-called-at-point):
11891 * help-fns.el (variable-at-point):
11892 Try `find-tag-default' when other methods failed.
11893
11894 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11895 Do not push mark if inhibit-mark-movement is non-nil.
11896
11897 * textmodes/ispell.el (ispell-html-skip-alists):
11898 Fix backslashes in docstring.
11899
11900 2004-09-01 Juri Linkov <juri@jurta.org>
11901
11902 * isearch.el (isearch-wrap-function)
11903 (isearch-push-state-function): New defvars.
11904 (isearch-pop-fun-state): New defsubst.
11905 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
11906 (isearch-push-state): Set the result of calling
11907 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
11908 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
11909 restore the mode-specific starting point of terminated search.
11910 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
11911 (isearch-repeat): Call `isearch-wrap-function' if defined.
11912 (isearch-message-prefix): Don't add prefix "over" to the message
11913 for wrapped search if `isearch-wrap-function' is defined.
11914 (isearch-search): Call function saved in `isearch-pop-fun-state' to
11915 restore the mode-specific starting point of failed search.
11916
11917 * info.el (Info-search-whitespace-regexp): Fix backslashes.
11918 (Info-search): Add new optional arguments for the sake of isearch.
11919 Replace whitespace in Info-search-whitespace-regexp literally.
11920 Add backward search. Don't call `Info-select-node' if regexp is
11921 found in the same Info node. Don't add node to Info-history for
11922 wrapped isearch.
11923 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
11924 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
11925 (Info-mode): Set local variables `isearch-search-fun-function',
11926 `isearch-wrap-function', `isearch-push-state-function',
11927 `search-whitespace-regexp'.
11928
11929 * isearch.el: Remove ancient Change Log section.
11930 (isearch-string, isearch-message-string, isearch-point)
11931 (isearch-success, isearch-forward-flag, isearch-other-end)
11932 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
11933 (isearch-barrier, isearch-within-brackets)
11934 (isearch-case-fold-search): Add suffix `-state' to state-related
11935 defsubsts to avoid name clashes with other function names.
11936
11937 * simple.el (next-error): New defgroup and defface.
11938 (next-error-highlight, next-error-highlight-no-select):
11939 New defcustoms.
11940 (next-error-no-select): Let-bind next-error-highlight to the value
11941 of next-error-highlight-no-select before calling `next-error'.
11942
11943 * progmodes/compile.el (compilation-goto-locus):
11944 Use `next-error' face instead of `region'. Set 4-th argument of
11945 `move-overlay' to `current-buffer' to move overlay to different
11946 source buffers. Use new variable `next-error-highlight'.
11947
11948 * simple.el (next-error-find-buffer): Move the rule
11949 "if current buffer is a next-error capable buffer" after the
11950 rule "if next-error-last-buffer is set to a live buffer".
11951 Simplify to test all rules in one `or'.
11952 (next-error): Doc fix.
11953 (next-error, previous-error, first-error)
11954 (next-error-no-select, previous-error-no-select):
11955 Make arguments optional.
11956
11957 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
11958
11959 * macros.el (apply-macro-to-region-lines): Make it operate on all
11960 lines that begin in the region, rather than on all complete lines
11961 in the region.
11962
11963 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11964
11965 * x-dnd.el (x-dnd-protocol-alist): Document update.
11966 (x-dnd-known-types): Defcustom it.
11967 (x-dnd-handle-motif): Print message-atom in error message.
11968
11969 2004-08-30 John Paul Wallington <jpw@gnu.org>
11970
11971 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
11972 strings rather than programatically constructing message.
11973
11974 2004-08-30 Richard M. Stallman <rms@gnu.org>
11975
11976 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
11977 Don't return a string that would read as the wrong character code.
11978
11979 2004-08-29 Kim F. Storm <storm@cua.dk>
11980
11981 * emulation/cua-base.el (cua-auto-expand-rectangles):
11982 Remove automatic rectangle padding feature; replace by non-destructive
11983 virtual rectangle edges feature.
11984 (cua-virtual-rectangle-edges): New defcustom.
11985 (cua-auto-tabify-rectangles): New defcustom.
11986 (cua-paste): If paste into a marked rectangle, insert rectangle at
11987 current column, even if virtual; also paste exactly as many lines
11988 as has been marked (ignore additional lines or add empty lines),
11989 but paste whole source if only one line is marked.
11990 (cua--update-indications): No longer use overwrite-cursor to
11991 indicate rectangle padding
11992
11993 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
11994 (cua--rectangle-virtual-edges): New defun.
11995 (cua--rectangle-get-corners): Remove optional PAD arg.
11996 (cua--rectangle-set-corners): Never do padding.
11997 (cua--forward-line): Remove optional PAD arg. Simplify.
11998 (cua-resize-rectangle-right, cua-resize-rectangle-left)
11999 (cua-resize-rectangle-down, cua-resize-rectangle-up):
12000 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
12001 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
12002 (cua--rectangle-move): Never do padding. Simplify.
12003 (cua--tabify-start): New defun.
12004 (cua--rectangle-operation): Add tabify arg. All callers changed.
12005 (cua--pad-rectangle): Remove.
12006 (cua--delete-rectangle): Handle delete with virtual edges.
12007 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
12008 (cua--insert-rectangle): Handle insert at virtual column.
12009 Perform auto-tabify if necessary.
12010 (cua--activate-rectangle): Remove optional FORCE arg.
12011 Never do padding. Simplify.
12012 (cua--highlight-rectangle): Enhance for virtual edges.
12013 (cua-toggle-rectangle-padding): Remove command.
12014 (cua-toggle-rectangle-virtual-edges): New command.
12015 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
12016 (cua--rectangle-post-command): Don't force rectangle padding.
12017 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
12018
12019 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
12020
12021 * indent.el (edit-tab-stops-buffer): Doc fix.
12022
12023 2004-08-28 Richard M. Stallman <rms@gnu.org>
12024
12025 * progmodes/grep.el (grep-default-command): Use find-tag-default.
12026 (grep-tag-default): Function deleted.
12027
12028 * subr.el (find-tag-default): Move from etags.el.
12029
12030 * progmodes/etags.el (find-tag-default): Move to subr.el.
12031
12032 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
12033 into the basic character if it has an uppercase form.
12034
12035 2004-08-27 Kenichi Handa <handa@m17n.org>
12036
12037 * international/utf-8.el (utf-8-post-read-conversion): If the
12038 buffer is unibyte, temporarily make it multibyte.
12039
12040 2004-08-27 Masatake YAMATO <jet@gyve.org>
12041
12042 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
12043
12044 2004-08-25 John Paul Wallington <jpw@gnu.org>
12045
12046 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
12047 0, 1, and many mismatches in message.
12048 (tex-start-shell): Use `set-process-query-on-exit-flag'.
12049
12050 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
12051 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
12052
12053 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12054
12055 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
12056 vc-diff-switches differently.
12057
12058 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
12059
12060 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
12061 before and a real defvar after
12062 `speedbar-supported-extension-expressions'. This is to silence
12063 the compiler without breaking bootstrapping.
12064
12065 2004-08-22 Richard M. Stallman <rms@gnu.org>
12066
12067 * textmodes/flyspell.el (flyspell-word):
12068 Use set-process-query-on-exit-flag.
12069 (flyspell-highlight-duplicate-region): Take POSS as arg.
12070 (flyspell-word): Pass POSS as arg.
12071
12072 * progmodes/ada-xref.el: Many doc and style fixes.
12073 (ada-find-any-references): Use compilation-start.
12074 (ada-get-ali-file-name): Improve error msg.
12075 (ada-get-ada-file-name): Likewise.
12076
12077 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
12078 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
12079
12080 * mail/mail-extr.el (mail-extr-all-top-level-domains):
12081 Add forward defvar.
12082
12083 * whitespace.el (global-whitespace-mode): New alias
12084 for whitespace-global-mode.
12085
12086 * speedbar.el (speedbar-file-regexp): Move definition up.
12087 (speedbar-mode, speedbar-set-mode-line-format):
12088 Use with-no-warnings.
12089 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
12090
12091 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
12092 controls whether to display the error buffer.
12093
12094 * ps-mule.el: Delete compatibility code for old Emacses.
12095 (ps-mule-find-wrappoint): Don't use chars-in-region.
12096
12097 * frame.el (display-mouse-p, display-selections-p):
12098 Use with-no-warnings.
12099
12100 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
12101
12102 2004-08-22 David Kastrup <dak@gnu.org>
12103
12104 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
12105 information.
12106
12107 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
12108
12109 2004-08-22 Andreas Schwab <schwab@suse.de>
12110
12111 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
12112
12113 2004-08-22 Masatake YAMATO <jet@gyve.org>
12114
12115 * cvs-status.el (cvs-status-checkout): New function.
12116 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
12117
12118 2004-08-21 David Kastrup <dak@gnu.org>
12119
12120 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
12121 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
12122 has been converted to use hashtables, the relation `nil=none' is
12123 no longer valid, as `nil' is not a hashtable. This patch tries to
12124 reduce the number of resulting errors.
12125
12126 2004-08-21 John Paul Wallington <jpw@gnu.org>
12127
12128 * subr.el (process-kill-without-query): Made obsolete in
12129 version 21.4, not 21.5.
12130
12131 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
12132 (vc-previous-comment, vc-next-comment)
12133 (vc-comment-search-reverse, vc-comment-search-forward)
12134 (vc-comment-to-change-log): Likewise.
12135
12136 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
12137
12138 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
12139
12140 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
12141 Correct indentation of DEFMETHODS with non-standard method
12142 combinations (e.g., PROGN, MIN, MAX).
12143
12144 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
12145
12146 * startup.el (normal-top-level-add-subdirs-to-load-path):
12147 Avoid unnecessarily checking system-type.
12148 (normal-top-level): Set TERM to "dumb". Simplify.
12149
12150 * avoid.el (mouse-avoidance-ignore-p): New fun.
12151 Also ignore switch-frame, select-window, double, and triple clicks.
12152 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
12153 (mouse-avoidance-fancy-hook): Use it.
12154
12155 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
12156
12157 * avoid.el (mouse-avoidance-nudge-mouse)
12158 (mouse-avoidance-banish-destination): Stay within the current window
12159 to avoid problems with mouse-autoselect-window.
12160
12161 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12162
12163 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
12164 the newer format of some messages in cvs-1.12.1.
12165
12166 2004-08-19 Masatake YAMATO <jet@gyve.org>
12167
12168 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
12169 (elp-results-jump-to-definition-by-mouse)
12170 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
12171 (elp-output-result): Use elp-output-insert-symname.
12172
12173 2004-08-18 Kenichi Handa <handa@m17n.org>
12174
12175 * language/cyrillic.el: Register koi8-r in
12176 ctext-non-standard-encodings-alist.
12177 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
12178
12179 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
12180
12181 * emacs-lisp/copyright.el (copyright-update-year): Delete code
12182 that replaces 20xy with xy.
12183
12184 2004-08-17 John Paul Wallington <jpw@gnu.org>
12185
12186 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
12187 (reb-force-update): Doc fix.
12188
12189 2004-08-16 Richard M. Stallman <rms@gnu.org>
12190
12191 * progmodes/which-func.el (which-func-update-1): Doc fix.
12192
12193 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
12194 (sh-mode-abbrev-table): New variable.
12195
12196 * progmodes/compile.el (compilation-mode): Doc fix.
12197
12198 * emacs-lisp/lisp-mode.el (eval-last-sexp):
12199 Don't cons a new symbol each time.
12200 (eval-last-sexp-fake-value): New variable.
12201
12202 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
12203 (copyright-update-year): Detect continuation of list of years.
12204
12205 * term.el (term-default-fg-color, term-default-bg-color)
12206 (ansi-term-color-vector): Use `unspecified', not nil, as default.
12207
12208 * imenu.el: Several doc fixes: don't say variables are buffer-local.
12209
12210 2004-08-16 Davis Herring <herring@lanl.gov>
12211
12212 * isearch.el (isearch-string, isearch-message-string, isearch-point)
12213 (isearch-success, isearch-forward-flag, isearch-other-end)
12214 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12215 (isearch-barrier, isearch-within-brackets)
12216 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
12217
12218 2004-08-16 Kenichi Handa <handa@m17n.org>
12219
12220 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
12221
12222 2004-08-15 Kenichi Handa <handa@m17n.org>
12223
12224 * term/x-win.el (x-selection-value): If utf8 was successful but
12225 ctext was not, use utf8 string.
12226
12227 2004-08-14 Davis Herring <herring@lanl.gov>
12228
12229 * isearch.el: Remove accidental changes of March 4. Fix backing
12230 up when a regexp isearch is made more general. Use symbolic
12231 accessor functions for isearch stack frames to make usage clearer.
12232 (search-whitespace-regexp): Made groups in documentation shy (as
12233 is the group in the default value).
12234 (isearch-fallback): New function, addresses problems with regexps
12235 liberalized by `\|', adds support for liberalization by `\}' (the
12236 general repetition construct), and incorporates behavior for
12237 `*'/`?'.
12238 (isearch-}-char): New command, calls `isearch-fallback' with
12239 arguments appropriate to a typed `}'.
12240 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
12241 appropriately.
12242 (isearch-mode-map): Bind `}' to `isearch-}-char'.
12243 (isearch-string, isearch-message,string, isearch-point)
12244 (isearch-success, isearch-forward-flag, isearch-other-end)
12245 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12246 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
12247 New inline functions to read fields of a stack frame.
12248
12249 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
12250
12251 * battery.el (battery-linux-proc-acpi): Look into battery
12252 directories matching the literal string "CMB", too (required for
12253 Linux kernel version 2.6.7).
12254
12255 2004-08-14 John Paul Wallington <jpw@gnu.org>
12256
12257 * cus-start.el (read-file-name-completion-ignore-case): Add.
12258 (blink-cursor-alist): Change version to "21.4".
12259
12260 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
12261
12262 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
12263
12264 * speedbar.el (speedbar-scan-subdirs): New option.
12265 (speedbar-file-lists): Don't ignore file-name case on Unix and use
12266 dolist.
12267 (speedbar-insert-files-at-point): Take an extra argument and use
12268 it to optionally find out if a subdir is empty. Also unreadable
12269 files don't get expand buttons.
12270 (speedbar-directory): New image (unused pixmap already existed).
12271 (speedbar-expand-image-button-alist): Use it.
12272
12273 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
12274
12275 CC Mode update to 5.30.9:
12276
12277 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
12278 Move from cc-vars to cc-defs for dependency reasons. Fix the
12279 POSIX char class test to check that it works in
12280 `skip-chars-(forward|backward)' too.
12281
12282 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
12283 first argument starts with a special brace list.
12284
12285 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
12286 when `c-opt-type-concat-key' is used (i.e. in Pike).
12287
12288 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
12289 Fix bug when the inner char pair doesn't have paren syntax,
12290 i.e. "(<>)".
12291
12292 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
12293 whitespace safe.
12294
12295 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
12296 position for `arglist-intro', `arglist-cont-nonempty' and
12297 `arglist-close' when there are two arglist open parens on the same
12298 line and there's nothing in front of the first.
12299
12300 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
12301 locking of qualified names in Java, which previously could fontify
12302 common indexing expressions in many cases. The standard Java
12303 naming conventions are used to tell them apart.
12304
12305 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
12306 Fix inconsistency wrt opening parens on the first line inside a paren
12307 block.
12308
12309 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
12310 compile time for the sake of `c-major-mode-is'.
12311
12312 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
12313 `c-major-mode-is' in the event that this is used inside a
12314 `c-lang-defconst'.
12315
12316 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
12317 `c-lang-defconst' so that it works better with fallback languages.
12318
12319 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
12320 it to fail to record the base mode.
12321
12322 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12323 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
12324 is used. Reorder the syntax checks to get more efficient
12325 skipping in some situations.
12326
12327 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
12328 continuation which might precede the newly inserted '{'.
12329
12330 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12331 Fix cases where it could loop indefinitely.
12332
12333 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
12334 size specs correctly. Only fontify identifiers in front of '('
12335 with as functions - don't accept any paren char. Tighten up
12336 initializer skipping to stop before function and class blocks.
12337
12338 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
12339 the point could be left directly after an open paren when finding
12340 the beginning of the first decl in the block.
12341
12342 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
12343 table when filtering out legitimate open parens to be recorded.
12344 This could cause cache inconsistencies when e.g.
12345 `c++-template-syntax-table' was temporarily in use.
12346
12347 * progmodes/cc-engine.el (c-on-identifier)
12348 (c-simple-skip-symbol-backward): Small fix for handling "-"
12349 correctly in `skip-chars-backward'. Affected the operator lfun
12350 syntax in Pike.
12351
12352 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
12353 Fix bug that could cause an error from `after-change-functions' when
12354 the changed region is at bob.
12355
12356 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
12357
12358 CC Mode update to 5.30.9:
12359
12360 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
12361 to say that <TAB> doesn't insert WS into a CPP line.
12362 (c-indent-command, c-tab-always-indent): Amend doc strings.
12363
12364 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
12365 checks for user errors, thus eliminating cryptic and unhelpful
12366 Emacs error messages. (1) Check the arg to `c-set-style' is a
12367 string. (2) Check that settings to `c-offsets-alist' are not
12368 spuriously quoted.
12369
12370 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
12371 which precedes the newly inserted `{'.
12372
12373 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
12374
12375 Sync with Tramp 2.0.44.
12376
12377 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
12378 function "tramp_file_attributes". Otherwise, file names
12379 containing spaces are misinterpreted. Reported by Magnus Henoch
12380 <mange@freemail.hu>.
12381 (tramp-handle-file-truename): FILENAME must be expanded first.
12382 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
12383 obscure results. Reported by D. Goel <deego@gnufans.org>.
12384 (tramp-handle-verify-visited-file-modtime): If file does not
12385 exist, say it is not modified if and only if that agrees with the
12386 buffer's record. Check whether a file is visiting the buffer, or
12387 the buffer has no recorded last modification time. Return t in
12388 case the visiting file doesn't exist. Suggested by Luc Teirlinck
12389 <teirllm@auburn.edu>.
12390 (tramp-handle-write-region): Pass modtime explicitely to
12391 `set-visited-file-modtime', because filename can be different
12392 from (buffer-file-name) if `file-precious-flag' is set.
12393 `set-visited-file-modtime' must be called always when `visit' is t
12394 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
12395 (tramp-handle-set-visited-file-modtime): If `time-list' is not
12396 nil, don't apply the whole body. If the file doesn't exists, set
12397 modtime to '(-1 65535). Suggested by Luc Teirlinck
12398 <teirllm@auburn.edu>.
12399
12400 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
12401
12402 * help.el (describe-bindings): Doc fix.
12403
12404 * subr.el (kbd): Doc fix.
12405
12406 2004-08-08 John Paul Wallington <jpw@gnu.org>
12407
12408 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
12409 instead of `string-to-int'.
12410 (define-ibuffer-column mode): Fix indentation.
12411
12412 2004-08-08 Lars Hansen <larsh@math.ku.dk>
12413
12414 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
12415
12416 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
12417
12418 * subr.el (global-unset-key, local-unset-key): Doc fixes.
12419
12420 * novice.el (disabled-command-function): New variable renamed from
12421 `disabled-command-hook'.
12422 (disabled-command-hook): Keep the _variable_ as alias for
12423 `disabled-command-function' and make obsolete.
12424 (disabled-command-function): Function renamed from
12425 `disabled-command-hook'. Adapt code to name change of the variable.
12426
12427 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
12428
12429 * simple.el (completion-root-regexp): New defvar.
12430 (completion-setup-function): Use it instead of a literal string.
12431
12432 2004-08-07 John Paul Wallington <jpw@gnu.org>
12433
12434 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
12435 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
12436 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
12437 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
12438
12439 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12440
12441 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
12442 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
12443
12444 2004-08-04 Kenichi Handa <handa@m17n.org>
12445
12446 * international/encoded-kb.el (encoded-kbd-setup-keymap):
12447 Fix previous change.
12448
12449 2004-08-03 Kenichi Handa <handa@m17n.org>
12450
12451 * international/encoded-kb.el: The following changes are to
12452 utilize key-translation-map instead of minor mode map.
12453 (encoded-kbd-iso2022-non-ascii-map): Delete it.
12454 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
12455 (encoded-kbd-last-key): New function.
12456 (encoded-kbd-iso2022-single-shift): New function.
12457 (encoded-kbd-iso2022-designation)
12458 (encoded-kbd-self-insert-iso2022-7bit)
12459 (encoded-kbd-self-insert-iso2022-8bit)
12460 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
12461 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
12462 key-translation-map.
12463 (encoded-kbd-setup-keymap): Setup key-translation-map.
12464 (saved-key-translation-map): New variable.
12465 (encoded-kbd-mode): Save/restore key-translation-map.
12466 Adjust for the change of encoded-kbd-setup-keymap.
12467
12468 2004-08-02 Kim F. Storm <storm@cua.dk>
12469
12470 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
12471 and call compute-motion with nil for topos and width to get proper
12472 usable width and height for both window and non-window systems.
12473
12474 * windmove.el (windmove-coordinates-of-position): Let compute-motion
12475 calculate usable window width and height.
12476
12477 * window.el (window-buffer-height): Call compute-motion with nil width.
12478
12479 2004-08-01 David Kastrup <dak@gnu.org>
12480
12481 * replace.el (query-replace-read-from):
12482 Use `query-replace-compile-replacement'.
12483 (query-replace-compile-replacement): New function.
12484 (query-replace-read-to): Use `query-replace-compile-replacement'
12485 for repeating the last command.
12486
12487 2004-08-01 John Paul Wallington <jpw@gnu.org>
12488
12489 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
12490 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
12491 (pr-switches): Remove period from end of error messages.
12492
12493 * help-mode.el (help-go-back): Likewise.
12494
12495 * abbrev.el (only-global-abbrevs): Doc fix.
12496 (edit-abbrevs-map): Define within defvar.
12497 (quietly-read-abbrev-file): Doc fix.
12498
12499 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
12500
12501 * novice.el (enable-command, disable-command): Doc fixes.
12502
12503 * subr.el (event-modifiers, event-basic-type): Doc fixes.
12504
12505 2004-07-30 Richard M. Stallman <rms@gnu.org>
12506
12507 * subr.el (with-local-quit): Doc fix.
12508
12509 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
12510
12511 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
12512
12513 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
12514
12515 * custom.el (defcustom): Doc fix.
12516
12517 2004-07-28 Masatake YAMATO <jet@gyve.org>
12518
12519 * progmodes/etags.el (etags-tags-apropos): Show building progress.
12520
12521 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12522
12523 * imenu.el (imenu-prev-index-position-function)
12524 (imenu-extract-index-name-function, imenu-name-lookup-function)
12525 (imenu--index-alist): Docstring redundancy fix.
12526
12527 2004-07-25 Lars Hansen <larsh@math.ku.dk>
12528
12529 * wdired.el (wdired-finish-edit): Require dired-aux before locally
12530 binding dired-backup-overwrite.
12531
12532 2004-07-25 John Paul Wallington <jpw@gnu.org>
12533
12534 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
12535
12536 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
12537
12538 * term/tty-colors.el (tty-color-approximate): Doc fix.
12539
12540 * select.el (x-get-selection, x-set-selection): Doc fixes.
12541
12542 * frame.el (make-frame): Doc fix.
12543
12544 2004-07-24 Richard M. Stallman <rms@gnu.org>
12545
12546 * mail/rmail.el (rmail-mime-charset-pattern):
12547 Don't include semicolon in the charset value.
12548
12549 * replace.el (occur-next-error): Call set-window-point.
12550 (occur-engine): Handle negative NLINES.
12551
12552 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
12553
12554 * frame.el (modify-all-frames-parameters): Minor doc fix.
12555 (set-frame-configuration): Doc fix.
12556
12557 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12558
12559 * simple.el (completion-setup-function): Compute the common parts
12560 and the first difference place correctly when
12561 partial-completion-mode is on.
12562
12563 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12564
12565 * ps-print.el: Doc fix.
12566 (ps-print-version): New version 6.6.5.
12567 (ps-printing-region): Doc fix.
12568 (ps-generate-string-list): Comment fix.
12569 (ps-message-log-max): Code fix.
12570
12571 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
12572
12573 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
12574 generated PostScript.
12575
12576 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
12577
12578 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
12579 with Gnus v5_10 branch.)
12580
12581 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
12582
12583 * calendar/time-date.el (time-to-number-of-days): New function.
12584 Imported from from Gnus.
12585
12586 2004-07-22 Kim F. Storm <storm@cua.dk>
12587
12588 * progmodes/make-mode.el: Fix comments.
12589
12590 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12591
12592 * printing.el: Doc fix.
12593
12594 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
12595
12596 * frame.el (modify-all-frames-parameters): Minor doc fix.
12597
12598 2004-07-20 Richard M. Stallman <rms@gnu.org>
12599
12600 * textmodes/fill.el (fill-nobreak-p): If this break point is
12601 at the end of the line, don't consider the newline which follows
12602 as a reason to return t.
12603
12604 2004-07-19 John Paul Wallington <jpw@gnu.org>
12605
12606 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
12607
12608 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
12609
12610 * dired-aux.el (dired-do-kill-lines): Expand docstring.
12611 Delete irrelevant code.
12612
12613 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12614
12615 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12616 New docstring. From Luc Teirlinck.
12617
12618 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
12619
12620 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
12621 section.
12622 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
12623 non-file buffers. We know it is nil.
12624
12625 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12626
12627 Sync with Tramp 2.0.43.
12628
12629 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12630 Remove outdated comment.
12631 (tramp-locked, tramp-locker): New variables for implementing a
12632 global lock.
12633 (tramp-sh-file-name-handler): Use them to implement the global lock.
12634
12635 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
12636
12637 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
12638 calls to respective `xxx` calls.
12639 (tramp-process-alive-regexp): Precise doc string.
12640 (tramp-multi-action-process-alive): New defun.
12641 (tramp-multi-actions): Use it.
12642 (tramp-handle-find-backup-file-name): `copy-tree' is available
12643 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
12644 in order to avoid this function.
12645 (tramp-handle-write-region): Set current buffer. If connection
12646 wasn't open, `file-modes' has changed it accidently. Reported by
12647 David Kastrup <dak@gnu.org>.
12648 (tramp-enter-password, tramp-read-passwd): New arguments USER and
12649 HOST.
12650 (tramp-action-password, tramp-multi-action-password): Apply it.
12651 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
12652 name must still contain the port number. Otherwise, we have two
12653 Tramp buffers, with all the confusion. Reported by Myron Selby
12654 <myron@xytech.com> and Rolf Dubitzky
12655 <Dubitzky@physi.uni-heidelberg.de>.
12656
12657 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
12658 HOST to `tramp-enter-passwd'.
12659
12660 * net/tramp-vc.el (all): Code cleanup. Change all
12661 `tramp-handle-xxx' calls to respective `xxx` calls.
12662
12663 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
12664
12665 * emacs-lisp/testcover.el: New category "potentially-1valued" for
12666 functions that are not erroneous if either 1-valued or
12667 multi-valued. Detect functions in this class.
12668 (testcover-1value-functions, testcover-compose-functions)
12669 (testcover-progn-functions) Add some additional functions to lists.
12670 (testcover-mark): Bugfix when marking up the definition for an
12671 empty function.
12672
12673 2004-07-17 Richard M. Stallman <rms@gnu.org>
12674
12675 * replace.el (occur-read-primary-args): Pass default to
12676 read-from-minibuffer.
12677
12678 * mail/footnote.el (footnote-section-tag): Use defcustom.
12679
12680 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
12681 Compile font-lock-keywords, not KEYWORDS.
12682 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
12683 Add warn, check-type. Handle cerror like error.
12684
12685 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12686
12687 * progmodes/which-func.el (which-func-keymap): New var.
12688 (which-func-face): New face.
12689 (which-func-format): Use them.
12690
12691 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12692
12693 * buff-menu.el (list-buffers-noselect): Append the buffer's
12694 process status to its mode name.
12695
12696 2004-07-16 Kim F. Storm <storm@cua.dk>
12697
12698 * simple.el (inhibit-mark-movement): New defvar.
12699 (beginning-of-buffer, end-of-buffer): Do not push mark if
12700 inhibit-mark-movement is non-nil or C-u prefix is given.
12701
12702 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
12703 Init to beginning-of-buffer and end-of-buffer.
12704 (cua--undo-push-mark): New defvar.
12705 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
12706 already active and command is in cua--preserve-mark-commands.
12707 Also fix check for shift modifier on non-window systems.
12708 (cua--post-command-handler): Clear inhibit-mark-movement if set.
12709
12710 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
12711
12712 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
12713 of two integers, instead of a cons.
12714
12715 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12716 `visited-file-modtime' now returns a list of two integers, instead
12717 of a cons.
12718
12719 * dired.el (dired-directory-changed-p): Ditto.
12720
12721 * progmodes/grep.el (grep): Doc fix.
12722
12723 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12724
12725 * autorevert.el (auto-revert-tail-mode)
12726 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
12727 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
12728 in both at the same time.
12729 (auto-revert-tail-mode): New command.
12730 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
12731 (auto-revert-handler): Revert only either tail or whole file.
12732
12733 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
12734 add auto-revert-tail-mode.
12735
12736 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12737
12738 * printing.el: Doc fix. Change name of some funs.
12739 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
12740 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
12741 (pr-standard-file-name): New fun. Replace pr-standard-path.
12742 (pr-call-process): Code fix.
12743
12744 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
12745
12746 * subr.el (with-selected-window): Doc fix.
12747
12748 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
12749
12750 * subr.el (get-buffer-window-list): Doc fix.
12751
12752 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
12753
12754 * files.el (switch-to-buffer-other-window): Doc fix.
12755
12756 * window.el (save-selected-window, one-window-p)
12757 (split-window-keep-point, split-window-vertically)
12758 (split-window-horizontally): Doc fixes.
12759
12760 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12761
12762 * printing.el: Doc fix. Now it uses call-process instead of
12763 shell-command for low command execution.
12764 (pr-version): New version number (6.8).
12765 (pr-shell-file-name): Option removed.
12766 (pr-shell-command): Fun removed.
12767 (pr-call-process): New fun. Replace pr-shell-command.
12768 (pr-standard-path, pr-remove-nil-from-list): New funs.
12769 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
12770 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
12771 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
12772 (pr-ps-utility-process, pr-txt-print): Code fix.
12773
12774 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12775
12776 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
12777 boolean.
12778
12779 2004-07-09 Lars Hansen <larsh@math.ku.dk>
12780
12781 * wid-edit.el (widget-field-buffer): Doc fix.
12782
12783 2004-07-09 John Paul Wallington <jpw@gnu.org>
12784
12785 * emacs-lisp/re-builder.el (reb-update-overlays):
12786 Distinguish between one and several matches in message.
12787
12788 2004-07-09 Richard M. Stallman <rms@gnu.org>
12789
12790 * mouse.el (mouse-set-region-1): If transient-mark-mode
12791 is `identity', change it to `only'.
12792
12793 * simple.el (current-word): Doc fix.
12794
12795 2004-07-09 Mark A. Hershberger <mah@everybody.org>
12796
12797 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
12798 so that it is more understanding of whitespace.
12799
12800 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
12801 (("ns" . "element") (attr-list) children) instead of
12802 ((:ns . "element") (attr-list) children) in order to reduce the
12803 number of symbols used.
12804 (xml-skip-dtd): Change to use xml-parse-dtd but set
12805 xml-validating-parsing to nil.
12806 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
12807 (xml-substitute-entity): Remove in favor of new entity substitution.
12808 (xml-substitute-special): Rewrite in to substitute complex
12809 entities from DOCTYPE declarations.
12810 (xml-parse-fragment): Parse fragments from entity deleclarations.
12811 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
12812 (xml-parse-dtd, xml-substitute-special): Make validity checks
12813 conditioned on xml-validating-parser. Add "Not Well Formed" to
12814 error messages about well-formedness.
12815
12816 2004-07-08 Steven Tamm <steventamm@mac.com>
12817
12818 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
12819 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
12820 Do not treat double clicks and triple clicks specially in the
12821 scroll bar (preventing strange repositioning problems)
12822
12823 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
12824
12825 * replace.el (query-replace-regexp-eval): Fix last change.
12826
12827 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12828
12829 * replace.el (query-replace-descr): New fun.
12830 (query-replace-read-from, query-replace-read-args): Default to the
12831 previous from&to.
12832 (query-replace-read-to): Quote the `from' string when displaying it.
12833 (query-replace-regexp-eval): Immediately check read-only status.
12834 Use query-replace-read-from to get the \n checking.
12835 Quote the `from' string when displaying it.
12836 (map-query-replace-regexp, occur-read-primary-args):
12837 Quote the `from' string when displaying it.
12838
12839 * isearch.el (isearch-query-replace): Pass the regexp-ness and
12840 delimited-ness of the search to query-replace.
12841
12842 * replace.el (query-replace-read-from, query-replace-read-to):
12843 New funs extracted from query-replace-read-args.
12844 (query-replace-read-args): Use them.
12845
12846 * replace.el (query-replace-interactive, query-replace-read-args):
12847 Remove the `initial' special value.
12848 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
12849 (occur-engine): Remove unused var `matchend'.
12850
12851 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
12852 Use the search string without prompting.
12853
12854 2004-07-05 Kenichi Handa <handa@m17n.org>
12855
12856 * international/mule.el (decode-coding-inserted-region):
12857 Set last-coding-system-used only when coding is nil.
12858
12859 2004-07-03 Eli Zaretskii <eliz@gnu.org>
12860
12861 * progmodes/grep.el (grep-compute-defaults, grep-command)
12862 (grep-program, find-program, grep-find-use-xargs, grep-history)
12863 (grep-find-history, grep-tag-default, grep-find-command)
12864 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
12865 Add autoload cookies, for unbundled packages that load `compile'
12866 and expect all grep-related symbols to become defined.
12867
12868 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
12869
12870 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
12871 (iimage-mode-image-search-path): New user option to search the
12872 image file.
12873 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
12874 have locate-file.
12875 (iimage-mode-buffer): Use it.
12876
12877 2004-07-03 Nick Roberts <nickrob@gnu.org>
12878
12879 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
12880 carefully.
12881 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
12882
12883 2004-07-03 Juri Linkov <juri@jurta.org>
12884
12885 * replace.el (query-replace-read-args): Swallow space after 'foo,
12886 not after (quote foo). Match space only immediately after symbol,
12887 not anywhere in the whole string.
12888
12889 2004-07-02 Richard M. Stallman <rms@gnu.org>
12890
12891 * replace.el (query-replace-read-args): Swallow space after
12892 symbols, not after closeparens. But avoid error if string ends there.
12893
12894 * progmodes/python.el (python-beginning-of-statement):
12895 Exit the loop if backward-up-list gets error.
12896
12897 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
12898
12899 2004-07-02 Andre Spiegel <spiegel@gnu.org>
12900
12901 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
12902 only if vc-consult-headers is non-nil.
12903
12904 2004-07-02 Juri Linkov <juri@jurta.org>
12905
12906 * pcvs.el (cvs-mode-diff-repository): New command.
12907
12908 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
12909
12910 2004-07-01 Juri Linkov <juri@jurta.org>
12911
12912 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
12913 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
12914 C-M-% to isearch-query-replace-regexp.
12915 (minibuffer-local-isearch-map): Add arrow key bindings.
12916 Bind C-f to isearch-yank-char-in-minibuffer.
12917 (isearch-forward): Doc fix.
12918 (isearch-edit-string): Doc fix.
12919 (isearch-query-replace, isearch-query-replace-regexp): New funs.
12920 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
12921 (isearch-yank-char): Add optional arg.
12922 (isearch-yank-char-in-minibuffer): New fun.
12923
12924 * replace.el (query-replace-interactive): Change type from boolean
12925 to choice. Add value `initial'.
12926 (query-replace-read-args): Handle value `initial' of
12927 query-replace-interactive.
12928
12929 2004-06-29 Kim F. Storm <storm@cua.dk>
12930
12931 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
12932 (breakpoint-disabled-bitmap-face): Add :group 'gud.
12933
12934 * progmodes/ada-xref.el (ada-tight-gvd-integration):
12935 Add :group 'ada.
12936
12937 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
12938
12939 2004-06-29 Juri Linkov <juri@jurta.org>
12940
12941 * replace.el (query-replace-read-args): Swallow a space after
12942 everything except )]" which in most cases means after a symbol.
12943
12944 * emacs-lisp/pp.el (pp-buffer): Add autoload.
12945
12946 2004-06-28 Richard M. Stallman <rms@gnu.org>
12947
12948 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
12949 More changes to go with previous change in font-lock.el.
12950
12951 2004-06-26 David Kastrup <dak@gnu.org>
12952
12953 * replace.el (perform-replace): Highlight the match even in
12954 non-query mode if there is potential replace string editing.
12955
12956 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
12957
12958 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
12959 agree with new return value of `file-remote-p'.
12960 This syncs with Tramp 2.0.42.
12961
12962 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
12963 according to new documentation of `file-remote-p'.
12964
12965 * files.el (file-remote-p): Fix doc to say that return value is
12966 identification of remote system, if not nil.
12967 (file-relative-name): Use new return value of `file-remote-p'.
12968
12969 2004-06-26 Nick Roberts <nickrob@gnu.org>
12970
12971 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
12972 (gdb-goto-breakpoint): Fix breakage.
12973
12974 2004-06-26 Eli Zaretskii <eliz@gnu.org>
12975
12976 * man.el (Man-getpage-in-background): Add windows-nt to the list
12977 of systems where shell-file-name should be used instead of
12978 literal "sh".
12979
12980 2004-06-25 Sam Steingold <sds@gnu.org>
12981
12982 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
12983 function names `(setf symbol)'.
12984
12985 2004-06-24 Richard M. Stallman <rms@gnu.org>
12986
12987 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
12988
12989 * font-lock.el (font-lock-keywords): Change format of compiled values.
12990 Document it.
12991 (font-lock-add-keywords): If font-lock-keywords is compiled,
12992 extract the uncompiled version, modify, then recompile.
12993 (font-lock-remove-keywords): Likewise.
12994 (font-lock-fontify-keywords-region): Handle changed format.
12995 (font-lock-compile-keywords): Handle changed format.
12996 (font-lock-set-defaults): Compile the keywords explicitly here.
12997
12998 2004-06-24 David Kastrup <dak@gnu.org>
12999
13000 * replace.el (query-replace-read-args): Implement `\,' and `\#'
13001 replacements here.
13002 (query-replace-regexp): Doc string explaining this and the new
13003 `\?' replacement. Remove `\,' and `\#' implementation here, as it
13004 is better placed in `query-replace-read-args'.
13005 (replace-regexp): Explain `\,', `\#' and `\?'.
13006 (replace-match-data): New function for thorough reuse/destruction
13007 of old match-data.
13008 (replace-match-maybe-edit): Function for implementing `\?' editing.
13009 (perform-replace): Fix maintaining of the match stack including
13010 already matched regions, implement `\?', fix various problems
13011 with regions while editing and other stuff.
13012 (replace-highlight): Simplify.
13013
13014 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
13015
13016 * progmodes/grep.el (grep-error-screen-columns): New variable.
13017 (grep-regexp-alist): Give it the full functionality of gnu style
13018 compilation messages with line and column ranges. Ask me for the
13019 perl script I'm working on, that uses these.
13020
13021 2004-06-23 Nick Roberts <nickrob@gnu.org>
13022
13023 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
13024 Remove.
13025 (comint-insert-input, comint-mouse-insert-input): New functions
13026 based on comint-insert-clicked-input for two bindings but just
13027 one functionality.
13028
13029 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
13030
13031 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
13032
13033 2004-06-23 Lars Hansen <larsh@math.ku.dk>
13034
13035 * files.el (write-contents-functions): Doc fix.
13036
13037 2004-06-21 Juanma Barranquero <lektu@terra.es>
13038
13039 * image.el (image-library-alist): Rewrite docstring in active voice.
13040
13041 2004-06-20 Richard M. Stallman <rms@gnu.org>
13042
13043 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
13044
13045 * isearch.el (isearch-repeat): Avoid testing old match data.
13046 (isearch-message): Display trailing space in special font
13047 when search is failing.
13048 (isearch-search-fun-function): Doc fix.
13049
13050 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
13051
13052 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
13053
13054 * frame.el (show-trailing-whitespace): Doc fix.
13055
13056 * cus-edit.el (custom-variable-documentation): New function.
13057 (custom-variable): Use it.
13058
13059 2004-06-19 Nick Roberts <nickrob@gnu.org>
13060
13061 * man.el (Man-getpage-in-background): Revert previous change but
13062 make cygwin a special case.
13063
13064 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
13065
13066 * autorevert.el (global-auto-revert-non-file-buffers):
13067 Update docstring.
13068
13069 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
13070
13071 * progmodes/compile.el (compilation-error-properties): Store one
13072 more than end-col, if present, so that transient-mark-mode will
13073 highlight last char too.
13074 * progmodes/grep.el (grep-regexp-alist): Match columns and column
13075 ranges, if present.
13076
13077 2004-06-18 Jason Rumney <jasonr@gnu.org>
13078
13079 * makefile.w32-in: Double percent signs in for loops.
13080
13081 2004-06-17 David Kastrup <dak@gnu.org>
13082
13083 * replace.el (query-replace-read-args): Only warn about use of \n
13084 and \t when we are doing a regexp replacement and the actual
13085 escaped character is n or t.
13086 (query-replace-regexp): Add \, and \# interpretation to
13087 interactive call and document it.
13088 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
13089 as shortkey for replace-count.
13090 (replace-quote): New function for doubling backslashes.
13091
13092 2004-06-17 Juanma Barranquero <lektu@terra.es>
13093
13094 * files.el (parse-colon-path, cd): Mention in docstring that the
13095 path separator is colon in GNU-like systems.
13096
13097 * newcomment.el (comment-region-internal): Fix docstring.
13098
13099 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
13100 (ewoc-invalidate, ewoc-collect): Doc fixes.
13101 (ewoc--create-node, ewoc--delete-node-internal):
13102 Fix typos in docstring.
13103
13104 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13105
13106 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
13107 manual to docstring.
13108
13109 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13110
13111 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
13112
13113 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13114
13115 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13116 Add hyperlink to emacs-xtra manual to docstring.
13117
13118 * autorevert.el (global-auto-revert-non-file-buffers):
13119 Add hyperlink to emacs-xtra manual to docstring, as well as an
13120 info-link.
13121
13122 2004-06-14 Juanma Barranquero <lektu@terra.es>
13123
13124 * image.el (image-library-alist): New variable to map image types
13125 to external libraries. Initialized to nil, unless system-specific
13126 configs change it.
13127 (image-type-available-p): Determine whether an image type is
13128 available by calling `init-image-library'.
13129
13130 * term/w32-win.el (image-library-alist): Initialize to a known set
13131 of probable library names.
13132
13133 2004-06-14 Kenichi Handa <handa@m17n.org>
13134
13135 * international/code-pages.el (windows-1256, cp1125): Fix tables
13136 for several characters.
13137
13138 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
13139
13140 2004-06-13 Richard M. Stallman <rms@gnu.org>
13141
13142 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
13143
13144 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
13145 not "`pc-selection-mode'".
13146
13147 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
13148
13149 * simple.el (previous-matching-history-element): Specify a default.
13150
13151 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
13152
13153 * cus-face.el (custom-declare-face): Simplify code.
13154
13155 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
13156
13157 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
13158
13159 * files.el (before-save-hook): Add `time-stamp' to the options.
13160
13161 * time-stamp.el (time-stamp): Recommend adding it to
13162 `before-save-hook', rather than `write-file-functions'.
13163 Make a similar change in `Commentary' section.
13164
13165 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
13166
13167 * diff-mode.el (diff-current-defun): If at start of hunk, use
13168 position of first change.
13169
13170 2004-06-13 Lars Hansen <larsh@math.ku.dk>
13171
13172 * dired-x.el (dired-mark-omitted): Bind to "*O".
13173
13174 2004-06-12 Karl Fogel <kfogel@red-bean.com>
13175
13176 * bookmark.el (bookmark-bmenu-relocate): New function, as
13177 suggested by David J. Biesack <David.Biesack@sas.com>.
13178 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
13179 (bookmark-bmenu-mode): Describe binding in doc string.
13180 (bookmark-set-filename): Save the bookmark list if it's time.
13181
13182 2004-06-13 Kenichi Handa <handa@m17n.org>
13183
13184 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
13185 (ccl-untranslated-to-ucs): Fix typo.
13186
13187 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
13188
13189 * progmodes/python.el (python-open-block-statement-p):
13190 Fix indentation after a block opening that contains a comment.
13191
13192 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
13193
13194 * bindings.el (completion-ignored-extensions): Add file extensions
13195 of Python byte-compiled files.
13196
13197 2004-06-12 Juri Linkov <juri@jurta.org>
13198
13199 * info.el (Info-goto-node): Add autoload.
13200 (Info-toc): Add substring-no-properties on Info file name.
13201 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
13202 (Info-mode-map): Bind L to Info-history, T to Info-toc.
13203
13204 2004-06-12 Kenichi Handa <handa@m17n.org>
13205
13206 * international/mule-cmds.el (set-language-environment):
13207 Load subst tables if necessary.
13208
13209 * international/mule.el (decode-char): Load subst tables if necessary.
13210 (encode-char): Likewise.
13211
13212 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
13213 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
13214 (utf-16le-decode-loop): Set r5 to -1 before loop.
13215 (utf-16be-decode-loop): Likewise.
13216 (ccl-decode-mule-utf-16le): Add EOF processing block.
13217 (ccl-decode-mule-utf-16be): Likewise.
13218 (ccl-decode-mule-utf-16le-with-signature): Likewise.
13219 (ccl-decode-mule-utf-16be-with-signature): Likewise.
13220 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
13221 (ccl-mule-utf-16-encode-untrans): New CCL.
13222 (utf-16-decode-to-ucs): Handle pre-read character.
13223 (utf-16le-encode-loop): Handle surrogate pair.
13224 (utf-16be-encode-loop): Likewise.
13225 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
13226 of utf-16le-encode-loop.
13227 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
13228 of utf-16be-encode-loop.
13229 (mule-utf-16-post-read-conversion):
13230 Call utf-8-post-read-conversion at first.
13231 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
13232 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
13233 Add post-read-conversion and pre-write-conversion.
13234
13235 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
13236 (utf-translate-cjk-unicode-range): New variable.
13237 (utf-translate-cjk-load-tables): New function.
13238 (utf-lookup-subst-table-for-decode): New function.
13239 (utf-lookup-subst-table-for-encode): New function.
13240 (utf-translate-cjk-mode): Init-value changed to t. Don't load
13241 tables here. Update safe-charsets of utf-* coding systems.
13242 (ccl-mule-utf-untrans): New CCL.
13243 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
13244 at end of each branch.
13245 (ccl-mule-utf-8-encode-untrans): New CCL.
13246 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
13247 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
13248 length of encoding. Don't return r0.
13249 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
13250 (utf-8-post-read-conversion): Narrow to region properly.
13251 If utf-translate-cjk-mode is on, load tables if necessary.
13252 Call utf-8-compose with hash-table arg if necessary.
13253 Call XXX-compose-region instead of XXX-post-read-convesion.
13254 (utf-8-pre-write-conversion): New function.
13255 (mule-utf-8): Include CJK charsets in safe-charsets if
13256 utf-translate-cjk-mode is on. Add pre-write-conversion.
13257
13258 * international/characters.el: Temporarily set
13259 utf-translate-cjk-mode to nil.
13260
13261 * language/devan-util.el (devanagari-compose-region):
13262 Add autoload cookie.
13263
13264 * international/ccl.el (ccl-dump-call): Fix printing the
13265 subroutine name.
13266
13267 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
13268
13269 * dired.el (dired-revert): If buffer is marked unmodified before
13270 reverting, keep it marked unmodified.
13271 Adapt to new conventions for commenting out code.
13272 (dired-make-relative): Adapt to new conventions for commenting out code.
13273
13274 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
13275
13276 * eshell/esh-module.el (eshell-load-defgroups):
13277 Bind `vc-handled-backends' to nil when opening files.
13278
13279 2004-06-11 Juanma Barranquero <lektu@terra.es>
13280
13281 * files.el (parse-colon-path, cd): Doc fixes (refer to
13282 `path-separator', not colon).
13283
13284 2004-06-10 Juanma Barranquero <lektu@terra.es>
13285
13286 * newcomment.el (comment-search-forward)
13287 (comment-search-backward): Fix typos in docstring.
13288 (comment-region): Doc fix.
13289
13290 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
13291
13292 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
13293 switch is no longer stored in `dired-switches-alist'.
13294
13295 * dired-aux.el (dired-insert-subdir): Do not store R switch in
13296 `dired-switches-alist'.
13297
13298 2004-06-10 Kim F. Storm <storm@cua.dk>
13299
13300 * pcvs.el (cvs-mode-diff-yesterday): New command.
13301
13302 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
13303
13304 2004-06-10 Juri Linkov <juri@jurta.org>
13305
13306 * emacs-lisp/edebug.el (edebug-eval-defun):
13307 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
13308 Fix docstring.
13309
13310 * simple.el (eval-expression-print-format): Don't print additional
13311 information on the first call to `eval-print-last-sexp'.
13312 (next-error-find-buffer): Fix punctuation.
13313 (killing) <defgroup>: Fix punctuation.
13314 (yank-excluded-properties): Change group from editing to killing.
13315
13316 * replace.el (perform-replace): Use `limit' to terminate the
13317 while-loop explicitly.
13318
13319 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13320
13321 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
13322 Use lc-*.xpm as prefix instead of *-locol.xpm.
13323
13324 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
13325 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
13326 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
13327 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
13328 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
13329 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
13330 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
13331 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
13332 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
13333 * toolbar/lc-up_arrow.xpm:
13334 Rename from *-locol.xpm.
13335
13336 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
13337
13338 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
13339 include forms like &<str>; as valid url patterns.
13340
13341 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
13342
13343 * dired.el (dired-diff, dired-backup-diff)
13344 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
13345 (dired-do-chown, dired-do-touch, dired-do-print)
13346 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
13347 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
13348 (dired-create-directory, dired-do-copy, dired-do-symlink)
13349 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
13350 (dired-do-copy-regexp, dired-do-hardlink-regexp)
13351 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
13352 (dired-maybe-insert-subdir, dired-next-subdir)
13353 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
13354 (dired-kill-subdir, dired-tree-up, dired-tree-down)
13355 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
13356 (dired-run-shell-command, dired-query): Remove redundant,
13357 or incorrect, autoloads.
13358
13359 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
13360 does not end in a slash. Add optional argument KILL-ROOT.
13361 Update docstring.
13362 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
13363 (dired-query): Add autoloads.
13364
13365 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
13366
13367 * progmodes/compile.el (compilation-set-window-height):
13368 Rearrange the save-* functions because a buffer can have several current
13369 point in different windows.
13370 (compilation-error-regexp-alist-alist): Recognize {standard input}
13371 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
13372
13373 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13374
13375 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
13376 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
13377 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
13378 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
13379 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
13380 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
13381 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
13382 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
13383 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
13384 * toolbar/up_arrow-locol.xpm:
13385 New versions of icons that uses fewer colors.
13386
13387 * toolbar/tool-bar.el (tool-bar-local-item)
13388 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
13389 if display-color-cells is 256 or less.
13390
13391 2004-06-08 Kim F. Storm <storm@cua.dk>
13392
13393 * wid-edit.el (widget-specify-button): Use hand pointer rather
13394 than mouse-face as visible mouse-over effect.
13395
13396 2004-06-07 Karl Fogel <kfogel@red-bean.com>
13397
13398 * saveplace.el (save-place-alist-to-file): Bind `print-length'
13399 and `print-level' to nil when writing out `save-place-alist'.
13400 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
13401
13402 2004-06-07 Juanma Barranquero <lektu@terra.es>
13403
13404 * completion.el (completion-kill-region): Doc fix.
13405
13406 * format.el (format-insert-annotations)
13407 (format-annotate-location): Doc fixes.
13408 (format-subtract-regions): Make arguments match their use in docstring.
13409
13410 * simple.el (kill-region): Doc fix.
13411
13412 * subr.el (insert-buffer-substring-no-properties)
13413 (insert-buffer-substring-as-yank): Doc fixes.
13414
13415 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
13416
13417 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13418 Update docstring.
13419 (dired-reset-subdir-switches): New function.
13420
13421 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
13422 Limit scope of `buffer-read-only' binding.
13423
13424 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
13425
13426 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
13427 eshell-explicit-command-char.
13428
13429 2004-06-06 Juanma Barranquero <lektu@terra.es>
13430
13431 * help-fns.el (help-argument-name): Inherit from italic face only
13432 if the frame supports it.
13433
13434 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13435
13436 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
13437 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
13438 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
13439 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
13440 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
13441 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
13442 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
13443 New conversions from xpm files.
13444
13445 * toolbar/README: New file.
13446
13447 2004-06-06 Richard M. Stallman <rms@gnu.org>
13448
13449 * isearch.el (isearch-mode-map): Undo previous change.
13450
13451 2004-06-05 Juri Linkov <juri@jurta.org>
13452
13453 * bindings.el (debug-ignored-errors): Add regexps for history
13454 related messages. Remove $ from "No further undo information".
13455 Move Ediff's messages to ediff.el.
13456
13457 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
13458
13459 * cus-edit.el (custom-display): Add `min-colors'.
13460
13461 * custom.el (defface): Add `supports' to docstring.
13462
13463 * help-fns.el (help-argument-name): Add :group 'help.
13464
13465 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
13466
13467 * find-dired.el (find-ls-subdir-switches): New user option.
13468 (find-dired): No longer call `abbreviate-file-name' on DIR.
13469 Set `dired-subdir-switches' buffer-locally.
13470
13471 * locate.el: Merge the two `Commentary' sections.
13472 (locate-ls-subdir-switches): New user option.
13473 (locate): Update for other changes.
13474 (locate-mode-map): Restore Dired binding for mouse-2.
13475 Bind `locate-mouse-view-file' to M-mouse-2.
13476 Bind `l' to `locate-do-redisplay'.
13477 (locate-main-listing-line-p, locate-do-redisplay): New functions.
13478 (locate-mouse-view-file, locate-tags, locate-find-directory):
13479 Print message if used outside main listing.
13480 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
13481 Various changes to support inserted subdirectories.
13482 (locate-insert-header): Change header of *Locate* buffer.
13483
13484 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13485 Change interactive default switches.
13486 (dired-rename-subdir-2): Update `dired-switches-alist'.
13487 (dired-insert-subdir, dired-kill-subdir):
13488 Handle `dired-switches-alist'. Do not mark buffer modified.
13489 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
13490 (dired-insert-subdir-doinsert): Omit messages.
13491 Handle `dired-subdir-switches'.
13492 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
13493
13494 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
13495 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
13496 subdirs if -R switch is used for a subdir.
13497 (dired-mode): Set `dired-switches-alist'.
13498 (dired-build-subdir-alist): Only print number of directories in
13499 echo area when invoked interactively.
13500
13501 2004-06-05 Lars Hansen <larsh@math.ku.dk>
13502
13503 * dired-x.el (dired-omit-mode): Rename from
13504 dired-omit-files-p. Use define-minor-mode to define it.
13505 (dired-omit-files-p): Add as alias for dired-omit-mode.
13506 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
13507 dired-mark-omitted.
13508 (dired-mark-omitted): Add. Bind to M-O.
13509
13510 2004-06-05 Kenichi Handa <handa@m17n.org>
13511
13512 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
13513
13514 2004-06-05 Juanma Barranquero <lektu@terra.es>
13515
13516 * help-fns.el (help-argument-name): Reintroduce face.
13517 (help-default-arg-highlight): Use it, now that
13518 `face-differs-from-default-p' can be trusted.
13519
13520 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13521
13522 * textmodes/table.el: Sentence commands added to Point Motion
13523 group; kill and backward-kill commands added to Extraction group.
13524
13525 2004-06-04 Mario Lang <mlang@delysid.org>
13526
13527 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
13528 systems appear to use mW, make the code handle this. Fix a
13529 division-by-zero bug while at it, and handle kernels with
13530 a slightly different layout in /proc/acpi.
13531
13532 2004-06-04 Karl Fogel <kfogel@red-bean.com>
13533
13534 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
13535 because the latter is a CL-ism. This fixes the bug reported by
13536 Shawn Boyette <mdxi@collapsar.net> in
13537 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
13538
13539 2004-06-04 Miles Bader <miles@gnu.org>
13540
13541 * faces.el (display-supports-face-attributes-p): Function moved to
13542 C code. Previously only the tty-related portion of this function
13543 was done in C; however the previous attempt to do a halfway-proper
13544 job for non-tty displays in lisp didn't work properly because of
13545 funny conditions during Emacs startup.
13546 (face-differs-from-default-p): Simplify, now that
13547 display-supports-face-attributes-p works properly on all display
13548 types. Remove :stipple from comparison; it doesn't really work
13549 in emacs anyway.
13550
13551 2004-06-04 Miles Bader <miles@gnu.org>
13552
13553 * faces.el (face-differs-from-default-p): Use a different
13554 implementation, so we can really check whether FACE displays
13555 differently or not.
13556
13557 2004-06-04 Miles Bader <miles@gnu.org>
13558
13559 * faces.el (display-supports-face-attributes-p): Implement a
13560 `different from default' check for non-tty displays.
13561
13562 2004-06-03 David Kastrup <dak@gnu.org>
13563
13564 * woman.el (woman-mapcan): More concise code.
13565 (woman-topic-all-completions, woman-topic-all-completions-1)
13566 (woman-topic-all-completions-merge): Replace by a simpler and
13567 much faster implementation based on O(n log n) sort/merge instead
13568 of the old O(n^2) behavior.
13569
13570 2004-06-03 Miles Bader <miles@gnu.org>
13571
13572 * subr.el (read-number): Use canonical format for default in prompt.
13573
13574 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
13575 Add regexp for " [...]" style defaults.
13576
13577 2004-06-02 Romain Francoise <romain@orebokech.com>
13578
13579 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
13580 groups: if the user asks for a hidden buffer, open the
13581 corresponding filter group to expose it.
13582
13583 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
13584 `ibuffer-jump-to-buffer'.
13585 (ibuffer-jump-offer-only-visible-buffers): New user option.
13586
13587 2004-06-02 Juanma Barranquero <lektu@terra.es>
13588
13589 * faces.el (frame-update-faces): Add empty docstring so the one
13590 for `ignore' doesn't show through.
13591
13592 * subr.el (process-kill-without-query): Remove spurious "\n" on
13593 obsolescence string.
13594 (focus-frame, unfocus-frame): Add obsolescence declaration and
13595 empty docstring.
13596
13597 * international/mule.el (register-char-codings): Make alias for
13598 `ignore'. Move docstring to obsolescence info and remove redundancy.
13599
13600 2004-06-02 Kim F. Storm <storm@cua.dk>
13601
13602 * frame.el (blink-cursor-start): Turn cursor off initially so blink
13603 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
13604
13605 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13606
13607 * comint.el (comint-replace-by-expanded-history-before-point):
13608 Obey `start' as the docstring says.
13609 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
13610 (comint-update-fence): Prevent font-lock from running unnecessarily.
13611 (comint-dynamic-list-completions): Use with-current-buffer.
13612
13613 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13614
13615 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
13616 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
13617 (bibtex-entry-update): Handle alternatives and optional fields.
13618 (bibtex-parse-entry): Bugfix, handle empty key.
13619
13620 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13621
13622 * vc-arch.el (vc-arch-state): Don't assume the file exists.
13623
13624 2004-05-31 Lars Hansen <larsh@math.ku.dk>
13625
13626 * desktop.el (desktop-save): Don't save minor modes without a
13627 known mode initialization function.
13628
13629 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
13630
13631 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
13632
13633 * autorevert.el: Update `Commentary' section.
13634
13635 2004-05-30 Juanma Barranquero <lektu@terra.es>
13636
13637 * dos-fns.el (convert-standard-filename):
13638 * files.el (convert-standard-filename):
13639 * w32-fns.el (convert-standard-filename):
13640 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
13641
13642 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
13643
13644 Sync with Tramp.
13645
13646 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
13647 (tramp-let-maybe): Move to an earlier spot in the file.
13648 Patch by Andreas Schwab.
13649
13650 2004-05-30 Andreas Schwab <schwab@suse.de>
13651
13652 * dired.el (dired-get-filename): Don't use dired-re-dot.
13653
13654 2004-05-30 Richard M. Stallman <rms@gnu.org>
13655
13656 * files.el (find-file): Doc fix.
13657
13658 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
13659
13660 2004-05-30 Nick Roberts <nickrob@gnu.org>
13661
13662 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
13663 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
13664 modeline of the locals buffer.
13665 (gdb-goto-breakpoint): Handle gdbmi.
13666 (gdb-get-frame-number): Change for gdbmi.
13667
13668 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
13669
13670 * files.el (file-remote-p): Apply file name handler for operation
13671 `file-remote-p'. It isn' a property any longer.
13672 (file-relative-name): `fh' and `fd' get the required value via
13673 `find-file-name-handler' already.
13674
13675 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
13676 (top): Remove setting of `file-remote-p' property for
13677 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
13678
13679 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
13680
13681 Version 2.0.41 of Tramp released.
13682
13683 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
13684 Throw away if process has died.
13685 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
13686 (tramp-out-of-band-prompt-regexp): Rename to
13687 `tramp-process-alive-regexp', because its usage is widen.
13688 (tramp-actions-copy-out-of-band): Apply it.
13689 (tramp-actions-before-shell, tramp-multi-actions):
13690 Add `tramp-action-process-alive' action.
13691 (tramp-action-process-alive): New defun.
13692 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13693 Add entry for `file-remote-p'.
13694 (tramp-handle-file-remote-p): New defun.
13695 (top): Remove setting of `file-remote-p'. Don't set
13696 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
13697
13698 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
13699 `file-remote-p'.
13700
13701 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
13702 counted for (last) line. [They should or they shouldn't? --Stef]
13703 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
13704
13705 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
13706
13707 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
13708 not really necessary but seems to keep the shell history smaller
13709 in some cases. It is no substitute for setting HISTFILE and
13710 HISTSIZE from tramp-open-connection-setup-interactive-shell,
13711 though. Suggested by Luc Teirlinck.
13712 (tramp-open-connection-setup-interactive-shell): Export variables
13713 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
13714 (tramp-set-process-query-on-exit-flag): New compat function.
13715 (tramp-open-connection-multi, tramp-open-connection-su)
13716 (tramp-open-connection-rsh, tramp-open-connection-telnet)
13717 (tramp-do-copy-or-rename-file-out-of-band): Use it.
13718 (tramp-let-maybe): New macro, let-binds a variable only if it
13719 isn't obsolete.
13720 (tramp-check-ls-commands, tramp-handle-expand-file-name)
13721 (tramp-handle-file-truename): Use it.
13722 (tramp-completion-file-name-regexp-unified): Avoid matching
13723 filenames starting with "/:" -- those are reserved for
13724 file-name-non-special.
13725
13726 * tramp-smb.el (tramp-smb-open-connection):
13727 Use tramp-set-process-query-on-exit-flag compat function.
13728
13729 2004-05-29 Richard M. Stallman <rms@gnu.org>
13730
13731 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
13732
13733 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
13734 (eval-last-sexp-print-value): Print char equivalent regardless
13735 of standard-output value.
13736
13737 * thumbs.el (thumbs-subst-char-in-string): Delete.
13738 (thumbs-thumbname): Use subst-char-in-string.
13739 (thumbs-resize-image): Use condition-case, not ignore-errors.
13740 (thumbs-kill-buffer): Likewise.
13741
13742 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
13743 (thumbs-mode): Make buffer read-only.
13744 (thumbs-make-thumb): Unconditionally accept an existing file.
13745 (thumbs-insert-thumb): Add thumb-image-file property to the image.
13746 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
13747 (thumbs-show-thumbs-list): Error if images not supported.
13748 (thumbs-save-current-image): Improve prompt string.
13749 (thumbs-mode-map): Define u, R, x.
13750 (thumbs-unmark): New command.
13751 (thumbs-emboss-image): Minor cleanup.
13752 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
13753 (thumbs-rename-images): New command.
13754 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
13755
13756 * thumbs.el (thumbs-current-image): New function.
13757 (thumbs-file-list, thumbs-file-alist): New functions.
13758 (thumbs-find-image): Delete arg L.
13759 Don't set up thumbs-fileL as buffer-local global var.
13760 (thumbs-find-image-at-point): Use thumbs-current-image.
13761 (thumbs-set-image-at-point-to-root-window): Likewise.
13762 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
13763 Record and warn about errors. Update thumbs-markedL for deletions.
13764 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
13765 (thumbs-redraw-buffer): Use thumbs-file-list.
13766 (thumbs-mark): Use thumbs-current-image.
13767 (thumbs-show-name): Use thumbs-current-image.
13768
13769 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
13770 and imenu--last-menubar-index-alist.
13771
13772 * subr.el (with-selected-window): Undo previous change.
13773
13774 2004-05-29 John Paul Wallington <jpw@gnu.org>
13775
13776 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
13777 (thumbs-mouse-find-image): New command.
13778 (thumbs-mode-map): Bind it to mouse-2.
13779 (thumbs-mode): Make mode-class special.
13780 (thumbs-view-image-mode): Likewise.
13781
13782 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
13783
13784 * flymake.el: New file.
13785
13786 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
13787
13788 * files.el (find-file-noselect-1): Do not bind
13789 `inhibit-read-only' to t during execution of
13790 `find-file-not-found-functions'.
13791
13792 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13793
13794 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
13795 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
13796
13797 2004-05-28 Juri Linkov <juri@jurta.org>
13798
13799 * simple.el (eval-expression-print-format): New fun.
13800
13801 * simple.el (eval-expression):
13802 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
13803 * emacs-lisp/edebug.el (edebug-compute-previous-result)
13804 (edebug-eval-expression): Print additionally the value returned by
13805 `eval-expression-print-format'.
13806
13807 * emacs-lisp/lisp.el (insert-pair-alist): New var.
13808 (insert-pair): Make arguments optional. Find character pair
13809 from `insert-pair-alist' according to the last input event.
13810 (insert-parentheses): Make arguments optional.
13811 (raise-sexp, delete-pair): New funs.
13812
13813 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
13814 (emacs-lisp-mode-map, lisp-interaction-mode-map):
13815 Bind C-M-q to `indent-pp-sexp'.
13816
13817 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
13818 `pp-to-string' modified to be able to format text with newlines.
13819 (pp-to-string): Move the buffer-formatting part of the code to
13820 `pp-buffer'. Call `pp-buffer'.
13821
13822 * info.el (Info-desktop-buffer-misc-data): Don't save information
13823 about virtual files.
13824 (Info-restore-desktop-buffer): Restore Info buffers in prepared
13825 buffers with names obtained from the desktop file instead of the
13826 default *info* buffer.
13827
13828 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13829
13830 * subr.el (with-selected-window): Only save/restore the selected window.
13831
13832 * progmodes/compile.el (compilation-error-regexp-alist):
13833 Use expand-file-name and data-directory.
13834
13835 * progmodes/grep.el (grep-tree): Rework previous fix.
13836
13837 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
13838 after the user marked text with the mouse.
13839
13840 * startup.el (command-line): Keep the first regexp of
13841 auto-save-file-name-transforms intact.
13842
13843 2004-05-28 Juanma Barranquero <lektu@terra.es>
13844
13845 * cus-edit.el (customize-face, customize-face-other-window)
13846 (custom-face-edit-delete): Make arguments match their use in
13847 docstring.
13848 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
13849 docstring.
13850
13851 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
13852 not `cvs-butlast'.
13853
13854 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
13855 `nbutlast' are in subr.el).
13856
13857 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
13858 (set-w32-system-coding-system): Doc fixes.
13859
13860 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
13861 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
13862 Make arguments match their use in docstring.
13863 (artist-draw-region-trim-line-endings)
13864 (artist-mouse-choose-operation): Fix typo in docstring.
13865 (artist-key-set-point-common): Doc fix.
13866
13867 2004-05-28 Simon Josefsson <jas@extundo.com>
13868
13869 * mail/smtpmail.el (smtpmail-open-stream):
13870 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
13871
13872 2004-05-26 Simon Josefsson <jas@extundo.com>
13873
13874 * starttls.el: Merge with my GNUTLS based starttls.el.
13875 (starttls-gnutls-program, starttls-use-gnutls)
13876 (starttls-extra-arguments, starttls-process-connection-type)
13877 (starttls-connect, starttls-failure, starttls-success): New variables.
13878 (starttls-program, starttls-extra-args): Doc fix.
13879 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
13880 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
13881 and pass on to corresponding *-gnutls function if it is set.
13882
13883 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
13884
13885 * autorevert.el (auto-revert-handler): Disable auto-reverting of
13886 remote files.
13887
13888 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
13889
13890 * files.el (file-name-non-special): There are more operations
13891 which need handling: `find-backup-file-name',
13892 `insert-file-contents', `verify-visited-file-modtime',
13893 `write-region'. Rename t value of method to `add'. Add new
13894 methods `quote' and `unquote-then-quote' to file-arg-indices.
13895
13896 2004-05-25 Juri Linkov <juri@jurta.org>
13897
13898 * info.el (Info-toc): Call Info-mode on intermediate buffer.
13899 (Info-index-nodes): Enclose code in condition-case to catch errors.
13900 (Info-index-node): Don't search all index nodes if request is only
13901 for the current node and file is not in the cache of index nodes.
13902 (Info-mode-map): Bind Info-copy-current-node-name to `w'
13903 for consistency with dired-copy-filename-as-kill.
13904 Bind `S' to Info-search-case-sensitively.
13905 (Info-copy-current-node-name): New arg. With zero prefix arg put
13906 the name inside a function call to `info'. Display copied text in
13907 the echo area.
13908
13909 2004-05-25 Sam Steingold <sds@gnu.org>
13910
13911 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
13912 strip the package prefix from the symbol name, if any.
13913 Make it the `find-tag-default-function' for `lisp-mode'.
13914
13915 2004-05-25 John Paul Wallington <jpw@gnu.org>
13916
13917 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
13918 instead of obsolete `process-kill-without-query'.
13919
13920 * textmodes/texinfmt.el (texinfo-indexvar-alist):
13921 Declare as variable, not constant.
13922
13923 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
13924
13925 * files.el (find-file-noselect-1): Fix bug introduced by
13926 Revision 1.694. As a side effect, `inhibit-read-only'
13927 is again, by default, t during execution of
13928 `find-file-not-found-functions'.
13929 (insert-directory): Check that lines were really inserted by
13930 the --dired switch, before erasing them.
13931
13932 2004-05-24 Nick Roberts <nickrob@gnu.org>
13933
13934 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
13935 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
13936 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
13937 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
13938 gud-minor-mode (gdbmi).
13939
13940 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
13941
13942 * net/browse-url.el (browse-url-interactive-arg): Enable user to
13943 explicitly select the text to be taken as URL.
13944
13945 2004-05-23 Juri Linkov <juri@jurta.org>
13946
13947 * info.el (Info-index-nodes): New var and fun.
13948 (Info-goto-index, Info-index, info-apropos)
13949 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
13950 (Info-index): Fix docstring. Store and restore Info-history-list.
13951 (Info-complete-nodes): New var.
13952 (Info-complete-menu-item): Use it.
13953 (Info-index-node): New fun.
13954 (Info-final-node, Info-forward-node, Info-backward-node)
13955 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
13956 Use Info-index-node.
13957 (Info-extract-menu-item, Info-extract-menu-counting): Set second
13958 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
13959 (Info-find-node-2): If a node with period in its name not found,
13960 try to find a node without the name part after period.
13961 (Info-select-node): Call Info-fontify-node only if
13962 Info-fontify-maximum-menu-size is not nil.
13963 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
13964 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
13965 Preserve Info-history-list.
13966 (Info-toc): Set Info-current-file.
13967 (Info-build-toc): Move point to the beginning of the buffer.
13968 Add main-file variable.
13969 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
13970 Use backslashed representation of the control character ^_.
13971
13972 * textmodes/texinfmt.el (texinfo-print-index): Print index line
13973 numbers in the new Texinfo 4.7 format.
13974
13975 * add-log.el (change-log-font-lock-keywords): Remove `:' from
13976 regexps for function and variable names.
13977
13978 * descr-text.el (describe-property-list): Add [show] button for
13979 `syntax-table' property with action to pp to a separate buffer.
13980 (describe-char): Replace search-forward by re-search-forward with
13981 whitespace regexp after "character:" to not fail in too narrow windows.
13982
13983 * simple.el (next-error-find-buffer): Add a rule to return
13984 next-error capable buffer if one window on the selected frame
13985 displays such buffer.
13986
13987 2004-05-23 Nick Roberts <nickrob@gnu.org>
13988
13989 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
13990 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
13991 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
13992 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
13993 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
13994 Handle new value for gud-minor-mode (gdbmi).
13995 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
13996 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
13997 Change from local to global gdb variable set.
13998 (gdb-ann3): Initialise above gdb variable set.
13999 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
14000 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
14001 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
14002 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
14003 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
14004 (gdb-info-locals-handler, gdb-invalidate-assembler)
14005 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
14006 set as global variables.
14007 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
14008 Handle gdbmi.
14009 (gdb-info-breakpoints-custom): Fix regexp.
14010 (def-gdb-var): Delete.
14011
14012 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
14013 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
14014 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
14015 a new mode. The file (gdb-mi.el) for this mode will be included
14016 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
14017 primary interface.
14018
14019 2004-05-23 Jesper Harder <harder@ifa.au.dk>
14020
14021 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
14022 interpreted as a directory.
14023
14024 2004-05-22 Richard M. Stallman <rms@gnu.org>
14025
14026 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
14027 as a close quote.
14028
14029 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
14030
14031 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
14032 Use assoc-string, not assoc-ignore-case.
14033
14034 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
14035
14036 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
14037 If moving back then fwd gets a defun that ends before point,
14038 try again moving fwd then back.
14039
14040 * files.el (file-name-non-special): Allow t in file-arg-indices
14041 to mean requote the return value. Use `identity' as an element
14042 rather than as the whole value.
14043
14044 * gs.el (gs-options): Add -dSAFER. Mark it risky.
14045
14046 2004-05-22 Juanma Barranquero <lektu@terra.es>
14047
14048 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
14049 `help-make-usage'.
14050 (help-highlight-arguments): Skip function name before searching
14051 for arguments.
14052
14053 2004-05-21 Juanma Barranquero <lektu@terra.es>
14054
14055 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
14056 Don't mention in the docstring these arguments meant for
14057 internal (recursive) use only.
14058 (allout-char-spec): Comment out (it's not implemented).
14059 (allout-old-expose-topic, allout-exposure): Fix docstring and add
14060 obsolescence declaration.
14061 (allout-flatten-exposed-to-buffer)
14062 (allout-indented-exposed-to-buffer): Fix typos in docstring.
14063 (my-mark-marker): Doc fix.
14064 (produce-allout-mode-map, allout-sibling-index)
14065 (allout-isearch-expose, allout-distinctive-bullet)
14066 (allout-open-topic, allout-reindent-body)
14067 (allout-rebullet-heading, allout-process-exposed)
14068 (allout-insert-listified, allout-latex-verb-quote)
14069 (allout-insert-latex-header, allout-insert-latex-trailer):
14070 Make arguments match their use in docstring.
14071 (allout-primary-bullet, allout-old-style-prefixes)
14072 (allout-inhibit-protection, allout-init, allout-mode)
14073 (allout-before-change-protect, allout-flag-region):
14074 Use "Emacs" instead of "emacs" in docstrings.
14075
14076 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
14077
14078 * international/characters.el: Modify syntax of more characters.
14079
14080 2004-05-21 Masatake YAMATO <jet@gyve.org>
14081
14082 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
14083 (etags-tags-completion-table): Show parsing progress.
14084
14085 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
14086
14087 * locate.el (locate-prompt-for-command): Shorten first line of
14088 docstring.
14089 (locate-mode): Expand docstring and include keymap summary.
14090
14091 * files.el (find-file-noselect-1): Limit the scope of the
14092 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
14093 is, by default, nil during the execution of
14094 `find-file-not-found-functions' and `find-file-hook'.
14095
14096 2004-05-20 Michael Mauger <mmaug@yahoo.com>
14097
14098 * facemenu.el (facemenu-color-name-equal): New function.
14099 (list-colors-display): Use it to compare colors instead of
14100 facemenu-color-equal.
14101
14102 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
14103
14104 * compare-w.el (compare-windows-face): Use min-colors instead of
14105 checking for tty or pc types.
14106
14107 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14108
14109 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
14110 (completion-setup-function): Use with-current-buffer.
14111 Properly save excursion. Simplify.
14112 Don't assume there is necessarily a `mouse-face' property somewhere.
14113
14114 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
14115
14116 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
14117
14118 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
14119 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
14120 Use with-current-buffer.
14121 (byte-goto-log-buffer): Delete.
14122 (byte-compile-log-file): Call compilation-forget-errors.
14123
14124 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14125
14126 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
14127 output messages into the search result.
14128
14129 2004-05-19 Masatake YAMATO <jet@gyve.org>
14130
14131 * wid-edit.el (widget-radio-button-notify): Revert my last
14132 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14133
14134 2004-05-19 Kenichi Handa <handa@m17n.org>
14135
14136 * international/characters.el: Fix syntax (open/close) of CJK chars.
14137
14138 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14139
14140 * help-mode.el (help-go-back): Don't depend on position of back button.
14141
14142 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14143
14144 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
14145 files files don't contain an accidental additional /.
14146
14147 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
14148 in source buffer.
14149
14150 2004-05-18 Masatake YAMATO <jet@gyve.org>
14151
14152 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
14153 to widget-apply. :action method assumes 2 arguments, not 3.
14154
14155 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
14156
14157 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14158 New constants.
14159 (hs-special-modes-alist): Add an f90-mode entry.
14160
14161 2004-05-17 Sam Steingold <sds@gnu.org>
14162
14163 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
14164 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
14165
14166 2004-05-16 Kim F. Storm <storm@cua.dk>
14167
14168 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
14169
14170 2004-05-15 John Wiegley <johnw@newartisans.com>
14171
14172 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
14173 (eshell-output-object-to-target): Improve output speed 20% by not
14174 calling `eshell-stringify' if something is already known to be a string.
14175
14176 2004-05-15 Alex Ott <ott@jet.msk.su>
14177
14178 * textmodes/ispell.el (ispell-local-dictionary-alist):
14179 Add windows-1251 to the choice of coding systems.
14180 (ispell-dictionary-alist-6): Add support for "russianw.aff",
14181 encoded in cp1251.
14182
14183 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
14184
14185 * progmodes/compile.el (compilation-warning-face)
14186 (compilation-info-face): Use min-colors.
14187
14188 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14189
14190 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
14191 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
14192 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
14193 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
14194 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
14195 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
14196 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
14197 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
14198 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
14199 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
14200 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
14201 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
14202 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
14203 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
14204
14205 2004-05-15 Kim F. Storm <storm@cua.dk>
14206
14207 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
14208 Use it to set triggered-p element of timer.
14209 (timer-event-handler): Set triggered-p element non-nil while running
14210 the timer function.
14211
14212 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14213
14214 * descr-text.el (describe-char-unicode-data)
14215 (describe-char-unicodedata-file): Re-enable the unicode code now that
14216 the licensing issues have been cleared in the unicode-4 license.
14217 (describe-text-properties-1): Remove unused `overlay' var.
14218 (describe-char): Remove unused var `buffer'.
14219
14220 2004-05-14 David Ponce <david@dponce.com>
14221
14222 * tree-widget.el: New file.
14223
14224 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
14225
14226 * language/european.el ("Brazilian Portuguese"): Add support for
14227 Brazilian Portuguese.
14228
14229 2004-05-13 John Wiegley <johnw@newartisans.com>
14230
14231 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
14232 `recentf-mode' if this variable has been customized to t.
14233
14234 * eshell/esh-test.el (eshell-test): Call the function
14235 `emacs-version' rather than trying to build a custom version string.
14236
14237 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14238
14239 * net/telnet.el (telnet-mode): Use define-derived-mode.
14240 Don't modify the global value of comint-prompt-regexp.
14241
14242 2004-05-13 John Paul Wallington <jpw@gnu.org>
14243
14244 * version.el (emacs-version): Check for `gtk' feature before
14245 `x-toolkit' feature.
14246
14247 2004-05-13 Juanma Barranquero <lektu@terra.es>
14248
14249 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
14250 arguments in the docstring, they're used only in recursive calls.
14251
14252 * help-fns.el (help-arg-highlighting-function)
14253 (help-argument-name): Delete.
14254 (help-default-arg-highlight): New function.
14255 (help-do-arg-highlighting): Use it.
14256
14257 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14258
14259 * calendar/appt.el (appt-disp-window):
14260 Use `calendar-set-mode-line' for a centered mode-line.
14261
14262 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14263
14264 * calendar/appt.el (appt-disp-window): Do not split window
14265 excessively when `split-height-threshold' is low.
14266
14267 2004-05-12 Nick Roberts <nickrob@gnu.org>
14268
14269 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
14270 kill-buffer-hook here and make it local.
14271 (gud-kill-buffer-hook): Use kill-process for a sure kill.
14272
14273 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
14274
14275 * progmodes/compile.el (compilation-set-window-height):
14276 Use save-excursion to protect against misplaced marker.
14277
14278 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14279
14280 * custom.el (defface): Document that type can have value gtk.
14281
14282 * faces.el (face-spec-set-match-display): Handle type gtk in display.
14283
14284 2004-05-12 Kenichi Handa <handa@m17n.org>
14285
14286 * descr-text.el: Require quail at comile time.
14287 (describe-char): If an input method is on and it supports the
14288 character, show how to input it.
14289
14290 * international/quail.el (quail-install-decode-map): Accept a
14291 char-table whose subtype is `quail-decode-map'.
14292 (quail-store-decode-map-key, quail-gen-decode-map1)
14293 (quail-gen-decode-map, quail-find-key1, quail-find-key)
14294 (quail-show-key): New functions.
14295
14296 2004-05-12 Juanma Barranquero <lektu@terra.es>
14297
14298 * generic.el (define-generic-mode): Remove redundant arglist info.
14299
14300 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
14301 Make arguments match their use in docstring.
14302 (help-arg-highlighting-function): New variable.
14303 (help-argument-name): Mention it in the docstring.
14304 (help-do-arg-highlight): Use it. Expand regexp to accept also
14305 ARG-xxx and xxx-ARG references.
14306
14307 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14308
14309 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
14310 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
14311 and "mailto:addr1?to=addr2" equal.
14312
14313 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14314
14315 * man.el (Man-getpage-in-background): Use shell-file-name
14316 and shell-command-switch variables instead of hard-coded values.
14317
14318 2004-05-11 Eli Zaretskii <eliz@gnu.org>
14319
14320 * iimage.el: New file.
14321
14322 2004-05-11 Juanma Barranquero <lektu@terra.es>
14323
14324 * custom.el (custom-initialize-default, defcustom):
14325 Fix typo in docstring.
14326
14327 * files.el (set-visited-file-name, file-expand-wildcards):
14328 Fix docstring.
14329
14330 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14331
14332 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
14333
14334 * subr.el (eventp): Be more discriminating with integers.
14335
14336 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
14337
14338 * progmodes/compile.el (compile): Add universal prefix arg.
14339 (compilation-error-regexp-alist-alist): Add edg patterns.
14340
14341 2004-05-10 Sam Steingold <sds@gnu.org>
14342
14343 * textmodes/ispell.el (ispell-message):
14344 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
14345
14346 2004-05-10 Dave Love <fx@gnu.org>
14347
14348 * progmodes/python.el (help-buffer): Autoload when compiling.
14349 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
14350 (run-python): Prepend to any existing PYTHONPATH.
14351
14352 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
14353
14354 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
14355 for pending breakpoints.
14356
14357 2004-05-10 Richard M. Stallman <rms@gnu.org>
14358
14359 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
14360 directly without calling any functions in Rmail.
14361 (unrmail-unprune): Function deleted.
14362
14363 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14364
14365 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
14366 C-c C-z binding.
14367
14368 2004-05-10 Kenichi Handa <handa@m17n.org>
14369
14370 * descr-text.el (describe-char): Fix previous change. Don't make
14371 a unibyte character to multibyte in the *Help* buffer.
14372
14373 2004-05-10 Miles Bader <miles@gnu.org>
14374
14375 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
14376 buffer an error if the debugger process is actually running.
14377
14378 2004-05-10 Juanma Barranquero <lektu@terra.es>
14379
14380 * help-fns.el (help-argument-name): Default to italic.
14381 (help-highlight-arguments): Return always (usage . doc), even when
14382 usage is nil.
14383
14384 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
14385 (define-ibuffer-filter): Add usage info.
14386 (define-ibuffer-op): Add usage info (but CL-style defaults for
14387 keyword args are not shown).
14388
14389 * subr.el (remove-overlays, read-passwd): Fix docstring.
14390 (start-process-shell-command): Fix docstring. Put usage info in a
14391 format usable by `describe-function'.
14392 (open-network-stream, open-network-stream-nowait)
14393 (open-network-stream-server): Fix docstring.
14394
14395 2004-05-09 Jason Rumney <jasonr@gnu.org>
14396
14397 * international/code-pages (cp932, cp936, cp949, c950): Remove.
14398 Only define cp125* if windows-125* is already defined.
14399
14400 * language/korean.el (cp949): Add alias.
14401
14402 * language/chinese.el (cp936, cp950): Add aliases.
14403
14404 * language/japanese.el (cp932): Add alias.
14405
14406 * term/w32-win.el: Require code-pages.
14407
14408 * international/mule-cmds.el (set-locale-environment):
14409 On MS-Windows use ansi code-page for default coding-systems.
14410 Set up paper sizes for Windows 3 letter languages.
14411
14412 * international/code-pages.el (cp932, cp936, cp949, cp950):
14413 Add aliases. Also add cp125* if not already defined.
14414
14415 2004-05-09 Juanma Barranquero <lektu@terra.es>
14416
14417 * help-fns.el (help-highlight-arguments): Don't try to highlight
14418 missing or autoloaded arglists. Accept structured arguments, like
14419 the first ones of `do' and `flet'.
14420
14421 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
14422 (cvs-get-marked): Remove redundant arglist info.
14423
14424 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
14425 Don't use CL-style default args.
14426
14427 2004-05-08 Andreas Schwab <schwab@suse.de>
14428
14429 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
14430
14431 * international/subst-ksc.el: Fix references to utf-translate-cjk
14432 into utf-translate-cjk-mode.
14433 * international/subst-big5.el: Likewise.
14434 * international/subst-gb2312.el: Likewise.
14435 * international/subst-jis.el: Likewise.
14436 * international/utf-16.el: Likewise.
14437 * international/utf-8.el: Likewise.
14438
14439 2004-05-08 John Wiegley <johnw@newartisans.com>
14440
14441 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
14442 "virtual buffers" (off by default), which makes it possible to
14443 switch to the "virtual" buffers of recently visited files. When a
14444 buffer name search fails, and this option is on, iswitchb will
14445 look at the list of recently visited files, and permit matching
14446 against those names. When the user hits RET on a match, it will
14447 revisit that file.
14448 (iswitchb-read-buffer): Add two optional arguments, which makes
14449 isearchb.el possible.
14450 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
14451 (iswitchb-next-match): Add support for virtual buffers.
14452
14453 * isearchb.el: This module extends iswitchb to provide "as you
14454 type" buffer selection.
14455
14456 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
14457 Ignore the read-only property when flyspell highlighting is on.
14458 Not ignoring it leads to a series of confusing errors.
14459 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
14460 but also make sure to call flyspell-incorrect-hook.
14461 (flyspell-maybe-correct-transposition): Perform transposition test
14462 by bit twiddling a string, rather than using a temp buffer.
14463 (flyspell-maybe-correct-doubling): Use a string rather than a temp
14464 buffer. This is also the original version of the code, which
14465 could not be checked in before due to a previous lack of
14466 assignment papers. This version has seen heavy usage on my system
14467 for several years now.
14468
14469 * calendar/cal-bahai.el: New file, which adds support for the
14470 Baha'i calendar to Emacs. This calendar is based on a solar year
14471 of 19 months of 19 days, with 4 intercalary days. Each year
14472 begins on March 21, with the calendar starting in 1844.
14473
14474 * calendar/cal-menu.el, calendar/calendar.el
14475 * calendar/diary-lib.el, calendar/holidays.el:
14476 Added support for using cal-bahai.el.
14477
14478 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
14479 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
14480 function can be used outside of eshell buffers.
14481 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
14482
14483 2004-05-08 Juanma Barranquero <lektu@terra.es>
14484
14485 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
14486 word constituent so FOO-ARG is not recognized as an arg.
14487 (help-highlight-arguments): Don't skip lists in mandatory arguments.
14488
14489 * simple.el (next-error): Fix typo in docstring.
14490 (open-line): Make argument names match their use in docstring.
14491 (split-line): Fix docstring.
14492
14493 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
14494 usable by `describe-function'.
14495 (gensym, gentemp, typep, ignore-errors): Make argument names match
14496 their use in docstring.
14497
14498 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
14499 argument to `help-setup-xref'.
14500
14501 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
14502
14503 Version 2.0.40 of Tramp released.
14504
14505 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
14506 Use symbol-function to invoke functions only known on some Emacs
14507 flavors. This avoids byte-compiler warnings. Reported by Kevin
14508 Scaldeferri <kevin@scaldeferri.com>.
14509 (tramp-do-copy-or-rename-file-via-buffer): Rename from
14510 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
14511 consistent with the other tramp-do-* functions.
14512 (tramp-do-copy-or-rename-file): Calls adjusted.
14513 (tramp-process-initial-commands): Avoid liveness check on shell --
14514 we know that it must be alive since we're opening a connection at
14515 this moment.
14516 (tramp-last-cmd): New internal variable.
14517 (tramp-process-echoes): New tunable.
14518 (tramp-send-command): Set tramp-last-cmd.
14519 (tramp-wait-for-output): Delete echo, if applicable.
14520 (tramp-read-passwd): Construct the key for the password cache in a
14521 way that works for multi methods, too.
14522 (tramp-bug): Add backup-directory-alist and
14523 bkup-backup-directory-info to bug reports, with Tramp counterparts.
14524
14525 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
14526
14527 * net/tramp*.el: Suppress byte-compiler warnings where possible.
14528
14529 * net/tramp.el (tramp-out-of-band-prompt-regexp)
14530 (tramp-actions-copy-out-of-band): New defcustoms.
14531 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
14532 used instead of a synchronous one. Allows password entering.
14533 (tramp-action-out-of-band): New defun.
14534 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
14535 Remove restriction with password from doc string.
14536 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
14537 `tramp-out-of-band-prompt-regexp',
14538 `tramp-actions-copy-out-of-band', `password-cache' and
14539 `password-cache-expiry'.
14540 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
14541 password caching.
14542 (tramp-touch): FILE can be a local file, too.
14543 (TODO): Remove items done.
14544 (tramp-handle-insert-directory): Properly quote file name also if
14545 not full-directory-p. Handle wildcard case. Reported by Andreas
14546 Schwab <schwab@suse.de>.
14547 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
14548 new file.
14549 (tramp-handle-file-local-copy, tramp-handle-write-region):
14550 The permissions of the temporary file are set if filename exists.
14551 Reported by Ted Stern <stern@cray.com>.
14552 (tramp-backup-directory-alist)
14553 (tramp-bkup-backup-directory-info): New defcustoms.
14554 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
14555 (tramp-handle-find-backup-file-name): New function.
14556 Implements Tramp's find-backup-file-name.
14557
14558 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
14559 for `find-backup-file-name'.
14560
14561 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
14562 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
14563
14564 2004-05-07 Lars Hansen <larsh@math.ku.dk>
14565
14566 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
14567
14568 2004-05-07 Juanma Barranquero <lektu@terra.es>
14569
14570 * subr.el (lambda): Add arglist description to docstring.
14571 (declare): Fix typo in docstring.
14572 (open-network-stream): Fix docstring.
14573 (process-kill-without-query): Fix docstring and add obsolescence info.
14574 (last, butlast, nbutlast): Make arguments match their use in docstring.
14575 (insert-buffer-substring-no-properties): Likewise.
14576 (insert-buffer-substring-as-yank): Likewise.
14577 (split-string): Fix docstring.
14578
14579 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14580 Make argument names match their use in docstring.
14581
14582 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
14583
14584 2004-05-06 Nick Roberts <nickrob@gnu.org>
14585
14586 * progmodes/gdb-ui.el: Improve/extend documentation strings.
14587 Fit first sentence on one line for apropos-command.
14588
14589 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14590
14591 Changes largely merged in from Dave Love's code.
14592 * progmodes/python.el: Doc fixes.
14593 (python-mode-map): Add python-complete-symbol.
14594 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
14595 (python-comment-indent, python-complete-symbol)
14596 (python-symbol-completions, python-partial-symbol)
14597 (python-try-complete): New.
14598 (python-indent-line): Remove optional arg. Use python-block-end-p.
14599 (python-check): Bind compilation-error-regexp-alist.
14600 (inferior-python-mode): Use rx. Move keybindings to top level.
14601 Set comint-input-filter.
14602 (python-preoutput-filter): Use rx.
14603 (python-input-filter): Re-introduce.
14604 (python-proc): Start new process if necessary.
14605 Check python-buffer non-nil.
14606 (view-return-to-alist): Defvar.
14607 (python-send-receive): New.
14608 (python-eldoc-function): Use it.
14609 (python-mode-running): Don't defvar.
14610 (python-mode): Set comment-indent-function.
14611 Maybe update hippie-expand-try-functions-list.
14612 (python-indentation-levels): Initialize differently.
14613 (python-block-end-p): New.
14614 (python-indent-line): Use it.
14615 (python-compilation-regexp-alist): Augment.
14616 (run-python): Import `emacs' module to Python rather than loading
14617 code directly. Set python-buffer differently.
14618 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
14619 Use python-proc.
14620 (python-send-command): Go to end of comint buffer.
14621 (python-load-file): Use python-proc, emacs.eimport.
14622 (python-describe-symbol): Simplify interactive form.
14623 Use emacs.help. Do use temp-buffer-show-hook.
14624 Call print-help-return-message.
14625 (hippie-exp): Require when compiling.
14626 (python-preoutput-continuation): Use rx.
14627
14628 * diff-mode.el (diff-make-unified): Fix regexp.
14629
14630 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
14631
14632 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
14633 filter groups from the buffer when rebuilding the Ibuffer buffer
14634 and `ibuffer-show-empty-filter-groups' is nil.
14635
14636 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14637
14638 * ps-print.el (ps-print-quote): Call ps-value-string.
14639 (ps-setup): Call ps-comment-string.
14640 (ps-value-string, ps-comment-string): New funs.
14641
14642 2004-05-06 Juanma Barranquero <lektu@terra.es>
14643
14644 * ehelp.el (electric-help-command-loop): Check whether the last
14645 character is visible, not (point-max).
14646
14647 * help-fns.el (help-argument-name): Default to bold; don't inherit
14648 from font-lock-variable-name-face.
14649 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
14650
14651 2004-05-05 Kenichi Handa <handa@m17n.org>
14652
14653 * descr-text.el (describe-char): Copy the character with text
14654 properties and overlays into the first line, and call
14655 describe-text-properties on it.
14656
14657 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
14658
14659 * iswitchb.el (iswitchb-global-map): Fix typo.
14660 Remove unwanted ###autoloads from source file.
14661
14662 2004-05-05 Lars Hansen <larsh@math.ku.dk>
14663
14664 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
14665 in run-hooks. Use substitute-command-keys in message.
14666 (wdired-abort-changes): Add message.
14667
14668 2004-05-03 Michael Mauger <mmaug@yahoo.com>
14669
14670 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
14671 (sql-emacs20-p): Remove.
14672 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
14673 (sql-builtin-face, sql-doc-face): Remove.
14674 (sql-mode-ansi-font-lock-keywords)
14675 (sql-mode-oracle-font-lock-keywords)
14676 (sql-mode-postgres-font-lock-keywords)
14677 (sql-mode-linter-font-lock-keywords)
14678 (sql-mode-ms-font-lock-keywords)
14679 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
14680 (sql-product-font-lock): Fix font-lock reset when font rules change.
14681 (sql-highlight-product): Remove incorrect font-lock reset logic.
14682
14683 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
14684
14685 * ses.el (ses-set-parameter): Fix typo.
14686
14687 2004-05-04 Kim F. Storm <storm@cua.dk>
14688
14689 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
14690 Must expand directory for completion to work; and don't mess with
14691 process-environment.
14692 (ido-read-file-name): If command has ido property, don't use ido
14693 if value is ignore, or read as directory if value is dir.
14694 Set ido ignore property for dired-do-rename command.
14695
14696 2004-05-04 Juanma Barranquero <lektu@terra.es>
14697
14698 * ehelp.el (electric-help-command-loop, electric-help-undefined)
14699 (electric-help-help): Check against unmapped commands.
14700
14701 * help-fns.el (help-argument-name): New face, inheriting from
14702 font-lock-variable-name-face, to highlight function arguments in
14703 `describe-function' and `describe-key'.
14704 (help-do-arg-highlight): Auxiliary function to highlight a given
14705 list of arguments in a string.
14706 (help-highlight-arguments): Highlight the function arguments and
14707 all uses of them in the docstring.
14708 (describe-function-1): Use it. Do docstring output via `insert',
14709 not 'princ', so text attributes are preserved.
14710
14711 * winner.el (winner-mode-map): Move `winner-undo' and
14712 `winner-redo' to C-c <left> and C-c <right>, respectively (the
14713 previous bindings conflict with `prev-buffer', `next-buffer').
14714
14715 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14716
14717 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
14718 (bibtex-entry-update): New command bound to C-c C-u.
14719 (bibtex-text-in-string): Fix regexp.
14720 (bibtex-assoc-of-regexp): Remove.
14721 (bibtex-progress-message): Fix docstring.
14722 (bibtex-inside-field): Use if.
14723 (bibtex-assoc-regexp): New function.
14724 (bibtex-format-entry): Make code more robust so that it formats
14725 also old entries.
14726 (bibtex-autokey-demangle-title): Merge with obsolete function
14727 bibtex-assoc-of-regexp.
14728 (bibtex-field-list): New function.
14729 (bibtex-entry): Use bibtex-field-list.
14730 (bibtex-parse-entry): Fix docstring.
14731 (bibtex-print-help-message): Use bibtex-field-list.
14732 (bibtex-make-field): Use bibtex-field-list.
14733 (bibtex-entry-index): Bugfix. Return crossref key if required.
14734 (bibtex-lessp): Fix docstring.
14735
14736 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
14737
14738 * select.el (xselect-convert-to-string): Move comment to intended line.
14739
14740 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14741
14742 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
14743 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
14744
14745 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14746
14747 * term/x-win.el (x-clipboard-yank): Don't exit on error from
14748 x-get-selection.
14749
14750 2004-05-03 Jason Rumney <jasonr@gnu.org>
14751
14752 * makefile.nt: Remove.
14753
14754 2004-05-03 Kim F. Storm <storm@cua.dk>
14755
14756 * emulation/cua-base.el (cua--update-indications): Fix last change.
14757 (cua-mode): Deactivate mark when cua-mode is enabled.
14758
14759 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
14760
14761 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
14762
14763 2004-05-03 Nick Roberts <nickrob@gnu.org>
14764
14765 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
14766 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
14767 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
14768 window over visible frames.
14769 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
14770
14771 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
14772
14773 * progmodes/compile.el (compilation-gcpro): New var.
14774 (compilation-fake-loc): Use it.
14775 (compilation-forget-errors): Reset it.
14776
14777 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
14778
14779 * diff-mode.el (diff-header-face, diff-file-header-face):
14780 Use min-colors.
14781
14782 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14783
14784 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
14785 (bibtex-clean-entry): Disentangle code.
14786 (bibtex-realign): New function.
14787 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
14788 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
14789 Remove undocumented optional arg called-by-convert-alien.
14790 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
14791 for sorting instead of bibtex-sort-buffer.
14792
14793 2004-05-02 Eli Zaretskii <eliz@gnu.org>
14794
14795 * progmodes/compile.el (compilation-start): In the
14796 no-async-subprocesses branch, call sit-for to give redisplay a
14797 chance to show the updated process status in the mode line, and
14798 fontify the buffer explicitly after the process exits.
14799
14800 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
14801
14802 * progmodes/python.el (python-compilation-line-number): Remove.
14803 (python-compilation-regexp-alist): Don't use it any more.
14804 (python-orig-start, python-input-filter): Remove.
14805 (inferior-python-mode): Don't set up comint-input-filter-functions.
14806 (python-send-region): Use compilation-fake-loc.
14807
14808 * progmodes/compile.el (compilation-messages-start): New var.
14809 (compilation-mode): Don't setup next-error-function here.
14810 (compilation-setup): Set it up here instead (for minor modes as well).
14811 Make compilation-messages-start buffer local.
14812 (compilation-next-error-function): Use it.
14813 (compilation-forget-errors): Set compilation-messages-start.
14814
14815 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
14816
14817 * ielm.el (ielm-prompt-read-only): Update docstring.
14818
14819 * comint.el (comint-prompt-read-only): Update docstring.
14820 (comint-update-fence, comint-kill-whole-line)
14821 (comint-kill-region): New functions.
14822
14823 * simple.el (kill-whole-line): Use "p" instead of "P" in
14824 interactive form.
14825
14826 2004-05-01 Juanma Barranquero <lektu@terra.es>
14827
14828 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
14829 format arglist so default values in CL-style argument lists are
14830 correctly shown.
14831
14832 2004-05-01 Jason Rumney <jasonr@gnu.org>
14833
14834 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
14835
14836 2004-05-01 Kenichi Handa <handa@m17n.org>
14837
14838 * international/titdic-cnv.el (miscdic-convert): Don't generate a
14839 quail file if it is up to date.
14840
14841 2004-04-30 Juri Linkov <juri@jurta.org>
14842
14843 * cus-edit.el (custom-mode-map):
14844 Add key binding `C-x C-s' to `Custom-save'.
14845
14846 * outline.el (outline-blank-line): New var.
14847 (outline-next-preface, outline-show-heading)
14848 (outline-end-of-subtree): Use it.
14849
14850 * dired-aux.el (dired-touch-initial): New fun.
14851 (dired-do-chxxx): Call it for op-symbol `touch'.
14852 (dired-diff): Use `dired-dwim-target-directory'
14853 if current dired buffer has no buffer mark.
14854
14855 * bindings.el (propertized-buffer-identification):
14856 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
14857 Add C-M-arrow keys for consistency.
14858
14859 * files.el (confirm-kill-emacs):
14860 Change group from top-level `emacs' to `convenience'.
14861
14862 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
14863 Push mark on the first call of successive command calls.
14864 (insert-pair): New fun created from `insert-parentheses' with
14865 `open' and `close' arguments added. Enclose active regions
14866 in paired characters. Compare adjacent characters syntax with
14867 inserted characters syntax before inserting a space.
14868 (insert-parentheses): Call `insert-pair' with ?\( ?\).
14869
14870 * delsel.el: Don't put `delete-selection' property
14871 on `insert-parentheses' symbol to take advantage of
14872 region handling in `insert-pair' function.
14873 Suggested by Stephan Stahl <stahl@eos.franken.de>.
14874
14875 2004-04-30 Kim F. Storm <storm@cua.dk>
14876
14877 * emulation/cua-base.el: Add support for changing cursor types;
14878 based on patch from Michael Mauger.
14879 (cua-normal-cursor-color, cua-read-only-cursor-color)
14880 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
14881 Customization cursor type and/or cursor color.
14882 (cua--update-indications): Handle cursor type changes.
14883 (cua-mode): Update cursor indications if enabled.
14884
14885 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
14886
14887 * mouse.el (mouse-drag-copy-region): New defcustom.
14888 (mouse-set-region, mouse-drag-region-1): Use it.
14889
14890 * simple.el (kill-ring-save): If region face background color is
14891 unspecified (if no highlighting), show extent of fully visible
14892 region even if transient-mark-mode is enabled.
14893
14894 * emulation/cua-base.el (cua--standard-movement-commands):
14895 Add cua-scroll-up and cua-scroll-down.
14896 (cua-scroll-up, cua-scroll-down): New commands.
14897 (cua--init-keymaps): Remap scroll-up and scroll-down.
14898
14899 * emulation/cua-rect.el (cua--convert-rectangle-as):
14900 New defmacro.
14901 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
14902 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
14903 New commands (suggested by Jordan Breeding).
14904
14905 2004-04-30 Juanma Barranquero <lektu@terra.es>
14906
14907 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
14908
14909 2004-04-30 Mario Lang <mlang@delysid.org>
14910
14911 * diff.el (diff-switches): Fix typo in docstring.
14912
14913 2004-04-30 Alex Schroeder <alex@gnu.org>
14914
14915 * xml.el (xml-debug-print-internal): Don't add newline and
14916 indentation to text nodes and write empty elements as empty tags
14917 instead of opening and closing tags.
14918 (xml-debug-print): Take optional indent-string argument.
14919 (xml-print): Alias for xml-debug-print.
14920
14921 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14922
14923 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
14924 than duplicate call to `line-beginning-position'.
14925
14926 * progmodes/f90.el (f90-get-present-comment-type):
14927 Return whitespace, as well as comment chars, for consistent filling
14928 of comment blocks. Use `match-string-no-properties'.
14929 (f90-break-line): Trim trailing whitespace when filling comments.
14930
14931 2004-04-30 Dave Love <fx@gnu.org>
14932
14933 * calendar/diary-lib.el (diary-outlook-formats): New variable.
14934 (diary-from-outlook-internal, diary-from-outlook)
14935 (diary-from-outlook-gnus, diary-from-outlook-rmail):
14936 New functions to import diary entries from Outlook-format
14937 appointments in mail messages.
14938
14939 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
14940
14941 * progmodes/python.el (python-send-command): New fun.
14942 (python-send-region, python-load-file): Use it.
14943
14944 * progmodes/compile.el (compilation-last-buffer): Add var alias.
14945
14946 * help-fns.el (help-C-file-name): Use new subr-name.
14947 Prepend `src/' to the file name.
14948 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
14949 (describe-function-1, describe-variable): Only find a C source file
14950 name if DOC is already loaded.
14951
14952 * help-mode.el (help-function-def, help-variable-def):
14953 Use the new find-function-search-for-symbol functionality.
14954 Allow FILE to be `C-source'.
14955
14956 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
14957 (find-function-C-source): New fun.
14958 (find-function-search-for-symbol): Use it.
14959
14960 2004-03-29 Michael Mauger <mmaug@yahoo.com>
14961
14962 * progmodes/sql.el (sql-product-alist): Rename variable
14963 `sql-product-support'. Add Postgres login parameters.
14964 (sql-set-product, sql-product-feature): Update with renamed variable.
14965 (sql-connect-postgres): Add username prompt.
14966 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
14967 Make patterns less product specific.
14968 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
14969 (sql-mode-abbrev-table): Modify initialization.
14970 (sql-builtin-face): Add variable.
14971 (sql-keywords-re): Add macro.
14972 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
14973 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
14974 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
14975 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
14976 (sql-mode-linter-font-lock-keywords)
14977 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
14978 (sql-mode-sybase-font-lock-keywords)
14979 (sql-mode-informix-font-lock-keywords)
14980 (sql-mode-interbase-font-lock-keywords)
14981 (sql-mode-ingres-font-lock-keywords)
14982 (sql-mode-solid-font-lock-keywords)
14983 (sql-mode-sqlite-font-lock-keywords)
14984 (sql-mode-db2-font-lock-keywords): Default to nil.
14985 (sql-product-font-lock): Always highlight ANSI keywords.
14986 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
14987 (sql-send-string): Add function.
14988
14989 2004-04-29 Dave Love <fx@gnu.org>
14990
14991 * progmodes/cfengine.el (cfengine-beginning-of-defun)
14992 (cfengine-end-of-defun): Ensure progress through buffer.
14993
14994 * info-look.el (cfengine-mode): Accept a terminal ().
14995
14996 2004-04-29 Juri Linkov <juri@jurta.org>
14997
14998 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
14999 instead of isearch-yank-word-or-char. Add new key bindings for
15000 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
15001 (isearch-del-char): New fun.
15002 (isearch-forward, isearch-edit-string): Update docstring.
15003 (isearch-yank-char): Doc fix.
15004 (isearch-other-meta-char): Restore point after scrolling.
15005
15006 * progmodes/compile.el (compilation-context-lines): Add nil option
15007 to disable compilation output window scrolling.
15008 (compilation-set-window): Use it.
15009
15010 * outline.el (outline-next-preface, outline-show-heading):
15011 Don't leave unhidden blank line before heading.
15012 (outline-end-of-subtree): Include last newline into subtree.
15013 (hide-entry): Leave point at beginning of heading instead of end.
15014 (outline-up-heading): Push mark for the first call of successive
15015 command calls.
15016
15017 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
15018
15019 * comint.el (comint-prompt-read-only): New variable.
15020 (comint-output-filter): Implement it.
15021
15022 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
15023 (ielm-prompt-internal): New variable.
15024 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
15025 (ielm-send-input): Delete unused variable `buf'.
15026 (ielm-eval-input): Use `ielm-prompt-internal'.
15027 (inferior-emacs-lisp-mode): Use new variables
15028 `comint-prompt-read-only' and `ielm-prompt-internal'.
15029 Get rid of obsolete variable `directory-sep-char'.
15030 (ielm): Use `zerop'.
15031
15032 2004-04-29 John Paul Wallington <jpw@gnu.org>
15033
15034 * thumbs.el (toplevel): Require cl at compile time.
15035 Remove conditional definitions of `ignore-errors' and `caddar'
15036 because they occur at run time.
15037
15038 2004-04-28 Nick Roberts <nickrob@gnu.org>
15039
15040 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
15041 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
15042 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
15043 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
15044
15045 * progmodes/gud.el (gud-common-init): Throw an error if program is
15046 already running under gdb.
15047
15048 2004-04-28 John Paul Wallington <jpw@gnu.org>
15049
15050 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
15051 (thumbs-show-image-num): Move assignment of
15052 `thumbs-current-image-filename' within scope of `i'.
15053 (thumbs-emboss-image): Don't use `evenp'.
15054
15055 2004-04-28 Richard M. Stallman <rms@gnu.org>
15056
15057 * progmodes/compile.el (compilation-context-lines): Default now 0.
15058
15059 2004-04-28 Juanma Barranquero <lektu@terra.es>
15060
15061 Use `time-less-p' from calendar/time-date.el instead of defining
15062 custom versions of it.
15063
15064 * pcomplete.el (pcomplete-time-less-p): Remove.
15065
15066 * thumbs.el (time-less-p): Remove.
15067
15068 * calendar/timeclock.el (timeclock-time-less-p): Remove.
15069 (timeclock-generate-report): Use `time-less-p'.
15070
15071 * emacs-lisp/autoload.el (autoload-before-p): Remove.
15072 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
15073
15074 2004-04-28 Masatake YAMATO <jet@gyve.org>
15075
15076 * subr.el (remove-overlays): Make arguments optional.
15077
15078 * wid-edit.el (widget-specify-button): Put evaporate to the
15079 overlay for sample.
15080 (widget-specify-sample): Put evaporate to the overlay for sample.
15081 (widget-specify-doc): Put evaporate to the overlay for documentation.
15082
15083 2004-04-27 Jesper Harder <harder@ifa.au.dk>
15084
15085 * info.el (info-apropos): Make it an index node. Align node names
15086 like makeinfo.
15087
15088 2004-04-27 Eli Zaretskii <eliz@gnu.org>
15089
15090 * net/browse-url.el (browse-url-netscape-sentinel)
15091 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
15092 (browse-url-epiphany-sentinel, browse-url-mosaic):
15093 Use browse-url-*-program instead of a literal program name.
15094
15095 2004-04-27 Kevin Ryde <user42@zip.com.au>
15096
15097 * eshell/em-alias.el:
15098 * eshell/em-dirs.el:
15099 * eshell/em-hist.el:
15100 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
15101 features when M-x customize-group loads modules before the main
15102 eshell.el.
15103
15104 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
15105
15106 * subr.el (momentary-string-display): Support EXIT-CHAR that is
15107 either a character representation of an event or an event
15108 description list.
15109
15110 * type-break.el: Capitalise Emacs and Lisp.
15111 (type-break-good-break-interval, type-break-demo-boring-stats)
15112 (type-break-terse-messages, type-break-file-name): New defcustoms.
15113 (type-break-post-command-hook)
15114 (type-break-warning-countdown-string): Quote variable names in doc.
15115 (type-break-interval-start, type-break-auto-save-file-name): New vars.
15116 (type-break-mode): Document type-break-good-break-interval and the
15117 "session" file. Schedule break according to the session file.
15118 Kill session file buffer on exit. Organise for save-some-buffers
15119 to always save the session file.
15120 (type-break-mode-line-message-mode, type-break-query-mode):
15121 Uppercase arguments.
15122 (type-break-file-time, type-break-file-keystroke-count, timep)
15123 (type-break-choose-file, type-break-get-previous-time)
15124 (type-break-get-previous-count): New defuns.
15125 (type-break): Avoid break querying after a completed break in the
15126 case where the query was initiated during user invocation of the
15127 break. Optional terse messages.
15128 Use type-break-good-break-interval if type-break-good-rest-interval is
15129 nil. File the break time.
15130 (type-break-schedule): New optional args for overriding the use of
15131 the current time.
15132 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
15133 after a break.
15134 (type-break-check): File the keystroke count.
15135 (type-break-do-query): Prevent a second query when the break is
15136 interrupted. Optional terse message.
15137 (type-break-keystroke-reset): Record the start of a typing interval.
15138 (type-break-demo-boring): Optional terse messages. Display word
15139 per minute and keystroke counts according to
15140 type-break-demo-boring-stats.
15141
15142 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
15143
15144 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
15145 directories, make sure they exist under archive-tmpdir.
15146
15147 2004-04-27 Juri Linkov <juri@jurta.org>
15148
15149 * help.el (view-emacs-news): With argument, display info for the
15150 selected version by finding it among different NEWS files, and
15151 narrowing the buffer to the selected version.
15152
15153 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
15154 same-window-buffer-names.
15155 (info): New arg `buffer'. Use it. Doc fix. Read file name for
15156 non-numeric prefix argument, append the number to the buffer name
15157 for numeric prefix argument.
15158 (info-other-window): Bind same-window-regexps to nil.
15159 (Info-reference-name): Rename to Info-point-loc.
15160 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
15161 and Info-find-index-name for stringy Info-point-loc.
15162 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
15163 without middle `.', but with final `.' and optional line number
15164 for it. Set Info-point-loc for index nodes.
15165 (Info-index): Remove middle `.' from index entry regexp.
15166 Modify line number regexp.
15167 (Info-index-next): Decrement line number.
15168 (info-apropos): Remove middle `.' from index entry regexp.
15169 Add optional line number regexp at the end. Add matched value
15170 for line number to the result list and insert it to the buffer.
15171 Replace match-string by match-string-no-properties.
15172 Reorder result list.
15173 (Info-fontify-node): Hide index line numbers.
15174 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
15175 empty matches.
15176 (Info-follow-reference): Use `str' instead of
15177 Info-following-node-name-re.
15178 (Info-toc): Use full file names. Set Info-current-node to "Top".
15179 (Info-fontify-node): Compare file names without directory name.
15180 (Info-try-follow-nearest-node): Don't set Info-reference-name.
15181 Set second arg of Info-extract-menu-node-name for index nodes.
15182 (info-xref-visited): Use magenta3 instead of magenta4.
15183 (Info-mode): Add info-apropos to docstring.
15184
15185 * log-view.el (log-view-diff): Replace interactive code "r"
15186 by a list to allow to call it even if region is not active.
15187
15188 * paren.el (show-paren-highlight-openparen): New var.
15189 (show-paren-function): Turn on openparen highlighting when
15190 matching forward if show-paren-highlight-openparen is non-nil.
15191
15192 * simple.el (kill-ring-save): Use blink-matching-delay instead of
15193 the constant value 1.
15194 (completions-common-part): Expand docstring.
15195
15196 * textmodes/picture.el (picture-mode-map): Add arrow keys.
15197
15198 2004-04-27 Kim F. Storm <storm@cua.dk>
15199
15200 * image.el (insert-sliced-image): Use line-height instead of
15201 line-spacing property on newline.
15202
15203 2004-04-26 Lars Hansen <larsh@math.ku.dk>
15204
15205 * desktop.el (desktop-buffer-misc-data-function): Rename to
15206 desktop-save-buffer and change docstring.
15207 (desktop-buffer-modes-to-save): Delete.
15208 (desktop-save-buffer-p): Use desktop-save-buffer instead of
15209 desktop-buffer-modes-to-save.
15210 (desktop-save): Rename desktop-buffer-misc-data-function to
15211 desktop-save-buffer and allow non-function value.
15212 (desktop-missing-file-warning): Correct docstring.
15213
15214 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
15215 to desktop-save-buffer.
15216
15217 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
15218 desktop-save-buffer.
15219
15220 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
15221
15222 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
15223
15224 2004-04-26 Eli Zaretskii <eliz@gnu.org>
15225
15226 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
15227
15228 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
15229
15230 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
15231 (ielm): Only go to the end of the buffer when starting a new process.
15232
15233 2004-04-25 Juanma Barranquero <lektu@terra.es>
15234
15235 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
15236 mode line. Bind `inhibit-read-only' to t before modifying
15237 properties of text in the buffer.
15238 (ielm): Force point to the end of buffer, even when running ielm
15239 from inside itself.
15240
15241 2004-04-25 Jesper Harder <harder@ifa.au.dk>
15242
15243 * info.el (info-apropos): Reset Info-complete-cache.
15244
15245 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
15246
15247 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15248 Also recognize severe Irix et al. messages.
15249 (compilation-normalize-filename, compile-abbreviate-directory):
15250 Delete functions.
15251 (compilation-get-file-structure): New function inherits
15252 functionality of the two preceding ones.
15253 (compilation-internal-error-properties, compilation-fake-loc):
15254 Use it so that different paths to the same file share the same
15255 markers. Also optimize finding adjacent marker slightly.
15256
15257 2004-04-25 Kim F. Storm <storm@cua.dk>
15258
15259 * image.el (insert-sliced-image): Add line-spacing t property
15260 to newlines separating image lines.
15261
15262 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
15263
15264 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
15265
15266 * ielm.el (ielm-prompt-read-only): New user option.
15267 (ielm-prompt): Expand docstring to describe new behavior.
15268 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
15269 mention it in the docstring.
15270
15271 2004-04-24 Andreas Schwab <schwab@suse.de>
15272
15273 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
15274
15275 * diff.el (diff): Set default-directory in diff buffer.
15276
15277 2004-04-24 Eli Zaretskii <eliz@gnu.org>
15278
15279 * mail/sendmail.el (mail-bury): Don't delete the frame where the
15280 mail was being composed if the terminal cannot display more than
15281 one frame; instead, switch to previous frame.
15282
15283 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
15284 (rmail-start-mail): Support rmail-mail-new-frame even on
15285 terminals that can display only one frame at a time.
15286
15287 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15288
15289 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
15290 (checkdoc-output-font-lock-keywords): Remove error regexp.
15291 (checkdoc-output-mode-map): Remove.
15292 (checkdoc-output-mode): Derive from compilation-mode.
15293 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
15294
15295 * dired.el (dired-mode-map): Add a menu entry for wdired.
15296
15297 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
15298 (rx-bracket, rx-check-any, rx-any): Clean up name space.
15299
15300 * wdired.el (wdired-mode-map): Move init into declaration.
15301 Fix `return' binding.
15302 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
15303 Use force-mode-line-update.
15304 (wdired-get-filename): Use `unless'.
15305 (wdired-preprocess-files): Don't assume names have no \n and use / for
15306 dir separator.
15307 (wdired-normalize-filename): Use replace-regexp-in-string.
15308 (wdired-load-hooks): Remove.
15309 (wdired-mode-hooks): Rename to wdired-mode-hook.
15310
15311 * info-look.el: Add support for cfengine-mode.
15312 (info-lookup-setup-mode): Use dolist.
15313
15314 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
15315
15316 * wdired.el: New file.
15317
15318 2004-04-23 Juanma Barranquero <lektu@terra.es>
15319
15320 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
15321
15322 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
15323 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
15324 (pcomplete--help, pcomplete--here): Doc fixes.
15325
15326 2004-04-23 Andre Spiegel <spiegel@gnu.org>
15327
15328 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
15329 handles wrong-number-of-arguments in backend call.
15330
15331 * vc.el (vc-print-log): Likewise.
15332
15333 2004-04-20 Dave Love <fx@gnu.org>
15334
15335 * emacs-lisp/rx.el: Doc fixes.
15336 (rx-constituents): Add/extend many forms.
15337 (rx-check): Check form is a list.
15338 (bracket): Defvar.
15339 (rx-check-any, rx-any, rx-check-not): Modify.
15340 (rx-not): Simplify.
15341 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
15342 (rx-kleene): Use rx-trans-forms.
15343 (rx-quote-for-set): Delete.
15344 (rx): Allow multiple args.
15345
15346 2004-04-23 Kenichi Handa <handa@m17n.org>
15347
15348 * international/mule-util.el (char-displayable-p): Simplify by
15349 using internal-char-font.
15350
15351 2004-04-23 Juanma Barranquero <lektu@terra.es>
15352
15353 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
15354
15355 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15356
15357 * diff-mode.el (diff-next-error): New fun.
15358 (diff-mode): Use it.
15359
15360 * simple.el (next-error): Change arg name.
15361 Add support for the documented C-u C-x ` usage.
15362
15363 * frame.el (special-display-popup-frame, next-multiframe-window)
15364 (previous-multiframe-window): Only consider frames on same display.
15365
15366 2004-04-22 Lars Hansen <larsh@math.ku.dk>
15367
15368 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
15369 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
15370
15371 2004-04-22 Kim F. Storm <storm@cua.dk>
15372
15373 * net/telnet.el (telnet): Add optional port arg.
15374
15375 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
15376
15377 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15378 Minor sanity check on the `hyperlink' slot.
15379
15380 * Makefile.in (recompile): Compile new files.
15381
15382 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
15383 Add byte-recompile-directory's optional `arg'.
15384
15385 * cvs-status.el (cvs-tree-use-charset): New var.
15386 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
15387 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
15388 (cvs-status-cvstrees): Use it.
15389
15390 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
15391 Make it a normal major mode.
15392 (checkdoc-buffer-label): Make sure the file name is meaningful.
15393 (checkdoc-output-to-error-buffer): Remove.
15394 (checkdoc-error, checkdoc-start-section): Rewrite.
15395
15396 * info.el (info-node, info-menu-5, info-xref, info-header-node)
15397 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15398 (Info-title-4-face): Use new syntax.
15399 (info-xref-visited): Inherit from info-xref.
15400
15401 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
15402
15403 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
15404
15405 * simple.el (next-error-last-buffer, next-error-function):
15406 New variables for the next-error framework.
15407 (next-error-buffer-p): New function.
15408 (next-error-find-buffer): Generalize compilation-find-buffer.
15409 (next-error, previous-error, first-error, next-error-no-select)
15410 (previous-error-no-select): Move from compile.el.
15411
15412 * replace.el (occur-next-error, occur-1): Hook into the next-error
15413 framework.
15414
15415 * progmodes/compile.el (compilation-start):
15416 Set next-error-last-buffer so next-error knows where to jump.
15417 (compilation-setup): Set the buffer-local variable
15418 next-error-function to 'compilation-next-error-function.
15419 (compilation-buffer-p, compilation-buffer-internal-p): Use an
15420 alternate way to find if a buffer is a compilation buffer, for
15421 next-error convenience.
15422 (next-error-no-select, previous-error-no-select, next-error)
15423 (previous-error, first-error): Move to simple.el.
15424 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
15425 (compilation-last-buffer): Remove.
15426 (compilation-start, compilation-next-error, compilation-setup)
15427 (compilation-next-error-function, compilation-find-buffer):
15428 Remove compilation-last-buffer use.
15429
15430 2004-04-21 Juanma Barranquero <lektu@terra.es>
15431
15432 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
15433 (font-lock-warning-face): Fix spacing.
15434
15435 * makefile.w32-in (WINS): Add url/ directory.
15436
15437 2004-04-21 Lars Hansen <larsh@math.ku.dk>
15438
15439 * desktop.el (desktop-buffer-mode-handlers): New variable.
15440 Alist of major mode specific functions to restore a desktop buffer.
15441 (desktop-buffer-handlers): Make variable obsolete.
15442 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
15443 Catch errors signaled in handlers. Update buffer count.
15444 Evaluate desktop-buffer-point.
15445 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
15446 move to dired.el.
15447 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
15448 move to info.el.
15449 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
15450 move to mail/rmail.el.
15451 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
15452 to mh-e/mh-e.el.
15453 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
15454 On fail, print message (to message buffer) even if
15455 desktop-missing-file-warning is nil.
15456 (desktop-buffer-misc-data-function): New buffer local variable.
15457 Function returning major mode specific data.
15458 (desktop-buffer-misc-functions): Make variable obsolete.
15459 (desktop-save): Use desktop-buffer-misc-data-function.
15460 (desktop-buffer-dired-misc-data): Rename to
15461 dired-desktop-buffer-misc-data and move to dired.el.
15462 (desktop-buffer-info-misc-data): Rename to
15463 Info-desktop-buffer-misc-data and move to info.el.
15464 (desktop-read): Add message about number of buffers restored/failed.
15465
15466 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
15467 Add parameters. Pause to display error only when
15468 desktop-missing-file-warning is non-nil.
15469 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15470 (dired-mode): Bind desktop-buffer-misc-data-function.
15471
15472 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
15473 Add Parameters.
15474 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15475 (Info-mode): Bind desktop-buffer-misc-data-function.
15476
15477 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
15478 Add Parameters.
15479
15480 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
15481 Add Parameters.
15482
15483 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
15484
15485 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
15486 the case of letters in case-insensitive expansions when the
15487 abbrev is preceded by characters with letter syntax.
15488
15489 2004-04-21 Richard M. Stallman <rms@gnu.org>
15490
15491 * progmodes/cperl-mode.el (cperl-putback-char):
15492 Delete Emacs 18 definition.
15493
15494 * international/mule.el (ctext-post-read-conversion):
15495 Use assoc-string, not assoc-ignore-case.
15496
15497 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
15498
15499 * emacs-lisp/easymenu.el (easy-menu-add):
15500 Do call x-popup-menu, but only if it's defined.
15501
15502 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
15503
15504 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
15505 Handle multiple args: compile like progn.
15506
15507 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
15508 take all args as &rest arg.
15509
15510 * autoinsert.el (auto-insert-alist): Insert the user's name in
15511 copyright notice, rather than Free Software Foundation.
15512
15513 2004-04-21 Kenichi Handa <handa@m17n.org>
15514
15515 * descr-text.el (describe-char): Make it work on *Help* buffer.
15516
15517 2004-04-21 Kim F. Storm <storm@cua.dk>
15518
15519 * image.el (insert-image): Add optional SLICE arg.
15520 (insert-sliced-image): New defun.
15521
15522 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
15523
15524 * subr.el (read-number): Check whether `default' is nil.
15525
15526 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15527
15528 * progmodes/compile.el (compilation-error-properties):
15529 Split into two.
15530 (compilation-internal-error-properties): New one.
15531 (compilation-compat-error-properties): Use it. Fix the non-marker case.
15532
15533 2004-04-20 Richard M. Stallman <rms@gnu.org>
15534
15535 * window.el (split-window-save-restore-data):
15536 Don't update the data if OLD-INFO is nil.
15537
15538 * view.el (view-return-to-alist): Mark it permanent local.
15539
15540 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
15541
15542 * recentf.el (recentf-save-list): Catch and warn about errors.
15543
15544 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
15545 so "Buffers" won't be pure.
15546
15547 * help-mode.el (help-mode-finish): Set help-return-alist first
15548 thing, setting only the entry for the selected window.
15549
15550 * help-fns.el (describe-function-1): If many non-control non-meta
15551 keys run the command, don't list all of them.
15552
15553 2004-04-20 Juanma Barranquero <lektu@terra.es>
15554
15555 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
15556 arg. Copied from Andre Spiegel's patch of 2004-03-21.
15557
15558 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
15559
15560 2004-04-20 Kenichi Handa <handa@m17n.org>
15561
15562 * international/quail.el (quail-lookup-key): New optional arg
15563 NOT-RESET-INDICES.
15564 (quail-get-translations): Call quail-lookup-key with
15565 NOT-RESET-INDICES t.
15566 (quail-completion): Likewise.
15567 (quail-lookup-map-and-concat): Likewise.
15568
15569 2004-04-20 Kenichi Handa <handa@m17n.org>
15570
15571 * international/quail.el (quail-update-translation): Don't insert
15572 such an unsupported multibyte char in a unibyte buffer.
15573
15574 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
15575
15576 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
15577 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
15578 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
15579 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
15580 (gdb-frame-assembler-buffer): Improve behaviour with
15581 multiple frames.
15582 (gdb-display-buffer): Extend search to all visible frames.
15583
15584 2004-04-19 Eli Zaretskii <eliz@gnu.org>
15585
15586 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
15587 characters left after base64 decoding.
15588 (rmail-decode-region): Use -dos variety of `coding', to remove any
15589 ^M characters left after qp or base64 decoding.
15590
15591 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15592
15593 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
15594 messages.
15595
15596 2004-04-19 Stephen Eglen <stephen@gnu.org>
15597
15598 * add-log.el (add-change-log-entry): Update doc string to mention
15599 add-log-full-name and add-log-mailing-address.
15600
15601 2004-04-18 Juri Linkov <juri@jurta.org>
15602
15603 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
15604 (Info-find-node-2): Simplify error message.
15605 (Info-insert-dir): Use Info-following-node-name.
15606 (Info-goto-node): Remove *info-history* and *info-toc*.
15607 (Info-history): Create a node of the virtual history file.
15608 (Info-toc): Create a node of the virtual toc file.
15609 (Info-insert-toc): New arg `curr-file' for reference file names.
15610 (info-apropos): Remove redundant var binding for temp-file.
15611 (Info-index, Info-index-next, Info-mode): Doc fix.
15612 (Info-goto-emacs-command-node): Don't jump to *info* from
15613 non-*info* Info buffers.
15614 (Info-fontify-node): Don't show the file name of external
15615 references if `Info-hide-note-references' is `hide'. Don't hide
15616 newlines at the end of paragraphs.
15617
15618 * international/mule-diag.el (list-input-methods):
15619 Fix args to help-xref-button.
15620
15621 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
15622 to put into effect local variables from TUTORIAL files.
15623
15624 * textmodes/paragraphs.el (sentence-end) <function>: New fun
15625 with default value taken from the variable `sentence-end'.
15626 (sentence-end) <defcustom>: Set default to nil. Doc fix.
15627 Add nil const to :type.
15628 (sentence-end-without-period, sentence-end-double-space)
15629 (sentence-end-without-space): Doc fix.
15630
15631 * textmodes/paragraphs.el (forward-sentence):
15632 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
15633 (fill-delete-newlines):
15634 * progmodes/cc-cmds.el (c-beginning-of-statement):
15635 Use function `sentence-end' instead of variable `sentence-end'.
15636
15637 2004-04-18 Andreas Schwab <schwab@suse.de>
15638
15639 * progmodes/compile.el (compilation-start): Set window start to
15640 point-min if compilation-scroll-output is nil.
15641
15642 2004-04-18 John Wiegley <johnw@newartisans.com>
15643
15644 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
15645
15646 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
15647
15648 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
15649 (gdb-info-breakpoints-custom): Revert previous change.
15650 (gdb-view-assembler): Update assembler if necessary.
15651 (gdb-frame-handler): Parse correctly for gdb-current-frame.
15652 (gdb-display-source-buffer): Update properly when both source and
15653 assembler are visible.
15654
15655 2004-04-17 John Wiegley <johnw@newartisans.com>
15656
15657 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
15658 which limits the number of names shown in the minibuffer. Off by
15659 default.
15660 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
15661 up iswitchb for users with a multitude of open buffers by showing
15662 only the first and last N/2 buffers in the completion list (which
15663 is enough to aid C-s/C-r, and to know that more characters are
15664 needed to refine the completion list).
15665
15666 2004-04-17 Richard M. Stallman <rms@gnu.org>
15667
15668 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
15669 (file-truename): Expand all ~ constructs directly.
15670 (insert-directory): Delete any error msg output by the
15671 `insert-directory-program'.
15672
15673 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
15674 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
15675 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
15676 (allout-init): Use find-file-hook, not find-file-hooks.
15677 (allout-mode): Eliminate Emacs 18 support.
15678 Use write-contents-functions, not local-write-file-hooks.
15679
15680 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
15681
15682 * progmodes/compile.el (compilation-error-properties): Fix for
15683 adding messages when there are already markers for their file.
15684 (compilation-fake-loc): New function.
15685
15686 2004-04-16 Dave Love <fx@gnu.org>
15687
15688 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
15689 (python-load-file): Fix python-orig-start setting.
15690
15691 * progmodes/compile.el: Doc fixes.
15692 (compilation-error-regexp-alist-alist)
15693 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
15694 (compilation-assq): Wrap in eval-when-compile.
15695 (compilation-mode-font-lock-keywords): Don't use list*.
15696 (compilation-start): Avoid warning.
15697 (compilation-compat-error-properties)
15698 (compilation-directory-properties): Add keymap property.
15699 (compilation-parsing-end): Make it a marker for better compatibility.
15700
15701 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
15702
15703 2004-04-16 Mark A. Hershberger <mah@everybody.org>
15704
15705 * xml.el: Doc fixes.
15706 (xml-get-children): Only looks at sub-tags and ignore strings.
15707
15708 * xml.el (xml-parse-tag): Avoid overwriting node-name.
15709
15710 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15711
15712 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
15713
15714 2004-04-16 Andre Spiegel <spiegel@gnu.org>
15715
15716 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
15717
15718 * vc.el (vc-print-log): Likewise.
15719
15720 2004-04-16 Masatake YAMATO <jet@gyve.org>
15721
15722 * simple.el (completion-setup-function): Set an initial value
15723 to `element-common-end' before entering loop. Set a value
15724 to `element-common-end' at the end of loop.
15725 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
15726 (completions-common-part): Rename from completion-de-emphasis.
15727 (completions-first-difference): Rename from completion-emphasis.
15728 Suggested by RMS.
15729
15730 2004-04-16 Juanma Barranquero <lektu@terra.es>
15731
15732 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
15733 (bookmark-edit-annotation-mode): Add mode name.
15734
15735 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15736
15737 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
15738 for nested conflict markers.
15739 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
15740
15741 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
15742
15743 * progmodes/gdb-ui.el (gdb-goto-info): New function.
15744
15745 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
15746
15747 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15748
15749 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
15750 Give a backtrace if requested.
15751
15752 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
15753
15754 * progmodes/python.el (python-mouse-2-command, python-RET-command):
15755 Remove unused functions.
15756 (python-orig-start-line, python-orig-file): Remove.
15757 (python-orig-start): New var.
15758 (python-input-filter, python-compilation-line-number)
15759 (python-send-region, python-load-file): Use it.
15760
15761 * info.el (info): Always jump to *info*.
15762
15763 * subr.el (posn-set-point): New function.
15764
15765 * mouse.el (mouse-set-point): Use it.
15766
15767 * progmodes/compile.el (compile-goto-error): Use it.
15768 (compilation-button-map): New keymap.
15769 (compilation-error-properties): Use it.
15770 (compilation-shell-minor-mode-map): Don't bind mouse-2.
15771
15772 * smerge-mode.el (smerge-popup-context-menu): Use it.
15773
15774 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
15775 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
15776 mouse and non-mouse case.
15777
15778 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
15779 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
15780
15781 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
15782 Make it work for non-mouse events.
15783
15784 * pcvs-info.el (cvs-status-map): Update binding name.
15785
15786 2004-04-14 Mark A. Hershberger <mah@everybody.org>
15787
15788 * xml.el (xml-maybe-do-ns): New function to handle namespace
15789 parsing of both attribute and element names.
15790 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
15791 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
15792 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
15793 (xml-parse-attlist): Make it do its own namespace parsing.
15794
15795 2004-04-14 Dave Love <fx@gnu.org>
15796
15797 * progmodes/python.el (run-python): Fix use of \n.
15798 (python-load-file): Remove `try' from Python fragment.
15799 (python-describe-symbol): Fix message.
15800
15801 * comint.el: Doc fixes.
15802 (comint-last-input-start, comint-last-input-end)
15803 (comint-last-output-start): Give them values.
15804 (comint-arguments): Avoid warning.
15805 (comint-skip-prompt): Use line-end-position.
15806 (comint-backward-matching-input): Rename arg to agree with doc.
15807 (comint-extract-string): Use syntax-ppss.
15808 (comint-dynamic-simple-complete): Delete useless list construction.
15809 (comint-redirect-subvert-readonly): New.
15810 (comint-redirect-preoutput-filter): Use it.
15811
15812 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
15813 Correctly handle negative arguments when calling hook functions.
15814
15815 2004-04-14 Jesper Harder <harder@ifa.au.dk>
15816
15817 * info.el (info-apropos): Don't clobber Info-history-list.
15818
15819 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
15820
15821 * progmodes/compile.el (compilation-setup):
15822 Localize overlay-arrow-position.
15823 (compilation-sentinel): Restructure code equivalently.
15824 (compilation-next-error): Find message on same line after point if
15825 not found before point.
15826 (compile-mouse-goto-error): Restore function so that compilation
15827 buffer need not be current and use compile-goto-error.
15828 (compile-goto-error): Restore function.
15829 (next-error): Set overlay-arrow-position.
15830 (compilation-forget-errors): Don't localize already local
15831 compilation-locs and remove FIXME about refontifying.
15832
15833 2004-04-14 Kim F. Storm <storm@cua.dk>
15834
15835 * startup.el (emacs-quick-startup): New defvar (set by -Q).
15836 (command-line): New option -Q. Like -q --no-site-file, but
15837 in addition it also disables menu-bar, tool-bar, scroll-bars,
15838 tool-tips, and the blinking cursor.
15839 (command-line-1): Skip startup screen if -Q.
15840 (fancy-splash-head): Use ":align-to center" prop to center splash image.
15841
15842 * emulation/cua-base.el (cua-read-only-cursor-color)
15843 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
15844
15845 2004-04-13 Dave Love <fx@gnu.org>
15846
15847 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
15848 (syntax): Don't require.
15849 (python) <defgroup>: Add :version.
15850 (python-quote-syntax): Re-written.
15851 (inferior-python-mode): Move stuff here from run-python and add
15852 some more.
15853 (python-preoutput-continuation, python-preoutput-result)
15854 (python-dotty-syntax-table): New.
15855 (python-describe-symbol): Use them.
15856 (run-python): Move stuff to inferior-python-mode. Modify code
15857 loaded into Python.
15858 (python-send-region): Use python-proc, python-send-string.
15859 (python-send-string): Send newlines too. Callers changed.
15860 (python-load-file): Re-written.
15861 (python-eldoc-function): New.
15862 (info-look): Don't require.
15863 (python-after-info-look): New. A modified version of former
15864 top-level code for use with eval-after-load.
15865 (python-maybe-jython, python-guess-indent): Use widened buffer.
15866 (python-fill-paragraph): Re-written.
15867 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
15868 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
15869
15870 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
15871
15872 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
15873 Set compilation-error-regexp-alist earlier.
15874
15875 * progmodes/compile.el (compilation-minor-mode-map)
15876 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
15877 (compile-goto-error): Re-merge the mouse and non-mouse commands.
15878
15879 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15880
15881 * progmodes/compile.el (compile-goto-error): Select the buffer/window
15882 corresponding to the event.
15883
15884 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
15885
15886 * loadup.el: Add cygwin to system-type list, for unexec() support.
15887
15888 2004-04-12 John Paul Wallington <jpw@gnu.org>
15889
15890 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
15891 (ibuffer-restore-window-config-on-quit): New variable to replace
15892 `ibuffer-delete-window-on-quit'. Update all references.
15893 (ibuffer-prev-window-config): New variable.
15894 (ibuffer-quit): Restore previous window configuration instead of
15895 deleting window.
15896 (ibuffer): Save window configuration before showing Ibuffer buffer.
15897
15898 * help.el (describe-mode): Doc fix.
15899
15900 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15901
15902 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
15903 not to treat nil as a function.
15904
15905 * vc-arch.el (vc-arch-root): Be a bit more careful.
15906 (vc-arch-register): Save the buffer if we modified it.
15907 (vc-arch-delete-rej-if-obsolete): Save excursion.
15908 (vc-arch-find-file-hook): Use the simpler after-save-hook.
15909 (vc-arch-responsible-p, vc-arch-init-version): New functions.
15910
15911 * net/ldap.el (ldap-search): Use list*.
15912
15913 2004-04-12 Juri Linkov <juri@jurta.org>
15914
15915 * info.el (Info-follow-reference): Allow multiline reference name.
15916
15917 2004-04-11 Dave Love <fx@gnu.org>
15918
15919 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
15920
15921 * progmodes/python.el: New file.
15922
15923 2004-04-11 Andre Spiegel <spiegel@gnu.org>
15924
15925 * vc-hooks.el (vc-arg-list): Function removed.
15926 (vc-default-workfile-unchanged-p): Use condition-case to check for
15927 backward compatibility.
15928
15929 * vc.el (vc-print-log): Use condition-case to check for backward
15930 compatibility.
15931
15932 2004-04-11 Juri Linkov <juri@jurta.org>
15933
15934 * dired.el (dired-faces): New defgroup.
15935 (dired-header, dired-mark, dired-marked, dired-flagged)
15936 (dired-warning, dired-directory, dired-symlink, dired-ignored):
15937 New faces.
15938 (dired-header-face, dired-mark-face, dired-marked-face)
15939 (dired-flagged-face, dired-warning-face, dired-directory-face)
15940 (dired-symlink-face, dired-ignored-face): New face variables.
15941 (dired-font-lock-keywords): Use them instead of font-lock faces.
15942 Split the rule for dired marks into 3 separate rules: for marks,
15943 marked file names and flagged file names.
15944
15945 * help-mode.el (help-make-xrefs): Add a final newline to the
15946 *Help* buffer.
15947
15948 2004-04-11 John Paul Wallington <jpw@gnu.org>
15949
15950 * replace.el (occur-engine): Distinguish between one and several
15951 matches in the matches per buffer heading.
15952
15953 2004-04-11 Kim F. Storm <storm@cua.dk>
15954
15955 * ido.el (ido-confirm-unique-completion): New defcustom.
15956 (ido-complete): Use it.
15957 (ido-write-file): Set it to t unconditionally.
15958
15959 2004-04-10 Miles Bader <miles@gnu.org>
15960
15961 RCS keyword removal (only non-comment changes are enumerated here):
15962
15963 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
15964 (byte-compile-insert-header): Don't use `byte-compile-version'.
15965 * forms.el (forms-version): Variable removed.
15966 (forms-mode): Don't use `forms-version'.
15967 * recentf.el (recentf-version): Variable removed.
15968 * progmodes/delphi.el (delphi-version): Variable removed.
15969 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
15970
15971 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
15972
15973 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
15974
15975 2004-04-09 Jesper Harder <harder@ifa.au.dk>
15976
15977 * info.el (info-apropos): Improve menu item regexp.
15978
15979 2004-04-09 Simon Josefsson <jas@extundo.com>
15980
15981 * mail/smtpmail.el: Add comment, based on report by
15982 kdc@rcn.com (Kevin D. Clark).
15983
15984 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
15985
15986 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15987 Redo one more thing that I didn't notice Daniel had undone.
15988
15989 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
15990
15991 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
15992 (gdb-goto-breakpoint, gdb-display-buffer)
15993 (gdb-display-source-buffer, gdb-view-source-function)
15994 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
15995 (gdb-source-info, gdb-frame-handler): Don't specify a window
15996 for display.
15997 (gdb-info-breakpoints-custom): Remove superfluous update of
15998 assembler buffer.
15999 (gdb-many-windows): Make settable outside gdb.
16000
16001 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
16002
16003 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
16004 Derive from fundamental-mode rather than text-mode.
16005
16006 2004-04-08 Juri Linkov <juri@jurta.org>
16007
16008 * info.el (Info-history): Doc fix.
16009 (Info-history-list): New var.
16010 (info-xref): Change magenta4 to blue, remove bold for dark and
16011 light backgrounds, change bold to underline for non-color classes.
16012 (info-xref-visited): New face.
16013 (Info-fontify-visited-nodes): New custom.
16014 (Info-hide-note-references): Add new value `hide'. Doc fix.
16015 (Info-reference-name): New var.
16016 (Info-selection-hook): New custom.
16017 (Info-edit-mode-hook): New var.
16018 (Info-find-file): New fun.
16019 (Info-find-node): Move part of code to Info-find-file.
16020 (Info-find-node-2): Add anchors to Info-history-list. Move point
16021 to the place with the reference name if name is defined.
16022 (Info-select-node): Add current node to Info-history-list.
16023 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
16024 (Info-search-whitespace-regexp): New custom.
16025 (Info-search-case-fold): New var.
16026 (Info-search): Add "case-sensitively" to the prompt.
16027 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
16028 (Info-search-case-sensitively, Info-search-next): New fun.
16029 (Info-up): Move point to the menu item of the current node.
16030 (Info-history): New fun. Add *info-history* to
16031 same-window-buffer-names.
16032 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
16033 (Info-insert-toc): New fun.
16034 (Info-build-toc): New fun.
16035 (Info-follow-reference): Add new arg `fork'. Doc fix.
16036 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
16037 with the same name prefer the reference closest to point.
16038 (Info-next-reference): Replace * by + in the *Note regexp.
16039 Add regexp for http:// and ftp://. Skip the *Note prefix.
16040 (Info-prev-reference): Replace * by + in the *Note regexp.
16041 Add regexp for http:// and ftp://. Skip the *Note prefix.
16042 (Info-follow-nearest-node): Add new arg `fork'.
16043 (Info-try-follow-nearest-node): Add new arg `fork'.
16044 Call browse-url for http:// and ftp:// references.
16045 Set Info-reference-name for index entries.
16046 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
16047 Info-search-next, Info-history, Info-toc, clone-buffer.
16048 (Info-menu-update): Replace * by + in the *Note regexp.
16049 (Info-mode): Add documentation for Info-history, Info-toc,
16050 Info-search-case-sensitively, Info-search-next, clone-buffer.
16051 (Info-fontify-menu-headers): Remove fun. Move code to
16052 Info-fontify-node.
16053 (Info-fontify-node): Add docstring. Add local vars
16054 fontify-visited-p and not-fontified-p. If not-fontified-p is t
16055 then fontify header line, titles, menu headers, http and ftp
16056 references, refill paragraphs. If not-fontified-p is t or
16057 fontify-visited-p is t then fontify cross references, menu items.
16058 Fontify menu headers. Fontify http and ftp references.
16059 Change regexp for cross references to require whitespace after *Note,
16060 add matching groups for file and node names. Remove hack for quote.
16061 Use display property for Info-hide-note-references=t. Use fifth
16062 or fourth match for help-echo. Display visited nodes in a
16063 different face. Unhide file names of external references.
16064 Unhide newlines. Display visited menu items in a different face.
16065
16066 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
16067
16068 * progmodes/compile.el: Require CL.
16069 (compilation-mode-font-lock-keywords): Re-install the "line as
16070 function" patch.
16071
16072 * help-fns.el (help-C-source-directory): New var.
16073 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
16074 (describe-function-1, describe-variable): Use them.
16075
16076 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
16077 to C source files specially.
16078
16079 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
16080
16081 * info.el (Info-hide-cookies-node): New function.
16082 (Info-select-node): Use it.
16083 (Info-display-images-node): Remove message with image file name.
16084
16085 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
16086
16087 * progmodes/compile.el (compilation-warning-face)
16088 (compilation-info-face, compilation-skip-threshold)
16089 (compilation-skip-visited, compilation-context-lines):
16090 Declare :version when added to Emacs.
16091 (compilation-error-regexp-alist-alist): Extend caml and irix.
16092 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
16093 (compilation-mode-font-lock-keywords): Temporarily undo line as
16094 function patch, which wasn't ready.
16095
16096 2004-04-07 Kenichi Handa <handa@m17n.org>
16097
16098 * international/latin1-disp.el (latin1-display-setup): Check each
16099 character is displayable or not instead of calling
16100 latin1-display-check-font.
16101
16102 2004-04-06 Kenichi Handa <handa@m17n.org>
16103
16104 * language/ethio-util.el (ethio-sera-being-called-by-w3):
16105 New variable.
16106 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
16107 instead of sera-being-called-by-w3.
16108 (ethio-fidel-to-sera-buffer): Likewise.
16109 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
16110 instead of sera-being-called-by-w3.
16111 (ethio-write-file): Likewise.
16112
16113 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16114
16115 * printing.el: Doc fix.
16116
16117 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
16118
16119 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
16120 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
16121 (gdb-setup-windows): Only use separate IO buffer if required.
16122
16123 2004-04-06 Kim F. Storm <storm@cua.dk>
16124
16125 * term.el (term-is-xemacs): Remove.
16126 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
16127 (term-window-width): New function.
16128 (term-mode, term-check-size): Use it.
16129 (term-mode): Disable overflow-newline-into-fringe in term buffer.
16130
16131 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
16132
16133 * cus-edit.el (custom-add-parent-links): Change unbound variable
16134 `symbol' to `name'.
16135
16136 2004-04-05 Jesper Harder <harder@ifa.au.dk>
16137 * info.el (info-apropos): New function.
16138 (Info-mode-menu): Add it.
16139 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
16140
16141 * help-mode.el (help-make-xrefs): Recognize aliased variable with
16142 inherited docstring.
16143
16144 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
16145
16146 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16147
16148 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
16149
16150 * progmodes/compile.el (font-lock): Don't require any more.
16151 (compilation-error-properties, compilation-start, compilation-sentinel)
16152 (compilation-filter, next-error): Use with-current-buffer.
16153 (compilation-skip-to-next-location, compilation-skip-threshold)
16154 (compilation-skip-visited): Move to silence the byte-compiler.
16155 (compilation-setup): Simplify.
16156 (compilation-next-error): Use line-(beginning|end)-position.
16157 Make sure `pt' is non-nil before using compilation-loop.
16158 (compile-goto-error): Add optional event arg. Use it.
16159 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
16160 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
16161 Update the binding for mouse-2.
16162 (first-error): Set compilation-current-error to nil rather than bob.
16163 (compilation-parsing-end, compilation-parse-errors-function)
16164 (compilation-error-list, compilation-old-error-list):
16165 "New" compatibility variables.
16166 (compile-buffer-substring, compilation-compat-error-properties)
16167 (compilation-compat-parse-errors, compilation-forget-errors):
16168 New compatibility functions.
16169 (compilation-mode-font-lock-keywords): Use them.
16170
16171 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
16172
16173 * autorevert.el (auto-revert-handler): If point (or a window
16174 point) is at the end of the buffer, keep it there after
16175 reverting. This allows to tail a file.
16176 Mention this in the `Commentary'.
16177
16178 * format.el (format-write-file): Add optional argument CONFIRM
16179 and make it behave like the analogous argument to `write-file'.
16180
16181 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16182
16183 * progmodes/ebnf2ps.el: Doc fix.
16184 (ebnf-version): New version number (4.2).
16185 (ebnf-syntax): Customization and docstring fix.
16186 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
16187 Put autoloaded funs before first use.
16188 (ebnf-style-database): Add dtd entry.
16189 (ebnf-syntax-alist): Add dtd initialization.
16190 (ebnf-token-sequence): New fun.
16191 (ebnf-comment-table): Add new comment action character.
16192 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
16193
16194 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
16195 Type Definition for XML).
16196
16197 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
16198 * progmodes/ebnf-bnf.el (ebnf-sequence):
16199 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
16200 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
16201 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
16202 Code simplification: call ebnf-token-sequence.
16203
16204 2004-04-04 Eli Zaretskii <eliz@gnu.org>
16205
16206 * calendar/timeclock.el (timeclock-relative)
16207 (timeclock-get-project-function, timeclock-get-workday-function)
16208 (timeclock-query-out, timeclock-when-to-leave)
16209 (timeclock-when-to-leave-string, timeclock-log-data)
16210 (timeclock-generate-report, timeclock-in): Doc fixes.
16211
16212 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16213
16214 * url/: New dir. Import the URL package from its repository.
16215
16216 2004-04-03 Andreas Schwab <schwab@suse.de>
16217
16218 * diff-mode.el (diff-mode): Fix missing quote.
16219
16220 2004-04-03 Juri Linkov <juri@jurta.org>
16221
16222 * descr-text.el (describe-property-list): Add `font-lock-face'.
16223
16224 * dired.el (dired-font-lock-keywords): Fix permission regexps.
16225
16226 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16227
16228 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
16229 Use utf-16le on little endian machines and utf-16be otherwise.
16230
16231 2004-04-02 David Kastrup <dak@gnu.org>
16232
16233 * net/browse-url.el (browse-url-generic): Use call-process
16234 instead of start-process to allow browsers that fork and detach.
16235
16236 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
16237
16238 * compile.el (compilation-current-error): New var.
16239 (compilation-setup, compile-mouse-goto-error)
16240 (compile-goto-error, next-error): Use it.
16241 (compilation-skip-to-next-location): Default to t, which gives
16242 contiguous skipping like old compile (where this was redundant).
16243 (compilation-next-error): Prevent previous-* commands from moving
16244 back to message at or just before point.
16245
16246 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
16247
16248 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
16249 (gdb-source-info): Don't display source at startup, if required.
16250 (gdb-show-main): New option.
16251 (gdba): Update documentation.
16252 (gdb-source): Cover case of auto-display output.
16253
16254 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
16255
16256 * autorevert.el: Delete obsolete autoload's and defvar's.
16257 (auto-revert-check-vc-info): New user option.
16258 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16259 (auto-revert-handler-vc): Delete.
16260 (auto-revert-handler): Treat return value `fast' of
16261 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
16262
16263 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
16264 return `fast'.
16265
16266 * files.el (buffer-stale-function): Doc change.
16267
16268 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16269
16270 * printing.el: New tip on Tips section.
16271 (pr-version): New version number (6.7.4).
16272 (pr-shell-file-name): Initialization fix.
16273
16274 2004-03-31 Juri Linkov <juri@jurta.org>
16275
16276 * dired.el: Add autoload for `dired-do-touch'.
16277 (dired-touch-program): New var.
16278 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
16279 (dired-no-confirm): Add `touch' to docstring.
16280
16281 * dired-aux.el (dired-do-touch): New fun.
16282 (dired-do-chxxx): Add argument -t for touch operation.
16283
16284 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
16285 `dired-move-to-filename-regexp'.
16286
16287 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
16288
16289 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
16290
16291 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16292
16293 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
16294 and only if the buffer was modified.
16295
16296 2004-03-30 Kenichi Handa <handa@m17n.org>
16297
16298 * international/characters.el: Delete pairs for U+2308..U+230B.
16299
16300 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
16301
16302 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
16303 to detect the beginning of a level 2 or 3 annotation.
16304
16305 2004-03-29 Kenichi Handa <handa@m17n.org>
16306
16307 * international/ucs-tables.el (ucs-insert): Fix the error message.
16308
16309 2004-03-29 Kenichi Handa <handa@m17n.org>
16310
16311 * international/mule-util.el (char-displayable-p): Fix generation
16312 of XLFD file name.
16313
16314 * Makefile.in (setwins, setwins_almost): Change directory to $wd
16315 before finding directories by `find'.
16316
16317 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16318
16319 * subr.el (interactive-form): Delete. Now implemented in C.
16320
16321 * pcvs.el (cvs-parse-process): Workaround for Darwin.
16322
16323 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
16324 (vc-diff-label): New fun.
16325 (vc-diff-internal): Use it.
16326
16327 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
16328
16329 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16330
16331 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
16332
16333 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
16334 specify XML (EBNFX).
16335
16336 * progmodes/ebnf2ps.el: Doc fix.
16337 (ebnf-version): New version number (4.1).
16338 (ebnf-syntax): Adjust customization.
16339 (ebnf-style-database): Add ebnfx entry.
16340 (ebnf-syntax-alist): Add ebnfx initialization.
16341 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
16342
16343 * printing.el: Doc fix.
16344 (pr-version): New version number (6.7.3).
16345 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
16346 returns nil for mouse position. Reported by Drew Adams
16347 <drew.adams@oracle.com>.
16348 (pr-update-menus): Modify interactive declaration. Reported by Drew
16349 Adams <drew.adams@oracle.com>.
16350
16351 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
16352
16353 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
16354 (gud-gdba-marker-filter): Log the process input and output, if
16355 required. From Stefan Monnier.
16356 (gdb-debug-log, gdb-enable-debug-log): New variables.
16357 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
16358
16359 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16360
16361 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
16362 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
16363
16364 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
16365
16366 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
16367 Call vc-find-file-hook here instead of in auto-revert-buffers.
16368 (auto-revert-buffers): Delete call to vc-find-file-hook.
16369 (auto-revert-verbose, global-auto-revert-non-file-buffers)
16370 (global-auto-revert-mode, auto-revert-set-timer)
16371 (auto-revert-handler, auto-revert-buffers): Doc fixes.
16372
16373 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16374
16375 * woman.el (woman-change-fonts): Rename local variable
16376 woman-font-alist to font-alist to avoid a compiler warning.
16377
16378 2004-03-27 Dave Love <fx@gnu.org>
16379
16380 * emacs-lisp/rx.el (rx): Doc fix.
16381 Fix copyright years.
16382
16383 * strokes.el (strokes-global-set-stroke-string): New function.
16384 (strokes-list-strokes): Cope with strings, not just commands.
16385 Set foreground colour of image.
16386 (strokes-global-set-stroke): Doc fix.
16387
16388 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
16389
16390 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
16391 Auto Revert mode.
16392 (Buffer-menu-files-only): New variable.
16393 (Buffer-menu-toggle-files-only): New function.
16394 (Buffer-menu-mode-map): Bind it to `T'.
16395 (Buffer-menu-mode): Mention `T' in docstring.
16396 Set buffer-stale-function.
16397 (list-buffers-noselect): Mark buffer non-modified and set
16398 Buffer-menu-files-only.
16399
16400 * dired.el (buffer-stale-function): Remove no longer needed defvar.
16401
16402 * autorevert.el (auto-revert-handler): Print revert message
16403 before, rather than after, reverting.
16404 (buffer-stale-function): Move to files.el.
16405
16406 * files.el (buffer-stale-function): Move here from autorevert.el.
16407
16408 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16409
16410 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
16411
16412 * calc/calc.el (calc-mode-map): Use mapc.
16413
16414 * apropos.el (apropos-mode): Don't autoload.
16415 (apropos-symbols-internal): New fun. Extracted from `apropos'.
16416 (apropos): Use it.
16417 (apropos-print): Add optional `text' argument.
16418 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
16419 Don't assume point-min == 1.
16420
16421 * bs.el (bs-buffer-list): Use buffer-local-value.
16422 (bs--set-toggle-to-show): Use with-current-buffer.
16423
16424 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
16425 New funs.
16426 (list-buffers-noselect): Use them. Adjust :align-to to new style.
16427
16428 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
16429
16430 * dabbrev.el (dabbrev-expand): Fix regexp construction.
16431 (dabbrev--find-expansion): Use pop.
16432 (dabbrev--search): Use match-string-no-properties.
16433
16434 * dired.el (dired-mode): Use run-mode-hooks.
16435 (dired-move-to-end-of-filename): Use match-string.
16436
16437 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
16438 is bound before using it.
16439 (ediff-verbose-p): Make it into a var since it's not constant.
16440
16441 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
16442
16443 * faces.el (read-face-font): Don't cons up unnecessarily.
16444 (header-line, tool-bar): Share common parts.
16445
16446 * files.el (file-relative-name): Use compare-strings.
16447
16448 * finder.el (finder-mode): Follow coding convention.
16449
16450 * subr.el (read-number): New function.
16451
16452 * ses.el (ses-read-number): Move to subr.el.
16453 (ses-set-header-row): Use read-number.
16454
16455 2004-03-26 Andre Spiegel <spiegel@gnu.org>
16456
16457 * vc-hooks.el (vc-arg-list): New function, which handles both
16458 compiled and uncompiled code.
16459 (vc-default-workfile-unchanged-p): Use it.
16460
16461 * vc.el (vc-print-log): Undo prev change, use new function
16462 vc-arg-list from vc-hooks.el.
16463
16464 2004-03-26 Masatake YAMATO <jet@gyve.org>
16465
16466 * simple.el (completion-setup-function): Emphasize the
16467 first uncommon characters in the completions; and de-emphasize
16468 the common prefix substrings.
16469 (completion-emphasis): New face.
16470 (completion-de-emphasis): New face.
16471
16472 2004-03-25 Juanma Barranquero <lektu@terra.es>
16473
16474 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
16475 Comment out (it's unused and unfinished code).
16476
16477 2004-03-25 Sam Steingold <sds@gnu.org>
16478
16479 * vc.el (vc-print-log): Fix a bug in the last patch:
16480 backend-function may be a byte-compiled object, not a lambda.
16481
16482 2004-03-25 Juri Linkov <juri@jurta.org>
16483
16484 * descr-text.el (describe-property-list): Add a button
16485 for `face' property that calls `describe-face'.
16486 Suggested by luis fernandes <elf@ee.ryerson.ca>
16487
16488 * international/mule.el (keyboard-coding-system):
16489 * kmacro.el (kmacro-call-macro): Fix docstring.
16490
16491 * dired.el: Fix comments.
16492
16493 * textmodes/fill.el (fill): Fix Info link.
16494
16495 * font-lock.el (fast-lock, lazy-lock):
16496 * jit-lock.el (jit-lock): Remove links to removed Support Modes
16497 Info node.
16498
16499 * eshell/eshell.el (eshell): Fix broken info-link.
16500
16501 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
16502 * eshell/em-banner.el (eshell-banner):
16503 * eshell/em-smart.el (eshell-smart):
16504 * eshell/esh-cmd.el (eshell-cmd):
16505 Comment out broken info-links to incomplete Info manual.
16506
16507 * info-xref.el: Fix commentary.
16508
16509 2004-03-25 Kevin Ryde <user42@zip.com.au>
16510
16511 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
16512 Remove spurious node duplicate suppression, doesn't work, not wanted.
16513 (info-xref-output): Take format style args, add "sit-for 0" to let
16514 user see the results as they progress.
16515 (info-xref-check-all-custom): New function.
16516
16517 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
16518
16519 * gdb-ui.el: Moved to progmodes.
16520
16521 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16522
16523 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
16524
16525 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16526
16527 * calendar/appt.el (appt-check): Remove superfluous progn.
16528 When finished with diary buffer: if it was not being displayed
16529 before, kill it; otherwise restore its original state.
16530 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
16531
16532 * calendar/calendar.el (calendar-set-mode-line): Use total
16533 available mode-line width, rather than frame-width.
16534
16535 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
16536 after mode change so effect not lost.
16537
16538 2004-03-23 Dave Love <fx@gnu.org>
16539
16540 * dired.el (dired) <defgroup>: Add link to manual.
16541 (dired-font-lock-keywords): Add highlighting on unusual permissions.
16542 (dired-revert): Use dolist.
16543 (dired-mode-map): Add U binding.
16544 (dired-mode): Add font-lock-beginning-of-syntax-function.
16545 (dired-garbage-files-regexp): Make it a defcustom.
16546
16547 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16548
16549 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
16550 is equivalent to nil.
16551 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
16552 (vc-arch-mode-line-string): Accept `added' state.
16553 (vc-arch-state): Use inode-sigs if available.
16554 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
16555 Copy&delete existing id file if any. Fallback if uuidgen is absent.
16556 (vc-arch-tagline-re): New var.
16557 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
16558 New functions.
16559 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
16560 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
16561
16562 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
16563 (vc-file-not-found-hook): Use it.
16564
16565 * diff-mode.el (diff-default-read-only): Change default.
16566 (diff-mode-hook): Make it a defcustom. Add some options.
16567 (diff-mode-map): Bind diff-refine-hook.
16568 (diff-yank-handler): New var.
16569 (diff-yank-function): New fun.
16570 (diff-font-lock-keywords): Use them.
16571 (diff-end-of-file): Handle case where file-header looks like diff text.
16572 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
16573 (diff-file-kill): Delete a subsequent empty line, if applicable.
16574 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
16575 (diff-find-file-name): Use it.
16576 (diff-tell-file-name): New command.
16577 (diff-mode): Be careful with view-mode.
16578 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
16579 New functions, for use in diff-mode-hook.
16580 (diff-find-source-location): Catch "regex too large" errors.
16581 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
16582 (diff-refine-hunk): New command.
16583
16584 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
16585 (smerge-context-menu-map): Remove unused var.
16586 (smerge-keep-all): Preserve markers.
16587 (smerge-keep-n): New fun.
16588 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16589 (smerge-keep-current, smerge-ediff): Use it.
16590 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
16591 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
16592 (smerge-resolve): Resolve trivial 3-part conflicts.
16593
16594 2004-03-23 Juri Linkov <juri@jurta.org>
16595
16596 * man.el (Man-width): New var.
16597 (Man-getpage-in-background): Use it.
16598 (Man-support-local-filenames): New var and fun.
16599 (Man-build-man-command): Don't add a second %s.
16600 (Man-fontify-manpage): Clean up message.
16601 (Man-mode): Set outline-regexp, outline-level,
16602 imenu-generic-expression.
16603
16604 * woman.el (woman-fill-frame): Doc fix.
16605 (woman-decode-region): Use window-width instead of frame-width.
16606
16607 * abbrevlist.el (list-one-abbrev-table):
16608 * descr-text.el (describe-char):
16609 * international/mule-diag.el (describe-current-coding-system):
16610 * international/quail.el (quail-insert-decode-map):
16611 Use window-width instead of frame-width.
16612
16613 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
16614 (jka-compr-mode-alist-additions): Add tbz.
16615 (jka-compr-write-region, jka-compr-insert-file-contents):
16616 Add message for undefined compress-program.
16617 (jka-compr-write-region): Remove redundant var bindings.
16618
16619 * dired-x.el (dired-guess-shell-alist-default): Add choices for
16620 extracting files into subdirectory. Add tbz and dz. Fix regexps.
16621 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
16622 (dired-man): Use dired-guess-shell-command.
16623 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
16624 Change default nil to t.
16625
16626 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
16627 (dired-compare-directories): Add default value for empty input.
16628
16629 * help-at-pt.el: Move suggestions for key bindings to Commentary.
16630
16631 * time.el (display-time-string-forms): Fix help-echo date format.
16632
16633 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
16634
16635 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
16636 (buffer-stale-function): New variable.
16637 (auto-revert-list-diff, auto-revert-dired-file-list)
16638 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
16639 (auto-revert-handler): Take over some functionality of deleted
16640 functions.
16641 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
16642
16643 * dired.el (dired-directory-changed-p): New fun, extracted from
16644 dired-internal-noselect.
16645 (dired-buffer-stale-p): New fun.
16646 (dired-internal-noselect): Use dired-directory-changed-p.
16647 Eliminate revert messages.
16648 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
16649
16650 2004-03-23 Kenichi Handa <handa@m17n.org>
16651
16652 * international/characters.el: Setup syntaxes for more parentheses
16653 Unicode characters.
16654
16655 * international/mule-cmds.el (select-safe-coding-system):
16656 Merge coding-system and auto-cs before comparing them.
16657
16658 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16659
16660 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
16661
16662 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
16663 normal-auto-fill-function and comment-indent-function.
16664 The default values now work just as well.
16665 Don't set font-lock-beginning-of-syntax-function since we already set
16666 syntax-begin-function.
16667 (lisp-outline-level): Put ;;;###autoload at same level as (.
16668 (prin1-char): Quote special chars.
16669
16670 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
16671 than with-no-warnings.
16672
16673 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
16674 if the source location can't be found.
16675 (edebug-compute-previous-result): Use prin1-char.
16676
16677 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
16678 (debug-ignored-errors): Add an entry.
16679
16680 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
16681 (byte-compile-file): Output warning when deleting a file.
16682
16683 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
16684 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
16685
16686 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
16687 (byte-compile-inline-expand): Use backquote.
16688 (byte-optimize-pure-func): Rename from byte-optimize-concat.
16689 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
16690
16691 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
16692
16693 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
16694
16695 2004-03-22 Juri Linkov <juri@jurta.org>
16696
16697 * finder.el (finder-known-keywords): Fix data, tex, unix.
16698
16699 * play/landmark.el: Fix keywords.
16700
16701 * language/ethio-util.el (ethio-find-file): Doc fix.
16702
16703 * emacs-lisp/warnings.el: Doc fix.
16704
16705 * textmodes/ispell.el (ispell-help): Doc fix.
16706
16707 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
16708
16709 * format.el (format-insert-file): Always return a list of two
16710 elements, like insert-file-contents does.
16711
16712 2004-03-21 Andre Spiegel <spiegel@gnu.org>
16713
16714 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
16715 and vc-BACKEND-diff.
16716 (vc-print-log): If the print-log implementation supports it, use
16717 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
16718 (vc-version-diff, vc-diff-internal): Doc fixes.
16719
16720 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
16721 implementation supports it, let diff output go to *vc*,
16722 not *vc-diff*, since this is an internal call.
16723
16724 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
16725
16726 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
16727
16728 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
16729
16730 2004-03-21 Dave Love <fx@gnu.org>
16731
16732 * progmodes/cfengine.el (cfengine-mode):
16733 Set parse-sexp-ignore-comments.
16734
16735 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
16736
16737 2004-03-21 Juanma Barranquero <lektu@terra.es>
16738
16739 * allout.el (allout-mode): Fix docstring.
16740
16741 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
16742
16743 * files.el (insert-directory): Fix bug if SWITCHES is a list.
16744
16745 * autorevert.el (auto-revert-interval): Make new value take
16746 effect immediately when set through Custom.
16747 (auto-revert-set-timer): Add interactive declaration.
16748
16749 2004-03-19 David Ponce <david@dponce.com>
16750
16751 * ruler-mode.el (ruler-mode-header-line-format-old):
16752 Don't `make-variable-buffer-local'.
16753 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
16754 (ruler-mode-header-line-format): Simply funcall the above.
16755 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
16756 to save/restore a previous header line format.
16757 (ruler-mode-space): Don't depend on a numeric WIDTH value.
16758 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
16759 fringes and margins width.
16760 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
16761
16762 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16763
16764 * log-edit.el (log-edit-font-lock-keywords): Typo.
16765
16766 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
16767 (tex-send-tex-command): Rather than here.
16768 (tex-compilation-parse-errors): Simplify.
16769
16770 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
16771
16772 * time.el (display-time-string-forms): Add help-echo with date on time.
16773
16774 * composite.el (compose-region): Use restore-buffer-modified-p.
16775
16776 * disp-table.el (standard-display-8bit): Simplify.
16777
16778 * server.el (server-process-filter): Delete temp frame.
16779
16780 * add-log.el (add-change-log-entry): Simplify.
16781
16782 2004-03-19 Kim F. Storm <storm@cua.dk>
16783
16784 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
16785 (hexl-follow-line): Don't require 'fringe.
16786
16787 * progmodes/compile.el (compilation-start): Always set
16788 compilation-last-buffer and return it.
16789
16790 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
16791
16792 * simple.el (clone-buffer): Doc fix.
16793
16794 2004-03-18 Juanma Barranquero <lektu@terra.es>
16795
16796 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
16797
16798 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16799
16800 * log-edit.el (log-edit-font-lock-keywords): New var.
16801 (log-edit-mode): Use it.
16802
16803 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
16804
16805 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
16806 properly for watching in speedbar.
16807
16808 2004-03-17 Masatake YAMATO <jet@gyve.org>
16809
16810 * smerge-mode.el (smerge-popup-context-menu):
16811 Put `unwind-protect' around `overlay-put' and `popup-menu'.
16812
16813 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
16814
16815 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
16816 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
16817 Take sealed revisions into account.
16818 (vc-arch-checkin): Extract a summary line from the message.
16819
16820 2004-03-16 Masatake YAMATO <jet@gyve.org>
16821
16822 * register.el (register): Provide `register' feature.
16823
16824 2004-03-15 Masatake YAMATO <jet@gyve.org>
16825
16826 Added context menu support in smerge mode.
16827 Most of the part is written by Stefan Monnier.
16828
16829 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
16830 New keymap and menu.
16831 (smerge-text-properties): New function.
16832 (smerge-remove-props): New function.
16833 (smerge-popup-context-menu): New function.
16834 (smerge-resolve): Call `smerge-remove-props'.
16835 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
16836 (smerge-keep-current): Ditto.
16837 (smerge-kill-current): New function.
16838 (smerge-match-conflict): Put text properties.
16839 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
16840
16841 2004-03-15 David Ponce <david@dponce.com>
16842
16843 * ruler-mode.el (ruler-mode-left-fringe-cols)
16844 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
16845 (ruler-mode-right-scroll-bar-cols): Remove.
16846 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
16847 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
16848 Use fringe-columns and scroll-bar-columns.
16849
16850 2004-03-15 Masatake YAMATO <jet@gyve.org>
16851
16852 * hl-line.el (hl-line-range-function): New variable.
16853 (hl-line-move): New function.
16854 (global-hl-line-highlight): Use `hl-line-move'.
16855 (hl-line-highlight): Ditto.
16856
16857 * scroll-bar.el (scroll-bar-columns):
16858 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
16859
16860 * ruler-mode.el (top-level): Require scroll-bar and fringe.
16861 (ruler-mode-left-fringe-cols)
16862 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
16863 (ruler-mode-right-scroll-bar-cols)
16864 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
16865 (ruler-mode-ruler-function): New variable.
16866 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
16867 if the value for `ruler-mode-ruler-function'is given.
16868
16869 * hexl.el (hexl-mode-hook): Make the hook customizable.
16870 (hexl-address-area, hexl-ascii-area): New customize variables.
16871 (hexlify-buffer): Put font-lock-faces on the address area and
16872 the ascii area.
16873 (hexl-activate-ruler): New function.
16874 (hexl-follow-line): New function.
16875 (hexl-highlight-line-range): New function.
16876 (hexl-mode-ruler): New function.
16877
16878 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
16879
16880 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
16881 (vc-default-find-file-hook): New fun.
16882 (vc-find-file-hook): Call new find-file-hook operation.
16883
16884 * vc-arch.el: New file.
16885
16886 2004-03-12 Jesper Harder <harder@ifa.au.dk>
16887
16888 * info-look.el (info-lookup): Reuse an existing Info window.
16889
16890 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16891
16892 * woman.el (woman-preserve-ascii): Default value changed to t and
16893 doc string revised.
16894
16895 2004-03-12 Richard M. Stallman <rms@gnu.org>
16896
16897 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
16898 Fix minor bug.
16899
16900 * replace.el (occur-engine): Change message for count of matches.
16901
16902 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
16903 For strings, do compare text properties.
16904
16905 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
16906
16907 * progmodes/compile.el (compile-auto-highlight)
16908 (compilation-error-list, compilation-old-error-list)
16909 (compilation-parse-errors-function, compilation-parsing-end)
16910 (compilation-error-message, compilation-directory-stack)
16911 (compilation-enter-directory-regexp-alist)
16912 (compilation-leave-directory-regexp-alist)
16913 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
16914 (compilation-current-file, compilation-regexps): Remove vars.
16915
16916 (compile-error-at-point, compilation-error-filedata)
16917 (compilation-error-filedata-file-name, compile-reinitialize-errors)
16918 (compilation-next-error-locus, compilation-forget-errors)
16919 (count-regexp-groupings, compilation-parse-errors)
16920 (compile-collect-regexps, compile-buffer-substring): Remove funs.
16921
16922 (compile-internal): Make obsolete.
16923
16924 (compilation-first-column, compilation-error)
16925 (compilation-directory-matcher, compilation-page-delimiter)
16926 (compilation-mode-font-lock-keywords, compilation-debug)
16927 (compilation-error-face, compilation-warning-face)
16928 (compilation-info-face, compilation-line-face)
16929 (compilation-column-face, compilation-enter-directory-face)
16930 (compilation-leave-directory-face, compilation-skip-threshold)
16931 (compilation-skip-visited, compilation-context-lines): New vars.
16932
16933 (compilation-warning-face, compilation-info-face)
16934 (compilation-message-face): New faces.
16935
16936 (compilation-error-regexp-alist-alist): New constant.
16937
16938 (compilation-face, compilation-directory-properties)
16939 (compilation-assq, compilation-error-properties, compilation-start)
16940 (define-compilation-mode, compilation-loop)
16941 (compilation-set-window): New functions.
16942
16943 (compile): Additional argument for interactive compiles like TeX.
16944
16945 * progmodes/grep.el (kill-grep): Move here from compile.el
16946 (grep-error, grep-hit-face, grep-error-face)
16947 (grep-mode-font-lock-keywords): New variables.
16948 (grep-regexp-alist): Simplify regexp and add `binary' case.
16949 (grep-mode): New mode.
16950 (grep-process-setup): Simplify.
16951
16952 2004-03-11 Jason Rumney <jasonr@gnu.org>
16953
16954 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
16955 letters on DOS/Windows.
16956
16957 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
16958
16959 * server.el (server-name): New var.
16960 (server-socket-dir): New var to replace server-socket-name.
16961 (server-start): Use them.
16962
16963 2004-03-11 Simon Josefsson <jas@extundo.com>
16964
16965 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
16966 died to avoid infloop. Reported by Jonathan Glauner
16967 <jglauner@sbum.org>.
16968
16969 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16970
16971 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
16972 (smerge-mode-menu): Use it to deactivate menu entries.
16973 (smerge-keep-current): New fun.
16974 (smerge-keep-current): Use it.
16975
16976 2004-03-10 John Paul Wallington <jpw@gnu.org>
16977
16978 * foldout.el (foldout-fold-list, foldout-modeline-string):
16979 Declare them as variables, not constants.
16980
16981 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16982
16983 * ps-print.el: Modification to print *Messages* buffer.
16984 (ps-print-version): New version 6.6.4.
16985 (ps-message-log-max): New fun.
16986 (ps-spool-without-faces, ps-spool-with-faces)
16987 (ps-count-lines-preprint): Code fix.
16988
16989 * printing.el: New tips in Tips section.
16990
16991 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16992
16993 * delim-col.el: Doc fix.
16994
16995 * printing.el: Doc fix. New doc section (Tips).
16996
16997 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
16998
16999 * type-break.el (type-break-emacs-variant): Remove.
17000 (type-break-run-at-time, type-break-cancel-function-timers):
17001 Use fboundp rather than version name and number.
17002
17003 2004-03-09 Masatake YAMATO <jet@gyve.org>
17004
17005 * hexl.el (hexl-mode): Use `make-local-variable' instead of
17006 `make-variable-buffer-local'.
17007
17008 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
17009
17010 * find-dired.el (find-dired): Call `shell-command' instead of
17011 `start-process-shell-command'. By this, Tramp takes over
17012 handling of remote directories.
17013
17014 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17015
17016 * newcomment.el (comment-use-global-state): New var.
17017 (comment-search-forward): Use it.
17018
17019 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
17020
17021 * cus-edit.el (fill) <defgroup>: Move to fill.el.
17022
17023 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
17024 (enable-kinsoku): Make it a defcustom.
17025 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
17026 paragraph to same-comment-start-marker.
17027
17028 2004-03-07 Dave Love <fx@gnu.org>
17029
17030 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
17031 (browse-url-mail): Use it.
17032
17033 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
17034 (rfc2368-unhexify-string): Use replace-regexp-in-string.
17035
17036 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17037
17038 * woman.el (woman-man.conf-path): Doc fix.
17039 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
17040
17041 2004-03-07 Eli Zaretskii <eliz@gnu.org>
17042
17043 * sort.el (sort-columns): Remove ms-dos from the list of systems
17044 where the external `sort' command is not used.
17045
17046 2004-03-07 Kim F. Storm <storm@cua.dk>
17047
17048 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
17049 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
17050 from overlay-arrow-variable-list.
17051 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
17052
17053 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
17054
17055 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
17056 overlay arrow string properly for the assembler buffer.
17057
17058 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
17059
17060 * mail/sendmail.el (mail-mode): Fix last change.
17061
17062 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
17063
17064 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
17065 for the assembler buffer.
17066 (gdb-assembler-custom): Position the overlay arrow.
17067 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
17068
17069 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
17070
17071 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
17072
17073 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
17074 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
17075
17076 * mail/sendmail.el (mail-mode): Set comment-start-skip.
17077
17078 * newcomment.el (uncomment-region): Allow non-terminated comment.
17079 (comment-normalize-vars): Check the user-specified comstart marker.
17080
17081 2004-03-04 Jesper Harder <harder@ifa.au.dk>
17082
17083 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
17084 Otherwise, do use it if the region only contains font-lock text
17085 properties.
17086
17087 2004-03-04 Masatake YAMATO <jet@gyve.org>
17088
17089 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
17090 as the callback function for eldoc.
17091 (hexl-print-current-point-info): New function.
17092 (hexl-current-address): Print the address in both decimal
17093 and hexadecimal format.
17094
17095 2004-03-04 Richard M. Stallman <rms@gnu.org>
17096
17097 * mail/rmail.el (rmail-convert-to-babyl-format):
17098 Specify t for UNIBYTE when calling mail-unquote-printable-region.
17099
17100 * mail/mail-utils.el (mail-unquote-printable-region):
17101 New arg UNIBYTE.
17102
17103 * startup.el (command-switch-alist): Doc fix.
17104
17105 * simple.el (undo): Temporarily set this-command to `undo-start',
17106 then set it to `undo' once undo-start returns without error.
17107
17108 * simple.el (minibuffer-history-sexp-flag): Doc fix.
17109
17110 * simple.el (kill-line): Don't disregard trailing whitespace
17111 in eol condition, if show-trailing-whitespace is set.
17112
17113 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
17114 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
17115 When disabling, restore old values only if mouse-sel-has-been-enabled.
17116
17117 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
17118 (isearch-{-char): New function.
17119 (isearch-mode-map): Bind { to isearch-{-char.
17120
17121 * font-lock.el (lisp-font-lock-keywords-2):
17122 Turn off the CL with-... and do-... general patterns.
17123 Instead, recognize several specific with... and do... constructs.
17124
17125 * files.el (switch-to-buffer-other-window):
17126 Bind same-window-buffer-names and same-window-regexps to nil.
17127 (switch-to-buffer-other-frame): Likewise.
17128
17129 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17130
17131 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
17132 recognizing leading comment on code line.
17133
17134 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17135
17136 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
17137 hidden files/directories.
17138
17139 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17140
17141 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
17142 only comment-start (in case the mode hasn't set it).
17143
17144 * Makefile.in (AUTOGENEL): New var.
17145 (bootstrap-prepare): Rename from bootstrap-clean.
17146 Don't remove elc files.
17147 (maintainer-clean): New target.
17148
17149 * xml.el (xml-get-attribute-or-nil): Simplify.
17150
17151 2004-03-02 Juri Linkov <juri@jurta.org>
17152
17153 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
17154 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
17155 URL to prevent their substitution with the environment variable
17156 values by browsers.
17157
17158 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17159
17160 * ps-print.el: Doc fix.
17161 (ps-print-version): New version number (6.6.3).
17162 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
17163 Docstring fix.
17164 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
17165 before printing.
17166 (ps-time-stamp-yyyy-mm-dd): New fun.
17167 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
17168
17169 2004-03-02 Kim F. Storm <storm@cua.dk>
17170
17171 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
17172
17173 2004-03-01 Juanma Barranquero <lektu@terra.es>
17174
17175 * allout.el (allout-rebullet-heading): Fix typo in docstring.
17176
17177 * desktop.el (desktop-file-version)
17178 (desktop-after-read-hook): Fix typos.
17179 (desktop-clear-preserve-buffers): Remove redundant info in
17180 docstring already shown by the obsolescence message.
17181 (desktop-truncate, desktop-internal-v2s)
17182 (desktop-value-to-string): Change argument name to match docstring.
17183
17184 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
17185
17186 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
17187 docstring.
17188
17189 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17190
17191 * printing.el: Replace "As Is..." in PostScript file print/preview by
17192 "No Preprocessing...". Suggested by Colin Marquardt
17193 <_marquardt_@zmd.de>.
17194 (pr-insert-section-4): Adjust buffer interface.
17195
17196 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17197
17198 Version 2.0.39 of Tramp released.
17199
17200 * net/tramp.el (tramp-handle-file-local-copy)
17201 (tramp-handle-write-region, tramp-open-connection-rsh):
17202 Variable name typo. Small change. From Patrick Tullmann
17203 <tullmann@flux.utah.edu>.
17204 (tramp-process-connection-type): New variable.
17205 (tramp-maybe-open-connection): Use it.
17206 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
17207 (tramp-touch): Set last-modified time of a remote file.
17208 (tramp-handle-write-region): Say which function is used when encoding.
17209
17210 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
17211
17212 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
17213 case of non-existing filename, too. Reported by Christoph Bauer
17214 <c_bauer@informatik.uni-kl.de>.
17215 (tramp-smb-get-file-entries): The directory in question should
17216 have permissions "drwxrwxrwx". Just virtual, because we don't
17217 know the real permissions. Don't we know?
17218 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
17219 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
17220 (tramp-smb-wait-for-output): Optimize algorithm getting pending
17221 output. If it was received chunkwise, there have been problems.
17222 Remove the "prompt not found" error message; it is obvious.
17223 Simplify algorithm.
17224 (tramp-smb-process-running): Remove. Since we acknowledge the
17225 virtual prompt for shares, there's no need for distinction of
17226 reading shares (process ends afterwards) and interactive mode of
17227 smblient.
17228 (tramp-smb-open-connection): Setting process sentinel removed.
17229 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
17230 "NT_STATUS_NETWORK_ACCESS_DENIED".
17231 (tramp-smb-maybe-open-connection): Set `process-connection-type'
17232 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
17233 (top-level): Setting default value in `tramp-default-method-alist'
17234 corrected. Order of USER and HOST have been wrong.
17235 Nobody complained for months ...
17236 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
17237 (tramp-smb-open-connection): Clear password cache if login has failed.
17238
17239 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
17240 `tramp-unified-filenames'.
17241 (tramp-completion-mode): Make test for XEmacs explicitely.
17242 `event-to-character' can exists in Emacs packages too.
17243 Reported by Matt Swift <swift@alum.mit.edu>.
17244 (tramp-buffer-name): Buffer name must contain the user if exists.
17245 Reported by Adrian Phillips <a.phillips@met.no>.
17246 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
17247 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
17248 (tramp-do-copy-or-rename-file-out-of-band): Rename from
17249 `tramp-do-copy-or-rename-file-one-local', because it handles also
17250 the case both files use the same out-of-band method.
17251 Implementation added.
17252 (tramp-handle-file-local-copy, tramp-handle-write-region):
17253 Out-of-band handling removed. `copy-file' called instead, which
17254 calls `tramp-do-copy-or-rename-file-out-of-band'.
17255 (tramp-action-password): Check for out-of-band method removed.
17256 This function is used for 'login-program.
17257 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
17258 appropriate.
17259 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
17260 and `tramp-parse-sknownhosts'.
17261 (tramp-completion-function-alist): It's a defvar now, because we
17262 want to apply the optimized `tramp-set-completion-function'
17263 instead of a static list.
17264 (tramp-set-completion-function): Implementation tuned.
17265 Avoid double entries, and entries where the function or the
17266 file/directory doesn't exist.
17267 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
17268 for SSH2.
17269 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
17270 (tramp-handle-dired-compress-file): New function.
17271 (tramp-async-proc): New variable.
17272 (tramp-handle-shell-command): Adding asynchronous processes.
17273 They are far from being perfect, but it works at least for
17274 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
17275 (top-level): Require password.el if visible. Should be mandatory
17276 once No Gnus has found its way into (X)Emacs.
17277 (tramp-read-passwd): Invoke `password-read' if available,
17278 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
17279 fallback any longer.
17280 (tramp-clear-passwd): New function.
17281 (tramp-process-actions, tramp-process-multi-actions):
17282 Clear password cache if login has failed.
17283
17284 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
17285 its own module.
17286 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
17287 `ange-ftp-ftp-name-res'. There could be incorrect values from
17288 previous calls in case the "ftp" method is used in the Tramp file
17289 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17290
17291 2004-02-28 Richard M. Stallman <rms@gnu.org>
17292
17293 * term.el (term-mouse-paste): Call mouse-set-point.
17294
17295 * thumbs.el: New file.
17296
17297 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17298
17299 * progmodes/ebnf-abn.el: Doc fix.
17300
17301 * progmodes/ebnf-bnf.el: Doc fix.
17302 (ebnf-repeat): Code fix.
17303
17304 * progmodes/ebnf2ps.el: Doc fix.
17305 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
17306
17307 2004-02-28 Juri Linkov <juri@jurta.org>
17308
17309 * ffap.el (dired-at-point): Additional writability test for
17310 relative directory names.
17311 (dired-at-point-prompter): Treat directories as a directory, get
17312 the directory component from files.
17313 (ffap-string-at-point): Return string from region if region is active.
17314 (ffap-file-at-point): Remove redundant code.
17315
17316 2004-02-28 Kim F. Storm <storm@cua.dk>
17317
17318 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
17319 Initialize margin area images to nil.
17320 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
17321 (breakpoint-enabled-bitmap-face)
17322 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
17323 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
17324 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
17325 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
17326 (gdb-reset): Use gdb-remove-breakpoint-icons.
17327 (gdb-put-string): Add dprop arg to specify alternative display
17328 property (for setting fringe bitmap).
17329 (gdb-remove-strings): Doc fix.
17330 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
17331 icon in fringe (if available), or else as icon or text in display
17332 margin. Creates necessary icons in breakpoint-bitmap,
17333 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
17334 Also make left window margin if required.
17335 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
17336 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
17337 no longer needed.
17338 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
17339 gdb-put-breakpoint-icon.
17340 (gdb-assembler-mode): Don't set left-margin-width here.
17341
17342 2004-02-27 Kevin Ryde <user42@zip.com.au>
17343
17344 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
17345 comma, so that it DTRT in macros.
17346
17347 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
17348
17349 * progmodes/sh-script.el (sh-shell-arg)
17350 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
17351 (sh-leading-keywords, sh-other-keywords): Fix custom type.
17352
17353 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
17354
17355 * faces.el (face-spec-set-match-display): Add a new attribute,
17356 `min-colors'.
17357 (region, highlight, secondary-selection): Use `min-colors'.
17358
17359 * custom.el (defface): Add documentation for `min-colors'.
17360
17361 * font-lock.el (font-lock-comment-face, font-lock-string-face)
17362 (font-lock-keyword-face, font-lock-function-name-face)
17363 (font-lock-variable-name-face, font-lock-constant-face):
17364 Use `min-colors'.
17365
17366 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
17367
17368 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17369
17370 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
17371 define assq-delete-all if it's not defined.
17372 (ebnf-generate-region): Code fix.
17373
17374 * printing.el: Doc fix.
17375 (pr-version): New version number (6.7.2).
17376 (pr-command): Return empty string if command is an empty string.
17377
17378 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17379
17380 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
17381
17382 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
17383 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
17384 semi-down-full. Fix a bug on productions like test = {"test"}* | (
17385 "tt" ["test"] ). Reported by Markus Dreyer
17386 <mdreyer@ix.urz.uni-heidelberg.de>.
17387 (ebnf-version): New version number (4.0).
17388 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
17389 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
17390 (ebnf-delete-style): New commands.
17391 (ebnf-directory, ebnf-file): New funs.
17392 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
17393 (ebnf-production-name-p, ebnf-stop-on-error): New options.
17394 (ebnf-syntax-alist): New var.
17395 (ebnf-element-width): New fun replacing ebnf-list-width.
17396 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
17397 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
17398 (ebnf-prologue): Adjust vars.
17399 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
17400 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
17401 (ebnf-check-style-values, ebnf-generate-production)
17402 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
17403 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
17404 (ebnf-token-repeat): Code fix.
17405
17406 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
17407 %right, %left and %prec. Suggested by Matthew K. Junker
17408 <junker@alum.mit.edu>.
17409 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
17410
17411 * progmodes/ebnf-iso.el: Doc fix.
17412 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
17413 (ebnf-iso-lex): Code fix.
17414
17415 * progmodes/ebnf-bnf.el: Doc fix.
17416 (ebnf-bnf-lex): Code fix.
17417
17418 * progmodes/ebnf-otz.el: Doc fix.
17419
17420 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
17421
17422 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
17423 (abbrev-prefix-mark): Doc fix.
17424
17425 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
17426
17427 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
17428 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
17429 (gdb-var-delete): Make interactive (really).
17430 (gdb-edit-value): Make non-interactive.
17431
17432 * progmodes/gud.el (gud-speedbar-menu-items):
17433 Add gdb-var-delete and, indirectly, gdb-edit-value.
17434 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
17435 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
17436 (gud-gdb-marker-filter): Add comment for annotations.
17437
17438 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17439
17440 * calendar/calendar.el (generate-calendar)
17441 (calendar-read-date): Prevent display of BC calendars once more -
17442 reverts 2003-10-01 change.
17443 (generate-calendar-month): Doc fix.
17444
17445 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
17446
17447 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
17448 return value of increment-calendar-month.
17449
17450 2004-02-21 Stephen Compall <s11@member.fsf.org>
17451
17452 * saveplace.el (save-place-forget-unreadable-files)
17453 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
17454 (save-place-forget-unreadable-files): New function.
17455 (save-place-alist-to-file): Use it to filter out files that are
17456 no longer readable.
17457
17458 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
17459 current Texinfo environment, using the same method as in
17460 `texinfo-insert-@end', and insert a space rather than a newline if
17461 point in a @table environment.
17462
17463 2004-02-21 Juri Linkov <juri@jurta.org>
17464
17465 * ffap.el (ffap-file-at-point): Try parent directories.
17466
17467 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
17468
17469 * vcursor.el (vcursor-modifiers): New defcustom.
17470 (vcursor-cs-binding): Use vcursor-modifiers instead of a
17471 hard-coded list.
17472
17473 2004-02-21 Masatake YAMATO <jet@gyve.org>
17474
17475 * play/animate.el (animate-birthday-present): Accept names other
17476 than `Sarah', too.
17477
17478 2004-02-21 Juri Linkov <juri@jurta.org>
17479
17480 * startup.el: Remove table of command line arguments from the
17481 Commentary section.
17482
17483 2004-02-20 John Wiegley <johnw@newartisans.com>
17484
17485 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
17486 again" modifier from 'e' to 'E', since 'e' is also used by the
17487 "file extension" modifier.
17488
17489 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
17490
17491 * help-fns.el (describe-categories): Doc fix.
17492
17493 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17494
17495 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
17496 temporary file for buffer already visiting one. This change makes
17497 output likely to be directly usable by patch program.
17498 Suggested by Adrian Aichner <adrian@xemacs.org>
17499
17500 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
17501
17502 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
17503 case of variables defined in compound statements.
17504 (gdb-setup-windows, gdb-source-info, gdb-source-info):
17505 Simplify constructions using switch-to-buffer.
17506
17507 2004-02-19 Simon Josefsson <jas@extundo.com>
17508
17509 * play/morse.el: Fix typo.
17510 (morse-code): Add @.
17511
17512 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
17513
17514 * calendar/appt.el (appt-display-format): Change default to
17515 'ignore, for backwards compatibility.
17516 (appt-display-message): If appt-display-format is 'ignore,
17517 respect old vars appt-msg-window and appt-visible.
17518 (appt-activate): Don't depend on return value of cancel-timer.
17519
17520 * calendar/calendar.el (calendar-holidays): Doc fix.
17521
17522 * calendar/cal-coptic.el (coptic-prompt-for-date):
17523 Use assoc-string instead of assoc-ignore-case.
17524 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
17525 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
17526 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
17527 * calendar/cal-islam.el (calendar-goto-islamic-date)
17528 (mark-islamic-diary-entries): Ditto.
17529 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
17530 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
17531 (calendar-read-mayan-tzolkin-date): Ditto.
17532 * calendar/calendar.el (calendar-read-date): Ditto.
17533 * calendar/diary-lib.el (mark-diary-entries): Ditto.
17534
17535 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
17536
17537 * progmodes/executable.el (executable-command-find-posix-p):
17538 Fix choice of the directory.
17539
17540 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
17541
17542 * simple.el (interprogram-cut-function)
17543 (interprogram-paste-function, kill-new, kill-append):
17544 Doc fixes.
17545 (kill-region): Make it return nil. Doc fix.
17546 (yank-pop): Make its argument optional.
17547 (yank): Make ARG `-' equivalent to `-1'.
17548
17549 2004-02-17 Eli Zaretskii <eliz@gnu.org>
17550
17551 * mail/rmail.el (rmail-get-new-mail): Don't reference
17552 rmail-use-spam-filter if rmail-spam-filter is not loaded.
17553
17554 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
17555
17556 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
17557 if one of global-auto-revert-non-file-buffers or autorevert-mode
17558 is non-nil.
17559
17560 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17561
17562 * subr.el (delete-dups): A better implementation from Karl Heuer
17563 <kwzh@gnu.org>.
17564
17565 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17566
17567 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
17568 correct place.
17569 * progmodes/icon.el (icon-indent-command): Ditto.
17570 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
17571
17572 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17573
17574 * progmodes/grep.el (grep-compute-defaults): Undo change from
17575 2004-01-29: don't use executable-command-find-posix-p.
17576
17577 2004-02-16 Richard Sharman <rsharman@pobox.com>
17578
17579 * hilit-chg.el: Use require instead of eval-and-compile.
17580 (highlight-compare-buffers): New function.
17581
17582 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
17583
17584 * man.el (Man-fontify-manpage): Render section headings in
17585 `Man-overstrike-face' even when overstrike was not used by man
17586 formatter for section headings.
17587
17588 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
17589
17590 * rmail-spam-filter.el (vm-use-spam-filter)
17591 (rsf-min-region-length-added-to-spam-list): New variables.
17592 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
17593 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
17594 spam testing. Don't delete spam message if automatic deletion
17595 after output via variable rmail-delete-after-output is turned on.
17596 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
17597 rsf-bbdb-dont-create-entries-for-spam.
17598 (check-field): New function, extracted from code in
17599 rmail-spam-filter to ease addition of header fields like content-type.
17600 (message-content-type): New variable to check the content-type:
17601 field added, also in defcustom of rsf-definitions-alist.
17602 (rmail-spam-filter): Replace repeated test code for header fields
17603 by calls to check-field; change the call to
17604 rmail-output-to-rmail-file such that rmail-current-message stays
17605 the same to avoid wrong deletion of unseen flags.
17606 (rsf-add-contents-type): New function to convert old format
17607 of rmail-spam-definitions-alist into new one.
17608 Change prefixes of all variables and functions from
17609 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
17610
17611 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17612
17613 * loadhist.el (unload-hook-features-list): New defvar.
17614
17615 2004-02-16 Dave Love <fx@gnu.org>
17616
17617 * loadhist.el (unload-feature): Doc fix. Rename flist to
17618 unload-hook-features-list.
17619
17620 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
17621
17622 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
17623 cookie. Don't check if we are looking-at open-formula.
17624
17625 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
17626
17627 * subr.el (match-string-no-properties): Use substring-no-properties.
17628
17629 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17630
17631 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
17632 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
17633 Use lower-case "rx" in all error message.
17634
17635 2004-02-16 Dave Love <fx@gnu.org>
17636
17637 * emacs-lisp/rx.el (rx-or): Put group around result.
17638 (rx-constituents): Add backref.
17639 (rx-syntax): Add string-delimiter, comment-delimiter.
17640 (rx-categories): Add combining-diacritic.
17641 (rx-check-not, rx-greedy, rx): Doc fix.
17642 (rx-backref, rx-check-backref): New.
17643
17644 2004-02-16 Jesper Harder <harder@ifa.au.dk>
17645
17646 * newcomment.el (uncomment-region): Allow eob as comment end.
17647
17648 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17649
17650 * filecache.el: All message and error commands now use prefix
17651 "Filecache:" to make it easy to read *Messages* buffer.
17652
17653 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17654
17655 * autorevert.el: Add support to detect changed dired and VC buffers.
17656 (auto-revert-active-p, auto-revert-list-diff)
17657 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
17658 (auto-revert-handler, auto-revert-active-p): New functions.
17659 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
17660 and `auto-revert-active-p'.
17661 (eval-when-compile): Defvar dired-directory and vc-mode.
17662 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17663 (auto-revert-handler-vc): New functions.
17664
17665 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17666
17667 * progmodes/compile.el (compilation-directory): New defvar.
17668 (compile): Save current directory in compilation-directory.
17669 (recompile): Bind default-directory to compilation-directory if
17670 that is non-nil.
17671
17672 2004-02-16 Dave Love <fx@gnu.org>
17673
17674 * newcomment.el (comment-insert-comment-function)
17675 (comment-region-function, uncomment-region-function): New.
17676 (comment-indent): Use comment-insert-comment-function.
17677 (uncomment-region): Use uncomment-region-function.
17678 (comment-region): Use comment-region-function.
17679
17680 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
17681
17682 2004-02-16 Richard Stallman <rms@gnu.org>
17683
17684 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
17685 loaddefs* and ldefs-boot*.
17686
17687 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17688
17689 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
17690 and email address at the beginning and end of the address.
17691
17692 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
17693 anchored at the beginning of the email address.
17694
17695 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
17696
17697 * international/ccl.el (ccl-compile-write): Pass `left' to
17698 ccl-embed-code to generate correct code of write-expr-register.
17699
17700 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
17701
17702 * progmodes/grep.el (grep-compute-defaults): Fix typos.
17703
17704 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17705
17706 * x-dnd.el: Mention support for Motif in commentary.
17707 (x-dnd-handle-drag-n-drop-event): Ditto.
17708
17709 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
17710
17711 * ses.el: Use "ses--" prefixes for buffer-local variables.
17712 Use (point-min) instead of 1, even when we know the buffer
17713 is unnarrowed.
17714 (ses-build-load-map): Delete. Distribute its content to defconst's for
17715 the three maps.
17716 (ses-menu, ses-header-line-menu): New menus.
17717 (ses-mode-map): Use them.
17718 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
17719
17720 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
17721
17722 * Makefile.in: Fix the CC Mode recompile kludge so it works
17723 when building in a different directory.
17724
17725 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
17726
17727 * simple.el (kill-new): Put yank-handler property on the entire string.
17728
17729 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17730
17731 * diff.el: Don't use compile any more, use diff-mode instead.
17732 (diff-regexp-alist, diff-old-file, diff-new-file)
17733 (diff-parse-differences, diff-process-setup): Remove.
17734 (diff-sentinel): New fun.
17735 (diff): Use it. Run the process ourselves.
17736 Use diff-mode for the rest of the processing.
17737
17738 * diff.el (diff): Simplify code handling `switch'.
17739
17740 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17741
17742 * pcvs-defs.el (cvs-menu): Add `tag'.
17743
17744 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
17745
17746 * simple.el (kill-append): Doc fix.
17747
17748 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17749 Adapt outline-regexp to the new conventions for commenting out code.
17750
17751 2004-02-11 John Paul Wallington <jpw@gnu.org>
17752
17753 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
17754
17755 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
17756
17757 * diff.el (diff-switches): New fun.
17758 (diff, diff-backup): Use it.
17759 (diff): Clean up the args construction. Use backquote.
17760 Use listp instead of consp to avoid putting a nil arg.
17761 (diff): Add a revert-buffer function.
17762
17763 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17764
17765 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
17766 handled by x-dnd-handle-file-name.
17767 (x-dnd-known-types): Add COMPOUND_TEXT.
17768 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
17769 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
17770 x-dnd-empty-state.
17771 (x-dnd-forget-drop): Ditto.
17772 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
17773 (x-dnd-handle-one-url): Return private when inserting text.
17774 (x-dnd-insert-ctext): New function.
17775 (x-dnd-handle-file-name): New function for FILE_NAME.
17776 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
17777 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
17778 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
17779
17780 2004-02-10 Kenichi Handa <handa@m17n.org>
17781
17782 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
17783 instead of while loop.
17784
17785 2004-02-10 Miles Bader <miles@gnu.org>
17786
17787 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
17788
17789 2004-02-09 Kenichi Handa <handa@m17n.org>
17790
17791 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
17792 have end-of-line.
17793
17794 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
17795
17796 * Makefile.in: Added extra dependencies in the recompile target
17797 needed to cope with the compile time macro expansions in CC Mode.
17798
17799 2004-02-09 Kim F. Storm <storm@cua.dk>
17800
17801 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
17802 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
17803 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
17804 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
17805 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
17806 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
17807 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
17808 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
17809 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
17810 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
17811 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
17812
17813 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
17814
17815 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
17816 Don't allow shrink if there's a window on our right.
17817
17818 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
17819 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
17820 Bring together declaration and initialization.
17821 (prolog-mode-variables): Don't set the syntax table.
17822 Don't set paragraph-start and comment-indent-function.
17823 Add /*..*/ to the comment regexps.
17824 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
17825 (prolog-mode-map): Don't bind TAB.
17826 (prolog-mode): Set the syntax table.
17827 (prolog-comment-indent): Remove.
17828 (inferior-prolog-mode-map): Initialize in the declaration.
17829 (inferior-prolog-mode-syntax-table)
17830 (inferior-prolog-mode-abbrev-table): New vars.
17831 (inferior-prolog-mode): Derive from comint-mode.
17832 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
17833 minibuffer windows.
17834
17835 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
17836 in file names, as long as it is unabmiguous.
17837
17838 2004-02-08 Andreas Schwab <schwab@suse.de>
17839
17840 * textmodes/reftex-toc.el
17841 (reftex-toc-load-all-files-for-promotion): Remove useless use of
17842 format. Doc fix.
17843
17844 * textmodes/refer.el (refer-find-entry-internal): Remove extra
17845 format string arguments.
17846
17847 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
17848 string argument.
17849
17850 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
17851
17852 * play/zone.el (zone-call): Fix format string.
17853
17854 * net/webjump.el (webjump-builtin): Add missing format string argument.
17855
17856 * midnight.el (midnight-delay-set): Remove extra format string argument.
17857
17858 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
17859
17860 * hexl.el (hexl-insert-char): Add missing format string argument.
17861
17862 * format.el (format-decode): Fix format string.
17863
17864 * emulation/vi.el (vi-mode): Remove extra format string argument.
17865 (vi-repeat-last-search): Likewise.
17866 (vi-reverse-last-search): Likewise.
17867 (vi-goto-mark): Likewise.
17868 (vi-reverse-last-find-char): Likewise.
17869 (vi-repeat-last-find-char): Likewise.
17870 (vi-locate-def): Likewise.
17871
17872 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
17873
17874 * ediff-util.el (ediff-toggle-read-only): Remove extra format
17875 string argument.
17876 (ediff-toggle-regexp-match): Likewise.
17877
17878 * dired-aux.el (dired-do-query-replace-regexp): Add missing
17879 format string argument.
17880
17881 * calc/calc-map.el (calc-get-operator): Remove extra format
17882 string argument.
17883
17884 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
17885
17886 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
17887 string argument.
17888
17889 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
17890
17891 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
17892
17893 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
17894
17895 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
17896 (cl-struct-setf-expander): Likewise.
17897
17898 * vc.el (with-vc-file): Fix unsafe uses of error.
17899 (vc-cancel-version): Likewise.
17900
17901 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
17902
17903 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
17904 thousands separator; fixes <class>:<line-number> regexp for
17905 non-english locales.
17906
17907 2004-02-08 Andreas Schwab <schwab@suse.de>
17908
17909 * view.el (view-mode-enable): Revert previous change.
17910
17911 2004-02-07 Kim F. Storm <storm@cua.dk>
17912
17913 * simple.el (line-number-at-pos): Rename from line-at-pos.
17914 Uses changed (what-line and vc-annotate-warp-version).
17915
17916 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
17917
17918 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
17919 (diff-mode): Remove aborted attempt at support for compile.el.
17920 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
17921
17922 2004-02-06 Andreas Schwab <schwab@suse.de>
17923
17924 * view.el (view-mode-enable): Add view-mode-map to
17925 minor-mode-overriding-map-alist.
17926
17927 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17928
17929 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
17930
17931 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
17932
17933 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
17934 with point inside rather than after the paragraph.
17935
17936 2004-02-04 Sam Steingold <sds@gnu.org>
17937
17938 * mail/smtpmail.el (smtpmail-try-auth-methods):
17939 Do not try authentication when no mechanism is available.
17940 Pass port-name as defaultport to `netrc-machine'.
17941
17942 2004-02-04 Stephen Eglen <stephen@gnu.org>
17943
17944 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
17945 to show how minibuffer height can be constrained.
17946
17947 2004-02-04 John Paul Wallington <jpw@gnu.org>
17948
17949 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
17950
17951 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17952
17953 * x-dnd.el: New file for drag and drop.
17954
17955 * term/x-win.el: require x-dnd, set after-make-frame-functions
17956 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
17957 drag-n-drop event.
17958
17959 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
17960 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
17961 (dired-dnd-handle-file): New functions for drag and drop support.
17962 (dired-mode): Initialize drag and drop if x-dnd present.
17963
17964 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
17965
17966 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
17967 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
17968 (cperl-mode): Set fill-paragraph-function.
17969 (cperl-fill-paragraph): Make it non-interactive.
17970
17971 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
17972
17973 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
17974
17975 2004-02-02 David Kastrup <dak@gnu.org>
17976
17977 * replace.el (perform-replace): Allow 'literal argument in
17978 regexp-flag to indicate literal replacement.
17979 (query-replace-regexp-eval): Use it.
17980
17981 2004-02-01 Andreas Schwab <schwab@suse.de>
17982
17983 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
17984
17985 2004-02-01 Stephen Eglen <stephen@gnu.org>
17986
17987 * info-look.el: Add support for maxima-mode. Update commentary
17988 because info-lookup-symbol is now bound to C-h S.
17989
17990 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
17991
17992 * simple.el (edit-and-eval-command): Bind print-level and
17993 minibuffer-history-sexp-flag around call to read-from-minibuffer.
17994 Correct initial position in command-history.
17995
17996 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
17997
17998 * files.el (read-directory-name): Adapt the docstring to recent
17999 change in Fread_file_name.
18000
18001 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
18002
18003 * ses.el (ses-print-cell): If print format too wide for column
18004 width, truncate decimal places if that helps to avoid "#####" fill.
18005 * ses.el (ses-initial-column-width): Revert previous change.
18006
18007 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
18008
18009 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
18010 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
18011 Add edebug info.
18012 (jit-lock-mode): Setup/cancel the new timer.
18013 (jit-lock-context-fontify): New fun. Extracted from
18014 context fontification code of jit-lock-stealth-fontify.
18015 (jit-lock-stealth-fontify): Don't do context fontification any more.
18016
18017 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
18018 (jit-lock-fontify-now): Handle the `quit' case.
18019 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
18020
18021 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
18022
18023 * progmodes/executable.el (executable-command-find-posix-p):
18024 New. Check if find handles arguments Posix-style.
18025
18026 * progmodes/grep.el (grep-compute-defaults):
18027 Use executable-command-find-posix-p.
18028 (grep-find): Check `grep-find-command'.
18029
18030 * filecache.el (file-cache-find-posix-p): Delete.
18031 (file-cache-add-directory-using-find):
18032 Use `executable-command-find-posix-p'.
18033
18034 2004-01-29 Dave Love <fx@gnu.org>
18035
18036 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18037 Iterate the hook function if arg is given.
18038 (mark-defun, narrow-to-defun): Change order of finding the limits.
18039
18040 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
18041 (byte-compile-format-warn): New.
18042 (byte-compile-callargs-warn): Use it.
18043 (Format, message, error): Add byte-compile-format-like property.
18044 (byte-compile-maybe-guarded): New.
18045 (byte-compile-if, byte-compile-cond): Use it.
18046 (byte-compile-lambda): Compile interactive forms,
18047 just to make warnings about them.
18048
18049 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
18050
18051 * ses.el (ses-initial-column-width): Increase to 14, so it will
18052 work well with the default printer of "%.7g" for extreme values
18053 like "-1.234567e+07".
18054
18055 2004-01-29 Kenichi Handa <handa@m17n.org>
18056
18057 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
18058
18059 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
18060
18061 * dos-w32.el: Added support for the `default-printer-name' function.
18062
18063 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
18064
18065 * server.el (server-socket-name): Don't use the hostname in the
18066 socket name since /tmp is local to the host anyway.
18067
18068 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
18069 robust check of widening and fix var-naming.
18070
18071 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
18072
18073 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
18074 or rmail-spam- to rsf- in all function and variable names.
18075 (rsf-min-region-to-spam-list): New variable.
18076 (rsf-bbdb-auto-delete-spam-entries): Rename from
18077 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
18078 scanned together with the recipients field for spam testing; Don't
18079 delete spam message if rmail-delete-after-output is non-nil;
18080 (rsf-check-field): New function, extracted from code in
18081 rmail-spam-filter to ease addition of header fields like
18082 content-type:;
18083 (message-content-type): New variable. The content-type: field was
18084 added also in defcustom of rsf-definitions-alist;
18085 (rmail-spam-filter): Replace repeated test code for header fields
18086 by calls to check-field; change the call to
18087 rmail-output-to-rmail-file such that rmail-current-message stays
18088 the same to avoid wrong deletion of unseen flags.
18089 (rmail-use-spam-filter): Add autoload cookie.
18090
18091 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
18092
18093 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
18094 (file-cache-add-directory-using-find): Add Cygwin support.
18095 (file-cache-find-command-posix-flag): New user variable.
18096
18097 * filecache.el (file-cache-add-directory): Check for
18098 directories an remove them from dir-files.
18099
18100 2004-01-27 Richard M. Stallman <rms@gnu.org>
18101
18102 * man.el (Man-fontify-manpage): Clean up message.
18103
18104 2004-01-27 Kenichi Handa <handa@m17n.org>
18105
18106 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
18107 (sentence-end): Define using sentence-end-without-space.
18108
18109 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
18110 a sentence ends with one of a character in sentence-end-without-space.
18111
18112 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
18113
18114 * font-lock.el (font-lock): Add jit-lock as explicit group member.
18115 (jit-lock): Group declaration moved to jit-lock.el.
18116 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
18117 when necessary.
18118
18119 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
18120 (jit-lock-context-unfontify-pos): Rename from
18121 jit-lock-first-unfontify-pos.
18122 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
18123
18124 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
18125
18126 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
18127 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
18128 (fortran-fill): When filling a string, adjust re-search-backward
18129 argument for special case of string just on fill-column.
18130 When filling non-string, allow one extra char if
18131 fortran-break-before-delimiters is non-nil.
18132 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
18133 Use fortran-break-delimiters-re and fortran-no-break-re to
18134 correctly handle cases such as "**".
18135
18136 * progmodes/f90.el (f90-break-delimiters): Doc fix.
18137 (f90-no-break-re): Add some extra tokens. Doc fix.
18138
18139 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
18140
18141 * mail/rmail-spam-filter.el:
18142 Use two semicolons as Commentary line prefix.
18143 Add ";;; Code:" stylized comment.
18144 Delete end-of-line whitespace.
18145 Wrap (require 'cl) with `eval-when-compile'.
18146
18147 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
18148
18149 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
18150 at the top level of vc.el.
18151
18152 2004-01-23 Andre Spiegel <spiegel@gnu.org>
18153
18154 * vc.el (vc-current-line): Function removed. This is now done by
18155 the new function line-at-pos in simple.el.
18156 (vc-annotate-warp-version): Use line-at-pos instead of
18157 vc-current-line.
18158
18159 2004-01-22 Kim F. Storm <storm@cua.dk>
18160
18161 * simple.el (line-at-pos): New defun.
18162 (what-line): Use it. Optimize by only counting lines in narrowed
18163 region once.
18164
18165 2004-01-22 Kenichi Handa <handa@m17n.org>
18166
18167 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
18168 point (register r1) only for charset mule-unicode-0100-24ff.
18169
18170 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
18171
18172 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
18173 trailing white space and ensure a final newline.
18174
18175 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
18176 Add autoload cookie.
18177
18178 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
18179
18180 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
18181 activate view-mode explicitly.
18182
18183 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18184
18185 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
18186 use clipboard first.
18187
18188 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18189
18190 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
18191 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
18192 (vc-mcvs-cvs): Remove.
18193 (vc-mcvs-command): Remove use of assert.
18194
18195 * outline.el (outline-insert-heading): Tighten up match.
18196 (outline-demote, outline-move-subtree-down): Don't assume anything
18197 about outline-regexp.
18198
18199 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
18200 (texinfo-show-structure): Explicitly add ^, and simplify.
18201
18202 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
18203
18204 * calendar/appt.el (appt-check): Restore usage of
18205 appt-issue-message deleted in previous change.
18206 (top-level): Activate package when loaded (needed for backwards
18207 compatibility).
18208
18209 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18210
18211 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
18212 following previous change to smtpmail-send-data.
18213
18214 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
18215
18216 * vc.el (vc-default-previous-version): Doc enhancement.
18217 (vc-default-next-version): New function.
18218 (vc-print-log): New arg FOCUS-REV.
18219 (vc-annotate-mode): Derive from view-mode.
18220 (vc-annotate): New args REVISION, DISPLAY-MODE.
18221 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
18222 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
18223 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
18224 (vc-annotate-show-diff-revision-at-line, vc-current-line)
18225 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
18226
18227 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
18228
18229 2004-01-19 Karl Berry <karl@gnu.org>
18230
18231 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
18232 or "TexInfo".
18233
18234 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
18235
18236 * subr.el (delete-dups): New function.
18237
18238 2004-01-19 Karl Berry <karl@gnu.org>
18239
18240 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
18241 with ^, since that's what texinfo-show-structure
18242 documentation says (plus it works much better in texinfo.txi).
18243
18244 2004-01-18 Jesper Harder <harder@ifa.au.dk>
18245
18246 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
18247
18248 2004-01-18 David Ponce <david@dponce.com> (tiny change)
18249
18250 * progmodes/which-func.el (which-function-mode): Don't cancel
18251 which-func-update-timer if not set.
18252
18253 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
18254
18255 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
18256 Remove spurious left square bracket in XX:XXam regexp.
18257
18258 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
18259
18260 * progmodes/cc-defs.el: Do not require cl at run time.
18261
18262 2004-01-16 Richard M. Stallman <rms@gnu.org>
18263
18264 * emacs-lisp/cl.el (cl-cannot-unload): New function.
18265 (cl-unload-hook): Defvar this to run cl-cannot-unload.
18266
18267 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
18268 Call rmail-spam-filter. Delete and expunge spam.
18269 Print number of spam messages deleted.
18270 Save and restore the deletion status of old messages when reading
18271 new mail with spam filter, so that expunging spam does not expunge
18272 msgs deleted by the user.
18273 (rmail-only-expunge): Add an optional argument dont-show to
18274 prevent showing message after expunge.
18275
18276 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
18277
18278 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
18279 * subr.el (declare): New macro.
18280
18281 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
18282
18283 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
18284
18285 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
18286
18287 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18288 Test window-system rather than system-type (for X11/Mac).
18289
18290 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
18291
18292 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
18293
18294 2004-01-12 Richard M. Stallman <rms@gnu.org>
18295
18296 * mail/rmail.el (rmail-convert-to-babyl-format):
18297 Use mail-unquote-printable-region.
18298 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
18299 (rmail-hex-char-to-integer): Functions deleted.
18300
18301 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
18302 (mail-unquote-printable-region): New arg NOERROR.
18303 For invalid encoding, either signal an error to just return nil.
18304
18305 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18306
18307 * calendar/appt.el: Update copyright and commentary.
18308 (appt-issue-message): Make obsolete.
18309 (appt-visible, appt-msg-window): Make obsolete, in favour of
18310 appt-display-format.
18311 (appt-display-mode-line, appt-display-duration)
18312 (appt-display-diary, appt-time-msg-list, appt-mode-string)
18313 (appt-prev-comp-time, appt-display-count, appt-timer)
18314 (appt-convert-time): Doc change.
18315 (appt-disp-window-function, appt-delete-window-function):
18316 Use defcustom rather than defvar.
18317 (appt-display-format): New variable.
18318 (appt-display-message): New function with display code from appt-check.
18319 (appt-check): Add optional FORCE argument. Doc change.
18320 Add appt-make-list to diary-hook if displaying diary.
18321 Remove checking of view-diary-entries-initially.
18322 Message display section removed to new function appt-display-message.
18323 (appt-display-window): Doc change. Remove unused internal var
18324 this-buffer. Do not beep, since appt-display-message does that.
18325 (appt-make-list): Doc change. Use caar.
18326 (appt-sort-list): Simplify by using builtin sort function.
18327 (appt-update-list): New function for updating appts when diary is
18328 saved.
18329 (appt-activate): New autoloaded function to toggle package
18330 functionality.
18331
18332 * calendar/cal-x.el: (calendar-one-frame-setup)
18333 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
18334
18335 * calendar/calendar.el: Update copyright.
18336 (view-diary-entries-initially, european-calendar-style): Doc change.
18337 (calendar-setup): Make defcustom rather than defvar.
18338 (mark-visible-calendar-date): Initialize temp-face and faceinfo
18339 in let binding so local to function.
18340
18341 * calendar/diary-lib.el: Update copyright.
18342 (diary, diary-entry-time): Doc change.
18343 (list-diary-entries): Doc change. Trivial logic change.
18344 (fancy-diary-display): Restore make-face command mistakenly
18345 deleted 2003-05-08.
18346 (show-all-diary-entries): Allow to pop-up frame if needed.
18347
18348 2004-01-09 John Paul Wallington <jpw@gnu.org>
18349
18350 * bindings.el (mode-line-change-eol): Add EVENT parameter.
18351 Temporarily select EVENT's window for changing eol type.
18352
18353 2004-01-09 Deepak Goel <deego@gnufans.org>
18354
18355 * calendar/diary-lib.el (diary-entry-time):
18356 Also accept time in the form XX[.XX][am/pm/AM/PM].
18357 (fancy-diary-font-lock-keywords): Likewise.
18358 (diary-font-lock-keywords): Likewise.
18359 * calendar/appt.el (appt-add): Likewise.
18360 (appt-make-list): Likewise.
18361 (appt-convert-time): Likewise.
18362
18363 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
18364
18365 * gdb-ui.el (gdb-ann3): Revert previous change.
18366 (gdb-source-info): Allow for case of where compilation directory
18367 is not recorded.
18368
18369 2004-01-08 John Paul Wallington <jpw@gnu.org>
18370
18371 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
18372
18373 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
18374
18375 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
18376
18377 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
18378 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
18379 problems.
18380 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
18381
18382 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
18383
18384 * files.el (write-file-functions, write-contents-functions):
18385 Clarify docstrings.
18386
18387 2004-01-07 Kenichi Handa <handa@m17n.org>
18388
18389 * international/mule.el (set-auto-coding): Fix for the case that
18390 end-of-line is only CR.
18391
18392 2004-01-07 Kim F. Storm <storm@cua.dk>
18393
18394 * subr.el (event-start, event-end): Doc fix.
18395 (posn-string, posn-image): New defuns.
18396 (posn-object): Return either image or string object.
18397 (posn-object-x-y): Return 8th element of position.
18398 (posn-object-width-height): New defun.
18399
18400 2004-01-06 Andreas Schwab <schwab@suse.de>
18401
18402 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
18403 output.
18404
18405 2004-01-05 Karl Berry <karl@gnu.org>
18406
18407 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
18408 / and *, too.
18409
18410 2003-12-31 Simon Josefsson <jas@extundo.com>
18411
18412 * files.el (before-save-hook): Add.
18413 (basic-save-buffer): Use before-save-hook.
18414
18415 * emacs-lisp/copyright.el: Fix comment to recommend
18416 before-save-hook instead of write-file-functions.
18417
18418 2004-01-05 Richard M. Stallman <rms@gnu.org>
18419
18420 * finder.el (finder-commentary): Call delete-other-windows.
18421
18422 * net/ange-ftp.el (ange-ftp-file-attributes):
18423 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
18424
18425 2004-01-04 Karl Berry <karl@gnu.org>
18426
18427 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
18428 comment characters % and # in the copyright year notice,
18429 as well as ;.
18430
18431 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
18432
18433 * wid-edit.el (default): Define dummy :value-delete.
18434 Reported by Jesper Harder <harder@ifa.au.dk>.
18435
18436 2004-01-03 Richard M. Stallman <rms@gnu.org>
18437
18438 * progmodes/compile.el (compile-internal): Use point, not point-min,
18439 for set-window-point.
18440
18441 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
18442
18443 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
18444
18445 * progmodes/grep.el (grep-mode-map):
18446 Don't remap next-line, previous-line.
18447
18448 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
18449
18450 * speedbar.el (speedbar-edit-line): Change regexp to position
18451 the cursor on the first character of this line's button.
18452
18453 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
18454
18455 * subr.el (functionp): Doc fix.
18456
18457 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
18458
18459 * progmodes/idlwave.el (idlwave-make-tags):
18460 * textmodes/flyspell.el (flyspell-large-region):.
18461 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
18462 * emulation/viper-util.el (viper-glob-unix-files):
18463 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
18464 * man.el (Man-init-defvars):
18465 * jka-compr.el (jka-compr-call-process):
18466 * files.el (get-free-disk-space,insert-directory):
18467 * ediff-ptch.el (ediff-test-patch-utility):
18468 * ediff-diff.el (ediff-test-utility):
18469 * dired-aux.el (dired-check-process):
18470 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
18471 test the return value of call-process, because it can be a string.
18472
18473 2003-12-31 John Paul Wallington <jpw@gnu.org>
18474
18475 * bindings.el (completion-ignored-extensions): Add .pfsl.
18476
18477 2003-12-31 Kim F. Storm <storm@cua.dk>
18478
18479 * ido.el (ido-nonreadable-directory-p): New defun to check for
18480 nonreadable directory without activating tramp (to avoid problems
18481 with checking incomplete tramp paths).
18482 (ido-set-current-directory, ido-file-internal)
18483 (ido-file-name-all-completions1): Use it.
18484
18485 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
18486
18487 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
18488 documentation if the anchor (or node) name is preceded by `info
18489 anchor' or `Info anchor' in addition to earlier `info node' and
18490 `Info node'.
18491 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
18492
18493 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18494
18495 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
18496 error in arguments to base64-decode-region. Remove ^M characters
18497 after decoding base64.
18498
18499 2003-12-30 Simon Josefsson <jas@extundo.com>
18500
18501 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
18502 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
18503 have only been distributed with Emacs for some years.
18504 (texinfo-mode-hook): Customize.
18505
18506 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18507
18508 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
18509 cleaner (suggested by Richard Stallman).
18510
18511 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
18512 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
18513 file-name clashes on 8+3 DOS filesystems.
18514
18515 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
18516 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
18517 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
18518 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
18519 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
18520 file-name clashes on 8+3 filesystems.
18521
18522 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
18523 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
18524 file-name clashes on 8+3 DOS filesystems.
18525
18526 2003-12-29 Richard M. Stallman <rms@gnu.org>
18527
18528 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
18529 Upcase the character.
18530
18531 * textmodes/flyspell.el (mail-mode-flyspell-verify):
18532 Search for header separator alone on a line, literally,
18533 and search for it backward, not forward.
18534 (flyspell-abbrev-table): Always use global-abbrev-table
18535 if there is no local one.
18536
18537 * progmodes/sh-script.el (sh-get-indent-info):
18538 Don't move point back if at bob.
18539
18540 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
18541
18542 * play/handwrite.el (handwrite): Make the handwrite credit message
18543 a comment rather than an output command.
18544
18545 * obsolete/sc.el: Display message that this file is obsolete.
18546
18547 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
18548
18549 * mail/rfc822.el (rfc822-address-start): Declare variable.
18550 Renamed from address-start. All uses changed.
18551
18552 * term.el (term-exec): Set up sentinel.
18553 (term-sentinel): New function.
18554 (term-handle-exit): New function.
18555
18556 * subr.el (assoc-ignore-case, assoc-ignore-representation):
18557 Use assoc-string, and mark them obsolete.
18558 (delay-mode-hooks): Mark as permanent local.
18559
18560 * simple.el (sendmail-user-agent-compose): Use assoc-string.
18561
18562 * register.el (copy-rectangle-to-register): Doc fix.
18563
18564 * info.el (Info-insert-dir): Use assoc-string.
18565
18566 * info-look.el (info-lookup): Use assoc-string.
18567
18568 * frame.el (pop-up-frame-function): Use quote, not `function'.
18569 (frame-notice-user-settings): Calculate ADJUSTED-TOP
18570 copying with lists as coordinate values.
18571
18572 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
18573
18574 * find-dired.el (kill-find): New command.
18575 (find-dired): Make buffer read-only.
18576 Set up a keymap with C-c C-k running kill-find.
18577 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
18578
18579 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
18580
18581 * filecache.el (file-cache-ignore-case): New variable.
18582 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
18583
18584 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
18585 (comint-dynamic-complete-as-filename): Rename local vars.
18586 (comint-dynamic-list-filename-completions): Likewise.
18587
18588 * comint.el (comint-dynamic-list-completions-config): New var.
18589 (comint-dynamic-list-completions): Handle both SPC and TAB right.
18590
18591 * comint.el (comint-file-name-chars): Add [].
18592 (comint-word): Use skip-chars-backward, not search.
18593
18594 * shell.el (shell-file-name-chars): Add [].
18595
18596 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
18597
18598 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
18599
18600 * generic.el (define-generic-mode): Doc fix.
18601
18602 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18603
18604 * files.el (kill-some-buffers): Doc fix.
18605
18606 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
18607
18608 * comint.el (comint-watch-for-password-prompt): Pass `string' as
18609 arg to send-invisible
18610 (send-invisible): Doc fix. The argument is now a prompt, not the
18611 string to send.
18612 (comint-read-noecho): Doc fix.
18613
18614 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
18615
18616 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
18617 "@", as required by some ISP hosting service. Fix defcustom
18618 argument syntax errors that prevented use of customization.
18619
18620 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18621
18622 * xml.el (xml-get-attribute-or-nil): Doc fix.
18623
18624 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
18625
18626 * net/zone-mode.el (zone-mode): Use write-file-functions, not
18627 write-file-hooks.
18628
18629 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
18630
18631 * autorevert.el (auto-revert-interval): Doc fix.
18632
18633 2003-12-29 Mark A. Hershberger <mah@everybody.org>
18634
18635 * xml.el (xml-get-attribute-or-nil): New function, like
18636 xml-get-attribute, but returns nil if the attribute was not found.
18637 (xml-get-attribute): Convert to defsubst, uses
18638 xml-get-attribute-or-nil.
18639
18640 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18641
18642 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
18643
18644 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
18645
18646 * custom.el (custom-declare-theme): Use `value' when putting
18647 properties on `theme'.
18648
18649 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
18650
18651 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
18652 for each yank-handler segment.
18653 (insert-for-yank-1): New function, with the body of the previous
18654 insert-for-yank.
18655
18656 * textmodes/table.el (table-yank-handler): New defcustom.
18657 (table--put-cell-indicator-property): Put yank-handler property
18658 that indicates the yank handler for the table cell.
18659
18660 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
18661
18662 * generic-x.el (etc-modules-conf-generic-mode): A more complete
18663 set of keywords.
18664
18665 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18666
18667 * international/mule-cmds.el (reset-language-environment)
18668 (set-language-environment): Don't invoke fontset-related functions
18669 if fontset-list is not fboundp.
18670
18671 2003-12-29 Kenichi Handa <handa@m17n.org>
18672
18673 * international/mule-cmds.el (reset-language-environment):
18674 Call set-overriding-fontspec-internal with nil.
18675 (set-language-environment): Call set-overriding-fontspec-internal
18676 if the language environment specify `overriding-fontspec'.
18677 (language-info-alist): Doc added.
18678
18679 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
18680 characters of mule-unicode-0100-24ff.
18681 (ccl-encode-windows-1251-font): New CCL program.
18682 ("Bulgarian"): Specify overriding-fontspec.
18683 ("Belarusian"): Likewise.
18684
18685 2003-12-28 Sam Steingold <sds@gnu.org>
18686
18687 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
18688 parameter ID-FORMAT to conform with the 2003-11-30 patch.
18689
18690 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
18691
18692 * progmodes/gud.el (gud-gdb-command-name): Set default to
18693 "gdb --annotate=3".
18694 (gud-gdb-marker-filter): Look out for annotations.
18695 (gdb-first-pre-prompt): New variable.
18696 Remove trailing white space.
18697
18698 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
18699 if necessary.
18700 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
18701 annotations are detected.
18702 (gud-gdba-marker-filter): Use global variable gud-marker-acc
18703 instead of a local one to allow transition from
18704 gud-gdb-marker-filter.
18705 Remove trailing white space.
18706
18707 2003-12-27 Kim F. Storm <storm@cua.dk>
18708
18709 * ido.el: Handle non-readable directories.
18710 (ido-decorations): Add 9th element for non-readable directory.
18711 (ido-directory-nonreadable): New dynamic var.
18712 (ido-set-current-directory): Set it.
18713 (ido-read-buffer, ido-file-internal):
18714 (ido-read-file-name, ido-read-directory-name): Let-bind it.
18715 (ido-file-name-all-completions1): Return empty list for
18716 non-readable directory.
18717 (ido-exhibit): Print [Not readable] if directory is not readable.
18718 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
18719 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
18720 Use it.
18721
18722 2003-12-27 Lars Hansen <larsh@math.ku.dk>
18723
18724 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
18725 calls to directory-files-and-attributes and file-attributes.
18726 (ls-lisp-format): Remove system dependent handling of user and
18727 group id's.
18728
18729 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
18730
18731 * ffap.el (ffap-read-file-or-url): Revert previous change.
18732
18733 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
18734
18735 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
18736 new list of included files called `files-with-node-lines', that
18737 only have node lines. This way @include commands can include any
18738 file, such as version and update files without node lines, not
18739 just files that are chapters.
18740
18741 2003-12-25 Andreas Schwab <schwab@suse.de>
18742
18743 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
18744 file not found.
18745
18746 2003-12-08 Miles Bader <miles@gnu.org>
18747
18748 * dired.el (dired-between-files): Always use dired-move-to-filename,
18749 which is more robust in non-english locales.
18750
18751 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
18752
18753 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
18754
18755 2003-12-24 Andreas Schwab <schwab@suse.de>
18756
18757 * shell.el (shell-file-name-quote-list): Add backslash.
18758
18759 * comint.el (comint-quote-filename): Correctly handle backslash
18760 in comint-file-name-quote-list.
18761
18762 2003-12-24 Kenichi Handa <handa@m17n.org>
18763
18764 * international/mule-cmds.el (set-default-coding-systems):
18765 Call ucs-set-table-for-input for all buffers that don't have local
18766 value of buffer-file-coding-system.
18767
18768 * international/ucs-tables.el (ucs-set-table-for-input):
18769 If translation-table-for-encode is a symbol, get its
18770 translation-table property.
18771
18772 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
18773
18774 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
18775 to `completing-read' on a recently fixed bug.
18776
18777 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
18778 instead of SPACE, to get the list of possible fringe modes.
18779 SPACE only works if both `partial-completion-mode' and
18780 `completion-auto-help' are nil.
18781
18782 * complete.el (PC-is-complete-p): Delete.
18783 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
18784 calls to `test-completion'.
18785
18786 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
18787
18788 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
18789 to edit values when there are no children.
18790
18791 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
18792 a mode called "Assembler" already exists.
18793 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
18794 (gud-watch): Use format option. Remove font properties from string.
18795 (gdb-var-create-handler, gdb-var-list-children-handler):
18796 Don't bother about properties as there are none.
18797 (gdb-var-create-handler, gdb-var-list-children-handler)
18798 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
18799 with two arguments.
18800 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
18801 Let speedbar show value changes with a different font.
18802 (gdb-edit-value): New defun.
18803 (gdb-clear-partial-output, gdb-clear-inferior-io)
18804 (def-gdb-auto-update-handler): Use erase-buffer.
18805 (gdb-frame-handler): Display watch expressions in
18806 FUNCTION::VARIABLE format if required.
18807
18808 2003-12-23 John Paul Wallington <jpw@gnu.org>
18809
18810 * info.el (Info-unescape-quotes, Info-split-parameter-string)
18811 (Info-goto-emacs-command-node): Doc fixes.
18812
18813 2003-12-12 Jesper Harder <harder@ifa.au.dk>
18814
18815 * cus-edit.el (custom-add-parent-links): Define "many".
18816
18817 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
18818
18819 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
18820 (widget-child-validate, widget-type-value-create)
18821 (widget-type-default-get, widget-type-match): New functions.
18822 (lazy): New widget.
18823 (menu-choice, checklist, radio-button-choice, editable-list)
18824 (group, documentation-string): Remove redundant (per 2003-10-25
18825 change) calls to `widget-children-value-delete'.
18826 (widget-choice-value-get, widget-choice-value-inline): Remove.
18827 (menu-choice): Update widget.
18828
18829 2003-12-03 Kenichi Handa <handa@m17n.org>
18830
18831 * language/cyrillic.el: Register "microsoft-cp1251" in
18832 ctext-non-standard-encodings-alist.
18833 ("Bulgarian"): Add ctext-non-standard-encodings.
18834 ("Belarusian"): Likewise.
18835
18836 * international/mule-conf.el (compound-text-with-extensions):
18837 Change the type to 2 (iso-2022 base).
18838
18839 * international/mule.el (ctext-non-standard-encodings-alist):
18840 Change the format.
18841 (ctext-non-standard-encodings): New variable.
18842 (ctext-post-read-conversion): Fully re-written.
18843 (ctext-non-standard-designations-alist): Delete it.
18844 (ctext-non-standard-encodings-table): New function.
18845 (ctext-pre-write-conversion): Fully re-written.
18846
18847 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
18848
18849 * cus-edit.el (custom-add-parent-links): Add documentation links
18850 for parent, if the item has none of its own.
18851
18852 2003-11-30 Richard M. Stallman <rms@gnu.org>
18853
18854 * dired-aux.el (dired-do-query-replace-regexp):
18855 Report files visited read-only.
18856
18857 2003-11-30 Juri Linkov <juri@jurta.org>
18858
18859 * dired-aux.el (dired-compare-directories): New command.
18860 (dired-file-set-difference, dired-files-attributes): New functions.
18861
18862 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
18863 Version 2.0.38 of Tramp released.
18864
18865 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
18866 Charles Curley <charlescurley@charlescurley.com>.
18867 (tramp-multi-connection-function-alist): Add ssht entry which adds
18868 "-e none -t -t" to the list of ssh args. Suggested by Adrian
18869 Aichner.
18870 (tramp-get-method-parameter): New function to retrieve a method
18871 parameter. This allows for omission of method parameters.
18872 Callers adjusted.
18873
18874 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
18875
18876 * net/tramp.el: Add new optional parameter ID-FORMAT to
18877 `file-attributes'. Calls of `file-attributes' won't use this
18878 parameter for backward compatibility reasons.
18879 (tramp-perl-file-attributes): Add a new parameter to Perl script
18880 in order to handle uid/gid as strings, if desired.
18881 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
18882 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
18883 order to make the function more general.
18884 (tramp-handle-file-attributes): Replace proprietary optional
18885 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
18886 (tramp-handle-file-attributes-with-perl): Handle parameter
18887 NONNUMERIC if set. This wasn't done in the past.
18888 (tramp-post-connection): Apply second parameter "$2" if
18889 `tramp-remote-perl' is called.
18890
18891 * net/tramp-smb.el (tramp-smb-handle-delete-file):
18892 Correct cut'n'waste error (`filename' instead of `directory').
18893 (tramp-smb-handle-directory-files-and-attributes)
18894 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
18895 introduced parameter ID-FORMAT.
18896 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
18897 error (`directory' instead of `ldir').
18898
18899 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
18900 `file-attributes' has a second parameter. If yes, apply it with
18901 value "'integer". Otherwise, don't use that parameter (default is
18902 integer format).
18903
18904 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
18905
18906 * help.el (help-map): Bind `display-local-help' to `C-h .'.
18907 (help-for-help): Add `C-h .' to the listed Help options.
18908 Remove trailing whitespace.
18909
18910 * help-at-pt.el: New file.
18911
18912 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
18913
18914 * subr.el (noreturn, 1value): New macros for test coverage.
18915 See `testcover.el'.
18916
18917 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
18918
18919 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
18920 for macro `1value'.
18921 (testcover-1value): New function. Checks that a 1value form
18922 actually returns only one value. Requested by RMS.
18923
18924 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
18925
18926 * gdb-ui.el (gud-watch, gdb-var-create-handler)
18927 (gdb-var-list-children, gdb-var-list-children-handler)
18928 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
18929 gdb commands that use mi to keep them out of the command history.
18930
18931 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18932
18933 * cus-start.el (all): Add use-file-dialog.
18934
18935 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
18936
18937 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
18938
18939 2003-11-27 Kim F. Storm <storm@cua.dk>
18940
18941 * subr.el (posn-object-x-y): New defun.
18942
18943 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
18944
18945 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
18946 Don't use `space' for \\\n.
18947 Be more selective as to which # are comment-starters.
18948
18949 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
18950
18951 * subr.el (number-sequence): Improve handling of floating point
18952 arguments (suggested by Kim Storm). Allow negative arguments.
18953
18954 2003-11-26 Kenichi Handa <handa@m17n.org>
18955
18956 * international/mule-cmds.el (standard-display-european-internal):
18957 Cancel the standard-display-table setting for ` and '.
18958
18959 2003-11-26 Kim F. Storm <storm@cua.dk>
18960
18961 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
18962 New defcustoms to add ffap-like functionality to ido.
18963 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
18964 (ido-no-final-slash): New defun.
18965 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
18966 (ido-read-file-name): ): Toggle VC checking via
18967 vc-handled-backends instead of vc-master-templates.
18968 (ido-file-internal): Handle ido-use-url-at-point and
18969 ido-use-filename-at-point via code borrowed from ffap-guesser.
18970 Handle new ido-exit code ffap.
18971 (ido-sort-list): Ignore final slash when sorting file names.
18972
18973 2003-11-25 Kim F. Storm <storm@cua.dk>
18974
18975 * emulation/cua-base.el (cua--standard-movement-commands):
18976 Add forward-sentence and backward-sentence.
18977
18978 2003-11-25 Stephen Eglen <stephen@gnu.org>
18979
18980 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
18981 iswitchb-exit is set to 'usefirst when user selects buffer at head
18982 of list using RET. (Selecting buffers at the head of the list was
18983 broken if the substring was also a complete buffername.)
18984
18985 2003-11-23 Kim F. Storm <storm@cua.dk>
18986
18987 * progmodes/compile.el (grep-command, grep-use-null-device)
18988 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
18989 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
18990 (grep-regexp-alist, grep-program, find-program)
18991 (grep-find-use-xargs, grep-history, grep-find-history)
18992 (grep-process-setup, grep-compute-defaults)
18993 (grep-default-command, grep, grep-tag-default, grep-find)
18994 (grep-expand-command-macros, grep-tree-last-regexp)
18995 (grep-tree-last-files, grep-tree): Move grep variables, functions
18996 and commands to new file grep.el.
18997 (compilation-mode-map): Remove grep commands from Compile sub-menu.
18998 (compilation-process-setup-function): Doc fix.
18999 (compilation-highlight-regexp, compilation-highlight-overlay): New
19000 defvars used for highlighting current compile error in source buffer.
19001 (compile-internal): New optional args HIGHLIGHT-REGEXP and
19002 LOCAL-MAP which overrides compilation-highlight-regexp and
19003 compilation-mode-map for this compilation.
19004 Delay calling compilation-set-window-height until after running
19005 compilation-process-setup-function so it can buffer-local override
19006 compilation-window-height.
19007 Check buffer-local value of compilation-scroll-output.
19008 (compilation-set-window-height): Use buffer-local value of
19009 compilation-window-height.
19010 (compilation-revert-buffer): Don't pass (undefined)
19011 preserve-modes arg to revert-buffer.
19012 (next-error-no-select, previous-error-no-select): New commands.
19013 (compilation-goto-locus): Temporarily highlight current match in
19014 source buffer using compilation-highlight-regexp.
19015
19016 * progmodes/grep.el: New file with grep code from compile.el.
19017 (grep): New defcustom group.
19018 (grep-window-height): New defcustom, like compilation-window-height.
19019 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
19020 (grep-scroll-output): New defcustom, like compilation-scroll-output.
19021 (grep-command, grep-use-null-device, grep-find-command)
19022 (grep-tree-files-aliases, grep-tree-ignore-case)
19023 (grep-tree-ignore-CVS-directories): Move to grep custom group.
19024 (grep-setup-hook): New hook variable.
19025 (grep-mode-map): New keymap for grep commands. Add Grep menu.
19026 (grep-last-buffer): New defvar, override compilation-last-buffer.
19027 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
19028 Call compile-internal with args highlight-regexp and grep-mode-map.
19029
19030 2003-11-23 Kim F. Storm <storm@cua.dk>
19031
19032 * subr.el (event-start, event-end): Doc fix.
19033 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
19034 (posn-area, posn-actual-col-row, posn-object): New defuns.
19035 (posn-col-row): Simplify doc. Rewrite to use cond.
19036 (posn-point): Also return buffer position for events outside text
19037 area (that info is now present in the event position).
19038
19039 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
19040 mouse-set-point so that hscroll still works now that clicks on
19041 fringes generate specific mouse events.
19042 (mouse-set-point): Note that it now works in fringes and margins
19043 too due to new semantics of posn-point in fringes and margins.
19044
19045 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
19046 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
19047
19048 2003-11-20 Kim F. Storm <storm@cua.dk>
19049
19050 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
19051 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
19052 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
19053 to 100 for icons to avoid increasing line height when shown.
19054
19055 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19056
19057 * newcomment.el (comment-normalize-vars): Initialize properly if
19058 comment-start was nil.
19059
19060 2003-11-19 Andreas Schwab <schwab@suse.de>
19061
19062 * simple.el (set-variable): Fix indentation.
19063
19064 2003-11-17 Kenichi Handa <handa@m17n.org>
19065
19066 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
19067 Fix docstring.
19068
19069 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19070
19071 * international/latin1-disp.el (latin1-display): Fix docstring.
19072
19073 2003-11-16 John Wiegley <johnw@newartisans.com>
19074
19075 * eshell/em-ls.el (eshell-ls-file): There are times with
19076 size-width is nil and uncomputed (when directories are created in
19077 dired, for example); in this case, 4 is reasonable default value,
19078 although it may caused skewed new entries (which could be avoided
19079 by returning the original value of 8 in all cases, but 99% of the
19080 time this is a waste of whitespace).
19081
19082 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
19083
19084 * cc-engine.el (c-guess-continued-construct)
19085 (c-guess-basic-syntax): Check a little more carefully if it's a
19086 function declaration when an unknown construct followed by a block
19087 is found inside a statement context. This avoids macros followed
19088 by blocks to be taken as function declarations.
19089
19090 (c-guess-continued-construct): Change the analysis of a statement
19091 continuation with a brace open to `substatement-block', for
19092 consistency with recognized statements.
19093
19094 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
19095 start is in a position so that `c-beginning-of-statement-1' jumped
19096 to the beginning of the same statement.
19097
19098 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
19099 Don't accept binary operators in the arglist if we're in a function
19100 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
19101 template recognition in cases like "if (a < b || c > d)".
19102
19103 (c-restricted-<>-arglists): New more appropriate name for
19104 `c-disallow-comma-in-<>-arglists'.
19105
19106 Accessing functions updated for the variable name change.
19107
19108 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
19109 match data could get clobbered if NOT-INSIDE-TOKEN is used.
19110
19111 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
19112 labels.
19113
19114 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
19115 instead of duplicating parts of it. This fixes bogus label
19116 recognition.
19117
19118 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
19119 of checking the context in which to apply the minimum indentation,
19120 so that it isn't enforced in e.g. namespace blocks.
19121
19122 * cc-vars.el (c-inside-block-syms): New constant used by
19123 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
19124 to somewhat reduce the risk of becoming stale.
19125
19126 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
19127 cc-cmds to cc-engine to allow use from cc-align.
19128
19129 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
19130 qualified identifiers containing "::".
19131
19132 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
19133 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
19134
19135 * cc-vars.el (c-emacs-features): Use a space in front of the name
19136 of the temporary buffer. That also avoids dumping problems in
19137 XEmacs due to undo info being left around after the buffer is killed.
19138
19139 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
19140 arglist to see if it's a K&R style declaration.
19141
19142 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
19143 before returning `knr-argdecl-intro'.
19144
19145 2003-11-16 John Wiegley <johnw@newartisans.com>
19146
19147 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
19148 field in a long-listing always 8 characters, use `size-width',
19149 which has already been computed.
19150
19151 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
19152
19153 * subr.el (minor-mode-list): Add `hs-minor-mode'.
19154
19155 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19156
19157 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
19158 Support operation while narrowed, with `diff-restrict-view'.
19159
19160 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19161
19162 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19163 Take additional optional arg NARROWFUN. For the generated functions:
19164 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
19165 include frags that arrange to check for and save narrowing state before
19166 the move and then conditionally call NARROWFUN after the move.
19167
19168 2003-11-14 John Wiegley <johnw@newartisans.com>
19169
19170 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
19171 that was optional, but obviously missing based on surrounding code.
19172
19173 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
19174 string arguments to numbers unless the whole argument was seen as
19175 a number.
19176
19177 2003-11-14 Kenichi Handa <handa@m17n.org>
19178
19179 * international/mule.el (ctext-non-standard-encodings-alist):
19180 Fix coding systems.
19181
19182 2003-11-10 Kenichi Handa <handa@m17n.org>
19183
19184 * language/kannada.el ("Kannada"): Add sample-text.
19185
19186 * language/knd-util.el (kannada-compose-region)
19187 (kannada-compose-string, kannada-post-read-conversion):
19188 Add autoload cookie.
19189
19190 * international/quail.el (quail-completion): Change the message
19191 "corresponding translations" to "corresponding characters".
19192
19193 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
19194
19195 * descr-text.el (describe-char): Fix typo.
19196
19197 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
19198
19199 These changes are to support Kannada language/script.
19200
19201 * Makefile.in (DONTCOMPILE): Add kannada.el.
19202
19203 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
19204
19205 * loadup.el: Preload kannada.el.
19206
19207 * language/ind-util.el (ucs-kannada-to-is13194-alist)
19208 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
19209 New variables.
19210
19211 * language/kannada.el: New file.
19212
19213 * language/knd-util.el: New file.
19214
19215 2003-11-07 Andreas Schwab <schwab@suse.de>
19216
19217 * progmodes/autoconf.el (autoconf-font-lock-keywords):
19218 Also highlight AH_*.
19219
19220 * xml.el (xml-parse-dtd): Fix misplaced paren.
19221
19222 2003-11-07 Kenichi Handa <handa@m17n.org>
19223
19224 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
19225
19226 2003-11-05 Juri Linkov <juri@jurta.org>
19227
19228 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
19229 (desktop-buffer-file): Use saved buffer-file-coding-system
19230 for file reading. Set auto-insert to nil to prevent automatic
19231 insertion into restored empty files.
19232
19233 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
19234
19235 * files.el (risky-local-variable-p): Make second argument optional.
19236
19237 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
19238
19239 * subr.el (add-hook): Fix last change.
19240
19241 2003-11-03 Eli Zaretskii <eliz@gnu.org>
19242
19243 * mail/rmail.el (rmail-convert-to-babyl-format):
19244 If base64-decode-region signals an error, catch it and silently
19245 ignore it.
19246
19247 2003-11-01 Mark A. Hershberger <mah@everybody.org>
19248
19249 * xml.el (xml-parse-region): Allow comments to appear after the
19250 topmost element has closed.
19251 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
19252 (xml-ns-expand-attr): New functions to do namespace handling.
19253 (xml-intern-attrlist): Back-compatible handling of attribute names.
19254 (xml-parse-tag): Move namespace handling to separate functions.
19255 Now produces elements in the form ((:ns . "element") (attr-list)
19256 children) instead of ('ns:element (attr-list) children).
19257 (xml-parse-attlist): Fix attribute parsing.
19258 (xml-parse-dtd): Change parsing so that it produces strings
19259 instead of interned symbols.
19260
19261 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
19262
19263 * dired.el (dired-ls-sorting-switches): Doc fix.
19264
19265 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
19266
19267 * emacs-lisp/rx.el (rx-or): Fix the case of
19268 "(rx (and ?a (or ?b ?c) ?d))".
19269
19270 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
19271
19272 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
19273 (texinfo-format-region): Use it.
19274 (texinfo-format-buffer-1): Ditto.
19275
19276 2003-11-01 Alan Mackenzie <acm@muc.de>
19277
19278 Changes to allow scrolling whilst in isearch mode:
19279 * isearch.el (isearch-unread-key-sequence): New function,
19280 extracted from isearch-other-meta-char.
19281 (top level): (put 'foo 'isearch-scroll) on all Emacs's
19282 "scrollable" standard functions.
19283 (isearch-allow-scroll): New customizable variable.
19284 (isearch-string-out-of-window, isearch-back-into-window)
19285 (isearch-reread-key-sequence-naturally)
19286 (isearch-lookup-scroll-key): New functions.
19287 (isearch-other-meta-char): Doc string and functionality enhanced.
19288 Now accepts a prefix argument.
19289 (isearch-lazy-highlight-window-end): New variable.
19290 (isearch-lazy-highlight-new-loop): Pay attention to the window's
19291 end (thru isearch-lazy-highlight-window-end), not only its start.
19292
19293 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
19294 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
19295 (universal-argument, universal-argument-more, negative-argument)
19296 (digit-argument, universal-argument-other-key): Minor changes.
19297
19298 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19299
19300 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
19301 recursively if the last message is deleted, thus avoiding an
19302 infinite loop.
19303
19304 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19305
19306 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
19307 (tex-main-file): Don't add .tex if the extension is already present.
19308 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
19309
19310 2003-10-29 Lute Kamstra <lute@gnu.org>
19311
19312 * progmodes/octave-inf.el (inferior-octave-prompt):
19313 Recognize version number in prompt.
19314
19315 2003-10-28 Dave Love <fx@gnu.org>
19316
19317 * international/characters.el: Fix some Unicode ranges.
19318
19319 2003-10-28 Kenichi Handa <handa@m17n.org>
19320
19321 * disp-table.el (standard-display-8bit)
19322 (standard-display-default, standard-display-ascii)
19323 (standard-display-g1, standard-display-graphic)
19324 (standard-display-underline): Assure that standard-display-table
19325 is a display table.
19326
19327 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
19328
19329 * simple.el (reindent-then-newline-and-indent): Delete space *after*
19330 reindenting the first line.
19331
19332 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
19333
19334 * wid-edit.el (widget-default-delete): Always delete child widgets.
19335
19336 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19337
19338 * newcomment.el (comment-indent): Don't call indent-according-to-mode
19339 if the line has code.
19340 Don't try to line up with something that's too far left.
19341
19342 * progmodes/octave-mod.el (octave-comment-start): Simplify.
19343 (octave-mode-syntax-table): Add % as a comment starter.
19344 (octave-point): Remove.
19345 (octave-in-comment-p, octave-in-string-p)
19346 (octave-not-in-string-or-comment-p, calculate-octave-indent)
19347 (octave-blink-matching-block-open, octave-auto-fill):
19348 Use line-(beginning|end)-position instead.
19349
19350 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
19351
19352 * emacs-lisp/authors.el (authors-aliases): Add correct realname
19353 for Francesco Potort\e,Al\e(B.
19354
19355 2003-10-23 Dave Love <fx@gnu.org>
19356
19357 * international/mule-cmds.el (locale-charset-to-coding-system):
19358 Don't rely on nil being a coding system.
19359
19360 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
19361 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
19362 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
19363
19364 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
19365
19366 * gdb-ui.el (gdb-current-language): New variable.
19367 (gdb-update-flag): Remove variable.
19368 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
19369 (gdb-take-last-elt): Remove function.
19370 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
19371 (gdb-post-prompt): Check for variable object changes here.
19372
19373 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
19374 object changes in gdb-ui.el.
19375
19376 2003-10-21 Richard M. Stallman <rms@gnu.org>
19377
19378 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
19379
19380 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
19381 Don't check for foo*/ wildcard form here.
19382 (insert-directory): Recognize foo*/ as a wildcard.
19383 Separate wildcard-regexp variable from the arg, wildcard.
19384
19385 * subr.el (add-hook): Correctly detect when make-local-hook was used.
19386 (remove-hook): Correctly handle strange cases about local hooks.
19387
19388 2003-10-21 David Ponce <david@dponce.com>
19389
19390 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
19391 argument REAL, to return a real number instead of a rounded
19392 integer value. Define as inline function.
19393 (ruler-mode-right-fringe-cols): Likewise.
19394 (ruler-mode-scroll-bar-cols): New function.
19395 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
19396 (ruler-mode-right-scroll-bar-cols): Likewise.
19397 (ruler-mode-space): New function.
19398 (ruler-mode-ruler): Use it. Handle variations of fringe style,
19399 scroll bar mode and margins in a more robust way.
19400
19401 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
19402
19403 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
19404 (antlr-c-init-language-vars): New function.
19405 (antlr-mode): Use it with cc-mode before v5.29.
19406 (antlr-c-common-init): Don't set some local vars here.
19407 (antlr-mode): Set them here.
19408 (antlr-c-forward-sws): New function alias.
19409 (antlr-mode): Redefine with cc-mode before v5.30.
19410 (antlr-skip-sexps): Use it.
19411 (antlr-skip-exception-part): Ditto.
19412 (antlr-skip-file-prelude): Ditto.
19413 (antlr-outside-rule-p): Ditto.
19414 (antlr-end-of-body): Ditto.
19415 (antlr-option-kind): Ditto.
19416 (antlr-insert-option-area): Ditto.
19417 (antlr-file-dependencies): Ditto.
19418
19419 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19420
19421 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
19422 Move backward only if point was not inside an entry.
19423
19424 2003-10-21 Richard M. Stallman <rms@gnu.org>
19425
19426 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
19427
19428 2003-10-21 Juri Linkov <juri@jurta.org>
19429
19430 * compare-w.el: Automatically skip non-matching text to resync.
19431 (compare-windows-whitespace): Doc fix.
19432 (compare-windows-sync, compare-windows-sync-string-size)
19433 (compare-windows-recenter, compare-ignore-whitespace)
19434 (compare-windows-highlight, compare-windows-face): New variables.
19435 (compare-windows): Use compare-windows-sync.
19436 (compare-windows-highlight, compare-windows-dehighlight)
19437 (compare-windows-sync-regexp)
19438 (compare-windows-sync-default-function): New functions.
19439
19440 2003-10-21 Juri Linkov <juri@jurta.org>
19441
19442 * diff.el (diff-parse-differences): Don't visit the files now;
19443 instead, just record the error locus.
19444
19445 2003-10-21 Dave Love <fx@gnu.org>
19446
19447 * progmodes/cfengine.el: New file.
19448
19449 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19450
19451 * complete.el (PC-do-completion): Do not forget to use `pred' as the
19452 default-directory when completing file names.
19453
19454 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
19455
19456 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
19457 followed by the word `face', it gets treated as a face, even if
19458 it is also defined as a variable or a function.
19459
19460 2003-10-20 Dave Love <fx@gnu.org>
19461
19462 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19463 Avoid incf in macro expansion.
19464
19465 2003-10-20 John Paul Wallington <jpw@gnu.org>
19466
19467 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
19468 `evenp' so we don't implicitly require cl library at runtime.
19469
19470 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
19471
19472 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
19473 (help-make-xrefs): Only make cross-references for faces if
19474 preceded or followed by the word `face'. Do not make a
19475 cross-reference for variables without variable documentation,
19476 unless preceded by the word `variable' or `option'. Update doc
19477 string accordingly.
19478
19479 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
19480
19481 * progmodes/hideshow.el: Rewrite one-armed `if'
19482 constructs using either `when' or `unless'.
19483 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
19484
19485 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
19486
19487 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
19488 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
19489 instead of 12x12.
19490
19491 2003-10-16 Eli Zaretskii <eliz@gnu.org>
19492
19493 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
19494 message while converting to Babyl.
19495
19496 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
19497
19498 * allout.el (allout-mode): Doc fix.
19499
19500 2003-10-16 Lute Kamstra <lute@gnu.org>
19501
19502 * subr.el (force-mode-line-update): Fix docstring.
19503
19504 2003-10-14 Dave Love <fx@gnu.org>
19505
19506 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
19507 (default-input-method): Add :link, improve :type.
19508 (locale-charset-language-names): Fix utf-8 pattern.
19509 (locale-charset-match-p, locale-charset-alist)
19510 (locale-charset-to-coding-system): New.
19511 (set-locale-environment): Deal with codeset part of locale specs.
19512
19513 2003-10-14 Lute Kamstra <lute@gnu.org>
19514
19515 * fringe.el (fringe-mode): Use active voice in docstring.
19516 (set-fringe-style): Ditto.
19517
19518 2003-10-13 Lute Kamstra <lute@gnu.org>
19519
19520 * fringe.el (fringe-mode): Fix docstring.
19521 (set-fringe-style): Ditto.
19522
19523 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
19524
19525 * ediff-mult.el (ediff-filegroup-action):
19526 Use ediff-default-filtering-regexp.
19527
19528 * ediff-util.el (ediff-recenter): Don't call
19529 ediff-restore-highlighting twice.
19530 (ediff-select-difference): Set current difference.
19531 (ediff-unselect-and-select-difference): Add comment.
19532
19533 * ediff.el (ediff-directories,ediff-directory-revisions)
19534 (ediff-directories3,ediff-merge-directories)
19535 (ediff-merge-directories-with-ancestor)
19536 (ediff-merge-directory-revisions)
19537 (ediff-merge-directory-revisions-with-ancestor):
19538 Use ediff-default-filtering-regexp.
19539
19540 2003-10-12 Andreas Schwab <schwab@suse.de>
19541
19542 * international/mule-cmds.el (locale-charset-language-names):
19543 Simplify regex by removing unused grouping.
19544
19545 2003-10-10 Dave Love <fx@gnu.org>
19546
19547 * bindings.el: Don't bind stop.
19548
19549 2003-10-08 Miles Bader <miles@gnu.org>
19550
19551 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
19552 face instead of attempting to emulate it.
19553
19554 2003-10-07 Kenichi Handa <handa@m17n.org>
19555
19556 * international/mule-diag.el (list-coding-systems-1): List coding
19557 systems that are loaded automatically.
19558
19559 * international/code-pages.el (iso-8859-11): Add autoload cookie.
19560
19561 * international/mule.el (autoload-coding-system): New function.
19562
19563 2003-10-07 Andreas Schwab <schwab@suse.de>
19564
19565 * log-edit.el (log-edit-changelog-entries): Prefer local value of
19566 change-log-default-name in the buffer visiting the file.
19567
19568 2003-10-06 Dave Love <fx@gnu.org>
19569
19570 * files.el (find-file-hook): Customize.
19571 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
19572
19573 * bindings.el (completion-ignored-extensions): Remove .log.
19574 (global-map): Add again, open, stop keys.
19575
19576 2003-10-05 Richard M. Stallman <rms@gnu.org>
19577
19578 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
19579 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
19580 Use sh-modify directly.
19581 (sh-select): Use sh-append, not eval.
19582
19583 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
19584
19585 * info.el (Info-following-node-name): New function.
19586
19587 * loadhist.el (unload-feature-special-hooks):
19588 Rename from loadhist-hook-functions.
19589 (loadhist-hook-functions): Now an alias.
19590
19591 2003-10-04 Eli Zaretskii <eliz@gnu.org>
19592
19593 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
19594 file-name clashes on 8+3 filesystems.
19595
19596 * Makefile.in (DONTCOMPILE, bootstrap-clean):
19597 Rename loaddefs-boot.el to ldefs-boot.el
19598
19599 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
19600 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
19601
19602 2003-10-03 Lute Kamstra <lute@gnu.org>
19603
19604 * info.el (Info-mode): Revert previous change.
19605 (Info-escape-percent): New function.
19606 (Info-fontify-node): Use it.
19607
19608 2003-10-02 Andreas Schwab <schwab@suse.de>
19609
19610 * loaddefs-boot.el: Regenerated.
19611
19612 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
19613
19614 * ffap.el: Remove defadvice related code from CVS since `complete'
19615 provides a `PC-completion-as-file-name-predicate' variable that
19616 ffap can override.
19617
19618 2003-10-02 Kenichi Handa <handa@m17n.org>
19619
19620 * international/utf-8.el (ccl-decode-mule-utf-8):
19621 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
19622
19623 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
19624 * international/subst-big5.el: Likewise.
19625 * international/subst-gb2312.el: Likewise.
19626 * international/subst-ksc.el: Likewise.
19627
19628 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19629
19630 * calendar/calendar.el (increment-calendar-month)
19631 (calendar-leap-year-p, calendar-absolute-from-gregorian)
19632 (generate-calendar, calendar-read-date, calendar-interval)
19633 (calendar-day-of-week): Handle years BC.
19634 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
19635
19636 2003-10-01 Dave Love <fx@gnu.org>
19637
19638 * language/cyrillic.el (cp1251): Alias for windows-1251.
19639
19640 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
19641 bootstrap.
19642
19643 2003-10-01 Lute Kamstra <lute@gnu.org>
19644
19645 * files.el: Fix typo.
19646 * imenu.el (imenu--generic-function): Docstring fix.
19647
19648 2003-09-30 Richard M. Stallman <rms@gnu.org>
19649
19650 * dired.el (dired-mode): Handle dired-directory as a list.
19651
19652 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
19653
19654 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
19655
19656 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
19657
19658 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
19659 Replace gud-display with gud-watch.
19660 (gud-speedbar-buttons): Add stuff for watching expressions
19661 in the speedbar when using M-x gdba. Use dolist on old part
19662 of this function.
19663
19664 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
19665 (gdb-update-flag): New variables.
19666 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
19667 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
19668 (gud-watch, gdb-var-create-handler) : New functions.
19669 (gdb-var-list-children, gdb-var-list-children-handler)
19670 (gdb-var-create-regexp, gdb-var-update-regexp)
19671 (gdb-var-list-children-regexp): New constants.
19672 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
19673 (gdb-annotation-rules): Reduce annotation set (level 3).
19674 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
19675 (gdb-post-prompt): Don't update GDB buffers every time speedbar
19676 updates.
19677 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
19678 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
19679 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
19680 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
19681 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
19682 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
19683 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
19684 (gud-display, gud-display1)
19685 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
19686 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
19687 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
19688 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
19689 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
19690 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
19691 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
19692 (gdb-display-display-buffer, gdb-toggle-display)
19693 (gdb-delete-display, gdb-expressions-popup-menu)
19694 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
19695 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
19696 to display buffer.
19697
19698 2003-09-30 Richard M. Stallman <rms@gnu.org>
19699
19700 * progmodes/ada-mode.el (ada-mode): Don't use advice.
19701 Instead, set which-func-functions.
19702
19703 * progmodes/which-func.el (which-func-modes): Add ada-mode.
19704 (which-func-functions): New variable.
19705 (which-function): Use that.
19706
19707 * info.el (Info-mode): Double each `%' in header line.
19708
19709 * emacs-lisp/lisp-mnt.el (lm-with-file):
19710 When FILE is nil, run BODY in current buffer.
19711
19712 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
19713
19714 * help.el (describe-mode): Start with a brief list of minor modes.
19715 Find them thru minor-mode-list so as to find them all.
19716 Show them in alphabetical order.
19717
19718 * mail/sendmail.el (mail-aliases): Doc fix.
19719
19720 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
19721
19722 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19723
19724 * mail/rmailsum.el (rmail-make-summary-line-1):
19725 Change comma after last label to a space.
19726 (rmail-summary-font-lock-keywords): Adapt to that change.
19727
19728 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
19729
19730 * progmodes/scheme.el (scheme-mode-variables): When setting
19731 `font-lock-defaults', also specify that "#" should
19732 be interpreted with `word' syntax.
19733 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
19734
19735 2003-09-30 Lars Hansen <larsh@math.ku.dk>
19736
19737 * desktop.el: A lot of comments updated.
19738 (desktop-save-mode): Minor mode introduced.
19739 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
19740 (desktop-load-default): Function made obsolete.
19741 (desktop-locals-to-save): Variable made customizable.
19742 (desktop-read): Optional parameter `dirname' added.
19743 (desktop-change-dir, desktop-revert): Parameter `dirname' in
19744 `desktop-read' used.
19745 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
19746
19747 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
19748
19749 * whitespace.el (whitespace-clean-msg): Add user customizable message
19750 for displaying ``clean'' output.
19751 (whitespace-buffer): Use `whitespace-clean-msg'.
19752 (whitespace-global-mode): Fix typo.
19753
19754 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
19755
19756 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
19757
19758 2003-09-29 Lute Kamstra <lute@gnu.org>
19759
19760 * bindings.el (mode-line-modes): Remove superfluous :propertize
19761 construct in initialization.
19762 (mode-line-position): Change cons cell into proper list in
19763 initialization.
19764
19765 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
19766
19767 * international/mule.el (decode-coding-inserted-region): Use car
19768 of the return value of find-operation-coding-system.
19769
19770 2003-09-29 Kenichi Handa <handa@m17n.org>
19771
19772 * descr-text.el (describe-char): Fix previous change.
19773
19774 2003-09-28 Kenichi Handa <handa@m17n.org>
19775
19776 * descr-text.el (describe-char-display): New function.
19777 (describe-char): Pay attention to display table on describing how
19778 a character is displayed.
19779
19780 * international/mule-cmds.el (encoded-string-description):
19781 Prepend "0x" to each encoded byte.
19782
19783 2003-09-28 Andreas Schwab <schwab@suse.de>
19784
19785 * find-file.el (ff-special-constructs): Add autoload cookie.
19786
19787 2003-09-28 Kevin Ryde <user42@zip.com.au>
19788
19789 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
19790 makeinfo appends to duplicate index entries.
19791
19792 2003-09-28 Eli Zaretskii <eliz@gnu.org>
19793
19794 * dired-x.el (dired-clean-tex): Doc fix.
19795
19796 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
19797 using a Chinese tutorial.
19798
19799 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19800
19801 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
19802 between "MAIL FROM:" and "RCPT TO:" and the following address.
19803
19804 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19805
19806 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
19807
19808 2003-09-28 David Ponce <david@dponce.com>
19809
19810 * recentf.el (recentf-initialize-file-name-history): New defcustom.
19811 (recentf-load-list): When `recentf-initialize-file-name-history'
19812 is non-nil, initialize an empty `file-name-history' with the
19813 recent list.
19814
19815 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
19816
19817 * man.el (Man-default-man-entry): Remove the leading `*' from the
19818 word at point.
19819
19820 2003-09-26 Lute Kamstra <lute@gnu.org>
19821
19822 * bindings.el (mode-line-position): Mention size indication in
19823 docstring.
19824
19825 2003-09-26 Andre Spiegel <spiegel@gnu.org>
19826
19827 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
19828
19829 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
19830 because it's autoloaded now.
19831
19832 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
19833
19834 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
19835 (sh-font-lock-keywords, sh-feature): Fix previous change of
19836 sh-feature to avoid infloop with sh-font-lock-keywords.
19837
19838 2003-09-25 Kim F. Storm <storm@cua.dk>
19839
19840 * frame.el (frame-current-scroll-bars): New defun.
19841
19842 * window.el (window-current-scroll-bars): New defun.
19843
19844 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19845
19846 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
19847 cause errors when the state cache contains info on parts that have
19848 been narrowed out.
19849
19850 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19851
19852 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
19853 `c-setup-paragraph-variables' has to be used when this variable is
19854 changed; it doesn't work to reinitialize the mode since that
19855 typically clobbers the variable.
19856
19857 * progmodes/cc-styles.el (c-setup-paragraph-variables):
19858 Make it interactive.
19859
19860 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19861
19862 * progmodes/cc-fonts.el (c-font-lock-declarations):
19863 Fix recognition of constructors and destructors for classes whose
19864 names are matched by `*-font-lock-extra-types'.
19865
19866 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
19867 followed by an identifier in C++ then it's a type.
19868
19869 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19870
19871 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
19872 problem that primarily affected XEmacs. Don't use faces to find
19873 unterminated strings since Emacs and XEmacs fontify strings
19874 differently - this function should now work better in XEmacs.
19875
19876 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19877
19878 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
19879 `expand-abbrev' workaround which caused braces to misbehave inside
19880 macros.
19881
19882 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
19883 handling. This bug could cause interactive font locking to bail out.
19884
19885 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19886
19887 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
19888 Handle paren-style types in Pike. Also fixed some cases of
19889 insufficient handling of unbalanced parens.
19890
19891 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
19892
19893 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
19894 common shell prompts that are not common filename or URL characters.
19895 (ffap-file-at-point): Use the new regexp to strip the prompts from
19896 the file names. This is an issue mostly for user prompts that
19897 don't have a trailing space and find-file-at-point is invoked from
19898 within a shell inside Emacs.
19899
19900 2003-09-24 Andre Spiegel <spiegel@gnu.org>
19901
19902 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
19903 stamps numerically, rather than textually.
19904
19905 2003-09-24 Kenichi Handa <handa@m17n.org>
19906
19907 * language/devan-util.el (devanagari-post-read-conversion):
19908 * language/mlm-util.el (malayalam-post-read-conversion):
19909 * language/tml-util.el (tamil-post-read-conversion):
19910 Add autoload cookie.
19911
19912 * international/utf-8.el (utf-8-post-read-conversion):
19913 Call post-read-conversion functions for Devanagari, Malayalam,
19914 and Tamil.
19915
19916 2003-09-23 Dave Love <fx@gnu.org>
19917
19918 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
19919
19920 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
19921
19922 * progmodes/gud.el (perldb): Add gud-until to list of commands.
19923 Update gud-remove.
19924
19925 2003-09-22 Richard M. Stallman <rms@gnu.org>
19926
19927 * progmodes/sh-script.el (sh-mode-default-syntax-table):
19928 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
19929 (sh-mode-syntax-table-input): New variable.
19930 (sh-require-final-newline): Don't use eval.
19931 (sh-builtins, sh-leading-keywords, sh-other-keywords)
19932 (sh-variables, sh-font-lock-keywords): Don't use eval.
19933 (sh-set-shell): When setting require-final-newline,
19934 treat value = `require-final-newline' as don't change it.
19935 Set sh-mode-syntax-table locally based on
19936 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
19937
19938 * progmodes/compile.el (compile-internal):
19939 Call compilation-set-window-height before setting window start.
19940
19941 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
19942
19943 * emacs-lisp/bytecomp.el (byte-compile-log-file):
19944 Clear out byte-compile-last-warned-form.
19945
19946 2003-09-22 Richard M. Stallman <rms@gnu.org>
19947
19948 * woman.el (woman-file-name, woman-follow-word):
19949 If current-word returns nil, use "".
19950
19951 * simple.el (eval-expression): Bind standard-output in to-buffer case.
19952
19953 2003-09-22 Richard M. Stallman <rms@gnu.org>
19954
19955 * emacs-lisp/lisp-mnt.el (lm-with-file):
19956 Don't visit the file, just use insert-file-contents in temp buffer.
19957
19958 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
19959
19960 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
19961 Add surrounding \\( and \\) around the header, as in
19962 for lm-history-header 'Change Log\\|History'.
19963
19964 2003-09-22 John Paul Wallington <jpw@gnu.org>
19965
19966 * progmodes/ld-script.el: Add Commentary section,
19967 minor cleanup of file header.
19968 (ld-script-font-lock-keywords): Doc fix.
19969 (toplevel): Provide `ld-script' feature.
19970
19971 2003-09-21 Kim F. Storm <storm@cua.dk>
19972
19973 * scroll-bar.el (set-scroll-bar-mode): Initialize to
19974 new built-in variable default-frame-scroll-bars.
19975 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
19976 scroll-bar-mode; notably, use it instead of t when we toggle
19977 scroll-bars on.
19978 (toggle-scroll-bar): Use default-frame-scroll-bars.
19979
19980 2003-09-19 Masatake YAMATO <jet@gyve.org>
19981
19982 * pcvs.el (cvs-do-removal): Change the prompt depending on
19983 `filter' value.
19984
19985 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
19986
19987 * startup.el (command-line-1): Stop startup-echo-area-message
19988 being hidden by "Loading image..." message.
19989 (use-fancy-splash-screens-p, display-splash-screen):
19990 Move display-graphic-p test from latter to former.
19991
19992 * progmodes/sh-script.el (sh-font-lock-keywords):
19993 Highlight escaped EOLs differently from other backslash constructs.
19994
19995 2003-09-19 Richard M. Stallman <rms@gnu.org>
19996
19997 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
19998 New functions.
19999 (edebug-enter, edebug-outside-excursion): Use them.
20000
20001 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
20002 Fix the condition for whether to print "In WHERE".
20003
20004 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
20005
20006 * finder.el (finder-mode-hook): New variable.
20007 (finder-mode): Run hook finder-mode-hook
20008
20009 2003-09-18 Masatake YAMATO <jet@gyve.org>
20010
20011 * progmodes/ebrowse.el: Fix broken magic autoload comments.
20012
20013 2003-09-17 Mario Lang <mlang@delysid.org>
20014
20015 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
20016 "p %e" to actually print the value in the GUD buffer.
20017
20018 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
20019
20020 From David Ponce <david.ponce@wanadoo.fr>:
20021 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
20022 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
20023 from loaddefs-boot.el if necessary.
20024
20025 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
20026
20027 * progmodes/gud.el (gud-find-class): Make jdb work again since
20028 cc-mode changed the syntactic information.
20029
20030 2003-09-15 David Ponce <david@dponce.com>
20031
20032 * recentf.el: (recentf-exclude): Accept predicates too.
20033 (recentf-file-readable-p): New function.
20034 (recentf-include-p): Handle predicates in recentf-exclude.
20035 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
20036 (recentf-cleanup): Likewise.
20037 (recentf-save-list): Use write-file to handle backup of
20038 recentf-save-file.
20039
20040 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
20041
20042 * loaddefs-boot.el: Renamed from `loaddefs.el'
20043 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
20044 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
20045 necessary.
20046
20047 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
20048
20049 * electric.el (Electric-pop-up-window): For the `one-window' case,
20050 no longer disconcertingly move point in the original buffer.
20051
20052 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20053
20054 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
20055
20056 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
20057
20058 * dired.el (dired-mode-map): Fix typo.
20059
20060 2003-09-11 Richard M. Stallman <rms@gnu.org>
20061
20062 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
20063
20064 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20065
20066 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
20067 the function is less noisy. Now only `kill-buffer' can ask questions.
20068
20069 2003-09-10 Mario Lang <mlang@delysid.org>
20070
20071 * battery.el: Update Commentary and Copyright.
20072 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
20073 appear due to wrong ordering of the expressions in `or'.
20074
20075 2003-09-09 Lute Kamstra <lute@gnu.org>
20076
20077 * misc.el (upcase-char): Fix docstring.
20078 (zap-up-to-char): New command.
20079
20080 2003-09-08 David Ponce <david@dponce.com>
20081
20082 Ensure that recentf correctly updates the menu bar.
20083 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
20084 (recentf-menu-bar): New function.
20085 (recentf-clear-data): Use it
20086 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
20087 of easy-menu-change.
20088
20089 2003-09-08 Lute Kamstra <lute@gnu.org>
20090
20091 * simple.el (size-indication-mode): New.
20092 * bindings.el (mode-line-position): Add buffer size indicator.
20093
20094 2003-09-04 Mario Lang <mlang@delysid.org>
20095
20096 * battery.el (battery-linux-proc-acpi): New function.
20097 (battery-status-function): Modify default value calculation to also
20098 check for availability of ACPI.
20099 (battery-echo-area-format): Ditto.
20100 (battery-mode-line-format): Ditto.
20101
20102 2003-09-06 Dave Love <fx@gnu.org>
20103
20104 * ielm.el (ielm-mode-hook): Add :options.
20105
20106 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
20107 (eldoc-print-current-symbol-info): Use it.
20108
20109 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
20110
20111 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
20112 being displayed in GUD buffer.
20113 (gdb-idle-input-queue): Remove var. Use just one queue.
20114 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
20115 Remove functions. Use just one queue.
20116 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
20117 (gdb-invalidate-assembler, gdb-get-current-frame):
20118 Modify functions. Use just one queue.
20119
20120 2003-09-04 Dave Love <fx@gnu.org>
20121
20122 * cus-start.el: Add blink-cursor-alist.
20123
20124 * ruler-mode.el (ruler-mode-fill-column-char)
20125 (ruler-mode-current-column-char): Use char-displayable-p,
20126 not window-system.
20127
20128 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
20129
20130 * language/european.el (windows-1252): Move from code-pages.
20131
20132 * language/cyrillic.el ("Windows-1251"): Delete.
20133 ("Bulgarian", "Belarusian"): Remove `features'.
20134 (windows-1251): Move from code-pages.
20135
20136 * international/mule-diag.el (non-iso-charset-alist):
20137 Remove `codepage' stuff.
20138 (print-designation, list-coding-systems-1): Output fixes.
20139
20140 * international/code-pages.el (cp-make-translation-table)
20141 (cp-valid-codes): Made defsubsts.
20142 (cp-fix-safe-chars): Delete.
20143 (mule-diag): Don't require.
20144 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
20145 (top-level): Check for defined coding system when defining
20146 cp... aliases. Change w32-add-charset-info test to avoid warning.
20147 (non-iso-charset-alist): Defvar when compiling.
20148 (cp-make-coding-system): Doc fix.
20149
20150 2003-09-02 Jason Rumney <jasonr@gnu.org>
20151
20152 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
20153 line-ends from CVS before doing conversion.
20154
20155 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
20156
20157 * calendar/diary-lib.el (diary-header-line-flag)
20158 (diary-header-line-format): New variables.
20159 (list-diary-entries): Use them to set header line in simple diary.
20160
20161 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
20162 other than font-lock-string-face to highlight backslashes.
20163
20164 2003-09-01 Jason Rumney <jasonr@gnu.org>
20165
20166 * international/titdic-cnv.el (tit-read-key-value): Include \r in
20167 regexp.
20168
20169 2003-09-01 Dave Love <fx@gnu.org>
20170
20171 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
20172
20173 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
20174 and :help; also line and column numbers labels.
20175
20176 * international/mule-util.el (char-displayable-p): Move from
20177 latin1-disp, rename and autoload.
20178
20179 * international/latin1-disp.el (latin1-char-displayable-p):
20180 Now obsolete alias. Replace uses with char-displayable-p.
20181 (latin1-display-ucs-per-lynx): Fix last change.
20182
20183 * international/mule-cmds.el (standard-display-european-internal):
20184 Don't use char code for Latin-1 NBSP.
20185 <XFree86 4>: Unfrob NBSP display table. Set display table to use
20186 U+2018, U+2019 for `'.
20187 (select-safe-coding-system): Message fix.
20188
20189 2003-09-01 Kenichi Handa <handa@m17n.org>
20190
20191 * international/fontset.el (setup-default-fontset): For Thai
20192 font, specify "*" family.
20193
20194 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20195
20196 * progmodes/compile.el (previous-error): Accept a prefix
20197 argument, similarly to next-error.
20198
20199 2003-08-31 Masatake YAMATO <jet@gyve.org>
20200
20201 * pcvs.el (cvs-do-removal): Use = instead of eq to check
20202 the number of files. Bind the number of files to a local
20203 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
20204
20205 2003-08-30 Eli Zaretskii <eliz@gnu.org>
20206
20207 * vc-hooks.el (vc-make-version-backup): Fix the change made on
20208 2003-07-26: msdos-long-file-names is a function, not a variable.
20209
20210 2003-08-29 Richard M. Stallman <rms@gnu.org>
20211
20212 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
20213 Do nothing with mail-personal-alias-file if it is nil.
20214
20215 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
20216 Do nothing if mail-personal-alias-file is nil.
20217
20218 * term.el (term-exec-1): Bind coding-system-for-read.
20219
20220 * dired.el (dired-mouse-find-file-other-window):
20221 Use dired-view-command-alist here, as in dired-view-file.
20222 (dired-view-command-alist): Use %s to substitute file name.
20223 Handle .ps_pages, .eps, .jpg, .gif, .png.
20224
20225 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20226
20227 * info.el (Info-mode-map): Bind S-tab and <backtab> to
20228 `Info-prev-reference', instead of M-tab.
20229
20230 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
20231
20232 * simple.el (blink-matching-open): Work correctly on chars that
20233 are designated as parens through the syntax-table text property.
20234
20235 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
20236
20237 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
20238 line break position in the middle of a non-kinsoku (e.g. latin)
20239 word, making it skip until either a space or a character with
20240 category "|".
20241 (kinsoku-longer): Test for end of buffer.
20242
20243 2003-08-28 Eli Zaretskii <eliz@gnu.org>
20244
20245 * mail/rmail.el (rmail-convert-to-babyl-format):
20246 Detect quoted-printable- and base64-encoded messages and decode them
20247 automatically. Set the message's encoding from the charset=
20248 header, if any. Decode base64-encoded messages in Mail format as well.
20249
20250 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20251
20252 * mail/smtpmail.el: Fix previous change.
20253 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
20254 calling smtpmail-via-smtp.
20255 (smtpmail-via-smtp): Add fall-back values for envelope-from.
20256
20257 2003-08-26 John Paul Wallington <jpw@gnu.org>
20258
20259 * image.el (image-jpeg-p): Don't search beyond length of data.
20260
20261 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20262
20263 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
20264 misfeature in `expand-abbrev' which caused electric keywords like
20265 "else" to disappear if an open brace was typed directly afterwards.
20266
20267 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20268
20269 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
20270 mandatory in `define-widget'.
20271
20272 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
20273 Don't align the operators "!=", "<=" and ">=" as assignment operators.
20274
20275 (c-assignment-operators): New language constant that only contains
20276 the assignment operators.
20277
20278 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
20279
20280 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20281
20282 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20283 Safeguard against unbalanced sexps.
20284
20285 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
20286
20287 * version.el (emacs-version): Check for gtk. Include gtk version info.
20288
20289 2003-08-25 John Paul Wallington <jpw@gnu.org>
20290
20291 * man.el (Man-default-man-entry): Don't whizz past the section
20292 number before looking for it.
20293
20294 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
20295
20296 * progmodes/gud.el (gud-display-line): Don't set window-point if
20297 source buffer is not visible. (Only happens with M-x gdba.)
20298
20299 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
20300 documentation.
20301 (gdb-source, gdb-source-info): Update to assembler unnecessary
20302 as its done after each GDB command anyway.
20303 (gdb-pre-prompt): Use with-current-buffer.
20304 (gdb-insert-field): Add help-echo text.
20305 (gdb-invalidate-assembler): Re-display of assembler now done in
20306 gdb-info-breakpoints-custom.
20307 (gdb-info-breakpoints-custom): Force re-display of assembler to
20308 happen *after* update of breakpoints buffer.
20309 (gdb-display-source-buffer): Don't choke if gdb-source-window
20310 isn't visible.
20311 (gdb-put-string, gdb-put-arrow): Remove free variables.
20312
20313 2003-08-24 John Paul Wallington <jpw@gnu.org>
20314
20315 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
20316
20317 * man.el (Man-default-man-entry): Strip text properties when
20318 snarfing parts of entry because `format' preserves properties.
20319
20320 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20321
20322 * files.el (file-newest-backup): Use `expand-file-name'.
20323
20324 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
20325 Allow the diary to pop up a new frame, if needed.
20326
20327 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
20328 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
20329 (smtpmail-send-it): Make treatment of envelope-from consistent with
20330 sendmail.el.
20331
20332 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
20333 (sh-leading-keywords): Add the bash `time' reserved word.
20334 (sh-variables): Add some bash variables.
20335 (sh-add-completer): Fix nil branch of case statement.
20336
20337 2003-08-24 Masatake YAMATO <jet@gyve.org>
20338
20339 * progmodes/ld-script.el: New file.
20340
20341 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
20342
20343 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
20344
20345 2003-08-23 Andre Spiegel <spiegel@gnu.org>
20346
20347 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
20348 Better explain obsolescence, and what to use instead.
20349
20350 2003-08-23 Masatake YAMATO <jet@gyve.org>
20351
20352 * pcvs.el (cvs-do-removal): Show the deleted file name
20353 on the prompt.
20354
20355 2003-08-20 Dave Love <fx@gnu.org>
20356
20357 * international/mule.el (make-coding-system)
20358 (set-buffer-file-coding-system): Doc fix.
20359
20360 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
20361
20362 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
20363
20364 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
20365
20366 * international/utf-16.el: Add mime-text-unsuitable coding system
20367 properties.
20368
20369 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
20370
20371 * cus-edit.el: Add some :links.
20372 (bib): Remove.
20373
20374 * textmodes/bib-mode.el (bib): Add :group external.
20375
20376 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
20377
20378 * wid-edit.el (widget-echo-help): Make it handle expressions that
20379 evaluate to strings.
20380
20381 2003-08-18 Michael Mauger <mmaug@yahoo.com>
20382
20383 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
20384
20385 Simplify selection of SQL products to define highlighting and
20386 interactive mode. Includes detailed instructions on adding
20387 support for new products.
20388
20389 * progmodes/sql.el (sql-product): New variable. Identifies SQL
20390 product for use in highlighting and interactive mode.
20391 (sql-interactive-product): New variable. SQL product for
20392 sql-interactive-mode.
20393 (sql-product-support): New variable. Specifies product-specific
20394 parameters to drive highlighting and interactive mode.
20395 (sql-imenu-generic-expression): Add more object types.
20396 (sql-sqlite-options): Correct comment.
20397 (sql-ms-program): Use "osql" rather than "isql".
20398 (sql-prompt-regexp, sql-prompt-length): Update comment.
20399 (sql-mode-menu): Add "Start SQLi session" entry.
20400 Replace Highlighting submenu with Product menu. Fix Send Region entry.
20401 (sql-mode-abbrev-table): Add abbreviations. Support of
20402 SYSTEM-FLAG on define-abbrev. Support was removed with last
20403 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
20404 (sql-mode-font-lock-object-name): Add font-lock pattern for object
20405 names.
20406 (sql-mode-ansi-font-lock-keywords): Set as default value.
20407 (sql-mode-oracle-font-lock-keywords): Set as default value.
20408 Support Oracle 9i keywords.
20409 (sql-mode-postgres-font-lock-keywords): Set as default value.
20410 (sql-mode-linter-font-lock-keywords): Set as default value.
20411 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
20412 SQLServer 2000.
20413 (sql-mode-sybase-font-lock-keywords)
20414 (sql-mode-interbase-font-lock-keywords)
20415 (sql-mode-sqlite-font-lock-keywords)
20416 (sql-mode-strong-font-lock-keywords)
20417 (sql-mode-mysql-font-lock-keywords)
20418 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
20419 keywords.
20420 (sql-mode-font-lock-defaults): Update comment.
20421 (sql-product-feature): New function. Returns feature associated
20422 with a product from `sql-product-support' alist.
20423 (sql-product-font-lock): New function. Set font-lock support
20424 based on `sql-product'.
20425 (sql-add-product-keywords): New function. Add font-lock rules to
20426 product-specific keyword variables.
20427 (sql-set-product): New function. Set `sql-product' and apply
20428 appropriate font-lock highlighting.
20429 (sql-highlight-product): New function. Set font-lock support
20430 based on a product. Also set mode name to include product name.
20431 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
20432 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
20433 Use `sql-set-product'.
20434 (sql-highlight-ms-keywords)
20435 (sql-highlight-sybase-keywords)
20436 (sql-highlight-interbase-keywords)
20437 (sql-highlight-strong-keywords)
20438 (sql-highlight-mysql-keywords)
20439 (sql-highlight-sqlite-keywords)
20440 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
20441 (sql-get-login): Prompt in the same order as the tokens.
20442 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
20443 (sql-product-interactive): New function. Common portions of
20444 product-specific interactive mode wrappers.
20445 (sql-interactive-mode): Rewritten to use product features.
20446 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
20447 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
20448 (sql-db2, sql-linter): Use `sql-product-interactive'.
20449 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
20450 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
20451 (sql-connect-ingres, sql-connect-postgres)
20452 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
20453 New functions. Format command line parameters and invoke comint on
20454 the appropriate interpreter. Code was in the corresponding
20455 `sql-xyz' function before.
20456 (sql-connect-ms): New function. Support -E argument to use
20457 operating system credentials for authentication.
20458
20459 2003-08-18 Kenichi Handa <handa@m17n.org>
20460
20461 * international/mule.el (encode-char): Fix for the ASCII case.
20462
20463 2003-08-15 Kenichi Handa <handa@m17n.org>
20464
20465 * international/fontset.el (setup-default-fontset): Change "*" to
20466 nil in the specifications of font family.
20467
20468 2003-08-18 Kim F. Storm <storm@cua.dk>
20469
20470 * kmacro.el (kmacro-keymap): Group related bindings in
20471 initialization for clarity. Bind C-s to start macro.
20472 Remove C-r binding.
20473 (kmacro-initial-counter-value): New defvar to hold initial counter
20474 value in case we set the value before defining a macro.
20475 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
20476 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
20477 not defining or executing macro. Doc fix.
20478 (kmacro-add-counter): Clear kmacro-initial-counter-value.
20479 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
20480 temporarily view older elements on the macro ring without cycling
20481 the ring.
20482 (kmacro-display): Doc fix.
20483 (kmacro-exec-ring-item): New helper function.
20484 (kmacro-call-ring-2nd): Use it.
20485 (kmacro-call-ring-2nd-repeat): Doc fix.
20486 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
20487 (kmacro-end-or-call-macro): Execute last viewed macro (using
20488 kmacro-exec-ring-item) from ring if this follows
20489 kmacro-view-macro. This allows us to find a macro on the ring
20490 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
20491 the ring to bring it to the head of the ring.
20492 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
20493 Allow binding to reserved keys without specifying C-x C-k prefix.
20494 Ask for confirmation if entered key sequence is already bound to
20495 a non-macro command.
20496 (kmacro-view-macro): Repeating command will show older elements
20497 on the macro ring; C-k will execute the last viewed macro.
20498 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
20499 property from 'ring to 'head.
20500
20501 2003-08-17 Alan Shutko <ats@acm.org>
20502
20503 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
20504 keeping December out of the alist.
20505
20506 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
20507
20508 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
20509 * calendar/calendar.el (calendar-mode-map): Bind it to key.
20510 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
20511 (calendar-flatten): New function.
20512 (calendar-mouse-view-other-diary-entries)
20513 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
20514 in the menu title and to show multi-line diary entries correctly
20515 in the menu.
20516
20517 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
20518
20519 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
20520 defcustom, because the default was recently changed.
20521
20522 2003-08-16 Richard M. Stallman <rms@gnu.org>
20523
20524 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
20525
20526 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
20527 New subroutine, broken out of eval-last-sexp-1.
20528 (eval-last-sexp-1): Use eval-last-sexp-print-value.
20529
20530 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
20531
20532 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
20533
20534 * simple.el (eval-expression): Use eval-last-sexp-print-value.
20535
20536 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
20537
20538 * progmodes/compile.el (compilation-error-regexp-alist):
20539 Add Java ANt error detection as described in document
20540 http://ant.apache.org/faq.html
20541
20542 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
20543
20544 * simple.el (backward-word, forward-to-indentation)
20545 (backward-to-indentation): Argument changed to optional.
20546 (next-line, previous-line): Use `or' instead of `unless'.
20547
20548 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20549
20550 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
20551 instead of a constant.
20552
20553 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
20554
20555 * shell.el (shell): With prefix-arg, suggest a new buffer name.
20556
20557 2003-08-12 Andre Spiegel <spiegel@gnu.org>
20558
20559 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
20560 (vc-sccs-workfile-version): Search the entire delta table, rather
20561 than just the first entry, because that might be a deleted version.
20562
20563 2003-08-11 Karl Fogel <kfogel@red-bean.com>
20564
20565 * menu-bar.el (menu-bar-options-menu): Supply a body for the
20566 [save-place] binding in the Options menu. Have it require
20567 'saveplace' and then toggle the variable manually, to avoid an an
20568 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
20569 for the bug report.
20570
20571 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
20572
20573 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
20574 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
20575 (gdb-info-threads-custom): Add help-echo text.
20576 (gdb-display-back): Don't use purecopy.
20577 (gdb-info-breakpoints-custom, gdb-reset)
20578 (gdb-assembler-custom): Use display-images-p to test if breakpoint
20579 icons can be displayed.
20580
20581 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
20582
20583 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
20584
20585 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
20586
20587 * bookmark.el (bookmark-completing-read):
20588 Return a string, instead of a list of one string.
20589 Use a popup menu if activated from the mouse.
20590 (bookmark-edit-annotation): Remove unused vars.
20591 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
20592 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
20593 to bookmark-completing-read.
20594 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
20595 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
20596 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
20597 and erase-buffer.
20598 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
20599 (bookmark-menu-jump, bookmark-menu-insert)
20600 (bookmark-popup-menu-and-apply-function)
20601 (bookmark-menu-popup-paned-bookmark-menu): Remove.
20602 (bookmark-menu-build-paned-menu): Remove by folding it into
20603 bookmark-menu-popup-paned-menu.
20604 (menu-bar-bookmark-map): Move the define-key statements here.
20605 Use the "non-menu" commands since they now pop up a menu if needed.
20606 (bookmark-exit-hook-internal): Simplify.
20607
20608 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
20609
20610 * reftex-toc.el (reftex-toc-rename-label): New function.
20611 (reftex-toc-check-docstruct): New function.
20612
20613 * reftex.el (reftex-region-active-p): New function.
20614
20615 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
20616 regexp to find the \bibliography macro.
20617
20618 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
20619 which does not exist in LaTeX.
20620 (reftex-cite-format-builtin): Added amsrefs support.
20621 (reftex-toc-confirm-promotion): New option
20622
20623 * reftex-toc.el
20624 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
20625 (reftex-toc-demote, reftex-toc-promote)
20626 (reftex-toc-do-promote, reftex-toc-promote-prepare)
20627 (reftex-toc-promote-action, reftex-toc-extract-section-number)
20628 (reftex-toc-newhead-from-alist)
20629 (reftex-toc-load-all-files-for-promotion): New functions.
20630 (reftex-toc-help): Added description of new keys.
20631 (reftex-toc-split-windows-fraction): New option.
20632 (reftex-recenter-toc-when-idle): Search *toc* window on all
20633 visible frames.
20634 (reftex-toc): Additional parameter REUSE
20635 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
20636 with REUSE argument.
20637 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
20638 the call of `reftex-toc'.
20639 (reftex-make-separate-toc-frame): New function .
20640 (reftex-toc-recenter): When called with triple prefix arg, call
20641 `reftex-make-separate-toc-frame' first.
20642 (reftex-toc-toggle-dedicated-frame): New command.
20643 (reftex-toc-quit): Adapted to delete frame when called in
20644 dedicated frame.
20645
20646 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
20647 all enclosing macros.
20648
20649
20650 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20651
20652 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
20653 first use.
20654
20655 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20656
20657 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
20658
20659 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20660
20661 * calendar/calendar.el (list-diary-entries-hook)
20662 (diary-display-hook, nongregorian-diary-listing-hook)
20663 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
20664 Add some customize options for these hooks.
20665 (calendar-abbrev-construct): Don't try to take a substring longer
20666 than the original string.
20667
20668 2003-08-05 Richard M. Stallman <rms@gnu.org>
20669
20670 * emacs-lisp/testcover.el (noreturn): Report error if does return.
20671 (testcover-reinstrument-clauses): Doc fix.
20672
20673 * emacs-lisp/warnings.el: Doc fixes, args renamed.
20674 (warning-type-format): Rename from warning-group-format.
20675
20676 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
20677 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
20678 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
20679 to prevent warnings about defvar for an obsolete variable.
20680
20681 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
20682 warning-group-format renamed to warning-type-format.
20683
20684 * subr.el (read-passwd): Use clear-string instead of fillarray.
20685
20686 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
20687 Use vconcat instead of concat.
20688 (edmacro-sanitize-for-string): New function.
20689
20690 2003-08-05 Dave Love <fx@gnu.org>
20691
20692 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
20693 line-number-display-limit-width.
20694
20695 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
20696
20697 2003-08-05 Kenichi Handa <handa@m17n.org>
20698
20699 * international/code-pages.el: Don't require mule-diag.
20700
20701 * international/mule-diag.el (non-iso-charset-alist):
20702 Add autoload cookie.
20703
20704 * language/devan-util.el (dev-glyph-order): Add an entry for the
20705 glyph code #xC4.
20706
20707 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
20708
20709 * calendar/calendar.el (diary-file, diary-file-name-prefix)
20710 (european-calendar-style, diary-date-forms)
20711 (calendar-day-name-array, calendar-month-name-array): Doc change.
20712 (generate-calendar-month): Adapt for new behaviour of
20713 `calendar-day-name' function.
20714 (calendar-abbrev-length, calendar-day-abbrev-array)
20715 (calendar-month-abbrev-array): New variables.
20716 (calendar-abbrev-construct): New function.
20717 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
20718 rather than fixing abbrevs at some width. Calling syntax change.
20719 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
20720 (calendar-date-string): Adapt for new behaviours of
20721 `calendar-day-name' and `calendar-month-name' functions.
20722
20723 * calendar/diary-lib.el (list-diary-entries): Adapt for new
20724 behaviour of `calendar-day-name' and `calendar-month-name' functions.
20725 (diary-name-pattern): Use abbrev arrays, rather than fixing
20726 abbrevs at three chars. Calling syntax change.
20727 (mark-diary-entries): Adapt for new behaviours of
20728 `diary-name-pattern' and `calendar-make-alist' functions.
20729 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
20730 `diary-name-pattern' function.
20731 (font-lock-diary-date-forms): Use abbrev arrays, rather than
20732 fixing abbrevs at three chars. Calling syntax change.
20733 (cal-hebrew, cal-islam): Require when compiling.
20734 (diary-font-lock-keywords): Adapt for new behaviour of
20735 `font-lock-diary-date-forms' function.
20736
20737 * calendar/cal-hebrew.el: Reposition some code so defined before used.
20738 (calendar-hebrew-month-name-array-common-year)
20739 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
20740 (list-hebrew-diary-entries): Adapt for new behaviours of
20741 `calendar-day-name' and `add-to-diary-list' functions.
20742 (mark-hebrew-diary-entries): Adapt for new behaviours of
20743 `diary-name-pattern' and `calendar-make-alist' functions.
20744
20745 * calendar/cal-islam.el (calendar-islamic-month-name-array):
20746 Add doc string.
20747 (list-islamic-diary-entries): Adapt for new behaviours of
20748 `calendar-day-name' and `add-to-diary-list' functions.
20749 (mark-islamic-diary-entries): Adapt for new behaviours of
20750 `diary-name-pattern' and `calendar-make-alist' functions.
20751
20752 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
20753 `calendar-month-name' function.
20754
20755 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
20756
20757 * calendar/solar.el (solar-seasons-data): Move definition before use.
20758
20759 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
20760 (cal-tex-LaTeX-hourbox): Move definition before use.
20761
20762 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
20763 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
20764 * lunar.el, solar.el (displayed-month, displayed-year):
20765 Define for compiler.
20766
20767 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20768
20769 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
20770 MODE. Renamed from c-init-c-language-vars'.
20771 (c-initialize-cc-mode): Change accordingly.
20772 (c-common-init): Ditto.
20773 (c-mode): Ditto.
20774 (c++-mode): Use `c-init-language-vars-for'.
20775 (objc-mode): Ditto.
20776 (java-mode): Ditto.
20777 (idl-mode): Ditto.
20778 (pike-mode): Ditto.
20779 (awk-mode): Ditto.
20780
20781 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20782
20783 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
20784 or not the point moved.
20785
20786 (c-search-decl-header-end): Don't trip up on operator identifiers
20787 in C++ and operators like == in all languages.
20788
20789 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20790 Detect leading labels correctly.
20791
20792 2003-08-02 Andreas Schwab <schwab@suse.de>
20793
20794 * textmodes/ispell.el: Don't redo key bindings on loading, put
20795 them only in loaddefs.el.
20796 * bookmark.el: Likewise.
20797 * dabbrev.el: Likewise.
20798 * emerge.el: Likewise.
20799
20800 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
20801 has more than one member.
20802
20803 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
20804
20805 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20806
20807 * lpr.el (printify-region): It was ending conversion before the
20808 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
20809
20810 2003-07-31 John Paul Wallington <jpw@gnu.org>
20811
20812 * net/browse-url.el (browse-url-epiphany): Doc fix.
20813
20814 2003-07-30 Kenichi Handa <handa@m17n.org>
20815
20816 * international/fontset.el (setup-default-fontset):
20817 Change registry names of Akurti fonts.
20818
20819 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
20820
20821 * comint.el (comint-read-noecho): Use `clear-string' instead of
20822 `fillarray'.
20823
20824 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
20825
20826 * outline.el (outline-mode-hook): Add defvar.
20827
20828 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
20829
20830 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
20831 Restore assembler in source window if that is what has been selected.
20832 (menu): Add gdb-restore-windows to menu. Make gdba
20833 specific menus only visible from gdba.
20834
20835 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
20836
20837 * progmodes/compile.el (compilation-environment): New user variable.
20838 (compile-internal): Respect it.
20839
20840 2003-07-23 Masatake YAMATO <jet@gyve.org>
20841
20842 * progmodes/gud.el (gdb-script-font-lock-keywords):
20843 Put `font-lock-function-name-face' on a symbol which includes
20844 `-' like `hook-run'. Put font-lock-variable-name-face
20845 on a symbol starting with $.
20846
20847 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
20848
20849 * files.el (set-visited-file-name): Use truename for buffer-file-name.
20850
20851 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
20852
20853 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
20854
20855 2003-07-26 Andre Spiegel <spiegel@gnu.org>
20856
20857 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
20858 Use with-no-warnings.
20859 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
20860 rather than to find-file-not-found-hook, which doesn't exist.
20861
20862 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
20863
20864 * international/quail.el (quail-translate-key): Fix previous change.
20865
20866 2003-07-25 John Paul Wallington <jpw@gnu.org>
20867
20868 * server.el (server-start): Check `server-process' is non-nil
20869 before killing it to avoid killing current buffer's process.
20870
20871 * simple.el (choose-completion-string): Use `minibufferp';
20872 test `completion-reference-buffer' if `buffer' arg is nil.
20873 (push-mark): Use `when' and `unless'.
20874 (pop-mark): Use `when'.
20875
20876 * mouse-sel.el (mouse-sel-get-selection-function):
20877 Check `x-last-selected-text-primary'. Don't barf if it or
20878 `x-last-selected-text' aren't bound.
20879
20880 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20881
20882 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
20883
20884 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
20885
20886 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
20887
20888 2003-07-23 John Paul Wallington <jpw@gnu.org>
20889
20890 * tooltip.el (defface tooltip): Inherit from variable-pitch.
20891
20892 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
20893
20894 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
20895 string. Defvar the derived hook.
20896
20897 * macros.el (insert-kbd-macro): Escape double quote character.
20898 From Thomas W Murphy <twm@andrew.cmu.edu>.
20899
20900 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
20901
20902 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
20903 to match the specific mark rather than reusing comment-start-skip.
20904
20905 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
20906
20907 * progmodes/hideshow.el (hs-special-modes-alist):
20908 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
20909
20910 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
20911
20912 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
20913 value using ?\s.
20914
20915 2003-07-21 John Paul Wallington <jpw@gnu.org>
20916
20917 * subr.el (with-selected-window): Add closing paren.
20918
20919 2003-07-21 Richard M. Stallman <rms@gnu.org>
20920
20921 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
20922 (lisp-mode): Likewise.
20923
20924 * subr.el (with-selected-window): Copy code form save-selected-window
20925 so as to call select-window with norecord arg.
20926 (dynamic-completion-table): Doc fix.
20927 (lazy-completion-table): Doc fix.
20928
20929 * international/mule-cmds.el (set-locale-environment):
20930 langinfo renamed to locale-info.
20931
20932 * international/mule.el (auto-coding-functions): Doc fix.
20933
20934 2003-07-21 Kenichi Handa <handa@m17n.org>
20935
20936 * international/quail.el (quail-translate-key):
20937 Update quail-current-str correctly.
20938
20939 2003-07-21 Andreas Schwab <schwab@suse.de>
20940
20941 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
20942 ?, to "_".
20943
20944 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
20945 Version 2.0.36 of Tramp released.
20946
20947 * net/tramp.el (tramp-default-password-end-of-line): Rename from
20948 tramp-password-end-of-line.
20949 (tramp-password-end-of-line): New method parameter.
20950 (tramp-get-password-end-of-line): Function to access method
20951 parameter `tramp-password-end-of-line', or variable
20952 `tramp-default-password-end-of-line' (default value).
20953 (tramp-methods): Add entries for new parameter
20954 tramp-password-end-of-line.
20955 (tramp-enter-password): Use new function
20956 `tramp-get-password-end-of-line'.
20957 (tramp-handle-insert-file-contents): Do not
20958 unconditionally inhibit the file operation file-local-copy, only
20959 do that when the inhibit-file-name-operation is currently
20960 insert-file-contents. This fixes finding remote CVS-controlled
20961 files. (It would barf on inserting the CVS/Entries file
20962 literally, because the file-local-copy handler wasn't called.)
20963 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
20964 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
20965 (tramp-initial-commands): New variable.
20966 (tramp-process-initial-commands): New function, using the variable.
20967 (tramp-open-connection-setup-interactive-shell): Call the new function.
20968 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
20969 method into the buffer name, never use nil. Reported by Hanak
20970 David <dhanak@inf.bme.hu>.
20971 (tramp-open-connection-setup-interactive-shell): Erase buffer
20972 before sending "stty -onlcr".
20973
20974 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
20975
20976 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
20977
20978 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
20979
20980 2003-07-19 John Paul Wallington <jpw@gnu.org>
20981
20982 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
20983 (artist-draw-rect, artist-draw-square): Doc fixes.
20984
20985 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
20986
20987 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
20988
20989 2003-07-19 Kenichi Handa <handa@m17n.org>
20990
20991 * international/kkc.el (kkc-show-conversion-list-update):
20992 Highlight the correct candidate in the message.
20993
20994 2003-07-18 John Paul Wallington <jpw@gnu.org>
20995
20996 * simple.el (current-word): Don't include punctuation char when
20997 `really-word' arg is non-nil.
20998
20999 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
21000
21001 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
21002 moved to the directory obsolete.
21003
21004 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
21005
21006 * info.el (Info-menu-entry-name-re): Allow newlines in
21007 menu entry names.
21008
21009 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
21010 syntax-ppss-after-change-function.
21011 (syntax-ppss-after-change-function): New alias. Update uses.
21012 (syntax-ppss): Catch the case where the buffer is narrowed.
21013
21014 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21015
21016 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
21017 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
21018
21019 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21020
21021 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
21022 since it might be modified.
21023
21024 * progmodes/cc-langs.el (c++-make-template-syntax-table)
21025 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
21026 names to these language constants.
21027
21028 2003-07-15 Kim F. Storm <storm@cua.dk>
21029
21030 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
21031 All uses changed.
21032
21033 2003-07-14 Mark A. Hershberger <mah@everybody.org>
21034
21035 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
21036 Namespace support.
21037
21038 2003-07-13 Juanma Barranquero <lektu@terra.es>
21039
21040 * frame.el (modify-all-frames-parameters): Reinstall (copyright
21041 papers received).
21042
21043 2003-07-13 Karl Eichwalder <ke@suse.de>
21044
21045 * textmodes/po.el (po-find-charset): White space at the start of the
21046 Content-Type field body is non-mandatory.
21047
21048 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
21049
21050 * textmodes/texinfo.el (texinfo-section-list):
21051 Append appendixsection; a synonym for appendixsec.
21052
21053 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
21054
21055 * man.el (Man-translate-cleanup): New.
21056 (Man-translate-references): Call `Man-translate-cleanup' to clean
21057 leading, trailing and middle spaces.
21058
21059 2003-07-13 Lars Hansen <larsh@math.ku.dk>
21060
21061 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
21062 Handle `dired-directory' being a list.
21063
21064 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
21065
21066 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
21067 it doesn't exist.
21068
21069 2003-07-12 Richard M. Stallman <rms@gnu.org>
21070
21071 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
21072
21073 * progmodes/cc-defs.el (c-make-keywords-re):
21074 Don't use delete-duplicates.
21075 (c-lang-const): Don't use mapcan.
21076
21077 * apropos.el (apropos-show-scores): Make it customizable.
21078 Document new meaning.
21079 (apropos): Compute scores from symbols.
21080 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
21081
21082 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21083
21084 * ps-bdf.el: Fix copyright line.
21085 (bdf-directory-list): Fix initialization code.
21086
21087 2003-07-11 John Paul Wallington <jpw@gnu.org>
21088
21089 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
21090 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
21091 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
21092
21093 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
21094
21095 * emacs-lisp/ring.el (ring-elements): Doc fix.
21096
21097 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21098
21099 * calendar/timeclock.el (timeclock-relative)
21100 (timeclock-ask-before-exiting, timeclock-use-display-time):
21101 Doc changes.
21102 (timeclock-modeline-display): Give a message if
21103 `timeclock-use-display-time' is non-nil but `display-time-mode'
21104 is not active.
21105
21106 2003-07-11 Kenichi Handa <handa@m17n.org>
21107
21108 * international/mule-cmds.el (set-language-environment):
21109 Set current-language-environment to the correct string.
21110
21111 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21112
21113 * ps-print.el: Print line number correctly in a region. Reported by
21114 Tim Allen <timallen@ls83.fsnet.co.uk>.
21115 (ps-print-version): New version number (6.6.2).
21116 (ps-printing-region): Code fix.
21117
21118 2003-07-10 John Paul Wallington <jpw@gnu.org>
21119
21120 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
21121 this function can be called from `add-completions-from-tags-table'.
21122
21123 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
21124
21125 * calendar/timeclock.el (timeclock-use-display-time)
21126 (timeclock-day-over-hook, timeclock-workday-remaining)
21127 (timeclock-status-string, timeclock-when-to-leave)
21128 (timeclock-when-to-leave-string, timeclock-log-data)
21129 (timeclock-find-discrep, timeclock-day-base)
21130 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
21131 (timeclock-modeline-display): Set the variable
21132 `timeclock-modeline-display'.
21133 (timeclock-update-modeline): Doc fix. Respect value of
21134 `timeclock-relative'.
21135
21136 2003-07-09 Richard M. Stallman <rms@gnu.org>
21137
21138 * textmodes/reftex-parse.el (reftex-all-document-files):
21139 Add autoload cookie.
21140
21141 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
21142 (reftex-scanning-info-available-p): Add autoload cookie.
21143
21144 * international/mule-cmds.el
21145 (set-display-table-and-terminal-coding-system): Delete duplicate
21146 aset on standard-display-table.
21147
21148 * view.el (view-file): If existing buffer's major mode is special,
21149 don't go into view mode.
21150
21151 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
21152
21153 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21154
21155 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
21156 buffer changes; there's third party code that calls this function
21157 directly.
21158
21159 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21160
21161 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
21162 (autodoc-font-lock-keywords): Don't byte compile on font lock
21163 initialization when running from byte compiled files.
21164
21165 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21166
21167 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
21168 statement ends with auto-increment "++".
21169
21170 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21171
21172 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21173 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21174 these are changed, so declare them as variables and not constants.
21175
21176 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
21177
21178 * subr.el (dolist, dotimes): Doc fix.
21179
21180 2003-07-08 Kim F. Storm <storm@cua.dk>
21181
21182 * international/mule-cmds.el
21183 (set-display-table-and-terminal-coding-system): Don't break
21184 bootstrap if standard-display-table isn't setup yet.
21185
21186 2003-07-07 Richard M. Stallman <rms@gnu.org>
21187
21188 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
21189 Give it a doc string, and autoload it.
21190
21191 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
21192 Use with-no-warnings.
21193
21194 * info.el (Info-search): If find invisible text, search again.
21195
21196 * isearch.el (search-whitespace-regexp): Add a shy group around it.
21197
21198 * man.el (Man-name-regexp): Match + as part of name.
21199
21200 * simple.el (visible-mode): Rename from vis-mode.
21201 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
21202
21203 * simple.el (current-word): New arg REALLY-WORD specifies
21204 don't include punctuation chars.
21205
21206 * emacs-lisp/debug.el (debug, debugger-env-macro):
21207 Use with-no-warnings while accessing and binding unread-command-char.
21208
21209 * international/mule-cmds.el
21210 (set-display-table-and-terminal-coding-system): Use explicit loop
21211 instead of calling standard-display-default.
21212
21213 * net/ange-ftp.el (ange-ftp-file-symlink-p):
21214 Use condition-case to catch error in ange-ftp-get-files.
21215
21216 * net/browse-url.el (browse-url-browser-function):
21217 Add alternative for Epiphany.
21218 (browse-url-epiphany-program, browse-url-epiphany-arguments)
21219 (browse-url-epiphany-startup-arguments)
21220 (browse-url-epiphany-new-window-is-tab): New variables.
21221 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
21222
21223 * progmodes/compile.el (compile-auto-highlight): Default now t.
21224 (compile): Doc fix.
21225 (compilation-next-error): Fix previous change.
21226
21227 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
21228
21229 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
21230
21231 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
21232
21233 * gdb-ui.el (gdb-source-info): Display current frame when
21234 attaching to an existing process.
21235 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
21236 while laying out windows when attaching to an existing process.
21237
21238 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
21239
21240 * info.el (Info-menu): Use Info-menu-entry-name-re.
21241
21242 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
21243
21244 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
21245 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
21246
21247 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
21248 to match the same text.
21249
21250 2003-07-06 John Paul Wallington <jpw@gnu.org>
21251
21252 * vc.el (vc-annotate-offset): Move defvar up.
21253
21254 2003-07-06 Kim F. Storm <storm@cua.dk>
21255
21256 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
21257 This should fix the infinite loop when extracting menu names.
21258
21259 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21260
21261 * files.el (auto-mode-alist, interpreter-mode-alist):
21262 Remove entries to CC Mode modes to avoid duplicates; they are now added
21263 with autoload directives in cc-mode.el.
21264
21265 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21266
21267 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21268 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21269 these are changed, so declare them as variables and not constants.
21270
21271 * progmodes/cc-mode.el: Fix some autoload problems: Try to
21272 ensure that the entry for ".c" extension comes before the one for
21273 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
21274 Fix incorrect entries that were added to `interpreter-mode-alist'.
21275 Move the autoload directives for AWK to the top level since they
21276 aren't recognized anywhere else. Do not use the new AWK mode doc
21277 in the autoload form for the old AWK mode.
21278
21279 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21280
21281 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
21282 (bibtex-sort-ignore-string-entries): Default value t.
21283 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
21284 erroneously in previous version.
21285 (bibtex-string-files): Docstring reflects new parsing scheme.
21286 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
21287 docstring, add # as one of the chars to crush
21288 (bibtex-autokey-prefix-string, bibtex-autokey-names)
21289 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
21290 (bibtex-autokey-name-change-strings)
21291 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
21292 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
21293 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
21294 (bibtex-autokey-title-terminators)
21295 (bibtex-autokey-titlewords-stretch)
21296 (bibtex-autokey-titleword-ignore)
21297 (bibtex-autokey-titleword-case-convert)
21298 (bibtex-autokey-titleword-abbrevs)
21299 (bibtex-autokey-titleword-abbrevs)
21300 (bibtex-autokey-titleword-change-strings)
21301 (bibtex-autokey-titleword-length)
21302 (bibtex-autokey-titleword-separator)
21303 (bibtex-autokey-name-year-separator)
21304 (bibtex-autokey-year-title-separator)
21305 (bibtex-autokey-before-presentation-function)
21306 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
21307 Fix docstring.
21308 (bibtex-strings, bibtex-reference-keys):
21309 Use lazy-completion-table and make-variable-buffer-local.
21310 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
21311 (bibtex-braced-string-syntax-table)
21312 (bibtex-quoted-string-syntax-table): New variables.
21313 (bibtex-parse-nested-braces): Remove.
21314 (bibtex-parse-field-string): Use syntax table and forward-sexp.
21315 (bibtex-parse-association): Simplify.
21316 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
21317 (bibtex-parse-field-text): Simplify.
21318 (bibtex-search-forward-field, bibtex-search-backward-field):
21319 argument BOUND can take value t.
21320 (bibtex-start-of-field, bibtex-start-of-name-in-field)
21321 (bibtex-end-of-name-in-field, bibtex-end-of-field)
21322 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21323 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
21324 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
21325 (bibtex-skip-to-valid-entry): Return buffer position of beginning
21326 and ending of entry. Update for changes of bibtex-search-entry.
21327 Simplify.
21328 (bibtex-map-entries): FUN is called with three arguments.
21329 (bibtex-search-entry): Return a cons pair with buffer positions of
21330 beginning and end of entry.
21331 (bibtex-enclosing-field): Simplify.
21332 (bibtex-format-entry): Use booktitle to set a missing title.
21333 (bibtex-autokey-get-names): Fiddle with regexps.
21334 (bibtex-generate-autokey): Use identity.
21335 (bibtex-parse-keys): Use simplified parsing algorithm if
21336 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
21337 arguments. Return alist of keys.
21338 (bibtex-parse-strings): Simplify. Return alist of strings.
21339 (bibtex-complete-string-cleanup): Fix docstring.
21340 (bibtex-read-key): New function.
21341 (bibtex-mode): Fix docstring. Do not parse for keys and
21342 strings when the mode is entered. Set fill-paragraph-function to
21343 bibtex-fill-field. Setup font-lock-mark-block-function the way
21344 font-lock intended.
21345 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
21346 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
21347 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
21348 (bibtex-Preamble): Avoid hard coded constants.
21349 (bibtex-make-field): Fix docstring. Simplify.
21350 (bibtex-beginning-of-entry): Always return new position of point.
21351 (bibtex-end-of-entry): Rearrange cond clauses.
21352 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
21353 Update for changes of bibtex-map-entries.
21354 (bibtex-ispell-abstract): Do not move point.
21355 (bibtex-entry-index): Use downcase. Simplify.
21356 (bibtex-lessp): Handle catch-all.
21357 (bibtex-find-crossref): Turn into a command.
21358 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
21359 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
21360 preamble entries.
21361 (bibtex-fill-field-bounds): New function.
21362 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
21363 (bibtex-fill-entry): Use bibtex-fill-field-bounds
21364 (bibtex-String): Use bibtex-strings. Always obey
21365 bibtex-sort-ignore-string-entries.
21366
21367 2003-07-05 John Paul Wallington <jpw@gnu.org>
21368
21369 * cus-theme.el (customize-create-theme):
21370 Call `customize-create-theme' in Reset widget's notify function.
21371
21372 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
21373 (ibuffer-mark-interactive): Use `or' instead of `unless'.
21374 (define-ibuffer-column name): Add summarizer.
21375 (define-ibuffer-column size): Likewise.
21376 (define-ibuffer-column filename): Likewise.
21377 (define-ibuffer-column process): Likewise. Change BODY's output too.
21378 (define-ibuffer-column filename-and-process): Likewise, likewise.
21379 (ibuffer): Remove local vars `already-in' and `need-update'.
21380
21381 * ibuf-ext.el: Don't require `derived' at compile-time.
21382
21383 2003-07-05 Kim F. Storm <storm@cua.dk>
21384
21385 * info.el: Disable paragraph refilling.
21386 (Info-refill-paragraphs): New defcustom.
21387 (Info-fontify-node): Use it.
21388
21389 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
21390
21391 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
21392 thingies from constructors created by defstruct.
21393
21394 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
21395 the default value of the variable.
21396 (byte-code-meter): Move declaration to top level.
21397
21398 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
21399
21400 * info.el (Info-following-node-name-re): New fun.
21401 (Info-following-node-name): Remove.
21402 (Info-insert-dir): Use the new fun.
21403 (Info-extract-pointer): Don't save restriction; use new fun.
21404 (Info-menu-entry-name-re): New const.
21405 (Info-menu-entry-name-re): Use it along with new fun.
21406 (Info-node-spec-re): Use new fun.
21407 (Info-complete-menu-item, Info-fontify-node): Use new const.
21408 (Info-goto-node, Info-follow-reference, Info-menu-update):
21409 Use match-string.
21410 (Info-follow-reference): Use assoc-string.
21411 Use a list of strings for the completion table.
21412 (Info-fontify-node): Use match-string, line-end-position.
21413 Limit the search for `node:' to the first line.
21414
21415 * newcomment.el (uncomment-region): Remove padding coming from
21416 comment-start rather than just from comment-padding.
21417
21418 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
21419 (vc-cvs-stay-local-p): Use vc-stay-local-p.
21420 (vc-cvs-rename-file): Remove (use the default).
21421 (vc-cvs-register): Register parent dir if needed.
21422 (vc-cvs-could-register): Return non-nil if parent can be registered.
21423 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
21424 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
21425
21426 * vc-svn.el (vc-svn-use-edit): Make it into a const.
21427 (vc-svn-update): Fix the arguments to `svn'.
21428 (vc-svn-diff-tree): Just use `vc-svn-diff'.
21429 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
21430 Simple implementations, assuming `name' is a URL.
21431
21432 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
21433 set of chars allowed unquoted in a case pattern.
21434
21435 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
21436
21437 * font-lock.el (font-lock-extra-types-widget)
21438 (c-font-lock-extra-types, c++-font-lock-extra-types)
21439 (objc-font-lock-extra-types, java-font-lock-extra-types)
21440 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
21441 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
21442 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
21443 (font-lock-match-c++-structor-declaration)
21444 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
21445 (c++-font-lock-keywords-3, c++-font-lock-keywords)
21446 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
21447 (objc-font-lock-keywords-3, objc-font-lock-keywords)
21448 (java-font-lock-keywords-1, java-font-lock-keywords-2)
21449 (java-font-lock-keywords-3, java-font-lock-keywords)
21450 (java-font-lock-syntactic-face-function): Remove obsolete code
21451 and constants. It's all in cc-fonts.el now.
21452
21453 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
21454
21455 * mail/sendmail.el (mail-specify-envelope-from)
21456 (mail-envelope-from): Doc fix.
21457
21458 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
21459
21460 * generic-x.el: Do away with the dependency on `c-emacs-features'
21461 when populating `rul-generic-mode-syntax-table'; we already know
21462 this isn't XEmacs.
21463
21464 See ChangeLog.10 for earlier changes.
21465
21466 ;; Local Variables:
21467 ;; coding: iso-2022-7bit
21468 ;; End:
21469
21470 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
21471 Copying and distribution of this file, with or without modification,
21472 are permitted provided the copyright notice and this notice are preserved.
21473
21474 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1