]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(org-CUA-compatible): New option.
[gnu-emacs] / lisp / ChangeLog
1 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
2
3 * textmodes/org.el: (org-CUA-compatible): New option.
4 (org-disputed-keys): New variable.
5 (org-key): New function.
6 (orgtbl-make-binding): Add docstring to the created function.
7 (org-mode): Set paragraph start/separate regexps.
8 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
9 (org-archive-location, org-archive-mark-done)
10 (org-archive-stamp-time): New options.
11 (org-archive-subtree): New command.
12 (org-fill-paragraph): New function.
13 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
14 (org-fake-empty-table-line): Function removed.
15 (org-format-org-table-html): Do not create empty table lines at
16 separator lines. Improved table header treatment.
17 (org-link-format): New option.
18 (org-make-link): New function.
19 (org-insert-link, org-store-link): Use org-make-link.
20 (org-open-file): Quote file name for shell command, to allow
21 spaces in file names.
22 (org-link-regexp): Fixed bug with mailto link.
23 (org-link-maybe-angles-regexp, org-protected-link-regexp): New
24 constant.
25 (org-export-as-html): Deal with the optional angles around a link.
26 Better treatment of file: links.
27 (org-open-at-point): Replace @{ and @} with < and >.
28 (org-run-mode-hooks): Function removed.
29 (org-agenda-mode): No longer use `org-run-mode-hooks'.
30
31 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
32
33 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
34 MI command -data-list-register-values.
35 (gdb-post-prompt): Indent properly.
36
37 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
38
39 * hilit-chg.el (highlight-changes-colors): Rename from
40 `highlight-changes-colours'.
41 (highlight-changes-colours): Keep as obsolete alias.
42 (highlight-changes-face-list): Doc fix.
43 (hilit-chg-make-list): Use `highlight-changes-colors'.
44
45 2005-06-12 Mark A. Hershberger <mah@everybody.org>
46
47 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
48 defun-prompt-regexp.
49
50 2005-06-12 Eli Zaretskii <eliz@gnu.org>
51
52 * loadup.el: Don't say we are dumping under 2 names on windows-nt
53 and cygwin.
54
55 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH): Don't
56 use an old loaddefs.el, as in Makefile.in.
57
58 2005-06-12 Lute Kamstra <lute@gnu.org>
59
60 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
61
62 * man.el (Man-mode-map): Initialize it properly.
63 (Man-mode): Set mode-class property to special.
64
65 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
66
67 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
68
69 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
70 A newline is needed in the docstring there.
71
72 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
73 Doc fixes.
74
75 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
76
77 * printing.el: Doc fix. The menubar is no more changed when printing
78 is loaded, it only changes when pr-menu-bind or pr-update-menus is
79 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
80 (pr-version): New version number (6.8.4).
81 (pr-menu-bind): New command.
82 (pr-update-menus): Docstring and code fix.
83 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
84 Docstring fix.
85 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
86 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
87
88 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
89
90 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
91 "Returns" to "return", document useful return values, etc.
92
93 2005-06-11 Alan Mackenzie <acm@muc.de>
94
95 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
96 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
97 (adaptive-file-function): Minor amendment to doc-string.
98
99 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
100
101 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
102 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step): Fix
103 :type--it is `integer', not `string'.
104
105 * faces.el (modeline-highlight): Rename from (the erroneous)
106 `modeline-higilight'.
107
108 2005-06-11 Lute Kamstra <lute@gnu.org>
109
110 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
111 lisp-interaction-mode-map but make it the parent.
112 (edebug-eval-mode): Use define-derived-mode.
113
114 2005-06-11 Andreas Schwab <schwab@suse.de>
115
116 * bindings.el: Add binding of `ESC functionkey' for every
117 `M-functionkey'.
118 * hexl.el (hexl-mode-map): Likewise.
119
120 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
121
122 * progmodes/compile.el (compilation-error-regexp-alist-alist)
123 [msft]: update regexp for newer msft compilers.
124
125 2005-06-10 Mark A. Hershberger <mah@everybody.org>
126
127 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
128 ATTLIST portions of included DTDs.
129 (xml-parse-dtd): Eliminate use of inefficient match-data.
130
131 2005-06-10 Miles Bader <miles@gnu.org>
132
133 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
134 (mpuz-text): Remove "-face" suffix from face names.
135 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
136 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
137 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
138
139 * play/gomoku.el (gomoku-O, gomoku-X):
140 Remove "-face" suffix from face names.
141 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
142 New backward-compatibility aliases for renamed faces.
143 (gomoku-font-lock-keywords): Use renamed gomoku faces.
144
145 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
146
147 * thumbs.el: Fixes for changes of 2005-06-09.
148 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
149 as a directory.
150 (thumbs-thumbname): Remove directory separator from format string;
151 `thumbs-thumbsdir' now returns a valid directory name.
152 (thumbs-temp-dir): New defsubst.
153 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
154 Use it.
155
156 * cus-edit.el (minibuffer):
157 * files.el (make-backup-file-name-function):
158 * filesets.el (filesets-external-viewers):
159 * hilit-chg.el (highlight-changes-colours)
160 (highlight-changes-face-list, highlight-changes-rotate-faces):
161 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
162 * kmacro.el (kmacro-call-macro):
163 * log-edit.el (log-edit-changelog-full-paragraphs):
164 * mouse.el (mouse-1-click-follows-link):
165 * skeleton.el (skeleton-autowrap):
166 * subr.el (insert-for-yank-1):
167 * tempo.el (tempo-insert-region):
168 * terminal.el (terminal-emulator):
169 * time.el (display-time-mail-face):
170 * vc.el (vc-annotate):
171 * vcursor.el (vcursor-copy-line):
172 * woman.el (woman-bold-headings, woman-ignore)
173 (woman-default-faces, woman-monochrome-faces):
174 * calendar/todo-mode.el (todo-insert-threshold):
175 * emulation/pc-select.el (pc-select-selection-keys-only)
176 (pc-selection-mode):
177 * emulation/vip.el (vip-find-char-forward):
178 * emulation/viper-cmd.el (viper-find-char-forward):
179 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
180 (input-method-exit-on-invalid-key):
181 * international/mule-diag.el (describe-coding-system):
182 * international/ucs-tables.el (unify-8859-on-encoding-mode):
183 * net/browse-url.el (browse-url-xterm-program):
184 * obsolete/lazy-lock.el (lazy-lock-mode):
185 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
186 (cperl-mode):
187 * progmodes/cpp.el (cpp-face-light-name-list)
188 (cpp-face-dark-name-list):
189 * progmodes/delphi.el (delphi-newline-always-indents):
190 Fix spellings in docstrings.
191
192 * ido.el (ido-mode, ido-file-extensions-order)
193 (ido-default-file-method, ido-default-buffer-method)
194 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
195 (ido-decorations, ido-read-file-name-as-directory-commands)
196 (ido-read-file-name-non-ido, ido-work-directory-list)
197 (ido-ignore-item-temp-list, ido-current-directory)
198 (ido-magic-forward-char, ido-enter-find-file)
199 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
200 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
201
202 2005-06-10 Lute Kamstra <lute@gnu.org>
203
204 * play/dunnet.el (dun-mode): Use define-derived-mode.
205 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
206 obsolete alias.
207
208 * play/doctor.el (doctor-mode-map): Remove defvar.
209 (doctor-mode): Use define-derived-mode.
210
211 * mail/mspools.el (mspools-mode):
212 * net/eudc-hotlist.el (eudc-hotlist-mode):
213 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
214
215 2005-06-10 Miles Bader <miles@gnu.org>
216
217 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
218 Remove "-face" suffix from face names.
219 (flyspell-incorrect-face, flyspell-duplicate-face):
220 New backward-compatibility aliases for renamed faces.
221 (flyspell-mode-on, make-flyspell-overlay)
222 (flyspell-highlight-incorrect-region)
223 (flyspell-highlight-duplicate-region)
224 (flyspell-display-next-corrections)
225 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
226
227 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
228 from face name.
229 (texinfo-heading-face): New backward-compatibility alias for
230 renamed face.
231 (texinfo-heading-face): Use renamed texinfo-heading face.
232
233 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
234 suffix from face names.
235 (tex-math-face, tex-verbatim-face):
236 New backward-compatibility aliases for renamed faces.
237 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
238 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
239 literal face name.
240
241 * textmodes/table.el (table-cell): Remove "-face" suffix from face
242 name.
243 (table-cell-face): New backward-compatibility alias for renamed face.
244 (table--put-cell-face-property, table--update-cell-face):
245 Use renamed table-cell face.
246
247 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
248 from face name.
249 (sgml-namespace-face): New backward-compatibility alias for
250 renamed face.
251 (sgml-namespace-face): Use renamed sgml-namespace face.
252
253 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
254 (org-level-4, org-level-5, org-level-6, org-level-7)
255 (org-level-8, org-warning, org-headline-done)
256 (org-deadline-announce, org-scheduled-today)
257 (org-scheduled-previously, org-link, org-done, org-table)
258 (org-time-grid): Remove "-face" suffix from face names.
259 (org-level-1-face, org-level-2-face, org-level-3-face)
260 (org-level-4-face, org-level-5-face, org-level-6-face)
261 (org-level-7-face, org-level-8-face, org-warning-face)
262 (org-headline-done-face, org-deadline-announce-face)
263 (org-scheduled-today-face, org-scheduled-previously-face)
264 (org-link-face, org-done-face, org-table-face)
265 (org-time-grid-face):
266 New backward-compatibility aliases for renamed faces.
267 (org-level-faces, org-set-font-lock-defaults, org-timeline)
268 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
269 (org-agenda-get-timestamps, org-agenda-get-scheduled)
270 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
271
272 * emulation/viper-init.el (viper-search, viper-replace-overlay)
273 (viper-minibuffer-emacs, viper-minibuffer-insert)
274 (viper-minibuffer-vi): Remove "-face" suffix from face names.
275 (viper-search-face, viper-replace-overlay-face)
276 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
277 (viper-minibuffer-vi-face):
278 New backward-compatibility aliases for renamed faces.
279 (viper-search-face, viper-replace-overlay-face)
280 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
281 (viper-minibuffer-vi-face): Use renamed viper faces.
282
283 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
284 Remove "-face" suffix from face names.
285 (testcover-nohits-face, testcover-1value-face):
286 New backward-compatibility aliases for renamed faces.
287 (testcover-mark): Use renamed testcover faces.
288
289 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
290 face name.
291 (diary-button-face): New backward-compatibility alias for renamed face.
292 (diary-entry): Use renamed diary-button face.
293
294 * calendar/calendar.el (diary, calendar-today, holiday)
295 (mark-visible-calendar-date): Remove "-face" suffix from face names.
296 (diary-face, calendar-today-face, holiday-face):
297 New backward-compatibility aliases for renamed faces.
298 (eval-after-load "facemenu", diary-entry-marker)
299 (calendar-today-marker, calendar-holiday-marker, diary-face):
300 Use renamed calendar faces.
301
302 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
303 (compare-windows-face): New backward-compatibility alias for
304 renamed face.
305 (compare-windows-highlight): Use renamed compare-windows face.
306
307 * strokes.el (strokes-char): Remove "-face" suffix from face name.
308 (strokes-char-face): New backward-compatibility alias for renamed face.
309 (strokes-encode-buffer): Use renamed strokes-char face.
310
311 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
312 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
313 Remove "-face" suffix from face names.
314 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
315 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
316 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
317 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
318 Use renamed pcvs faces.
319 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
320 * pcvs-defs.el (cvs-mode-map): Likewise.
321 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
322
323 * info.el (info-title-1, info-title-2, info-title-3)
324 (info-title-4): Remove "-face" suffix from and downcase face names.
325 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
326 (Info-title-4-face):
327 New backward-compatibility aliases for renamed faces.
328 (Info-fontify-node): Use renamed info faces.
329
330 * hilit-chg.el (highlight-changes, highlight-changes-delete):
331 Remove "-face" suffix from face names.
332 (highlight-changes-face, highlight-changes-delete-face):
333 New backward-compatibility aliases for renamed faces.
334 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
335 (hilit-chg-make-list): Use renamed highlight-changes faces.
336
337 * generic-x.el (show-tabs-tab, show-tabs-space):
338 Remove "-face" suffix from face names.
339 (show-tabs-tab-face, show-tabs-space-face):
340 New backward-compatibility aliases for renamed faces.
341 (show-tabs-generic-mode-font-lock-defaults-1)
342 (show-tabs-generic-mode-font-lock-defaults-2):
343 Use renamed show-tabs faces.
344
345 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
346 (smerge-markers): Remove "-face" suffix from face names.
347 (smerge-mine-face, smerge-other-face, smerge-base-face)
348 (smerge-markers-face):
349 New backward-compatibility aliases for renamed faces.
350 (smerge-mine-face, smerge-other-face, smerge-base-face)
351 (smerge-markers-face): Use renamed smerge faces.
352
353 * log-view.el (log-view-file, log-view-message):
354 Remove "-face" suffix from face names.
355 (log-view-file-face, log-view-message-face):
356 New backward-compatibility aliases for renamed faces.
357 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
358
359 * paren.el (show-paren-match, show-paren-mismatch):
360 Remove "-face" suffix from face names.
361 (show-paren-match-face, show-paren-mismatch-face):
362 New backward-compatibility aliases for renamed faces.
363 (show-paren-function): Use renamed show-paren faces.
364
365 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
366 (ruler-mode-margins, ruler-mode-fringes)
367 (ruler-mode-column-number, ruler-mode-fill-column)
368 (ruler-mode-comment-column, ruler-mode-goal-column)
369 (ruler-mode-tab-stop, ruler-mode-current-column):
370 Remove "-face" suffix from face names.
371 (ruler-mode-default-face, ruler-mode-pad-face)
372 (ruler-mode-margins-face, ruler-mode-fringes-face)
373 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
374 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
375 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
376 New backward-compatibility aliases for renamed faces.
377 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
378 (ruler-mode-column-number, ruler-mode-fill-column)
379 (ruler-mode-comment-column, ruler-mode-goal-column)
380 (ruler-mode-tab-stop, ruler-mode-current-column)
381 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
382
383 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
384 face name.
385 (whitespace-highlight-the-space): Use renamed face.
386 (whitespace-highlight-face): New backward-compatibility alias for
387 renamed face.
388
389 * woman.el (woman-italic, woman-bold, woman-unknown)
390 (woman-addition, woman-symbol-face):
391 Remove "-face" suffix from face names.
392 (woman-italic-face, woman-bold-face, woman-unknown-face)
393 (woman-addition-face):
394 New backward-compatibility aliases for renamed faces.
395 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
396 (woman-decode-region, woman-replace-match)
397 (woman-display-extended-fonts, woman-special-characters)
398 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
399 Use renamed woman faces.
400
401 * longlines.el (longlines-visible-face): Face removed.
402
403 * diff-mode.el (diff-header, diff-file-header, diff-index)
404 (diff-hunk-header, diff-removed, diff-added, diff-changed)
405 (diff-function, diff-context, diff-nonexistent): Remove "-face"
406 suffix from face names.
407 (diff-header-face, diff-file-header-face, diff-index-face)
408 (diff-hunk-header-face, diff-removed-face, diff-added-face)
409 (diff-changed-face, diff-function-face, diff-context-face)
410 (diff-nonexistent-face): New backward-compatibility aliases for
411 renamed faces.
412 (diff-header-face, diff-file-header-face)
413 (diff-index, diff-index-face, diff-hunk-header)
414 (diff-hunk-header-face, diff-removed, diff-removed-face)
415 (diff-added, diff-added-face, diff-changed-face, diff-function)
416 (diff-function-face, diff-context-face, diff-nonexistent)
417 (diff-nonexistent-face): Use renamed diff-mode faces.
418
419 * progmodes/compile.el (compilation-warning-face)
420 (compilation-info-face): Remove "-face" suffix from face names.
421 (compilation-warning-face, compilation-info-face):
422 New backward-compatibility aliases for renamed faces.
423 (compilation-warning-face, compilation-info-face):
424 Use renamed compilation faces.
425
426 * add-log.el (change-log-date, change-log-name)
427 (change-log-email, change-log-file, change-log-list)
428 (change-log-conditionals, change-log-function)
429 (change-log-acknowledgement): Remove "-face" suffix from face names.
430 (change-log-date-face, change-log-name-face)
431 (change-log-email-face, change-log-file-face)
432 (change-log-list-face, change-log-conditionals-face)
433 (change-log-function-face, change-log-acknowledgement-face):
434 New backward-compatibility aliases for renamed faces.
435 (change-log-font-lock-keywords): Use renamed change-log faces.
436
437 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
438 (custom-set, custom-changed, custom-saved, custom-button)
439 (custom-button-pressed, custom-documentation, custom-state)
440 (custom-comment, custom-comment-tag, custom-variable-tag)
441 (custom-variable-button, custom-face-tag, custom-group-tag-1)
442 (custom-group-tag): Remove "-face" suffix from face names.
443 (custom-magic-alist, custom-magic-value-create)
444 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
445 (custom-invalid-face, custom-rogue-face, custom-modified-face)
446 (custom-set-face, custom-changed-face, custom-saved-face)
447 (custom-button-face, custom-button-pressed-face)
448 (custom-documentation-face, custom-state-face)
449 (custom-comment-face, custom-comment-tag-face)
450 (custom-variable-tag-face, custom-variable-button-face)
451 (custom-face-tag-face, custom-group-tag-face-1)
452 (custom-group-tag-face):
453 New backward-compatibility aliases for renamed faces.
454
455 * wid-edit.el (widget-documentation, widget-button)
456 (widget-field, widget-single-line-field, widget-inactive)
457 (widget-button-pressed): "-face" suffix removed from face names.
458 (widget-documentation-face, widget-button-face)
459 (widget-field-face, widget-single-line-field-face)
460 (widget-inactive-face, widget-button-pressed-face):
461 New backward-compatibility aliases for renamed faces.
462 (widget-documentation-face, widget-button-face)
463 (widget-button-pressed-face, widget-specify-field)
464 (widget-specify-inactive): Use renamed widget faces.
465
466 2005-06-10 Kenichi Handa <handa@m17n.org>
467
468 * term/x-win.el (x-clipboard-yank): Remove condition-case
469 wrapping.
470
471 2005-06-11 Kenichi Handa <handa@m17n.org>
472
473 * add-log.el (change-log-font-lock-keywords): Make the regexp for
474 date lines stricter.
475
476 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
477
478 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
479 of x-get-selection.
480
481 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
482
483 * comint.el (comint-mode, comint-snapshot-last-prompt):
484 * frame.el (frame-current-scroll-bars):
485 * term.el (term-mode, term-check-proc, term-input-sender)
486 (term-simple-send, term-extract-string, term-word)
487 (term-match-partial-filename):
488 * window.el (window-current-scroll-bars):
489 * emulation/cua-base.el (cua-normal-cursor-color)
490 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
491 (cua-global-mark-cursor-color):
492 * mail/undigest.el (rmail-forward-separator-regex):
493 Fix typos in docstrings.
494
495 * comint.el (comint-check-proc, make-comint-in-buffer)
496 (comint-source-default): Doc fixes.
497
498 * term.el (term-send-string): Improve argument/docstring
499 consistency.
500
501 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
502
503 * comint.el (comint-send-input): Bind `inhibit-read-only' around
504 call to `delete-region'.
505 (comint-mode-hook): Do not enable Font Lock by default.
506
507 2005-06-09 Lute Kamstra <lute@gnu.org>
508
509 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
510 could be void.
511
512 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
513
514 * emacs-lisp/debug.el (debugger-will-be-back): New var.
515 (debug): Use it.
516 (debugger-step-through, debugger-continue, debugger-jump)
517 (debugger-return-value): Set it when needed.
518 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
519 Use inhibit-read-only.
520
521 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
522
523 * window.el (shrink-window-if-larger-than-buffer)
524 (window-size-fixed): Fix typo in docstring.
525
526 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
527 thumbnails directory on loading.
528 (thumbs-conversion-program): Use `eq' to check the system type,
529 not `equal'.
530 (thumbs-temp-dir): Initialize to `temporary-file-directory',
531 not "/tmp". Fix docstring.
532 (thumbs-thumbsdir): New function to return the thumbnails
533 directory, creating it if needed.
534 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
535 (thumbs-temp-file): Delete variable and make it into a function.
536 (thumbs-resize-image, thumbs-modify-image): Use it.
537 (thumbs-kill-buffer): Simplify.
538 (thumbs-gensym): Defalias or duplicate CL `gensym'.
539 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
540 docstrings.
541
542 2005-06-09 Kim F. Storm <storm@cua.dk>
543
544 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
545 set-match-data to free markers in match-data.
546
547 * replace.el (replace-match-data): Pass RESEAT arg `t' to
548 match-data to unchain markers in match-data.
549
550 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
551
552 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
553 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
554 unnecessary now.
555
556 2005-06-08 Richard M. Stallman <rms@gnu.org>
557
558 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
559 give the variable a doc string that doesn't say don't set it directly.
560
561 * textmodes/ispell.el (ispell-check-version):
562 Use match-string-no-properties.
563 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
564 (ispell-buffer-local-words): Likewise.
565
566 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
567 except on terminals with enough colors to really display it.
568 (makefile-dependency-regex): Delete spurious `bb'.
569
570 * faces.el (escape-glyph): Use blue once again in last case.
571 (no-break-space): Redefine so that it isn't invisible on a tty.
572
573 2005-06-08 Kim F. Storm <storm@cua.dk>
574
575 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
576 also when reading directory name.
577
578 2005-06-08 Lute Kamstra <lute@gnu.org>
579
580 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
581 (flyspell-mode-line-string): Remove autoload cookie.
582 (flyspell-mode): Remove defvar.
583
584 2005-06-07 Lute Kamstra <lute@gnu.org>
585
586 * textmodes/org.el (org-run-mode-hooks): New function.
587 (org-agenda-mode): Use it.
588
589 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
590
591 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
592
593 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
594
595 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
596
597 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
598
599 * font-lock.el (font-lock-add-keywords): Doc fix.
600
601 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
602
603 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
604 (tex-compile-default): In the absence of any history, use the order in
605 tex-compile-alist to choose the preferred command.
606 (tex-compile-commands): Reorder a bit.
607
608 * textmodes/flyspell.el (flyspell-auto-correct-binding)
609 (flyspell-incorrect-face, flyspell-duplicate-face):
610 Use (X)Emacs-agnostic code.
611 (flyspell-mode-map): Don't overwrite at each load. Remove code
612 redundant with the subsequent add-minor-mode. Merge Emacs and
613 XEmacs code.
614 (flyspell-word): Minor simplification.
615 (flyspell-math-tex-command-p): Quieten the byte-compiler.
616 (flyspell-external-point-words): Remove unused vars `size' and `start'.
617 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
618 Merge the corresponding Emacs code.
619 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
620
621 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
622 a dedicated window.
623
624 * international/latexenc.el (latexenc-find-file-coding-system):
625 Undo part of last patch, to turn off a compiler warning.
626
627 2005-06-06 Juri Linkov <juri@jurta.org>
628
629 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
630 Rename `tmm-inactive-face' to `tmm-inactive'.
631
632 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
633
634 * iswitchb.el: Rename faces.
635
636 2005-06-06 Kim F. Storm <storm@cua.dk>
637
638 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
639 (cua-global-mark): Remove -face suffix from face names.
640
641 * emulation/cua-gmrk.el (cua--init-global-mark):
642 Remove cua-global-mark face setup.
643
644 2005-06-06 Richard M. Stallman <rms@gnu.org>
645
646 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
647 just like other allowed characters.
648 (makefile-match-dependency): Exclude leading and training whitespace
649 from the range of regexp subexp 1.
650 (makefile-macroassign-regex): Don't try to match the body,
651 just the name of the macro being defined.
652
653 * info.el (Info-read-node-name-2): New function.
654 (Info-read-node-name-1): Use that.
655 Add a completion-base-size-function property.
656
657 * simple.el (completion-setup-function): Look for
658 completion-base-size-function property of
659 minibuffer-completion-table.
660
661 * files.el (locate-file-completion): Doc fix.
662
663 * printing.el: Don't call pr-update-menus; user must do that.
664
665 * emacs-lisp/debug.el (debugger-window): New variable.
666 (debug): Use debugger-window if it is set and still alive.
667 Record debugger-window for next entry.
668
669 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
670
671 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
672
673 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
674 (hack-one-local-variable, hack-local-variables)
675 (hack-local-variables-prop-line): Pass that arg.
676
677 2005-06-06 Kim F. Storm <storm@cua.dk>
678
679 * ido.el (ido-first-match, ido-only-match, ido-subdir)
680 (ido-indicator): Remove -face suffix from face names.
681
682 2005-06-06 Juri Linkov <juri@jurta.org>
683
684 * font-lock.el (font-lock-regexp-backslash)
685 (font-lock-regexp-backslash-construct): New faces.
686 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
687 after `('. Add `while-no-input' to control structures.
688
689 * faces.el (no-break-space, shadow): New faces.
690 (escape-glyph): Use less loud colors pink2 and red4.
691
692 * diff-mode.el (diff-context-face)
693 * dired.el (dired-ignored)
694 * rfn-eshadow.el (file-name-shadow)
695 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
696
697 * info.el (Info-title-1-face): Use green instead of yellow because
698 bold yellow is not readable on light backgrounds.
699
700 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
701 before selecting the desired mode to not spend time fontifying
702 old contents.
703
704 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
705
706 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
707 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
708
709 * ps-print.el (ps-default-fg, ps-default-bg):
710 Fix typos in docstrings.
711
712 * isearchb.el (isearchb): Don't pass a spurious second argument to
713 `iswitchb-completions'.
714
715 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
716
717 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
718 to preserve point.
719 (gdb-find-file-hook): Add doc string.
720
721 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
722 C dereferenced pointer expression.
723 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
724
725 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
726
727 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
728 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
729 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
730 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
731 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
732 Make background transparent.
733
734 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
735
736 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
737 (font-lock-remove-keywords): Doc fix.
738 (font-lock-mode-major-mode): Compiler defvar.
739 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
740
741 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
742 (font-lock-mode): Update `font-lock-mode-major-mode'.
743 (font-lock-set-defaults): Compiler defvar.
744 (font-lock-default-function): Take `font-lock-mode-major-mode'
745 into account.
746
747 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
748 keep track of which major mode it enabled the minor mode for.
749 Use find-file-hook again. Update docstring.
750
751 * simple.el (eval-expression-print-level)
752 (eval-expression-print-length, eval-expression-debug-on-error):
753 Doc fixes.
754
755 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
756
757 * iswitchb.el (iswitchb-single-match-face)
758 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
759 (iswitchb-invalid-regexp-face): New faces.
760 (iswitchb-completions): Use them.
761 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
762 now marked as an obsolete alias.
763 (iswitchb-read-buffer): Remove check for bound font variables.
764 (iswitchb-invalid-regexp): New free variable.
765 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
766 set iswitchb-invalid-regexp.
767 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
768 invalid regexps.
769 (iswitchb-completions): Add check for complete match when entering
770 a regexp.
771 (iswitchb-completions): Remove require-match argument.
772 (iswitchb-exhibit): Fix caller.
773 (iswitchb-common-match-inserted): New variable.
774 (iswitchb-complete, iswitchb-completion-help): Use it.
775
776 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
777
778 * url-http.el (url-http-chunked-encoding-after-change-function):
779 Use `url-http-debug' instead of `message'.
780
781 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
782
783 * url-http.el (url-http-parse-headers): Pass redirected URL as a
784 callback argument.
785
786 2005-06-04 Kim F. Storm <storm@cua.dk>
787
788 * simple.el (line-move): Only call sit-for when moving backwards.
789
790 * ido.el (ido-make-merged-file-list-1): New defun split from
791 ido-make-merged-file-list.
792 (ido-make-merged-file-list): Bind throw-on-input around call to
793 ido-make-merged-file-list-1. Return input-pending-p if
794 interrupted by more input available.
795 (ido-read-internal): Handle input-pending-p return value from
796 ido-make-merged-file-list.
797
798 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
799
800 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
801 compatibility code.
802
803 * international/latexenc.el (latexenc-find-file-coding-system):
804 Don't inherit the EOL part of the coding-system from the
805 tex-main buffer. Fit within 80 columns.
806
807 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
808
809 * tmm.el (tmm-inactive-face): New face.
810 (tmm-remove-inactive-mouse-face): New function.
811 (tmm-prompt, tmm-add-one-shortcut)
812 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
813 but not selectable.
814
815 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
816
817 * faces.el (face-equal): Improve argument/docstring consistency.
818
819 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
820
821 * progmodes/make-mode.el (makefile-targets-face)
822 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
823 (makefile-bsdmake-dependency-regex)
824 (makefile-makepp-rule-action-regex)
825 (makefile-bsdmake-rule-action-regex): New constants.
826 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
827
828 * progmodes/compile.el (compilation-error-regexp-alist-alist):
829 Allow (...) within `...' for makepp messages.
830
831 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
832
833 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
834
835 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
836 "." files are deleted from all file lists before comparison.
837
838 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
839 (viper-ESC-key): Made them customizable.
840
841 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
842
843 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
844
845 * autorevert.el (auto-revert-buffers): Use save-match-data.
846
847 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
848
849 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
850 menu items with a nil command binding.
851
852 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
853
854 * emacs-lisp/cl-macs.el (defsetf):
855 Improve argument/docstring consistency.
856
857 * faces.el (list-faces-display): Improve the formatting by
858 computing the maximum length required for any face-name (reworked
859 patch of 1999-01-11, accidentally deleted on 1999-07-21).
860 (internal-find-face): Remove redundant info in docstring.
861
862 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
863
864 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
865 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
866 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
867 (gdb-assembler-custom): Improve regexps.
868 (def-gdb-auto-update-handler): Use window point to preserve point.
869
870 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
871
872 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
873
874 2005-05-31 Jay Belanger <belanger@truman.edu>
875
876 * calc/calc-embed.el (calc-embedded-word): Change argument passed
877 to calc-embedded.
878 (calc-embedded-make-info): Have plain prefix argument select
879 entire line.
880
881 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
882
883 * faces.el (list-faces-display): Signal error if passed a regexp
884 that matches no face name.
885
886 * simple.el (filter-buffer-substring): Fix typo in docstring.
887
888 2005-05-31 Richard M. Stallman <rms@gnu.org>
889
890 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
891 (vhdl-emacs-21): Doc fix.
892 (vhdl-mode): Unconditionally set comment-padding.
893 (vhdl-fixup-whitespace-region): Insert spaces only where
894 there are none.
895 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
896
897 2005-05-30 John Wiegley <johnw@newartisans.com>
898
899 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
900 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
901 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
902 `directory-sep-char' to ?/, and all uses of `string-to-int' to
903 `string-to-number'.
904
905 2005-05-30 Jay Belanger <belanger@truman.edu>
906
907 * calc/calc.el (calc-bug-address): Fix docstring.
908 (calc-window-hook, calc-trail-window-hook): New variables.
909 (calc-trail-display): Restore use of calc-trail-window-hook.
910 (calc): Restore use of calc-window-hook.
911
912 2005-05-31 Masatake YAMATO <jet@gyve.org>
913
914 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
915
916 * help-fns.el (help-C-file-name): Add autoload mark for
917 `find-function-noselect'.
918
919 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
920
921 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
922 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
923
924 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
925
926 * calendar/diary-lib.el (mark-included-diary-files): Only kill
927 included diary buffer if it was not already being visited.
928 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
929
930 * calendar/icalendar.el (top-level): Do not require 'appt.
931
932 * mail/supercite.el (sc-select-attribution): Only use a list
933 element from sc-attrib-selection-list if it returns a string.
934 Reported by Davide G. M. Salvetti <salve@debian.org>.
935
936 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
937
938 * thumbs.el (thumbs-thumbname): The resulting thubname now
939 includes a hash value to improve its uniqueness, and has a ".jpg"
940 extension. Also, it is now a valid filename on all systems.
941 (thumbs-make-thumb): Use `let', not `let*'.
942 (thumbs-show-thumbs-list): Check for JPEG availability.
943
944 2005-05-30 Richard M. Stallman <rms@gnu.org>
945
946 * filesets.el (filesets-menu-ensure-use-cached):
947 Prevent warning when emacs-version>= is undefined.
948
949 * printing.el (pr-interactive-n-up): Use string-to-number.
950
951 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
952
953 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
954 Warn only when name to be defined is quoted.
955
956 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
957
958 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
959 Make regexp more robust.
960 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
961 Force regeneration of disassembly.
962
963 2005-05-29 Jay Belanger <belanger@truman.edu>
964
965 * calc/calc.el (calc-user-invocation): Check if
966 calc-invocation-macro is non-nil.
967
968 2005-05-29 Juri Linkov <juri@jurta.org>
969
970 * add-log.el (change-log-font-lock-keywords):
971 Add `+' to e-mail regexp to accept mail address with keywords.
972
973 * man.el (Man-name-regexp): Add `:' to accept qualified names.
974
975 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
976
977 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
978
979 * ielm.el (inferior-emacs-lisp-mode): Ditto.
980
981 2005-05-29 Richard M. Stallman <rms@gnu.org>
982
983 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
984 Undo the change that moves to end of the current word.
985
986 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
987
988 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
989 Throw error when count <= 0 to ensure input is a number.
990 (gdb-read-memory-custom): Pick up address from buffer.
991 (gdb-memory-mode): Allow user to increment and decrement
992 memory address from header line.
993
994 2005-05-29 Richard M. Stallman <rms@gnu.org>
995
996 * flyspell.el (flyspell-version): Function deleted.
997 (flyspell-auto-correct-previous-hook): Doc fix.
998
999 * jit-lock.el (jit-lock-function, jit-lock-after-change):
1000 Do nothing if memory is full.
1001
1002 * font-lock.el (font-lock-fontify-syntactically-region):
1003 Pass t for GREEDY to looking-back.
1004
1005 * saveplace.el (save-place-alist-to-file): Write the file
1006 using write-region.
1007
1008 * subr.el (looking-back): New argument GREEDY.
1009
1010 * progmodes/compile.el (compilation-start): Set the mode
1011 before inserting the initial text.
1012
1013 * progmodes/which-func.el (which-func-update-1): Turn the mode
1014 off in case of error by setting which-func-mode.
1015
1016 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
1017
1018 * flyspell.el (flyspell-auto-correct-previous-word):
1019 Narrow down to what's on the screen, and recenter overlays
1020 at the end of the next word.
1021
1022 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
1023
1024 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
1025 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
1026 (flyspell-abbrev-p): Default to nil.
1027 (flyspell-use-global-abbrev-table-p): Doc fix.
1028 (flyspell-large-region): Allow nil as value.
1029 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
1030
1031 (mail-mode-flyspell-verify): More robust handling
1032 of `mail-header-separator'. More efficient signature detection.
1033 Allow for regexp metacharacters in message-header-separator.
1034 Adding `To' not to be checked in mail-mode-flyspell-verify.
1035
1036 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
1037 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
1038 Bind flyspell-auto-correct-binding.
1039 Bind C-. and C-, .
1040 (flyspell-mode-map): Likewise.
1041 (flyspell-mode): Doc fix.
1042 (flyspell-accept-buffer-local-defs): Preserve current buffer.
1043 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
1044 (flyspell-word-cache-result): New var, always local.
1045 (flyspell-check-pre-word-p): Doc fix.
1046 (flyspell-check-changed-word-p): Handle spc like newline.
1047 (flyspell-post-command-hook): Set flyspell-word-cache-result.
1048 (flyspell-word-search-backward, flyspell-word-search-forward):
1049 New functions.
1050 (flyspell-word): Return t if nothing to check.
1051 When parsing TeX code, check for after } or \.
1052 Use flyspell-word-search-backward to find previous word.
1053 Return nil if duplicated word.
1054 For word already checked, return same value as last time.
1055 Set flyspell-word-cache-result after checking.
1056 Don't clobber the return value.
1057 (flyspell-get-word): Major rewrite.
1058 (flyspell-external-point-words): New locals pword, pcount.
1059 Fix size used in progress message.
1060 Find the proper corresponding word in flyspell-large-region-buffer.
1061 (flyspell-region): Check for flyspell-large-region = nil.
1062 (flyspell-highlight-incorrect-region): Clean up overlays in region.
1063 (flyspell-auto-correct-word): Check that WORD is a cons.
1064 (flyspell-correct-word): Likewise.
1065
1066 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
1067
1068 * progmodes/make-mode.el (makefile-rule-action-regex)
1069 (makefile-macroassign-regex, makefile-makepp-mode)
1070 (makefile-bsdmake-mode): Continuation lines may be empty.
1071 Reported by Joshua Varner.
1072 (makefile-makepp-font-lock-keywords): Add $(stem).
1073
1074 2005-05-28 Karl Berry <karl@gnu.org>
1075
1076 * textmodes/tex-mode.el: Now that tex-send-command calls
1077 shell-quote-argument (2005-03-31 change), remove all calls to
1078 shell-quote-argument; they all end up invoking tex-send-command.
1079 The double quoting loses on filenames with non-safe characters,
1080 such as "@". Reported by Frederik Fouvry.
1081
1082 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1083
1084 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
1085 about preserving point.
1086
1087 2005-05-27 Jay Belanger <belanger@truman.edu>
1088
1089 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
1090 Info-goto-node.
1091
1092 * calc/calc-embed.el (calc-embed-arg): New variable.
1093 (calc-do-embedded-activate, calc-embedded-activate-formula)
1094 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
1095 variable by new variable.
1096 (calc-embedded-make-info): Replace undeclared variable by new
1097 variable. When selecting region with positive prefix
1098 argument, use end of previous line instead of beginning of line.
1099
1100 * calc/calc-aent.el (calc-arg-values): Declare it.
1101
1102 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
1103 Declare them.
1104
1105 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
1106
1107 * calc/calc.el (calc-alg-map): Declare it.
1108
1109 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
1110
1111 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
1112
1113 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
1114 (gdb-registers-buffer, toggle-gdb-all-registers):
1115 Toggle display of floating point registers.
1116 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
1117
1118 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
1119 (toggle-gud-tooltip-dereference):
1120 Rename from gud-toggle-tooltip-dereference.
1121
1122 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1123
1124 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
1125
1126 2005-05-27 Jay Belanger <belanger@truman.edu>
1127
1128 * calc/calc-prog.el (calc-kbd-report): Remove.
1129 (calc-kbd-query): Rewrite.
1130
1131 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
1132
1133 * image.el (image-library-alist): Move to image.c.
1134 (image-type-available-p): Doc fix.
1135
1136 2005-05-27 Lute Kamstra <lute@gnu.org>
1137
1138 * calc/calc.el (calc):
1139 * outline.el (outline-1, outline-2, outline-3, outline-4)
1140 (outline-5, outline-6, outline-7, outline-8):
1141 * textmodes/dns-mode.el (dns-mode):
1142 * textmodes/sgml-mode.el (sgml-namespace-face):
1143 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
1144 (tex-verbatim-face, tex-use-reftex):
1145 * textmodes/texinfo.el (texinfo-heading-face):
1146 Specify customization group.
1147
1148 * longlines.el: Don't require easy-mmode.
1149 (longlines-visible-face): Specify customization group.
1150
1151 2005-05-27 Kenichi Handa <handa@m17n.org>
1152
1153 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
1154 encoding table of windows-1251.
1155
1156 * international/ucs-tables.el (ucs-set-table-for-input):
1157 If translation-table-for-input of a coding system is a symbol, get
1158 its translation-table property.
1159
1160 * international/code-pages.el: Don't register a coding system into
1161 non-iso-charset-alist more than once.
1162 (cp-make-coding-system): Likewise.
1163
1164 2005-05-26 John Wiegley <johnw@newartisans.com>
1165
1166 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
1167 `eshell-resume-eval' is wrapped in a list, it indicates that the
1168 command was run asynchronously. In that case, unwrap the value
1169 before checking the delimiter value.
1170
1171 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
1172 character before a space at the end of a line is \, assume the space
1173 is part of the last argument rather than a final argument separator.
1174
1175 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
1176 is in use, and the target is `t' or `nil' (which are the most common
1177 values), don't assume that the symbol target is a buffer.
1178
1179 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
1180
1181 * calendar/calendar.el (calendar-mode-line-format):
1182 Use mode-line-highlight as mouse-face.
1183
1184 * time.el (display-time-string-forms, display-time-update):
1185 Use mode-line-highlight as mouse-face.
1186
1187 2005-05-26 Jay Belanger <belanger@truman.edu>
1188
1189 * calc/calc.el (calc-language-alist): Remove extra defvar.
1190
1191 2005-05-26 Lute Kamstra <lute@gnu.org>
1192
1193 * arc-mode.el (archive-mode):
1194 * bookmark.el (bookmark-read-annotation-mode)
1195 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
1196 * bs.el (bs-mode):
1197 * calc/calc-yank.el (calc-edit-mode):
1198 * calc/calc.el (calc-mode, calc-trail-mode):
1199 * calculator.el (calculator-mode):
1200 * chistory.el (command-history-mode):
1201 * comint.el:
1202 * cus-edit.el (custom-mode):
1203 * descr-text.el (describe-text-mode):
1204 * ebuff-menu.el (Electric-buffer-menu-mode):
1205 * ediff-util.el (ediff-mode):
1206 * emacs-lisp/re-builder.el (reb-mode):
1207 * emulation/vi.el (vi-mode-setup):
1208 * emulation/ws-mode.el (wordstar-mode):
1209 * eshell/esh-mode.el (eshell-mode):
1210 * forms.el (forms-mode):
1211 * help-mode.el (help-mode):
1212 * hexl.el (hexl-mode):
1213 * ibuffer.el (ibuffer-mode):
1214 * ielm.el (inferior-emacs-lisp-mode):
1215 * info.el (Info-mode, Info-edit-mode):
1216 * international/swedish.el:
1217 * ledit.el (ledit-from-lisp-mode):
1218 * locate.el (locate-mode):
1219 * mail/rmail.el (rmail-mode):
1220 * mail/rmailedit.el (rmail-edit-mode):
1221 * mail/rmailsum.el (rmail-summary-mode):
1222 * mail/supercite.el (sc-electric-mode):
1223 * net/eudc.el (eudc-mode):
1224 * net/quickurl.el (quickurl-list-mode):
1225 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
1226 * obsolete/ooutline.el (outline-mode):
1227 * obsolete/options.el (Edit-options-mode):
1228 * obsolete/rnews.el (news-mode):
1229 * obsolete/rnewspost.el (news-reply-mode):
1230 * play/5x5.el (5x5-mode):
1231 * play/decipher.el (decipher-mode, decipher-stats-mode):
1232 * play/gomoku.el (gomoku-mode):
1233 * play/snake.el (snake-mode):
1234 * play/solitaire.el (solitaire-mode):
1235 * play/tetris.el (tetris-mode):
1236 * progmodes/ada-mode.el (ada-mode):
1237 * progmodes/antlr-mode.el (antlr-mode):
1238 * progmodes/autoconf.el (autoconf-mode):
1239 * progmodes/dcl-mode.el (dcl-mode):
1240 * progmodes/delphi.el (delphi-mode):
1241 * progmodes/ebrowse.el (ebrowse-tree-mode)
1242 (ebrowse-electric-list-mode, ebrowse-member-mode)
1243 (ebrowse-electric-position-mode):
1244 * progmodes/f90.el (f90-mode):
1245 * progmodes/fortran.el (fortran-mode):
1246 * progmodes/icon.el (icon-mode):
1247 * progmodes/idlw-help.el (idlwave-help-mode):
1248 * progmodes/idlw-shell.el (idlwave-shell-mode):
1249 * progmodes/idlwave.el (idlwave-mode):
1250 * progmodes/inf-lisp.el (inferior-lisp-mode):
1251 * progmodes/m4-mode.el (m4-mode):
1252 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
1253 * progmodes/modula2.el (modula-2-mode):
1254 * progmodes/octave-inf.el (inferior-octave-mode):
1255 * progmodes/octave-mod.el (octave-mode):
1256 * progmodes/pascal.el (pascal-mode):
1257 * progmodes/sh-script.el (sh-mode):
1258 * progmodes/sql.el (sql-mode, sql-interactive-mode):
1259 * progmodes/vhdl-mode.el (vhdl-mode):
1260 * progmodes/xscheme.el (scheme-interaction-mode):
1261 * replace.el (occur-mode):
1262 * ses.el (ses-mode):
1263 * simple.el (completion-list-mode):
1264 * skeleton.el:
1265 * speedbar.el (speedbar-mode):
1266 * term.el (term-mode):
1267 * terminal.el (terminal-edit-mode):
1268 * textmodes/reftex-index.el (reftex-index-mode)
1269 (reftex-index-phrases-mode):
1270 * textmodes/reftex-sel.el (reftex-select-label-mode)
1271 (reftex-select-bib-mode):
1272 * textmodes/reftex-toc.el (reftex-toc-mode):
1273 * wdired.el (wdired-change-to-wdired-mode):
1274 * wid-browse.el (widget-browse-mode):
1275 Use run-mode-hooks.
1276
1277 * array.el (array-mode):
1278 * calendar/todo-mode.el (todo-mode):
1279 * man.el (Man-mode):
1280 * play/landmark.el (lm-mode):
1281 * play/mpuz.el (mpuz-mode):
1282 Use kill-all-local-variables and run-mode-hooks.
1283
1284 * subr.el (delay-mode-hooks): Specify indentation.
1285
1286 2005-05-26 Mark A. Hershberger <mah@everybody.org>
1287
1288 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
1289
1290 2005-05-26 Jay Belanger <belanger@truman.edu>
1291
1292 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
1293 of nil.
1294
1295 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
1296
1297 * progmodes/gdb-ui.el (gdb-frame-address):
1298 Rename from gdb-current-address.
1299 (gdb-previous-frame-address): Rename from gdb-previous-address.
1300 (gdb-selected-frame): Rename from gdb-current-frame.
1301 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
1302 (gdb-frame-number): Rename from gdb-current-stack-level.
1303 (gdb-ann3): Match new mode-name for disassembly buffer.
1304 Extend initialisation of variables.
1305 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
1306 (gdb-memory-mode): Use mouse-face in header line.
1307 (gdb-assembler-buffer-name): Call it disassembly and give frame
1308 in mode line.
1309 (gdb-source-spec-regexp, gdb-assembler-custom)
1310 (gdb-invalidate-assembler, gdb-frame-handler):
1311 Make robust to leading zeroes in address format.
1312
1313 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
1314
1315 * textmodes/org.el (org-mode): Use `define-derived-mode' to
1316 define `org-mode'.
1317 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
1318
1319 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1320
1321 * log-edit.el (log-edit-changelog-entries): Distinguish between
1322 filenames like xfns.c and fns.c.
1323
1324 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
1325
1326 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
1327 point after reverting.
1328 (Buffer-menu-make-sort-button): Handle the case where
1329 `Buffer-menu-use-header-line' is nil.
1330
1331 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1332
1333 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
1334 New funcs. In minibuffer-local-completion-map bind `]', `/'
1335 and `:' to them.
1336
1337 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1338
1339 * startup.el (normal-top-level): Allow modification of load-path while
1340 we're iterating over it.
1341
1342 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
1343
1344 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
1345 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
1346 (thumbs-resize-interactive, thumbs-insert-image)
1347 (thumbs-insert-thumb, thumbs-dired-show-marked)
1348 (thumbs-find-image-at-point, thumbs-delete-images)
1349 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
1350 (thumbs-increment-image-size, thumbs-decrement-image-size):
1351 Fix typos in docstrings.
1352
1353 2005-05-24 Andre Spiegel <spiegel@gnu.org>
1354
1355 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
1356 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
1357 (cperl-mode): Use them.
1358
1359 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
1360
1361 * window.el (quit-window, shrink-window-if-larger-than-buffer):
1362 Doc fixes.
1363
1364 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
1365
1366 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
1367 Bind C-d to gdb-inferior-io-eof.
1368
1369 * dired.el (dired-dnd-popup-notice): Use message-box.
1370
1371 2005-05-23 Masatake YAMATO <jet@gyve.org>
1372
1373 * bindings.el (mode-line-major-mode-keymap):
1374 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
1375
1376 * faces.el (mode-line-highlight): New face.
1377
1378 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
1379 as mouse-face.
1380
1381 * bindings.el (top-level, help-echo, mode-line-modified)
1382 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
1383 as mouse-face.
1384
1385 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
1386
1387 * progmodes/cc-engine.el (c-guess-basic-syntax):
1388 Remove spurious call to `zerop'.
1389
1390 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
1391
1392 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
1393
1394 CC Mode update to 5.30.10:
1395
1396 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
1397 could go past the limit in decoration level 2, thereby causing
1398 errors during interactive fontification.
1399
1400 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
1401 the file is evaluated interactively.
1402
1403 * cc-engine.el (c-guess-basic-syntax): Handle operator
1404 declarations somewhat better in C++.
1405
1406 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
1407 make use of `run-mode-hooks' which has been added in Emacs 21.1.
1408 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1409 (awk-mode): Use it.
1410 (make-local-hook): Suppress warning about obsoleteness.
1411
1412 * cc-engine.el, cc-align.el, cc-cmds.el
1413 (c-append-backslashes-forward, c-delete-backslashes-forward)
1414 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
1415 Compensate for return value from `forward-line' when it has moved
1416 but not to a different line due to eob.
1417
1418 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
1419 `objc-method-intro' and `objc-method-args-cont'.
1420
1421 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
1422
1423 CC Mode update to 5.30.10:
1424
1425 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
1426 in the copyright statement. Incidentally, change "along with GNU
1427 Emacs" to "along with this program" where it occurs.
1428
1429 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
1430 so that it is interactive, hence can be found by M-x awk-mode
1431 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
1432 <gmorris+emacs@ast.cam.ac.uk>.
1433
1434 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
1435 Mode's regexps.
1436
1437 2005-05-23 Kevin Ryde <user42@zip.com.au>
1438
1439 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
1440 c-parse-state, to avoid a lisp error (on bad code).
1441
1442 2005-05-23 Lute Kamstra <lute@gnu.org>
1443
1444 * subr.el (font-lock-defaults): Remove defvar as it's already
1445 defined in font-core.el.
1446
1447 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
1448
1449 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
1450
1451 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
1452 more general and work when GDB variable "print pretty" is on,
1453 as with Emacs, for example.
1454
1455 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
1456
1457 * font-core.el: Update comment.
1458
1459 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
1460 Use `after-change-major-mode-hook' instead of `find-file-hook'.
1461
1462 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
1463
1464 2005-05-22 Eli Zaretskii <eliz@gnu.org>
1465
1466 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
1467 and `yank-handler' in the doc strings.
1468
1469 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1470
1471 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
1472
1473 2005-05-22 Richard M. Stallman <rms@gnu.org>
1474
1475 * help.el (describe-key): Move print-help-return-message call
1476 out of conditional.
1477
1478 * progmodes/etags.el (list-tags): Use with-no-warnings.
1479
1480 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
1481 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
1482 (starttls-extra-args, starttls-extra-arguments): Add defvars.
1483
1484 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
1485
1486 * language/viet-util.el (viet-viscii-nonascii-translation-table):
1487 Add defvar.
1488
1489 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
1490 Use defvar, not defconst.
1491
1492 * hexl.el (hexl-follow-line): Use with-no-warnings.
1493
1494 * emulation/tpu-extras.el: Use write-file-functions instead of
1495 write-file-hooks.
1496
1497 * dired.el (dired-font-lock-keywords): Fontify files with junk
1498 extensions even if marked by -F.
1499
1500 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
1501
1502 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
1503 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
1504 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
1505 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
1506 (concatenate, list-length, get*, getf, cl-remprop):
1507 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
1508 (etypecase, progv, lexical-let, lexical-let*)
1509 (multiple-value-bind, multiple-value-setq, shiftf):
1510 Improve argument/docstring consistency.
1511
1512 * subr.el (focus-frame, unfocus-frame):
1513 Revert deletion on 2005-05-01.
1514
1515 2005-05-22 Andre Spiegel <spiegel@gnu.org>
1516
1517 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
1518 doesn't exist.
1519
1520 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
1521 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
1522
1523 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
1524
1525 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
1526 already deleted variables: auto-fill-hook, blink-paren-hook,
1527 lisp-indent-hook, inhibit-local-variables, unread-command-event,
1528 suspend-hooks, comment-indent-hook, meta-flag,
1529 before-change-function, after-change-function,
1530 font-lock-doc-string-face.
1531
1532 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1533
1534 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
1535
1536 2005-05-21 Eli Zaretskii <eliz@gnu.org>
1537
1538 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
1539 rmail-dont-reply-to.
1540
1541 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1542
1543 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
1544 literal blank when splitting new-header-values.
1545
1546 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
1547
1548 * calendar/cal-menu.el (cal-menu-update): Add separator as a
1549 string so that tmm doesn't create a completion entry for it.
1550
1551 * textmodes/table.el (table-disable-menu): Ditto.
1552
1553 2005-05-21 Richard M. Stallman <rms@gnu.org>
1554
1555 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
1556
1557 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
1558
1559 * net/rcompile.el (remote-compile): Use compilation-start.
1560
1561 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
1562
1563 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
1564
1565 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
1566 Default to makefile-bsdmake-mode on BSD systems.
1567
1568 * imenu.el (imenu-generic-expression, imenu--generic-function'):
1569 REGEXP may also be a search function now. The part of doc-string
1570 for describing the structure was 95% identical to that of
1571 `imenu--generic-function'. Unify it there.
1572
1573 * progmodes/make-mode.el (makefile-imenu-generic-expression):
1574 Use function to find dependencies, because regexp alone is so complex,
1575 it easily goes into an endless loop.
1576 (makefile-makepp-mode): Also add submenu for Perl functions
1577 defined in the makefile.
1578 (makefile-bsdmake-mode): Special imenu-generic-expression no
1579 longer needed, due to function call.
1580 (makefile-match-dependency): Take BOUND into account when checking
1581 if we're through.
1582
1583 2005-05-20 Jay Belanger <belanger@truman.edu>
1584
1585 * calc/calc-units.el (calc-invalidate-units-table):
1586 Use inhibit-read-only.
1587 (math-build-units-table-buffer): Use view-mode.
1588
1589 2005-05-20 David Kastrup <dak@gnu.org>
1590
1591 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
1592 easy-menu-add is not a nop on Emacs; and clarify when to call it.
1593
1594 2005-05-20 Lute Kamstra <lute@gnu.org>
1595
1596 * diff-mode.el (diff-header-face, diff-file-header-face)
1597 (diff-index-face, diff-hunk-header-face, diff-removed-face)
1598 (diff-added-face, diff-changed-face, diff-function-face)
1599 (diff-context-face, diff-nonexistent-face): Put them in the
1600 diff-mode customization group.
1601
1602 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1603
1604 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
1605
1606 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
1607
1608 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
1609 Minor regexp-optimization.
1610
1611 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
1612
1613 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
1614 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
1615 (org-agenda-add-time-grid-maybe): New function.
1616 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
1617 (org-table-create): `dotimes' instead of `mapcar'.
1618 (org-xor): Simplify implementation.
1619 (org-agenda): `inhibit-redisplay' turned on.
1620 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
1621 a consistent line after a state change.
1622 (org-agenda-remove-times-when-in-prefix): New option.
1623 (org-prefix-has-time): New variable.
1624 (org-parse-time-string): Optional argument NODEFAULT.
1625 (org-format-agenda-item): Parse items for time-of-day
1626 specifications and move these into the prefix if possible.
1627 (org-agenda-priority): Get current heading, not previous heading
1628 during agenda remote editing.
1629
1630 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
1631
1632 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
1633 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
1634 (remove-duplicates, delete-duplicates, substitute)
1635 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
1636 (nsubstitute-if-not, find, find-if, find-if-not, position)
1637 (position-if, position-if-not, count, count-if, count-if-not)
1638 (mismatch, search, sort*, stable-sort, merge, member*)
1639 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
1640 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
1641 (intersection, nintersection, set-difference, nset-difference)
1642 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
1643 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
1644 (nsublis, tree-equal): Improve argument/docstring consistency.
1645
1646 * subr.el (send-string, send-region):
1647 Remove obsolescence declaration.
1648 (window-dot, set-window-dot, read-input, show-buffer)
1649 (eval-current-buffer, string-to-int):
1650 Add release number to obsolescence declarations.
1651
1652 2005-05-19 Kim F. Storm <storm@cua.dk>
1653
1654 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
1655 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
1656
1657 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
1658
1659 * faces.el (list-faces-display): Make back button respect optional
1660 regexp arg.
1661
1662 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
1663
1664 * calculator.el (calculator-radix-grouping-mode)
1665 (calculator-radix-grouping-digits, calculator-displayer)
1666 (calculator-radix-grouping-separator, calculator-copy-displayer):
1667 * dabbrev.el (dabbrev-search-these-buffers-only):
1668 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
1669 (diff-advance-after-apply-hunk, diff-mode-hook)
1670 (diff-minor-mode-prefix):
1671 * imenu.el (imenu-use-popup-menu):
1672 * jit-lock.el (jit-lock-context-time):
1673 * newcomment.el (comment-fill-column, comment-column)
1674 (comment-style, comment-padding, comment-multi-line)
1675 (comment-empty-lines, comment-auto-fill-only-comments):
1676 * reveal.el (reveal-around-mark):
1677 * uniquify.el (uniquify-buffer-name-style)
1678 (uniquify-after-kill-buffer-p)
1679 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
1680 (uniquify-min-dir-content, uniquify-separator)
1681 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
1682 * w32-vars.el (w32-fixed-font-alist):
1683 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1684 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
1685 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
1686 * progmodes/perl-mode.el (perl-indent-level)
1687 (perl-continued-statement-offset, perl-continued-brace-offset)
1688 (perl-brace-offset, perl-brace-imaginary-offset)
1689 (perl-label-offset, perl-indent-continued-arguments)
1690 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
1691 * progmodes/tcl.el (tcl-indent-level)
1692 (tcl-continued-indent-level, tcl-auto-newline)
1693 (tcl-tab-always-indent, tcl-electric-hash-style)
1694 (tcl-help-directory-list, tcl-use-smart-word-finder)
1695 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
1696 (inferior-tcl-source-command):
1697 * textmodes/fill.el (enable-kinsoku):
1698 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
1699 * textmodes/table.el (table-yank-handler):
1700 Specify missing group (and type, if simple) in defcustom.
1701
1702 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1703
1704 * progmodes/compile.el (compilation-finish-function): Fix defvar.
1705
1706 2005-05-19 Richard M. Stallman <rms@gnu.org>
1707
1708 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
1709
1710 * subr.el (event-basic-type): Don't get an error.
1711 (left-fringe-p): Function deleted.
1712
1713 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
1714 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
1715
1716 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
1717 in recursive copy.
1718
1719 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
1720
1721 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
1722
1723 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
1724 Call byte-compile-nogroup-warn if appropriate.
1725
1726 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
1727 (compilation-set-window): Don't call left-fringe-p; do it directly.
1728
1729 2005-05-19 Jay Belanger <belanger@truman.edu>
1730
1731 * calc/calc-graph.el (calc-graph-format-data): Make sure
1732 var-PlotRejects is bound before trying to check its value.
1733
1734 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
1735
1736 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
1737 definition of this variable from reftex-global.el to reftex.el,
1738 because it is needed in the menu.
1739
1740 2005-05-19 Lute Kamstra <lute@gnu.org>
1741
1742 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
1743 years are fixed. Don't insert a space after a dash.
1744
1745 2005-05-19 Kim F. Storm <storm@cua.dk>
1746
1747 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
1748
1749 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
1750
1751 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
1752 strings, because (eq ... ?\\) is fairly frequent.
1753
1754 * progmodes/make-mode.el (makefile-add-this-line-targets):
1755 Simplify and integrate into `makefile-pickup-targets'.
1756 (makefile-add-this-line-macro): Simplify and integrate into
1757 `makefile-pickup-macros.
1758 (makefile-pickup-filenames-as-targets): Simplify.
1759 (makefile-previous-dependency, makefile-match-dependency):
1760 Don't stumble over `::'.
1761
1762 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
1763
1764 * subr.el (post-command-idle-hook, post-command-idle-delay):
1765 Remove obsoletion of post-command-idle-hook and
1766 post-command-idle-delay.
1767
1768 * faces.el (list-faces-display): Provide button when describe-face
1769 is called to take user back to the list of faces.
1770
1771 * help-fns.el (describe-variable): Remove hyperlinks in a
1772 variable's value as these are quite frequently inappropriate.
1773
1774 * follow.el (follow-submit-feedback, follow-mode):
1775 Remove references to post-command-idle-hook.
1776
1777 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
1778
1779 * progmodes/make-mode.el (makefile-previous-dependency)
1780 (makefile-match-dependency): Check for := (and in bsd mode also
1781 !=) to give a better result, even when font-lock is not on.
1782
1783 2005-05-18 Jay Belanger <belanger@truman.edu>
1784
1785 * calc/calc-help.el (calc-s-prefix-help):
1786 Add `calc-copy-special-constant' to help string.
1787
1788 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1789
1790 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1791
1792 2005-05-18 Jay Belanger <belanger@truman.edu>
1793
1794 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
1795 in linear factors are in proper order.
1796
1797 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
1798
1799 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1800 Support for jurabib.
1801
1802 * textmodes/reftex.el (featurep): Define aliases for overlay
1803 commands, for XEmacs compatibility, and use these aliases in
1804 overlay initializations.
1805 (reftex-highlight): Use `reftex-move-overlay'.
1806 (reftex-unhighlight): Use `reftex-delete-overlay'.
1807 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
1808 (reftex-access-search-path): Use `reftex-uniquify' instead of
1809 `reftex-uniq'
1810
1811 * textmodes/reftex-sel.el (reftex-select-unmark):
1812 Overlay `before-string' property modification enables for Emacs as well.
1813 (reftex-select-item): Use `reftex-delete-overlay'.
1814 (reftex-select-mark): Use `reftex-make-overlay' and
1815 `reftex-overlay-put'.
1816 (reftex-select-unmark): Use `reftex-delete-overlay' and
1817 `reftex-overlay-put'.
1818
1819 2005-05-18 Lute Kamstra <lute@gnu.org>
1820
1821 * emacs-lisp/lisp.el (check-parens): Fix docstring.
1822
1823 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
1824
1825 * add-log.el (add-change-log-entry):
1826 * array.el (array-make-template, array-reconfigure-rows)
1827 (array-init-max-row, array-init-max-column)
1828 (array-init-columns-per-line, array-init-field-width):
1829 * replace.el (replace-match-maybe-edit, perform-replace):
1830 * textmodes/spell.el (spell-region):
1831 Replace `read-input' by `read-string'.
1832
1833 * forms.el (forms-mode):
1834 * finder.el (finder-compile-keywords):
1835 * shadowfile.el (shadow-read-files):
1836 Replace `eval-current-buffer' by `eval-buffer'.
1837
1838 * terminal.el (te-pass-through):
1839 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
1840 (ange-ftp-raw-send-cmd):
1841 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
1842 (send-process-next-char, telnet-initial-filter, telnet):
1843 Replace `send-string' by `process-send-string'.
1844
1845 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
1846 (prolog-consult-region): Replace `send-string' by
1847 `process-send-string'; replace `send-region' by `process-send-region'.
1848
1849 * progmodes/delphi.el (delphi-log-msg):
1850 Replace `set-window-dot' by `set-window-point'.
1851
1852 * subr.el (window-dot, set-window-dot, read-input, send-string)
1853 (send-region, show-buffer, eval-current-buffer):
1854 Make really obsolete, as the comment says.
1855
1856 2005-05-17 Kim F. Storm <storm@cua.dk>
1857
1858 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
1859 (cua--init-keymaps): Bind C-return instead of S-return to set
1860 rectangle mark.
1861
1862 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
1863 instead of S-return to toggle/clear rectangle mark.
1864
1865 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
1866
1867 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
1868 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
1869 Also fontify plain strings assigned to variables, mostly so that a
1870 colon has a face and is thus not taken as a dependency separator.
1871 (makefile-previous-dependency): Inline the new matcher, because it
1872 is too complex to work in both directions.
1873 (makefile-match-dependency): Eliminate `backward' arg (see above).
1874 Completely reimplemented so as to not sometimes go into an endless
1875 loop. It should also be more efficient, because first it only
1876 searches for `:', instead of applying the very complex regexp.
1877 (makefile-mode): Cancel `font-lock-support-mode', because blocks
1878 to be fontified in one piece can be too long for JIT.
1879 Makefiles are never *that* big.
1880
1881 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
1882
1883 * dired.el (dired-mode): Simplify.
1884
1885 2005-05-17 Lute Kamstra <lute@gnu.org>
1886
1887 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
1888 defcustom for the mode hook variable.
1889
1890 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
1891 Emacs Lisp Reference Manual.
1892
1893 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
1894
1895 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
1896 (evenp, list*):
1897 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
1898 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
1899
1900 * net/tramp-smb.el (tramp-smb-open-connection):
1901 Pass `tramp-chunksize' as fifth (required) argument.
1902
1903 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
1904
1905 * font-lock.el (lisp-font-lock-keywords-1):
1906 Set `font-lock-negation-char-face' for [^...] char group.
1907 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
1908
1909 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
1910 a var, and refine it to mask one more level of nested vars.
1911 (makefile-rule-action-regex): Turn it into a var, and refine it so
1912 it recognizes backslashed continuation lines as belonging to the
1913 same command.
1914 (makefile-macroassign-regex): Refine it so it recognizes
1915 backslashed continuation lines as belonging to the same command.
1916 (makefile-var-use-regex): Don't look at the next char, because it
1917 might be the same one to be skipped by the initial [^$], leading
1918 to an overlooked variable use.
1919 (makefile-make-font-lock-keywords): Remove two parameters, which
1920 are now variables that some of the modes set locally.
1921 Handle dependency and rule action matching through functions, because
1922 regexps alone match too often. Dependency matching now comes
1923 last, so it can check, whether a colon already matched something else.
1924 (makefile-mode): Inform that font-lock improves makefile parsing
1925 capabilities.
1926 (makefile-match-dependency, makefile-match-action): New functions.
1927
1928 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
1929
1930 * emacs-lisp/cl-extra.el (equalp): Doc fix.
1931
1932 * align.el (align-regexp):
1933 * ansi-color.el (ansi-color-get-face):
1934 * array.el (array-reconfigure-rows, array-init-max-row)
1935 (array-init-max-column, array-init-columns-per-line)
1936 (array-init-field-width):
1937 * dired-aux.el (dired-trample-file-versions):
1938 * dired-x.el (dired-mark-sexp):
1939 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
1940 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
1941 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
1942 * faces.el (face-read-integer):
1943 * files.el (backup-extract-version, insert-directory):
1944 * hexl.el (hexl-insert-decimal-char):
1945 * server.el (server-process-filter):
1946 * shell.el (shell-extract-num):
1947 * startup.el (command-line-1):
1948 * term.el (term-command-hook):
1949 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
1950 (time-stamp-do-number):
1951 * time.el (display-time-update):
1952 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
1953 (timezone-fix-time):
1954 * vms-patch.el (vms-suspend-resume-hook):
1955 * calendar/appt.el (appt-convert-time):
1956 * calendar/cal-bahai.el (mark-bahai-diary-entries):
1957 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
1958 * calendar/cal-islam.el (mark-islamic-diary-entries):
1959 * calendar/calendar.el (calendar-cursor-to-date)
1960 (calendar-star-date):
1961 * calendar/diary-lib.el (diary-attrtype-convert)
1962 (mark-diary-entries, diary-entry-time):
1963 * calendar/solar.el (solar-get-number):
1964 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
1965 * emacs-lisp/re-builder.el (reb-display-subexp):
1966 * emulation/edt.el (edt-set-scroll-margins):
1967 * emulation/tpu-extras.el (tpu-set-scroll-margins):
1968 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
1969 (vip-get-ex-count):
1970 * emulation/viper-ex.el (viper-get-ex-token)
1971 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
1972 * international/fontset.el (fontset-plain-name):
1973 * mail/feedmail.el (feedmail-look-at-queue-directory):
1974 * mail/mailalias.el (mail-get-names):
1975 * mail/rmail.el (rmail-convert-to-babyl-format):
1976 * mail/rmailsum.el (rmail-make-basic-summary-line)
1977 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
1978 (rmail-summary-goto-msg):
1979 * mail/smtpmail.el (smtpmail-read-response):
1980 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
1981 (ange-ftp-vms-add-file-entry):
1982 * play/gametree.el (gametree-looking-at-ply)
1983 (gametree-current-branch-score):
1984 * progmodes/ada-xref.el (ada-prj-find-prj-file)
1985 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
1986 * progmodes/cperl-mode.el (condition-case):
1987 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
1988 (ebrowse-set-member-buffer-column-width)
1989 (ebrowse-select-1st-to-9nth):
1990 * progmodes/etags.el (etags-snarf-tag):
1991 * progmodes/flymake.el (flymake-parse-line):
1992 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
1993 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
1994 (idlwave-shell-menu-def):
1995 * progmodes/ps-mode.el (ps-run-goto-error):
1996 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
1997 (vhdl-speedbar-contract-level):
1998 * term/mac-win.el (x-handle-numeric-switch):
1999 * term/sun-mouse.el (sun-get-frame-data):
2000 * term/w32-win.el (x-handle-numeric-switch):
2001 * term/x-win.el (x-handle-numeric-switch):
2002 * textmodes/ispell.el (ispell-parse-output):
2003 * textmodes/nroff-mode.el (nroff-outline-level):
2004 * textmodes/reftex-cite.el (reftex-bib-sort-year)
2005 (reftex-bib-sort-year-reverse, reftex-format-citation):
2006 * textmodes/reftex-parse.el (reftex-init-section-numbers)
2007 (reftex-section-number):
2008 * textmodes/texinfmt.el (texinfo-paragraphindent):
2009 Replace `string-to-int' by `string-to-number'.
2010
2011 * international/latexenc.el: Add page marker to force the "Local
2012 Variables:" string out of the last page.
2013
2014 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2015
2016 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
2017 tooltip-change-major-mode.
2018 (gud-tooltip-print-command): Remove case where gud-minor-mode
2019 is gdb ("--fullname").
2020 (gud-tooltip-tips): Turn GUD tooltips off for this case and
2021 explain to user.
2022
2023 2005-05-16 Jay Belanger <belanger@truman.edu>
2024
2025 * calc/calc-store.el (calc-copy-special-constant): New function.
2026
2027 * calc/calc-ext.el (calc-init-extensions): Add binding for
2028 `calc-copy-special-constant'.
2029
2030 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
2031 for the `calc-copy-special-constant' command.
2032
2033 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2034
2035 * subr.el (left-fringe-p): New function.
2036
2037 * progmodes/compile.el (compilation-setup): Set local value of
2038 overlay-arrow-string to "" always.
2039 (compilation-set-window): Left fringe then don't scroll.
2040 No left fringe then no arrow and scroll message to top.
2041 (compilation-context-lines): Adjust doc string accordingly.
2042
2043 2005-05-16 Kim F. Storm <storm@cua.dk>
2044
2045 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
2046 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
2047 (ido-wide-find-dir-or-delete-dir): New command for M-d.
2048 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
2049 (ido-read-file-name): Handle commands with ido property value
2050 equal to find-file as reading a file name, to allow C-d to enter dired.
2051 (ibuffer-find-file): Add ido property with value find-file.
2052
2053 2005-05-15 Kim F. Storm <storm@cua.dk>
2054
2055 * subr.el (open-network-stream-nowait): Remove.
2056 (open-network-stream-server): Remove.
2057
2058 2005-05-15 Richard M. Stallman <rms@gnu.org>
2059
2060 * faces.el (describe-face): Output a definition link button.
2061
2062 * help-mode.el (help-face-def): New button type.
2063
2064 * emacs-lisp/copyright.el (copyright-fix-years):
2065 Match properly if the first year is 2-digit.
2066 Don't mess up the whitespace after the years by filling.
2067
2068 * dired-aux.el (dired-mark-confirm):
2069 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
2070
2071 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
2072 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
2073 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
2074
2075 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2076 Set font-lock-comment-start-skip.
2077
2078 * font-lock.el (font-lock-comment-start-skip): New variable.
2079 (font-lock-comment-end-skip): New variable.
2080 (font-lock-fontify-syntactically-region): Use them if non-nil.
2081
2082 2005-05-15 Jay Belanger <belanger@truman.edu>
2083
2084 * calc/calc-store.el (calc-store-value): Return a string rather
2085 than display it as a message.
2086 Use calc-var-name for variable name.
2087 (calc-store-into): Add the result of calc-store-value to message.
2088 (calc-copy-variable): Add a message.
2089 (calc-store-exchange): Improve error messages.
2090 (calc-store-binary, calc-store-map): Don't reset the values of
2091 special constants.
2092
2093 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2094
2095 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
2096 manual to docstring.
2097
2098 * files.el (hack-local-variables-confirm): Add STRING argument.
2099 Make the function handle non file visiting buffers correctly.
2100 (hack-local-variables-prop-line, hack-local-variables)
2101 (hack-one-local-variable): Use STRING arg of
2102 `hack-local-variables-confirm'.
2103
2104 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
2105
2106 Sync with Tramp 2.0.49.
2107
2108 * tramp.el (tramp-handle-dired-call-process)
2109 (tramp-handle-insert-directory):`insert-buffer' cannot be used
2110 because the contents of the Tramp buffer is changed before
2111 insertion (`expand-file' and alike).
2112 (tramp-handle-insert-directory): If `localname' has an empty
2113 nondirectory name, it must not be quoted.
2114 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
2115 variable `tramp-chunksize'. Change callees.
2116 (tramp-open-connection-setup-interactive-shell): Check remote host
2117 for buggy `send-process-string' implementation.
2118 Set `tramp-chunksize' if found. Reported by Michael Kifer
2119 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
2120 (tramp-handle-shell-command): `insert-buffer' cannot be used
2121 because the contents of the Tramp buffer is changed before
2122 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
2123 <frederic.bothamy@free.fr>.
2124 (tramp-set-auto-save): Actions should be done for Tramp file name
2125 handler only. Ange-FTP has its own auto-save mechanism.
2126 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2127 (tramp-set-auto-save-file-modes): Set file modes of
2128 `buffer-auto-save-file-name' to ?\600 as fallback solution.
2129 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
2130 (tramp-bug): Remove obsolete variable.
2131 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
2132 for presence of `mml-mode'. Make it running for older Emacsen as well.
2133
2134 2005-05-14 John Paul Wallington <jpw@pobox.com>
2135
2136 * ibuf-ext.el (define-ibuffer-filter filename):
2137 If `dired-directory' is a list, use its car.
2138
2139 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
2140
2141 * ibuffer.el (define-ibuffer-column filename):
2142 If `dired-directory' is a list, use its car.
2143
2144 2005-05-14 Richard M. Stallman <rms@gnu.org>
2145
2146 * subr.el (symbol-file): Doc fix.
2147
2148 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
2149 (byte-compile-form): Call byte-compile-nogroup-warn.
2150 (byte-compile-warning-types): Doc fix.
2151
2152 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
2153
2154 * progmodes/cc-engine.el (c-literal-faces):
2155 Add font-lock-comment-delimiter-face.
2156
2157 * net/net-utils.el (dig): Use with-no-warnings.
2158
2159 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
2160 (sc-recite-frame-alist, sc-default-cite-frame)
2161 (sc-default-uncite-frame, sc-default-recite-frame)
2162 (sc-attrib-selection-list, sc-rewrite-header-list):
2163 Mark as risky-local-variable.
2164
2165 * international/ogonek.el (ogonek-jak, ogonek-how):
2166 Don't use beginning-of-buffer.
2167
2168 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
2169
2170 * calendar/solar.el (solar-data-list): Move definition up.
2171
2172 * dnd.el (dnd-protocol-alist): Add autoload.
2173
2174 * progmodes/sh-script.el: Many doc usage fixes.
2175 (sh-indent-after-do): Change default to match common styles.
2176
2177 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
2178
2179 * files.el (interpreter-mode-alist)
2180 (auto-mode-interpreter-regexp): Doc fixes.
2181
2182 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
2183
2184 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
2185
2186 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
2187
2188 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2189
2190 * dired.el (dired-mode): make-variable-buffer-local =>
2191 make-local-variable.
2192
2193 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2194
2195 * term/mac-win.el (mac-select-convert-to-string): Try coding
2196 systems in mac-script-code-coding-systems if specified one cannot
2197 encode string for `com.apple.traditional-mac-plain-text'.
2198
2199 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
2200
2201 * progmodes/make-mode.el (makefile-targets-face)
2202 (makefile-shell-face, makefile-makepp-perl-face): New faces.
2203 (makefile-dependency-regex): Fix it to not make the colon in
2204 $(var:a=b) special.
2205 (makefile-rule-action-regex): New regexp for highlighting embedded
2206 Shell strings.
2207 (makefile-macroassign-regex): Handle != for highlighting as
2208 embedded Shell strings.
2209 (makefile-var-use-regex): New const.
2210 (makefile-statements, makefile-automake-statements)
2211 (makefile-gmake-statements, makefile-makepp-statements)
2212 (makefile-bsdmake-statements): New consts.
2213 (makefile-make-font-lock-keywords): New function.
2214 (makefile-automake-font-lock-keywords)
2215 (makefile-gmake-font-lock-keywords)
2216 (makefile-makepp-font-lock-keywords)
2217 (makefile-bsdmake-font-lock-keywords): New consts.
2218 (makefile-mode-map): Add switchers between the various submodes.
2219 (makefile-mode): Document the availability of the variants.
2220 (makefile-automake-mode, makefile-gmake-mode)
2221 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
2222
2223 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
2224 new variants of makefile-mode.
2225
2226 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2227
2228 * font-lock.el (font-lock-comment-delimiter-face): Fix up
2229 the inheritance.
2230
2231 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
2232
2233 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
2234 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
2235
2236 * files.el (normal-mode): Extend the scope of the
2237 `enable-local-variables' binding to include the `set-auto-mode' call.
2238 (magic-mode-alist): Doc fix.
2239
2240 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2241
2242 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
2243 font-lock-comment-face rather than copying its setting.
2244
2245 2005-05-12 Andreas Schwab <schwab@suse.de>
2246
2247 * eshell/esh-mode.el (eshell-send-input): Doc fix.
2248
2249 2005-05-12 Lute Kamstra <lute@gnu.org>
2250
2251 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
2252 defcustom for the mode hook variable. Delete the last argument.
2253 * generic-x.el: Fix callers of define-generic-mode.
2254 (generic-x-modes): Delete group.
2255 (show-tabs-tab-face, show-tabs-space-face): Put them in the
2256 generic-x customization group.
2257
2258 2005-05-12 Kim F. Storm <storm@cua.dk>
2259
2260 * font-lock.el (font-lock-negation-char-face): Default to "off".
2261
2262 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
2263 font-lock-negation-char-face to ! in !=.
2264
2265 2005-05-12 Masatake YAMATO <jet@gyve.org>
2266
2267 * add-log.el (find-change-log): Fix typos in the docstring
2268 of function.
2269
2270 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2271
2272 * international/latexenc.el (latexenc-find-file-coding-system):
2273 Avoid `re-search-forward' when looking for input encoding because
2274 of speed and safety. Better regular expressions for recognizing
2275 input encoding. Limit a search for TeX-master/tex-main-file to
2276 the local variable section.
2277
2278 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
2279
2280 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
2281 syntax of $ to "'" (quote).
2282
2283 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2284
2285 * dnd.el (dnd-protocol-alist): Improve custom type.
2286
2287 * dired.el (dired-dnd-protocol-alist): New variable.
2288 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
2289 `dired-mode-hook' to the end.
2290
2291 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2292
2293 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
2294 comment-end if comment-start-skip is not set.
2295 Obey the font-lock-comment-delimiter-face variables.
2296
2297 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2298
2299 * files.el (executable-find): Move from executable.el. Use locate-file.
2300 * progmodes/executable.el (executable-find): Move to files.el.
2301
2302 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
2303 when trying to ensure forward progress.
2304
2305 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
2306
2307 * mouse-sel.el (mouse-sel-follow-link-p): New function.
2308 (mouse-select, mouse-select-internal, mouse-extend-internal):
2309 Use it to implement mouse-1-click-follows-link functionality.
2310
2311 2005-05-11 Richard M. Stallman <rms@gnu.org>
2312
2313 * font-lock.el (font-lock-fontify-syntactically-region):
2314 Use font-lock-comment-delimiter-face for comment delimiters.
2315
2316 2005-05-10 Jay Belanger <belanger@truman.edu>
2317
2318 * calc/calc-help.el (calc-m-prefix-help): Add mention of
2319 preserving embedded modes.
2320
2321 2005-05-10 Richard M. Stallman <rms@gnu.org>
2322
2323 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
2324
2325 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
2326 Move from ada-stmt.el.
2327 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
2328
2329 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
2330 Move to ada-mode.el.
2331 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
2332
2333 * cus-edit.el (custom-file): Call file-chase-links.
2334
2335 * files.el (read-directory-name): Fix previous change.
2336 (hack-local-variables-confirm): New function.
2337 (hack-local-variables-prop-line, hack-local-variables)
2338 (hack-one-local-variable): Use it.
2339
2340 2005-05-10 Lute Kamstra <lute@gnu.org>
2341
2342 * font-lock.el (font-lock-keywords-alist)
2343 (font-lock-removed-keywords-alist): Clarify docstrings.
2344
2345 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
2346
2347 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
2348 (gdb-source-info): Check for preprocessor info.
2349 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
2350 a macro for a function.
2351 (gdb-info-breakpoints-custom): Try to find file again if not already
2352 found (user might have used GDB dir command).
2353 (gdb-get-location): Update gdb-location-alist correctly for change
2354 to gdb-info-breakpoints-custom.
2355
2356 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
2357 (gud-tooltip-print-command): Add gdbmi case.
2358 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
2359 preprocessor info.
2360
2361 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
2362
2363 * startup.el (fancy-splash-insert): Fix typo in doc string.
2364
2365 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
2366
2367 * obsolete/float.el (string-to-float):
2368 * obsolete/hilit19.el (hilit-add-pattern):
2369 * obsolete/rnews.el (news-parse-range, news-select-message)
2370 (news-get-pruned-list-of-files): Replace `string-to-int' by
2371 `string-to-number'.
2372
2373 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
2374 `find-file-not-found-hooks'; use `add-hook'.
2375 (uncompress-while-visiting): Set `write-file-functions', not
2376 `write-file-hooks'; use `add-hook'.
2377
2378 2005-05-09 Kim F. Storm <storm@cua.dk>
2379
2380 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
2381 (cua-paste): Handle clipboard action.
2382 (cua--init-keymaps): Remap clipboard-kill-region and
2383 clipboard-kill-ring-save.
2384
2385 2005-05-08 Eli Zaretskii <eliz@gnu.org>
2386
2387 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2388 Improve commentary.
2389
2390 * simple.el (next-error-overlay-arrow-position): Revert the change
2391 made on 2005-04-30.
2392
2393 2005-05-07 Jay Belanger <belanger@truman.edu>
2394
2395 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
2396 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
2397 `calc-sel-reselect'.
2398
2399 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
2400 Calc is in embedded mode.
2401
2402 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2403
2404 * progmodes/compile.el (compilation-setup):
2405 Set overlay-arrow-string to an empty string on text terminals.
2406
2407 * textmodes/ispell.el (ispell-program-name): Try looking for
2408 "aspell" along exec-path, and if found, use it as the default
2409 speller program.
2410
2411 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
2412
2413 * international/mule.el (sgml-xml-auto-coding-function):
2414 Recognize encoding='FOO' in single quotes as well as in double quotes.
2415
2416 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2417
2418 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
2419 as well as `interactive', so that defmacro* would recognize
2420 `declare' forms.
2421
2422 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2423
2424 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2425 Explain more about the LIGHTER arg's usage in the doc string.
2426 Add commentary to clarify what the code does. Fix the regexp that
2427 strips whitespace from LIGHTER. Quote LIGHTER before using it,
2428 since it could have characters special to regular expressions.
2429
2430 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
2431
2432 * replace.el (occur-1): Bind inhibit-read-only so that
2433 erase-buffer doesn't barf on read-only text properties (likewise
2434 for add-text-properties in occur-engine). Mark buffer as unmodified.
2435 (occur-engine): Don't set buffer-read-only here.
2436
2437 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2438
2439 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
2440 list-buffers-directory. This caused the *cvs-commit* buffer to be
2441 sometimes mistakenly reused as a *cvs* buffer.
2442
2443 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
2444
2445 * tooltip.el: Move code for GUD tooltips into gud.el.
2446 (require): CL no longer needed to compile case.
2447 (tooltip-mode): Do not toggle functions for GUD tooltips.
2448 (tooltip-gud-tips-p): Remove. Replace with minor mode
2449 gud-tooltip-mode in gud.el.
2450 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
2451 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
2452 tooltip-gud prefix with gud-tooltip and obsolete.
2453 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
2454 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
2455 (tooltip-mouse-motion): Mouse movement functions/variable.
2456 Rename in gud.el by adding gud prefix.
2457 (tooltip-gud-original-filter, tooltip-gud-dereference)
2458 (tooltip-gud-event, tooltip-toggle-gud-tips)
2459 (tooltip-gud-process-output, tooltip-gud-print-command)
2460 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
2461 gud.el by replacing tooltip-gud prefix with gud-tooltip.
2462 (gdb-tooltip-print): Move to gdb-ui.el.
2463
2464 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
2465 (require): CL needed to compile case.
2466 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
2467 tooltip-gud-tips-p. Make it a minor-mode.
2468 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
2469 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
2470 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
2471 (gud-tooltip-change-major-mode)
2472 (gud-tooltip-activate-mouse-motions-if-enabled)
2473 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
2474 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
2475 (gud-tooltip-original-filter, gud-tooltip-dereference)
2476 (gud-tooltip-event, tooltip-toggle-gud-tips)
2477 (gud-tooltip-process-output, gud-tooltip-print-command)
2478 (gud-tooltip-tips): Move from tooltip.el.
2479
2480 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
2481 (gdb-cpp-define-alist-flags): Doc fix.
2482 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
2483 gud-tooltip-mode is t.
2484
2485 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2486
2487 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
2488 evaporate if their text is deleted.
2489 (goto-address-at-point): Make it work as a mouse binding as well.
2490 (goto-address-at-mouse): Obsolete it. Update users.
2491
2492 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
2493
2494 * calendar/appt.el (top-level): No longer activate on load.
2495
2496 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
2497
2498 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2499 * net/webjump.el (webjump):
2500 * progmodes/idlw-help.el (idlwave-do-context-help1)
2501 (idlwave-highlight-linked-completions):
2502 * textmodes/po.el (po-find-file-coding-system-guts):
2503 Replace `assoc-ignore-case' by `assoc-string'.
2504
2505 2005-05-06 Eli Zaretskii <eliz@gnu.org>
2506
2507 * files.el (locate-file): Doc fix.
2508
2509 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
2510 Remove the redundant test for ms-dos.
2511
2512 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
2513 look for the preprocessor with exec-suffixes. If not found in
2514 standard places, look in exec-path. Remove most of the tests that
2515 used system-type.
2516
2517 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
2518
2519 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
2520
2521 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
2522 file-name clash with jka-compr.el on 8+3 filesystems.
2523
2524 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2525
2526 * term/mac-win.el: Don't define or bind scroll bar functions if
2527 x-toolkit-scroll-bars is t.
2528 (x-select-text, x-get-selection-value):
2529 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
2530 (PRIMARY): Put mac-scrap-name property.
2531 (mac-select-convert-to-file-url): New function.
2532 (public.file-url): New selection target type. Add to
2533 selection-converter-alist.
2534 (x-get-selection, x-selection-value): Handle it.
2535 (x-cut-buffer-or-selection-value): New alias.
2536
2537 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2538
2539 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
2540 entry to avoid calling bibtex-find-entry with arg global
2541 being t. Remove arg key.
2542 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
2543 (bibtex-copy-summary-as-kill): Change accordingly.
2544
2545 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2546
2547 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
2548 (org-agenda-date-later): Use with-current-buffer.
2549
2550 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2551
2552 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
2553 (define-obsolete-variable-alias): Doc Fixes.
2554
2555 2005-05-06 Kim F. Storm <storm@cua.dk>
2556
2557 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
2558 vertical-motion when selective-display is active.
2559
2560 * ido.el (ido-setup-hook): New hook.
2561 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
2562 (ido-input-stack): New var.
2563 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
2564 ido-next-work-file binding to M-O.
2565 Bind M-f to ido-wide-find-file-or-pop-dir.
2566 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
2567 (ido-read-internal): Run ido-setup-hook.
2568 Catch quit in read-file-name and read-string to cancel edit.
2569 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
2570 Automatically pop-all when completing a directory name (RET).
2571 (ido-file-internal): Add with-no-warnings around ffap and dired code.
2572 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
2573 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
2574 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
2575 New functions for M-b/M-f to move among the directory components.
2576 (ido-make-merged-file-list): Catch quit to cancel merge.
2577 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
2578 (ido-completion-help): No warnings for ido-completion-buffer-full.
2579
2580 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
2581
2582 * font-lock.el (font-lock-negation-char-face): New face and variable.
2583 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
2584 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
2585 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
2586 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
2587
2588 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
2589
2590 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
2591 Fix typo in docstring.
2592
2593 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
2594 (ebrowse-print-statistics-line)
2595 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
2596
2597 * term/w32-win.el (image-library-alist): Add additional name for
2598 Xpm library.
2599
2600 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
2601
2602 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
2603 use gcc instead of cpp.
2604
2605 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
2606 (gdb-create-define-alist): Use it.
2607 (gdb-cpp-define-alist-program): Update for MS-DOS.
2608
2609 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
2610
2611 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
2612
2613 2005-05-04 Richard M. Stallman <rms@gnu.org>
2614
2615 * help.el (describe-key): No error when UNTRANSLATED is nil.
2616
2617 * simple.el (line-move-1): Fix previous change to signal errors
2618 appropriately.
2619
2620 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
2621
2622 * calendar/icalendar.el (icalendar-version): Now at 0.12.
2623 (icalendar-duration-correction): Remove.
2624 (icalendar--get-event-properties): Split result at commas.
2625 (icalendar--decode-isoduration): New optional argument
2626 DURATION-CORRECTION.
2627 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
2628 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
2629 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
2630 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
2631 (icalendar--convert-anniversary-to-ical): New functions, extracted
2632 from icalendar-export-region, with bug fixes.
2633 (icalendar-export-region): Use the above functions.
2634 (icalendar-import-buffer): Check before saving diary file.
2635 (icalendar--convert-recurring-to-diary)
2636 (icalendar--convert-non-recurring-all-day-to-diary)
2637 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
2638 extracted from icalendar--convert-ical-to-diary, with bug fixes.
2639 (icalendar--convert-ical-to-diary): Use the above functions.
2640
2641 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
2642
2643 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
2644 Remove these recent additions.
2645 (c-mode): Restore to before 2005-04-28.
2646
2647 * progmodes/cc-vars.el (cc-define-list-program): Remove this
2648 recent addition.
2649
2650 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
2651 (gdb-define-alist): New variables.
2652 (gdb-create-define-alist): New function.
2653 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
2654 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
2655 with string-to-number.
2656 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
2657
2658 * progmodes/gud.el: Replace string-to-int with string-to-number.
2659 (gud-find-file): Handle gdb-define-alist.
2660
2661 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
2662
2663 2005-05-02 Jay Belanger <belanger@truman.edu>
2664
2665 * calc/calc-aent.el (math-read-token):
2666 * calc/calc-bin.el (calc-word-size):
2667 * calc/calc-ext.el (calc-read-number-fancy):
2668 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
2669 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
2670 * calc/calc-frac.el (calc-over-notation):
2671 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
2672 (calc-graph-num-points, calc-graph-init):
2673 * calc/calc-prog.el (calc-read-parse-table-part)
2674 (calc-edit-macro-repeats):
2675 * calc/calc-yank.el (calc-do-grab-rectangle):
2676 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
2677 Replace `string-to-int' by `string-to-number'.
2678
2679 2005-05-02 Kim F. Storm <storm@cua.dk>
2680
2681 * kmacro.el: Use executing-kbd-macro-index variable.
2682
2683 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
2684
2685 * net/rlogin.el (rlogin-parse-words): Delete func.
2686 (rlogin): Use split-string, not rlogin-parse-words.
2687 Also, if there are option-like elements in the parsed args,
2688 take the host to be the first arg immediately following them.
2689 Suggested by Michael Mauger.
2690
2691 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2692
2693 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
2694
2695 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2696
2697 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
2698 (cc-mode-cpp-program): Rename to cc-define-list-program and
2699 move to cc-vars.el.
2700
2701 * progmodes/cc-vars.el (cc-define-list-program):
2702 Change to "gcc -E -dM -". Make customizable.
2703
2704 2005-05-02 Kim F. Storm <storm@cua.dk>
2705
2706 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
2707
2708 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2709
2710 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
2711
2712 * international/mule-util.el (truncate-string): Remove alias and
2713 obsolete declaration.
2714
2715 * international/mule-cmds.el (update-iso-coding-systems):
2716 Remove alias and obsolete declaration.
2717
2718 * international/mule.el (coding-system-parent): Remove alias and
2719 obsolete declaration.
2720
2721 * subr.el (define-function, sref): Remove aliases and obsolete
2722 declarations.
2723 (chars-in-region): Remove obsolete declaration.
2724
2725 2005-05-01 Richard M. Stallman <rms@gnu.org>
2726
2727 * info.el (Info-mode): Set widen-automatically to nil, locally.
2728
2729 * simple.el (widen-automatically): New variable.
2730 (pop-global-mark): Obey widen-automatically.
2731
2732 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2733
2734 * term/xterm.el (function-key-map): Call substitute-key-definition
2735 before the keymap size is increased by a lot of define-key calls.
2736
2737 2005-05-01 Richard M. Stallman <rms@gnu.org>
2738
2739 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
2740 Rename ARG to ELEMENT. Doc fix.
2741
2742 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2743
2744 * allout.el (allout-exposure): Remove macro and obsolete declaration.
2745 Remove references to allout-exposure/change to allout-new-exposure.
2746
2747 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
2748 bytecode symbols.
2749
2750 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
2751 (compiled-function-p, focus-frame, unfocus-frame):
2752 Remove aliases and obsolete declarations.
2753 Back out inadvertent changes from previous commit.
2754
2755 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2756
2757 * files.el (require-final-newline): Make Custom tags consistent
2758 with mode-require-final-newline.
2759 (mode-require-final-newline): Doc fix.
2760
2761 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2762
2763 * international/latexenc.el (latexenc-find-file-coding-system):
2764 Fix regular expressions.
2765
2766 2005-05-01 David Kastrup <dak@gnu.org>
2767
2768 * international/latexenc.el (latexenc-find-file-coding-system):
2769 Fix regular expressions.
2770
2771 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2772
2773 * subr.el (string-to-int): Make obsolete.
2774
2775 2005-04-30 Richard M. Stallman <rms@gnu.org>
2776
2777 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
2778
2779 * loadup.el: load jka-comp-hook.
2780
2781 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
2782 (jka-compr-handler): Add autoload. `put' calls moved
2783 to jka-comp-hook.el.
2784 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
2785 (jka-compr-inhibit): Autoload.
2786
2787 * jka-comp-hook.el: New file.
2788 Enable the mode by default.
2789
2790 * files.el (backup-buffer-copy): Use copy-file instead
2791 of write-region, and put back the 'excl.
2792
2793 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
2794
2795 * progmodes/flymake.el (flymake-split-string)
2796 (flymake-split-string, flymake-log, flymake-pid-to-names)
2797 (flymake-reg-names, flymake-get-source-buffer-name)
2798 (flymake-unreg-names, flymake-add-line-err-info)
2799 (flymake-add-err-info): Clarify docstrings.
2800 (flymake-popup-menu, flymake-make-emacs-menu)
2801 (flymake-make-xemacs-menu): Add docstrings.
2802 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
2803 Set variables directly throughout.
2804
2805 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
2806
2807 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
2808 exists. Initialise cc-define-alist.
2809 (c-mode): Add cc-create-define-alist locally to after-save-hook.
2810 If there is no file (Macroexpansion) don't create an alist.
2811
2812 2005-04-29 Sam Steingold <sds@gnu.org>
2813
2814 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
2815 (cc-create-define-alist): Use it instead of the hard-coded string.
2816
2817 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2818
2819 * international/mule-conf.el (file-coding-system-alist): Fix regexp
2820 for latexenc.
2821
2822 2005-04-29 Lute Kamstra <lute@gnu.org>
2823
2824 * emacs-lisp/generic.el: Improve commentary section.
2825 (define-generic-mode): Improve docstring.
2826
2827 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
2828
2829 * textmodes/org.el (many places): Change to quiet the byte compiler.
2830 (org-prefix-format-compiled): New variable.
2831 (org-compile-prefix-format): New function.
2832 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
2833 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
2834 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
2835 (org-get-entries-from-diary): Use `org-get-time-of-day' for
2836 consistency with entries from `org-mode' files.
2837 (org-get-time-of-day): Fix bug with partial matches early in a line.
2838 (org-non-link-chars): New constant.
2839 (org-link-regexp): Respect `org-non-link-chars'.
2840 (org-agenda-day-view): Remove command.
2841 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
2842 (org-follow-bbdb-link, org-store-link): Search also company field.
2843 (org-highlight-overlay): New variable.
2844 (org-highlight, org-unhighlight): New functions.
2845 (org-agenda-mode): Add pre-command-hook to remove highlight.
2846 (org-evaluate-time-range): Behavior depends upon whether time stamp
2847 contains a time or not.
2848 (org-show-subtree, org-show-entry): New functions.
2849 (org-agenda-cleanup-fancy-diary): Remove empty lines.
2850
2851 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
2852
2853 * comint.el (comint-output-filter-functions): Add autoload cookie.
2854
2855 2005-04-28 Kim F. Storm <storm@cua.dk>
2856
2857 * ido.el (ido-everywhere): Fix last change.
2858
2859 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2860
2861 * international/latexenc.el: New file.
2862 * international/mule-conf.el (file-coding-system-alist): For .tex,
2863 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
2864
2865 2005-04-28 Lute Kamstra <lute@gnu.org>
2866
2867 * font-lock.el (font-lock-add-keywords)
2868 (font-lock-remove-keywords): Clarify docstring.
2869 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
2870 Don't start docstrings with a `*'.
2871 (font-lock-update-removed-keyword-alist): Give it a docstring.
2872
2873 * generic-x.el: Update commentary section.
2874 Only require font-lock when compiling.
2875 Define all modes conditionally.
2876 Place all generic modes in the generic-x-modes customization group.
2877 (generic-x-modes): New customization group.
2878 (generic-default-modes, generic-mswindows-modes)
2879 (generic-unix-modes, generic-other-modes): New constants.
2880 (generic-define-mswindows-modes, generic-define-unix-modes):
2881 Update docstrings. Make them obsolete.
2882 (generic-extras-enable-list): New default value. Update docstring.
2883 Improve :type. Change :set function.
2884 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
2885 Fix docstring.
2886
2887 * emacs-lisp/generic.el (generic-mode-internal):
2888 Simplify font-lock-defaults.
2889 (define-generic-mode): Fix docstring.
2890
2891 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2892
2893 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
2894 font-lock-face property to highlight matches.
2895
2896 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
2897
2898 * progmodes/cc-mode.el (cc-create-define-alist): New function.
2899 (cc-define-alist): New variable.
2900 (c-mode): Make it local and initialise it.
2901
2902 * progmodes/gdb-ui.el (gdb-active-process): New variable.
2903 (gdb-exited): New function.
2904 (gdb-annotation-rules): Use it.
2905 (gdb-starting): Set gdb-active-process to t.
2906 (gdb-stopping): Amend doc string.
2907 (gdb-reset): Set gdb-active-process to nil.
2908
2909 * tooltip.el (tooltip-gud-tips): Show the associated #define
2910 directives when a C program under GDB is not executing.
2911
2912 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2913
2914 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
2915 font-lock-fontify-syntactic-keywords.
2916
2917 * font-lock.el (font-lock-default-fontify-region): Don't force
2918 parse-sexp-lookup-properties to nil.
2919
2920 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2921
2922 * man.el (man-mode-syntax-table): Set up `:' to have
2923 word-constituent syntax.
2924
2925 2005-04-27 Lute Kamstra <lute@gnu.org>
2926
2927 * novice.el (disable-command): Don't add spurious newlines to the
2928 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
2929
2930 2005-04-26 Jay Belanger <belanger@truman.edu>
2931
2932 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
2933 than one window before deleting window.
2934
2935 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
2936
2937 * shell.el (shell-prompt-pattern): Doc fix.
2938 (shell-mode): Set paragraph-separate buffer locally to "\\'".
2939
2940 * comint.el (comint-prompt-regexp, comint-get-old-input)
2941 (comint-use-prompt-regexp)
2942 (comint-use-prompt-regexp-instead-of-fields)
2943 (comint-replace-by-expanded-history, comint-send-input)
2944 (comint-output-filter, comint-get-old-input-default)
2945 (comint-line-beginning-position, comint-bol, comint-show-output)
2946 (comint-backward-matching-input, comint-forward-matching-input)
2947 (comint-next-prompt, comint-previous-prompt):
2948 Rename `comint-use-prompt-regexp-instead-of-fields' to
2949 `comint-use-prompt-regexp'. Keep old name as alias and declare
2950 obsolete.
2951 (comint-use-prompt-regexp): Shorten first line of doc string.
2952
2953 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
2954 Set paragraph-separate buffer locally to "\\'".
2955
2956 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
2957 Adapt to above name change.
2958
2959 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
2960 (smbclient-prompt-regexp): Ditto.
2961
2962 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
2963
2964 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
2965
2966 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
2967 gdb-location-list.
2968 Break lines that are over 80 characters wide.
2969
2970 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2971
2972 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
2973 New fun and var, to preserve compatibility.
2974
2975 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
2976
2977 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
2978
2979 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
2980 name to file-newer-than-file-p.
2981
2982 2005-04-26 Richard M. Stallman <rms@gnu.org>
2983
2984 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
2985
2986 * progmodes/python.el (python-mode):
2987 Use new name eldoc-documentation-function.
2988
2989 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
2990
2991 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
2992 (eldoc-documentation-function):
2993 Rename from eldoc-print-current-symbol-info-function. Calls changed.
2994
2995 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
2996
2997 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
2998
2999 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3000
3001 * term/xterm.el (function-key-map): Fix strings for
3002 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
3003 {C,S,A,C-S}-{f1-f12}.
3004
3005 2005-04-26 Kenichi Handa <handa@m17n.org>
3006
3007 * international/mule-cmds.el (select-safe-coding-system):
3008 Fix previous change.
3009
3010 2005-04-26 Lute Kamstra <lute@gnu.org>
3011
3012 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
3013
3014 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
3015 (font-lock-comment-delimiter-face): Ditto.
3016
3017 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
3018
3019 2005-04-25 Jay Belanger <belanger@truman.edu>
3020
3021 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
3022 to t while inserting information; use help-mode.
3023
3024 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3025
3026 * term.el (ansi-term-color-vector): Use the xterm colors.
3027 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
3028
3029 2005-04-25 Lute Kamstra <lute@gnu.org>
3030
3031 * font-core.el (font-lock-defaults): Fix docstring.
3032
3033 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
3034
3035 2005-04-25 Kenichi Handa <handa@m17n.org>
3036
3037 * international/mule-cmds.el (select-safe-coding-system):
3038 Don't check consistency with coding: spec, etc if raw-text or
3039 no-conversion was found to be safe.
3040
3041 2005-04-24 Richard M. Stallman <rms@gnu.org>
3042
3043 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
3044 citation markers at start of each line.
3045
3046 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
3047 citation markers at start of each line.
3048
3049 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
3050
3051 * files.el (mode-require-final-newline): Fix previous change.
3052 (require-final-newline): Fix type label.
3053
3054 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3055
3056 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
3057 statement in buffer (broken by 2004-11-24 change).
3058
3059 2005-04-24 Kim F. Storm <storm@cua.dk>
3060
3061 * ido.el (ido-everywhere): Save and restore old read-buffer-function
3062 and read-file-name-function values. Don't overwrite existing
3063 non-nil values if ido-mode is enabled without ido-everywhere.
3064
3065 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
3066
3067 * files.el (mode-require-final-newline): Minor doc fix.
3068
3069 2005-04-24 Eli Zaretskii <eliz@gnu.org>
3070
3071 * subr.el (syntax-after): Doc fix.
3072 (syntax-class): If argument is nil, return nil. Mask off upper 16
3073 bits, not 8 bits.
3074
3075 * files.el (mode-require-final-newline): Doc fix.
3076 (backup-buffer-copy): Fix last change.
3077
3078 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3079
3080 * term/mac-win.el: Require select. Set selection-coding-system to
3081 mac-system-coding-system. Call menu-bar-enable-clipboard.
3082 (x-last-selected-text-clipboard, x-last-selected-text-primary)
3083 (x-select-enable-clipboard): New variables.
3084 (x-select-text, x-get-selection, x-selection-value)
3085 (x-get-selection-value, mac-select-convert-to-string)
3086 (mac-services-open-file, mac-services-open-selection)
3087 (mac-services-insert-text): New functions.
3088 (CLIPBOARD, FIND): Put mac-scrap-name property.
3089 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
3090 (public.tiff): Put mac-ostype property.
3091 (selection-converter-alist): Add entries for them.
3092 (mac-application-menu-map): New keymap.
3093 (interprogram-cut-function, interprogram-paste-function): Set to
3094 x-select-text and x-get-selection-value, respectively.
3095 (split-window-keep-point): Set to t.
3096
3097 2005-04-23 Richard M. Stallman <rms@gnu.org>
3098
3099 * files.el (read-directory-name): Always pass non-nil
3100 DEFAULT-FILENAME arg to read-file-name.
3101 (backup-buffer-copy, basic-save-buffer-2): Take care against
3102 writing thru an unexpected existing symlink.
3103 (revert-buffer): In indirect buffer, revert the base buffer.
3104 (magic-mode-alist): Doc fix.
3105 (buffer-stale-function): Doc fix.
3106 (minibuffer-with-setup-hook): Avoid warning.
3107 (mode-require-final-newline): Doc and custom fix.
3108
3109 * follow.el (follow-end-of-buffer): Use with-no-warnings.
3110
3111 * font-lock.el (font-lock-comment-face): On terminals with few colors,
3112 use the default appearance.
3113 (font-lock-comment-delimiter-face): New face, new variable.
3114
3115 * imenu.el (imenu--generic-function): The official position of a
3116 definition is the start of the line that BEG is in.
3117
3118 * midnight.el (midnight-timer): Move defvar up.
3119
3120 * mouse.el (mouse-drag-region-1): Delete some debugging code.
3121
3122 * saveplace.el (save-place-to-alist): Use with-no-warnings.
3123
3124 * startup.el (command-line): Use with-no-warnings.
3125
3126 * window.el (window-size-fixed): New defvar.
3127
3128 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
3129
3130 * mail/rmail.el (rmail-font-lock-keywords):
3131 Use font-lock-comment-delimiter-face.
3132
3133 * mail/sendmail.el (mail-font-lock-keywords):
3134 Use font-lock-comment-delimiter-face.
3135
3136 * progmodes/compile.el (next-error-highlight-timer): New defvar.
3137
3138 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
3139
3140 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3141 Specify t for LAXMATCH when matching directories.
3142 Save match data around compilation-compat-error-properties form.
3143
3144 2005-04-23 David Kastrup <dak@gnu.org>
3145
3146 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
3147 Mention that the autoloaded aliases should be kept for AUCTeX.
3148
3149 2005-04-23 Andreas Schwab <schwab@suse.de>
3150
3151 * isearch.el (isearch-forward): Doc fix.
3152
3153 2005-04-23 Eli Zaretskii <eliz@gnu.org>
3154
3155 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
3156 (jit-lock-stealth-nice): Change default value to 0.5.
3157
3158 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
3159
3160 * abbrev.el (write-abbrev-file): Write table entries in
3161 alphabetical order by table name.
3162
3163 2005-04-22 Kim F. Storm <storm@cua.dk>
3164
3165 * ido.el (ido-read-internal): Fix `list' completion.
3166
3167 2005-04-22 Kenichi Handa <handa@m17n.org>
3168
3169 * recentf.el (recentf-save-file-coding-system): New variable.
3170 (recentf-save-list): Encode the file by
3171 recentf-save-file-coding-system and add coding: tag.
3172
3173 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
3174
3175 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
3176
3177 2005-04-21 Lute Kamstra <lute@gnu.org>
3178
3179 * loadhist.el (unload-feature): Don't remove a function from hooks
3180 if it is about to be restored to an autoload . Remove functions
3181 that will become unbound from auto-mode-alist. Simplify the code.
3182
3183 * subr.el (assq-delete-all): New implementation that is linear,
3184 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
3185 (rassq-delete-all): New function.
3186
3187 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3188 Add size-indication-mode.
3189
3190 2005-04-21 Kenichi Handa <handa@m17n.org>
3191
3192 * international/mule-cmds.el: Add autoload for widget-value in
3193 eval-when-compile.
3194
3195 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
3196
3197 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3198 Add tooltip-mode.
3199
3200 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
3201
3202 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
3203
3204 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
3205 (inferior-lisp-filter-regexp, inferior-lisp-program)
3206 (inferior-lisp-load-command, inferior-lisp-prompt)
3207 (inferior-lisp-mode-hook, lisp-source-modes)
3208 (inferior-lisp-load-hook): defvar->defcustom.
3209 (inferior-lisp-program, inferior-lisp-prompt)
3210 (inferior-lisp-load-hook): Doc fixes.
3211 (inferior-lisp-install-letter-bindings): Small change in
3212 introductory comment.
3213
3214 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3215
3216 * vc.el (vc-annotate-color-map): Change some colors so that text
3217 using them as foreground is readable on both white and black
3218 backgrounds.
3219
3220 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3221
3222 * international/mule-conf.el (translation-table-for-input):
3223 Remove redundant declaration.
3224
3225 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3226
3227 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
3228
3229 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
3230 (tooltip-toggle-gud-tips): New function.
3231
3232 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3233
3234 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
3235 right angle brackets.
3236
3237 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3238
3239 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
3240
3241 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3242
3243 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
3244 Remove. Update callers to use expand-file-name instead.
3245
3246 * subr.el (syntax-class): New function.
3247
3248 * simple.el (blink-matching-open): Use it.
3249
3250 * paren.el (show-paren-function): Use it to recognize parens that are
3251 also used in 2-char comment markers.
3252
3253 2005-04-19 Lute Kamstra <lute@gnu.org>
3254
3255 * loadhist.el (unload-feature): Update for new format of
3256 load-history. Simplify the code.
3257
3258 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3259
3260 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
3261 (mac-add-charset-info): New function. Initialize variable
3262 mac-charset-info-alist using it.
3263 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
3264 for translation.
3265 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
3266 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
3267 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
3268 New CCL programs.
3269
3270 2005-04-19 Kim F. Storm <storm@cua.dk>
3271
3272 * simple.el (next-buffer, prev-buffer, next-error)
3273 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3274 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
3275
3276 * bindings.el (next-buffer, prev-buffer, next-error)
3277 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3278 (clone-indirect-buffer-other-window): Move bindings from simple.el.
3279 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
3280 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
3281
3282 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3283
3284 * isearch.el (isearch-edit-string): Make the search-ring available for
3285 minibuffer history commands.
3286 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
3287 the default history commands now work just as well.
3288 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
3289
3290 2005-04-18 Kim F. Storm <storm@cua.dk>
3291
3292 * emulation/cua-base.el (cua--pre-command-handler): Add more
3293 elaborate check for shift modifier on non-window systems.
3294
3295 2005-04-18 Lars Hansen <larsh@math.ku.dk>
3296
3297 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
3298
3299 2005-04-18 Kim F. Storm <storm@cua.dk>
3300
3301 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
3302 and make it optional. Don't test tooltip-gud-echo-area here.
3303 (tooltip-gud-process-output, gdb-tooltip-print):
3304 Pass tooltip-gud-echo-area to tooltip-show.
3305 (tooltip-help-tips): Remove second optional arg to tooltip-show.
3306
3307 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3308
3309 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
3310 `display-graphic-p' may not be bound yet.
3311
3312 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
3313
3314 * startup.el (command-line): No longer enable Xterm Mouse mode by
3315 default in terminals compatible with xterm.
3316
3317 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
3318
3319 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
3320
3321 * tooltip.el (tooltip-gud-echo-area): Rename from
3322 tooltip-use-echo-area.
3323 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
3324 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
3325 area independently of where help tooltips are displayed.
3326
3327 2005-04-17 David Kastrup <dak@gnu.org>
3328
3329 * cus-theme.el (custom-theme-write-variables): Quote variables
3330 where necessary.
3331
3332 2005-04-17 Richard M. Stallman <rms@gnu.org>
3333
3334 * simple.el (yank-excluded-properties): Add follow-link to value.
3335
3336 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
3337
3338 * startup.el (fancy-splash-max-time): Just 30 seconds.
3339 (fancy-splash-delay): Just 7.
3340 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
3341
3342 * loadhist.el (unload-feature): Update for new format of load-history.
3343 Simplify the code.
3344
3345 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
3346 (rmail-font-lock-keywords): Don't fontify the text of a citation.
3347
3348 * mail/sendmail.el (mail-font-lock-keywords):
3349 Don't fontify subject text.
3350 Don't fontify the text of a citation.
3351
3352 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
3353
3354 * comint.el (comint-output-filter): Run comint-output-filter-functions
3355 with point where the user had it.
3356
3357 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3358
3359 * international/ucs-tables.el (ucs-set-table-for-input):
3360 Disable when using unify-on-decoding.
3361
3362 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3363
3364 * emulation/cua-base.el (cua-global-mark-face): Add special case
3365 for displays supporting a high number of colors.
3366
3367 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3368
3369 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
3370
3371 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
3372
3373 * filesets.el (filesets-add-buffer): If user supplies a name of a
3374 non-existing fileset, create a new fileset.
3375
3376 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
3377
3378 * textmodes/org.el (org-up-heading-all): Fix bug with
3379 `outline-up-heading-all'.
3380
3381 2005-04-16 Andreas Schwab <schwab@suse.de>
3382
3383 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
3384 /etc/permissions.d/* and /etc/aliases.d/*.
3385
3386 2005-04-16 Kenichi Handa <handa@m17n.org>
3387
3388 * international/code-pages.el (cp-make-coding-system):
3389 Set `translation-table-for-input' property value to the symbol
3390 ucs-mule-to-mule-unicode, not to that value.
3391 (pt154): Escape guillemet by `\'.
3392
3393 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
3394
3395 * loadup.el: Load tooltip if x-show-tip is fboundp.
3396
3397 * startup.el (command-line): Add comment.
3398
3399 * tooltip.el (tooltip-mode): Specify correct standard value for
3400 Custom in init-value.
3401
3402 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
3403
3404 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
3405 possible.
3406
3407 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
3408
3409 * textmodes/org.el (org-agenda-date-prompt): Rename from
3410 `org-agenda-date-today'.
3411 (org-evaluate-time-range): Insert at point instead of directly
3412 after time range.
3413 (org-first-headline-recenter, org-subtree-end-visible-p)
3414 (org-optimize-window-after-visibility-change): New functions
3415 (org-agenda-post-command-hook): Don't allow point at end of line,
3416 to make sure it always hits the text properties.
3417 (org-agenda-next-date-line, org-agenda-previous-date-line):
3418 New commands.
3419 (org-set-regexps-and-options): Category may contain white space.
3420 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3421 Improve marker positions.
3422 (org-agenda-new-marker): Argument POS made optional.
3423 (org-agenda-get-timestamps): Deadlines which are done are listed
3424 in org-done-face now.
3425 (org-agenda-get-todos, org-agenda-get-timestamps)
3426 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3427 Set `undone-face' and `done-face' properties.
3428 (org-last-todo-state-is-todo): New variable.
3429 (org-todo): Set `org-last-todo-state-is-todo'.
3430 (org-agenda-todo): Change face according to
3431 `org-last-todo-state-is-todo'. And change other lines refering to
3432 the same entry.
3433 (org-calendar-goto-agenda): New command.
3434 (org-calendar-to-agenda-key): New option.
3435 (org-startup-folded): New allowed value `content'.
3436 (org-set-regexps-and-options): Accept new value `content' for
3437 `org-startup-folded'.
3438 (org-get-current-options): Handle new value `content' for
3439 `org-startup-folded'.
3440 (org-insert-todo-heading): New command.
3441 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
3442 interactively in empty file and option
3443 `org-insert-mode-line-in-empty-file' has been set.
3444 (org-agenda-todo,org-agenda-priority): Modify to use
3445 `org-agenda-change-all-lines'.
3446 (org-warning-face): Change color on dark background
3447
3448 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3449
3450 * international/mule-cmds.el (set-locale-environment): On Mac OS,
3451 use preferences AppleLocale and AppleLanguages, and variable
3452 mac-system-locale for default locale. On Mac OS Classic, use
3453 mac-system-coding-system for default coding systems.
3454
3455 * term/mac-win.el: Don't set file-name-coding-system.
3456 Decode variables system-name, emacs-build-system, user-login-name, and
3457 user-full-name by mac-system-coding-system on Mac OS Classic.
3458 (mac-system-coding-system): New variable.
3459
3460 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
3461
3462 * startup.el (command-line): Handle `xterm-mouse-mode' before
3463 reading init file.
3464
3465 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
3466
3467 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3468
3469 * progmodes/sh-script.el (sh-here-document-word): Make it a
3470 defcustom. Doc fix.
3471 (sh-add): Bash uses $(( )) for arithmetic.
3472 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
3473 (sh-maybe-here-document): Remove quotes and leading whitespace
3474 from heredoc word when closing. Indent heredoc with tabs if word
3475 starts with "-".
3476
3477 2005-04-13 Richard M. Stallman <rms@gnu.org>
3478
3479 * simple.el (undo): Fix previous change.
3480
3481 * custom.el (defface): Doc fix.
3482
3483 2005-04-13 Lute Kamstra <lute@gnu.org>
3484
3485 * Makefile.in (DONTCOMPILE): Remove list.
3486 (compile, compile-always): Don't use DONTCOMPILE.
3487 (update-authors): Load the library in which batch-update-authors
3488 is defined.
3489 * makefile.w32-in (DONTCOMPILE): Remove list.
3490 (compile, compile-always): Fix comments.
3491 (update-authors): Load the library in which batch-update-authors
3492 is defined.
3493
3494 * generic-x.el (generic-mode-ini-file-find-file-hook):
3495 Rename to ini-generic-mode-find-file-hook.
3496 Keep generic-mode-ini-file-find-file-hook as an alias.
3497 (ini-generic-mode-find-file-hook): Rename from
3498 generic-mode-ini-file-find-file-hook. Fix docstring.
3499 (ini-generic-mode): Docstring change.
3500 (bat-generic-mode-run-as-comint): Silence the byte compiler.
3501
3502 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
3503 called from lisp.
3504
3505 * generic.el: Move to the emacs-lisp subdir.
3506
3507 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3508
3509 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
3510 and C-S- function and cursor motion keys.
3511
3512 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
3513
3514 * startup.el (command-line): Enable Xterm Mouse mode by default.
3515 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
3516 for Custom. No longer show "Mouse" in mode line when enabled.
3517 Doc fix.
3518
3519 2005-04-12 Kim F. Storm <storm@cua.dk>
3520
3521 * emulation/cua-base.el (cua-rectangle-face)
3522 (cua-rectangle-noselect-face): Define face attributes here.
3523
3524 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
3525
3526 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3527
3528 * startup.el (command-line): Turn off blinking cursor if
3529 cursorBlink in resources is off or false.
3530
3531 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3532
3533 * term/mac-win.el (dnd): Require dnd.
3534 (mac-drag-n-drop): Call dnd-handle-one-url.
3535 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
3536 (kTextEncodingISOLatin2): Remove constants.
3537 (mac-script-code-coding-systems): New constant.
3538 (mac-handle-language-change): New function.
3539 (special-event-map): Bind it to `language-change' event.
3540 (mac-centraleurroman, mac-cyrillic): New coding systems.
3541 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
3542 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
3543 and mac-cyrillic-encoder to encode-mac-centraleurroman and
3544 encode-mac-cyrillic, respectively.
3545
3546 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3547
3548 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
3549 Don't set overlay-arrow-string to "=>" as this is done
3550 globally in C now.
3551
3552 2005-04-12 Lute Kamstra <lute@gnu.org>
3553
3554 * generic-x.el (rc-generic-mode, rul-generic-mode):
3555 Fix auto-mode-alist entries.
3556 (etc-fstab-generic-mode): Tweak fontification.
3557
3558 * generic.el (generic-make-keywords-list): Fix docstring.
3559 (generic-mode-internal): Simplify generic-font-lock-keywords.
3560
3561 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3562
3563 * whitespace.el (whitespace-buffer-leading)
3564 (whitespace-buffer-trailing): Revert the incorrect test inversion.
3565 However, fix the highlight area for the leading and
3566 trailing whitespaces to show space.
3567
3568 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3569
3570 * whitespace.el (whitespace-version): Bump to 3.5
3571
3572 (whitespace-buffer-leading, whitespace-buffer-trailing):
3573 Invert sense of the test to highlight the whitespace.
3574
3575 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3576
3577 * progmodes/gud.el (gud-display-line): GUD uses its own
3578 overlay arrow now so don't set overlay-arrow-string.
3579 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
3580
3581 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3582
3583 * term.el (term-ansi-current-bold, term-ansi-current-underline)
3584 (term-ansi-current-reverse, term-ansi-current-invisible)
3585 (term-ansi-face-already-done): Change to boolean.
3586 (term-reset-terminal, term-handle-colors-array): Handle the above
3587 vars accordingly.
3588 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
3589 (term-emulate-terminal): Use the new name.
3590
3591 * faces.el (secondary-selection): Use yellow1, not yellow.
3592 (trailing-whitespace): Use red1, not red.
3593
3594 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3595
3596 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
3597 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
3598 (dired-dnd-handle-file): Call dnd-get-local-file-uri
3599
3600 * cus-edit.el (dnd): New group.
3601
3602 * term/w32-win.el (dnd): Require dnd
3603 (w32-drag-n-drop): Call dnd-handle-one-url.
3604
3605 * x-dnd.el: Require dnd.
3606 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
3607 Call dnd-handle-one-url.
3608 (x-dnd-types-alist, x-dnd-insert-utf8-text)
3609 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
3610 to dnd-insert-text.
3611 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
3612 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
3613 (x-dnd-get-local-file-name, x-dnd-open-local-file)
3614 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
3615
3616 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
3617
3618 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3619
3620 * wdired.el: Doc fixes.
3621 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
3622 (wdired-use-dired-vertical-movement): Rename from
3623 wdired-always-move-to-filename-beginning.
3624 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
3625 (wdired-change-to-wdired-mode): Change mode name.
3626 (wdired-newline): Delete.
3627
3628 2005-04-11 Richard M. Stallman <rms@gnu.org>
3629
3630 * whitespace.el (whitespace-highlight-the-space):
3631 Don't call whitespace-unhighlight-the-space here.
3632
3633 * simple.el (undo): Record t in undo-equiv-table
3634 for the redo record made by an undo-in-region.
3635
3636 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3637
3638 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
3639 (gdb-frame-inferior-io-buffer): New Functions to control
3640 display of separate IO buffer.
3641 (menu): Add them to menu-bar.
3642 (gdb-display-buffer): Check for buffer another frame.
3643 Protect GUD buffer.
3644 (gdb-setup-windows): Create IO buffer if not already there.
3645 (gdb-memory-mode): Remove purecopy noops.
3646
3647 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
3648
3649 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
3650 and pass to self-insert-command.
3651
3652 2005-04-11 Lute Kamstra <lute@gnu.org>
3653
3654 * generic.el: Commentary section cleanup.
3655 (generic): Delete.
3656 (generic-use-find-file-hook, generic-lines-to-scan)
3657 (generic-find-file-regexp, generic-ignore-files-regexp)
3658 (default-generic-mode, generic-mode-find-file-hook)
3659 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
3660 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
3661 (generic-use-find-file-hook, generic-lines-to-scan)
3662 (generic-find-file-regexp, generic-ignore-files-regexp)
3663 (default-generic-mode, generic-mode-find-file-hook)
3664 (generic-mode-ini-file-find-file-hook): Move from generic.el.
3665
3666 2005-04-10 Karl Fogel <kfogel@red-bean.com>
3667
3668 * bookmark.el (bookmark-write-file): Catch errors writing file.
3669 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
3670
3671 2005-04-10 Richard M. Stallman <rms@gnu.org>
3672
3673 * startup.el (fancy-splash-tail): Update copyright year.
3674 (command-line): Split part of -Q into -D.
3675 (emacs-basic-display): New defvar.
3676 (fancy-splash-text): Correct name of menu item.
3677
3678 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
3679
3680 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
3681 lines in one node.
3682
3683 * comint.el (comint-send-input): New arg ARTIFICIAL.
3684 Callers in this file changed.
3685
3686 * abbrev.el (define-abbrevs): Read system abbrevs properly.
3687
3688 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
3689
3690 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
3691
3692 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
3693 `ldap-search-internal'.
3694
3695 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3696
3697 * files.el (set-auto-mode-1): Use line-end-position.
3698
3699 * international/latin-1.el:
3700 * international/latin-2.el:
3701 * international/latin-3.el:
3702 * international/latin-4.el:
3703 * international/latin-5.el:
3704 * international/latin-8.el:
3705 * international/latin-9.el: Give punctuation syntax to NBSP.
3706
3707 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
3708 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
3709 Use char-classes to accept non-ascii letters, accepted in some recent
3710 bibtex implementations.
3711
3712 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3713
3714 * custom.el (custom-set-minor-mode): Any non-nil value for the
3715 variable should enable the mode when set through Custom.
3716
3717 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3718
3719 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
3720 TAB binding so tab-always-indent is obeyed.
3721 (vhdl-minibuffer-local-map): Move initialization into declaration.
3722 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
3723 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
3724 (vhdl-hooked-abbrev): Avoid test for XEmacs.
3725 (vhdl-current-line): Use line-beginning-position.
3726 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
3727 with-output-to-temp-buffer, so the current position can be recorded.
3728
3729 2005-04-10 Masatake YAMATO <jet@gyve.org>
3730
3731 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3732 Add regexp for gcov.
3733
3734 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3735
3736 * calendar/time-date.el (time-to-seconds, seconds-to-time)
3737 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
3738 syntax which Emacs 20 doesn't support.
3739
3740 2005-04-09 Richard M. Stallman <rms@gnu.org>
3741
3742 * help.el (describe-key-briefly, describe-key):
3743 Replace strings as event types with "(any string)".
3744
3745 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3746
3747 * arc-mode.el (archive-mode-map): Move initialization into
3748 the declaration. Override *all* bindings of `undo'.
3749 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
3750
3751 2005-04-09 Jay Belanger <belanger@truman.edu>
3752
3753 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
3754
3755 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3756
3757 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
3758 (xterm-register-default-colors): Update color values computation
3759 to match xterm-200.
3760
3761 2005-04-09 Kenichi Handa <handa@m17n.org>
3762
3763 * international/code-pages.el (iso-latin-7): Fix the map.
3764
3765 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
3766
3767 * emacs-lisp/lisp.el (defun-prompt-regexp)
3768 (parens-require-spaces, buffer-end, end-of-defun)
3769 (insert-parentheses): Doc fixes.
3770
3771 2005-04-08 Kim F. Storm <storm@cua.dk>
3772
3773 * comint.el (comint-highlight-prompt): Fix face spec.
3774 * hi-lock.el (hi-green): Likewise.
3775
3776 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3777
3778 * cus-edit.el (custom-modified-face):
3779 * comint.el (comint-highlight-input): Fix previous changes.
3780 * term.el (term-handle-ansi-escape): Add a comment.
3781
3782 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3783
3784 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
3785 in the buffer and in whitespace-highlighted-space.
3786 (whitespace-unhighlight-the-space): Simplify.
3787 (whitespace-buffer): Simplify.
3788
3789 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3790
3791 * textmodes/table.el (table-cell-face): Add special case for
3792 displays supporting a high number of colors.
3793 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3794 (vhdl-font-lock-reserved-words-face)
3795 (vhdl-speedbar-architecture-face)
3796 (vhdl-speedbar-instantiation-face)
3797 (vhdl-speedbar-architecture-selected-face)
3798 (vhdl-speedbar-instantiation-selected-face): Likewise.
3799 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
3800 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
3801 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
3802 (ebrowse-root-class-face, ebrowse-member-attribute-face)
3803 (ebrowse-progress-face): Likewise.
3804 * progmodes/compile.el (compilation-info-face): Likewise.
3805 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
3806 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
3807 * calendar/calendar.el (diary-face): Likewise.
3808 * woman.el (woman-italic-face, woman-bold-face)
3809 (woman-unknown-face): Likewise.
3810 * wid-edit.el (widget-button-pressed-face): Likewise.
3811 * whitespace.el (whitespace-highlight-face): Likewise.
3812 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
3813 * pcvs-info.el (cvs-marked-face): Likewise.
3814 * info.el (info-xref): Likewise.
3815 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
3816 * hilit-chg.el (highlight-changes-face)
3817 (highlight-changes-delete-face): Likewise.
3818 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
3819 (hi-red-b): Likewise.
3820 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
3821 * font-lock.el (font-lock-keyword-face)
3822 (font-lock-function-name-face, font-lock-warning-face): Likewise.
3823 * cus-edit.el (custom-invalid-face, custom-modified-face)
3824 (custom-set-face, custom-changed-face, custom-variable-tag-face)
3825 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
3826 * comint.el (comint-highlight-prompt): Likewise.
3827
3828 2005-04-08 Lute Kamstra <lute@gnu.org>
3829
3830 * font-lock.el (font-lock-keywords): Docstring fixes.
3831
3832 2005-04-08 Kenichi Handa <handa@m17n.org>
3833
3834 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
3835 chars are more than a limit, print " and more..." at the tail.
3836
3837 2005-04-08 Kim F. Storm <storm@cua.dk>
3838
3839 * emacs-lisp/authors.el (authors-aliases): Update list.
3840 (authors-ignored-files): New list.
3841 (authors-fixed-entries): Fix typo.
3842 (authors-renamed-files-alist): Update list.
3843 (authors-add): Check authors-ignored-files.
3844
3845 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
3846
3847 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
3848 optional, to ensure backward compatibility.
3849
3850 2005-04-08 Stephen Eglen <stephen@gnu.org>
3851
3852 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
3853
3854 2005-04-08 Kim F. Storm <storm@cua.dk>
3855
3856 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
3857
3858 * mouse.el (mouse-on-link-p): Doc fix.
3859
3860 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
3861
3862 * ielm.el (ielm-prompt-read-only): Doc fix.
3863
3864 * comint.el (comint-prompt-read-only): Doc fix.
3865
3866 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
3867
3868 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
3869 ensure dired always handles wildcards passed to ffap.
3870 (find-file-at-point): Use it.
3871 (ffap-dired-wildcards): Doc fix.
3872
3873 2005-04-07 Juri Linkov <juri@jurta.org>
3874
3875 * simple.el (next-error-overlay-arrow-position): New defvar.
3876 Put "=>" on its property `overlay-arrow-string'. Add it to
3877 `overlay-arrow-variable-list'.
3878
3879 * progmodes/compile.el (compilation-setup):
3880 Set `next-error-overlay-arrow-position' to nil. Also set it to
3881 nil in the local hook `kill-buffer-hook'. Make local variable
3882 `overlay-arrow-string' and set it to "=>".
3883 (compilation-goto-locus): Set BOL position to
3884 `next-error-overlay-arrow-position' instead of
3885 `overlay-arrow-position'.
3886
3887 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
3888 locally instead of adding it to the global hook.
3889 (Info-kill-buffer): Move up.
3890
3891 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
3892
3893 * term/xterm.el (xterm-standard-colors): Update color values from
3894 xterm-200.
3895
3896 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
3897
3898 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
3899
3900 * fast-lock.el:
3901 * lazy-lock.el: Move them to the obsolete subdir.
3902
3903 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3904
3905 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
3906 (wdired-add-replace-advice): Remove.
3907 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
3908
3909 2005-04-06 Kim F. Storm <storm@cua.dk>
3910
3911 * startup.el (command-line): Add --bare-bones alias for -Q.
3912
3913 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3914
3915 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
3916 create the startup fontset if a font specification ends with
3917 `mac-roman'.
3918
3919 2005-04-06 Lute Kamstra <lute@gnu.org>
3920
3921 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
3922 change.
3923
3924 * emacs-lisp/copyright.el (copyright-update-year): Replace the
3925 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
3926
3927 2005-04-05 Lute Kamstra <lute@gnu.org>
3928
3929 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
3930 (define-generic-mode): Ditto. Fix debug declaration.
3931
3932 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
3933 Put them in the generic-x group.
3934
3935 * calendar/timeclock.el (timeclock): Doc fix.
3936
3937 * generic.el (define-generic-mode): Don't use custom-current-group.
3938 Document default :group value.
3939 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
3940 (define-global-minor-mode): Don't use custom-current-group.
3941
3942 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
3943
3944 * startup.el (command-line-1): Display startup-echo-area-message
3945 when fancy splash screen is in use.
3946
3947 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
3948 (sh-escaped-newline): New face.
3949 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
3950 newline, and use sh-escaped-newline face.
3951
3952 * progmodes/tcl.el (tcl-escaped-newline): New face.
3953 (tcl-builtin-list): New variable.
3954 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
3955 newlines. Fix keywords subexpression number.
3956
3957 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
3958
3959 * textmodes/org.el (org-diary-default-entry): Fix call to
3960 `add-to-diary-entry'.
3961
3962 2005-04-05 Kim F. Storm <storm@cua.dk>
3963
3964 * ediff-init.el: Use (featurep 'xemacs).
3965
3966 2005-04-05 David Ponce <david@dponce.com>
3967
3968 * cus-edit.el (face): Derive from symbol widget. Display sample
3969 of the current face on the fly.
3970 (widget-face-sample-face-get, widget-face-notify): New functions.
3971 (widget-face-value-create): Remove.
3972
3973 * wid-edit.el (widget-field-end): Temporarily remove field
3974 narrowing before to call `get-char-property'.
3975
3976 2005-04-04 Jay Belanger <belanger@truman.edu>
3977
3978 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
3979 (math-read-subscripts): New variable.
3980 (math-read-preprocess-string): Process subscripts.
3981
3982 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
3983
3984 * comint.el (comint-prompt-read-only): Doc fix.
3985
3986 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
3987 `-1'. Doc fix.
3988
3989 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
3990
3991 * textmodes/org.el (org-insert-mode-line-in-empty-file):
3992 Change default value to nil.
3993
3994 2005-04-04 Lute Kamstra <lute@gnu.org>
3995
3996 * autorevert.el (auto-revert-mode): Specify :group.
3997 * battery.el (display-battery-mode): Specify :group.
3998 * diff-mode.el (diff-minor-mode): Specify :group.
3999 * font-core.el (font-lock-mode): Specify :group.
4000 * hl-line.el (hl-line-mode): Specify :group.
4001 * iimage.el (iimage): New customization group.
4002 (iimage-mode): Specify :group.
4003 * longlines.el (longlines-mode): Specify :group.
4004 * master.el: Don't require easy-mmode.
4005 (master): New customization group.
4006 (master-mode): Specify :group.
4007 * msb.el (msb-mode): Specify :group.
4008 * reveal.el (reveal-mode): Specify :group.
4009 * simple.el (next-error-follow-minor-mode): Specify :group.
4010 * smerge-mode.el (smerge-mode): Specify :group.
4011 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
4012 * emulation/cua-base.el (cua-mode): Specify :group.
4013 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
4014 * language/thai-util.el (thai-auto-composition-mode)
4015 (thai-word-mode): Specify :group.
4016 * mail/supercite.el (sc-minor-mode): Specify :group.
4017 * progmodes/cwarn.el (cwarn-mode): Specify :group.
4018 * progmodes/flymake.el (flymake-mode): Specify :group.
4019 * progmodes/glasses.el (glasses-mode): Specify :group.
4020 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
4021 * textmodes/enriched.el (enriched-mode): Specify :group.
4022 * textmodes/refill.el (refill-mode): Specify :group.
4023
4024 * add-log.el (change-log-font-lock-keywords): Names in
4025 parenthesized lists can contain spaces.
4026
4027 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
4028
4029 * startup.el (fancy-splash-text): Shorten default text of
4030 "Emacs Tutorial" line. Also, if the current language env
4031 indicates an available tutorial file other than TUTORIAL,
4032 extract its title and append it to the line in parentheses.
4033 (fancy-splash-insert): If arg is a thunk, funcall it.
4034
4035 2005-04-04 Jay Belanger <belanger@truman.edu>
4036
4037 * calc.el (calc-language-alist): Add tags to customization type.
4038
4039 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
4040
4041 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
4042 Doc fix.
4043
4044 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
4045
4046 * add-log.el (change-log-font-lock-keywords): The manual
4047 describing a Change Log entry, says: (...) "Aside from these
4048 header lines, every line in the change log starts with a space or
4049 a tab.". The font-lock was not highlighting lines started with
4050 spaces, added support for it.
4051
4052 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4053
4054 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
4055 (bibtex-generate-url-list): Update docstring accordingly. Put the
4056 complex example in the docstring.
4057 (bibtex-font-lock-url): Use pop.
4058
4059 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4060
4061 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
4062
4063 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
4064
4065 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4066
4067 * filesets.el (filesets-set-default): Doc fix.
4068
4069 2005-04-03 Lute Kamstra <lute@gnu.org>
4070
4071 * generic.el (define-generic-mode): Add argument to specify
4072 keywords for defcustom.
4073 (default-generic-mode): Specify :group.
4074
4075 * generic-x.el: Specify :group for all generic modes.
4076
4077 * desktop.el (desktop-no-desktop-file-hook)
4078 (desktop-after-read-hook): Doc fix.
4079
4080 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
4081
4082 * simple.el (visible-mode): Use explicit :group keyword.
4083 This changes the group of `visible-mode-hook' from paren-blinking
4084 to editing-basics.
4085
4086 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
4087
4088 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
4089 mailbox specifications as well as URLs.
4090 (rmail-insert-inbox-text): Remove unused conditional branches.
4091
4092 2005-04-01 Jay Belanger <belanger@truman.edu>
4093
4094 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
4095 (calc-gnuplot-print-command): Move definitions to calc.el.
4096
4097 * calc/calc-embed.el (calc-embedded-announce-formula)
4098 (calc-embedded-open-formula, calc-embedded-close-formula)
4099 (calc-embedded-open-word, calc-embedded-close-word)
4100 (calc-embedded-open-plain, calc-embedded-close-plain)
4101 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4102 (calc-embedded-open-mode, calc-embedded-close-mode):
4103 Move definitions to calc.el.
4104
4105 * calc/calc.el (calc-settings-file, calc-language-alist):
4106 Make customizable.
4107 (calc-embedded-announce-formula, calc-embedded-open-formula)
4108 (calc-embedded-close-formula, calc-embedded-open-word)
4109 (calc-embedded-close-word, calc-embedded-open-plain)
4110 (calc-embedded-close-plain, calc-embedded-open-new-formula)
4111 (calc-embedded-close-new-formula, calc-embedded-open-mode)
4112 (calc-embedded-close-mode, calc-gnuplot-name)
4113 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
4114 from other files and make customizable.
4115
4116 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4117
4118 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
4119 Use buffer-live-p.
4120 (cvs-mode-run): Don't call cvs-update-header here.
4121 (cvs-run-process): Call cvs-update-header.
4122 Use process properties for cvs-postprocess and cvs-buffer so that
4123 the sentinel can behave better if the temp buffer is killed.
4124 Use a pipe rather than a tty, to better handle unexpected prompts.
4125 (cvs-sentinel): Rewrite. Call cvs-update-header.
4126
4127 2005-04-01 Andre Spiegel <spiegel@gnu.org>
4128
4129 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
4130 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
4131
4132 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4133
4134 * generic.el (define-generic-mode): Add indentation rule.
4135
4136 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4137
4138 * files.el (mode-require-final-newline): Make Custom correctly
4139 report a nil value and allow to set it to nil via Custom.
4140 Doc fix.
4141
4142 2005-04-01 Kenichi Handa <handa@m17n.org>
4143
4144 * international/characters.el: Enable the correct case setting for
4145 dotless-i and dotted-I.
4146
4147 2005-04-01 Kim F. Storm <storm@cua.dk>
4148
4149 * ido.el (ido-file-internal): Fall back to non-ido command if
4150 initial directory is on slow ftp (or tramp) host.
4151
4152 2005-03-31 Richard M. Stallman <rms@gnu.org>
4153
4154 * emacs-lisp/autoload.el (make-autoload):
4155 Handle define-global-minor-mode.
4156
4157 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4158 Rename from easy-mmode-define-global-mode.
4159 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
4160
4161 * progmodes/scheme.el (scheme-mode-syntax-table):
4162 Update syntax of | and # for two-character comment syntax.
4163
4164 2005-03-31 Lute Kamstra <lute@gnu.org>
4165
4166 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
4167 (define-minor-mode): Call custom-current-group at load-time.
4168
4169 * generic.el (define-generic-mode): Add debug declaration.
4170 Add defcustom for the mode hook.
4171 (generic-mode-internal): Use run-mode-hooks.
4172
4173 2005-03-31 Kim F. Storm <storm@cua.dk>
4174
4175 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
4176 (mouse-fixup-help-message): New defun called by show_help_echo
4177 to fixup mouse-2 prefix in help messages when applicable.
4178
4179 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
4180
4181 2005-03-31 Kenichi Handa <handa@m17n.org>
4182
4183 * language/thai-word.el (thai-find-word-ends): Pay attention to
4184 the case that we reach the end of buffer.
4185
4186 * textmodes/fill.el (fill-text-properties-at): New function.
4187 (fill-newline): Use fill-text-properties-at instead of
4188 text-properties-at.
4189
4190 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4191
4192 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
4193 not comint-quote-filename.
4194
4195 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
4196
4197 * help-fns.el (help-with-tutorial): Revert last change.
4198
4199 2005-03-31 Kim F. Storm <storm@cua.dk>
4200
4201 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
4202
4203 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
4204
4205 * calendar/cal-china.el: Update reference to "Calendrical
4206 Calculations" book; there's a new edition.
4207 * calendar/cal-coptic.el: Likewise.
4208 * calendar/cal-french.el: Likewise.
4209 * calendar/cal-hebrew.el: Likewise.
4210 * calendar/cal-islam.el: Likewise.
4211 * calendar/cal-iso.el: Likewise.
4212 * calendar/cal-julian.el: Likewise.
4213 * calendar/cal-mayan.el: Likewise.
4214 * calendar/cal-persia.el: Likewise.
4215 * calendar/calendar.el: Likewise.
4216 * calendar/holidays.el: Likewise.
4217 * calendar/lunar.el: Likewise.
4218 * calendar/solar.el: Likewise.
4219
4220 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
4221 white space from doc string.
4222
4223 2005-03-30 Jay Belanger <belanger@truman.edu>
4224
4225 * calc/calc-help.el (calc-full-help): Remove email address.
4226
4227 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4228
4229 * help-fns.el (help-with-tutorial): Delete title line.
4230
4231 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4232
4233 * calendar/cal-x.el (calendar-one-frame-setup)
4234 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
4235 rather than 'symbol for set-window-dedicated-p.
4236
4237 * calendar/appt.el (appt-buffer-name): Make it a constant.
4238 (appt-add): Doc fix.
4239
4240 * filesets.el (filesets-menu-path, filesets-menu-before)
4241 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
4242 (filesets-menu-cache-file): Use directory ~/.emacs.d.
4243 (filesets-add-submenu): Delete and use add-submenu instead.
4244
4245 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
4246
4247 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
4248 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
4249 (org-diary-default-entry): New function.
4250 (org-get-entries-from-diary): Better parsing of diary entries.
4251 (org-agenda-check-no-diary): New function.
4252 ("diary-lib"): Advice to function `add-to-diary-list', to allow
4253 linking to diary entries.
4254 (org-agenda-execute-calendar-command): New function.
4255 (org-agenda): Improve visible section in window.
4256 Use `org-fit-agenda-window'.
4257 (org-fit-agenda-window): New option.
4258 (org-move-subtree-down): Better handling of empty lines
4259 at end of subtree.
4260 (org-cycle): Numeric prefix is interpreted now as show-subtree N
4261 levels up.
4262 (org-fontify-done-headline): New option.
4263 (org-headline-done-face): New face.
4264 (org-set-font-lock-defaults): Use `org-headline-done-face'.
4265 (org-table-copy-down): Rename from `org-table-copy-from-above'.
4266 When current field is non-empty, it is copied to next row.
4267 (org-table-copy-from-above): Fix bug which made it
4268 impossible to copy fields containing only a single non-white character.
4269
4270 2005-03-30 Kim F. Storm <storm@cua.dk>
4271
4272 * kmacro.el (kmacro-end-macro): Isearch may store this command
4273 into the macro -- so ignore it when executing keyboard macro.
4274
4275 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4276
4277 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
4278
4279 2005-03-29 Kenichi Handa <handa@m17n.org>
4280
4281 * language/thai.el ("Thai"): Set setup-function and exit-function
4282 for Thai language environment.
4283
4284 * language/thai-util.el: Require thai-word.
4285 (thai-word-mode-map): New variable.
4286 (thai-word-mode): New minor mode.
4287 (setup-thai-language-environment-internal): New function.
4288 (exit-thai-language-environment-internal): New function.
4289
4290 * language/thai-word.el (thai-word-table): Declare it by defvar,
4291 use dolist to initialize it.
4292 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
4293 (thai-fill-find-break-point): New functions.
4294
4295 2005-03-29 Richard M. Stallman <rms@gnu.org>
4296
4297 * simple.el (idle-update-delay): Move definition up.
4298 (set-mark): Doc fix.
4299
4300 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
4301
4302 * longlines.el: New file.
4303
4304 * simple.el (buffer-substring-filters): New variable.
4305 (filter-buffer-substring): New function.
4306 (kill-region, copy-region-as-kill): Use it.
4307
4308 * register.el (copy-to-register, append-to-register)
4309 (prepend-to-register): Use filter-buffer-substring.
4310
4311 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4312
4313 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
4314 (gud-filter-pending-text): Move in front of gdb.
4315 (gud-overlay-arrow-position): New variable.
4316 (gud-sentinel, gud-display-line): Use it in place of
4317 overlay-arrow-position.
4318
4319 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4320
4321 * progmodes/fortran.el (fortran-if-indent): Doc fix.
4322 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
4323 (fortran-font-lock-keywords-4): New variable.
4324 (fortran-blocks-re, fortran-end-block-re)
4325 (fortran-start-block-re): New constants, for hideshow.
4326 (hs-special-modes-alist): Add a Fortran entry.
4327 (fortran-mode-map): Bind fortran-end-of-block,
4328 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
4329 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
4330 (fortran-looking-at-if-then, fortran-end-of-block)
4331 (fortran-beginning-of-block): New functions, for hideshow.
4332
4333 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4334 Doc fix. Tweak regexp.
4335 (f90-beginning-of-block): Push mark first.
4336
4337 2005-03-29 Jay Belanger <belanger@truman.edu>
4338
4339 * calc/calc.el: Update copyright date.
4340 (calc-version): Increase to 2.1.
4341 (calc-version-date): Remove.
4342
4343 * calc/calc-help.el: Update copyright date.
4344 (calc-full-help): Remove reference to calc-version-date.
4345 Update copyright date.
4346
4347 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4348
4349 * vc.el (vc-do-command): Use a pipe for async processes, so password
4350 prompts don't show up at places where the user can't reply.
4351
4352 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4353
4354 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
4355 on the file name we pass to the inferior shell.
4356
4357 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4358
4359 * progmodes/which-func.el (which-function): Be robust in the face of an
4360 imenu--make-index-alist failure.
4361
4362 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4363
4364 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
4365
4366 * progmodes/python.el (python-preoutput-filter): Fix last change.
4367
4368 2005-03-29 Lute Kamstra <lute@gnu.org>
4369
4370 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
4371 functions and compiled macros.
4372 (debug-convert-byte-code): Handle macros too.
4373 (debug-on-entry-1): Don't signal an error when trying to clear a
4374 function that is not set to debug on entry.
4375
4376 2005-03-29 Jay Belanger <belanger@truman.edu>
4377
4378 * calc/calc-lang.el: Add functions to math-function-table
4379 properties of tex and math.
4380
4381 2005-03-29 Kenichi Handa <handa@m17n.org>
4382
4383 * ps-mule.el (ps-mule-plot-string): Translate characters by
4384 ps-print-translation-table.
4385 (ps-mule-begin-job): Call find-charset-region/string with
4386 ps-print-translation-table.
4387 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
4388
4389 * ps-print.el (ps-print-translation-table): New variable.
4390 (ps-plot-region): Translate characters by ps-print-translation-table.
4391
4392 2005-03-29 Juri Linkov <juri@jurta.org>
4393
4394 * simple.el (next-error-highlight-timer): New variable.
4395
4396 * progmodes/compile.el (compilation-goto-locus):
4397 Use `next-error-highlight-timer' instead of `sit-for'.
4398
4399 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4400
4401 * mail/supercite.el (sc-mail-field): Use assoc-string.
4402 (sc-get-address): Simplify regexps.
4403
4404 * files.el (minibuffer-with-setup-hook): New macro.
4405 (find-file-read-args): Use it to avoid let-binding
4406 minibuffer-with-setup-hook (which breaks turning on/off
4407 file-name-shadow-mode while in the prompt).
4408
4409 * complete.el (PC-read-include-file-name-internal): Use test-completion.
4410
4411 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
4412
4413 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
4414
4415 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4416
4417 * window.el (window-buffer-height): Use count-screen-lines.
4418
4419 * progmodes/python.el (python-preoutput-leftover): New var.
4420 (python-preoutput-filter): Use it.
4421 (python-send-receive): Loop until all the result has been received.
4422
4423 2005-03-28 Juri Linkov <juri@jurta.org>
4424
4425 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
4426
4427 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
4428 "Recover Crashed Session".
4429 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
4430 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
4431 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
4432 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
4433 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
4434 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
4435 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
4436 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
4437
4438 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
4439 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
4440 Ediff Sessions", "Toggle use of separate control buffer frame",
4441 "Use separate frame for Ediff control buffer".
4442
4443 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
4444 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
4445 "Rename Bookmark", "Delete Bookmark".
4446
4447 * info.el (Info-mode-menu): Remove ellipsis from "Index".
4448 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
4449 Add `:active Info-index-alternatives' to "Next Matching Item".
4450
4451 * wdired.el (wdired-change-to-wdired-mode):
4452 Mention `wdired-abort-changes' key in the initial message.
4453
4454 * international/mule.el (auto-coding-alist): Associate non-ascii
4455 image filename extensions with `no-conversion'.
4456
4457 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4458
4459 * international/iso-acc.el:
4460 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
4461
4462 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4463
4464 * textmodes/sgml-mode.el (html-mode): Doc update.
4465
4466 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
4467
4468 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
4469
4470 * term.el (term-move-columns): Fix face after extending a line.
4471 (term-insert-spaces): Likewise.
4472 (term-reset-terminal): Fix off by one error.
4473
4474 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4475
4476 * international/mule.el (auto-coding-alist): Add .xpi files.
4477
4478 * files.el (auto-mode-alist): Add .xpi files.
4479
4480 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
4481
4482 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
4483
4484 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4485
4486 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
4487
4488 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4489
4490 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
4491 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
4492
4493 * calendar/cal-move.el (calendar-beginning-of-year): Move the
4494 cursor to Jan 1 when needed.
4495 (calendar-end-of-year): Fix -/+ typo.
4496 Reported by Chong Yidong <cyd@stupidchicken.com>.
4497
4498 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4499
4500 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
4501
4502 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
4503 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
4504
4505 2005-03-25 Richard M. Stallman <rms@gnu.org>
4506
4507 * filesets.el (filesets-init): Add autoload.
4508
4509 * mail/mailalias.el (mail-directory): Doc fix.
4510
4511 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4512
4513 * mail/mailalias.el (mail-directory-process): Do nothing if
4514 mail-directory-process is an atom.
4515 (mail-get-names): Ignore mail-directory-names if it is an atom.
4516 (mail-directory-process defvar): Doc fix.
4517 (mail-names): Doc fix.
4518
4519 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
4520
4521 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
4522
4523 2005-03-26 Kenichi Handa <handa@m17n.org>
4524
4525 * international/mule-util.el (detect-coding-with-priority):
4526 Call update-coding-systems-internal before detect-coding-region.
4527
4528 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
4529
4530 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4531 (gdb-frames-mode-map): Add follow-link property.
4532
4533 2005-03-25 Jay Belanger <belanger@truman.edu>
4534
4535 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
4536 for variables.
4537
4538 2005-03-25 Juri Linkov <juri@jurta.org>
4539
4540 * image-mode.el: Optimize image filename extension regexps in
4541 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
4542 in `auto-mode-alist'.
4543 (image-mode): Add `image-toggle-display-text' to local hook
4544 `change-major-mode-hook'. Display the image as an image by
4545 default. Set `cursor-type' and `truncate-lines' if the image
4546 is already displayed. Take into account the current mode (image
4547 or text) in message.
4548 (image-minor-mode): New minor mode.
4549 (image-mode-maybe, image-toggle-display-text): New functions.
4550 (image-toggle-display): Use called-interactively-p.
4551 Let-bind `inhibit-read-only' to t.
4552
4553 * image-mode.el (image-minor-mode): Set `cursor-type' and
4554 `truncate-lines' if the image is already displayed. Add turning
4555 image-minor-mode off to `change-major-mode-hook'. Add message.
4556 Call `image-toggle-display-text' after turning image-minor-mode off.
4557
4558 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4559
4560 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
4561 Terminal.app, use utf-8.
4562 (set-display-table-and-terminal-coding-system): Add coding-system arg.
4563 (set-locale-environment): Use it.
4564
4565 * term/xterm.el: Undo last change, better done in mule-cmds.el.
4566
4567 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
4568
4569 * progmodes/python.el (python-close-block-statement-p)
4570 (python-outdent-p, python-current-defun): Use symbol-end.
4571
4572 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
4573
4574 * files.el (save-some-buffers): Doc fix.
4575
4576 2005-03-25 Werner Lemberg <wl@gnu.org>
4577
4578 * complete.el, thumbs.el: Replace `legal' with `valid'.
4579 * calendar/calendar.el: Replace `legal' with `valid'.
4580 * emacs-lisp/advice.el: Replace `legal' with `valid'.
4581 * mail/supercite.el: Replace `legal' with `valid'.
4582 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
4583 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
4584 Replace `legal' with `valid'.
4585 * textmodes/reftex-vars.el, textmodes/reftex.el:
4586 Replace `legal' with `valid'.
4587
4588 2005-03-25 Werner Lemberg <wl@gnu.org>
4589
4590 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
4591 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
4592 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
4593 * emulation/vip.el: Replace `illegal' with `invalid'.
4594 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
4595 * mail/supercite.el: Replace `illegal' with `invalid'.
4596 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
4597 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
4598 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
4599 * progmodes/sh-script.el, progmodes/xscheme.el:
4600 Replace `illegal' with `invalid'.
4601 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
4602 * textmodes/reftex-index.el, textmodes/reftex-parse.el
4603 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
4604 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
4605
4606 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4607
4608 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
4609 (flymake-find-buildfile, flymake-find-possible-master-files)
4610 (flymake-check-include, flymake-parse-line): Replace loops over the
4611 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
4612
4613 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
4614 Substitute file-name-as-directory in the rest of the file.
4615 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
4616 (flymake-replace-region): Remove unused arg `buffer'.
4617 (flymake-check-patch-master-file-buffer): Update calls to it.
4618 (flymake-add-err-info): Remove unused var `count'.
4619 (flymake-mode): Use define-minor-mode.
4620
4621 * progmodes/flymake.el: Use with-current-buffer.
4622 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
4623 flymake-replace-regexp-in-string, flymake-line-beginning-position)
4624 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
4625 Avoid testing for `xemacs'.
4626 (flymake-nop): Move.
4627 (flymake-region-has-flymake-overlays): Return the computed value.
4628 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
4629 Remove unused var `endline'.
4630 (flymake-get-line-count): Remove unused function.
4631 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
4632
4633 * emulation/vi.el:
4634 * generic.el:
4635 * hilit-chg.el (global-highlight-changes):
4636 * hi-lock.el (hi-lock-mode):
4637 * follow.el: find-file-hooks -> find-file-hook.
4638
4639 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
4640
4641 2005-03-24 Juri Linkov <juri@jurta.org>
4642
4643 * dired.el (dired-mode-map): Add menu item "Compare directories"
4644 for dired-compare-directories.
4645
4646 * dired-aux.el (dired-compare-directories): Add autoload cookie.
4647 Doc fix. Replace `read-file-name' with `read-directory-name'.
4648
4649 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4650
4651 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
4652
4653 2005-03-24 Jay Belanger <belanger@truman.edu>
4654
4655 * calc/calc-embed.el (calc-embedded-mode-change): Save all
4656 relevant mode settings in calc-embedded-original-modes when modes
4657 are permanently changed.
4658
4659 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4660
4661 * autoinsert.el: find-file-hooks -> find-file-hook.
4662
4663 2005-03-24 Lute Kamstra <lute@gnu.org>
4664
4665 * generic.el (generic-font-lock-defaults): Make it obsolete.
4666 (generic-font-lock-keywords): New variable to replace
4667 generic-font-lock-defaults.
4668 (generic-mode-set-font-lock): Delete it.
4669 (generic-mode-internal): Don't call generic-mode-set-font-lock.
4670 (generic-bracket-support): Add docstring.
4671
4672 * generic-x.el: Rename generic-font-lock-defaults to
4673 generic-font-lock-keywords throughout.
4674 (mailagent-rules-setup-function): Delete it.
4675 (mailagent-rules-generic-mode): Use anonymous function instead.
4676 (show-tabs-generic-mode-font-lock-defaults-1)
4677 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
4678 Quote faces.
4679 (show-tabs-tab-face, show-tabs-space-face): Specify background,
4680 not foreground.
4681
4682 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4683 Recognize define-generic-mode.
4684
4685 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4686
4687 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
4688 if there's no completion table.
4689
4690 2005-03-23 Miles Bader <miles@gnu.org>
4691
4692 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4693 Remove tty-specific variants, as they're no longer needed.
4694
4695 2005-03-23 Lute Kamstra <lute@gnu.org>
4696
4697 * generic-x.el: Code cleanup: make args constant whenever possible.
4698 (installshield-statement-keyword-list)
4699 (installshield-system-functions-list)
4700 (installshield-system-variables-list, installshield-types-list)
4701 (installshield-funarg-constants-list): Make them constants.
4702
4703 * generic.el (generic-make-keywords-list): Add autoload cookie.
4704
4705 * calendar/time-date.el: Add comment on time value formats.
4706 Don't require parse-time.
4707 (with-decoded-time-value): New macro.
4708 (encode-time-value): New function.
4709 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4710 (days-to-time): Return a valid time value when arg is huge.
4711 (time-since): Use time-subtract.
4712 (time-to-number-of-days): Use time-to-seconds.
4713
4714 2005-03-23 David Ponce <david@dponce.com>
4715
4716 * recentf.el: (recentf-keep): New option.
4717 (recentf-menu-action): Default to `find-file'.
4718 (recentf-keep-non-readable-files-flag)
4719 (recentf-keep-non-readable-files-p)
4720 (recentf-file-readable-p, recentf-find-file)
4721 (recentf-cleanup-remote): Remove.
4722 (recentf-include-p): More robust.
4723 (recentf-keep-p): New function.
4724 (recentf-remove-if-non-kept): Rename from
4725 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
4726 All callers updated.
4727 (recentf-menu-items-for-commands): Fix help string.
4728 (recentf-track-closed-file): Update. Doc fix.
4729 (recentf-cleanup): Update. Count removed files. Doc fix.
4730
4731 2005-03-23 Kim F. Storm <storm@cua.dk>
4732
4733 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4734 Don't inherit from fringe face (now happens automatically).
4735
4736 2005-03-22 Kim F. Storm <storm@cua.dk>
4737
4738 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
4739 position values.
4740
4741 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4742
4743 * menu-bar.el (showhide-date-time): Remove.
4744 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
4745 (menu-bar-make-mm-toggle): Simplify.
4746
4747 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4748
4749 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
4750 Accept qualified variable and function names.
4751
4752 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
4753
4754 * bindings.el (completion-ignored-extensions):
4755 Remove ".lis" for `vax-vms'.
4756
4757 2005-03-22 Andreas Schwab <schwab@suse.de>
4758
4759 * generic-x.el: Revert last change.
4760 * ldefs-boot.el: Update.
4761
4762 2005-03-22 Jay Belanger <belanger@truman.edu>
4763
4764 * calc/calc-embed (calc-embedded-original-modes): New variable.
4765 (calc-embedded-save-original-modes)
4766 (calc-embedded-restore-original-modes): New functions.
4767 (calc-do-embedded): Save original modes when entering embedded mode
4768 and restore when leaving embedded mode.
4769 (calc-embedded-modes-change): Change the value of
4770 calc-embedded-original-modes to reflect permanent changes.
4771
4772 2005-03-22 Lute Kamstra <lute@gnu.org>
4773
4774 * generic-x.el: Require generic again.
4775
4776 2005-03-22 Miles Bader <miles@gnu.org>
4777
4778 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4779 Tweak details to look good on both ttys and bitmap displays, light
4780 or dark background, etc.
4781
4782 2005-03-21 Kim F. Storm <storm@cua.dk>
4783
4784 * tooltip.el (tooltip-show-help-function): Check car and cdr of
4785 mouse position.
4786
4787 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4788
4789 * icomplete.el: Don't forcibly turn on the mode upon load.
4790 (icomplete-mode): Use define-minor-mode.
4791 (icomplete-eoinput): Default to nil.
4792 (icomplete-minibuffer-setup): Remove autoload.
4793 (icomplete-tidy): Simplify.
4794 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
4795 in the initial state or if the user has modified the field.
4796 Fix handling of icomplete-max-delay-chars.
4797 Remove code that handles the oddball case where
4798 minibuffer-completion-table is an integer.
4799 Wrap icomplete-completions in while-no-input in case building
4800 completions takes more time than expected.
4801 (icomplete-completions): Simplify.
4802
4803 2005-03-21 Richard M. Stallman <rms@gnu.org>
4804
4805 * jka-compr.el (jka-compr-really-do-compress):
4806 Make variable buffer-local.
4807
4808 * image-mode.el: Handle .xpm files too.
4809 (image-toggle-display): Preserve modification flag.
4810
4811 * help.el (where-is): Don't mention aliases with no key bindings.
4812
4813 2005-03-21 Lute Kamstra <lute@gnu.org>
4814
4815 * generic.el: Fix commentary section. Don't require cl for compilation.
4816 (generic-mode-list): Add autoload cookie.
4817 (generic-use-find-file-hook, generic-lines-to-scan)
4818 (generic-find-file-regexp, generic-ignore-files-regexp)
4819 (generic-mode, generic-mode-find-file-hook)
4820 (generic-mode-ini-file-find-file-hook): Fix docstrings.
4821 (define-generic-mode): Make it a defmacro. Fix docstring.
4822 (generic-mode-internal): Code cleanup. Add autoload cookie.
4823 (generic-mode-set-comments): Code cleanup.
4824 * generic-x.el: Don't prevent compilation. Don't require generic.
4825 Follow coding conventions. Minor code cleanup.
4826 (etc-fstab-generic-mode): Add some keywords.
4827 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
4828 define-generic-mode like a function declaration.
4829
4830 2005-03-21 Jay Belanger <belanger@truman.edu>
4831
4832 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
4833 changing modes.
4834
4835 2005-03-21 Sam Steingold <sds@gnu.org>
4836
4837 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
4838
4839 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
4840
4841 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
4842 Add underscore to "f$ lexicals" regexp.
4843
4844 2005-03-20 Juri Linkov <juri@jurta.org>
4845
4846 * subr.el (progress-reporter-do-update): When `min-value' is equal
4847 to `max-value', set `percentage' to 0 and prevent division by zero.
4848
4849 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
4850
4851 Sync with Tramp 2.0.48.
4852
4853 * tramp.el (all): Change all addresses to .gnu.org.
4854 (tramp-append-tramp-buffers): New defun.
4855 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
4856 Catch `dont-send' signal.
4857 (tramp-set-auto-save-file-modes): Set always permissions, because
4858 there might be an old auto-saved file belonging to another
4859 original file. This could be a security threat. Reported by
4860 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
4861 Check for Emacs 21.3.50 removed.
4862
4863 * tramp-smb.el (all): Remove debug construct for
4864 `with-parsed-tramp-file-name'.
4865 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
4866 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
4867 No error message if DIRECTORY or FILENAME doesn't exist.
4868 (tramp-smb-open-connection): Check existence of
4869 `tramp-smb-program'.
4870
4871 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4872
4873 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
4874 Properly handle the case where the `m' or `s' command's argument is not
4875 yet terminated.
4876 (perl-indent-new-calculate): New function.
4877 (perl-indent-line): Use it.
4878
4879 2005-03-20 Miles Bader <miles@gnu.org>
4880
4881 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
4882 in text-mode too. Change to new face names.
4883 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
4884 Add `:weight bold' attribute.
4885 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
4886
4887 2005-03-19 Juri Linkov <juri@jurta.org>
4888
4889 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
4890
4891 * international/mule.el (auto-coding-alist): Sync with
4892 `auto-mode-alist' by adding upper case archive file extensions
4893 and adding ear/war to jar extension.
4894
4895 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
4896
4897 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
4898 running, restart it.
4899
4900 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
4901
4902 * finder.el (finder-current-item): Throw an error on an empty line.
4903
4904 * man.el (Man-follow-manual-reference): If current-word returns
4905 nil, use "".
4906
4907 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
4908
4909 * simple.el (goto-line): Doc fix.
4910
4911 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
4912
4913 * files.el (save-buffer): Doc fix.
4914
4915 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
4916
4917 * recentf.el (recentf-cleanup-remote): New variable.
4918 (recentf-cleanup): Use it to conditionally check availablity of
4919 remote files.
4920
4921 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
4922
4923 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
4924 function names.
4925
4926 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4927
4928 * language/thai-word.el: New file.
4929
4930 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4931
4932 * files.el (backup-buffer): If the file's directory is not
4933 writable, use copy instead of move to backup the file.
4934
4935 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4936
4937 * obsolete/keyswap.el: Moved to obsolete/ from term/.
4938
4939 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4940
4941 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
4942 Use functionp instead of symbolp and fboundp. Reported by Drkm
4943 <darkman_spam@yahoo.fr>.
4944 (ps-print-version): New version 6.6.6.
4945
4946 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
4947
4948 * textmodes/table.el (table--line-column-position): New idiom.
4949 (table--row-column-insertion-point-p): New function to test
4950 validity of row and column insertion operation at a location.
4951 (table-global-menu, table-cell-menu): Use above functions for
4952 deterministic test operation.
4953 (table--editable-cell-p): Behave in deterministic fashion.
4954
4955 2005-03-18 Juri Linkov <juri@jurta.org>
4956
4957 * isearch.el (isearch-lazy-highlight-new-loop):
4958 Make arguments beg and end optional.
4959 (isearch-update): Remove optional arguments nil from
4960 isearch-lazy-highlight-new-loop.
4961 (isearch-lazy-highlight-search): Let-bind case-fold-search to
4962 isearch-lazy-highlight-case-fold-search instead of
4963 isearch-case-fold-search, and let-bind isearch-regexp to
4964 isearch-lazy-highlight-regexp.
4965 Use isearch-lazy-highlight-last-string instead of isearch-string.
4966
4967 * replace.el (perform-replace): Remove bindings of global
4968 variables isearch-string, isearch-regexp, isearch-case-fold-search.
4969 Add three new arguments to `replace-highlight'.
4970 (replace-highlight): Add arguments string, regexp, case-fold.
4971 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
4972 to allow isearch-lazy-highlight-new-loop to use these values
4973 to set corresponding isearch-lazy-highlight-* internal
4974 variables whose values lazy highlighting will use regardless of
4975 changes to global variables isearch-string, isearch-regexp,
4976 isearch-case-fold-search during lazy highlighting loop.
4977 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
4978 to `lazy-highlight-cleanup'.
4979
4980 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
4981 (ispell-highlight-face): Set default face to `isearch' when
4982 lazy highlighting is enabled.
4983 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
4984 priority to 1. Add lazy highlighting.
4985 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
4986 from `isearch-dehighlight'.
4987
4988 2005-03-18 David Ponce <david@dponce.com>
4989
4990 * files.el (hack-local-variables): Do a case-insensitive search
4991 for End.
4992
4993 2005-03-18 Juri Linkov <juri@jurta.org>
4994
4995 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
4996 `isearch-lazy-highlight-cleanup', add alias to old name and
4997 declare obsolete. Add release numbers to other obsolete vars.
4998 (isearch-done, isearch-lazy-highlight-new-loop):
4999 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
5000 (lazy-highlight-cleanup) <variable>: Doc fix.
5001 (isearch-lazy-highlight-update): Rename obsolete
5002 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
5003
5004 2005-03-18 Kenichi Handa <handa@m17n.org>
5005
5006 * language/thai-util.el: Fix categorization of Thai characters in
5007 thai-category-table.
5008 (thai-composition-pattern): Adjust it for the above change.
5009 (thai-self-insert-command, thai-compose-syllable): New functions.
5010 (thai-compose-region): Use thai-compose-syllable.
5011 (thai-compose-string): Likewise.
5012 (thai-composition-function): Likewise.
5013 (thai-auto-composition): New function.
5014 (thai-auto-composition-mode): New minor mode.
5015
5016 * language/thai.el: Fix patterns to be registered in
5017 composition-function-table.
5018
5019 * international/quail.el (quail-input-method): Locally bind
5020 inhibit-modification-hooks to t.
5021
5022 2005-03-17 Richard M. Stallman <rms@gnu.org>
5023
5024 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
5025 (perl-mode): Use run-mode-hooks.
5026
5027 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
5028 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
5029 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
5030
5031 * mail/sendmail.el (sendmail-send-it): Reenable the code
5032 to compute resend-to-address and use it.
5033
5034 * tar-mode.el (tar-mode): Turn off undo unconditionally.
5035
5036 * image-mode.el: New file.
5037
5038 * image.el (insert-sliced-image): Add autoload cookie.
5039
5040 * font-lock.el (font-lock-lines-before): New user option.
5041 (font-lock-after-change-function): Obey it.
5042
5043 * bindings.el (esc-map): Make M-g a prefix.
5044 Bind M-g g and M-g M-g to goto-line.
5045
5046 * faces.el (face-id): Doc fix.
5047
5048 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5049
5050 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
5051 (rmail-show-message): Use rmail-unknown-mail-followup-to.
5052 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
5053
5054 * mail/sendmail.el (mail-yank-ignored-headers)
5055 (mail-font-lock-keywords, mail-mode-fill-paragraph):
5056 Add Mail-Followup-To and Mail-Reply-To headers.
5057 (mail-citation-hook): Add autoload cookie.
5058 (mail-mode): Doc fix.
5059 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
5060 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
5061 (mail-mode-fill-paragraph): Handle those headers.
5062 (mail-mailing-lists): New variable.
5063 (mail-mail-reply-to, mail-mail-followup-to): New functions.
5064
5065 2005-03-17 Juri Linkov <juri@jurta.org>
5066
5067 * isearch.el (isearch-fallback): Check for `(car previous)'
5068 before calling `isearch-other-end-state'.
5069
5070 2005-03-17 Kim F. Storm <storm@cua.dk>
5071
5072 * simple.el (move-beginning-of-line): Move to beginning of buffer
5073 line, as well as beginning of screen line.
5074
5075 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
5076
5077 * calendar/diary-lib.el (mark-diary-entries): Use new optional
5078 argument REDRAW rather than calendar-redrawing variable.
5079 * calendar/calendar.el (calendar-redrawing): Delete.
5080 (redraw-calendar): Do not bind calendar-redrawing.
5081
5082 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
5083
5084 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
5085 diary-file buffer.
5086
5087 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5088
5089 * help.el (describe-mode): Allow a :minor-mode-function property to
5090 specify a different minor mode toggle function than the variable.
5091 * simple.el (auto-fill-function):
5092 * subr.el (add-minor-mode): Use it.
5093
5094 2005-03-16 Kenichi Handa <handa@m17n.org>
5095
5096 * language/ethio-util.el (sera-being-called-by-w3): New variable.
5097 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
5098 (ethio-fidel-to-sera-buffer): Likewise.
5099
5100 2005-03-16 Juri Linkov <juri@jurta.org>
5101
5102 * emacs-lisp/find-func.el (find-function-regexp):
5103 Add defun-emitting macro `menu-bar-make-toggle'.
5104
5105 * isearch.el: Put `isearch-scroll' property to
5106 `split-window-horizontally'.
5107
5108 * info.el: Update error messages for `debug-ignored-errors'.
5109 (Info-isearch-search): Doc fix.
5110 (Info-find-node): Move up code to go into info buffer before
5111 recording the node to the history.
5112 (Info-fontify-node): Fontify titles only if the next line
5113 has two or more `*', `=', `-', `.'.
5114 Display "go to this node" for empty (match-string 3).
5115
5116 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5117
5118 * term/mac-win.el: Add mouse pointer shape constants.
5119
5120 2005-03-15 Kim F. Storm <storm@cua.dk>
5121
5122 * simple.el (move-beginning-of-line): Use vertical-motion.
5123
5124 2005-03-15 Juri Linkov <juri@jurta.org>
5125
5126 * isearch.el (isearch-error): New variable.
5127 (isearch-invalid-regexp, isearch-within-brackets): Remove.
5128 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
5129 (isearch-within-brackets-state): Remove.
5130 (isearch-case-fold-search-state, isearch-pop-fun-state):
5131 Decrease frame index.
5132 (isearch-mode, isearch-top-state, isearch-push-state)
5133 (isearch-edit-string, isearch-abort, isearch-search-and-update)
5134 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
5135 (isearch-search, isearch-lazy-highlight-new-loop):
5136 Replace `isearch-invalid-regexp' with `isearch-error'.
5137 Remove `isearch-within-brackets'.
5138 (isearch-search): Add `search-failed' handler to `condition-case'.
5139 (isearch-lazy-highlight-search): Add `condition-case' to catch
5140 errors and allow `isearch-lazy-highlight-update' to try
5141 highlighting from the beginning of the window.
5142 (isearch-repeat): Move up code to set isearch-wrapped to t
5143 before calling isearch-wrap-function.
5144
5145 * info.el (Info-isearch-initial-node): New internal variable.
5146 (Info-search): Signal an error in isearch mode when search leaves
5147 the initial node. Signal an error when `bound' is non-nil and
5148 nothing was found in the current subfile.
5149 (Info-isearch-search): Remove `condition-case'.
5150 (Info-isearch-wrap): Don't wrap when search failed during leaving
5151 the initial node. If `Info-isearch-search' is nil, wrap around
5152 the current node.
5153 (Info-isearch-start): New fun.
5154 (Info-mode): Add buffer-local hook `Info-isearch-start' to
5155 `isearch-mode-hook'.
5156
5157 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5158
5159 * simple.el (normal-erase-is-backspace): Set default to t if
5160 running on Mac.
5161
5162 * term/mac-win.el (function-key-map): Sync with x-win.el.
5163
5164 2005-03-15 Kenichi Handa <handa@m17n.org>
5165
5166 * international/mule-cmds.el (locale-language-names): Modify the
5167 format of elements and add more entries.
5168 (locale-preferred-coding-systems): Add more entries.
5169 (set-locale-environment): Adjust for the change of
5170 locale-language-names.
5171
5172 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5173
5174 * pcvs.el (smerge-ediff): Remove bogus autoload.
5175
5176 2005-03-14 Lute Kamstra <lute@gnu.org>
5177
5178 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
5179 Ignore a `*' at the beginning of a line.
5180
5181 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
5182 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
5183 subr.el.
5184 (dont-compile, eval-when-compile, eval-and-compile): Use declare
5185 to specify indentation.
5186
5187 * generic.el (define-generic-mode): Let generic-mode-list be a
5188 list of strings; test membership with equal.
5189
5190 2005-03-14 Kim F. Storm <storm@cua.dk>
5191
5192 * simple.el (next-line, previous-line): Add optional try-vscroll
5193 arg to recognize interactive use. Pass it on to line-move.
5194 (line-move): Don't perform auto-window-vscroll when defining or
5195 executing keyboard macro to ensure consistent behaviour.
5196
5197 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5198
5199 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
5200
5201 2005-03-13 Lute Kamstra <lute@gnu.org>
5202
5203 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
5204 debugger-setup-buffer so that backtrace marks the frames set to
5205 debug-on-exit and we don't have to do it manually. Set an extra
5206 debug-on-exit for macro's.
5207 (debugger-setup-buffer): Don't mark the top frame manually.
5208
5209 2005-03-12 Lute Kamstra <lute@gnu.org>
5210
5211 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
5212 lisp-indent-function throughout.
5213 (with-no-warnings): Set lisp-indent-function property.
5214
5215 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
5216
5217 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
5218 Add entry for backslash.
5219
5220 2005-03-12 Juri Linkov <juri@jurta.org>
5221
5222 * info.el (Info-search): Four fixes for backward search.
5223
5224 2005-03-11 Jay Belanger <belanger@truman.edu>
5225
5226 * calc/calc.el (calc-language-alist): New variable.
5227 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
5228 (calc-embedded-find-modes): Use calc-language-alist instead of
5229 calc-embedded-language-alist.
5230
5231 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5232
5233 * calendar/calendar.el (calendar-redrawing): New internal
5234 variable.
5235 (redraw-calendar): Remove bogus save-excursion from previous
5236 change. Bind calendar-redrawing to t for mark-diary-entries.
5237 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
5238 calendar if that is why we were called.
5239
5240 2005-03-11 Kenichi Handa <handa@m17n.org>
5241
5242 * international/mule.el (make-coding-system): Set property
5243 coding-system-define-form to nil.
5244 (define-coding-system-alias): Likewise.
5245
5246 2005-03-11 Kenichi Handa <handa@m17n.org>
5247
5248 These changes are suggested by Dave Love <fx@gnu.org>.
5249
5250 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
5251 coding: tag.
5252 (adaptive-fill-regexp): Add more bullets.
5253 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
5254 regexps.
5255
5256 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5257
5258 * help.el (describe-mode): Properly handle non-trivial lighters.
5259 Don't ignore minor modes that are not listed in minor-mode-list.
5260
5261 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
5262 feature ON when the user requests to turn it OFF.
5263
5264 2005-03-10 Lute Kamstra <lute@gnu.org>
5265
5266 * emacs-lisp/debug.el (debug-entry-code): Delete it.
5267 (implement-debug-on-entry): New function to replace debug-entry-code.
5268 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
5269 second argument as the 2005-03-07 change makes it obsolete.
5270 (debug-on-entry, cancel-debug-on-entry): Update call to
5271 debug-on-entry-1.
5272 (debug, debugger-setup-buffer): Comment update.
5273 (debugger-frame-number): Update to work with implement-debug-on-entry.
5274
5275 2005-03-10 Jay Belanger <belanger@truman.edu>
5276
5277 * calc/calc-embed.el (math-ms-args): Declare it.
5278 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
5279 math-ms-args.
5280 (calc-embedded-subst): Use math-multi-subst-rec to substitute
5281 variables.
5282
5283 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
5284
5285 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
5286 Use message-box.
5287
5288 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
5289 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
5290 (tooltip-gud-tips): Simplify.
5291 (tooltip-gud-tips-p): Remove superflouous :set.
5292 (tooltip-gud-modes): Add fortran-mode.
5293 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
5294
5295 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
5296
5297 2005-03-09 Kim F. Storm <storm@cua.dk>
5298
5299 * play/animate.el (animate-place-char): Use forward-line instead
5300 of next-line to improve performance.
5301
5302 2005-03-09 Simon Josefsson <jas@extundo.com>
5303
5304 * net/browse-url.el (browse-url-default-browser): Doc fix.
5305
5306 2005-03-09 Miles Bader <miles@gnu.org>
5307
5308 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
5309 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
5310
5311 2005-03-09 Kenichi Handa <handa@m17n.org>
5312
5313 * international/latin-1.el: Set case and syntax for 255 only if
5314 set-case-syntax-set-multibyte is nil.
5315
5316 * textmodes/ispell.el (ispell-insert-word): New function.
5317 (ispell-word): Use ispell-insert-word to insert a new word.
5318 (ispell-process-line): Likewise.
5319 (ispell-complete-word): Likewise.
5320
5321 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
5322
5323 * calendar/calendar.el (redraw-calendar): Preserve point.
5324 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5325 (calendar-week-start-day): Move after definition of
5326 redraw-calendar. Delete buffer test, since redraw-calendar has
5327 that now.
5328
5329 * calendar/diary-lib.el (mark-diary-entries): Only call
5330 redraw-calendar in the first of any recursive calls.
5331 Reported by Alan Shutko <ats@acm.org>.
5332
5333 2005-03-08 Juri Linkov <juri@jurta.org>
5334
5335 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
5336 (html-horizontal-rule, html-line, html-image, html-checkboxes)
5337 (html-radio-buttons): Add a space before the trailing `/>' where
5338 sgml-xml-mode is non-nil.
5339 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
5340 the subsequent tag of the empty XML tag.
5341 (html-href-anchor): Don't set initial input to "http:".
5342 (html-image): Ask for the image URL and set point inside alt="".
5343 (html-name-anchor): Duplicate the name in the `id' attribute when
5344 sgml-xml-mode is non-nil.
5345 (html-paragraph): Remove \n before <p>.
5346 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
5347 instead of `checked' when sgml-xml-mode is non-nil.
5348
5349 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
5350 Remove 1 space before #RRGGBB to not truncate it on terminal
5351 windows w/o fringes. Remove 1 space between bg and fg examples
5352 to get more space.
5353 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
5354 avoid byte-compile warnings.
5355
5356 * image-file.el (image-file-handler): Put `safe-magic' property to
5357 `image-file-handler'.
5358
5359 * info.el (Info-isearch-search): Emulate word search in
5360 isearching through multiple Info nodes with Info-search.
5361 (Info-isearch-wrap): Allow isearch-word.
5362
5363 2005-03-08 Lute Kamstra <lute@gnu.org>
5364
5365 * emacs-lisp/debug.el (debugger-step-through): Make sure that
5366 stepping into the debugger's code is not possible.
5367 (debugger-jumping-flag): Docstring update.
5368
5369 2005-03-08 Jay Belanger <belanger@truman.edu>
5370
5371 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
5372 embedded mode begins.
5373 (calc-embedded-language-alist): New variable.
5374 (calc-embedded-find-modes): Use calc-embedded-language-alist to
5375 set default language mode.
5376
5377 2005-03-08 Kenichi Handa <handa@m17n.org>
5378
5379 * international/ccl.el (define-ccl-program): Fix docstring about
5380 extra 256 bytes assured for the output buffer.
5381
5382 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5383 Fix BUFFER_MAGNIFICATION to 2.
5384 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5385
5386 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
5387
5388 * align.el (align-rules-list): Added an alignment rule for CSS
5389 declarations (applies to css-mode and html-mode buffers).
5390
5391 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5392
5393 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
5394
5395 2005-03-07 Kim F. Storm <storm@cua.dk>
5396
5397 * simple.el (move-beginning-of-line): New command.
5398
5399 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
5400
5401 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
5402
5403 * emulation/cua-base.el: Put CUA move property on move-end-of-line
5404 and move-beginning-of-line.
5405
5406 * apropos.el (apropos-print): Omit command from M-x ... RET.
5407
5408 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
5409
5410 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
5411 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
5412
5413 2005-03-06 Richard M. Stallman <rms@gnu.org>
5414
5415 * bindings.el (esc-map): Bind M-g to goto-line.
5416
5417 * facemenu.el (global-map): Bind M-o, not M-g.
5418
5419 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5420
5421 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
5422 "Open Directory" as for "Open File".
5423
5424 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
5425
5426 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
5427 (push-mark-command): Run activate-mark-hook.
5428
5429 2005-03-06 Richard M. Stallman <rms@gnu.org>
5430
5431 * help-mode.el (help-mode-finish): Don't alter the element
5432 in view-return-to-alist if there already is one.
5433
5434 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
5435 make sure the current buffer is the expected one.
5436
5437 * novice.el (disabled-command-function): Output in *Disabled Command*.
5438 Explicitly ignore non-keyboard events, and explicitly handle C-g.
5439
5440 * textmodes/flyspell.el (flyspell-large-region):
5441 Pass args differently for aspell.
5442
5443 * files.el (mode-require-final-newline): Doc fix.
5444
5445 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5446
5447 * progmodes/which-func.el (which-function):
5448 Specify NOERROR when calling imenu--make-index-alist.
5449
5450 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5451
5452 * simple.el (normal-erase-is-backspace): Define default value.
5453
5454 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
5455 (custom-reevaluate-setting): Simple function to handle
5456 variables that are defined before their default value can really
5457 be computed.
5458
5459 * startup.el (command-line): Use it for temporary-file-directory,
5460 small-emporary-file-directory, auto-save-file-name-transforms,
5461 blink-cursor-mode, and normal-erase-is-backspace.
5462
5463 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
5464 progress, even with buggy anchored keywords.
5465
5466 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
5467
5468 * simple.el (goto-line): Remove unbalanced final parenthesis.
5469
5470 2005-03-05 Richard M. Stallman <rms@gnu.org>
5471
5472 * simple.el (goto-line): Use a number at point as the default.
5473 With C-u as arg, switch buffers.
5474
5475 2005-03-05 Juri Linkov <juri@jurta.org>
5476
5477 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
5478 with `no-blinking-cursor'.
5479
5480 * startup.el (no-blinking-cursor): New defvar.
5481 (command-line): Add `--no-blinking-cursor' to longopts.
5482 Set `no-blinking-cursor' to t for command line arguments
5483 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
5484 with `no-blinking-cursor' in the condition for calling
5485 `blink-cursor-mode'.
5486
5487 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
5488
5489 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
5490 (menu-bar-options-save): Add blink-cursor-mode.
5491 (menu-bar-options-menu): Add blink-cursor-mode.
5492
5493 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
5494
5495 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
5496 (icalendar-export-file, icalendar-export-region)
5497 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
5498 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
5499
5500 2005-03-04 Lute Kamstra <lute@gnu.org>
5501
5502 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
5503 (debug-function-list): Ditto.
5504
5505 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
5506
5507 * textmodes/texinfmt.el (texinfo-append-refill):
5508 Redefine the types of line to which @refill
5509 is not appended by replacing a search for `@refill\\|@bye' with
5510 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
5511 itemize@refill' bug and the unfilled long lines bug.
5512 (texinfmt-version): Update number and date.
5513
5514 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
5515
5516 * international/code-pages.el (windows-1250, windows-125[2-8])
5517 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
5518
5519 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5520
5521 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
5522 bound yet.
5523
5524 2005-03-02 Romain Francoise <romain@orebokech.com>
5525
5526 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
5527 buffer after removing limits.
5528 (ibuffer-pop-filter): Ditto.
5529 Update copyright.
5530
5531 2005-03-02 Miles Bader <miles@gnu.org>
5532
5533 * button.el (make-text-button): If the user doesn't specify a
5534 type, use the default. Rewrite to use `add-text-properties' and
5535 plist functions.
5536
5537 2005-03-01 Lute Kamstra <lute@gnu.org>
5538
5539 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
5540 (debugger-jumping-flag): New var.
5541 (debug-entry-code): Use it.
5542 (debugger-jump): Use debugger-jumping-flag and add
5543 debugger-reenable to post-command-hook.
5544 (debugger-reenable): Use debugger-jumping-flag and remove itself
5545 from post-command-hook.
5546 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
5547 debugger-reenable.
5548
5549 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
5550
5551 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
5552 inclusion of "itemize\\|", which may be unnecessary, is certainly
5553 inelegant, and stops refilling in itemize lists when formatting
5554 Japanese Texinfo files to Info.
5555 Update copyright to 2005.
5556
5557 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
5558
5559 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
5560 of an error if GDB can't find the source file.
5561
5562 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5563
5564 * calendar/calendar.el (redraw-calendar): Work from any buffer,
5565 not just the calendar.
5566
5567 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
5568 first.
5569 (diary-redraw-calendar): New function.
5570 (make-diary-entry): Add diary-redraw-calendar to local
5571 write-contents-functions. Turn off selective display before
5572 inserting in diary.
5573
5574 2005-03-01 Kim F. Storm <storm@cua.dk>
5575
5576 * emacs-lisp/copyright.el (copyright-fix-years): New command.
5577
5578 2005-03-01 Lute Kamstra <lute@gnu.org>
5579
5580 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
5581 that debug-entry-code can be safely removed from a function while
5582 this code is being evaluated. Revert the 2005-02-27 change as the
5583 new implementation no longer requires it. Make sure that a
5584 function body containing just a string is not mistaken for a docstring.
5585 (debug): Skip one more frame in case of debug on entry.
5586 (debugger-setup-buffer): Delete one more frame line in case of
5587 debug on entry.
5588 (debugger-frame-number): Update to use the new text introduced by
5589 the 1999-11-03 change. Skip one more frame in case of debug on entry.
5590
5591 2005-02-28 Kim F. Storm <storm@cua.dk>
5592
5593 * double.el (double-translate-key): Call force-window-update after
5594 read-event to avoid crash in redisplay.
5595
5596 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5597
5598 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
5599 (debug): Use it. Move the inhibit-trace earlier.
5600 (debug-entry-code): New const.
5601 (debug-on-entry-1): Use it.
5602
5603 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
5604
5605 * international/utf-16.el (ccl-encode-mule-utf-16le):
5606 Fix BUFFER_MAGNIFICATION to 2.
5607 (ccl-encode-mule-utf-16be): Likewise.
5608
5609 2005-02-28 Kenichi Handa <handa@m17n.org>
5610
5611 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5612 Fix BUFFER_MAGNIFICATION to 4.
5613 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5614
5615 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
5616
5617 * speedbar.el (speedbar-update-flag): Doc fix.
5618 (speedbar-show-info-under-mouse): Give set-mouse-position the right
5619 argument.
5620
5621 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5622
5623 * reveal.el (reveal-post-command): Don't try to reveal overlays which
5624 have a non-nil `invisible' property but are actually visible.
5625
5626 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
5627 for perldoc sections.
5628 (perl-outline-regexp, perl-outline-level): New var and function.
5629 (perl-mode): Use them.
5630
5631 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
5632
5633 * calendar/diary-lib.el (diary-remind): Discard any mark portion
5634 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
5635
5636 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
5637
5638 * cus-edit.el: Comment change.
5639 (custom-buffer-create-internal): Slightly reword text at top of
5640 Custom buffers. Mention there that saving an option edits the
5641 init file. Add link to Emacs manual node on `custom-file'.
5642 (custom-magic-alist): Rewrite individual State messages to use
5643 capitalized keywords. Doc fix.
5644
5645 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5646
5647 * calendar/calendar.el (calendar-buffer): Move above
5648 calendar-week-start-day.
5649 (calendar-week-start-day): Doc fix. Add :set function.
5650 (calendar-minimum-window-height): New variable.
5651 (generate-calendar-window): Only resize window if selected-window
5652 is displaying the calendar buffer. Use new variable
5653 calendar-minimum-window-height.
5654 (generate-calendar): Reword error message.
5655 (calendar-mode-map): Bind DEL to scroll-other-window-down.
5656
5657 2005-02-27 Andreas Schwab <schwab@suse.de>
5658
5659 * vc.el (vc-do-command): Don't run command asynchronously when
5660 operating in a remote directory.
5661
5662 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
5663 change from sync with Tramp 2.0.47.
5664
5665 2005-02-27 Richard M. Stallman <rms@gnu.org>
5666
5667 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5668
5669 * textmodes/flyspell.el (flyspell-mode-on):
5670 Call ispell-change-dictionary only if necessary.
5671
5672 * emacs-lisp/re-builder.el (regexp-builder): New function.
5673
5674 * register.el (describe-register-1): Explicitly handle
5675 yank-excluded-properties = t.
5676
5677 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
5678 (custom-magic-alist): Change the status descriptions again.
5679 (face widget-type): Total rewrite based on `restricted-sexp'
5680 to eliminate the confusing double hiding levels.
5681
5682 * emacs-lisp/debug.el (debug-on-entry-1):
5683 If function body is empty, add nil as body form.
5684
5685 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5686
5687 * emacs-lisp/trace.el (inhibit-trace): New var.
5688 (trace-make-advice): Use it.
5689
5690 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
5691
5692 2005-02-26 Kim F. Storm <storm@cua.dk>
5693
5694 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
5695 (mouse-on-link-p, mouse-drag-region-1): Use it.
5696
5697 2005-02-25 Lute Kamstra <lute@gnu.org>
5698
5699 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
5700
5701 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
5702
5703 * frame.el (blink-cursor-mode): Add :group keyword.
5704
5705 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
5706
5707 * calendar/icalendar.el (icalendar--decode-isodatetime):
5708 New optional argument DAY-SHIFT.
5709 (icalendar-export-region): Fix coding-system-for-write.
5710 (icalendar--convert-ical-to-diary): Shift end-day of all-day
5711 events by one.
5712
5713 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5714
5715 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
5716
5717 2005-02-24 Kim F. Storm <storm@cua.dk>
5718
5719 * international/iso-acc.el (iso-accents-compose): Fix crash
5720 during redisplay. Call force-window-update after read-event
5721 and delete-region to signal that window is not accurate.
5722
5723 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5724
5725 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
5726 Remove unused and inexistent var `inhibit-trace'.
5727 (debugger-mode): Use run-mode-hooks.
5728 (debugger-list-functions): Add buttons; setup xref stack.
5729
5730 2005-02-23 Richard M. Stallman <rms@gnu.org>
5731
5732 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
5733 appointment says it was explicitly made.
5734 (appt-add): Set the 3rd element.
5735 (appt-make-list): Preserve explicit appointments.
5736
5737 * subr.el (find-tag-default): Catch errors in forward-sexp.
5738
5739 2005-02-23 Juri Linkov <juri@jurta.org>
5740
5741 * info.el (Info-isearch-search): New defcustom.
5742 (Info-isearch-search): Call the default isearch function
5743 when Info-isearch-search is nil.
5744 (Info-isearch-wrap): Use variable Info-isearch-search.
5745
5746 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
5747
5748 * cus-edit.el: Comment change.
5749
5750 2005-02-22 Kim F. Storm <storm@cua.dk>
5751
5752 * progmodes/hideif.el (hide-ifdef-use-define-alist):
5753 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
5754
5755 2005-02-22 Simon Josefsson <jas@extundo.com>
5756
5757 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
5758 New variable.
5759 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
5760 Oskarsson" <myrkraverk@users.sourceforget.net>.
5761
5762 2005-02-22 Kim F. Storm <storm@cua.dk>
5763
5764 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
5765 check that window of that event is the selected window.
5766 (mouse-drag-region-1): Compare mouse event window to selected
5767 window before setting point.
5768
5769 * tooltip.el (tooltip-show-help-function): Pass event to
5770 mouse-on-link-p so it can check selected window.
5771
5772 2005-02-22 Kenichi Handa <handa@m17n.org>
5773
5774 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
5775 (ps-mule-show-warning): New function.
5776 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
5777 characters are found.
5778
5779 * ps-print.el (ps-header-footer-string): Return a list of header
5780 and footer strings.
5781
5782 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5783
5784 * pcvs.el (cvs-retrieve-revision): Fix thinko.
5785
5786 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5787
5788 * frame.el (blink-cursor-mode): Use define-minor-mode.
5789
5790 * term/mac-win.el (function-key-map): Use char-names more consistently.
5791 (file-name-coding-system): Only set it for MacOS-9. The other case is
5792 already handled in mule-cmds.el (where it also works when mac-win.el
5793 is not used).
5794
5795 2005-02-21 Kenichi Handa <handa@m17n.org>
5796
5797 * international/mule.el (ctext-pre-write-conversion): Always use
5798 " *code-converting-work*" buffer for work.
5799
5800 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
5801
5802 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
5803
5804 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
5805
5806 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
5807
5808 * ses.el (undo-more): Restore defadvice, but only the part that
5809 allows changes outside the restricted area of the buffer.
5810
5811 2005-02-20 Kim F. Storm <storm@cua.dk>
5812
5813 * simple.el (line-move): Add fourth optional arg try-vscroll which
5814 must be set to perform auto-window-vscroll.
5815 When moving backwards and doing auto-window-vscroll, automatically
5816 vscroll to the last part of lines which are taller than the window.
5817 (next-line, previous-line): Set try-vscroll arg on line-move.
5818
5819 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5820
5821 * replace.el (query-replace, query-replace-regexp)
5822 (replace-string, replace-regexp): When operating on region, make
5823 the minibuffer prompt say so.
5824
5825 * isearch.el (isearch-forward): Document isearch-query-replace and
5826 isearch-query-replace-regexp keybindings.
5827
5828 2005-02-19 Jay Belanger <belanger@truman.edu>
5829
5830 * calc/calc-aent.el (math-read-token): Add local variable.
5831
5832 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
5833 (calc-edit-top): Move declaration to earlier in file.
5834 (calc-edit-macro-repeats): Add local variables.
5835
5836 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
5837 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
5838 calcFunc-tanh.
5839 Adjust integration rule for calcFunc-tan.
5840
5841 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5842
5843 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
5844 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
5845 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
5846 (viper-skip-separators): Bug fix.
5847 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
5848 particular major mode.
5849 (viper-del-backward-char-in-replace): Don't put deleted char on the
5850 kill ring.
5851
5852 * viper-ex.el (viper-color-display-p): New function.
5853 (viper-has-face-support-p): Use viper-color-display-p.
5854
5855 * viper-keym.el (viper-gnus-modifier-map): New keymap.
5856
5857 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
5858
5859 * viper-util.el (viper-glob-unix-files): Fix shell status check.
5860 (viper-file-remote-p): Make equivalent to file-remote-p.
5861
5862 * viper.el (viper-major-mode-modifier-list):
5863 Use viper-gnus-modifier-map.
5864
5865 2005-02-19 David Kastrup <dak@gnu.org>
5866
5867 * subr.el (subregexp-context-p): Fix garbled doc string by adding
5868 quoting.
5869
5870 2005-02-19 Jay Belanger <belanger@truman.edu>
5871
5872 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
5873 Remove extra definitions.
5874 (calc-coth): New function.
5875 (calcFunc-cot): Fix `let'.
5876
5877 2005-02-19 Eli Zaretskii <eliz@gnu.org>
5878
5879 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
5880 the reasons we use "type pc" in these faces.
5881
5882 * button.el (button): Ditto.
5883
5884 2005-02-19 Michael Mauger <mmaug@yahoo.com>
5885
5886 * replace.el (query-replace-read-from): Set the value of
5887 query-replace-from-history-variable to handle the case of an empty
5888 string entered to accept the suggested default.
5889
5890 * net/tramp.el (tramp-file-name-for-operation):
5891 Use dired-call-process instead of dired-call-process-command.
5892
5893 2005-02-19 Jay Belanger <belanger@truman.edu>
5894
5895 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
5896 (math-div-non-trig): New variables.
5897 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
5898 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
5899 (math-combine-prod, math-div-symb-fancy): Add simplifications for
5900 trig expressions.
5901
5902 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
5903
5904 * progmodes/gdb-ui.el (gdb-var-update-handler)
5905 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
5906 for watch expressions,
5907 (gdb-var-create-handler): Don't set speedbar-update-flag.
5908 (gdb-post-prompt): Simplify test for speedbar.
5909
5910 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5911
5912 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
5913 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
5914 we use the syntax table of the correct buffer.
5915 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
5916 Felix Gatzemeier.
5917
5918 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
5919 (ediff-file-remote-p): Make synonymous with file-remote-p.
5920 In all deffaces ediff-*-face-*, use min-colors.
5921
5922 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
5923 ediff-recurse-to-subdirectories.
5924 (ediff-mark-if-equal): Check that the arguments are strings, use
5925 ediff-same-contents (after to Felix Gatzemeier).
5926
5927 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
5928 nil.
5929
5930 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5931
5932 * log-view.el (log-view-message-re): Fix up Subversion regexp.
5933
5934 2005-02-18 David Kastrup <dak@gnu.org>
5935
5936 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
5937 use `mark-active' when defined.
5938
5939 2005-02-18 Kenichi Handa <handa@m17n.org>
5940
5941 * ps-print.el (ps-font-info-database): New entry
5942 ZapfChancery-MediumItalic with correct font name. Fix font name
5943 of the entry Zapf-Chancery-MediumItalic.
5944
5945 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
5946
5947 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
5948
5949 2005-02-16 Kim F. Storm <storm@cua.dk>
5950
5951 * ido.el (ido-fallback-command): Pass user input to fallback command.
5952
5953 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
5954
5955 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
5956 (gdb-find-file-hook): Add server prefix.
5957
5958 2005-02-16 Richard M. Stallman <rms@gnu.org>
5959
5960 * replace.el (perform-replace): Pass new args to replace-highlight.
5961 (replace-highlight): Take region args,
5962 and pass them to isearch-lazy-highlight-new-loop.
5963
5964 * novice.el (disabled-command-hook): Autoload the defalias
5965 and the make-obsolete-variable call.
5966
5967 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
5968
5969 * isearch.el (isearch-lazy-highlight-start-limit)
5970 (isearch-lazy-highlight-end-limit): New variables limit
5971 the region for highlighting.
5972 (isearch-lazy-highlight-new-loop): New args BEG and END.
5973 (isearch-lazy-highlight-search): Use the new vars.
5974 (isearch-lazy-highlight-update): Likewise.
5975
5976 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
5977
5978 * cus-start.el (all): Use default-boundp.
5979
5980 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
5981
5982 * menu-bar.el (menu-bar-select-frame): Handle current frame.
5983
5984 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
5985
5986 * autorevert.el (auto-revert-stop-on-user-input)
5987 (auto-revert-verbose): Doc fixes.
5988
5989 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
5990
5991 * international/mule-cmds.el (set-locale-environment): Remove call
5992 to set-selection-coding-system on Windows.
5993
5994 2005-02-15 Jay Belanger <belanger@truman.edu>
5995
5996 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
5997 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
5998 calcFunc-coth.
5999 (math-simplify-sqrt): Add simplifications.
6000
6001 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
6002 to list.
6003
6004 * calc/calc-ext.el: Add functions to autoloads.
6005
6006 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
6007 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
6008 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
6009 (math-csc-raw, math-cot-raw): New functions.
6010
6011 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
6012
6013 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
6014 the variable name in a message.
6015
6016 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
6017 calcFunc-csc, calcFunc-cot.
6018
6019 * calc/calcalg2.el: Add derivative and integration rules for
6020 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
6021 calcFunc-csch, calcFunc-coth.
6022 (math-do-integral-methods): Add to checks for when to use
6023 substitutions.
6024
6025 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
6026
6027 2005-02-15 Lute Kamstra <lute@gnu.org>
6028
6029 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6030 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
6031 <monnier@iro.umontreal.ca>
6032 (lisp-outline-level): Improve efficiency. Suggested by David
6033 Kastrup <dak@gnu.org>.
6034
6035 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
6036
6037 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
6038 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
6039 (gdb-set-gud-minor-mode-existing-buffers): New functions.
6040 (gdb-find-file-hook): New hook. Add it to find-file-hook.
6041 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
6042
6043 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
6044
6045 * cus-start.el (all): Comment change.
6046
6047 2005-02-14 Lute Kamstra <lute@gnu.org>
6048
6049 * cus-start.el (all): Check if symbol is void.
6050
6051 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
6052
6053 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
6054 optional argument to \cite.
6055
6056 2005-02-14 Richard M. Stallman <rms@gnu.org>
6057
6058 * cus-edit.el (custom-buffer-create-internal): Update help message.
6059 (custom-magic-alist): Update help messages.
6060
6061 * cus-start.el (all): Allow a var to specify a standard value.
6062
6063 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
6064
6065 * custom.el (custom-theme-set-variables): Handle variable aliases.
6066
6067 * frame.el (blink-cursor-timer): Doc fix.
6068 (blink-cursor): Make it an alias for `blink-cursor-mode' and
6069 declare obsolete.
6070 (blink-cursor-mode): Define with defcustom and use correct
6071 standard expression in that defcustom.
6072 * startup.el (command-line): Adapt to above changes in frame.el.
6073
6074 2005-02-11 Lute Kamstra <lute@gnu.org>
6075
6076 * apropos.el (apropos-score-doc): Prevent division by zero.
6077
6078 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
6079
6080 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
6081 (icalendar--get-event-property-attributes)
6082 (icalendar--get-event-properties)
6083 (icalendar--datetime-to-diary-date): New functions.
6084 (icalendar--split-value): Doc fix.
6085 (icalendar--datetime-to-noneuropean-date)
6086 (icalendar--datetime-to-european-date): New optional argument
6087 SEPARATOR. Return result as a string instead of a list.
6088 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
6089 (icalendar--convert-string-for-export): Rename arg S to STRING.
6090 (icalendar-export-region): Doc fix. Change name of error buffer.
6091 Save output buffer.
6092 (icalendar-import-file): Add blank at end of prompt.
6093 (icalendar-import-buffer): Doc fix. Do not switch to error
6094 buffer. Indicate status in return value.
6095 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
6096 buffer. Save output buffer. Handle exception from recurrence
6097 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
6098 events. Fix problems with weekly all-day events.
6099
6100 2005-02-10 Richard M. Stallman <rms@gnu.org>
6101
6102 * simple.el (eval-expression-print-format):
6103 Avoid warning about edebug-active.
6104
6105 * help.el (help-for-help-internal): Rename from help-for-help.
6106 (help-for-help): Define with defalias.
6107
6108 * font-core.el (font-lock-default-function): Use with-no-warnings.
6109
6110 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
6111
6112 * custom.el (defface): Doc fix.
6113
6114 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
6115
6116 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
6117 width 0" to prevent word wrapping problems.
6118
6119 2005-02-09 Kim F. Storm <storm@cua.dk>
6120
6121 * ido.el (ido-file-extensions-order): New defcustom.
6122 (ido-file-extension-lessp, ido-file-extension-aux)
6123 (ido-file-extension-order): New advanced file ordering.
6124 (ido-file-lessp): New simple file ordering.
6125 (ido-sort-list): Remove.
6126 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
6127 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
6128
6129 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
6130
6131 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
6132 that some versions of grep produce.
6133 (grep-mode-font-lock-keywords): Likewise.
6134
6135 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
6136
6137 * progmodes/gdb-ui.el (gdb-location-list): New variable.
6138 (gdb-cdir): Delete.
6139 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
6140 (gdb-source-info): Treat case when source file is in another
6141 directory properly.
6142 (gdb-get-location): New function.
6143
6144 2005-02-07 Jay Belanger <belanger@truman.edu>
6145
6146 * calc/calc-prog.el (calc-write-parse-table-part)
6147 (calc-fix-token-name): Fix a check for language type.
6148
6149 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
6150
6151 2005-02-07 Andre Spiegel <spiegel@gnu.org>
6152
6153 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
6154 as directory not writable.
6155
6156 2005-02-07 Kim F. Storm <storm@cua.dk>
6157
6158 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
6159 (cua--standard-movement-commands): Remove list.
6160 Instead, set CUA property value to move for movement commands.
6161 (cua-movement-commands): Remove. Users must set CUA prop instead.
6162 (cua--pre-command-handler): Check CUA property.
6163 (cua--init-keymaps): Don't remap undo commands.
6164 (cua-mode): Don't call cua--rectangle-on-off.
6165
6166 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
6167 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
6168 (cua--rect-undo-set-point): New var.
6169 (cua--rectangle-undo-boundary): Setup undo apply entry.
6170 (cua--rect-undo-handler): New function for rectangle undo.
6171 (cua--rect-start-position, cua--rect-end-position): Add.
6172 (cua--rectangle-post-command): Call cua--rectangle-set-corners
6173 for restored rectangle. Set point if cua--rect-undo-set-point.
6174
6175 2005-02-06 Jay Belanger <belanger@truman.edu>
6176
6177 * calc/calc-lang.el (calc-tex-language): Display more information
6178 in messages.
6179
6180 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
6181 in TeX mode.
6182
6183 2005-02-06 Richard M. Stallman <rms@gnu.org>
6184
6185 * emacs-lisp/lisp.el (buffer-end): Doc fix.
6186
6187 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6188
6189 * net/ldap.el (ldap-search-internal): Support attributes with
6190 optional descriptions separated by a semi-colon, as in
6191 "userCertificate;binary".
6192
6193 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6194
6195 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
6196 isn't a cons (i.e. the version is 0).
6197
6198 2005-02-05 Eli Zaretskii <eliz@gnu.org>
6199
6200 * help.el (help-for-help): Doc fix.
6201
6202 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
6203
6204 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
6205 GDB-Windows on the menu-bar as this works better.
6206
6207 2005-02-04 Jay Belanger <belanger@truman.edu>
6208
6209 * calc/calc-embed.el (calc-embedded-update): Don't put in
6210 unnecessary newlines. Adjust the end of formula marker.
6211
6212 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
6213 (math-latex-parse-two-args): New function.
6214
6215 2005-02-03 Lute Kamstra <lute@gnu.org>
6216
6217 * help-fns.el (help-with-tutorial): Make sure that users cannot
6218 remove the entire text of the tutorial by means of `undo'.
6219
6220 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
6221
6222 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
6223 in recent changes, where the ispell process was repeatedly
6224 killed & restarted.
6225
6226 * international/mule-cmds.el (set-locale-environment): Set file-name
6227 coding system to utf-8 on Darwin systems.
6228 (set-default-coding-systems): Don't set default-file-name-coding-system
6229 on Darwin systems.
6230
6231 2005-02-03 Richard M. Stallman <rms@gnu.org>
6232
6233 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
6234
6235 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
6236
6237 * faces.el (list-faces-display): Add optional argument.
6238
6239 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6240
6241 * font-core.el (font-lock-default-function): Handle the rare case where
6242 only font-lock-keywords is set.
6243
6244 2005-02-02 Kenichi Handa <handa@m17n.org>
6245
6246 * international/characters.el: Cancel previous change for
6247 I-WITH-DOT-ABOVE and DOTLESS-i.
6248
6249 * international/latin-5.el: Cancel previous change.
6250
6251 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6252
6253 * progmodes/gud.el: Correction to syntax in gud-menu-map.
6254
6255 2005-02-02 Kenichi Handa <handa@m17n.org>
6256
6257 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
6258 DOTLESS-i.
6259
6260 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
6261 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
6262
6263 * case-table.el (get-upcase-table): New function.
6264 (copy-case-table): Copy upcaes table too if non-nil.
6265 (set-case-syntax-delims): Maintain upcase table too.
6266 (set-case-syntax-pair): Likewise.
6267 (set-upcase-syntax, set-downcase-syntax): New functions.
6268 (set-case-syntax): Maintain upcase table too.
6269
6270 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6271
6272 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
6273
6274 * progmodes/gud.el (gud-goto-info): New function.
6275 (gud-tool-bar-map): Use correct icon.
6276
6277 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6278
6279 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
6280 When delegating, order args in the funcall correctly.
6281
6282 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6283
6284 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
6285
6286 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
6287
6288 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
6289 buffer not visiting a file.
6290
6291 2005-01-31 Jay Belanger <belanger@truman.edu>
6292
6293 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
6294 bound on the line with the formula.
6295
6296 2005-01-31 Kim F. Storm <storm@cua.dk>
6297
6298 * ses.el (ses-create-cell-variable-range)
6299 (ses-destroy-cell-variable-range, ses-reset-header-string)
6300 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
6301 (ses-insert-row): Fix format of apply undo entries.
6302
6303 2005-01-31 Jay Belanger <belanger@truman.edu>
6304
6305 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
6306 parts.
6307
6308 * calc/calc-embed.el (calc-embedded-open-formula)
6309 (calc-embedded-close-formula): Ignore matrix environments.
6310
6311 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
6312 TeX mode.
6313
6314 * calc/calc-lang.el (math-function-table, math-oper-table)
6315 (math-variable-table): Adjust the LaTeX portions.
6316
6317 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
6318 (math-latex-ignore-words): New constant.
6319
6320 2005-01-31 Richard M. Stallman <rms@gnu.org>
6321
6322 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
6323 (ispell-local-dictionary): Doc fix.
6324 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
6325 Don't reinitialize at run time. Don't defcustom.
6326 All uses changed to append ispell-local-dictionary-alist,
6327 or check it first.
6328 (ispell-current-dictionary): New variable for dictionary in use.
6329 (ispell-dictionary): Now used only for global default.
6330 (ispell-start-process): Set ispell-current-dictionary,
6331 not ispell-dictionary.
6332 (ispell-change-dictionary): Use this only for setting
6333 user preferences.
6334 (ispell-internal-change-dictionary): New function
6335 to change the current dictionary in use.
6336 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
6337 Use ispell-current-dictionary.
6338 Handle ispell-local-dictionary-overridden.
6339 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
6340
6341 2005-01-31 Jay Belanger <belanger@truman.edu>
6342
6343 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
6344
6345 * calc/calc-ext.el: Add calc-latex-language to autoloads.
6346 (calc-mode-map): Add calc-latex-language.
6347
6348 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
6349 (math-latex-print-frac): New functions.
6350 (math-oper-table, math-function-table, math-variable-table)
6351 (math-complex-format, math-input-filter): Add latex properties.
6352 (calc-set-language): Set math-expr-special-function-mapping.
6353
6354 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
6355 (calc-write-parse-table-part): Add LaTeX support.
6356
6357 * calc/calc.el (calc-language): Adjust docstring.
6358 (calc-set-mode-line): Add LaTeX support.
6359 (math-expr-special-function-mapping): New variable.
6360 (math-tex-ignore-words): Add to list.
6361
6362 * calc/calccomp.el (math-compose-expr, math-compose-rows):
6363 Add LaTeX support.
6364 (math-compose-expr): Add support for special functions.
6365
6366 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
6367
6368 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
6369
6370 * progmodes/gdb-ui.el (gdb-memory-address)
6371 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
6372 (gdb-memory-mode-map, gdb-memory-format-keymap)
6373 (gdb-memory-format-menu, gdb-memory-unit-keymap)
6374 (gdb-memory-unit-menu): New variables for a buffer
6375 that lets the user examine program memory.
6376 (gdb-memory-set-address, gdb-memory-set-repeat-count)
6377 (gdb-memory-format-binary, gdb-memory-format-octal)
6378 (gdb-memory-format-unsigned, gdb-memory-format-signed)
6379 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
6380 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
6381 (gdb-memory-unit-word, gdb-memory-unit-halfword)
6382 (gdb-memory-unit-byte, gdb-memory-unit-menu)
6383 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
6384 (gdb-memory-mode, gdb-memory-buffer-name)
6385 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
6386 New functions for above buffer.
6387
6388 2005-01-30 Richard M. Stallman <rms@gnu.org>
6389
6390 * cus-edit.el (custom-bury-buffer): Function deleted.
6391 (custom-buffer-done-function): Option deleted.
6392 (custom-buffer-done-kill): New (replacement option.
6393 (Custom-buffer-done): Call quit-window.
6394 (custom-buffer-create-internal): Update for above changes.
6395
6396 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
6397
6398 * simple.el (undo-ask-before-discard): New var.
6399 (undo-outer-limit-truncate): Implement it.
6400 (undo-extra-outer-limit): Doc update.
6401
6402 2005-01-29 Richard M. Stallman <rms@gnu.org>
6403
6404 * ses.el (undo-more): Delete defadvice.
6405 (ses-begin-change): Doc fix.
6406
6407 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
6408 instead of rebinding C-x u and C-_.
6409
6410 * files.el (normal-backup-enable-predicate): Return nil for files
6411 in /tmp, regardless of temporary-file-directory.
6412
6413 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
6414
6415 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
6416 (open-rectangle, delete-whitespace-rectangle-line)
6417 (clear-rectangle-line): If FILL, pass t instead of FILL
6418 for move-to-column's 2nd arg.
6419
6420 * simple.el (undo): Fix the test for continuing a series of undos.
6421 (undo-more): Set pending-undo-list to t when we reach end.
6422 (pending-undo-list): Move up defvar.
6423
6424 * wid-edit.el (widget-button-click):
6425 Shorten the range of the track-mouse binding.
6426
6427 * comint.el (comint-insert-input): Undo previous changes;
6428 use last-input-event in interactive spec.
6429
6430 2005-01-29 Eli Zaretskii <eliz@gnu.org>
6431
6432 * progmodes/compile.el (compilation-start): Bind buffer-read-only
6433 to nil before invoking call-process. Reset buffer's modified flag
6434 after fontifying it in the no-async branch.
6435
6436 * wid-edit.el (widget-specify-button): If mouse pointer shape
6437 cannot be changed, use mouse face instead.
6438
6439 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
6440
6441 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6442 (gdb-goto-breakpoint): Make breakpoint handling work on template
6443 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
6444 (gdb-assembler-custom): Update to recognise breakpoint information
6445 added on 2005-01-19.
6446
6447 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
6448
6449 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
6450 (dsssl-mode): Use define-derived-mode.
6451 (scheme-mode-initialize): Remove.
6452 (scheme-mode): Use run-mode-hooks.
6453
6454 * cus-edit.el (customize-group-other-window)
6455 (custom-buffer-create-other-window): Don't override special-display-*.
6456 (custom-mode-map): Make it dense.
6457
6458 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
6459 sets the default value.
6460
6461 2005-01-28 Eli Zaretskii <eliz@gnu.org>
6462
6463 * descr-text.el: Add more keywords.
6464
6465 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6466
6467 * speedbar.el: Avoid unnecessary use of locate-library.
6468
6469 * international/mule-cmds.el (standard-display-european-internal):
6470 Don't fiddle with latin-1 non-break space any more since it's now
6471 special cased in the C code.
6472 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
6473
6474 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
6475
6476 * cus-start.el (all): Add `undo-outer-limit'.
6477
6478 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6479
6480 * textmodes/bibtex.el (bibtex-format-entry):
6481 Use `bibtex-empty-field-re' only on the text of fields, not on entire
6482 field lines.
6483 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
6484 not on part of a buffer.
6485
6486 2005-01-25 Lute Kamstra <lute@gnu.org>
6487
6488 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
6489 nonempty field text strings like "{letters\\macro{}more letters}".
6490 Clarify docstring.
6491 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
6492 (bibtex-entry-offset, bibtex-parse-association)
6493 (bibtex-parse-field-name): Fix typos in docstrings.
6494 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
6495
6496 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
6497
6498 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
6499 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
6500 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
6501 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
6502
6503 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
6504 isearch minor mode.
6505
6506 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
6507
6508 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
6509
6510 2005-01-24 Lute Kamstra <lute@gnu.org>
6511
6512 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
6513 CASECHARS and NOT-CASECHARS regular expressions of the
6514 "nederlands" and "nederlands8" dictionaries to prevent a "Range
6515 striding over charsets" error.
6516
6517 2005-01-24 Jay Belanger <belanger@truman.edu>
6518
6519 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
6520 display variable name.
6521
6522 2005-01-24 Kenichi Handa <handa@m17n.org>
6523
6524 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
6525 Fix setting of the element of encoded-kbd-iso2022-invocations.
6526
6527 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
6528
6529 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6530 (gdb-threads-select): Change to also accept mouse events.
6531 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
6532 (gdb-threads-mouse-select): Delete.
6533
6534 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
6535
6536 * files.el (insert-directory): Take care of empty directory,
6537 listed without -a switch.
6538
6539 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6540
6541 * textmodes/refill.el (refill-post-command-function):
6542 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
6543 to the list of functions that we should be careful not to undo.
6544 (refill-late-fill-paragraph-function): Remove.
6545 (refill-saved-state): New var.
6546 (refill-mode): Use it to save fill-paragraph-function.
6547 Save also the value of auto-fill-function.
6548
6549 * term/w32-win.el: Simplify code.
6550
6551 2005-01-23 Kim F. Storm <storm@cua.dk>
6552
6553 * simple.el (line-move): Adapt to new return value from
6554 pos-visible-in-window-p.
6555
6556 * simple.el (line-move): Fix last change. Check partial
6557 visibility at point rather than at window-start.
6558
6559 2005-01-22 Jason Rumney <jasonr@gnu.org>
6560
6561 * term/w32-win.el (xw-defined-colors): Remove debug-message.
6562
6563 2005-01-22 David Kastrup <dak@gnu.org>
6564
6565 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
6566
6567 2005-01-22 Eli Zaretskii <eliz@gnu.org>
6568
6569 * type-break.el (type-break-mode): Add a test for
6570 type-break-file-name being non-nil.
6571
6572 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6573
6574 * net/eudc.el (top level): Call (message "") via progn, so that
6575 eudc-options-file is loaded.
6576
6577 2005-01-22 Kim F. Storm <storm@cua.dk>
6578
6579 * simple.el (line-move-1): Rename from line-move.
6580 (line-move): New function that adjusts vscroll for partially
6581 visible rows, and calls line-move-1 otherwise.
6582
6583 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
6584
6585 * pcomplete.el: define pcomplete-read-event instead of read-event,
6586 since it's not a complete read-event implementation
6587
6588 2005-01-20 Jay Belanger <belanger@truman.edu>
6589
6590 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
6591 for called function.
6592
6593 2005-01-20 Steven Tamm <steventamm@mac.com>
6594
6595 * term/mac-win.el (process-connection-type): Remove.
6596 Controlled now by s/darwin.h:PTY_ITERATION.
6597
6598 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6599
6600 * window.el (handle-select-window): Don't switch window when we're
6601 in the minibuffer.
6602
6603 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
6604
6605 * subr.el (dotimes-with-progress-reporter): New macro.
6606
6607 * ses.el (ses-dotimes-msg): Remove macro.
6608 Use `dotimes-with-progress-reporter' instead.
6609
6610 2005-01-19 Steven Tamm <steventamm@mac.com>
6611
6612 * term/mac-win.el (process-connection-type): Use new
6613 operating-system-release variable to use ptys on Darwin 7 (OSX
6614 10.3) when using carbon build.
6615
6616 2005-01-19 Jay Belanger <belanger@truman.edu>
6617
6618 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
6619 flags if the last command was a tab or M-tab.
6620
6621 * calc/calc-prog.el (calc-user-define-edit): Put original formula
6622 in formula editing buffer.
6623
6624 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6625
6626 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
6627 breakpoint image symbol in margin.
6628
6629 2005-01-19 Jay Belanger <belanger@truman.edu>
6630
6631 * calc/calc-prog.el (calc-execute-kbd-macro):
6632 Ignore calc-keep-arg-flag.
6633
6634 2005-01-19 Kenichi Handa <handa@m17n.org>
6635
6636 * textmodes/ispell.el (ispell-looking-at): New function.
6637 (ispell-process-line): Use ispell-looking-at to compare the ispell
6638 output and the buffer contents.
6639
6640 2005-01-18 Jay Belanger <belanger@truman.edu>
6641
6642 * calc/calc.el (calc-display-raw): Fix docstring.
6643
6644 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6645
6646 * simple.el (blink-matching-open): Strip extra info from syntax.
6647
6648 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
6649 funny chars in the end-of-here-doc marker.
6650
6651 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6652
6653 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
6654 that enable/disabled state of breakpoints is shown correctly in
6655 fringe and on ttys.
6656 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
6657 Add breakpoint information as text properties.
6658 (gdb-mouse-toggle-breakpoint):
6659 Rename to gdb-mouse-set-clear-breakpoint.
6660 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
6661 breakpoints in the margin.
6662 (gdb-remove-strings): Simplify.
6663
6664 2005-01-17 Jay Belanger <belanger@truman.edu>
6665
6666 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
6667 erasing buffer.
6668
6669 2005-01-17 Richard M. Stallman <rms@gnu.org>
6670
6671 * progmodes/grep.el (grep-find): Copy from `grep' the condition
6672 for calling grep-compute-defaults.
6673
6674 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
6675 if buffer is empty.
6676
6677 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
6678
6679 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6680
6681 * hilit-chg.el (highlight-changes-mode): Don't autoload.
6682
6683 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
6684 non-preloaded variables.
6685
6686 2005-01-17 Steven Tamm <steventamm@mac.com>
6687
6688 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
6689 tex-shell cause to force interactivity when using pipes.
6690
6691 2005-01-17 Kim F. Storm <storm@cua.dk>
6692
6693 * simple.el (just-one-space): Make arg optional.
6694
6695 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
6696
6697 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
6698 posn-at-x-y to t to access left-margin.
6699
6700 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
6701
6702 Sync with Tramp 2.0.47.
6703
6704 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
6705 catching keep-date problems in cp/scp operations.
6706 (tramp-handle-copy-file): Don't call `set-file-modes'
6707 unconditionally. Specialized functions should know better what is
6708 necessary. This improves performance a little bit, and the
6709 functions could catch errors with `cp -p' and `scp -p'.
6710 (tramp-do-copy-or-rename-file-via-buffer)
6711 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
6712 when appropriate.
6713 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
6714 Call `set-file-modes' when appropriate.
6715 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
6716 Johnsson <isak@hypergene.com>
6717 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
6718 of both Tramp buffer and debug buffer. Reported by Joakim Verona
6719 <joakim@verona.se>
6720 (tramp-file-name-for-operation): Mark `shell-command' as magic for
6721 Emacs only.
6722
6723 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
6724 `find-file-hooks' and `dired-mode-hook'.
6725 (tramp-minor-mode-map): Respective map. Add remapping for
6726 `compile' and `recompile'.
6727 (tramp-remap-command, tramp-recompile): New defuns.
6728 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
6729 in buffer "*Compilation*". Call the commands asynchronously.
6730
6731 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
6732 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
6733 `shell-command', because it isn't magic in XEmacs. Reported by
6734 Adrian Aichner <adrian@xemacs.org>.
6735
6736 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6737 `substitute-in-file-name.
6738 (tramp-smb-handle-substitute-in-file-name): New defun.
6739 (tramp-smb-advice-PC-do-completion): Delete advice.
6740
6741 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
6742
6743 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
6744 Fix error in deleting region.
6745
6746 2005-01-15 Richard M. Stallman <rms@gnu.org>
6747
6748 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
6749 In non-temp buffer, switch syntax table temporarily.
6750
6751 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
6752
6753 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
6754
6755 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
6756
6757 * imenu.el (imenu--split-menu): Copy menulist before sorting.
6758 (imenu--generic-function): Use START, not BEG, as pos of definition.
6759
6760 * simple.el (just-one-space): Argument specifies number of spaces.
6761
6762 * simple.el (eval-expression-print-format): Avoid warning
6763 about edebug-active.
6764
6765 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
6766
6767 * progmodes/sh-script.el: Code copied from make-mode.el
6768 with small changes,
6769 (sh-mode-map): Bind C-c C-\.
6770 (sh-backslash-column, sh-backslash-align): New variables.
6771 (sh-backslash-region, sh-append-backslash): New functions.
6772
6773 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6774
6775 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
6776 (rmail-pop-password, rmail-pop-password-required): Move to
6777 rmail-obsolete group.
6778 (rmail-set-pop-password): Rename to rmail-set-remote-password.
6779 All callers updated.
6780 (rmail-get-pop-password): Rename to rmail-get-remote-password.
6781 Take an argument specifying whether it is POP or IMAP mailbox we
6782 are using. All callers updated.
6783 (rmail-pop-password-error): Rename to
6784 rmail-remote-password-error. Added mailutils-specific error message.
6785 (rmail-movemail-search-path)
6786 (rmail-movemail-variant-in-use): New variables.
6787 (rmail-remote-password, rmail-remote-password-required):
6788 New customization variables.
6789 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
6790 (rmail-parse-url): New function.
6791 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
6792 with GNU mailutils movemail.
6793
6794 2005-01-15 Kevin Ryde <user42@zip.com.au>
6795
6796 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
6797 suffix to space, $ or '$, to correctly position point when going
6798 to @table style constants like DBL_MAX.
6799
6800 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
6801
6802 * type-break.el (type-break-mode, type-break-file-time)
6803 (type-break-file-keystroke-count, type-break-choose-file):
6804 Don't store data in or load data from the file if type-break-file-name
6805 is nil.
6806 (type-break-file-name): Doc update as per the above.
6807
6808 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
6809
6810 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
6811 lookup-key might return nil; handle that.
6812
6813 2005-01-15 Alan Mackenzie <acm@muc.de>
6814
6815 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
6816 rather than the element found, thus enabling the tree to be setcar'd.
6817
6818 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6819
6820 * textmodes/org.el (org-show-following-heading): New option.
6821 (org-show-hierarchy-above): Use `org-show-following-heading'.
6822 (org-cycle): Documentation fix.
6823
6824 * textmodes/org.el (orgtbl-optimized): New option
6825 (orgtbl-mode): New command, a minor mode.
6826 (orgtbl-mode-map): New variable.
6827 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
6828 (orgtbl-error, orgtbl-self-insert-command)
6829 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
6830
6831 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
6832 a local variable in each org-mode buffer.
6833
6834 * textmodes/org.el (org-set-regexps-and-options): Rename from
6835 `org-set-regexps'. Added checking for STARTUP keyword.
6836 (org-get-current-options): Add STARTUP options.
6837 (org-table-insert-row): Mode mode intelligent about when
6838 realignment is needed.
6839 (org-self-insert-command, org-delete-backward-char, org-delete-char):
6840 New commands.
6841 (org-enable-table-editor): New default value `optimized'.
6842 (org-table-blank-field): Support blanking regions if active.
6843
6844 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6845
6846 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
6847 if the year is not given.
6848
6849 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
6850 Add new escapes %m and %M, fixed bug with %F by adding
6851 save-match-data.
6852 (reftex-reference): Remove ?. from list of spaces.
6853 (reftex-label-info): Add automatic label prefix recognition.
6854
6855 * textmodes/reftex-index.el (reftex-index-next-phrase):
6856 Add slave parameter to call of `reftex-index-this-phrase'.
6857 (reftex-index-this-phrase): New optional argument.
6858 (reftex-index-region-phrases): Add slave parameter to call of
6859 `reftex-index-this-phrase'.
6860 (reftex-display-index): New argument redo.
6861 (reftex-index-rescan): Add 'redo to arguments of
6862 `reftex-display-index'.
6863 (reftex-index-Rescan, reftex-index-revert)
6864 (reftex-index-switch-index-tag): Add 'redo to arguments of
6865 `reftex-display-index'.
6866 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
6867 indexing. Fix bug with matching is there is a quote before or
6868 after the word.
6869
6870 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
6871 Fix bug when collecting citation keys in lines with comments.
6872 (reftex-citation): Prefix argument no longer rescans the document,
6873 but forces prompting for optional arguments of cite macros.
6874 (reftex-do-citation): Prompting for optional arguments implemented.
6875
6876 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6877 Add optional arguments to most cite commands.
6878 (reftex-cite-cleanup-optional-args): New option
6879 (reftex-cite-prompt-optional-args): New option.
6880 (reftex-trust-label-prefix): New option.
6881
6882 * textmodes/reftex-toc.el (reftex-toc-find-section):
6883 Add push-mark before changing the position in the buffer.
6884
6885 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
6886 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
6887
6888 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
6889
6890 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
6891 more carefully.
6892
6893 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6894
6895 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
6896 (sgml-mode): Use it.
6897 (sgml-get-context): Better keep track of implicitly closed tags.
6898
6899 2005-01-13 Kenichi Handa <handa@m17n.org>
6900
6901 * textmodes/ispell.el: These changes are to fix misalignment error
6902 caused by equivalent characters of different Emacs charsets.
6903 (ispell-unified-chars-table): New variable.
6904 (ispell-get-decoded-string): New function.
6905 (ispell-get-casechars, ispell-get-not-casechars)
6906 (ispell-get-otherchars): Call ispell-get-decoded-string.
6907
6908 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
6909
6910 * custom.el (custom-declare-variable): Just put symbol instead
6911 of (defvar . symbol) in `current-load-list'.
6912
6913 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6914
6915 * emacs-lisp/elint.el: Fixed typo in Commentary section.
6916
6917 2005-01-12 Jay Belanger <belanger@truman.edu>
6918
6919 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
6920 to create a Calc summary.
6921
6922 2005-01-12 Kim F. Storm <storm@cua.dk>
6923
6924 * mouse.el (mouse-on-link-p): Change functionality and doc
6925 string to comply with latest description in lisp ref.
6926
6927 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
6928
6929 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
6930 Enable mouse clicks on mode-line, header-line and margin.
6931 (event-type): Give mouse event symbols an 'event-kind property
6932 with value 'mouse-click.
6933
6934 2005-01-12 Juri Linkov <juri@jurta.org>
6935
6936 * facemenu.el (list-colors-display): Add new arg buffer-name.
6937 Use it. Fix docstring. Replace code for identifying duplicate
6938 colors by the name with call to `list-colors-duplicates' which
6939 identifies duplicate colors by the value unless the color
6940 is one of special Windows colors. Set truncate-lines to t.
6941 Print sorted duplicate color names on each line. Indent to 22
6942 \(the longest color name in rgb.txt) instead of 20. Optimize.
6943 (list-colors-duplicates): New function.
6944 (facemenu-color-name-equal): Delete function.
6945
6946 * facemenu.el (list-colors-print): New function created from code
6947 in list-colors-display. Print #RRGGBB at the window right edge.
6948 (list-colors-display): When temp-buffer-show-function is not
6949 defined, call list-colors-print from temp-buffer-show-hook
6950 to get the right value of window-width in list-colors-print
6951 after the buffer is displayed.
6952
6953 * simple.el (pop-mark): Move deactivate-mark out of conditional
6954 part to deactivate the active mark regardless of the state of the
6955 mark ring.
6956
6957 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
6958 variables line in desktop files.
6959
6960 2005-01-12 Juri Linkov <juri@jurta.org>
6961
6962 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
6963 Bring together isearch highlight related options.
6964 (lazy-highlight): Replace group `replace' by `matching'.
6965 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
6966 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
6967 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
6968 and declare them obsolete.
6969 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
6970 (isearch-faces): Remove defgroup.
6971 (isearch-overlay, isearch-highlight, isearch-dehighlight):
6972 Move isearch highlighting code closer to lazy highlighting code.
6973
6974 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
6975 (query-replace-highlight, query-replace-lazy-highlight)
6976 (query-replace): Move definitions to the beginning of the file.
6977
6978 2005-01-11 Juri Linkov <juri@jurta.org>
6979
6980 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
6981 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
6982 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
6983
6984 * info.el (Info-history-forward): New variable.
6985 (Info-select-node): Reset Info-history-forward to nil.
6986 (Info-last): Turn into defalias.
6987 (Info-history-back): Rename from Info-last.
6988 Add current node to Info-history-forward.
6989 (Info-history-forward): New fun.
6990 (Info-mode-map): Replace Info-last by Info-history-back.
6991 Bind Info-history-forward to "r".
6992 (Info-mode-menu): Replace Info-last by Info-history-back.
6993 Fix menu item text. Add menu item for Info-history-forward.
6994 (info-tool-bar-map): Replace Info-last by Info-history-back.
6995 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
6996 for Info-history-forward.
6997 (Info-mode): Replace Info-last by Info-history-back in docstring.
6998 Add local variable Info-history-forward.
6999 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
7000
7001 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7002
7003 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
7004 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
7005 Ignore select-window events rather than fiddle with
7006 mouse-autoselect-window.
7007
7008 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
7009
7010 * type-break.el (type-break-mode): Fix previous change.
7011
7012 2005-01-10 Jay Belanger <belanger@truman.edu>
7013
7014 * calc/calc-ext.el (calc-reset): Reset when inside embedded
7015 calculator; only reset when point is inside a calculator.
7016 Don't adjust the window height if the window takes up the whole height
7017 of the frame.
7018
7019 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
7020
7021 * ebuff-menu.el (Electric-buffer-menu-mode):
7022 Preserve value of buffer-local var header-line-format.
7023
7024 2005-01-09 Jay Belanger <belanger@truman.edu>
7025
7026 * calc/calc.el (calc-mode-var-list-restore-saved-values):
7027 Make sure settings file exists before accessing it.
7028
7029 * calc/calc-embed.el (calc-embedded-subst):
7030 Replace math-multi-subst-rec, which is only supposed to be called
7031 by math-multi-subst, by math-multi-subst.
7032
7033 2005-01-09 Andre Spiegel <spiegel@gnu.org>
7034
7035 * vc.el (vc-allow-async-revert): New user option.
7036 (vc-disable-async-diff): New internal variable.
7037 (vc-revert-buffer): Use them to disable asynchronous diff.
7038
7039 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
7040 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
7041 asynchronously if vc-disable-async-diff is t.
7042
7043 2005-01-09 Jay Belanger <belanger@truman.edu>
7044
7045 * calc/calc.el (defcalcmodevar): New macro.
7046 (calc-mode-var-list-restore-default-values)
7047 (calc-mode-var-list-restore-saved-values): New functions.
7048 (calc-mode-var-list): Use defcalcmodevar to define it.
7049 (calc-always-load-extensions, calc-line-numbering)
7050 (calc-line-breaking, calc-display-just, calc-display-origin)
7051 (calc-number-radix, calc-leading-zeros, calc-group-digits)
7052 (calc-group-char, calc-point-char, calc-frac-format)
7053 (calc-prefer-frac, calc-hms-format, calc-date-format)
7054 (calc-float-format, calc-full-float-format, calc-complex-format)
7055 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
7056 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
7057 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
7058 (calc-matrix-brackets, calc-language, calc-language-option)
7059 (calc-left-label, calc-right-label, calc-word-size)
7060 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7061 (calc-display-raw, calc-internal-prec, calc-angle-mode)
7062 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7063 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7064 (calc-window-height, calc-display-trail, calc-show-selections)
7065 (calc-use-selections, calc-assoc-selections)
7066 (calc-display-working-message, calc-auto-why, calc-timing)
7067 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
7068 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
7069 (calc-gnuplot-default-device, calc-gnuplot-default-output)
7070 (calc-gnuplot-print-device, calc-gnuplot-print-output)
7071 (calc-gnuplot-geometry, calc-graph-default-resolution)
7072 (calc-graph-default-resolution-3d, calc-invocation-macro)
7073 (calc-show-banner): Use defcalcmodevar to declare them and set
7074 their default values.
7075
7076 * calc/calc-ext.el (calc-reset): Restore saved values of variables
7077 instead of default values (but restore default values if there is
7078 an argument of 0).
7079
7080 2005-01-09 David Kastrup <dak@gnu.org>
7081
7082 * desktop.el (desktop-restore-eager): Fix typo in type.
7083
7084 2005-01-08 Richard M. Stallman <rms@gnu.org>
7085
7086 * cus-edit.el (customize): Delete :link.
7087
7088 2005-01-08 Jay Belanger <belanger@truman.edu>
7089
7090 * calc/calc.el (calc-mode): Remove the extension from the
7091 `calc-settings-file' file name when loading it.
7092
7093 2005-01-08 Kim F. Storm <storm@cua.dk>
7094
7095 * info.el (Info-mode-map, Info-next-link-keymap)
7096 (Info-prev-link-keymap, Info-up-link-keymap):
7097 Map follow-link to mouse-face.
7098 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
7099
7100 2005-01-08 Jay Belanger <belanger@truman.edu>
7101
7102 * calc/calc.el (calc-settings-file): Change default value.
7103 Suggested by cgw in a comment in calc-mode.el.
7104
7105 * calc/calc-mode.el (calc-settings-file-name):
7106 Compare calc-settings-file to user-init-file instead of ~/.emacs.
7107 Replace ~/.emacs in a prompt by calc-settings-file.
7108
7109 2005-01-07 Lars Hansen <larsh@math.ku.dk>
7110
7111 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
7112 (desktop-lazy-idle-delay): New customizable variables.
7113 (desktop-buffer-args-list): New variable.
7114 (desktop-append-buffer-args): New function.
7115 (desktop-save): Call desktop-append-buffer-args for some buffers.
7116 (desktop-lazy-create-buffer): New function.
7117 (desktop-idle-create-buffers): New function.
7118 (desktop-read): Add message about buffers to restore lazily.
7119 (desktop-lazy-abort): New command.
7120 (desktop-clear): Call desktop-lazy-abort.
7121 (desktop-lazy-complete): New command.
7122
7123 2005-01-06 Richard M. Stallman <rms@gnu.org>
7124
7125 * emacs-lisp/find-func.el (find-face-definition):
7126 Rename from find-face.
7127
7128 2005-01-06 Kim F. Storm <storm@cua.dk>
7129
7130 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
7131
7132 * man.el (Man-xref-man-page, Man-xref-header-file)
7133 (Man-xref-normal-file): Add follow-link property.
7134
7135 2005-01-06 Jay Belanger <belanger@truman.edu>
7136
7137 * calc/calc-units.el: Make sure the proper macro definitions are
7138 available when compiling.
7139
7140 2005-01-06 Juri Linkov <juri@jurta.org>
7141
7142 * isearch.el (isearch-lazy-highlight-update):
7143 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
7144
7145 2005-01-06 Miles Bader <miles@gnu.org>
7146
7147 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
7148 (isearch-lazy-highlight-face): Use new name.
7149
7150 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7151
7152 * uniquify.el (uniquify-rationalize-file-buffer-names):
7153 Re-add an interactive spec.
7154 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
7155 to the same name.
7156
7157 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
7158 (isearch-update, isearch-done): Adjust calls accordingly.
7159
7160 2005-01-05 Richard M. Stallman <rms@gnu.org>
7161
7162 * custom.el (custom-set-variables, custom-theme-set-variables):
7163 Clarify documentation.
7164
7165 * emacs-lisp/find-func.el (find-variable)
7166 (find-variable-other-window, find-variable-other-frame):
7167 Fix the TYPE args to find-function-read and find-function-do-it.
7168 (find-function): Doc fix.
7169 (find-function-at-point): Replace function-at-point alias.
7170
7171 2005-01-04 Richard M. Stallman <rms@gnu.org>
7172
7173 * cus-face.el (custom-declare-face):
7174 Record defface in current-load-list.
7175
7176 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
7177
7178 * emacs-lisp/find-func.el: Doc fixes.
7179 (find-face-regexp): New variable.
7180 (find-function-regexp-alist): New variable.
7181 (find-function-C-source): Third arg is now TYPE.
7182 (find-function-search-for-symbol): Handle general TYPE.
7183 (find-function-read, find-function-do-it): Handle general TYPE.
7184 (find-definition-noselect, find-face): New functions.
7185 (function-at-point): Alias deleted.
7186
7187 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
7188
7189 * battery.el (display-battery-mode): Rename from display-battery.
7190 Handle the case where it gets turned off.
7191
7192 2005-01-04 Richard M. Stallman <rms@gnu.org>
7193
7194 * cus-edit.el (customize): Make :link point to user doc.
7195
7196 * man.el (Man-fontify-manpage): Turn off undo generation.
7197
7198 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
7199
7200 2005-01-04 Andreas Schwab <schwab@suse.de>
7201
7202 * files.el (insert-directory): Only look for error lines in
7203 inserted text. Don't move too far after processing --dired markers.
7204
7205 2005-01-04 Richard M. Stallman <rms@gnu.org>
7206
7207 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7208 Don't expand if the character is @, period, dash, etc.
7209 (define-mail-abbrev): Quote names that contain problem characters.
7210
7211 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
7212
7213 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
7214
7215 2005-01-03 Richard M. Stallman <rms@gnu.org>
7216
7217 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
7218 (query-replace-highlight, query-replace-lazy-highlight)
7219 (query-replace): Definitions moved up. Doc fix.
7220
7221 2005-01-03 Richard M. Stallman <rms@gnu.org>
7222
7223 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
7224 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7225 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7226 (lazy-highlight-face): Rename from isearch-lazy-...
7227 Change all references to them.
7228
7229 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7230
7231 * cus-edit.el (custom-file): Doc fix for defcustom.
7232 (custom-file): The function no longer sets the variable
7233 `custom-file' to its return value.
7234
7235 * startup.el (command-line): No longer load `custom-file'.
7236
7237 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7238
7239 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
7240
7241 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
7242 Don't confuse module-prefixed identifiers for labels.
7243 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
7244
7245 2005-01-02 Richard M. Stallman <rms@gnu.org>
7246
7247 * files.el (basic-save-buffer-1): Fix previous change.
7248
7249 * loadhist.el (file-loadhist-lookup): New function.
7250 (file-provides, file-requires): Use it.
7251
7252 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
7253 instead of calculating the right size.
7254
7255 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7256
7257 * vc-svn.el (vc-svn-diff): Stay local if possible.
7258
7259 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
7260
7261 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
7262
7263 * files.el (hack-local-variables): Fix last change.
7264
7265 2005-01-02 Jay Belanger <belanger@truman.edu>
7266
7267 * calc/calc-yank.el (calc-edit-top): New variable.
7268 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
7269 object. Change header properties.
7270 (calc-edit-finish, calc-edit-finish-stack-object)
7271 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
7272 edited object.
7273 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
7274 for the beginning of the edited object.
7275 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
7276 for the beginning of the edited object.
7277 * calc/calc-prog.el (calc-edit-macro-finish-edit)
7278 (calc-finish-formula-edit, calc-macro-repeats)
7279 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
7280 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
7281 beginning of the edited object.
7282 (calc-user-define-edit): Change the header for editing macros.
7283 Remove unnecessary variable.
7284
7285 2005-01-01 Jay Belanger <belanger@truman.edu>
7286
7287 * calc/calc-yank.el (calc-edit-mode): Change default header.
7288 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
7289 * calc/calc-store.el (calc-edit-variable): Change title to match new
7290 header.
7291 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
7292 mode to match new header.
7293 (calc-user-define-edit): Change titles to include names of commands.
7294 (calc-finish-formula-edit): Adjust to handle new header.
7295 (calc-finish-macro-edit): Remove.
7296 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
7297 (calc-edit-macro-command, calc-edit-macro-command-type)
7298 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
7299 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
7300 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
7301 (calc-edit-macro-finish-edit): New functions.
7302 (calc-user-define-edit): Use new functions to edit named calc macros.
7303
7304 2005-01-01 Stefan <monnier@iro.umontreal.ca>
7305
7306 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
7307
7308 * ses.el (copy-region-as-kill): Deactivate mark.
7309
7310 2005-01-01 Richard M. Stallman <rms@gnu.org>
7311
7312 * replace.el (occur-1): If the output buffer is also an input,
7313 don't kill it, rename it.
7314
7315 * faces.el (set-face-background, set-face-foreground): Doc fix.
7316
7317 * cus-face.el (custom-face-attributes): Fix :help-echo strings
7318 for :foreground and :background.
7319
7320 * dired.el (dired-view-command-alist): Variable deleted.
7321 (dired-view-file, dired-mouse-find-file-other-window):
7322 Delete the code to use it.
7323
7324 2005-01-01 Kim F. Storm <storm@cua.dk>
7325
7326 * image.el (insert-sliced-image): Use t for line-height property.
7327
7328 2004-12-31 Jay Belanger <belanger@truman.edu>
7329
7330 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
7331 for "var-" at the beginning of the minibuffer.
7332
7333 2004-12-31 Richard M. Stallman <rms@gnu.org>
7334
7335 * faces.el (read-face-name):
7336 Don't treat an attribute spec as a list of faces.
7337
7338 * simple.el (undo): Use undo-equiv-table to detect
7339 unexpected changes since previous undo.
7340 (undo-list-saved): Variable deleted.
7341 (buffer-disable-undo): Don't alter undo-list-saved.
7342
7343 * files.el (require-final-newline): Allow `visit' and `visit-save'.
7344 (mode-require-final-newline): New option.
7345 (after-find-file): Handle require-final-newline with new values.
7346 (basic-save-buffer): Handle new values of require-final-newline.
7347
7348 * progmodes/sh-script.el (sh-require-final-newline):
7349 Alist value now controls whether to use mode-require-final-newline.
7350 (sh-set-shell): Implement that new meaning.
7351
7352 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
7353 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
7354 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
7355 Delete old-Emacs compatibility code.
7356 (antlr-c-common-init): Function deleted.
7357
7358 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
7359 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
7360 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
7361 * progmodes/python.el (python-mode): Use mode-require-final-newline.
7362 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
7363 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
7364 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
7365 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
7366 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
7367 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
7368 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
7369 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
7370 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
7371 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
7372 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
7373 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
7374
7375 2004-12-31 Jay Belanger <belanger@truman.edu>
7376
7377 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
7378 way to return to Calc.
7379
7380 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
7381 finish, C-xk as the way to cancel the edit. Add cancel routine to
7382 kill-buffer-hook.
7383
7384 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
7385 MacEdit code.
7386
7387 * calc/calc-prog.el: Remove obsolete MacEdit code.
7388 (calc-macro-edit-algebraic, calc-macro-edit-variable)
7389 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
7390
7391 2004-12-31 Kenichi Handa <handa@m17n.org>
7392
7393 * international/mule.el (buffer-file-coding-system-explicit):
7394 Rename for explicit-buffer-file-coding-system.
7395 (after-insert-file-set-coding): Adjust for the above change.
7396
7397 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
7398 to buffer-file-coding-system-explicit.
7399 (basic-save-buffer-1): Likewise.
7400
7401 2004-12-30 Richard M. Stallman <rms@gnu.org>
7402
7403 * textmodes/artist.el (artist-butlast-fn): Var deleted.
7404 (artist-butlast, artist-last): Functions deleted.
7405 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
7406 (artist-compute-key-compl-table): Call remq directly.
7407 (artist-remove-nulls): Function deleted.
7408 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
7409 (artist-push, artist-pop): Macro deleted.
7410
7411 2004-12-30 Andreas Leue <al@sphenon.de>
7412
7413 * textmodes/artist.el (artist-version): 1.2.6
7414 (artist-prev-next-op-alist): New variable.
7415 (artist-select-next-op-in-list): New function.
7416 (artist-select-prev-op-in-list): New function.
7417 (artist-make-prev-next-op-alist): New function.
7418 (artist-is-in-op-list-p): New function.
7419 (artist-get-first-non-nil-op): New function.
7420 (artist-get-last-non-nil-op): New function.
7421 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
7422 artist-prev-next-op-alist.
7423 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
7424 change drawing operation.
7425
7426 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
7427
7428 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
7429
7430 2004-12-31 Masatake YAMATO <jet@gyve.org>
7431
7432 * server.el (server-process-filter): Suppress `error', too.
7433
7434 2004-12-30 Jay Belanger <belanger@truman.edu>
7435
7436 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
7437 Change the way a variable is displayed in a message.
7438
7439 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
7440 (calc-user-define-permanent, calc-execute-kbd-macro):
7441 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
7442
7443 2004-12-30 Kenichi Handa <handa@m17n.org>
7444
7445 * files.el (basic-save-buffer-1):
7446 Set explicit-buffer-file-coding-system to last-coding-system-used.
7447 (revert-buffer): Pay attention to
7448 explicit-buffer-file-coding-system (not buffer-file-coding-system)
7449 on bind coding-system-for-read.
7450
7451 * international/mule.el (explicit-buffer-file-coding-system):
7452 New buffer local variable.
7453 (after-insert-file-set-coding): Set it to coding-system-for-read.
7454
7455 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
7456
7457 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
7458
7459 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
7460
7461 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
7462 that include line numbers.
7463
7464 2004-12-29 Milan Zamazal <pdm@zamazal.org>
7465
7466 * files.el (hack-local-variables): If no PREFIX, set it to "^".
7467 Redundant variable PREFIXLEN removed.
7468
7469 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
7470
7471 * eshell/em-hist.el (eshell-previous-matching-input):
7472 Start the deletion from the end of the output.
7473
7474 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7475
7476 * term/mac-win.el: Require x-dnd.
7477 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
7478
7479 2004-12-29 David Kastrup <dak@gnu.org>
7480
7481 * international/mule.el (decode-coding-inserted-region):
7482 Don't barf if `buffer-undo-list' is already set to `t'.
7483
7484 2004-12-29 Jay Belanger <belanger@truman.edu>
7485
7486 * calc/calc-prog.el (calc-user-define-formula): Put default values
7487 for function names in prompts.
7488 (calc-user-define-permanent, calc-user-define-composition)
7489 (calc-user-define-formula): Remove the need for "calcFunc-" in the
7490 default input for algebraic functions.
7491
7492 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
7493
7494 * vc-rcs.el (vc-rcs-annotate-command):
7495 Fix omission bug: Call `vc-setup-buffer'.
7496
7497 2004-12-29 Kenichi Handa <handa@m17n.org>
7498
7499 * international/mule.el (recode-region): New function.
7500
7501 2004-12-28 Richard M. Stallman <rms@gnu.org>
7502
7503 * simple.el (undo-extra-outer-limit): New variable.
7504 (undo-outer-limit-truncate): Test and set it.
7505
7506 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
7507 enables the feature to extend the existing region.
7508
7509 * simple.el (mark-word): New arg ALLOW-EXTEND
7510 enables the feature to extend the existing region.
7511
7512 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
7513 enables the feature to extend the existing region.
7514
7515 * startup.el (site-run-file): Don't allow setting it with Custom.
7516
7517 * simple.el (buffer-disable-undo): Fix previous change.
7518
7519 2004-12-27 Masatake YAMATO <jet@gyve.org>
7520
7521 * hexl.el (hexlify-buffer): Remove fontification here.
7522 Use font lock mechanism instead.
7523 (hexl-font-lock-keywords): New font lock kewords.
7524 (hexl-mode-old-font-lock-keywords): New variable.
7525 (hexl-mode): Store the old font lock keywords.
7526 (hexl-mode-exit): Restore the old font lock keywords.
7527
7528 2004-12-27 Richard M. Stallman <rms@gnu.org>
7529
7530 * simple.el (undo): Fix previous change.
7531
7532 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7533
7534 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
7535 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
7536 Call x-open-connection on Mac OS X.
7537
7538 2004-12-27 Richard M. Stallman <rms@gnu.org>
7539
7540 * files.el (buffer-save-without-query): New var (buffer-local).
7541 (save-some-buffers): Save those buffers first, w/o asking.
7542
7543 * files.el (insert-directory-ls-version): New variable.
7544 (insert-directory): When ls returns an error, test the version
7545 number to decide what the return code means.
7546 With --dired output format, detect and distinguish lines
7547 that are really error messages.
7548 (insert-directory-adj-pos): New function.
7549
7550 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
7551
7552 * battery.el (battery-mode-line-format): Remove initial spaces.
7553
7554 * uniquify.el (uniquify-rationalize-file-buffer-names):
7555 Delete interactive spec.
7556
7557 * type-break.el (type-break-mode): Set buffer-save-without-query.
7558 Remove code that tried to set save-some-buffers-always.
7559 (type-break-file-keystroke-count): Bind deactivate-mark.
7560
7561 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
7562
7563 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
7564 Test that the buffer is live, and maybe reject current buffer too.
7565 Clarify.
7566 (next-error-find-buffer): Rewrite for clarity.
7567
7568 * loadup.el: Don't use buffer-disable-undo; do it directly.
7569
7570 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
7571 (describe-variable): Call symbol-file with `defvar'.
7572
7573 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
7574 (symbol-file): Rewritten to handle new load-history format.
7575 Now takes an arg TYPE to specify looking for a particular
7576 type of definition only.
7577
7578 * emacs-lisp/debug.el (debugger-make-xrefs):
7579 Call symbol-file with `defun'.
7580
7581 * emacs-lisp/find-func.el (find-function-noselect):
7582 Call symbol-file with `defun'.
7583 (find-variable-noselect): Call symbol-file with `defvar'.
7584
7585 * eshell/esh-cmd.el (eshell-find-alias-function):
7586 Call symbol-file with `defun'.
7587
7588 * eshell/esh-test.el (eshell-test-goto-func):
7589 Call symbol-file with `defun'.
7590
7591 * mail/rmail.el (rmail-resend):
7592 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
7593
7594 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
7595
7596 * progmodes/compile.el (compilation-find-buffer): Rename arg.
7597
7598 * textmodes/texinfmt.el (texinfo-format-buffer-1):
7599 Call buffer-disable-undo.
7600
7601 * simple.el (undo-list-saved): New variable (buffer-local).
7602 (undo): Set and test it.
7603 (buffer-disable-undo): Move here from buffer.c.
7604 Clear out undo-list-saved.
7605
7606 * international/mule.el (decode-coding-inserted-region):
7607 Set buffer-undo-list in a correct and optimal way.
7608
7609 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
7610 (cperl-font-lock-unfontify-region-function): No need to save and
7611 restore info, since font-lock.el does it for us.
7612
7613 * ansi-color.el (save-buffer-state): Definition deleted.
7614 (ansi-color-unfontify-region): Don't use save-buffer-state.
7615
7616 2004-12-27 Dave Love <fx@gnu.org>
7617
7618 * wid-edit.el (function): Use restricted-sexp as parent.
7619
7620 2004-12-27 Kevin Ryde <user42@zip.com.au>
7621
7622 * simple.el (next-matching-history-element): Use same
7623 `interactive' form as previous-matching-history-element.
7624
7625 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
7626 it can appear unencoded and has been seen from yahoo.
7627
7628 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
7629
7630 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
7631 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
7632
7633 2004-12-27 Kenichi Handa <handa@m17n.org>
7634
7635 * international/utf-8.el (utf-translate-cjk-load-tables):
7636 Bind coding-system-for-read to nil while loading subst-*.
7637
7638 2004-12-26 Jay Belanger <belanger@truman.edu>
7639
7640 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
7641 default input.
7642
7643 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
7644
7645 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
7646 before reverting and disable undo recording while reverting.
7647
7648 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
7649
7650 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
7651 (hs-make-overlay): New function.
7652 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
7653 (hs-flag-region): Delete function.
7654 (hs-hide-comment-region): No longer use `hs-flag-region'.
7655 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
7656 (hs-hide-block-at-point): Likewise.
7657 (hs-hide-level-recursive): Use `hs-discard-overlays'.
7658 (hs-hide-all, hs-show-all): Likewise.
7659 (hs-show-block): Likewise.
7660 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
7661
7662 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
7663
7664 * progmodes/hideshow.el: Require `cl' when compiling.
7665 Remove XEmacs and Emacs 19 compatibility.
7666 Use `dolist' and `add-to-list' for load-time actions.
7667 (hs-discard-overlays): Use `dolist'.
7668 (hs-show-block): Likewise.
7669
7670 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
7671
7672 * faces.el (mode-line, mode-line-inactive): Use min-colors.
7673
7674 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
7675
7676 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
7677 When extending backwards, move outside the current comment first.
7678
7679 2004-12-22 Kenichi Handa <handa@m17n.org>
7680
7681 * international/quail.el (quail-start-translation): Fix prompt
7682 string for the case if input-method-use-echo-area being non-nil.
7683 (quail-start-conversion): Likewise.
7684 (quail-show-guidance): Don't show guidance if
7685 input-method-use-echo-area is non-nil.
7686
7687 2004-12-21 Richard M. Stallman <rms@gnu.org>
7688
7689 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
7690
7691 2004-12-21 Markus Rost <rost@ias.edu>
7692
7693 * calendar/diary-lib.el (mark-diary-entries):
7694 Set mark-diary-entries-in-calendar only after checking for diary-file.
7695
7696 2004-12-21 Richard M. Stallman <rms@gnu.org>
7697
7698 * faces.el (escape-glyph): Use blue against light foreground.
7699
7700 * simple.el (undo-outer-limit-truncate): New function.
7701 (undo-outer-limit-function): Use undo-outer-limit-truncate.
7702
7703 2004-12-21 Eli Barzilay <eli@barzilay.org>
7704
7705 * calculator.el (calculator-radix-grouping-mode)
7706 (calculator-radix-grouping-digits)
7707 (calculator-radix-grouping-separator):
7708 New defcustoms for the new radix grouping mode functionality.
7709 (calculator-mode-hook): Now used in electric mode too,
7710 (calculator): Call it.
7711 (calculator-mode-map): Some new keys.
7712 (calculator-message): New function. Some new calls.
7713 (calculator-op, calculator-set-register): Use it.
7714 (calculator-string-to-number): New function, mostly moved and
7715 updated code from calculator-curnum-value.
7716 (calculator-curnum-value): Use it.
7717 (calculator-paste): Use it, and update grabbing the current-kill.
7718 (calculator-rotate-displayer)
7719 (calculator-rotate-displayer-back): Toggle digit grouping when
7720 in radix mode, use calculator-message.
7721 (calculator-displayer-prev, calculator-displayer-next):
7722 Change digit group size when in radix mode.
7723 (calculator-number-to-string): Rename from
7724 calculator-num-to-string. Now deals with digit grouping in
7725 radix mode.
7726 (calculator-update-display, calculator-put-value): Use the new name.
7727 (calculator-fact): Return a floating point number.
7728 (calculator-mode): Doc fix.
7729
7730 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
7731
7732 * calendar/calendar.el (view-other-diary-entries): Add autoload.
7733 * calendar/diary-lib.el (view-other-diary-entries):
7734 Use current-prefix-arg in interactive spec.
7735
7736 2004-12-19 Jay Belanger <belanger@truman.edu>
7737
7738 * calc/calc-aent.el (calcAlg-blank-matching-open):
7739 Temporarily adjust the syntax of both delimiters of half-open intervals.
7740
7741 2004-12-19 Kim F. Storm <storm@cua.dk>
7742
7743 * mouse.el (mouse-1-click-follows-link): Doc fix.
7744
7745 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7746
7747 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
7748 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
7749 instead of centraleuropean as the name
7750
7751 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
7752
7753 Sync with Tramp 2.0.46.
7754
7755 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
7756 parameters wrt Tramp convention.
7757 (tramp-handle-file-attributes-with-perl)
7758 (tramp-handle-directory-files-and-attributes): Apply it.
7759 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
7760 `copy-program'. Reported by Zack Weinberg
7761 <zack@codesourcery.com>.
7762 (top): Set `edebug-form-spec' property directly rather than
7763 calling `def-edebug-spec'.
7764
7765 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
7766 advice less fragile. Surround temporary redefinition of
7767 `substitute-in-file-name' with `unwind-protect'. Suggested by
7768 Matt Hodges <MPHodges@member.fsf.org>.
7769
7770 2004-12-17 Juri Linkov <juri@jurta.org>
7771
7772 * replace.el (occur-accumulate-lines, occur-engine):
7773 Make forcing deferred font-lock fontification jit-specific.
7774
7775 2004-12-17 Kim F. Storm <storm@cua.dk>
7776
7777 * mouse.el (mouse-1-click-follows-link): New defcustom.
7778 (mouse-on-link-p): New function.
7779 (mouse-drag-region-1): Implement mouse-1-click-follows-link
7780 functionality. Map a mouse-1 click event into a mouse-2 (or
7781 other) event when position is inside a link.
7782
7783 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
7784 prefix in tooltip text with "mouse-1" when this is a link
7785 recognized by mouse-1-click-follows-link functionality.
7786
7787 * help.el (describe-key): Report effective and original binding
7788 for mouse-1 when clicked on a link.
7789 (describe-mode): Add follow-link property to "minor-mode" button.
7790
7791 * help-fns.el (describe-variable): Add follow-link property to
7792 "below" button.
7793
7794 * help-mode.el (help-xref): Add follow-link property.
7795
7796 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
7797 (apropos-command, apropos-variable, apropos-face, apropos-group)
7798 (apropos-widget, apropos-plist): Add follow-link property.
7799
7800 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
7801 checks if position is in a filename, rather than some other
7802 clickable item. Function looks for cvs-filename-face at position.
7803
7804 * wid-edit.el (widget-specify-field, widget-specify-button):
7805 Map a :follow-link keyword into a follow-link property.
7806 (link): Add :follow-link keyword, map to RET binding.
7807
7808 * dired.el (dired-mode-map): Map follow-link to mouse-face.
7809
7810 * progmodes/compile.el (compilation-minor-mode-map)
7811 (compilation-button-map, compilation-mode-map): Likewise.
7812
7813 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
7814
7815 * play/zone.el (zone): Init `line-spacing' from orig buffer.
7816 (zone-replace-char): Take `count' and `del-count'
7817 instead of `direction'. Update callers. When `del-count' is
7818 non-nil, delete that many characters, otherwise `count' characters
7819 backwards. Insert the newly-replaced string `count' times.
7820 (zone-fret): Handle chars w/ width greater than one.
7821 (zone-fall-through-ws): No longer take window width `ww'.
7822 Update callers. Add handling for `char-width' greater than one.
7823 (zone-pgm-drip): Update var holding window-end position every cycle.
7824
7825 2004-12-17 Andre Spiegel <spiegel@gnu.org>
7826
7827 * vc.el (vc-default-update-changelog): Use insert-file-contents,
7828 rather than insert-file.
7829
7830 2004-12-16 Jay Belanger <belanger@truman.edu>
7831
7832 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
7833 (math-init-random-base, math-random-digit): Check to see if
7834 var-RandSeed is bound.
7835 (math-random-last): Declare it.
7836 (math-random-digit): Don't make math-random-last local.
7837
7838 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
7839
7840 * play/zone.el (zone): Fix omission bug: Use a self-disabling
7841 one-shot thunk for uniform (error, quit, normal) recovery.
7842 Reported by John Paul Wallington.
7843 (zone-pgm-random-life): Fix bug:
7844 Recognize empty initial field by lack of "@" chars.
7845
7846 2004-12-16 Juri Linkov <juri@jurta.org>
7847
7848 * help.el (function-called-at-point):
7849 * help-fns.el (variable-at-point): As a last resort try stripping
7850 non-word prefixes and suffixes.
7851
7852 * descr-text.el (describe-property-list): Don't treat syntax-table
7853 specially. Use describe-text-sexp which inserts [show] button
7854 for large objects and handles printing errors. Sort properties
7855 by names in alphabetical order instead of by value sizes.
7856 Add `mouse-face' to list of properties for `describe-face' widget.
7857 (describe-char): Mask out face-id from 19 bits of character.
7858 Print face-id separately.
7859
7860 * replace.el (occur-accumulate-lines, occur-engine):
7861 Fontify unfontified matching lines in the source buffer
7862 before copying them.
7863 (occur-engine): Don't put mouse-face on context lines.
7864 (occur-next-error): Set point to line beginning/end
7865 before searching for prev/next property to skip multiple
7866 matches on a line (not supported by occur engine).
7867 Remove redundant prefix-numeric-value.
7868
7869 2004-12-15 Juri Linkov <juri@jurta.org>
7870
7871 * replace.el (match): New face.
7872 (list-matching-lines-face): Change default from `bold' to `match'.
7873
7874 * progmodes/grep.el (grep-match-face): New defvar.
7875 (grep-mode-font-lock-keywords): Use grep-match-face instead of
7876 compilation-column-face to highlight grep matches.
7877
7878 * apropos.el (apropos-match-face): Change default from
7879 `secondary-selection' to `match'.
7880
7881 * info-look.el (info-lookup-highlight-face): Change default from
7882 `highlight' to `match'.
7883
7884 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
7885
7886 * progmodes/executable.el (executable-interpret): Eliminate
7887 obsolete compile-internal, and switch to comint for interaction.
7888
7889 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
7890
7891 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
7892 `&&' when skipping multiple statements on a line.
7893
7894 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
7895
7896 * play/zone.el (zone): Set `truncate-lines'.
7897 Also, init `tab-width' with value from original buffer.
7898 (zone-shift-up): Rewrite for speed.
7899 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
7900 (zone-pgm-jitter): Remove redundant entries from ops vector.
7901 (zone-exploding-remove): Reduce iteration count.
7902 (zone-cpos): Convert to defsubst.
7903 (zone-replace-char): New defsubst.
7904 (zone-park/sit-for): Likewise.
7905 (zone-fret): Take window-start arg.
7906 Update callers. Use `zone-park/sit-for'.
7907 (zone-fill-out-screen): Rewrite.
7908 (zone-fall-through-ws): Likewise. Update callers.
7909 (zone-pgm-drip): Use `zone-replace-char'.
7910 Move var inits before while-loop. Use `zone-park/sit-for'.
7911 (zone-pgm-random-life): Handle empty initial field.
7912 Use `zone-replace-char' and `zone-park/sit-for'.
7913
7914 2004-12-15 Juri Linkov <juri@jurta.org>
7915
7916 * isearch.el (isearch-update): Test isearch-lazy-highlight
7917 before calling isearch-lazy-highlight-new-loop.
7918 (isearch-lazy-highlight-new-loop):
7919 Don't test isearch-lazy-highlight.
7920
7921 * replace.el (perform-replace): Add isearch-case-fold-search.
7922 Use delimited-flag for isearch-regexp.
7923 Reset isearch-lazy-highlight-last-string to force lazy
7924 highlighting when called from isearch mode.
7925 (query-replace-highlight): Revert defcustom type to boolean.
7926 (query-replace-lazy-highlight): New defcustom.
7927 (query-replace): New face.
7928 (perform-replace, replace-highlight, replace-dehighlight):
7929 Test query-replace-lazy-highlight instead of special value
7930 `isearch' of query-replace-highlight.
7931 (replace-dehighlight): Don't call isearch-dehighlight.
7932 (replace-highlight): Don't call isearch-highlight.
7933 Use face `query-replace' unconditionally.
7934
7935 2004-12-14 Kim F. Storm <storm@cua.dk>
7936
7937 * simple.el (inhibit-mark-movement): Remove defvar.
7938 (beginning-of-buffer, end-of-buffer): Don't use it.
7939
7940 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7941 Don't use inhibit-mark-movement.
7942
7943 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
7944 (cua--undo-push-mark): Remove.
7945 (cua--pre-command-handler, cua--post-command-handler):
7946 Don't fiddle with inhibit-mark-movement.
7947
7948 2004-12-14 Juri Linkov <juri@jurta.org>
7949
7950 * buff-menu.el (list-buffers-noselect): Collect internal info
7951 for every buffer in BUFFER-LIST arg too.
7952 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
7953 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
7954 Bind same-window-buffer-names and same-window-regexps to nil.
7955
7956 2004-12-13 Juri Linkov <juri@jurta.org>
7957
7958 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
7959
7960 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
7961 (sc-cite-region, sc-uncite-region, sc-recite-region):
7962 Fix previous change to handle not alist as a symbol, but
7963 a citation frame as a symbol that represents a variable name.
7964
7965 2004-12-13 Richard M. Stallman <rms@gnu.org>
7966
7967 * filecache.el (file-cache-add-directory-using-find):
7968 Only set up file-cache-find-command-posix-flag if we will use it.
7969
7970 * bindings.el (mode-line-buffer-identification-keymap):
7971 Don't cancel the mode-line's usual down-mouse-1 binding.
7972
7973 * cus-edit.el (custom-face-selected): Handle `default' specs.
7974 (custom-face-edit): Increase extra-offset.
7975 (custom-display): Handle `default' specs.
7976
7977 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
7978
7979 * emacs-lisp/elint.el (elint-standard-variables)
7980 (elint-unknown-builtin-args): Move definitions up.
7981
7982 * net/browse-url.el (browse-url-url-at-point): Add autoload.
7983
7984 * info.el (info-xref-visited): Use `default' instead of t.
7985 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
7986
7987 * faces.el (header-line, mode-line-inactive, tool-bar):
7988 Use `default' instead of t for setting the defaults.
7989 (face-spec-choose): Separate `t' from `default'.
7990
7991 * subr.el (while-no-input): New macro.
7992
7993 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
7994
7995 * filecache.el (file-cache-add-directory-using-find):
7996 Only test file-cache-find-command-posix-flag on some systems.
7997
7998 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7999
8000 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
8001 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
8002 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
8003 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
8004 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
8005
8006 2004-12-12 Juri Linkov <juri@jurta.org>
8007
8008 * files.el (find-file-other-window, find-file-other-frame):
8009 Add the first buffer to the returned value to return the complete
8010 list of all visited buffers.
8011 (find-file-read-only, find-file-read-only-other-window)
8012 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
8013 `find-file-read-args'. Signal an error about non-existent file
8014 only if file name doesn't contain wildcards. Toggle read-only in
8015 all visited buffers.
8016 (find-alternate-file, find-alternate-file-other-window):
8017 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
8018 called interactively. Pass arg `wildcards' to other functions.
8019 (find-file-noselect): Doc fix.
8020
8021 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
8022 Doc fix.
8023 (ffap-directory-finder): New variable.
8024 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
8025 (ffap-file-at-point): Add /* to immediately rejected names.
8026 Return absolute file names matching ffap-dired-wildcards.
8027 (ffap-read-file-or-url): Set default value for `completing-read'
8028 to `buffer-file-name'.
8029 (find-file-at-point): When filename matches ffap-dired-wildcards,
8030 call ffap-file-finder with t arg `wildcards', instead of dired.
8031 (ffap-other-window, ffap-other-frame): Return visited buffers.
8032 (ffap-read-only, ffap-read-only-other-window)
8033 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
8034 (dired-at-point): Call ffap-directory-finder instead of dired.
8035 (ffap-dired-other-window, ffap-dired-other-frame)
8036 (ffap-list-directory): New commands.
8037 (ffap-bindings): New keybindings for new commands.
8038
8039 2004-12-12 Juri Linkov <juri@jurta.org>
8040
8041 * simple.el (beginning-of-buffer, end-of-buffer):
8042 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8043 Do not push mark when mark is active in transient-mark-mode.
8044
8045 * simple.el (mark-word):
8046 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
8047 * textmodes/paragraphs.el (mark-paragraph):
8048 Extend the region when mark is active in transient-mark-mode,
8049 regardless of the last command. Doc fix.
8050
8051 * simple.el (mark-word): Preserve direction when repeating.
8052 Make arg optional. Interactive "p" -> "P".
8053 (transient-mark-mode, inhibit-mark-movement): Doc fix.
8054
8055 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
8056 preserving direction, to mark forward instead of backward when mark
8057 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
8058
8059 2004-12-12 Juri Linkov <juri@jurta.org>
8060
8061 * isearch.el (isearch-edit-string): Set 7th arg of
8062 `read-from-minibuffer' to `t' to inherit the current input
8063 method (whose name is indicated by [IM] in the minibuffer prompt)
8064 from the current buffer to the minibuffer.
8065 (isearch-lazy-highlight-update): Put body to `with-local-quit'
8066 to allow C-g quitting for lazy highlighting looping inside the
8067 search with nested repetition operators. Add overlay to the list
8068 before setting its face and other properties to avoid the case of
8069 code quitting after placing the new overlay but before it's
8070 recorded on the list. Select the window where isearch was
8071 activated, to highlight matches in the right window when isearch
8072 switches the current window to the minibuffer.
8073
8074 * international/isearch-x.el
8075 (isearch-process-search-multibyte-characters):
8076 Use `isearch-message' as initial input for `read-string' instead
8077 of adding it to the minibuffer prompt. After reading a string
8078 remove the initial value of `isearch-message' from the string.
8079
8080 * replace.el (replace-match-maybe-edit): Doc fix.
8081 (perform-replace): Don't call `replace-highlight' when automatic
8082 replacement is requested in literal mode, since it is intended
8083 only to highlight words during entering a new replacement string
8084 for \? in non-literal mode.
8085
8086 * replace.el (query-replace-highlight): Add new value `isearch'
8087 that allows query replacement to use isearch highlighting.
8088 Change type from `boolean' to `choice'. Doc fix.
8089 (replace-highlight, replace-dehighlight, perform-replace):
8090 Use isearch highlighting if query-replace-highlight eq `isearch'.
8091
8092 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
8093
8094 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8095 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
8096
8097 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
8098 case of \end{verbatim}.
8099
8100 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
8101
8102 * term.el (term-termcap-format): Synchronyze with terminfo.
8103 (term-emulate-terminal): Handle reset.
8104 (term-reset-terminal): New function.
8105
8106 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
8107
8108 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
8109 (zone-fill-out-screen): New func.
8110 (zone-pgm-drip): Use `zone-fill-out-screen'.
8111 Also, no longer go to point-min on every cycle.
8112 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
8113 (zone-pgm-random-life-wait): New user var.
8114 (zone-pgm-random-life): New func.
8115
8116 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
8117
8118 * files.el (auto-mode-alist): Map .com to DCL mode.
8119
8120 2004-12-09 Richard M. Stallman <rms@gnu.org>
8121
8122 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
8123
8124 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
8125
8126 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
8127 buffer with a display margin.
8128
8129 2004-12-08 Jay Belanger <belanger@truman.edu>
8130
8131 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
8132 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
8133
8134 2004-12-08 Richard M. Stallman <rms@gnu.org>
8135
8136 * faces.el: Delete code to set display table.
8137 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
8138
8139 2004-12-08 Jay Belanger <belanger@truman.edu>
8140
8141 * calc/calc.el: Add math-read-preprocess-string to autoloads.
8142
8143 * calc/calc-ext.el (math-read-replacement-list)
8144 (math-read-superscripts, math-read-preprocess-string): Move to
8145 calc-aent.el.
8146
8147 * calc/calc-aent.el (math-read-replacement-list)
8148 (math-read-superscripts, math-read-preprocess-string): Move from
8149 calc-ext.el.
8150
8151 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8152
8153 * isearch.el (isearch-quote-char): Fix up typo in last change.
8154
8155 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8156
8157 * mouse.el (mouse-set-font): Handle the case where the command was
8158 not invoked using the mouse.
8159
8160 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
8161 (edmacro-finish-edit): Further update for keyboard macros that are
8162 lambda forms.
8163 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
8164
8165 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8166
8167 * font-lock.el (font-lock-unfontify-region): Save buffer state.
8168 (font-lock-default-unfontify-region): Don't save buffer state any more.
8169
8170 2004-12-07 Jay Belanger <belanger@truman.edu>
8171
8172 * calc/calc-help.el (calc-describe-key):
8173 Set calc-summary-indentation even when Calc Summary buffer exists.
8174
8175 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
8176
8177 * calendar/holidays.el (holiday-easter-etc): Make arguments
8178 optional for backwards compatibility. Doc fix.
8179 Remove un-necessary local vars mandatory, output-list.
8180 (holiday-advent): Make arguments optional for backwards
8181 compatibility. Doc fix.
8182
8183 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8184
8185 * paren.el (show-paren-function): Fix last change (2004-12-02).
8186
8187 * international/mule-util.el (char-displayable-p): Return nil for
8188 unibyte mode.
8189
8190 * subr.el (subregexp-context-p): New function.
8191
8192 * isearch.el (isearch-quote-char): Use it.
8193
8194 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
8195 (regexp-opt-not-groupie*-re): Remove.
8196 (regexp-opt): Properly handle inputs with duplicate entries.
8197
8198 2004-12-06 Richard M. Stallman <rms@gnu.org>
8199
8200 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
8201
8202 * cus-edit.el (custom-file): Doc fix.
8203
8204 * textmodes/org.el: New file.
8205
8206 2004-12-06 Kenichi Handa <handa@m17n.org>
8207
8208 * ldefs-boot.el: Update international/mule-util.el section.
8209
8210 2004-12-05 Sam Steingold <sds@gnu.org>
8211
8212 * net/tramp.el (tramp-handle-file-accessible-directory-p):
8213 Fix `tramp-time-diff' comparison logic.
8214
8215 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
8216
8217 * progmodes/which-func.el (which-function):
8218 Use `run-hook-with-args-until-success' instead of a custom loop.
8219 Fixes bug with local hooks.
8220
8221 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8222
8223 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
8224 Use delete-dups when calculating the initial value.
8225 (bibtex-autokey-get-title): Use <=.
8226 (bibtex-goto-line): New function.
8227 (bibtex-reposition-window): Use line numbers instead of point
8228 positions. Use window-body-height.
8229 (bibtex-find-crossref): Use bibtex-reposition-window.
8230 (bibtex-find-entry): Use bibtex-reposition-window. Always return
8231 position of entry if key is found or nil if not found.
8232
8233 2004-12-05 Richard M. Stallman <rms@gnu.org>
8234
8235 * cus-edit.el (custom-file): Doc fix.
8236
8237 * progmodes/sh-script.el (sh-indent-for-then): Change default.
8238
8239 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8240
8241 * simple.el (blink-matching-open):
8242 * textmodes/tex-mode.el (tex-validate-region):
8243 Obey syntax-table text properties.
8244
8245 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
8246
8247 * wid-edit.el (widget-specify-field): Add `real-field' property to
8248 boundary.
8249 (widget-field-at): Use it.
8250
8251 2004-12-02 Richard M. Stallman <rms@gnu.org>
8252
8253 * progmodes/cc-mode.el (awk-mode autoload):
8254 Supply t meaning interactive function.
8255
8256 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
8257 (isearch-mode-map): No special definition for space.
8258 (isearch-whitespace-chars): Command deleted.
8259 (isearch-forward-regexp): Doc fix.
8260 (isearch-quote-char): When a space is not inside brackets,
8261 use `[ ]' instead of just space.
8262 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
8263
8264 * imenu.el (imenu--generic-function): Delete code to exclude
8265 matches in comments.
8266
8267 * man.el (Man-reverse-face): Change default to `highlight'.
8268
8269 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
8270 (occur-engine): Use `face' prop rather than `font-lock-face'
8271 when specifying use of `match-face'.
8272 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
8273
8274 * emacs-lisp/elint.el (elint-standard-variables): Update list.
8275
8276 * add-log.el (add-log-current-defun): Handle the case where point
8277 is in the header part of a DEFUN construct.
8278
8279 2004-12-02 Dave Love <fx@gnu.org>
8280
8281 * progmodes/python.el (python-font-lock-syntactic-keywords):
8282 Fix previous change.
8283
8284 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
8285
8286 * paren.el (show-paren-function): Check for matching chars
8287 specified by text props.
8288
8289 2004-12-02 Jay Belanger <belanger@truman.edu>
8290
8291 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
8292 when reading a new key sequence.
8293
8294 2004-12-02 Kim F. Storm <storm@cua.dk>
8295
8296 * faces.el (escape-glyph): Rename from glyph.
8297 (standard-display-table): Set it here. Add escape-glyph face to
8298 extra slot characters.
8299
8300 * disp-table.el: Undo 2004-12-01 change. Display table is now
8301 setup in faces.el.
8302
8303 2004-12-02 Mark A. Hershberger <mah@everybody.org>
8304
8305 * xml.el (xml-parse-dtd): Don't show validity messages when
8306 xml-validating-parser is nil.
8307 (xml-substitute-special): Fix validity error messages to
8308 actually show the unexpandable entity. Added validity error if &
8309 isn't followed by an entity.
8310 (xml-parse-tag): Concatenate any string following the a
8311 <![CDATA[]]> section to the parsed CDATA.
8312 (xml-parse-dtd): Skip parameter entity declarations and use of
8313 parameter entities.
8314
8315 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8316
8317 * kmacro.el (kmacro-default-counter-format): New var.
8318 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
8319 (kmacro-display): Remove `nil' from `and' form. Delete call to
8320 `format' inside `message'.
8321 (kmacro-start-macro): Use `kmacro-default-counter-format'.
8322
8323 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8324
8325 * pcvs.el (cvs-header-msg): New function.
8326 (cvs-update-header): Use it. Change calling convention.
8327 Correctly handle the case of having simultaneous active processes.
8328 (cvs-sentinel): Don't call cvs-update-header any more.
8329 (cvs-mode-run): Update call and add cvs-update-header to postproc.
8330
8331 2004-12-01 Jay Belanger <belanger@truman.edu>
8332
8333 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
8334 Change message.
8335
8336 2004-12-01 Juri Linkov <juri@jurta.org>
8337
8338 * progmodes/prolog.el (prolog-mode-variables):
8339 Fix imenu-generic-expression.
8340
8341 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
8342
8343 * faces.el (glyph): New face.
8344
8345 * disp-table.el: Add an autoloaded table, that doesn't require
8346 this library, with glyph face.
8347
8348 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
8349 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
8350 (conf-quote-normal): Allow normalizing only ' or ".
8351 (conf-mode): Regexp-quote constructed comment-start and don't
8352 match section {} where "name" contains braces.
8353
8354 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
8355 files.
8356
8357 2004-12-01 Kenichi Handa <handa@m17n.org>
8358
8359 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
8360 (x-select-text): Don't treat eight-bit-control/graphic chars
8361 specially. Store the encoded text in the X cut buffer.
8362 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
8363 with x-last-selected-text-cut-encoded.
8364
8365 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8366
8367 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
8368
8369 2004-11-30 Markus Rost <rost@ias.edu>
8370
8371 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
8372 AUCTeX.
8373
8374 2004-11-30 Jay Belanger <belanger@truman.edu>
8375
8376 * calc/calc-arith.el (math-possible-signs): Made stronger checks
8377 on signs of intervals.
8378 (math-pow-of-zero): Strengthen checks for positive and negative
8379 exponents.
8380
8381 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
8382 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
8383 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
8384 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
8385 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
8386 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
8387 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
8388 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
8389 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
8390 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
8391 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
8392 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
8393 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
8394 with provide statements.
8395
8396 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
8397
8398 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
8399
8400 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
8401 (calc-load-everything, math-defsimplify): Replace dummy autoloading
8402 functions by require statements.
8403 (math-defsimplify): Move to calc-alg.el, add to autoloads.
8404
8405 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
8406 (calc-gnuplot-print): Give them values.
8407
8408 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
8409 autoloads.
8410 Add calc-do-embedded-activate to autoloads.
8411 (calc-gnuplot-name, calc-gnuplot-plot-command)
8412 (calc-gnuplot-print-command): Move them to calc-graph.el.
8413
8414 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8415
8416 * term/mac-win.el (ccl-encode-mac-roman-font)
8417 (ccl-encode-mac-cyrillic-font)
8418 (ccl-encode-mac-centraleuropean-font, encoder-list)
8419 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
8420 Support Cyrillic, CentralEuropean, and Dingbat font display
8421
8422 2004-11-30 Andre Spiegel <spiegel@gnu.org>
8423
8424 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
8425
8426 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
8427 still nil.
8428
8429 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
8430
8431 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
8432 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
8433
8434 2004-11-29 Jay Belanger <belanger@truman.edu>
8435
8436 * calc/calc-arith.el (math-pow-of-zero): Take into account different
8437 cases of the base and exponent.
8438
8439 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8440
8441 * simple.el (next-error-buffer-p): Allow for inclusive and
8442 exclusive tests for finding a buffer.
8443 (next-error-find-buffer): Pass the exclusive and inclusive tests
8444 to next-error-buffer-p.
8445
8446 * replace.el (occur-next-error): Switch to the Occur buffer when
8447 appropriate, use the exclusive filter to next-error-find-buffer to
8448 do it. Use the absolute value of the motion amount.
8449
8450 2004-11-29 Kenichi Handa <handa@m17n.org>
8451
8452 * startup.el (command-line): Decode all default-directory by
8453 locale-coding-system.
8454
8455 2004-11-29 Jay Belanger <belanger@truman.edu>
8456
8457 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
8458 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
8459 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
8460 Replace calls to calc-extensions by appropriate require, replace
8461 calc-extensions-loaded by appropriate featurep.
8462
8463 * calc/calc-ext.el: Move require to end of file.
8464 Remove redundant loading of calc.el.
8465 (calc-extensions-loaded): Remove unnecessary variable.
8466 (calc-extensions): Remove unnecessary function.
8467 (calc-load-everything): Replace calc-need-macros by appropriate require.
8468
8469 * calc/calc-macs.el: Move provide to end of file.
8470 (calc-need-macros): Remove unnecessary function.
8471
8472 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
8473 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
8474 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
8475 Replace calc-extensions by appropriate require.
8476 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
8477
8478 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
8479 Replace calc-need-macros by appropriate require.
8480
8481 * calc/calc.el: Move require to end of file.
8482 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
8483 Remove unnecessary variable.
8484 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
8485 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
8486 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
8487 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
8488 (math-stack-value-offset, math-format-value, math-format-flat-expr)
8489 (math-format-number, math-format-bignum, math-read-number)
8490 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
8491 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
8492 by appropriate require.
8493 (calc-check-defines): Replace calc-need-macros by appropriate require.
8494
8495 2004-11-29 Kim F. Storm <storm@cua.dk>
8496
8497 * macros.el (insert-kbd-macro): Handle kmacro functions.
8498
8499 2004-11-28 Juri Linkov <juri@jurta.org>
8500
8501 * compare-w.el (compare-windows-highlight): Attach each overlay
8502 to its window to properly highlight differences while comparing
8503 two windows of the same buffer. Fix arguments.
8504 (compare-windows-sync-default-function): Fix arguments of
8505 `compare-windows-highlight'.
8506
8507 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
8508 Use `read-expression-history'. Set initial contents only if
8509 `edebug-global-break-condition' is non-nil. Set histpos to 1
8510 if initial contents is equal to the last history element.
8511 (edebug-set-conditional-breakpoint): Instead of temporarily
8512 prepending the current condition to the history, set initial
8513 contents to the current condition. Set histpos to 1 if initial
8514 contents is equal to the last history element.
8515
8516 * info.el (Info-search-whitespace-regexp): Remove shy group.
8517 (Info-search): Forward line if search is on the header line.
8518 Use search-whitespace-regexp in two other places.
8519
8520 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
8521
8522 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
8523 warning. Delay real definition, which uses
8524 `set-fringe-indicators-1' till after the definition of that function.
8525
8526 2004-11-28 Kim F. Storm <storm@cua.dk>
8527
8528 * fringe.el (fringe): New defgroup.
8529 (fringe-mode): Move to fringe group.
8530 (fringe-indicators): New defcustom.
8531 (set-fringe-indicators-1): New defun.
8532
8533 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
8534 (menu-bar-showhide-fringe-ind-menu): New keymap.
8535 (menu-bar-showhide-fringe-ind-empty)
8536 (menu-bar-showhide-fringe-ind-mixed)
8537 (menu-bar-showhide-fringe-ind-box)
8538 (menu-bar-showhide-fringe-ind-right)
8539 (menu-bar-showhide-fringe-ind-left)
8540 (menu-bar-showhide-fringe-ind-none): New defuns.
8541 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
8542
8543 2004-11-27 Richard M. Stallman <rms@gnu.org>
8544
8545 * comint.el (comint-read-noecho): Add trivial compatibility definition.
8546
8547 * generic.el (define-generic-mode): Doc fix.
8548
8549 * menu-bar.el (menu-bar-options-save): For the options
8550 that are toggled with menu-bar-make-mm-toggle, don't check
8551 for customized-value prop.
8552
8553 2004-11-27 Eli Zaretskii <eliz@gnu.org>
8554
8555 * mail/supercite.el (sc-cite-region): Handle the case where
8556 sc-cite-frame-alist is a symbol.
8557 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
8558 a symbol.
8559 (sc-recite-region): Handle the case where sc-recite-frame-alist is
8560 a symbol.
8561
8562 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8563
8564 * wid-edit.el (widget-narrow-to-field): New function.
8565 (widget-complete): Use it.
8566
8567 2004-11-27 Jay Belanger <belanger@truman.edu>
8568
8569 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
8570 variable.
8571 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
8572 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
8573 (math-alg-inequalities): Move declaration to earlier in the file.
8574
8575 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
8576 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
8577 Declare them.
8578
8579 * calc/calc-lang.el (math-expr-data, math-expr-token)
8580 (math-exp-old-pos): Declare them.
8581
8582 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
8583 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
8584
8585 2004-11-27 Kim F. Storm <storm@cua.dk>
8586
8587 * progmodes/flymake.el: Use (featurep 'xemacs).
8588 (flymake-makehash): Change to defsubst. Use fboundp.
8589 (flymake-time-to-float): Remove.
8590 (flymake-float-time): Merge code from flymake-time-to-float here.
8591 (flymake-replace-regexp-in-string): Change to defsubst.
8592 (flymake-split-string-remove-empty-edges):
8593 Rename to flymake-split-string.
8594 (flymake-split-string): Remove previous defalias.
8595 (flymake-get-temp-dir): Change to defsubst.
8596 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
8597 Define for xemacs only.
8598 (flymake-master-file-count-limit): Change into compiler defvar only.
8599 (flymake-find-possible-master-files): Let-bind it dynamically while
8600 sorting files using flymake-master-file-compare.
8601
8602 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8603
8604 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
8605 of defun-prompt-regexp matches inside a comment/string but the
8606 beginning is correctly outside everything.
8607
8608 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
8609 appears within a string or a comment.
8610
8611 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
8612 rather than make-symbol for symbols which are used in
8613 a symbol-macrolet or equivalent.
8614
8615 2004-11-26 Jay Belanger <belanger@truman.edu>
8616
8617 * calc-misc.el (calc-last-why-command): Declare it.
8618
8619 * calc-vec.el (math-grade-vec): New variable.
8620 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
8621 Replace variable grade-vec by declared variable.
8622 (math-rb-close): New variable.
8623 (math-read-brackets, math-read-vector): Replace variable close by
8624 declared variable.
8625
8626 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
8627 (calc-one-window, calc-edit-handler, calc-restore-trail)
8628 (calc-allow-ret): Declare them.
8629
8630 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
8631 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
8632 (math-radix-float-cache-tag, math-random-cache)
8633 (math-max-digits-cache, math-integral-cache, math-units-table)
8634 (math-format-date-cache, math-holidays-cache-tag): Declare them.
8635 (math-moc-func): New variable.
8636 (math-map-over-constants, math-map-over-constants-rec):
8637 Replace variable func by declared variable.
8638
8639 * calc/calc-store.el (calc-given-value, calc-store-opers):
8640 Declare them.
8641 (calc-var-name-map): Move declaration to earlier in the file.
8642 (calc-pv-pos): New variable.
8643 (calc-permanent-variable, calc-insert-permanent-variable):
8644 Replace variable pos by declared variable.
8645
8646 * calc/calc-mtx.el (calc-det-lu): New variable.
8647 (math-det-raw, math-det-step): Replace variable lu by declared variable.
8648
8649 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
8650 (math-multi-subst, math-multi-subst-rec): Replace variables temp
8651 and arg by declared variables.
8652 (calcFunc-reducer): Fix incorrect variable.
8653 (math-inner-mul-func, math-inner-add-func): New variables.
8654 (calcFunc-inner, math-inner-mats): Replace variables mul-func
8655 and add-func by declared variables.
8656
8657 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
8658 (calc-digit-value): Declare them.
8659
8660 * calc/calc-help.el (Info-history): Declare it.
8661 (calc-describe-key): Make calc-summary-indentation a local variable.
8662 (calc-help-long-names): Move declaration to earlier in file.
8663
8664 * calc/calc-embed.el (calc-original-buffer): Declare it.
8665 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
8666 (calc-embed-bot): New variables.
8667 (calc-do-embedded, calc-embedded-mark-formula)
8668 (calc-embedded-find-bounds, calc-embedded-duplicate)
8669 (calc-embedded-new-formula, calc-embedded-make-info):
8670 Replace vars outer-top, outer-bot, bot and top by declared variables.
8671 (calc-embed-prev-modes): New variable.
8672 (calc-embedded-set-modes, calc-embedded-update): Replace variable
8673 prev-modes with declared variable.
8674 (calc-embed-vars-used): New variable.
8675 (calc-embedded-make-info, calc-embedded-evaluate-expr)
8676 (calc-embedded-update, calc-embedded-find-vars): Replace variable
8677 vars-used by declared variable.
8678
8679 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
8680 (math-format-radix-float): Remove unnecessary setq.
8681 (math-radix-float-cache): Declare it.
8682
8683 * calc/calcsel2.el (calc-keep-selection): Declare it.
8684
8685 * calc/calc-maint.el: Remove file.
8686
8687 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8688
8689 * textmodes/bibtex.el (bibtex-sort-entry-class)
8690 (bibtex-comment-start): Use defcustom.
8691 (bibtex-entry-field-alist): Use nil if initial content of the
8692 field is undefined. Fix docstring.
8693 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
8694 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
8695 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
8696 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
8697 Fix docstring.
8698 (bibtex-autokey-title-terminators): Use only one regexp.
8699 (bibtex-string-maybe-empty-head): New variable.
8700 (bibtex-remove-delimiters-string): New function.
8701 (bibtex-text-in-field-bounds, bibtex-text-in-string):
8702 Use bibtex-remove-delimiters-string.
8703 (bibtex-progress-message, bibtex-field-left-delimiter)
8704 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
8705 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
8706 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
8707 Simplify.
8708 (bibtex-format-entry): Use save-excursion for inherited booktitle.
8709 Use eq and bibtex-remove-delimiters-string. For end markers use
8710 insertion type so that marker stays after inserted text.
8711 (bibtex-autokey-get-names): Return empty string if name is missing.
8712 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
8713 calling bibtex-autokey-name-case-convert.
8714 (bibtex-autokey-demangle-title):
8715 Call bibtex-autokey-titleword-case-convert. Remove call to
8716 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
8717 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
8718 (bibtex-read-key): New optional arg global.
8719 (bibtex-files-expand): New optional arg force.
8720 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
8721 (bibtex-complete-crossref-cleanup): Rename from
8722 bibtex-complete-key-cleanup. Simplify code.
8723 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
8724 Operate on current entry.
8725 (bibtex-button): Add docstring.
8726 (bibtex-entry): Simplify.
8727 (bibtex-make-field): Replace optional arg called-by-yank with more
8728 specific args move and interactive.
8729 (bibtex-end-of-entry): Use forward-sexp.
8730 (bibtex-find-entry-globally): Remove.
8731 (bibtex-find-crossref): Allow for crossref key located in other buffer.
8732 Bound to C-c C-x.
8733 (bibtex-find-entry): New optional args global and display.
8734 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
8735 (bibtex-validate): Use arg force of bibtex-files-expand.
8736 (bibtex-clean-entry): Bugfix, clean string entries properly.
8737 Always keep point at beginning of entry.
8738 (bibtex-complete): Bugfix. Handle string entries properly.
8739 Call cleanup functions only if needed.
8740 (bibtex-String): Use bibtex-read-string-key.
8741 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
8742 case of replacement text.
8743
8744 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8745
8746 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
8747 (tramp-perl-directory-files-and-attributes): New constant.
8748 (tramp-file-name-handler-alist): Delete file-directory-files, add
8749 directory-files-and-attributes.
8750 (tramp-perl-file-attributes): Surround uid and gid by double
8751 quotes. Change parameter id-format from nonnumeric.
8752 (tramp-convert-file-attributes): New function.
8753 (tramp-handle-file-attributes): Use it.
8754 (tramp-maybe-send-perl-script): New function.
8755 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
8756 file mode. Change parameter id-format from nonnumeric.
8757 (tramp-handle-file-attributes-with-ls): Change parameter id-format
8758 from nonnumeric.
8759 (tramp-post-connection): Don't send tramp-perl-file-attributes
8760 script. Reset connection property "perl-scripts".
8761 (tramp-handle-insert-directory): Run real handler when ls-lisp is
8762 in use.
8763
8764 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8765
8766 * desktop.el (desktop-read): Replace mapcar with mapc.
8767 (desktop-create-buffer): Replace mapcar with mapc.
8768 Remove redundant piece of code.
8769
8770 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
8771
8772 * progmodes/gud.el (gud-display-line): Use display-buffer
8773 for GDB-UI as for GUD.
8774
8775 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
8776 Delete variables.
8777 (gdb-ann3): Don't make GUD buffer dedicated.
8778 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
8779 (gdb-display-source-buffer): Delete function.
8780 (gdb-view-source-function, gdb-view-assembler): Delete functions.
8781 (menu): Delete menu bindings for viewing source/assembler.
8782 (gdb-setup-windows, gdb-restore-windows):
8783 Don't dedicate GUD. No assembler now.
8784 (gdb-reset): No need to undedicate source buffers now.
8785 (gdb-source-info): No assembler now.
8786
8787 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
8788
8789 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
8790 width to those for special frames.
8791 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
8792 Use display-buffer.
8793 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
8794 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8795 (gdb-frame-assembler-buffer): Rework like
8796 gdb-frame-breakpoints-buffer.
8797
8798 2004-11-25 Richard M. Stallman <rms@gnu.org>
8799
8800 * progmodes/flymake.el: Reindent.
8801 (flymake-split-string): Turn into defalias.
8802 (flymake-fix-file-name): Rename from flymake-fix-path-name.
8803 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
8804 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
8805 (flymake-build-relative-filename): Rename from ...path.
8806 Fix error message.
8807
8808 2004-11-25 Cheng Gao <chenggao@gmail.com>
8809
8810 * progmodes/flymake.el: Much whitespace and capitalization change.
8811 Move `provide' to end. Require `compile' only when compiling.
8812
8813 2004-11-24 Jay Belanger <belanger@truman.edu>
8814
8815 * calc/calc-alg.el: Added comment.
8816 (math-polynomial-base): Replace variable mpb-top-expr by
8817 math-poly-base-top-expr.
8818
8819 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
8820 (math-polynomial-p1): Replace variable mpb-top-expr by declared
8821 variable.
8822 (math-poly-base-total-base): New variable.
8823 (math-total-polynomial-base, math-polynomial-p1): Replace variable
8824 mpb-total-base by declared variable.
8825 (math-factored-vars, math-to-list): Declare it.
8826 (math-fact-expr): New variable.
8827 (calcFunc-factors, calcFunc-factor, math-factor-expr)
8828 (math-factor-expr-try, math-factor-expr-part): Replace variable
8829 expr by declared variable.
8830 (math-fet-x): New variable.
8831 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
8832 by declared variable.
8833 (math-factor-poly-coefs): Make temp a local variable.
8834
8835 * calc/calc-units.el (calc-convert-units): Make units a local
8836 variable.
8837 (calc-num-units, calc-den-units): New variables.
8838 (calc-explain-units, calc-explain-units-rec): Replace variables
8839 num-units and den-units by declared variables.
8840 (math-cu-unit-list): New variable.
8841 (math-build-units-table, math-compare-unit-names)
8842 (math-convert-units, math-convert-units-rec): Replace variable
8843 unit-list by declared variable.
8844 (math-fbu-base, math-fbu-entry): New variables.
8845 (math-find-base-units, math-find-base-units-rec): Replace variables
8846 base and entry by declared variables.
8847 (math-which-standard): New variable.
8848 (math-to-standard-units, math-to-standard-rec): Replace variable
8849 which-standard by declared variable.
8850 (math-fcu-u): New variable.
8851 (math-find-compatible-unit, math-find-compatible-unit-rec):
8852 Replace variable u by declared variable.
8853 (math-cu-new-units, math-cu-pure): New variables.
8854 (math-convert-units, math-convert-units-rec): Replace variables
8855 new-units and pure by declared variables.
8856 (math-try-cancel-units): New variable.
8857 (math-simplify-units-quotient): Replace variable try-cancel-units by
8858 declared variable.
8859
8860 2004-11-24 Richard M. Stallman <rms@gnu.org>
8861
8862 * textmodes/ispell.el (ispell-check-version):
8863 If default-directory is nonexistent, use home dir.
8864
8865 * progmodes/grep.el (grep-regexp-alist):
8866 Don't match parens around line numbers.
8867
8868 * progmodes/cperl-mode.el (cperl-indent-region)
8869 (cperl-imenu--create-perl-index, cperl-xsub-scan):
8870 Don't print progress messages.
8871
8872 * progmodes/compile.el (compilation-mode-map):
8873 Don't inherit from compilation-minor-mode-map;
8874 copy its bindings instead. But the menu bar Compile
8875 entry now does inherit from compilation-menu-map.
8876
8877 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8878 Use with-no-warnings around compiler-macroexpand.
8879
8880 * imenu.el: Don't always require newcomment.
8881 (imenu--generic-function): Call comment-normalize-vars
8882 if we have a comment syntax.
8883 Exit the loop if REGEXP matches the null string.
8884 Test comment-start as well as comment-start-skip
8885 when deciding whether to check for comments.
8886
8887 * tooltip.el (tooltip-mode): Doc fix.
8888
8889 * term.el (term-escape-char, term-mode): Doc fixes.
8890
8891 2004-11-24 Dave Love <fx@gnu.org>
8892
8893 * progmodes/python.el (python-font-lock-syntactic-keywords):
8894 Check for escapes in the regexp.
8895 (python-quote-syntax): Don't do it here.
8896
8897 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8898
8899 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8900 (gdb-frames-mode-map, gdb-threads-mode-map)
8901 (gdb-registers-mode-map, gdb-locals-mode-map)
8902 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
8903 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
8904
8905 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
8906 (dedicated-switch-to-buffer): Rework.
8907 (gdb-var-evaluate-expression-handler, gdb-put-string):
8908 Remove unused variable bindings.
8909 (gdb-setup-windows, gdb-display-buffer):
8910 Simplify. Use pop-to-buffer.
8911 (gdb-view-source-function): Simplify.
8912 (gdb-frame-breakpoints-buffer):
8913 Use pop-to-buffer, special-display-regexps.
8914
8915 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8916
8917 * progmodes/f90.el (f90-smart-end)
8918 (f90-previous-statement, f90-beginning-of-block): Doc fix.
8919 (f90-calculate-indent): Handle un-named PROGRAM blocks.
8920 (f90-end-of-block): Doc fix. Make check of outermost block
8921 conditional on value of `f90-smart-end'.
8922 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
8923 Handle case where END-BLOCK is nil.
8924 (f90-match-end): Handle un-named PROGRAM blocks.
8925 (f90-backslash-not-special): New function.
8926
8927 2004-11-24 Jay Belanger <belanger@truman.edu>
8928
8929 * calc/calc.el (calc-embedded-active): Removed unnecessary
8930 declaration.
8931 (calc-show-banner): Removed redundant declaration.
8932
8933 * calc/calc-graph.el (calc-gnuplot-default-device)
8934 (calc-gnuplot-default-output, calc-gnuplot-print-device)
8935 (calc-gnuplot-print-output, calc-gnuplot-geometry)
8936 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
8937 Remove redundant initial values.
8938
8939 * calc/calc-arith.el (math-scalar-functions)
8940 (math-nonscalar-functions, math-scalar-if-args-functions)
8941 (math-real-functions, math-positive-functions)
8942 (math-nonnegative-functions, math-real-scalar-functions)
8943 (math-real-if-arg-functions, math-integer-functions)
8944 (math-num-integer-functions, math-rounding-functions)
8945 (math-float-rounding-functions, math-integer-if-args-functions)
8946 (math-super-types): Move declarations to earlier in file.
8947 (math-unit-prefixes): Declared it.
8948 (math-floor-prec, math-trunc-prec): New variables.
8949 (math-trunc-fancy): Replace variable prec by declared variable.
8950 (math-floor-fancy): Replace variable prec by declared variable.
8951 (math-com-bterms): New variable.
8952 (math-commutative-equal, math-commutative-collect):
8953 Replace variable bterms by declared variable.
8954
8955 * calc/calc-misc.el (math-trunc): Replace variable prec by
8956 math-trunc-prec.
8957 (math-floor): Replace variable prec by math-floor-prec.
8958
8959 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
8960 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
8961 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
8962 (math-format-date, math-format-date-part): Replace variables
8963 date, dt, year, month, day, weekday, hour, minute, second and
8964 bc-flag by declared variables.
8965 (math-pd-str): New variable.
8966 (math-parse-date, math-parse-date-word, math-parse-standard-date):
8967 Replace variable str by declared variable.
8968 (math-daylight-savings-hook, math-tzone-names): Move definitions
8969 to earlier in the file.
8970 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
8971 (math-sh-year): New variable.
8972 (math-setup-add-holidays, math-setup-holidays)
8973 (math-setup-year-holidays): Replace variable `year' by declared
8974 variable.
8975
8976 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
8977 New variables.
8978 (math-nth-root-float, math-nth-root-float-iter): Replace variables
8979 n, nf and nfm1 by declared variables.
8980 (math-nri-n): New variable.
8981 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
8982 n by declared variable.
8983 (calcFunc-log): Removed misplaced condition.
8984
8985 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
8986
8987 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
8988
8989 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8990
8991 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
8992 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
8993 Dedicate gdb-related windows.
8994 (gdb-display-buffer): Dedicate gdb-related windows.
8995 Don't grab other frames.
8996 (gdb-reset): Remove dedicated property after debugging.
8997
8998 2004-11-24 Jay Belanger <belanger@truman.edu>
8999
9000 * calc/calc-sel.el: Add comment.
9001
9002 * calc/calc.el (math-stack-value-offset): Replace variables c,
9003 wid and off with math-svo-c, math-svo-wid and math-svo-off.
9004
9005 * calc/calccomp.el (math-comp-sel-tag): Declare it.
9006 (math-svo-c, math-svo-wid, math-svo-off): New variables.
9007 (math-stack-value-offset-fancy): Replace variables c, wid and off
9008 by declared variables.
9009 (math-comp-just, math-comp-comma-spc): New variables.
9010 (math-compose-expr, math-compose-matrix): Replace variables `just'
9011 and comma-spc by declared variable.
9012 (math-comp-vector-prec): New variable.
9013 (math-compose-expr, math-compose-matrix, math-compose-rows):
9014 Replace variable vector-prec by declared variable.
9015 (math-comp-left-bracket, math-comp-right-bracket)
9016 (math-comp-comma): New variables.
9017 (math-compose-expr, math-compose-rows): Replace variables
9018 left-bracket, right-bracket and comma by declared variables.
9019 (math-comp-full-width): New variable.
9020 (math-comp-to-string-flat, math-comp-to-string-flat-term):
9021 Replace variable full-width by declared variable.
9022 (math-comp-highlight, math-comp-word, math-comp-level)
9023 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
9024 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
9025 New variables.
9026 (math-comp-to-string-flat, math-comp-to-string-flat-term)
9027 (math-comp-sel-flat-term): Replace variables comp-highlight,
9028 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
9029 declared variables.
9030 (math-comp-simplify, math-comp-simplify-term)
9031 (math-comp-add-string, math-comp-add-string-sel):
9032 Replace variables comp-highlight, comp-buf, comp-base,
9033 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
9034
9035 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9036
9037 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
9038
9039 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
9040 and x-server-version may throw.
9041
9042 2004-11-23 Kim F. Storm <storm@cua.dk>
9043
9044 * subr.el (substitute-key-definition-key): Optimize.
9045 Don't call indirect-function for nil defn (always signals error).
9046
9047 * ido.el (ido-read-internal): Fix require-match check when
9048 ido-directory-too-big is set.
9049
9050 2004-11-23 Jay Belanger <belanger@truman.edu>
9051
9052 * calc/calc-ext.el (math-read-replacement-list)
9053 (math-read-superscripts): New variables.
9054 (math-read-preprocess-string): New function.
9055 (math-read-expr): Filter input through math-read-preprocess-string.
9056
9057 * calc/calc-aent.el (math-read-exprs): Filter input through
9058 math-read-preprocess-string.
9059
9060 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
9061
9062 * progmodes/compile.el (compilation-start): In cd command use
9063 substitute-env-vars -- not quite shell compatible but better than
9064 nothing.
9065 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
9066 handle the newer versions messages, which are more parseable.
9067
9068 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9069
9070 * reveal.el (reveal-mode-map): New var.
9071 (reveal-mode): Use it.
9072
9073 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
9074
9075 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
9076 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
9077
9078 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9079
9080 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
9081 header-line when needed.
9082 Use fixed-pitch only in the header-line.
9083 Build the underline automatically. Use emdash if available.
9084
9085 2004-11-22 Richard M. Stallman <rms@gnu.org>
9086
9087 * dired.el (dired-recursive-copies): Move from dired-aux.el.
9088 * dired-aux.el (dired-recursive-copies): Move to dired.el.
9089
9090 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
9091
9092 * progmodes/gdb-ui.el (gdb-resync): New function.
9093 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
9094 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
9095 Use it to fail more gracefully.
9096 (gdb-variables): Delete variable.
9097 Re-order variables to reduce byte-compiler warnings.
9098
9099 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9100
9101 * descr-text.el (describe-char):
9102 * paren.el (show-paren-function):
9103 * subr.el (syntax-after): Undo last change.
9104
9105 * progmodes/python.el (run-python): Don't hard code *Python*.
9106 Don't modify global process-environment.
9107 (python-send-region, python-load-file): Don't assume that
9108 python-buffer == (process-buffer (python-proc)).
9109 (python-switch-to-python): Simplify.
9110
9111 * dired.el (dired-align-file): Don't assume line starts with spaces.
9112
9113 2004-11-21 Jay Belanger <belanger@truman.edu>
9114
9115 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
9116 Replace variable `lines' by math-read-big-lines.
9117 (math-read-big-expr): Replace variables the-baseline, the-h2
9118 and err-msg by math-read-big-baseline, math-read-big-h2 and
9119 math-read-err-msg.
9120 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
9121
9122 * calc/calc-lang.el (math-read-big-rec): Fix typo.
9123 (math-read-big-balance): Replace unbound variable by value.
9124 (math-read-big-lines): New variable.
9125 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9126 (math-read-big-error, math-read-big-balance): Replace variable
9127 `lines' by declared variable.
9128 (math-read-big-baseline, math-read-big-h2): New variables.
9129 (math-read-big-rec): Replace variables the-baseline and the-h2
9130 by declared variables.
9131 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
9132 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9133 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
9134 declared variables.
9135 (math-read-big-err-msg): New variable.
9136 (math-read-big-error): Replace variable err-msg by declared variable.
9137
9138 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9139
9140 * ses.el: Add coding cookie.
9141 Fix up docstrings, follow new commenting conventions.
9142 (ses-header-line-menu): Fix missing variable rename for header-row.
9143 (ses-cell-size): Remove.
9144 (ses-make-cell): New function.
9145 (ses-cell, ses-insert-row, ses-insert-column): Use it.
9146 (ses-calculate-cell): Remove unused var `symbol'.
9147 (ses-narrowed-p): New function.
9148 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
9149 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
9150 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
9151 (ses-setup): Use restore-buffer-modified-p.
9152 (ses-cleanup): Remove unused var `end'.
9153 (ses-header-string-left-offset): Remove.
9154 (ses-create-header-string): Adjust to new behavior of `align-to'.
9155 Truncate excessively large fields to preserve alignment.
9156 (ses-reconstruct-all): Remove unused var `refs'.
9157 (ses-read-cell-printer): Remove unused var `prompt'.
9158 (ses-delete-row): Remove unused var `pos'.
9159 (ses-delete-column): Remove unused var `new'.
9160
9161 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9162
9163 * ps-print.el: Insert :version tag into all defgroup and defcustom.
9164 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9165 Eliminate eval-and-compile usage.
9166 (ps-insert-file): Use insert-file-contents instead of insert-file.
9167 (ps-setup): Code fix.
9168
9169 * printing.el (pr-setup, lpr-setup): Code fix.
9170
9171 2004-11-21 Jay Belanger <belanger@truman.edu>
9172
9173 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
9174 (calc-original-buffer): Declare them.
9175 (calc-user-formula-alist): New variable.
9176 (calc-user-define-formula, calc-fix-user-formula)
9177 (calc-user-define-composition, calc-finish-formula-edit):
9178 Replace variable `alist' by declared variable.
9179 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
9180 (var-q7, var-q7, var-q8, var-q9): Declare them.
9181 (calc-kbd-push): Don't check to see if var-q0 through var-q9
9182 are bound.
9183 (calcFunc-typeof): Replace undeclared variable by expression.
9184 (math-exp-env): New variable.
9185 (math-define-body, math-define-exp): Replace exp-env by declared var.
9186 (math-define-exp): Replace misplaced variable by expression.
9187
9188 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
9189 (calc-curve-model, calc-curve-coefnames): New variables.
9190 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
9191 varnames, model and coefnames by declared variables.
9192 (math-root-widen): New variable.
9193 (math-search-root, math-find-root): Replace variable root-widen by
9194 declared variable.
9195 (var-DUMMY): Declare it.
9196 (math-root-vars, math-min-vars): Move the declarations to earlier in
9197 the file.
9198 (math-brent-min): Make d a local variable.
9199 (math-find-minimum): Replace non-existent variable.
9200 (math-ninteg-romberg): Remove unnecessary variable.
9201 (math-ninteg-temp): New variable.
9202 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
9203 integ-temp by declared variable.
9204 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
9205 New variables.
9206 (math-general-fit): Replace variables first-var, first-coef and
9207 new-coefs by declared variables.
9208 (calcFunc-fitvar): Replace variable first-var by declared variable.
9209 (calcFunc-fitparam): Replace variable first-coef by declared variable.
9210 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
9211 (math-all-vars-vars, math-all-vars-found): New variables.
9212 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
9213 found by declared variable math-all-vars-vars.
9214
9215 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
9216
9217 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
9218 of `defconst'.
9219
9220 2004-11-20 Richard M. Stallman <rms@gnu.org>
9221
9222 * isearch.el (isearch-mode-map): Don't bind SPC.
9223 (isearch-whitespace-chars): Function deleted.
9224 (isearch-search): Bind search-spaces-regexp.
9225 (isearch-lazy-highlight-search): Likewise.
9226 (search-whitespace-regexp): Doc fix.
9227 (isearch-forward-regexp): Doc fix.
9228
9229 * emacs-lisp/bytecomp.el (byte-compile-form):
9230 Move the calls to byte-compile-set-symbol-position,
9231 to avoid having two for the same symbol occurrence.
9232
9233 * comint.el (comint-input-ring-size): Increase to 150.
9234
9235 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
9236 New variables.
9237 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
9238 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
9239
9240 * imenu.el (imenu--generic-function):
9241 Ensure we keep moving backward even if BEG isn't further back.
9242
9243 * replace.el (query-replace-read-to, query-replace-read-from):
9244 Specify t for KEEP-ALL in read-from-minibuffer.
9245
9246 * progmodes/python.el (python-switch-to-python):
9247 If Python isn't running, start it.
9248 Don't alter debug-ignored-errors.
9249
9250 * progmodes/cperl-mode.el (cperl-indent-region):
9251 Don't mind imenu-scanning-message.
9252
9253 * bindings.el (global-map): Bind C-e to move-end-of-line.
9254
9255 * simple.el (line-move-finish): New arg FORWARD.
9256 Ignore invisible newlines, not intangible ones.
9257 Conditions for acceptable stopping positions depend on FORWARD.
9258 (line-move): Pass FORWARD arg to line-move-finish.
9259
9260 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
9261 of HEADER. Compensate for this change in the code to add display
9262 properties. Don't make the first line intangible.
9263
9264 * info.el (Info-search): Fix previous change.
9265
9266 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9267
9268 * Makefile.in (recompile): Revert 2004-11-19 change.
9269 (compile): Likewise.
9270
9271 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
9272
9273 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
9274
9275 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9276
9277 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
9278 defgroup and defcustom. Eliminate eval-and-compile usage.
9279
9280 * progmodes/ebnf-otz.el: Fix typos.
9281
9282 2004-11-19 Jay Belanger <belanger@truman.edu>
9283
9284 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
9285 (calc-edit-finish, calc-finish-stack-edit): Replace variable
9286 disp-trail by declared variable.
9287
9288 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
9289 (calc-finish-selection-edit): Replace variable disp-trail by
9290 declared variable.
9291 (calc-selection-cache-entry): Move declaration to earlier in the file.
9292 (calc-selection-cache-num, calc-selection-cache-comp)
9293 (calc-selection-cache-offset, calc-selection-true-num)
9294 (calc-final-point-line, calc-final-point-column)
9295 (calc-original-buffer): Declare them.
9296 (calc-fnp-op, calc-fnp-num): New variables.
9297 (calc-find-nth-part, calc-find-nth-part-rec)
9298 (calc-select-previous): Replace op and num by declared variables.
9299 (calc-rsf-old, calc-rsf-new): New variables.
9300 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
9301 Replace variables old and new by declared variables.
9302 (calc-sel-reselect): New variable.
9303 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
9304 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
9305 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
9306 reselect with declared variable.
9307
9308 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
9309 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
9310 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
9311 (math-import-list, math-rewrite-phase): Declare them.
9312 (math-rewrite): Use let* to declare variables.
9313 (calc-rewrite-selection): Make rules a local variable.
9314 (calc-rewr-sel): New variable.
9315 (calc-rewrite-selection, calc-locate-selection-marker)
9316 (calc-rewrite): Use the declared variable calc-rewr-sel instead
9317 of sel.
9318 (math-rewrite-whole-expr): New variable.
9319 (math-rewrite, math-rewrite-phase): Replace variable expr by
9320 declared variable.
9321 (math-rewrite-heads-heads, math-rewrite-heads-skips)
9322 (math-rewrite-heads-blanks ): New variables.
9323 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
9324 heads, skips and blanks by declared variables.
9325 (math-rwcomp-subst-old, math-rwcomp-subst-new)
9326 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
9327 New variables.
9328 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
9329 old, new, old-func and new-func by declared variables.
9330 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
9331 Remove unnecessary variable.
9332 (math-apply-rw-regs): New variable.
9333 (math-apply-rewrites, math-rwapply-replace-regs)
9334 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
9335 (math-apply-rw-ruleset): New variable.
9336 (math-apply-rewrites, math-rwapply-remember): Replace variable
9337 ruleset by declared variable.
9338
9339 2004-11-19 Richard M. Stallman <rms@gnu.org>
9340
9341 * info.el (Info-search): Use search-whitespace-regexp.
9342
9343 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9344
9345 * vc-rcs.el (vc-rcs-parse): New function.
9346 (vc-rcs-annotate-command): Likewise.
9347 (vc-rcs-annotate-current-time): Likewise.
9348 (vc-rcs-annotate-time): Likewise.
9349 (vc-rcs-annotate-extract-revision-at-line): Likewise.
9350
9351 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9352
9353 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
9354
9355 2004-11-18 Jay Belanger <belanger@truman.edu>
9356
9357 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
9358
9359 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9360
9361 * printing.el: Eliminate use of interactive-p and eval-and-compile.
9362 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9363 Use make-temp-file to generate PostScript files in any situation.
9364 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
9365 (pr-interactive-p): Eliminate var.
9366 (pr-save-interactive): Eliminate macro.
9367 (pr-interface, pr-ps-directory-preview)
9368 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9369 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9370 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9371 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9372 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9373 (pr-ps-region-ps-print, pr-ps-mode-preview)
9374 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9375 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9376 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
9377 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9378 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9379 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9380 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9381 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9382 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9383 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9384 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9385 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
9386 Eliminate pr-save-interactive usage.
9387 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
9388 Eliminate pr-interactive-p usage.
9389 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
9390 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
9391 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
9392 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
9393 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
9394 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
9395 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
9396 New funs.
9397 (pr-ps-file): Use make-temp-file to generate a temporary file.
9398
9399 2004-11-17 Jay Belanger <belanger@truman.edu>
9400
9401 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
9402 a local variable.
9403 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
9404 (math-top-only): New variable.
9405 (math-simplify, math-simplify-step): Replace variable top-only by
9406 declared variable math-top-only.
9407 (math-simplify-expr): Declare it.
9408 Replace argument expr in all calls of math-defsimplify by
9409 math-simplify-expr.
9410 (math-simplify-plus, math-simplify-times, math-simplify-divide)
9411 (math-simplify-divisor, math-simplify-one-divisor)
9412 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
9413 (math-simplify-pow): Replace variable expr by declared variable
9414 math-simplify-expr.
9415 (math-simplify-divisor): Remove local variables temp and op.
9416 (math-simplify-one-divisor): Make temp and op local variables.
9417 (math-simplify-divisor-nover, math-simplify-divisor-dover):
9418 New variables.
9419 (math-simplify-divisor, math-simplify-one-divisor):
9420 Replace variables nover and dover by declared variables.
9421 (math-expr-subst-new, math-expr-subst-old): New variables.
9422 (math-expr-subst, math-expr-subst-rec): Replace variables new
9423 and old by declared variables.
9424 (math-is-poly-degree, math-is-poly-loose): New variables.
9425 (math-is-polynomial, math-is-poly-rec): Replace variables degree
9426 and loose by declared variables.
9427 (math-poly-base-const-ok, math-poly-base-pred): New variables.
9428 (math-polynomial-base, math-polynomial-base-rec):
9429 Replace variables const-ok and mpb-pred by declared variables.
9430
9431 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
9432
9433 * calc/calc-ext.el (math-defsimplify): Change the argument in
9434 the created function to math-simplify-expr.
9435
9436 * calc/calc-units.el (math-simplify-expr): Declare it.
9437 Replace argument expr in all calls of math-defsimplify by
9438 math-simplify-expr.
9439 (math-simplify-units-prod): Replace variable expr by declared
9440 variable math-simplify-expr.
9441
9442 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9443
9444 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
9445 Replace mapcar->dolist, format->string.
9446
9447 2004-11-17 Miles Bader <miles@gnu.org>
9448
9449 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
9450 * progmodes/idlwave.el: Remove RCS keywords.
9451
9452 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
9453
9454 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
9455 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
9456 Update to IDLWAVE version 5.5. Too many changes to list them here.
9457 * progmodes/idlw-help.el: New file.
9458
9459 2004-11-16 Richard M. Stallman <rms@gnu.org>
9460
9461 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9462 Discard spaces after \i according to TeX rules.
9463
9464 * international/mule.el (set-buffer-file-coding-system):
9465 New arg NOMODIFY.
9466 (after-insert-file-set-coding): Pass that new arg.
9467 Prevent set-buffer-multibyte from trying to lock the file.
9468
9469 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
9470
9471 * saveplace.el (save-place): Doc fix.
9472
9473 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
9474 temporarily widen before finding the following word to copy.
9475
9476 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
9477 (cl-map-keymap): Definition deleted.
9478
9479 * subr.el (map-keymap-internal): New function.
9480
9481 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9482
9483 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
9484 when pressing rather than when releasing mouse-2. Simplify.
9485
9486 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9487
9488 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
9489 (compilation-mode): Set it here instead.
9490
9491 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
9492
9493 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
9494 (loop, cl-parse-loop-clause, defsetf): Use backquote.
9495
9496 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9497
9498 * progmodes/compile.el (compilation-internal-error-properties):
9499 Fix up a transposition-typo. Check end-col before using it.
9500
9501 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
9502
9503 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9504 Discard whitespace after macro \i when converting it.
9505
9506 2004-11-16 Juri Linkov <juri@jurta.org>
9507
9508 * emacs-lisp/find-func.el (find-function-regexp):
9509 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
9510 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
9511 Remove invalid `\W' from [^cgv\W]. Doc fix.
9512 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
9513
9514 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
9515
9516 * play/life.el: Maintainer is now FSF.
9517 (life-patterns, life-neighbor-deltas, life-window-start)
9518 (life-current-generation, life-generation-string): Use defvar
9519 instead of defconst.
9520
9521 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9522
9523 * progmodes/compile.el (compilation-move-to-column): New fun.
9524 (compilation-internal-error-properties)
9525 (compilation-next-error-function): Use it to make sure we don't go past
9526 the end of line.
9527
9528 2004-11-15 John Paul Wallington <jpw@gnu.org>
9529
9530 * autoinsert.el (auto-insert-alist): Insert the user's name in
9531 copyright notice, rather than Free Software Foundation, for the
9532 Emacs Lisp header case too.
9533
9534 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9535
9536 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
9537 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9538 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
9539 return the list of string in a string.
9540 (pr-call-process): Message if calling process returns an error, that
9541 is, the exit status is different of zero.
9542
9543 2004-11-15 Jay Belanger <belanger@truman.edu>
9544
9545 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
9546 variable var-thing.
9547 (math-integ-depth, math-integ-level, math-integral-limit)
9548 (math-enable-subst, math-any-substs, math-integ-msg)
9549 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
9550 (math-int-threshold, math-int-factors, math-double-roots)
9551 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
9552 (var-GenCount): Declare these variables.
9553 (calcFunc-integ): Don't check if var-IntegLimit is bound.
9554 (math-integral-cache, math-integral-cache-state):
9555 Move declarations to earlier in the file.
9556 (math-deriv-var, math-deriv-total, math-deriv-symb)
9557 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
9558 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
9559 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
9560 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
9561 (math-solve-res): New variables
9562 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
9563 (math-integral, math-replace-integral-parts)
9564 (math-integrate-by-parts, calc-dump-integral-cache)
9565 (math-try-integral, math-do-integral, math-do-integral)
9566 (math-do-integral-methods, math-try-solve-for)
9567 (math-try-solve-prod, math-solve-poly-funny-powers)
9568 (math-solve-crunch-poly, math-decompose-poly)
9569 (math-solve-find-root-term, math-find-root-in-prod)
9570 (math-integ-try-linear-substitutions)
9571 (math-integ-try-substitutions, math-expr-rational-in)
9572 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
9573 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
9574 (math-solve-for, math-solve-system, math-solve-system-rec)
9575 (math-solve-get-sign, math-solve-get-int)
9576 (math-solve-system-subst): Replace undeclared variables with newly
9577 declared variables.
9578
9579 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9580
9581 * winner.el (winner-active-region, winner-edges, winner-window-list):
9582 Define at toplevel.
9583 (winner-mode-map): Move init inside declaration.
9584
9585 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
9586
9587 * files.el (convert-standard-filename): Doc fix.
9588
9589 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
9590
9591 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
9592 passwd, group, shadow, default/* and pam.d/*.
9593
9594 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9595
9596 * printing.el (pr-menu-spec): Adjust menu specification.
9597
9598 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9599
9600 * printing.el: Doc fix. Insert :version tag into all defcustom.
9601 Handle interactive-p as is recommended in Emacs Lisp Reference.
9602 Set the file permission bits for newly created files.
9603 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9604 The printing menu specification (in `pr-menu-spec') was merged.
9605 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9606 (pr-version): New version number (6.8.3).
9607 (pr-file-modes): New option.
9608 (pr-interactive-p): New var.
9609 (pr-save-interactive, pr-save-file-modes): New macros.
9610 (pr-setup): Code fix.
9611 (pr-menu-spec): Menu specification merged.
9612 (pr-call-process, pr-text2ps): Set file permission bits.
9613 (pr-despool-print): Set file permission bits. Handle interactive-p as
9614 is recommended.
9615 (pr-interface, pr-ps-directory-preview)
9616 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9617 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9618 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9619 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9620 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9621 (pr-ps-region-ps-print, pr-ps-mode-preview)
9622 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9623 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9624 (pr-despool-using-ghostscript, pr-despool-ps-print)
9625 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9626 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9627 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9628 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9629 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9630 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9631 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9632 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9633 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
9634 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
9635 Handle interactive-p as is recommended.
9636
9637 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9638
9639 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
9640 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
9641
9642 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
9643 so it doesn't forget to highlight the beginning of the region either.
9644
9645 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
9646
9647 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
9648 (c-font-lock-init): Eliminate obsolete make-local-hook.
9649 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9650 (awk-mode): Use run-mode-hooks.
9651
9652 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
9653
9654 2004-11-13 Kim F. Storm <storm@cua.dk>
9655
9656 * mouse.el (mouse-drag-copy-region): Add :version.
9657 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
9658 while dragging mode line, so mode line can be dragged downwards.
9659 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
9660 while pressing mouse button so window doesn't scroll until we
9661 release the mouse if clicking on partially visible line.
9662
9663 2004-11-12 Jay Belanger <belanger@truman.edu>
9664
9665 * calc/calc-graph.el (calc-dumb-map): Declare it.
9666 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
9667 than unbound.
9668 (calc-graph-name): Made `end' a local variable.
9669 (calc-graph-lookup): Made `varname' a local variable.
9670 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
9671 Declare them.
9672 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
9673 (calc-graph-plot, calc-graph-compute-3d): Remove references to
9674 the unused variable y3vec.
9675 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
9676 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
9677 calc-graph-prev-kill-hook.
9678 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
9679 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
9680 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
9681 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
9682 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
9683 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
9684 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
9685 (calc-graph-y3value, calc-graph-y3name)
9686 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
9687 (calc-graph-stepcount, calc-graph-is-splot)
9688 (calc-graph-surprise-splot, calc-graph-blank)
9689 (calc-graph-non-blank, calc-graph-curve-num): New variables.
9690 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
9691 (calc-graph-recompute-2d, calc-graph-compute-3d)
9692 (calc-graph-format-data): Replace undeclared variables with the
9693 above newly declared variables.
9694
9695 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
9696
9697 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
9698 `rsf-beep' and `rsf-sleep-after-message'.
9699
9700 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
9701 list if `message-sender' is non-nil.
9702
9703 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9704
9705 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
9706 consing by using mapc instead of mapcar.
9707
9708 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
9709
9710 * tooltip.el (require): Explain why CL is needed.
9711
9712 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9713
9714 * printing.el: Insert :version into defgroup (printing). All reference
9715 to Files option in menubar were changed to File.
9716 (pr-version): New version number (6.8.2).
9717 (pr-get-symbol): Call easy-menu-intern.
9718 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
9719 compilation gripes.
9720
9721 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9722
9723 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
9724 new byte-compile-function-environment binding to t.
9725
9726 * font-lock.el (font-lock-fontify-syntactically-region):
9727 Don't forget to highlight the last char when we hit `end'.
9728
9729 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
9730 (mwheel-scroll): Adjust accordingly.
9731
9732 * cvs-status.el: Reduce spurious warnings.
9733 (cvs-status-checkout): Remove.
9734 (cvs-status-mode-map): Use cvs-mode-checkout instead.
9735
9736 * pcvs.el (cvs-mode-checkout): New command.
9737
9738 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
9739
9740 * tooltip.el: Require CL.
9741
9742 * emacs-lisp/bytecomp.el: Use push.
9743 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
9744 (defalias): Remove the `byte-compile' property and add
9745 a `byte-hunk-handler'.
9746
9747 2004-11-11 Juri Linkov <juri@jurta.org>
9748
9749 * info.el (Info-search): Save match data for isearch.
9750 Skip Tag Table node.
9751
9752 * descr-text.el (describe-char): Replace syntax-after with code
9753 from its previous version.
9754
9755 * files.el (magic-mode-alist): Use optimization for SGML mode too.
9756 (set-auto-mode): Doc fix. Remove unused variable `xml'.
9757
9758 * international/mule.el (sgml-html-meta-auto-coding-function):
9759 Remove > after <html to allow HTML attributes.
9760
9761 2004-11-11 Jay Belanger <belanger@truman.edu>
9762
9763 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
9764 a variable.
9765 (calcFunc-dfac): Replace unbound max by n.
9766 (math-stirling-local-cache): New variable.
9767 (math-stirling-number, math-stirling-1, math-stirling-2):
9768 Replace the variable `cache' by the declared variable
9769 math-stirling-local-cache.
9770 (var-RandSeed): Declare it as a variable.
9771 (math-init-random-base, math-random-digit): Don't check to see if
9772 var-RandSeed is bound.
9773 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
9774 Declare them instead of just setting them.
9775 (math-init-random-base): Made i a local variable.
9776 (math-random-digit): Made math-random-last a local variable.
9777 (math-prime-test-cache): Move declaration to before it is used.
9778 (math-prime-test-cache-k, math-prime-test-cache-q)
9779 (math-prime-test-cache-nm1, math-prime-factors-finished):
9780 Declare them as variables.
9781
9782 2004-11-11 Jay Belanger <belanger@truman.edu>
9783
9784 * calc/calc-ext.el (math-defcache): Use defvar for the new
9785 variables it creates.
9786
9787 2004-11-11 Lars Hansen <larsh@math.ku.dk>
9788
9789 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
9790 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
9791 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
9792 (desktop-save): Add :version.
9793
9794 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9795
9796 * printing.el (pr-get-symbol): Don't downcase.
9797
9798 2004-11-10 Jay Belanger <belanger@truman.edu>
9799
9800 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
9801 string to kill-ring.
9802
9803 * calc/calc-aent.el (calc-alg-exp, math-toks)
9804 (math-exp-pos,math-exp-old-pos, math-exp-token)
9805 (math-exp-keep-spaces, math-exp-str): New variables.
9806 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
9807 (calcAlg-enter): Use declared variable calc-alg-exp.
9808 (math-build-parse-table, math-find-user-token): Use declared
9809 variable math-toks.
9810 (math-read-exprs, math-read-token, calc-check-user-syntax)
9811 (calc-match-user-syntax, match-factor-after, math-read-factor):
9812 Use declared variables math-exp-pos math-exp-old-pos.
9813 (math-read-exprs, math-read-token, math-read-expr-level)
9814 (calc-check-user-syntax, calc-match-user-syntax)
9815 (match-factor-after, math-read-factor): Use declared variable
9816 math-exp-token.
9817 (math-read-exprs, math-read-expr-list, math-read-token)
9818 (math-read-factor): Use declared variable math-exp-keep-spaces.
9819 (math-read-exprs, math-read-token): Use declared variable
9820 math-exp-str.
9821 (calc-match-user-syntax): Make m a local variable.
9822
9823 * calc/calc-ext.el (math-read-expr): Use declared variables
9824 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
9825 math-exp-keep-spaces.
9826
9827 * calc/calc-forms.el (math-read-angle-bracket): Use declared
9828 variables math-exp-pos, math-exp-str.
9829
9830 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
9831 math-exp-old-pos.
9832 (math-parse-fortran-vector, math-parse-fortran-vector-end)
9833 (math-parse-eqn-prime): Use declared variable math-exp-token.
9834
9835 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
9836 Use declared variable math-exp-pos.
9837 (math-check-for-commas): Use declared variable math-exp-str.
9838 (math-read-brackets): Use declared variables math-exp-old-pos,
9839 math-exp-keep-spaces.
9840 (math-read-brackets, math-read-vector, math-read-matrix):
9841 Use declared variable math-exp-token.
9842
9843 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9844
9845 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
9846 where the keymap is a symbol.
9847 (easy-menu-add-item): Use keymap-prompt. Simplify.
9848
9849 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
9850
9851 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
9852 (sgml-parse-tag-backward): Use it to skip spurious < or >.
9853
9854 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
9855
9856 * ebuff-menu.el: Doc fixes throughout.
9857 (electric-buffer-menu-mode-hook): New defvar.
9858
9859 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
9860
9861 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
9862 The resulting compiler warnings appear to be harmless.
9863
9864 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
9865
9866 * textmodes/conf-mode.el: New file.
9867
9868 * files.el (auto-mode-alist, magic-mode-alist): Use it.
9869
9870 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9871
9872 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
9873
9874 2004-11-09 Jay Belanger <belanger@truman.edu>
9875
9876 * calc/calc-ext.el (calc-init-extensions): Remove old code.
9877
9878 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
9879 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
9880 (calc-z-prefix-help, calc-user-function-list): Use declared
9881 variables calc-z-prefix-buf, calc-z-prefix-msgs.
9882 (math-map-tree, math-map-tree-rec): Use declared variables
9883 math-mt-many, math-mt-func.
9884 (math-read-expression, math-read-string): Use declared variable
9885 math-expr-data.
9886
9887 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
9888 variable math-normalize-a.
9889
9890 * calc/calc.el (math-normalize-a): New variable.
9891 (math-normalize): Use declared variable math-normalize-a.
9892
9893 * calc/calc-poly.el (math-expand-form): Use declared variable
9894 math-mt-many.
9895
9896 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9897 Use declared variable math-mt-many.
9898 (math-rewrite): Use declared variable math-mt-func.
9899
9900 * calc/calc-vec.el (math-read-brackets, math-read-vector)
9901 (math-read-matrix): Use declared variable math-expr-data.
9902
9903 * calc/calc-lang.el (math-parse-fortran-vector)
9904 (math-parse-fortran-vector-end, math-parse-tex-sum)
9905 (math-parse-eqn-matrix, math-parse-eqn-prime)
9906 (math-read-math-subscr): Use declared variable math-expr-data.
9907
9908 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
9909 (math-read-expr-level, math-read-token, calc-check-user-syntax)
9910 (calc-match-user-syntax, math-read-if, math-factor-after)
9911 (math-read-factor): Use declared variable math-expr-data.
9912
9913 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
9914
9915 * calendar/diary-lib.el (diary-from-outlook)
9916 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
9917 interactive-p; but rather new optional argument NOCONFIRM.
9918
9919 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9920
9921 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
9922 (easy-menu-name-match): Revert correspondingly.
9923
9924 2004-11-09 Richard M. Stallman <rms@gnu.org>
9925
9926 * emacs-lisp/bytecomp.el (byte-compile-defalias):
9927 Turn off warnings for the new function even if definition not constant.
9928 If the definition isn't a quoted symbol, record (FUNCTION . t).
9929 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
9930 (byte-compile-callargs-warn): Handle (FUNCTION . t).
9931 (display-call-tree, byte-compile-arglist-warn):
9932 Handle t returned by byte-compile-fdefinition.
9933
9934 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9935
9936 * Makefile.in (maintainer-clean): Depend on distclean.
9937
9938 * help-fns.el (help-C-file-name): File name must be in build-files
9939 to be returned.
9940
9941 2004-11-09 Jay Belanger <belanger@truman.edu>
9942
9943 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
9944 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
9945
9946 * calc/calc.el (calc, calc-trail-display, calc-mode):
9947 Remove obsolete sections.
9948
9949 * calc/calc.el (calc-x-paste-text): Remove.
9950
9951 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
9952 mouse-2.
9953
9954 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
9955
9956 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
9957 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
9958 current frame (in case of recursive calls).
9959 (gdb-show-changed-values): Add :version keyword.
9960
9961 2004-11-09 Kenichi Handa <handa@m17n.org>
9962
9963 * international/mule-cmds.el: Change coding: tag back to
9964 iso-2022-7bit.
9965
9966 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
9967
9968 * international/mule-cmds.el: Change coding-system to utf-8.
9969 (select-safe-coding-system-interactively):
9970 New function extracted from select-safe-coding-system.
9971 (select-safe-coding-system): Use it.
9972
9973 2004-11-08 Richard M. Stallman <rms@gnu.org>
9974
9975 * subr.el (syntax-after): Doc fix.
9976
9977 * paren.el (show-paren-function): Change calls to syntax-after
9978 for new way of returning the value.
9979
9980 * menu-bar.el (menu-bar-file-menu): Make this the real name
9981 and menu-bar-files-menu the alias. Use the former.
9982 (global-map): Use `file', not `files', as the symbol.
9983
9984 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
9985
9986 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
9987 Don't use beginning-of-buffer.
9988 (filesets-cmd-show-result): Use with-no-warnings.
9989
9990 2004-11-08 Juri Linkov <juri@jurta.org>
9991
9992 * progmodes/compile.el (compile): Don't overwrite last command in
9993 minibuffer history with default command if they are not equal.
9994
9995 2004-11-08 Jay Belanger <belanger@truman.edu>
9996
9997 * calc/calcalg2.el (math-do-integral-methods): Try linear then
9998 non-linear substitutions.
9999
10000 2004-11-08 Jay Belanger <belanger@truman.edu>
10001
10002 * calc/calcalg2.el (math-linear-subst-tried): New variable.
10003 (math-do-integral): Set `math-linear-subst-tried' to nil.
10004 (math-do-integral-methods): Use `math-linear-subst-tried' to
10005 determine what type of substitution to try.
10006 (math-integ-try-linear-substituion):
10007 Set `math-linear-subst-tried' to t.
10008
10009 2004-11-08 Kim F. Storm <storm@cua.dk>
10010
10011 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
10012
10013 2004-11-07 Juri Linkov <juri@jurta.org>
10014
10015 * info-look.el (info-lookup): Allow reusing in the current buffer
10016 not only *info* buffer, but all (even renamed) Info buffers
10017 by checking for major-mode instead of *info* buffer name.
10018 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
10019 (octave-mode, maxima-mode) <doc-spec>:
10020 Allow long dashes generated by Texinfo 4.7 before definitions.
10021 (texinfo-mode) <doc-spec>: Add space to suffix to find command
10022 definitions with argument separated by space.
10023
10024 2004-11-06 Richard M. Stallman <rms@gnu.org>
10025
10026 * simple.el (next-error group, face): Move before first use.
10027 (next-error-highlight, next-error-highlight-no-select): Likewise.
10028
10029 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
10030 (line-move): New args NOERROR and TO-END.
10031 Return t if if succeed in moving specified number of lines.
10032 (move-end-of-line): New function.
10033
10034 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
10035 (end-of-buffer-other-window): Likewise.
10036
10037 * simple.el (line-move-ignore-invisible): Default to t.
10038
10039 * subr.el (syntax-after): Return the syntax letter, not the raw code.
10040
10041 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
10042
10043 * international/iso-cvt.el (iso-cvt-define-menu):
10044 Rename menu-bar-files-menu to menu-bar-file-menu.
10045
10046 * net/browse-url.el (browse-url-gnome-moz-program)
10047 (browse-url-gnome-moz-arguments): Move up before first use.
10048
10049 * net/tramp.el (tramp group): Add :version.
10050
10051 * progmodes/ada-xref.el (ada-gdb-application):
10052 Use goto-char instead of beginning-of-buffer.
10053
10054 * progmodes/cperl-mode.el (cperl-info-on-command):
10055 Use goto-char instead of beginning-of-buffer.
10056
10057 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
10058 Move up before first use.
10059 (idlwave-shell-temp-pro-file): Likewise.
10060 (idlwave-shell-temp-rinfo-save-file): Likewise.
10061 (idlwave-shell-temp-file): Minor doc fix.
10062
10063 * textmodes/flyspell.el (flyspell-external-point-words):
10064 Use goto-char instead of beginning-of-buffer.
10065
10066 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
10067
10068 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
10069 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
10070 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
10071
10072 2004-11-06 David Ponce <david@dponce.com>
10073
10074 * recentf.el (recentf-menu-path): Use menu item name.
10075
10076 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10077
10078 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
10079 display doesn't support images.
10080
10081 2004-11-06 Andreas Schwab <schwab@suse.de>
10082
10083 * tempo.el (tempo-match-finder): Doc fix.
10084
10085 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
10086
10087 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
10088
10089 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
10090 (easy-menu-lookup-name): New fun to replace it.
10091 (easy-menu-get-map): Use it to obey menu item names (rather than just
10092 keys) when looking up `path'.
10093 (easy-menu-always-true-p): Rename from easy-menu-always-true.
10094 (easy-menu-convert-item-1): Adjust to new name.
10095
10096 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
10097
10098 * outline.el (hide-body): Don't hide lines at the top of the file
10099 that precede the first header line.
10100
10101 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
10102
10103 * align.el (align-areas): Delete whitespace before reindenting, so
10104 that tabs are never placed after spaces.
10105
10106 2004-11-06 Alan Shutko <ats@acm.org>
10107
10108 * macros.el (insert-kbd-macro): Do completions based on macros,
10109 rather than all commands.
10110
10111 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
10112
10113 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
10114 to solve a bug whereby tags with 'b' don't match.
10115
10116 2004-11-05 Juri Linkov <juri@jurta.org>
10117
10118 * info.el (Info-search): Don't search in node header lines
10119 and file headers.
10120
10121 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
10122 symbol-constituent characters after dot, not only digits.
10123
10124 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
10125
10126 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
10127
10128 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10129
10130 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10131 if a dialog will be used, read-file-name otherwise.
10132
10133 2004-11-04 Richard M. Stallman <rms@gnu.org>
10134
10135 * textmodes/table.el (table group): Add :version.
10136
10137 * textmodes/ispell.el (ispell-word):
10138 Don't alter args; set them only thru `interactive' spec.
10139
10140 * textmodes/flyspell.el (flyspell-word):
10141 Don't alter FOLLOWING; set it only thru `interactive' spec.
10142
10143 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
10144
10145 * net/browse-url.el (browse-url-maybe-new-window):
10146 Use called-interactively-p.
10147
10148 * mail/supercite.el (sc-cite-region):
10149 Don't use interactive-p. Add arg INTERACTIVE.
10150 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
10151
10152 * international/mule-cmds.el (set-input-method, toggle-input-method):
10153 Don't use interactive-p. Add arg INTERACTIVE.
10154
10155 * eshell/esh-mode.el (eshell-show-maximum-output):
10156 Don't use interactive-p.
10157 (eshell-truncate-buffer): Just message, no error, if buffer is short.
10158
10159 * mouse.el (mouse-show-mark): Get positions to delete from mark
10160 and point, not from mouse-drag-overlay.
10161
10162 * imenu.el (imenu-eager-completion-buffer): Add :version.
10163
10164 * filesets.el (filesets group): Add :version.
10165
10166 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
10167
10168 * files.el (xml-based-modes): Delete var.
10169 (magic-mode-alist): New more general var.
10170 (set-auto-mode): Use it.
10171
10172 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
10173 when clicking from another window.
10174
10175 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
10176
10177 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
10178 (vc-cvs-annotate-time): Incorporate value of deleted var.
10179 Remove special-case handling of beginning-of-buffer cruft.
10180 Cache ending position (point) and return value in text property
10181 `vc-cvs-annotate-time', and consult it on subsequent invocations.
10182
10183 * vc-cvs.el (vc-cvs-annotate-command):
10184 Delete extraneous lines from beginning of buffer.
10185 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
10186
10187 * progmodes/grep.el (grep-default-command): Take empty string
10188 for tag if all other methods yield nil. Shell-quote the tag.
10189
10190 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
10191 spec in `interactive' form, and mention it in the docstring.
10192 Also, make sure point is at bol after calling `annotate-time'.
10193
10194 2004-11-02 Richard M. Stallman <rms@gnu.org>
10195
10196 * cus-edit.el (customize-group-other-window):
10197 Select the window that displays the custom buffer.
10198 (custom-buffer-create-other-window): Likewise.
10199
10200 * comint.el (comint-insert-input): Fix previous change.
10201
10202 * emacs-lisp/elp.el (elp-instrument-function):
10203 Use called-interactively-p.
10204
10205 * emacs-lisp/easymenu.el (easy-menu-intern):
10206 Don't downcase; rather, case-flip the first letter of each word.
10207
10208 * emacs-lisp/easy-mmode.el (define-minor-mode):
10209 Use called-interactively-p.
10210
10211 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
10212 Add interactive-only.
10213 (byte-compile-warnings): Add interactive-only as option.
10214 (byte-compile-interactive-only-functions): New variable.
10215 (byte-compile-form): Warn about calls to functions
10216 in byte-compile-interactive-only-functions.
10217
10218 * emacs-lisp/autoload.el (update-file-autoloads):
10219 Don't use interactive-p; take new arg SAVE-AFTER.
10220
10221 * emacs-lisp/advice.el (ad-make-advised-definition):
10222 Use called-interactively-p.
10223
10224 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10225
10226 * files.el (find-file-existing): New function.
10227
10228 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
10229 find-file-existing. Add "New File..." that calls find-file.
10230
10231 * diropen.pbm, diropen.xpm: New files.
10232
10233 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
10234 icon diropen. New tool bar item find-file-existing uses icon open.
10235
10236 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10237 instead of read-file-name.
10238
10239 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
10240
10241 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
10242 (icalendar--split-value): Change name of work buffer.
10243 (icalendar--get-weekday-abbrev): Return nil on error.
10244 (icalendar--date-to-isodate): New function.
10245 (icalendar-convert-diary-to-ical)
10246 (icalendar-extract-ical-from-buffer): Use only two args for
10247 make-obsolete (XEmacs compatibility).
10248 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
10249 (icalendar-export-region): Doc fix.
10250 If error, return non-nil and write errors to a buffer.
10251 Use correct weekday for weekly recurring events.
10252 Check whether date has been parsed for ordinary events.
10253 Make weekly events start in the year 2000.
10254 DTEND is non-inclusive, shift end date by one day if
10255 necessary (not for entries that have date and time).
10256 Rename local let variables: oops -> found-error, datestring ->
10257 startdatestring.
10258
10259 2004-11-02 Kim F. Storm <storm@cua.dk>
10260
10261 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
10262 keep-mode-if-same variable. Add it as optional arg instead.
10263 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
10264
10265 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
10266 substitute-command-keys will select lower-case bindings like those
10267 used in the static help texts.
10268
10269 * descr-text.el (describe-text-properties): Don't err if called in
10270 the *Help* buffer; output to *Help-2* buffer instead.
10271
10272 * kmacro.el (group kmacro): Add :version.
10273 (kmacro-keyboard-quit): New function to cleanup on C-g.
10274 (kmacro-start-macro): Set defining-kbd-macro to append when
10275 appending to last macro.
10276
10277 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
10278
10279 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
10280
10281 * progmodes/gdb-ui.el (gdb-enable-debug-log)
10282 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
10283 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
10284 Add :version keyword.
10285
10286 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
10287
10288 * progmodes/flymake.el (flymake-err-line-patterns):
10289 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
10290 `compilation-error-regexp-alist-alist' to internal Flymake format.
10291
10292 * progmodes/flymake.el: Eliminate byte-compiler warnings.
10293
10294 2004-11-01 Jay Belanger <belanger@truman.edu>
10295
10296 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
10297 with `interactive "s"'.
10298
10299 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10300
10301 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10302 Revert change from 2004-10-16. '*' checks the current buffer, but the
10303 mouse click may be in another buffer.
10304
10305 2004-11-01 John Paul Wallington <jpw@gnu.org>
10306
10307 * files.el (large-file-warning-threshold): Add :version keyword.
10308 (kill-some-buffers): Doc fix.
10309
10310 * thumbs.el (group thumbs): Add :version keyword.
10311
10312 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
10313
10314 2004-11-01 Richard M. Stallman <rms@gnu.org>
10315
10316 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
10317
10318 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
10319
10320 * allout.el (allout group): Add :version.
10321 (allout-init): Don't use interactive-p.
10322 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
10323 (allout-forward-current-level, allout-backward-current-level):
10324 Don't use interactive-p.
10325
10326 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
10327 (bibtex-find-text): Likewise.
10328
10329 * progmodes/vhdl-mode.el (vhdl-fill-region)
10330 (vhdl-beginning-of-statement): Don't use interactive-p.
10331
10332 * progmodes/idlwave.el (idlwave-update-routine-info):
10333 Don't use interactive-p.
10334
10335 * progmodes/idlw-shell.el (idlwave-shell-send-char):
10336 Don't use interactive-p.
10337
10338 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
10339 Don't use interactive-p.
10340
10341 * progmodes/ada-xref.el (ada-make-body-gnatstub):
10342 Don't use interactive-p.
10343
10344 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
10345 (fortune-in-buffer): Doc fix.
10346
10347 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
10348
10349 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
10350 don't select the temporary buffer.
10351 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
10352 (eudc-get-phone): Likewise.
10353
10354 2004-11-01 Kim F. Storm <storm@cua.dk>
10355
10356 * man.el (Man-xref-normal-file): Fix help-echo.
10357
10358 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10359
10360 * reveal.el (reveal-last-tick): New var.
10361 (reveal-post-command): Use it to avoid closing overlays when we're
10362 appending text to them.
10363
10364 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10365
10366 * textmodes/bibtex.el: Require button.
10367 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
10368 (bibtex-reference-keys): Distinguish between header keys and
10369 crossref keys.
10370 (bibtex-beginning-of-field): New function.
10371 (bibtex-url-map): Remove.
10372 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
10373 (bibtex-font-lock-url-regexp): Assume that field names begin at
10374 the beginning of a line.
10375 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
10376 Remove field delimiters. Use bibtex-beginning-of-field.
10377 Bugfix, point can be inside a field with a url.
10378 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
10379 New functions.
10380 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
10381 (bibtex-key-in-head): Simplify.
10382 (bibtex-current-line): Use bolp.
10383 (bibtex-parse-keys): Remove unused arg `add'.
10384 Use bibtex-type-in-head and bibtex-key-in-head.
10385 (bibtex-parse-entry, bibtex-autofill-entry):
10386 Use bibtex-type-in-head and bibtex-key-in-head.
10387 (bibtex-autokey-get-field): Do not alter case of replacement text.
10388 (bibtex-autokey-get-names): Do all processing of name list.
10389 (bibtex-autokey-get-year): New function.
10390 (bibtex-autokey-get-title): Do all processing of title words.
10391 (bibtex-generate-autokey): Simplify.
10392 (bibtex-string-files-init): Use default-directory.
10393 Allow for absolute file names in bibtex-string-files.
10394 (bibtex-files, bibtex-file-path): New variables.
10395 (bibtex-files-expand): New function.
10396 (bibtex-find-entry-globally): New command.
10397 (bibtex-summary-function): New variable.
10398 (bibtex-summary): Default value of bibtex-summary-function.
10399 (bibtex-find-crossref): New optional args pnt and split.
10400 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
10401 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
10402 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
10403 Fix handling of required and alternative fields.
10404 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
10405 Use cons and display-buffer.
10406 (bibtex-validate-globally): New command.
10407 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
10408 bibtex-parse-keys and bibtex-parse-strings for updating
10409 bibtex-reference-keys and bibtex-strings.
10410 (bibtex-realign): Remove blank lines past the last entry.
10411 (bibtex-reformat): Use bibtex-entry-format as default.
10412 (bibtex-choose-completion-string): Remove.
10413 (bibtex-complete): Do not use bibtex-choose-completion-string.
10414 (bibtex-url): Simplify.
10415
10416 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10417
10418 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
10419 (x-dnd-types-alist, x-dnd-open-file-other-window)
10420 (x-dnd-known-types): Add :version.
10421
10422 2004-10-31 John Paul Wallington <jpw@gnu.org>
10423
10424 * ibuffer.el (group ibuffer): Add :version keyword.
10425
10426 2004-10-31 Kim F. Storm <storm@cua.dk>
10427
10428 * ido.el (group ido): Add :version keyword.
10429 (ido-mode): Remove :version keyword.
10430
10431 * emulation/cua-base.el (group cua): Add :version keyword.
10432 (cua-mode): Remove :version keyword.
10433
10434 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
10435
10436 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
10437
10438 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
10439 compiler warning.
10440 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
10441 function.
10442 (help-at-pt-display-when-idle): Remove autoload.
10443
10444 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10445
10446 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
10447
10448 2004-10-30 Juri Linkov <juri@jurta.org>
10449
10450 * help.el (function-called-at-point):
10451 * help-fns.el (variable-at-point): Read -> intern.
10452
10453 2004-10-30 Simon Josefsson <jas@extundo.com>
10454
10455 * progmodes/autoconf.el (autoconf-font-lock-keywords):
10456 Recognize AS_* too.
10457
10458 2004-10-29 Simon Josefsson <jas@extundo.com>
10459
10460 * subr.el (read-passwd): Move back from password.el.
10461
10462 * password.el: Remove, not ready yet.
10463
10464 2004-10-29 Andreas Schwab <schwab@suse.de>
10465
10466 * speedbar.el (speedbar-frame-parameters): Improve customize type.
10467
10468 2004-10-29 Sam Steingold <sds@gnu.org>
10469
10470 * mouse.el (mouse-show-mark): Replace the last occurrence of
10471 x-lost-selection-hooks with x-lost-selection-functions.
10472
10473 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10474
10475 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
10476 x-lost-selection-functions is bound.
10477
10478 * mouse-sel.el (mouse-sel-mode):
10479 * emacs-lisp/lselect.el: Adjust to new names for
10480 x-(lost|sent)-selection-functions.
10481
10482 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
10483 New obsolete aliases of x-lost-selection-functions and
10484 x-sent-selection-functions.
10485
10486 2004-10-28 Kim F. Storm <storm@cua.dk>
10487
10488 * imenu.el (imenu-scanning-message): Remove.
10489 (imenu-progress-message): Make it a no-op.
10490
10491 2004-10-28 John Paul Wallington <jpw@gnu.org>
10492
10493 * files.el (set-auto-mode): Call `throw' correctly.
10494
10495 2004-10-28 Juri Linkov <juri@jurta.org>
10496
10497 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
10498 to search `Info-...' commands in `info' manual.
10499 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10500 Add 'info-file "emacs" property.
10501 (Info-find-emacs-command-nodes): Fix index line number regexp.
10502 Set real line number (instead of fake 0) in first element of the
10503 returned list.
10504 (Info-goto-emacs-command-node): Use line number of first element
10505 to set point in the first found Info node.
10506
10507 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
10508 code to `grep-mode-font-lock-keywords'.
10509 (grep-mode-font-lock-keywords): Delete grep markers instead
10510 of making them invisible.
10511
10512 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10513
10514 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
10515 and x-server-version in bug report.
10516
10517 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
10518
10519 * files.el (set-auto-mode-0): New function.
10520 (set-auto-mode): Use it to handle aliased modes and to
10521 be consistent between C-x C-f and C-x C-w.
10522
10523 2004-10-28 Kenichi Handa <handa@m17n.org>
10524
10525 * international/utf-8.el (utf-translate-cjk-charsets):
10526 Add katakana-jisx0201.
10527
10528 * international/subst-jis.el: Add data for JISX0201.
10529
10530 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10531
10532 * obsolete/hilit19.el (hilit-mode): New function.
10533 Move all the toplevel side-effecting stuff into it, so that loading
10534 hilit19 doesn't mess everything up any more.
10535
10536 2004-10-27 Richard M. Stallman <rms@gnu.org>
10537
10538 * add-log.el (add-change-log-entry): Set up mailing address
10539 and full name later, and don't alter add-log-mailing-address
10540 or add-log-full-name.
10541
10542 * elide-head.el (elide-head): Change error to message.
10543 (elide-head-show): Likewise.
10544
10545 * apropos.el (apropos-macrop): Doc fix.
10546
10547 * mouse.el (mouse-show-mark): Do most processing the same
10548 regardless of transient-mark-mode.
10549
10550 * shadowfile.el (shadow-copy-files): Use interactive-p
10551 only to control whether to print a message.
10552
10553 * tar-mode.el (tar-mode): Use write-contents-functions,
10554 not write-contents-hooks.
10555
10556 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
10557 directory-sep-char.
10558
10559 2004-10-27 Richard M. Stallman <rms@gnu.org>
10560
10561 * strokes.el (strokes-unload-hook): Fix previous change.
10562
10563 * type-break.el (type-break-run-at-time): Always use run-at-time;
10564 forget the alternatives.
10565 (type-break-cancel-function-timers): Always use cancel-function-timers;
10566 forget the alternatives.
10567
10568 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
10569
10570 2004-10-27 Kenichi Handa <handa@m17n.org>
10571
10572 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
10573
10574 * international/subst-gb2312.el: Likewise.
10575
10576 * international/subst-big5.el: Likewise.
10577
10578 * international/subst-ksc.el: Likewise.
10579
10580 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
10581 New variable.
10582 (utf-translate-cjk-set-unicode-range): New function.
10583 (utf-translate-cjk-unicode-range): Make it customizable.
10584 (utf-8-post-read-conversion):
10585 Use utf-translate-cjk-unicode-range-string.
10586 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
10587 Unicode ranges.
10588
10589 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
10590
10591 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
10592 trivial variants to shorten the list.
10593 (xml-based-modes): New var.
10594 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
10595 declaration higher priority than auto-mode-alist.
10596
10597 * find-file.el (cc-other-file-alist): Bring it in line with
10598 cc-mode's auto-mode-alist entries and use \' instead of $.
10599
10600 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
10601 and add "Id" and "Name" submenus to it.
10602
10603 * imenu.el (imenu--generic-function): Skip matches in comments.
10604
10605 2004-10-26 Jay Belanger <belanger@truman.edu>
10606
10607 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
10608 (full-calc-keypad, calc-trail-display): Use an extra argument
10609 instead of `interactive-p'.
10610
10611 * calc/calc-misc.el (calc-other-window): Use an extra argument
10612 instead of `interactive-p'.
10613
10614 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
10615 `interactive-p'.
10616
10617 2004-10-26 Kim F. Storm <storm@cua.dk>
10618
10619 * help.el (describe-key): Describe both down-event and up-event
10620 for a mouse click.
10621
10622 2004-10-26 Richard M. Stallman <rms@gnu.org>
10623
10624 * woman.el (woman): Don't call interactive-p.
10625
10626 * pcomplete.el (pcomplete): Instead of interactive-p,
10627 use an arg set non-nil by the interactive spec.
10628
10629 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
10630 use an arg set non-nil by the interactive spec.
10631
10632 * man.el (Man-cleanup-manpage): Instead of interactive-p,
10633 use an arg set non-nil by the interactive spec.
10634
10635 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10636
10637 * progmodes/flymake.el (flymake-split-string):
10638 Use `flymake-split-string-remove-empty-edges' in any case.
10639
10640 2004-10-26 Masatake YAMATO <jet@gyve.org>
10641
10642 * progmodes/flymake.el (flymake-err-line-patterns):
10643 Use `compilation-error-regexp-alist-alist' instead of
10644 `compilation-error-regexp-alist'.
10645
10646 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10647
10648 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
10649 verbatim face on the \ of \end{verbatim}.
10650
10651 2004-10-25 Jay Belanger <belanger@truman.edu>
10652
10653 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
10654 erasing minibuffer.
10655
10656 2004-10-25 Simon Josefsson <jas@extundo.com>
10657
10658 * subr.el (read-passwd): Move to net/password.el.
10659
10660 * net/password.el (read-passwd): Add. Autoload it.
10661
10662 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
10663
10664 * mouse-sel.el (mouse-sel-mode): Specify custom group.
10665
10666 * simple.el (process-file): Fix logic.
10667
10668 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10669
10670 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
10671 (increase-right-margin): Remove erroneous call to `interactive-p'.
10672
10673 2004-10-24 Kim F. Storm <storm@cua.dk>
10674
10675 * help.el (describe-mode): Fix 2004-10-13 change.
10676 Copy pure "Auto Fill" string so it can be propertized later
10677 without causing a read-only error.
10678
10679 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10680
10681 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
10682 style indexes.
10683
10684 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10685
10686 * simple.el (process-file): Accept nil for INFILE. Reported by
10687 Luc Teirlinck.
10688
10689 2004-10-24 Masatake YAMATO <jet@gyve.org>
10690
10691 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
10692 Handle periods and underscores in a function name.
10693 Remove the address fontification.
10694
10695 2004-10-24 Masatake YAMATO <jet@gyve.org>
10696
10697 * progmodes/asm-mode.el (asm-font-lock-keywords):
10698 Use font-lock-variable-name-face for registers.
10699
10700 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
10701
10702 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
10703 kill-all-local-variables.
10704 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
10705 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
10706 Use kill-all-local-variables and provide mode-hooks.
10707 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
10708 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
10709 Suggested by Masatake YAMATO <jet@gyve.org>.
10710
10711 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
10712
10713 * simple.el (process-file): New function, similar to call-process
10714 but supports file handlers.
10715 * vc.el (vc-do-command): Use it, instead of call-process.
10716 * net/tramp-vc.el (vc-do-command): Do not advise it if
10717 process-file is fboundp.
10718 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
10719 process-file.
10720 (tramp-handle-process-file): New function.
10721 (tramp-file-name-for-operation): Support process-file.
10722
10723 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
10724
10725 * calendar/icalendar.el (icalendar--weekday-array): New constant.
10726 (icalendar-weekdayabbrev-table)
10727 (icalendar-monthnumber-table): Delete.
10728 (icalendar--get-month-number): Use calendar-month-name-array.
10729 (icalendar--get-weekday-number): New function.
10730 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
10731 (icalendar-export-region): Handle multi-line entries.
10732 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
10733
10734 2004-10-23 John Paul Wallington <jpw@gnu.org>
10735
10736 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
10737 `wildcards' set to t in interactive spec.
10738
10739 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
10740 interactive spec rather than use `interactive-p'.
10741 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
10742 rather than use function `interactive-p'.
10743
10744 2004-10-22 Kenichi Handa <handa@m17n.org>
10745
10746 * international/mule.el (translate-region): Implement it in Lisp
10747 as a front end of translate-region-internal.
10748
10749 2004-10-21 Jay Belanger <belanger@truman.edu>
10750
10751 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
10752 Declare these variables with defvar.
10753
10754 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
10755 is bound, only check to see if it is bound.
10756
10757 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10758
10759 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10760 Don't output messages.
10761
10762 * calc/calc-help.el (calc-describe-bindings): Fix last change.
10763
10764 2004-10-21 John Paul Wallington <jpw@gnu.org>
10765
10766 * calc/calc-graph.el (calc-graph-init):
10767 Use `set-process-query-on-exit-flag'.
10768
10769 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
10770
10771 * progmodes/compile.el (compilation-start): Rely on `cd' to get
10772 dir right and also allow argumentless cd.
10773
10774 2004-10-19 Richard M. Stallman <rms@gnu.org>
10775
10776 * textmodes/flyspell.el (flyspell-mode): Doc fix.
10777
10778 * eshell/em-unix.el (eshell-grep):
10779 Don't bind compilation-process-setup-function.
10780
10781 * comint.el (comint-insert-input): Use @ in `interactive'.
10782 (comint-input-filter-functions): Doc fix.
10783 (comint-kill-whole-line, comint-get-source): Doc fix.
10784
10785 * progmodes/compile.el (compilation-setup):
10786 Don't set buffer-read-only if MINOR is non-nil.
10787
10788 2004-10-19 Jay Belanger <belanger@truman.edu>
10789
10790 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
10791 (calc-emacs-type-gnu19): Remove.
10792 (calc-digit-map, calc-read-key-sequence, calc-read-key):
10793 Remove check for old emacs versions.
10794
10795 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
10796 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
10797 for current Emacs.
10798
10799 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
10800 the end of the minibuffer.
10801 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
10802 copy `esc-map'.
10803
10804 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
10805
10806 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
10807 call that would be given when the current emacs was used.
10808
10809 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
10810
10811 * calendar/icalendar.el: Set coding to utf-8.
10812 (icalendar-version): Increase to 0.07.
10813 (icalendar-monthnumber-table): Change March pattern.
10814 (icalendar-get-all-event-properties)
10815 (icalendar-set-event-property): Delete.
10816 (icalendar-all-events): No longer interactive.
10817 (icalendar-convert-diary-to-ical)
10818 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
10819 their replacements.
10820 (icalendar-export-file, icalendar-export-region): New functions;
10821 essentially old `icalendar-convert-diary-to-ical' but appending to
10822 target rather than overwriting.
10823 (icalendar-import-file): Append to target file rather than
10824 overwriting. Fourth arg deleted.
10825 (icalendar-import-buffer): New name for old
10826 `icalendar-extract-ical-from-buffer'.
10827 (icalendar--convert-string-for-import): New name for
10828 old `icalendar-convert-for-import'.
10829 (include-icalendar-files): Delete.
10830 Prefix for all internal functions changed from `icalendar-'
10831 to `icalendar--'.
10832
10833 2004-10-19 Richard M. Stallman <rms@gnu.org>
10834
10835 * paths.el (news-path): Fix previous change.
10836
10837 2004-10-18 Jay Belanger <belanger@truman.edu>
10838
10839 * calc/calc-help.el (calc-describe-bindings):
10840 Set `buffer-read-only' to nil while working in the keybindings buffer;
10841 remove some extra information from the keybindings buffer.
10842
10843 2004-10-18 David Ponce <david@dponce.com>
10844
10845 * mouse.el (mouse-drag-move-window-top): New function.
10846 (mouse-drag-mode-line-1): Use it.
10847
10848 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
10849
10850 * info.el (Info-fontify-node): For multiline refs,
10851 arrange to unfontify newline and surrounding whitespace.
10852
10853 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10854
10855 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
10856 directory is missing.
10857
10858 2004-10-17 John Paul Wallington <jpw@gnu.org>
10859
10860 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
10861 New customizable variable; whether to display buffers that match
10862 `ibuffer-maybe-show-predicates' by default.
10863 (ibuffer-maybe-show-predicates): Mention it in docstring.
10864 (ibuffer-display-maybe-show-predicates): New variable.
10865 (ibuffer-update): Prefix arg now toggles whether buffers that
10866 match `ibuffer-maybe-show-predicates' should be displayed.
10867 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
10868 locally to heed `ibuffer-default-display-maybe-show-predicates'.
10869 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
10870
10871 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
10872
10873 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
10874 work correctly.
10875
10876 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
10877
10878 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
10879 (Buffer-menu-beginning): New helper function.
10880 (Buffer-menu-execute): Use it.
10881 (Buffer-menu-select): Use it.
10882 (Buffer-menu-sort): Use it and also keep markers.
10883
10884 2004-10-17 Richard M. Stallman <rms@gnu.org>
10885
10886 * paths.el (news-directory): Rename from news-path. Old name alias.
10887 (rmail-spool-directory): Use defvar.
10888 (sendmail-program): Use defcustom.
10889 (remote-shell-program): Use defcustom.
10890 (term-file-prefix): Use defvar.
10891 (abbrev-file-name): Use defvar.
10892
10893 * term.el: Add maintainer.
10894
10895 * subr.el (with-local-quit): Return nil if there's a quit.
10896 (read-passwd): Use with-local-quit. Doc fix.
10897
10898 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
10899 (strokes-unload-hook): Set as a variable with add-hook.
10900
10901 * startup.el (fancy-splash-tail, normal-splash-screen):
10902 Update copyright year.
10903
10904 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
10905
10906 * server.el (server-unload-hook): Set as a variable with add-hook.
10907
10908 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
10909
10910 * frame.el (special-display-popup-frame):
10911 Make the buffer current as its frame is created.
10912
10913 * delsel.el (delsel-unload-hook): Set as a variable.
10914
10915 * comint.el (comint-output-filter-functions):
10916 Add comint-watch-for-password-prompt.
10917 (comint-read-noecho): Function deleted.
10918 (send-invisible): Use read-passwd.
10919
10920 * fringe.el (fringe-mode-initialize): New function.
10921 (fringe-mode): Use fringe-mode-initialize as :initialize.
10922
10923 2004-10-17 Kim F. Storm <storm@cua.dk>
10924
10925 * language/indian.el (indian-script-language-alist): Swap value and doc.
10926 (indian-font-char-index-table): Doc fix.
10927
10928 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10929
10930 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
10931
10932 2004-10-16 Juri Linkov <juri@jurta.org>
10933
10934 * progmodes/compile.el (compilation-start): Move let-binding of
10935 `process-environment' into `with-current-buffer' body.
10936 Reported by Matt Hodges <MPHodges@member.fsf.org>.
10937
10938 2004-10-16 Richard M. Stallman <rms@gnu.org>
10939
10940 * pcvs-util.el (cvs-bury-buffer):
10941 Don't call get-buffer-window for effect.
10942
10943 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
10944
10945 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
10946
10947 * msb.el (msb-unload-hook): Set the variable.
10948
10949 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10950 Use * to err if buffer is readonly.
10951
10952 * subr.el (looking-back): Return only t or nil.
10953
10954 * whitespace.el (whitespace-unload-hook): Set the variable.
10955
10956 * view.el (view-mode-enable): Set view-page-size and
10957 view-half-page-size to nil.
10958 (view-set-half-page-size-default): view-half-page-size = nil
10959 means the default.
10960 (View-scroll-page-forward): Use view-page-size-default.
10961 (View-scroll-page-backward): Likewise.
10962 (view-page-size, view-half-page-size): Doc fixes.
10963
10964 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
10965
10966 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
10967
10968 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
10969 "cl" like other files. Instead, call byte-compile-find-cl-functions.
10970 (byte-compile-log-1): Bind inhibit-read-only.
10971 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
10972 (byte-compile-log-warning): Likewise.
10973 (byte-compile-file-form-require): Detect "cl" from the arg value.
10974
10975 * progmodes/compile.el (compilation-start): Assume compilation-mode
10976 will make the buffer read-only.
10977 (compilation-mode): Take arg name-of-mode.
10978 (compilation-setup): Make buffer read-only.
10979 (compilation-handle-exit): Bind inhibit-read-only.
10980
10981 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
10982 (ispell-message): Likewise.
10983 (ispell-show-choices): Don't call get-buffer-window uselessly.
10984 (ispell-init-process): Use set-process-query-on-exit-flag.
10985
10986 2004-10-16 Kim F. Storm <storm@cua.dk>
10987
10988 * fringe.el (fringe-bitmaps): Only initialize when defined.
10989
10990 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
10991 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
10992
10993 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
10994
10995 2004-10-15 Simon Josefsson <jas@extundo.com>
10996
10997 * net/password.el: Add.
10998
10999 2004-10-14 Masatake YAMATO <jet@gyve.org>
11000
11001 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
11002 (gdb-script-end-of-defun): New function.
11003 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
11004 `gdb-script-end-of-defun' as *-of-defun-function.
11005
11006 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
11007
11008 * button.el (button-activate): Allow a marker to display as an action.
11009
11010 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
11011
11012 * help.el (describe-mode): Use it to make minor mode list into
11013 hyperlinks.
11014
11015 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11016
11017 * vc.el (vc-annotate-display-select): Fix typo.
11018
11019 * subr.el (substitute-key-definition-key): New function.
11020 (substitute-key-definition): Use it with map-keymap.
11021 (event-modifiers): Use push.
11022 (mouse-movement-p, with-temp-buffer): Simplify.
11023
11024 2004-10-12 Jay Belanger <belanger@truman.edu>
11025
11026 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
11027 New variables.
11028 (calc-help-index-entries): New function.
11029 (calc-describe-function): Use `calc-help-function-list' instead of
11030 obarray for completion.
11031 (calc-describe-variable): Use `calc-help-variable-list' instead
11032 of obarray for completion.
11033
11034 2004-10-12 Richard M. Stallman <rms@gnu.org>
11035
11036 * info-look.el (info-lookup-file): Add info-file property.
11037 (info-lookup-symbol): Likewise.
11038
11039 * info.el (info-xref): Add underlining.
11040 (info): Add info-file property.
11041 (Info-find-emacs-command-nodes): Specify case-sensitive search.
11042
11043 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
11044
11045 Sync with Tramp 2.0.45.
11046
11047 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
11048 defined. This is not the case for XEmacs without package "edebug".
11049 (tramp-set-auto-save-file-modes): Set permissions of autosaved
11050 remote files to the permissions of the original file. This is not
11051 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
11052 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
11053 (tramp-perl-decode): Fix an error in Perl implementation.
11054 $pending must be cleared every loop. Reported by Benjamin Place
11055 <benjaminplace@sprintmail.com>
11056
11057 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
11058 Don't activate advice during definition. This is done later on,
11059 depending on test result of `substitute-in-file-name'.
11060 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11061
11062 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11063
11064 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
11065
11066 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
11067
11068 2004-10-12 David Ponce <david@dponce.com>
11069
11070 * recentf.el (recentf-edit-list): Update the menu when the recentf
11071 list has been modified.
11072
11073 2004-10-12 Simon Josefsson <jas@extundo.com>
11074
11075 * net/tls.el (tls-certtool-program): New variable.
11076 (tls-certificate-information): New function, based on
11077 ssl-certificate-information.
11078
11079 2004-10-12 Kenichi Handa <handa@m17n.org>
11080
11081 * international/mule.el (coding-system-equal): Move from mule-util.el.
11082
11083 * international/mule-util.el (coding-system-equal): Move to mule.el.
11084
11085 2004-10-12 Kim F. Storm <storm@cua.dk>
11086
11087 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
11088 reset kmacro-initial-counter-value if set.
11089 (kmacro-set-counter): Only set kmacro-counter if defining or executing
11090 macro. Set kmacro-initial-counter-value otherwise. Never set both.
11091 (kmacro-display): Show macro counter if non-zero.
11092
11093 * subr.el (substitute-key-definition): Mention command remapping
11094 in doc string.
11095
11096 2004-10-11 Jay Belanger <belanger@truman.edu>
11097
11098 * calc/calc-misc.el (calc-info-goto-node): New function.
11099 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
11100 node in one step.
11101 (calc-describe-copying, calc-describe-distribution)
11102 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
11103 Go to appropriate info node in one step.
11104
11105 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11106
11107 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
11108
11109 * font-lock.el (font-lock-apply-highlight): Fix last change.
11110
11111 2004-10-11 Simon Josefsson <jas@extundo.com>
11112
11113 * mail/smtpmail.el (smtpmail-open-stream): Look for
11114 starttls-gnutls-program instead of starttls-program iff
11115 starttls-use-gnutls is non-nil.
11116 (smtpmail-open-stream): Don't overwrite user settings of
11117 starttls-extra-arguments and starttls-extra-args.
11118
11119 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11120
11121 * comint.el (comint-mouse-insert-input): Remove.
11122 (comint-insert-input): Make it work for mouse bindings.
11123 (comint-mode-map): Move defs into the declaration.
11124 (comint-output-filter): Typo.
11125
11126 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
11127
11128 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
11129
11130 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
11131 (ange-ftp-call-chmod): Reference remote-shell-program instead of
11132 ange-ftp-remote-shell.
11133
11134 2004-10-10 Andreas Schwab <schwab@suse.de>
11135
11136 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
11137 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
11138 Reported by <sri@asu.edu>.
11139
11140 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
11141
11142 * vc.el (vc-annotate-mode): Remove variable.
11143 (vc-annotate-display-select): Only call vc-annotate-mode
11144 if we're not in that mode already.
11145
11146 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
11147
11148 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
11149 (imenu-choose-buffer-index): Check here for rescan instead.
11150
11151 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
11152 where the face expression evals to nil.
11153
11154 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
11155 (tex-font-lock-keywords-2): Use it.
11156 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
11157
11158 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
11159
11160 2004-10-09 Kim F. Storm <storm@cua.dk>
11161
11162 * subr.el (progress-reporter-update): Define before first usage.
11163 (make-progress-reporter): Doc fix.
11164
11165 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11166
11167 * textmodes/paragraphs.el (sentence-end-double-space)
11168 (sentence-end-without-period, sentence-end-without-space)
11169 (sentence-end): Doc fixes.
11170
11171 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
11172
11173 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
11174 Change paragraph-start regexp so we don't fill code starting with #'(.
11175
11176 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
11177
11178 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
11179 New defcustom.
11180 (extract-address-components): Use it.
11181
11182 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11183
11184 * subr.el (make-progress-reporter, progress-reporter-update)
11185 (progress-reporter-force-update, progress-reporter-do-update)
11186 (progress-reporter-done): New functions.
11187
11188 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
11189
11190 * progmodes/etags.el (etags-tags-completion-table): Use progress
11191 reporter.
11192 (etags-tags-apropos): Likewise.
11193
11194 2004-10-08 Alan Mackenzie <acm@muc.de>
11195
11196 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
11197 of current line.
11198
11199 2004-10-08 Masatake YAMATO <jet@gyve.org>
11200
11201 * server.el (server-process-filter): Wrap `process-send-region'
11202 by `condition-case' to guard the case when the pipe to PROC is closed.
11203
11204 2004-10-07 Mark A. Hershberger <mah@everybody.org>
11205
11206 * xml.el (xml-substitute-special): Limit handling of external entities.
11207
11208 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
11209
11210 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
11211
11212 2004-10-06 John Paul Wallington <jpw@gnu.org>
11213
11214 * xml.el (xml-parse-dtd): Fix `error' call.
11215
11216 2004-10-05 Mark A. Hershberger <mah@everybody.org>
11217
11218 * xml.el (xml-substitute-special): Return a single string instead
11219 of a list of strings if an entity substitution is made.
11220
11221 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
11222
11223 * calendar/icalendar.el: New file.
11224
11225 2004-10-05 Juri Linkov <juri@jurta.org>
11226
11227 * isearch.el (isearch-done): Set mark after running hook.
11228 Reported by Drew Adams <drew.adams@oracle.com>.
11229
11230 * info.el (Info-history, Info-toc): Fix Info headers.
11231 (Info-toc): Narrow buffer before Info-fontify-node.
11232 (Info-build-toc): Don't check for special Info file names.
11233 Set main-file to nil if Info-find-file returns a symbol.
11234
11235 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
11236
11237 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
11238 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
11239 * calendar/cal-menu.el (calendar-mode-map): Ditto.
11240
11241 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
11242
11243 * calendar/cal-iso.el (calendar-iso-read-args): New function,
11244 for old interactive spec from calendar-goto-iso-date.
11245 (calendar-goto-iso-date): Use it.
11246 (calendar-goto-iso-week): New function. Suggested by Emilio
11247 C. Lopes <eclig@gmx.net>.
11248
11249 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
11250
11251 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
11252 `set-right-margin' bindings that follow the minor mode conventions.
11253
11254 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11255
11256 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
11257 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
11258 (latex-block-args-alist): Add minipage and picture.
11259 (latex-block-body-alist): Use reftex-label if enabled.
11260 (latex-insert-block): Don't insert a \n if not necessary.
11261 (tex-compile-commands): Make sure dvips doesn't send to printer.
11262 (tex-compile-default): Handle the case where no executable is found.
11263 (latex-noindent-environments): New var.
11264 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
11265 If tex-indent-allhanging is non-nil, make sure we only align for macros
11266 at beginning of line.
11267
11268 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
11269
11270 * newcomment.el (comment-beginning): Doc fix and don't choke on
11271 unset `comment-end-skip' when at beginning of comment.
11272
11273 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
11274
11275 * term.el (term-adjust-current-row-cache): Don't allow the current
11276 row to become negative.
11277 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
11278 the end of the line. Fix scroll down. Add comments.
11279 (term-handle-ansi-escape): Don't exceed terminal width when moving
11280 right.
11281 (term-scroll-region): Move the cursor after setting the scroll region.
11282
11283 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
11284
11285 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
11286 to `width' for consistency with docstring. Doc fix.
11287
11288 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
11289
11290 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
11291 This is necessary for derived modes.
11292
11293 2004-09-30 Kim F. Storm <storm@cua.dk>
11294
11295 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
11296 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
11297
11298 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
11299 kmacro-extract-lambda functions.
11300 (edit-kbd-macro): Handle kmacro lambda forms.
11301 Include counter and counter format in edit buffer.
11302 (edmacro-finish-edit): Get counter and format from edit buffer and
11303 update kmacro bindings when found.
11304
11305 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
11306
11307 * textmodes/paragraphs.el (forward-paragraph):
11308 Avoid args-out-of-range error when point winds up at the beginning of
11309 the buffer and hard newlines are enabled.
11310
11311 * newcomment.el (comment-multi-line): Doc fix.
11312
11313 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11314
11315 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
11316 (diff-fixup-modifs): Catch unified-diff file-headers.
11317
11318 2004-09-29 Kim F. Storm <storm@cua.dk>
11319
11320 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
11321 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
11322 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
11323
11324 * fringe.el (fringe-bitmap-p): New macro.
11325 (fringe-bitmaps): Add standard fringe bitmaps on load.
11326
11327 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11328
11329 * dired.el (dired-view-command-alist): Use more efficient regexps.
11330 Remove dubious arguments.
11331 (dired-align-file): New function.
11332 (dired-insert-directory): Use it.
11333 (dired-move-to-end-of-filename): Make the " -> " search more specific.
11334 (dired-buffers-for-dir): Remove unused var `pattern'.
11335
11336 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
11337
11338 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
11339 from diary display excursion. Store diary buffer's point for
11340 `simple-diary-display'.
11341 (simple-diary-display): Set window point and start when
11342 displaying buffer, to preserve point.
11343
11344 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
11345
11346 * textmodes/enriched.el (enriched-translations): Replace defconst
11347 with defvar.
11348
11349 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11350
11351 * printing.el: Doc fix.
11352 (pr-version): New version number (6.8.1).
11353 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
11354 make-temp-name.
11355 (pr-delete-file): Check if file exists before deleting it.
11356 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
11357
11358 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
11359
11360 * term.el (term-display-table): New variable.
11361 (term-mode): Use it.
11362 (term-exec-1): Set the coding system to binary.
11363 (term-emulate-terminal): Decode the string before inserting it.
11364
11365 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
11366
11367 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
11368 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
11369 (map): Bind S-prior, S-next and S-insert.
11370 (term-mode): Set `indent-tabs-mode' to nil.
11371 (term-paste): New function to be bound to S-insert.
11372 (term-send-del, term-send-backspace): Change the strings sent.
11373 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
11374 (term-handle-colors-array): Fix handling of underline and reverse.
11375 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
11376 (term-erase-in-line): Fix comparison.
11377 (term-emulate-terminal): Fix line wrap handling.
11378 (term-start-output-log): Rename from `term-set-output-log'.
11379 (term-stop-output-log): Rename from `term-stop-photo'.
11380 (term-switch-to-alternate-sub-buffer): Comment out, unused.
11381
11382 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11383
11384 * dired.el (dired-move-to-filename): Don't output a message if
11385 raise-error is non-nil. Fix return position and value.
11386
11387 * files.el (insert-directory): Obey --dired even with symlinks.
11388
11389 2004-09-25 Lars Hansen <larsh@math.ku.dk>
11390
11391 * ls-lisp.el (ls-lisp-format): Mark file names with property
11392 dired-filename.
11393
11394 2004-09-25 Kim F. Storm <storm@cua.dk>
11395
11396 * ido.el (ido-max-directory-size): New defcustom.
11397 (ido-decorations): Add "too big" element.
11398 (ido-directory-too-big): New dynamic var.
11399 (ido-may-cache-directory): Don't cache big directories.
11400 (ido-directory-too-big-p): New defun.
11401 (ido-set-current-directory): Update ido-directory-too-big.
11402 (ido-read-internal): Make empty ido-cur-item if too-big.
11403 (ido-buffer-internal): Use ido-read-internal directly instead of
11404 ido-read-buffer.
11405 (ido-file-internal): Init ido-directory-too-big.
11406 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
11407 and redo completion with full list.
11408 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
11409 it, and show completions.
11410 (ido-all-completions): Let bind ido-directory-too-big to nil.
11411 (ido-exhibit): Handle ido-directory-too-big.
11412 (ido-read-buffer): Handle fallback to read-buffer.
11413 Init ido-directory-too-big.
11414 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
11415 Init ido-directory-too-big.
11416
11417 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11418
11419 * subr.el (delay-mode-hooks): Doc fix.
11420
11421 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
11422
11423 * textmodes/enriched.el
11424 (enriched-default-text-properties-local-flag): New variable.
11425 (enriched-mode): Make sure that enabling and disabling the mode is
11426 a no-op. Doc fix.
11427
11428 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
11429
11430 * calendar/holidays.el (holiday-advent): Report on a specified day
11431 offset from advent, not just advent.
11432 (holiday-easter-etc): Report on one specified day offset from
11433 easter, not all easter holidays. Various Easter holidays moved to
11434 `christian-holidays' variable in calendar.el.
11435 * calendar/calendar.el (christian-holidays): Adapt for new
11436 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
11437
11438 2004-09-23 Kim F. Storm <storm@cua.dk>
11439
11440 * image.el (insert-sliced-image): Add doc string.
11441
11442 * ido.el (ido-choice-list): New dynamic var for `list' context.
11443 (ido-context-switch-command): New dynamic var.
11444 (ido-define-mode-map): Generalize switch between file/buffer contexts.
11445 (ido-read-internal): Handle new `list' context.
11446 Handle insert-buffer and insert-file ido-exit values.
11447 (ido-buffer-internal): New arg switch-cmd. Use it to setup
11448 ido-context-switch-command. Handle insert-file ido-exit value.
11449 (ido-read-buffer): Set ido-context-switch-command to 'ignore
11450 unless it is already bound by caller.
11451 (ido-file-internal): New arg switch-cmd. Use it to setup
11452 ido-context-switch-command. Handle insert-buffer ido-exit value.
11453 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
11454 used for context switching.
11455 (ido-all-completions): Handle new `list' context.
11456 (ido-make-choice-list): Return choices for `list' context.
11457 (ido-find-file-in-dir, ido-display-file, ido-write-file)
11458 (ido-display-buffer, ido-kill-buffer): Disable context switching.
11459 (ido-insert-buffer, ido-insert-file): Setup context switching.
11460 (ido-exhibit): Handle `list' context.
11461 (ido-read-file-name): Disable context switching. Handle fallback.
11462 (ido-read-directory-name): Disable context switching.
11463 (ido-completing-read): New defun like completing-read. Setup and
11464 use new `list' context.
11465
11466 2004-09-20 Jesper Harder <harder@ifa.au.dk>
11467
11468 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
11469
11470 2004-09-21 Jay Belanger <belanger@truman.edu>
11471
11472 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
11473 `calc-graph-set-styles' so the gnuplot buffer will appear in a
11474 separate window.
11475
11476 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
11477
11478 * subr.el (after-change-major-mode-hook): Doc fix.
11479
11480 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11481
11482 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
11483 of ghostscript for monochrome PostScript file in Windows.
11484
11485 2004-09-21 Kenichi Handa <handa@m17n.org>
11486
11487 * descr-text.el (describe-char): Checking of quail activation fixed.
11488
11489 2004-09-21 Jay Belanger <belanger@truman.edu>
11490
11491 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
11492
11493 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
11494
11495 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
11496 after the mode hooks instead of before. Doc fix.
11497
11498 2004-09-20 Jason Rumney <jasonr@gnu.org>
11499
11500 * startup.el (command-line) [windows-nt]: Try .emacs first, then
11501 _emacs, but revert to .emacs if neither exists in home directory.
11502
11503 2004-09-20 John Paul Wallington <jpw@gnu.org>
11504
11505 * bindings.el (completion-ignored-extensions): Add .dfsl.
11506
11507 2004-09-20 Richard M. Stallman <rms@gnu.org>
11508
11509 * bindings.el (scroll-left): Make it disabled.
11510
11511 * files.el (enable-local-eval): Doc fix.
11512
11513 * indent.el (move-to-left-margin): Special case for minibuffer.
11514
11515 * term.el (term-emulate-terminal): Turn off undo for output.
11516 Use with-current-buffer and save-selected-window.
11517
11518 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
11519
11520 * progmodes/make-mode.el (makefile-fill-paragraph):
11521 Don't insist on spaces when looking for comments. # is enough.
11522
11523 * files.el (hack-local-variables): Copy the variables list
11524 to another buffer, strip prefixes and suffixes there, then read.
11525 (enable-local-eval): Doc fix.
11526 (ignored-local-variables): Initialize to nil.
11527 (risky-local-variable-p): Don't check ignored-local-variables here.
11528 (hack-one-local-variable): Ignore var if in ignored-local-variables.
11529
11530 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11531
11532 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
11533 of = to "." (punctuation).
11534
11535 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11536
11537 * subr.el (event-basic-type): Fix mask (extend to 22bits).
11538
11539 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
11540
11541 * textmodes/enriched.el (enriched-rerun-flag): New variable.
11542 (enriched-before-change-major-mode): New function.
11543 Add it to `change-major-mode-hook'.
11544 (enriched-after-change-major-mode): New function.
11545 Add it to `after-change-major-mode-hook'.
11546 (enriched-mode): Make it work correctly if called from
11547 `after-change-major-mode-hook'.
11548 No longer set `indent-line-function'.
11549
11550 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
11551
11552 * subr.el (after-change-major-mode-hook): New variable.
11553 (run-mode-hooks): Implement it.
11554
11555 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11556
11557 * battery.el (battery-linux-proc-apm): Use string-to-number.
11558 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
11559 Use dolist (and less indentation). Use erase-buffer.
11560 Pre-initialize `design-capacity', `warn', and `low'.
11561 (battery-format): Use replace-regexp-in-string.
11562
11563 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
11564
11565 * battery.el: Delete superfluous empty lines.
11566 (battery-linux-proc-acpi): Attempt to gather information from all
11567 battery subdirectories regardless of their file name.
11568 (battery-linux-proc-apm): Replace all occurrences of
11569 battery-hex-to-int-2 with string-to-int (base 16).
11570 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
11571 (battery-hex-map): Delete variable.
11572
11573 2004-09-18 John Paul Wallington <jpw@gnu.org>
11574
11575 * calc/calc-units.el (calc-quick-units): Fix overzealous
11576 s/or/unless/.
11577
11578 2004-09-17 Jay Belanger <belanger@truman.edu>
11579
11580 * calc/calc.el (calc-mode-var-list): Fix the value of
11581 `calc-matrix-brackets'.
11582
11583 2004-09-17 Romain Francoise <romain@orebokech.com>
11584
11585 * ibuf-ext.el (define-ibuffer-filter filename):
11586 Expand dired-directory since buffer-file-name is absolute.
11587
11588 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11589
11590 * ediff-init.el (ediff-current-diff-face-A)
11591 (ediff-current-diff-face-B, ediff-current-diff-face-C)
11592 (ediff-current-diff-face-Ancestor)
11593 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11594 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11595 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11596 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11597 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11598 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11599 Use min-colors.
11600
11601 * term.el (term-down): Perform vertical motion if DOWN is negative.
11602 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
11603 (term-termcap-format): Synchronyze with the eterm terminfo entry
11604 in etc/e/eterm.ti.
11605 (term-handle-colors-array): If the current foreground or
11606 background are zero (i.e. unspecified), use the foreground and
11607 background of the default face for reverse video.
11608 (term-ansi-at-eval-string, term-ansi-default-fg)
11609 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
11610 (term-mem): Delete ununsed function.
11611 (term-protocol-version): Increment.
11612 (term-current-face): Set to default.
11613
11614 2004-09-15 Jay Belanger <belanger@truman.edu>
11615
11616 * calc/calc.el (calc-mode-var-list): Define this variable.
11617 (calc-always-load-extensions, calc-line-numbering)
11618 (calc-line-breaking, calc-display-just, calc-display-origin)
11619 (calc-number-radix, calc-leading-zeros, calc-group-digits)
11620 (calc-group-char, calc-point-char, calc-frac-format)
11621 (calc-prefer-frac, calc-hms-format, calc-date-format)
11622 (calc-float-format, calc-full-float-format, calc-complex-format)
11623 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
11624 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
11625 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
11626 (calc-matrix-brackets, calc-language, calc-language-option)
11627 (calc-left-label, calc-right-label, calc-word-size)
11628 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
11629 (calc-display-raw, calc-internal-prec, calc-angle-mode)
11630 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
11631 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
11632 (calc-window-height, calc-display-trail, calc-show-selections)
11633 (calc-use-selections, calc-assoc-selections)
11634 (calc-display-working-message, calc-auto-why, calc-timing)
11635 (calc-mode-save-mode, calc-standard-date-formats)
11636 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
11637 (calc-user-parse-tables, calc-gnuplot-default-device)
11638 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11639 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11640 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11641 (calc-invocation-macro, calc-show-banner): Give these values as
11642 part of `calc-mode-var-list's initialization after the variables
11643 are declared with defvar.
11644 (calc-bug-address): Change email address to send bug reports to.
11645 Change the maintainer address at the top.
11646 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
11647 than "\\.emacs" to determine if it is the user-init-file.
11648
11649 * calc/calc-embed.el (calc-embedded-set-modes): Use
11650 `calc-mode-var-list' correctly.
11651
11652 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
11653
11654 * vc.el (annotate-time): Document point handling.
11655 (vc-annotate-display-autoscale): Doc fix.
11656
11657 2004-09-15 Miles Bader <miles@gnu.org>
11658
11659 * generic.el (generic-make-keywords-list): Use symbol rather than
11660 word anchors in regexp.
11661
11662 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
11663
11664 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
11665 no file name consider `dired-directory'.
11666
11667 2004-09-14 Kim F. Storm <storm@cua.dk>
11668
11669 * faces.el (cursor): Add face-no-inherit property. Doc fix.
11670
11671 2004-09-14 Simon Josefsson <jas@extundo.com>
11672
11673 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
11674
11675 * textmodes/dns-mode.el: Add.
11676
11677 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11678
11679 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
11680 (disabled-command-function): Make the ?\ char more obvious.
11681
11682 * vc-arch.el (vc-arch-root, vc-arch-registered):
11683 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
11684
11685 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
11686
11687 * windmove.el (windmove-frame-edges): Report coordinates of
11688 outside edges of frame, not inside edges.
11689 (windmove-coordinates-of-position): Convert into wrapper to new
11690 function `windmove-coordinates-of-window-position';
11691 `compute-motion' always applies to selected window.
11692 (windmove-coordinates-of-position): Update documentation to refer
11693 to Emacs 21 Lisp Reference Manual.
11694 (windmove-find-other-window): Fix off-by-one errors for max x,y.
11695
11696 2004-09-13 Kim F. Storm <storm@cua.dk>
11697
11698 * isearch.el (isearch-resume-in-command-history): Rename from
11699 isearch-resume-enabled and change default to nil.
11700
11701 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11702
11703 * vc-hooks.el (vc-ignore-dir-regexp): New var.
11704 (vc-registered): Use it.
11705 (vc-find-root): New fun.
11706
11707 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11708 Don't tell to use \\{...} when it's already done.
11709
11710 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
11711 Provide a sample complex default.
11712 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
11713 (bibtex-entry): Use mapc.
11714
11715 2004-09-12 Kim F. Storm <storm@cua.dk>
11716
11717 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
11718
11719 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
11720 inhibit-field-text-motion to t so rectangles work in comint buffers.
11721
11722 * simple.el (choose-completion-string): Set buffer before running
11723 choose-completion-string-functions hook so it can be buffer-local.
11724
11725 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
11726
11727 * progmodes/compile.el (compilation-start): Parse command to see
11728 if it starts with a cd, and if so perform it for the *compilation*
11729 buffer. Change the header to reflect this.
11730
11731 2004-09-11 Kim F. Storm <storm@cua.dk>
11732
11733 * ido.el (ido-enable-dot-prefix): Doc fix.
11734 (ido-enable-dot-prefix): New defcustom.
11735 (ido-set-matches1): Use it.
11736
11737 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11738
11739 * textmodes/bibtex.el (bibtex-mark-active)
11740 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
11741
11742 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11743
11744 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
11745 used in a case insensitive environment.
11746 (bibtex-mode-map): Rearrange order of menus.
11747 (bibtex-quoted-string-re): Obsolete.
11748 (bibtex-complete-key-cleanup): Variable replaced by new function.
11749 (bibtex-font-lock-keywords): Use backquotes.
11750 (bibtex-font-lock-url-regexp): New internal variable.
11751 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
11752 "OPT" and "ALT".
11753 (bibtex-insert-current-kill, bibtex-make-field)
11754 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
11755 (bibtex-parse-field-text): Simplify.
11756 (bibtex-string=): New helper function.
11757 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
11758 (bibtex-map-entries): Use bibtex-string=.
11759 (bibtex-search-entry): Use not.
11760 (bibtex-enclosing-field): Fix docstring.
11761 (bibtex-assoc-regexp): Obsolete.
11762 (bibtex-format-entry): Use assoc-string and bibtex-string=.
11763 (bibtex-autokey-get-names): Handle empty name field.
11764 (bibtex-parse-strings): Use assoc-string and unless.
11765 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
11766 Use assoc-string.
11767 (bibtex-pop): Simplify.
11768 (bibtex-mode): Set font-lock-extra-managed-props.
11769 (bibtex-entry-update): Use assoc-string.
11770 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
11771 (bibtex-autofill-entry): Use bibtex-string=.
11772 (bibtex-print-help-message): Simplify.
11773 (bibtex-find-entry): New optional arg START.
11774 (bibtex-validate): Use bibtex-string= and assoc-string.
11775 Do not call obsolete function compilation-parse-errors.
11776 (bibtex-remove-delimiters): Only remove delimiters if present.
11777 (bibtex-copy-entry-as-kill): Add docstring.
11778 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
11779 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
11780 (bibtex-complete): Use bibtex-predefined-month-strings,
11781 bibtex-string=, and new function bibtex-complete-key-cleanup.
11782 (bibtex-generate-url-list): New variable.
11783 (bibtex-url): New command bound to C-c C-l and mouse-2.
11784 (bibtex-url-map): New local keymap for bibtex-url-mouse.
11785 (bibtex-font-lock-url): New function.
11786
11787 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11788
11789 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
11790
11791 2004-09-09 Kim F. Storm <storm@cua.dk>
11792
11793 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
11794 counter and format with binding.
11795 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
11796 the declared macro uses own macro counter and format. Give symbol
11797 kmacro property.
11798 (kmacro-keymap): Bind kmacro-name-last-macro to n.
11799 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
11800 (kmacro-end-and-call-macro): Doc fix.
11801
11802 2004-09-09 Lars Hansen <larsh@math.ku.dk>
11803
11804 * desktop.el (desktop-clear-preserve-buffers):
11805 Remove make-obsolete-variable.
11806
11807 2004-09-08 Richard M. Stallman <rms@gnu.org>
11808
11809 * buff-menu.el (list-buffers-noselect): Call format-mode-line
11810 with the buffer as argument.
11811
11812 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
11813
11814 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
11815
11816 2004-09-08 Juri Linkov <juri@jurta.org>
11817
11818 * replace.el (perform-replace): Use `query-replace-descr'.
11819
11820 * cus-start.el (history-delete-duplicates): Specify customization.
11821
11822 * diff-mode.el (diff-mode-map):
11823 * progmodes/compile.el (compilation-mode-map):
11824 * progmodes/grep.el (grep-mode-map):
11825 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
11826 to `next-error-follow-minor-mode'.
11827
11828 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11829
11830 * isearch.el (isearch-lazy-highlight-update): Take into account
11831 the case of zero-length match at the search bound.
11832
11833 2004-09-08 Kim F. Storm <storm@cua.dk>
11834
11835 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
11836 change. Use zero width overlays when necessary.
11837
11838 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11839
11840 * subr.el (split-string): Docfix.
11841
11842 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11843
11844 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
11845 (display-call-tree): Ensure newline after caller/calls blocks.
11846
11847 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11848
11849 * startup.el (command-line-1): Make option
11850 --directory/-L modify `load-path' straight away.
11851
11852 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11853
11854 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
11855
11856 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11857
11858 * emacs-lisp/autoload.el (make-autoload):
11859 Handle `define-compilation-mode'.
11860
11861 * emacs-lisp/lisp-mode.el (define-compilation-mode):
11862 Specify `doc-string-elt' property.
11863
11864 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11865
11866 * bs.el (bs-mode): Doc fix.
11867
11868 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11869
11870 * info.el (Info-insert-dir): Fix temp buffer leak bug.
11871
11872 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11873
11874 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
11875
11876 2004-09-08 Kenichi Handa <handa@m17n.org>
11877
11878 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
11879 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
11880 ps-mule-next-point -> 1+).
11881
11882 * composite.el (encode-composition-rule): Add autoload cooky.
11883
11884 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11885
11886 * format.el (buffer-auto-save-file-format): Make it permanent local.
11887
11888 2004-09-07 Kim F. Storm <storm@cua.dk>
11889
11890 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
11891 (authors-fixed-entries): Fix typo.
11892 (authors-canonical-author-name): Compact multiple spaces.
11893 Ignore trivial names (e.g. only first name).
11894
11895 * term.el (term-window-width): Only use full window width on
11896 window system if overflow-newline-into-fringe is enabled.
11897 (term-mode): Don't disable overflow-newline-into-fringe.
11898
11899 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11900
11901 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
11902 motion as seen on my Mac OS X xterms.
11903
11904 * newcomment.el (uncomment-region-default, comment-region-default):
11905 New functions extracted from uncomment-region and comment-region.
11906 (comment-region, comment-region-function, uncomment-region)
11907 (uncomment-region-function): Use them.
11908
11909 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
11910
11911 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
11912 It's not crucial but can make sense at times.
11913
11914 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
11915 the first commit.
11916
11917 * vc.el (vc-buffer-context, vc-restore-buffer-context):
11918 Disable obsolete code.
11919
11920 2004-09-07 Juri Linkov <juri@jurta.org>
11921
11922 * progmodes/grep.el (grep-highlight-matches): Change default from
11923 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
11924 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
11925 if grep option `--color' is available, or to `nil' otherwise.
11926 (grep-process-setup): Call `grep-compute-defaults' if
11927 `grep-highlight-matches' is not computed. Set env-vars only
11928 if `grep-highlight-matches' is `t'.
11929 (grep-use-null-device): Remove redundant type `boolean' (`choice'
11930 is already defined).
11931
11932 * progmodes/compile.el (compilation-start): Use copy of
11933 `process-environment' created by `copy-sequence' to not
11934 modify env-vars in the global `process-environment'.
11935
11936 2004-09-06 Eli Zaretskii <eliz@gnu.org>
11937
11938 * simple.el (next-error-follow-minor-mode): Fix last change.
11939
11940 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
11941
11942 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
11943 permanent local.
11944
11945 2004-09-04 Richard M. Stallman <rms@gnu.org>
11946
11947 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
11948 highlighting if the search string is empty.
11949
11950 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
11951
11952 * facemenu.el (facemenu-active-faces): Change condition of inner
11953 `while' loop to also check the first two elements of `face-atts'
11954 and `mask-atts'.
11955
11956 2004-09-04 John Paul Wallington <jpw@gnu.org>
11957
11958 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
11959 (thumbs-view-image-mode): Make buffer read-only.
11960
11961 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
11962
11963 * textmodes/ispell.el (ispell-really-aspell): New defvar.
11964 (ispell-check-version): Set it.
11965 (ispell-send-replacement): New function.
11966 (ispell-process-line): Call ispell-send-replacement.
11967
11968 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
11969
11970 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
11971 Support choosing seconds with "s".
11972
11973 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
11974
11975 * terminal.el (te-escape): Show `?' in prompt for help key.
11976
11977 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
11978
11979 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
11980
11981 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
11982
11983 * simple.el (next-error-follow-minor-mode)
11984 (next-error-follow-mode-post-command-hook): New functions.
11985 (next-error-follow-last-line): New defvar.
11986
11987 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
11988 * progmodes/compile.el (compilation-mode-map): Likewise.
11989 * progmodes/grep.el (grep-mode-map): Likewise.
11990 * replace.el (occur-mode-map): Likewise.
11991
11992 * newcomment.el (uncomment-region): Bind comment-use-global-state
11993 to nil.
11994
11995 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
11996
11997 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
11998 locally around the call to `revert-buffer'.
11999
12000 2004-09-03 Juri Linkov <juri@jurta.org>
12001
12002 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
12003 `isearch-adjusted' to `t'.
12004 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
12005 (isearch-message-prefix): Add "pending" for isearch-adjusted.
12006 (isearch-other-meta-char): Restore isearch-point unconditionally.
12007 (isearch-query-replace): Add new arg `regexp-flag' and use it.
12008 Set point to start of match if region is not active in transient
12009 mark mode (to include the current match to region boundaries).
12010 Push the search string to `query-replace-from-history-variable'.
12011 Add prompt "Query replace regexp" for isearch-regexp.
12012 Add region beginning/end as last arguments of `perform-replace.'
12013 (isearch-query-replace-regexp): Replace code by the call to
12014 `isearch-query-replace' with arg `t'.
12015
12016 2004-09-03 Richard M. Stallman <rms@gnu.org>
12017
12018 * startup.el (normal-top-level): Undo previous TERM change.
12019
12020 2004-09-03 Kim F. Storm <storm@cua.dk>
12021
12022 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
12023 highlight overlays; allow using RET when cursor is over a button.
12024 (cua--highlight-rectangle): Use it.
12025 (cua--rectangle-set-corners): Don't move backwards at eol.
12026 (cua--forward-line): Don't move into void after eob.
12027
12028 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
12029 point is set (and displayed) inside rectangle.
12030 (cua--rectangle-operation): Fix for highlight of empty lines.
12031 (cua--highlight-rectangle): Fix highlight for tabs.
12032 Position cursor at left/right edge of rectangle using new `cursor'
12033 property on overlay strings.
12034 (cua--indent-rectangle): Don't tabify.
12035 (cua-rotate-rectangle): Ignore that point has moved.
12036
12037 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12038
12039 * term/mac-win.el: Add ASCII equivalents for some function keys.
12040 (mode-line-frame-identification): Sync with x-win.el.
12041
12042 2004-09-02 Juri Linkov <juri@jurta.org>
12043
12044 * progmodes/compile.el (compilation-buffer-name): Compare major
12045 mode with second element of compilation-arguments instead of third
12046 to reflect latest changes in compilation-arguments structure.
12047 (recompile): Use global variable `compilation-directory' to get
12048 recent compilation directory only when `recompile' is invoked NOT
12049 in the compilation buffer. Otherwise, use `default-directory' of
12050 the compilation buffer.
12051 (compilation-error-properties): Allow to funcall col and end-col.
12052 (compilation-mode-font-lock-keywords): Check col and end-col by
12053 `integerp'.
12054 (compilation-goto-locus): If end-mk is non-nil in transient mark
12055 mode don't activate the mark (and don't display message in
12056 push-mark), but highlight overlay between mk and end-mk.
12057
12058 * progmodes/grep.el (grep-highlight-matches): New defcustom.
12059 (grep-regexp-alist): Add rule to highlight grep matches.
12060 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
12061
12062 * info.el (Info-fontify-node): Don't compute other-tag
12063 if Info-hide-note-references=hide.
12064
12065 * help.el (function-called-at-point):
12066 * help-fns.el (variable-at-point):
12067 Try `find-tag-default' when other methods failed.
12068
12069 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12070 Do not push mark if inhibit-mark-movement is non-nil.
12071
12072 * textmodes/ispell.el (ispell-html-skip-alists):
12073 Fix backslashes in docstring.
12074
12075 2004-09-01 Juri Linkov <juri@jurta.org>
12076
12077 * isearch.el (isearch-wrap-function)
12078 (isearch-push-state-function): New defvars.
12079 (isearch-pop-fun-state): New defsubst.
12080 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
12081 (isearch-push-state): Set the result of calling
12082 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
12083 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
12084 restore the mode-specific starting point of terminated search.
12085 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
12086 (isearch-repeat): Call `isearch-wrap-function' if defined.
12087 (isearch-message-prefix): Don't add prefix "over" to the message
12088 for wrapped search if `isearch-wrap-function' is defined.
12089 (isearch-search): Call function saved in `isearch-pop-fun-state' to
12090 restore the mode-specific starting point of failed search.
12091
12092 * info.el (Info-search-whitespace-regexp): Fix backslashes.
12093 (Info-search): Add new optional arguments for the sake of isearch.
12094 Replace whitespace in Info-search-whitespace-regexp literally.
12095 Add backward search. Don't call `Info-select-node' if regexp is
12096 found in the same Info node. Don't add node to Info-history for
12097 wrapped isearch.
12098 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
12099 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
12100 (Info-mode): Set local variables `isearch-search-fun-function',
12101 `isearch-wrap-function', `isearch-push-state-function',
12102 `search-whitespace-regexp'.
12103
12104 * isearch.el: Remove ancient Change Log section.
12105 (isearch-string, isearch-message-string, isearch-point)
12106 (isearch-success, isearch-forward-flag, isearch-other-end)
12107 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12108 (isearch-barrier, isearch-within-brackets)
12109 (isearch-case-fold-search): Add suffix `-state' to state-related
12110 defsubsts to avoid name clashes with other function names.
12111
12112 * simple.el (next-error): New defgroup and defface.
12113 (next-error-highlight, next-error-highlight-no-select):
12114 New defcustoms.
12115 (next-error-no-select): Let-bind next-error-highlight to the value
12116 of next-error-highlight-no-select before calling `next-error'.
12117
12118 * progmodes/compile.el (compilation-goto-locus):
12119 Use `next-error' face instead of `region'. Set 4-th argument of
12120 `move-overlay' to `current-buffer' to move overlay to different
12121 source buffers. Use new variable `next-error-highlight'.
12122
12123 * simple.el (next-error-find-buffer): Move the rule
12124 "if current buffer is a next-error capable buffer" after the
12125 rule "if next-error-last-buffer is set to a live buffer".
12126 Simplify to test all rules in one `or'.
12127 (next-error): Doc fix.
12128 (next-error, previous-error, first-error)
12129 (next-error-no-select, previous-error-no-select):
12130 Make arguments optional.
12131
12132 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
12133
12134 * macros.el (apply-macro-to-region-lines): Make it operate on all
12135 lines that begin in the region, rather than on all complete lines
12136 in the region.
12137
12138 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12139
12140 * x-dnd.el (x-dnd-protocol-alist): Document update.
12141 (x-dnd-known-types): Defcustom it.
12142 (x-dnd-handle-motif): Print message-atom in error message.
12143
12144 2004-08-30 John Paul Wallington <jpw@gnu.org>
12145
12146 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
12147 strings rather than programatically constructing message.
12148
12149 2004-08-30 Richard M. Stallman <rms@gnu.org>
12150
12151 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
12152 Don't return a string that would read as the wrong character code.
12153
12154 2004-08-29 Kim F. Storm <storm@cua.dk>
12155
12156 * emulation/cua-base.el (cua-auto-expand-rectangles):
12157 Remove automatic rectangle padding feature; replace by non-destructive
12158 virtual rectangle edges feature.
12159 (cua-virtual-rectangle-edges): New defcustom.
12160 (cua-auto-tabify-rectangles): New defcustom.
12161 (cua-paste): If paste into a marked rectangle, insert rectangle at
12162 current column, even if virtual; also paste exactly as many lines
12163 as has been marked (ignore additional lines or add empty lines),
12164 but paste whole source if only one line is marked.
12165 (cua--update-indications): No longer use overwrite-cursor to
12166 indicate rectangle padding
12167
12168 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
12169 (cua--rectangle-virtual-edges): New defun.
12170 (cua--rectangle-get-corners): Remove optional PAD arg.
12171 (cua--rectangle-set-corners): Never do padding.
12172 (cua--forward-line): Remove optional PAD arg. Simplify.
12173 (cua-resize-rectangle-right, cua-resize-rectangle-left)
12174 (cua-resize-rectangle-down, cua-resize-rectangle-up):
12175 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
12176 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
12177 (cua--rectangle-move): Never do padding. Simplify.
12178 (cua--tabify-start): New defun.
12179 (cua--rectangle-operation): Add tabify arg. All callers changed.
12180 (cua--pad-rectangle): Remove.
12181 (cua--delete-rectangle): Handle delete with virtual edges.
12182 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
12183 (cua--insert-rectangle): Handle insert at virtual column.
12184 Perform auto-tabify if necessary.
12185 (cua--activate-rectangle): Remove optional FORCE arg.
12186 Never do padding. Simplify.
12187 (cua--highlight-rectangle): Enhance for virtual edges.
12188 (cua-toggle-rectangle-padding): Remove command.
12189 (cua-toggle-rectangle-virtual-edges): New command.
12190 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
12191 (cua--rectangle-post-command): Don't force rectangle padding.
12192 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
12193
12194 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
12195
12196 * indent.el (edit-tab-stops-buffer): Doc fix.
12197
12198 2004-08-28 Richard M. Stallman <rms@gnu.org>
12199
12200 * progmodes/grep.el (grep-default-command): Use find-tag-default.
12201 (grep-tag-default): Function deleted.
12202
12203 * subr.el (find-tag-default): Move from etags.el.
12204
12205 * progmodes/etags.el (find-tag-default): Move to subr.el.
12206
12207 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
12208 into the basic character if it has an uppercase form.
12209
12210 2004-08-27 Kenichi Handa <handa@m17n.org>
12211
12212 * international/utf-8.el (utf-8-post-read-conversion): If the
12213 buffer is unibyte, temporarily make it multibyte.
12214
12215 2004-08-27 Masatake YAMATO <jet@gyve.org>
12216
12217 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
12218
12219 2004-08-25 John Paul Wallington <jpw@gnu.org>
12220
12221 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
12222 0, 1, and many mismatches in message.
12223 (tex-start-shell): Use `set-process-query-on-exit-flag'.
12224
12225 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
12226 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
12227
12228 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12229
12230 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
12231 vc-diff-switches differently.
12232
12233 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
12234
12235 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
12236 before and a real defvar after
12237 `speedbar-supported-extension-expressions'. This is to silence
12238 the compiler without breaking bootstrapping.
12239
12240 2004-08-22 Richard M. Stallman <rms@gnu.org>
12241
12242 * textmodes/flyspell.el (flyspell-word):
12243 Use set-process-query-on-exit-flag.
12244 (flyspell-highlight-duplicate-region): Take POSS as arg.
12245 (flyspell-word): Pass POSS as arg.
12246
12247 * progmodes/ada-xref.el: Many doc and style fixes.
12248 (ada-find-any-references): Use compilation-start.
12249 (ada-get-ali-file-name): Improve error msg.
12250 (ada-get-ada-file-name): Likewise.
12251
12252 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
12253 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
12254
12255 * mail/mail-extr.el (mail-extr-all-top-level-domains):
12256 Add forward defvar.
12257
12258 * whitespace.el (global-whitespace-mode): New alias
12259 for whitespace-global-mode.
12260
12261 * speedbar.el (speedbar-file-regexp): Move definition up.
12262 (speedbar-mode, speedbar-set-mode-line-format):
12263 Use with-no-warnings.
12264 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
12265
12266 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
12267 controls whether to display the error buffer.
12268
12269 * ps-mule.el: Delete compatibility code for old Emacses.
12270 (ps-mule-find-wrappoint): Don't use chars-in-region.
12271
12272 * frame.el (display-mouse-p, display-selections-p):
12273 Use with-no-warnings.
12274
12275 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
12276
12277 2004-08-22 David Kastrup <dak@gnu.org>
12278
12279 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
12280 information.
12281
12282 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
12283
12284 2004-08-22 Andreas Schwab <schwab@suse.de>
12285
12286 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
12287
12288 2004-08-22 Masatake YAMATO <jet@gyve.org>
12289
12290 * cvs-status.el (cvs-status-checkout): New function.
12291 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
12292
12293 2004-08-21 David Kastrup <dak@gnu.org>
12294
12295 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
12296 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
12297 has been converted to use hashtables, the relation `nil=none' is
12298 no longer valid, as `nil' is not a hashtable. This patch tries to
12299 reduce the number of resulting errors.
12300
12301 2004-08-21 John Paul Wallington <jpw@gnu.org>
12302
12303 * subr.el (process-kill-without-query): Made obsolete in
12304 version 21.4, not 21.5.
12305
12306 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
12307 (vc-previous-comment, vc-next-comment)
12308 (vc-comment-search-reverse, vc-comment-search-forward)
12309 (vc-comment-to-change-log): Likewise.
12310
12311 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
12312
12313 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
12314
12315 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
12316 Correct indentation of DEFMETHODS with non-standard method
12317 combinations (e.g., PROGN, MIN, MAX).
12318
12319 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
12320
12321 * startup.el (normal-top-level-add-subdirs-to-load-path):
12322 Avoid unnecessarily checking system-type.
12323 (normal-top-level): Set TERM to "dumb". Simplify.
12324
12325 * avoid.el (mouse-avoidance-ignore-p): New fun.
12326 Also ignore switch-frame, select-window, double, and triple clicks.
12327 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
12328 (mouse-avoidance-fancy-hook): Use it.
12329
12330 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
12331
12332 * avoid.el (mouse-avoidance-nudge-mouse)
12333 (mouse-avoidance-banish-destination): Stay within the current window
12334 to avoid problems with mouse-autoselect-window.
12335
12336 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12337
12338 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
12339 the newer format of some messages in cvs-1.12.1.
12340
12341 2004-08-19 Masatake YAMATO <jet@gyve.org>
12342
12343 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
12344 (elp-results-jump-to-definition-by-mouse)
12345 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
12346 (elp-output-result): Use elp-output-insert-symname.
12347
12348 2004-08-18 Kenichi Handa <handa@m17n.org>
12349
12350 * language/cyrillic.el: Register koi8-r in
12351 ctext-non-standard-encodings-alist.
12352 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
12353
12354 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
12355
12356 * emacs-lisp/copyright.el (copyright-update-year): Delete code
12357 that replaces 20xy with xy.
12358
12359 2004-08-17 John Paul Wallington <jpw@gnu.org>
12360
12361 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
12362 (reb-force-update): Doc fix.
12363
12364 2004-08-16 Richard M. Stallman <rms@gnu.org>
12365
12366 * progmodes/which-func.el (which-func-update-1): Doc fix.
12367
12368 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
12369 (sh-mode-abbrev-table): New variable.
12370
12371 * progmodes/compile.el (compilation-mode): Doc fix.
12372
12373 * emacs-lisp/lisp-mode.el (eval-last-sexp):
12374 Don't cons a new symbol each time.
12375 (eval-last-sexp-fake-value): New variable.
12376
12377 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
12378 (copyright-update-year): Detect continuation of list of years.
12379
12380 * term.el (term-default-fg-color, term-default-bg-color)
12381 (ansi-term-color-vector): Use `unspecified', not nil, as default.
12382
12383 * imenu.el: Several doc fixes: don't say variables are buffer-local.
12384
12385 2004-08-16 Davis Herring <herring@lanl.gov>
12386
12387 * isearch.el (isearch-string, isearch-message-string, isearch-point)
12388 (isearch-success, isearch-forward-flag, isearch-other-end)
12389 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12390 (isearch-barrier, isearch-within-brackets)
12391 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
12392
12393 2004-08-16 Kenichi Handa <handa@m17n.org>
12394
12395 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
12396
12397 2004-08-15 Kenichi Handa <handa@m17n.org>
12398
12399 * term/x-win.el (x-selection-value): If utf8 was successful but
12400 ctext was not, use utf8 string.
12401
12402 2004-08-14 Davis Herring <herring@lanl.gov>
12403
12404 * isearch.el: Remove accidental changes of March 4. Fix backing
12405 up when a regexp isearch is made more general. Use symbolic
12406 accessor functions for isearch stack frames to make usage clearer.
12407 (search-whitespace-regexp): Made groups in documentation shy (as
12408 is the group in the default value).
12409 (isearch-fallback): New function, addresses problems with regexps
12410 liberalized by `\|', adds support for liberalization by `\}' (the
12411 general repetition construct), and incorporates behavior for
12412 `*'/`?'.
12413 (isearch-}-char): New command, calls `isearch-fallback' with
12414 arguments appropriate to a typed `}'.
12415 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
12416 appropriately.
12417 (isearch-mode-map): Bind `}' to `isearch-}-char'.
12418 (isearch-string, isearch-message,string, isearch-point)
12419 (isearch-success, isearch-forward-flag, isearch-other-end)
12420 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12421 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
12422 New inline functions to read fields of a stack frame.
12423
12424 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
12425
12426 * battery.el (battery-linux-proc-acpi): Look into battery
12427 directories matching the literal string "CMB", too (required for
12428 Linux kernel version 2.6.7).
12429
12430 2004-08-14 John Paul Wallington <jpw@gnu.org>
12431
12432 * cus-start.el (read-file-name-completion-ignore-case): Add.
12433 (blink-cursor-alist): Change version to "21.4".
12434
12435 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
12436
12437 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
12438
12439 * speedbar.el (speedbar-scan-subdirs): New option.
12440 (speedbar-file-lists): Don't ignore file-name case on Unix and use
12441 dolist.
12442 (speedbar-insert-files-at-point): Take an extra argument and use
12443 it to optionally find out if a subdir is empty. Also unreadable
12444 files don't get expand buttons.
12445 (speedbar-directory): New image (unused pixmap already existed).
12446 (speedbar-expand-image-button-alist): Use it.
12447
12448 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
12449
12450 CC Mode update to 5.30.9:
12451
12452 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
12453 Move from cc-vars to cc-defs for dependency reasons. Fix the
12454 POSIX char class test to check that it works in
12455 `skip-chars-(forward|backward)' too.
12456
12457 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
12458 first argument starts with a special brace list.
12459
12460 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
12461 when `c-opt-type-concat-key' is used (i.e. in Pike).
12462
12463 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
12464 Fix bug when the inner char pair doesn't have paren syntax,
12465 i.e. "(<>)".
12466
12467 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
12468 whitespace safe.
12469
12470 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
12471 position for `arglist-intro', `arglist-cont-nonempty' and
12472 `arglist-close' when there are two arglist open parens on the same
12473 line and there's nothing in front of the first.
12474
12475 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
12476 locking of qualified names in Java, which previously could fontify
12477 common indexing expressions in many cases. The standard Java
12478 naming conventions are used to tell them apart.
12479
12480 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
12481 Fix inconsistency wrt opening parens on the first line inside a paren
12482 block.
12483
12484 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
12485 compile time for the sake of `c-major-mode-is'.
12486
12487 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
12488 `c-major-mode-is' in the event that this is used inside a
12489 `c-lang-defconst'.
12490
12491 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
12492 `c-lang-defconst' so that it works better with fallback languages.
12493
12494 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
12495 it to fail to record the base mode.
12496
12497 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12498 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
12499 is used. Reorder the syntax checks to get more efficient
12500 skipping in some situations.
12501
12502 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
12503 continuation which might precede the newly inserted '{'.
12504
12505 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12506 Fix cases where it could loop indefinitely.
12507
12508 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
12509 size specs correctly. Only fontify identifiers in front of '('
12510 with as functions - don't accept any paren char. Tighten up
12511 initializer skipping to stop before function and class blocks.
12512
12513 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
12514 the point could be left directly after an open paren when finding
12515 the beginning of the first decl in the block.
12516
12517 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
12518 table when filtering out legitimate open parens to be recorded.
12519 This could cause cache inconsistencies when e.g.
12520 `c++-template-syntax-table' was temporarily in use.
12521
12522 * progmodes/cc-engine.el (c-on-identifier)
12523 (c-simple-skip-symbol-backward): Small fix for handling "-"
12524 correctly in `skip-chars-backward'. Affected the operator lfun
12525 syntax in Pike.
12526
12527 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
12528 Fix bug that could cause an error from `after-change-functions' when
12529 the changed region is at bob.
12530
12531 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
12532
12533 CC Mode update to 5.30.9:
12534
12535 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
12536 to say that <TAB> doesn't insert WS into a CPP line.
12537 (c-indent-command, c-tab-always-indent): Amend doc strings.
12538
12539 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
12540 checks for user errors, thus eliminating cryptic and unhelpful
12541 Emacs error messages. (1) Check the arg to `c-set-style' is a
12542 string. (2) Check that settings to `c-offsets-alist' are not
12543 spuriously quoted.
12544
12545 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
12546 which precedes the newly inserted `{'.
12547
12548 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
12549
12550 Sync with Tramp 2.0.44.
12551
12552 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
12553 function "tramp_file_attributes". Otherwise, file names
12554 containing spaces are misinterpreted. Reported by Magnus Henoch
12555 <mange@freemail.hu>.
12556 (tramp-handle-file-truename): FILENAME must be expanded first.
12557 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
12558 obscure results. Reported by D. Goel <deego@gnufans.org>.
12559 (tramp-handle-verify-visited-file-modtime): If file does not
12560 exist, say it is not modified if and only if that agrees with the
12561 buffer's record. Check whether a file is visiting the buffer, or
12562 the buffer has no recorded last modification time. Return t in
12563 case the visiting file doesn't exist. Suggested by Luc Teirlinck
12564 <teirllm@auburn.edu>.
12565 (tramp-handle-write-region): Pass modtime explicitely to
12566 `set-visited-file-modtime', because filename can be different
12567 from (buffer-file-name) if `file-precious-flag' is set.
12568 `set-visited-file-modtime' must be called always when `visit' is t
12569 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
12570 (tramp-handle-set-visited-file-modtime): If `time-list' is not
12571 nil, don't apply the whole body. If the file doesn't exists, set
12572 modtime to '(-1 65535). Suggested by Luc Teirlinck
12573 <teirllm@auburn.edu>.
12574
12575 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
12576
12577 * help.el (describe-bindings): Doc fix.
12578
12579 * subr.el (kbd): Doc fix.
12580
12581 2004-08-08 John Paul Wallington <jpw@gnu.org>
12582
12583 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
12584 instead of `string-to-int'.
12585 (define-ibuffer-column mode): Fix indentation.
12586
12587 2004-08-08 Lars Hansen <larsh@math.ku.dk>
12588
12589 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
12590
12591 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
12592
12593 * subr.el (global-unset-key, local-unset-key): Doc fixes.
12594
12595 * novice.el (disabled-command-function): New variable renamed from
12596 `disabled-command-hook'.
12597 (disabled-command-hook): Keep the _variable_ as alias for
12598 `disabled-command-function' and make obsolete.
12599 (disabled-command-function): Function renamed from
12600 `disabled-command-hook'. Adapt code to name change of the variable.
12601
12602 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
12603
12604 * simple.el (completion-root-regexp): New defvar.
12605 (completion-setup-function): Use it instead of a literal string.
12606
12607 2004-08-07 John Paul Wallington <jpw@gnu.org>
12608
12609 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
12610 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
12611 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
12612 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
12613
12614 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12615
12616 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
12617 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
12618
12619 2004-08-04 Kenichi Handa <handa@m17n.org>
12620
12621 * international/encoded-kb.el (encoded-kbd-setup-keymap):
12622 Fix previous change.
12623
12624 2004-08-03 Kenichi Handa <handa@m17n.org>
12625
12626 * international/encoded-kb.el: The following changes are to
12627 utilize key-translation-map instead of minor mode map.
12628 (encoded-kbd-iso2022-non-ascii-map): Delete it.
12629 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
12630 (encoded-kbd-last-key): New function.
12631 (encoded-kbd-iso2022-single-shift): New function.
12632 (encoded-kbd-iso2022-designation)
12633 (encoded-kbd-self-insert-iso2022-7bit)
12634 (encoded-kbd-self-insert-iso2022-8bit)
12635 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
12636 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
12637 key-translation-map.
12638 (encoded-kbd-setup-keymap): Setup key-translation-map.
12639 (saved-key-translation-map): New variable.
12640 (encoded-kbd-mode): Save/restore key-translation-map.
12641 Adjust for the change of encoded-kbd-setup-keymap.
12642
12643 2004-08-02 Kim F. Storm <storm@cua.dk>
12644
12645 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
12646 and call compute-motion with nil for topos and width to get proper
12647 usable width and height for both window and non-window systems.
12648
12649 * windmove.el (windmove-coordinates-of-position): Let compute-motion
12650 calculate usable window width and height.
12651
12652 * window.el (window-buffer-height): Call compute-motion with nil width.
12653
12654 2004-08-01 David Kastrup <dak@gnu.org>
12655
12656 * replace.el (query-replace-read-from):
12657 Use `query-replace-compile-replacement'.
12658 (query-replace-compile-replacement): New function.
12659 (query-replace-read-to): Use `query-replace-compile-replacement'
12660 for repeating the last command.
12661
12662 2004-08-01 John Paul Wallington <jpw@gnu.org>
12663
12664 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
12665 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
12666 (pr-switches): Remove period from end of error messages.
12667
12668 * help-mode.el (help-go-back): Likewise.
12669
12670 * abbrev.el (only-global-abbrevs): Doc fix.
12671 (edit-abbrevs-map): Define within defvar.
12672 (quietly-read-abbrev-file): Doc fix.
12673
12674 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
12675
12676 * novice.el (enable-command, disable-command): Doc fixes.
12677
12678 * subr.el (event-modifiers, event-basic-type): Doc fixes.
12679
12680 2004-07-30 Richard M. Stallman <rms@gnu.org>
12681
12682 * subr.el (with-local-quit): Doc fix.
12683
12684 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
12685
12686 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
12687
12688 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
12689
12690 * custom.el (defcustom): Doc fix.
12691
12692 2004-07-28 Masatake YAMATO <jet@gyve.org>
12693
12694 * progmodes/etags.el (etags-tags-apropos): Show building progress.
12695
12696 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12697
12698 * imenu.el (imenu-prev-index-position-function)
12699 (imenu-extract-index-name-function, imenu-name-lookup-function)
12700 (imenu--index-alist): Docstring redundancy fix.
12701
12702 2004-07-25 Lars Hansen <larsh@math.ku.dk>
12703
12704 * wdired.el (wdired-finish-edit): Require dired-aux before locally
12705 binding dired-backup-overwrite.
12706
12707 2004-07-25 John Paul Wallington <jpw@gnu.org>
12708
12709 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
12710
12711 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
12712
12713 * term/tty-colors.el (tty-color-approximate): Doc fix.
12714
12715 * select.el (x-get-selection, x-set-selection): Doc fixes.
12716
12717 * frame.el (make-frame): Doc fix.
12718
12719 2004-07-24 Richard M. Stallman <rms@gnu.org>
12720
12721 * mail/rmail.el (rmail-mime-charset-pattern):
12722 Don't include semicolon in the charset value.
12723
12724 * replace.el (occur-next-error): Call set-window-point.
12725 (occur-engine): Handle negative NLINES.
12726
12727 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
12728
12729 * frame.el (modify-all-frames-parameters): Minor doc fix.
12730 (set-frame-configuration): Doc fix.
12731
12732 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12733
12734 * simple.el (completion-setup-function): Compute the common parts
12735 and the first difference place correctly when
12736 partial-completion-mode is on.
12737
12738 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12739
12740 * ps-print.el: Doc fix.
12741 (ps-print-version): New version 6.6.5.
12742 (ps-printing-region): Doc fix.
12743 (ps-generate-string-list): Comment fix.
12744 (ps-message-log-max): Code fix.
12745
12746 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
12747
12748 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
12749 generated PostScript.
12750
12751 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
12752
12753 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
12754 with Gnus v5_10 branch.)
12755
12756 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
12757
12758 * calendar/time-date.el (time-to-number-of-days): New function.
12759 Imported from from Gnus.
12760
12761 2004-07-22 Kim F. Storm <storm@cua.dk>
12762
12763 * progmodes/make-mode.el: Fix comments.
12764
12765 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12766
12767 * printing.el: Doc fix.
12768
12769 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
12770
12771 * frame.el (modify-all-frames-parameters): Minor doc fix.
12772
12773 2004-07-20 Richard M. Stallman <rms@gnu.org>
12774
12775 * textmodes/fill.el (fill-nobreak-p): If this break point is
12776 at the end of the line, don't consider the newline which follows
12777 as a reason to return t.
12778
12779 2004-07-19 John Paul Wallington <jpw@gnu.org>
12780
12781 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
12782
12783 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
12784
12785 * dired-aux.el (dired-do-kill-lines): Expand docstring.
12786 Delete irrelevant code.
12787
12788 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12789
12790 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12791 New docstring. From Luc Teirlinck.
12792
12793 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
12794
12795 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
12796 section.
12797 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
12798 non-file buffers. We know it is nil.
12799
12800 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12801
12802 Sync with Tramp 2.0.43.
12803
12804 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12805 Remove outdated comment.
12806 (tramp-locked, tramp-locker): New variables for implementing a
12807 global lock.
12808 (tramp-sh-file-name-handler): Use them to implement the global lock.
12809
12810 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
12811
12812 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
12813 calls to respective `xxx` calls.
12814 (tramp-process-alive-regexp): Precise doc string.
12815 (tramp-multi-action-process-alive): New defun.
12816 (tramp-multi-actions): Use it.
12817 (tramp-handle-find-backup-file-name): `copy-tree' is available
12818 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
12819 in order to avoid this function.
12820 (tramp-handle-write-region): Set current buffer. If connection
12821 wasn't open, `file-modes' has changed it accidently. Reported by
12822 David Kastrup <dak@gnu.org>.
12823 (tramp-enter-password, tramp-read-passwd): New arguments USER and
12824 HOST.
12825 (tramp-action-password, tramp-multi-action-password): Apply it.
12826 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
12827 name must still contain the port number. Otherwise, we have two
12828 Tramp buffers, with all the confusion. Reported by Myron Selby
12829 <myron@xytech.com> and Rolf Dubitzky
12830 <Dubitzky@physi.uni-heidelberg.de>.
12831
12832 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
12833 HOST to `tramp-enter-passwd'.
12834
12835 * net/tramp-vc.el (all): Code cleanup. Change all
12836 `tramp-handle-xxx' calls to respective `xxx` calls.
12837
12838 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
12839
12840 * emacs-lisp/testcover.el: New category "potentially-1valued" for
12841 functions that are not erroneous if either 1-valued or
12842 multi-valued. Detect functions in this class.
12843 (testcover-1value-functions, testcover-compose-functions)
12844 (testcover-progn-functions) Add some additional functions to lists.
12845 (testcover-mark): Bugfix when marking up the definition for an
12846 empty function.
12847
12848 2004-07-17 Richard M. Stallman <rms@gnu.org>
12849
12850 * replace.el (occur-read-primary-args): Pass default to
12851 read-from-minibuffer.
12852
12853 * mail/footnote.el (footnote-section-tag): Use defcustom.
12854
12855 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
12856 Compile font-lock-keywords, not KEYWORDS.
12857 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
12858 Add warn, check-type. Handle cerror like error.
12859
12860 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12861
12862 * progmodes/which-func.el (which-func-keymap): New var.
12863 (which-func-face): New face.
12864 (which-func-format): Use them.
12865
12866 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12867
12868 * buff-menu.el (list-buffers-noselect): Append the buffer's
12869 process status to its mode name.
12870
12871 2004-07-16 Kim F. Storm <storm@cua.dk>
12872
12873 * simple.el (inhibit-mark-movement): New defvar.
12874 (beginning-of-buffer, end-of-buffer): Do not push mark if
12875 inhibit-mark-movement is non-nil or C-u prefix is given.
12876
12877 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
12878 Init to beginning-of-buffer and end-of-buffer.
12879 (cua--undo-push-mark): New defvar.
12880 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
12881 already active and command is in cua--preserve-mark-commands.
12882 Also fix check for shift modifier on non-window systems.
12883 (cua--post-command-handler): Clear inhibit-mark-movement if set.
12884
12885 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
12886
12887 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
12888 of two integers, instead of a cons.
12889
12890 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12891 `visited-file-modtime' now returns a list of two integers, instead
12892 of a cons.
12893
12894 * dired.el (dired-directory-changed-p): Ditto.
12895
12896 * progmodes/grep.el (grep): Doc fix.
12897
12898 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12899
12900 * autorevert.el (auto-revert-tail-mode)
12901 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
12902 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
12903 in both at the same time.
12904 (auto-revert-tail-mode): New command.
12905 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
12906 (auto-revert-handler): Revert only either tail or whole file.
12907
12908 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
12909 add auto-revert-tail-mode.
12910
12911 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12912
12913 * printing.el: Doc fix. Change name of some funs.
12914 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
12915 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
12916 (pr-standard-file-name): New fun. Replace pr-standard-path.
12917 (pr-call-process): Code fix.
12918
12919 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
12920
12921 * subr.el (with-selected-window): Doc fix.
12922
12923 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
12924
12925 * subr.el (get-buffer-window-list): Doc fix.
12926
12927 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
12928
12929 * files.el (switch-to-buffer-other-window): Doc fix.
12930
12931 * window.el (save-selected-window, one-window-p)
12932 (split-window-keep-point, split-window-vertically)
12933 (split-window-horizontally): Doc fixes.
12934
12935 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12936
12937 * printing.el: Doc fix. Now it uses call-process instead of
12938 shell-command for low command execution.
12939 (pr-version): New version number (6.8).
12940 (pr-shell-file-name): Option removed.
12941 (pr-shell-command): Fun removed.
12942 (pr-call-process): New fun. Replace pr-shell-command.
12943 (pr-standard-path, pr-remove-nil-from-list): New funs.
12944 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
12945 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
12946 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
12947 (pr-ps-utility-process, pr-txt-print): Code fix.
12948
12949 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12950
12951 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
12952 boolean.
12953
12954 2004-07-09 Lars Hansen <larsh@math.ku.dk>
12955
12956 * wid-edit.el (widget-field-buffer): Doc fix.
12957
12958 2004-07-09 John Paul Wallington <jpw@gnu.org>
12959
12960 * emacs-lisp/re-builder.el (reb-update-overlays):
12961 Distinguish between one and several matches in message.
12962
12963 2004-07-09 Richard M. Stallman <rms@gnu.org>
12964
12965 * mouse.el (mouse-set-region-1): If transient-mark-mode
12966 is `identity', change it to `only'.
12967
12968 * simple.el (current-word): Doc fix.
12969
12970 2004-07-09 Mark A. Hershberger <mah@everybody.org>
12971
12972 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
12973 so that it is more understanding of whitespace.
12974
12975 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
12976 (("ns" . "element") (attr-list) children) instead of
12977 ((:ns . "element") (attr-list) children) in order to reduce the
12978 number of symbols used.
12979 (xml-skip-dtd): Change to use xml-parse-dtd but set
12980 xml-validating-parsing to nil.
12981 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
12982 (xml-substitute-entity): Remove in favor of new entity substitution.
12983 (xml-substitute-special): Rewrite in to substitute complex
12984 entities from DOCTYPE declarations.
12985 (xml-parse-fragment): Parse fragments from entity deleclarations.
12986 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
12987 (xml-parse-dtd, xml-substitute-special): Make validity checks
12988 conditioned on xml-validating-parser. Add "Not Well Formed" to
12989 error messages about well-formedness.
12990
12991 2004-07-08 Steven Tamm <steventamm@mac.com>
12992
12993 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
12994 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
12995 Do not treat double clicks and triple clicks specially in the
12996 scroll bar (preventing strange repositioning problems)
12997
12998 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
12999
13000 * replace.el (query-replace-regexp-eval): Fix last change.
13001
13002 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13003
13004 * replace.el (query-replace-descr): New fun.
13005 (query-replace-read-from, query-replace-read-args): Default to the
13006 previous from&to.
13007 (query-replace-read-to): Quote the `from' string when displaying it.
13008 (query-replace-regexp-eval): Immediately check read-only status.
13009 Use query-replace-read-from to get the \n checking.
13010 Quote the `from' string when displaying it.
13011 (map-query-replace-regexp, occur-read-primary-args):
13012 Quote the `from' string when displaying it.
13013
13014 * isearch.el (isearch-query-replace): Pass the regexp-ness and
13015 delimited-ness of the search to query-replace.
13016
13017 * replace.el (query-replace-read-from, query-replace-read-to):
13018 New funs extracted from query-replace-read-args.
13019 (query-replace-read-args): Use them.
13020
13021 * replace.el (query-replace-interactive, query-replace-read-args):
13022 Remove the `initial' special value.
13023 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
13024 (occur-engine): Remove unused var `matchend'.
13025
13026 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
13027 Use the search string without prompting.
13028
13029 2004-07-05 Kenichi Handa <handa@m17n.org>
13030
13031 * international/mule.el (decode-coding-inserted-region):
13032 Set last-coding-system-used only when coding is nil.
13033
13034 2004-07-03 Eli Zaretskii <eliz@gnu.org>
13035
13036 * progmodes/grep.el (grep-compute-defaults, grep-command)
13037 (grep-program, find-program, grep-find-use-xargs, grep-history)
13038 (grep-find-history, grep-tag-default, grep-find-command)
13039 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
13040 Add autoload cookies, for unbundled packages that load `compile'
13041 and expect all grep-related symbols to become defined.
13042
13043 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
13044
13045 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
13046 (iimage-mode-image-search-path): New user option to search the
13047 image file.
13048 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
13049 have locate-file.
13050 (iimage-mode-buffer): Use it.
13051
13052 2004-07-03 Nick Roberts <nickrob@gnu.org>
13053
13054 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
13055 carefully.
13056 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
13057
13058 2004-07-03 Juri Linkov <juri@jurta.org>
13059
13060 * replace.el (query-replace-read-args): Swallow space after 'foo,
13061 not after (quote foo). Match space only immediately after symbol,
13062 not anywhere in the whole string.
13063
13064 2004-07-02 Richard M. Stallman <rms@gnu.org>
13065
13066 * replace.el (query-replace-read-args): Swallow space after
13067 symbols, not after closeparens. But avoid error if string ends there.
13068
13069 * progmodes/python.el (python-beginning-of-statement):
13070 Exit the loop if backward-up-list gets error.
13071
13072 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
13073
13074 2004-07-02 Andre Spiegel <spiegel@gnu.org>
13075
13076 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
13077 only if vc-consult-headers is non-nil.
13078
13079 2004-07-02 Juri Linkov <juri@jurta.org>
13080
13081 * pcvs.el (cvs-mode-diff-repository): New command.
13082
13083 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
13084
13085 2004-07-01 Juri Linkov <juri@jurta.org>
13086
13087 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
13088 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
13089 C-M-% to isearch-query-replace-regexp.
13090 (minibuffer-local-isearch-map): Add arrow key bindings.
13091 Bind C-f to isearch-yank-char-in-minibuffer.
13092 (isearch-forward): Doc fix.
13093 (isearch-edit-string): Doc fix.
13094 (isearch-query-replace, isearch-query-replace-regexp): New funs.
13095 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
13096 (isearch-yank-char): Add optional arg.
13097 (isearch-yank-char-in-minibuffer): New fun.
13098
13099 * replace.el (query-replace-interactive): Change type from boolean
13100 to choice. Add value `initial'.
13101 (query-replace-read-args): Handle value `initial' of
13102 query-replace-interactive.
13103
13104 2004-06-29 Kim F. Storm <storm@cua.dk>
13105
13106 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
13107 (breakpoint-disabled-bitmap-face): Add :group 'gud.
13108
13109 * progmodes/ada-xref.el (ada-tight-gvd-integration):
13110 Add :group 'ada.
13111
13112 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
13113
13114 2004-06-29 Juri Linkov <juri@jurta.org>
13115
13116 * replace.el (query-replace-read-args): Swallow a space after
13117 everything except )]" which in most cases means after a symbol.
13118
13119 * emacs-lisp/pp.el (pp-buffer): Add autoload.
13120
13121 2004-06-28 Richard M. Stallman <rms@gnu.org>
13122
13123 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
13124 More changes to go with previous change in font-lock.el.
13125
13126 2004-06-26 David Kastrup <dak@gnu.org>
13127
13128 * replace.el (perform-replace): Highlight the match even in
13129 non-query mode if there is potential replace string editing.
13130
13131 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
13132
13133 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
13134 agree with new return value of `file-remote-p'.
13135 This syncs with Tramp 2.0.42.
13136
13137 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
13138 according to new documentation of `file-remote-p'.
13139
13140 * files.el (file-remote-p): Fix doc to say that return value is
13141 identification of remote system, if not nil.
13142 (file-relative-name): Use new return value of `file-remote-p'.
13143
13144 2004-06-26 Nick Roberts <nickrob@gnu.org>
13145
13146 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
13147 (gdb-goto-breakpoint): Fix breakage.
13148
13149 2004-06-26 Eli Zaretskii <eliz@gnu.org>
13150
13151 * man.el (Man-getpage-in-background): Add windows-nt to the list
13152 of systems where shell-file-name should be used instead of
13153 literal "sh".
13154
13155 2004-06-25 Sam Steingold <sds@gnu.org>
13156
13157 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
13158 function names `(setf symbol)'.
13159
13160 2004-06-24 Richard M. Stallman <rms@gnu.org>
13161
13162 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
13163
13164 * font-lock.el (font-lock-keywords): Change format of compiled values.
13165 Document it.
13166 (font-lock-add-keywords): If font-lock-keywords is compiled,
13167 extract the uncompiled version, modify, then recompile.
13168 (font-lock-remove-keywords): Likewise.
13169 (font-lock-fontify-keywords-region): Handle changed format.
13170 (font-lock-compile-keywords): Handle changed format.
13171 (font-lock-set-defaults): Compile the keywords explicitly here.
13172
13173 2004-06-24 David Kastrup <dak@gnu.org>
13174
13175 * replace.el (query-replace-read-args): Implement `\,' and `\#'
13176 replacements here.
13177 (query-replace-regexp): Doc string explaining this and the new
13178 `\?' replacement. Remove `\,' and `\#' implementation here, as it
13179 is better placed in `query-replace-read-args'.
13180 (replace-regexp): Explain `\,', `\#' and `\?'.
13181 (replace-match-data): New function for thorough reuse/destruction
13182 of old match-data.
13183 (replace-match-maybe-edit): Function for implementing `\?' editing.
13184 (perform-replace): Fix maintaining of the match stack including
13185 already matched regions, implement `\?', fix various problems
13186 with regions while editing and other stuff.
13187 (replace-highlight): Simplify.
13188
13189 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
13190
13191 * progmodes/grep.el (grep-error-screen-columns): New variable.
13192 (grep-regexp-alist): Give it the full functionality of gnu style
13193 compilation messages with line and column ranges. Ask me for the
13194 perl script I'm working on, that uses these.
13195
13196 2004-06-23 Nick Roberts <nickrob@gnu.org>
13197
13198 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
13199 Remove.
13200 (comint-insert-input, comint-mouse-insert-input): New functions
13201 based on comint-insert-clicked-input for two bindings but just
13202 one functionality.
13203
13204 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
13205
13206 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
13207
13208 2004-06-23 Lars Hansen <larsh@math.ku.dk>
13209
13210 * files.el (write-contents-functions): Doc fix.
13211
13212 2004-06-21 Juanma Barranquero <lektu@terra.es>
13213
13214 * image.el (image-library-alist): Rewrite docstring in active voice.
13215
13216 2004-06-20 Richard M. Stallman <rms@gnu.org>
13217
13218 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
13219
13220 * isearch.el (isearch-repeat): Avoid testing old match data.
13221 (isearch-message): Display trailing space in special font
13222 when search is failing.
13223 (isearch-search-fun-function): Doc fix.
13224
13225 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
13226
13227 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
13228
13229 * frame.el (show-trailing-whitespace): Doc fix.
13230
13231 * cus-edit.el (custom-variable-documentation): New function.
13232 (custom-variable): Use it.
13233
13234 2004-06-19 Nick Roberts <nickrob@gnu.org>
13235
13236 * man.el (Man-getpage-in-background): Revert previous change but
13237 make cygwin a special case.
13238
13239 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
13240
13241 * autorevert.el (global-auto-revert-non-file-buffers):
13242 Update docstring.
13243
13244 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
13245
13246 * progmodes/compile.el (compilation-error-properties): Store one
13247 more than end-col, if present, so that transient-mark-mode will
13248 highlight last char too.
13249 * progmodes/grep.el (grep-regexp-alist): Match columns and column
13250 ranges, if present.
13251
13252 2004-06-18 Jason Rumney <jasonr@gnu.org>
13253
13254 * makefile.w32-in: Double percent signs in for loops.
13255
13256 2004-06-17 David Kastrup <dak@gnu.org>
13257
13258 * replace.el (query-replace-read-args): Only warn about use of \n
13259 and \t when we are doing a regexp replacement and the actual
13260 escaped character is n or t.
13261 (query-replace-regexp): Add \, and \# interpretation to
13262 interactive call and document it.
13263 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
13264 as shortkey for replace-count.
13265 (replace-quote): New function for doubling backslashes.
13266
13267 2004-06-17 Juanma Barranquero <lektu@terra.es>
13268
13269 * files.el (parse-colon-path, cd): Mention in docstring that the
13270 path separator is colon in GNU-like systems.
13271
13272 * newcomment.el (comment-region-internal): Fix docstring.
13273
13274 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
13275 (ewoc-invalidate, ewoc-collect): Doc fixes.
13276 (ewoc--create-node, ewoc--delete-node-internal):
13277 Fix typos in docstring.
13278
13279 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13280
13281 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
13282 manual to docstring.
13283
13284 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13285
13286 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
13287
13288 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13289
13290 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13291 Add hyperlink to emacs-xtra manual to docstring.
13292
13293 * autorevert.el (global-auto-revert-non-file-buffers):
13294 Add hyperlink to emacs-xtra manual to docstring, as well as an
13295 info-link.
13296
13297 2004-06-14 Juanma Barranquero <lektu@terra.es>
13298
13299 * image.el (image-library-alist): New variable to map image types
13300 to external libraries. Initialized to nil, unless system-specific
13301 configs change it.
13302 (image-type-available-p): Determine whether an image type is
13303 available by calling `init-image-library'.
13304
13305 * term/w32-win.el (image-library-alist): Initialize to a known set
13306 of probable library names.
13307
13308 2004-06-14 Kenichi Handa <handa@m17n.org>
13309
13310 * international/code-pages.el (windows-1256, cp1125): Fix tables
13311 for several characters.
13312
13313 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
13314
13315 2004-06-13 Richard M. Stallman <rms@gnu.org>
13316
13317 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
13318
13319 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
13320 not "`pc-selection-mode'".
13321
13322 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
13323
13324 * simple.el (previous-matching-history-element): Specify a default.
13325
13326 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
13327
13328 * cus-face.el (custom-declare-face): Simplify code.
13329
13330 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
13331
13332 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
13333
13334 * files.el (before-save-hook): Add `time-stamp' to the options.
13335
13336 * time-stamp.el (time-stamp): Recommend adding it to
13337 `before-save-hook', rather than `write-file-functions'.
13338 Make a similar change in `Commentary' section.
13339
13340 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
13341
13342 * diff-mode.el (diff-current-defun): If at start of hunk, use
13343 position of first change.
13344
13345 2004-06-13 Lars Hansen <larsh@math.ku.dk>
13346
13347 * dired-x.el (dired-mark-omitted): Bind to "*O".
13348
13349 2004-06-12 Karl Fogel <kfogel@red-bean.com>
13350
13351 * bookmark.el (bookmark-bmenu-relocate): New function, as
13352 suggested by David J. Biesack <David.Biesack@sas.com>.
13353 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
13354 (bookmark-bmenu-mode): Describe binding in doc string.
13355 (bookmark-set-filename): Save the bookmark list if it's time.
13356
13357 2004-06-13 Kenichi Handa <handa@m17n.org>
13358
13359 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
13360 (ccl-untranslated-to-ucs): Fix typo.
13361
13362 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
13363
13364 * progmodes/python.el (python-open-block-statement-p):
13365 Fix indentation after a block opening that contains a comment.
13366
13367 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
13368
13369 * bindings.el (completion-ignored-extensions): Add file extensions
13370 of Python byte-compiled files.
13371
13372 2004-06-12 Juri Linkov <juri@jurta.org>
13373
13374 * info.el (Info-goto-node): Add autoload.
13375 (Info-toc): Add substring-no-properties on Info file name.
13376 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
13377 (Info-mode-map): Bind L to Info-history, T to Info-toc.
13378
13379 2004-06-12 Kenichi Handa <handa@m17n.org>
13380
13381 * international/mule-cmds.el (set-language-environment):
13382 Load subst tables if necessary.
13383
13384 * international/mule.el (decode-char): Load subst tables if necessary.
13385 (encode-char): Likewise.
13386
13387 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
13388 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
13389 (utf-16le-decode-loop): Set r5 to -1 before loop.
13390 (utf-16be-decode-loop): Likewise.
13391 (ccl-decode-mule-utf-16le): Add EOF processing block.
13392 (ccl-decode-mule-utf-16be): Likewise.
13393 (ccl-decode-mule-utf-16le-with-signature): Likewise.
13394 (ccl-decode-mule-utf-16be-with-signature): Likewise.
13395 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
13396 (ccl-mule-utf-16-encode-untrans): New CCL.
13397 (utf-16-decode-to-ucs): Handle pre-read character.
13398 (utf-16le-encode-loop): Handle surrogate pair.
13399 (utf-16be-encode-loop): Likewise.
13400 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
13401 of utf-16le-encode-loop.
13402 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
13403 of utf-16be-encode-loop.
13404 (mule-utf-16-post-read-conversion):
13405 Call utf-8-post-read-conversion at first.
13406 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
13407 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
13408 Add post-read-conversion and pre-write-conversion.
13409
13410 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
13411 (utf-translate-cjk-unicode-range): New variable.
13412 (utf-translate-cjk-load-tables): New function.
13413 (utf-lookup-subst-table-for-decode): New function.
13414 (utf-lookup-subst-table-for-encode): New function.
13415 (utf-translate-cjk-mode): Init-value changed to t. Don't load
13416 tables here. Update safe-charsets of utf-* coding systems.
13417 (ccl-mule-utf-untrans): New CCL.
13418 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
13419 at end of each branch.
13420 (ccl-mule-utf-8-encode-untrans): New CCL.
13421 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
13422 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
13423 length of encoding. Don't return r0.
13424 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
13425 (utf-8-post-read-conversion): Narrow to region properly.
13426 If utf-translate-cjk-mode is on, load tables if necessary.
13427 Call utf-8-compose with hash-table arg if necessary.
13428 Call XXX-compose-region instead of XXX-post-read-convesion.
13429 (utf-8-pre-write-conversion): New function.
13430 (mule-utf-8): Include CJK charsets in safe-charsets if
13431 utf-translate-cjk-mode is on. Add pre-write-conversion.
13432
13433 * international/characters.el: Temporarily set
13434 utf-translate-cjk-mode to nil.
13435
13436 * language/devan-util.el (devanagari-compose-region):
13437 Add autoload cookie.
13438
13439 * international/ccl.el (ccl-dump-call): Fix printing the
13440 subroutine name.
13441
13442 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
13443
13444 * dired.el (dired-revert): If buffer is marked unmodified before
13445 reverting, keep it marked unmodified.
13446 Adapt to new conventions for commenting out code.
13447 (dired-make-relative): Adapt to new conventions for commenting out code.
13448
13449 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
13450
13451 * eshell/esh-module.el (eshell-load-defgroups):
13452 Bind `vc-handled-backends' to nil when opening files.
13453
13454 2004-06-11 Juanma Barranquero <lektu@terra.es>
13455
13456 * files.el (parse-colon-path, cd): Doc fixes (refer to
13457 `path-separator', not colon).
13458
13459 2004-06-10 Juanma Barranquero <lektu@terra.es>
13460
13461 * newcomment.el (comment-search-forward)
13462 (comment-search-backward): Fix typos in docstring.
13463 (comment-region): Doc fix.
13464
13465 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
13466
13467 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
13468 switch is no longer stored in `dired-switches-alist'.
13469
13470 * dired-aux.el (dired-insert-subdir): Do not store R switch in
13471 `dired-switches-alist'.
13472
13473 2004-06-10 Kim F. Storm <storm@cua.dk>
13474
13475 * pcvs.el (cvs-mode-diff-yesterday): New command.
13476
13477 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
13478
13479 2004-06-10 Juri Linkov <juri@jurta.org>
13480
13481 * emacs-lisp/edebug.el (edebug-eval-defun):
13482 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
13483 Fix docstring.
13484
13485 * simple.el (eval-expression-print-format): Don't print additional
13486 information on the first call to `eval-print-last-sexp'.
13487 (next-error-find-buffer): Fix punctuation.
13488 (killing) <defgroup>: Fix punctuation.
13489 (yank-excluded-properties): Change group from editing to killing.
13490
13491 * replace.el (perform-replace): Use `limit' to terminate the
13492 while-loop explicitly.
13493
13494 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13495
13496 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
13497 Use lc-*.xpm as prefix instead of *-locol.xpm.
13498
13499 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
13500 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
13501 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
13502 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
13503 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
13504 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
13505 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
13506 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
13507 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
13508 * toolbar/lc-up_arrow.xpm:
13509 Rename from *-locol.xpm.
13510
13511 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
13512
13513 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
13514 include forms like &<str>; as valid url patterns.
13515
13516 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
13517
13518 * dired.el (dired-diff, dired-backup-diff)
13519 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
13520 (dired-do-chown, dired-do-touch, dired-do-print)
13521 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
13522 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
13523 (dired-create-directory, dired-do-copy, dired-do-symlink)
13524 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
13525 (dired-do-copy-regexp, dired-do-hardlink-regexp)
13526 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
13527 (dired-maybe-insert-subdir, dired-next-subdir)
13528 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
13529 (dired-kill-subdir, dired-tree-up, dired-tree-down)
13530 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
13531 (dired-run-shell-command, dired-query): Remove redundant,
13532 or incorrect, autoloads.
13533
13534 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
13535 does not end in a slash. Add optional argument KILL-ROOT.
13536 Update docstring.
13537 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
13538 (dired-query): Add autoloads.
13539
13540 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
13541
13542 * progmodes/compile.el (compilation-set-window-height):
13543 Rearrange the save-* functions because a buffer can have several current
13544 point in different windows.
13545 (compilation-error-regexp-alist-alist): Recognize {standard input}
13546 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
13547
13548 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13549
13550 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
13551 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
13552 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
13553 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
13554 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
13555 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
13556 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
13557 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
13558 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
13559 * toolbar/up_arrow-locol.xpm:
13560 New versions of icons that uses fewer colors.
13561
13562 * toolbar/tool-bar.el (tool-bar-local-item)
13563 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
13564 if display-color-cells is 256 or less.
13565
13566 2004-06-08 Kim F. Storm <storm@cua.dk>
13567
13568 * wid-edit.el (widget-specify-button): Use hand pointer rather
13569 than mouse-face as visible mouse-over effect.
13570
13571 2004-06-07 Karl Fogel <kfogel@red-bean.com>
13572
13573 * saveplace.el (save-place-alist-to-file): Bind `print-length'
13574 and `print-level' to nil when writing out `save-place-alist'.
13575 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
13576
13577 2004-06-07 Juanma Barranquero <lektu@terra.es>
13578
13579 * completion.el (completion-kill-region): Doc fix.
13580
13581 * format.el (format-insert-annotations)
13582 (format-annotate-location): Doc fixes.
13583 (format-subtract-regions): Make arguments match their use in docstring.
13584
13585 * simple.el (kill-region): Doc fix.
13586
13587 * subr.el (insert-buffer-substring-no-properties)
13588 (insert-buffer-substring-as-yank): Doc fixes.
13589
13590 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
13591
13592 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13593 Update docstring.
13594 (dired-reset-subdir-switches): New function.
13595
13596 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
13597 Limit scope of `buffer-read-only' binding.
13598
13599 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
13600
13601 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
13602 eshell-explicit-command-char.
13603
13604 2004-06-06 Juanma Barranquero <lektu@terra.es>
13605
13606 * help-fns.el (help-argument-name): Inherit from italic face only
13607 if the frame supports it.
13608
13609 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13610
13611 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
13612 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
13613 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
13614 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
13615 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
13616 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
13617 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
13618 New conversions from xpm files.
13619
13620 * toolbar/README: New file.
13621
13622 2004-06-06 Richard M. Stallman <rms@gnu.org>
13623
13624 * isearch.el (isearch-mode-map): Undo previous change.
13625
13626 2004-06-05 Juri Linkov <juri@jurta.org>
13627
13628 * bindings.el (debug-ignored-errors): Add regexps for history
13629 related messages. Remove $ from "No further undo information".
13630 Move Ediff's messages to ediff.el.
13631
13632 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
13633
13634 * cus-edit.el (custom-display): Add `min-colors'.
13635
13636 * custom.el (defface): Add `supports' to docstring.
13637
13638 * help-fns.el (help-argument-name): Add :group 'help.
13639
13640 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
13641
13642 * find-dired.el (find-ls-subdir-switches): New user option.
13643 (find-dired): No longer call `abbreviate-file-name' on DIR.
13644 Set `dired-subdir-switches' buffer-locally.
13645
13646 * locate.el: Merge the two `Commentary' sections.
13647 (locate-ls-subdir-switches): New user option.
13648 (locate): Update for other changes.
13649 (locate-mode-map): Restore Dired binding for mouse-2.
13650 Bind `locate-mouse-view-file' to M-mouse-2.
13651 Bind `l' to `locate-do-redisplay'.
13652 (locate-main-listing-line-p, locate-do-redisplay): New functions.
13653 (locate-mouse-view-file, locate-tags, locate-find-directory):
13654 Print message if used outside main listing.
13655 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
13656 Various changes to support inserted subdirectories.
13657 (locate-insert-header): Change header of *Locate* buffer.
13658
13659 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13660 Change interactive default switches.
13661 (dired-rename-subdir-2): Update `dired-switches-alist'.
13662 (dired-insert-subdir, dired-kill-subdir):
13663 Handle `dired-switches-alist'. Do not mark buffer modified.
13664 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
13665 (dired-insert-subdir-doinsert): Omit messages.
13666 Handle `dired-subdir-switches'.
13667 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
13668
13669 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
13670 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
13671 subdirs if -R switch is used for a subdir.
13672 (dired-mode): Set `dired-switches-alist'.
13673 (dired-build-subdir-alist): Only print number of directories in
13674 echo area when invoked interactively.
13675
13676 2004-06-05 Lars Hansen <larsh@math.ku.dk>
13677
13678 * dired-x.el (dired-omit-mode): Rename from
13679 dired-omit-files-p. Use define-minor-mode to define it.
13680 (dired-omit-files-p): Add as alias for dired-omit-mode.
13681 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
13682 dired-mark-omitted.
13683 (dired-mark-omitted): Add. Bind to M-O.
13684
13685 2004-06-05 Kenichi Handa <handa@m17n.org>
13686
13687 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
13688
13689 2004-06-05 Juanma Barranquero <lektu@terra.es>
13690
13691 * help-fns.el (help-argument-name): Reintroduce face.
13692 (help-default-arg-highlight): Use it, now that
13693 `face-differs-from-default-p' can be trusted.
13694
13695 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13696
13697 * textmodes/table.el: Sentence commands added to Point Motion
13698 group; kill and backward-kill commands added to Extraction group.
13699
13700 2004-06-04 Mario Lang <mlang@delysid.org>
13701
13702 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
13703 systems appear to use mW, make the code handle this. Fix a
13704 division-by-zero bug while at it, and handle kernels with
13705 a slightly different layout in /proc/acpi.
13706
13707 2004-06-04 Karl Fogel <kfogel@red-bean.com>
13708
13709 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
13710 because the latter is a CL-ism. This fixes the bug reported by
13711 Shawn Boyette <mdxi@collapsar.net> in
13712 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
13713
13714 2004-06-04 Miles Bader <miles@gnu.org>
13715
13716 * faces.el (display-supports-face-attributes-p): Function moved to
13717 C code. Previously only the tty-related portion of this function
13718 was done in C; however the previous attempt to do a halfway-proper
13719 job for non-tty displays in lisp didn't work properly because of
13720 funny conditions during Emacs startup.
13721 (face-differs-from-default-p): Simplify, now that
13722 display-supports-face-attributes-p works properly on all display
13723 types. Remove :stipple from comparison; it doesn't really work
13724 in emacs anyway.
13725
13726 2004-06-04 Miles Bader <miles@gnu.org>
13727
13728 * faces.el (face-differs-from-default-p): Use a different
13729 implementation, so we can really check whether FACE displays
13730 differently or not.
13731
13732 2004-06-04 Miles Bader <miles@gnu.org>
13733
13734 * faces.el (display-supports-face-attributes-p): Implement a
13735 `different from default' check for non-tty displays.
13736
13737 2004-06-03 David Kastrup <dak@gnu.org>
13738
13739 * woman.el (woman-mapcan): More concise code.
13740 (woman-topic-all-completions, woman-topic-all-completions-1)
13741 (woman-topic-all-completions-merge): Replace by a simpler and
13742 much faster implementation based on O(n log n) sort/merge instead
13743 of the old O(n^2) behavior.
13744
13745 2004-06-03 Miles Bader <miles@gnu.org>
13746
13747 * subr.el (read-number): Use canonical format for default in prompt.
13748
13749 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
13750 Add regexp for " [...]" style defaults.
13751
13752 2004-06-02 Romain Francoise <romain@orebokech.com>
13753
13754 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
13755 groups: if the user asks for a hidden buffer, open the
13756 corresponding filter group to expose it.
13757
13758 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
13759 `ibuffer-jump-to-buffer'.
13760 (ibuffer-jump-offer-only-visible-buffers): New user option.
13761
13762 2004-06-02 Juanma Barranquero <lektu@terra.es>
13763
13764 * faces.el (frame-update-faces): Add empty docstring so the one
13765 for `ignore' doesn't show through.
13766
13767 * subr.el (process-kill-without-query): Remove spurious "\n" on
13768 obsolescence string.
13769 (focus-frame, unfocus-frame): Add obsolescence declaration and
13770 empty docstring.
13771
13772 * international/mule.el (register-char-codings): Make alias for
13773 `ignore'. Move docstring to obsolescence info and remove redundancy.
13774
13775 2004-06-02 Kim F. Storm <storm@cua.dk>
13776
13777 * frame.el (blink-cursor-start): Turn cursor off initially so blink
13778 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
13779
13780 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13781
13782 * comint.el (comint-replace-by-expanded-history-before-point):
13783 Obey `start' as the docstring says.
13784 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
13785 (comint-update-fence): Prevent font-lock from running unnecessarily.
13786 (comint-dynamic-list-completions): Use with-current-buffer.
13787
13788 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13789
13790 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
13791 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
13792 (bibtex-entry-update): Handle alternatives and optional fields.
13793 (bibtex-parse-entry): Bugfix, handle empty key.
13794
13795 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13796
13797 * vc-arch.el (vc-arch-state): Don't assume the file exists.
13798
13799 2004-05-31 Lars Hansen <larsh@math.ku.dk>
13800
13801 * desktop.el (desktop-save): Don't save minor modes without a
13802 known mode initialization function.
13803
13804 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
13805
13806 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
13807
13808 * autorevert.el: Update `Commentary' section.
13809
13810 2004-05-30 Juanma Barranquero <lektu@terra.es>
13811
13812 * dos-fns.el (convert-standard-filename):
13813 * files.el (convert-standard-filename):
13814 * w32-fns.el (convert-standard-filename):
13815 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
13816
13817 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
13818
13819 Sync with Tramp.
13820
13821 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
13822 (tramp-let-maybe): Move to an earlier spot in the file.
13823 Patch by Andreas Schwab.
13824
13825 2004-05-30 Andreas Schwab <schwab@suse.de>
13826
13827 * dired.el (dired-get-filename): Don't use dired-re-dot.
13828
13829 2004-05-30 Richard M. Stallman <rms@gnu.org>
13830
13831 * files.el (find-file): Doc fix.
13832
13833 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
13834
13835 2004-05-30 Nick Roberts <nickrob@gnu.org>
13836
13837 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
13838 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
13839 modeline of the locals buffer.
13840 (gdb-goto-breakpoint): Handle gdbmi.
13841 (gdb-get-frame-number): Change for gdbmi.
13842
13843 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
13844
13845 * files.el (file-remote-p): Apply file name handler for operation
13846 `file-remote-p'. It isn' a property any longer.
13847 (file-relative-name): `fh' and `fd' get the required value via
13848 `find-file-name-handler' already.
13849
13850 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
13851 (top): Remove setting of `file-remote-p' property for
13852 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
13853
13854 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
13855
13856 Version 2.0.41 of Tramp released.
13857
13858 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
13859 Throw away if process has died.
13860 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
13861 (tramp-out-of-band-prompt-regexp): Rename to
13862 `tramp-process-alive-regexp', because its usage is widen.
13863 (tramp-actions-copy-out-of-band): Apply it.
13864 (tramp-actions-before-shell, tramp-multi-actions):
13865 Add `tramp-action-process-alive' action.
13866 (tramp-action-process-alive): New defun.
13867 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13868 Add entry for `file-remote-p'.
13869 (tramp-handle-file-remote-p): New defun.
13870 (top): Remove setting of `file-remote-p'. Don't set
13871 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
13872
13873 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
13874 `file-remote-p'.
13875
13876 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
13877 counted for (last) line. [They should or they shouldn't? --Stef]
13878 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
13879
13880 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
13881
13882 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
13883 not really necessary but seems to keep the shell history smaller
13884 in some cases. It is no substitute for setting HISTFILE and
13885 HISTSIZE from tramp-open-connection-setup-interactive-shell,
13886 though. Suggested by Luc Teirlinck.
13887 (tramp-open-connection-setup-interactive-shell): Export variables
13888 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
13889 (tramp-set-process-query-on-exit-flag): New compat function.
13890 (tramp-open-connection-multi, tramp-open-connection-su)
13891 (tramp-open-connection-rsh, tramp-open-connection-telnet)
13892 (tramp-do-copy-or-rename-file-out-of-band): Use it.
13893 (tramp-let-maybe): New macro, let-binds a variable only if it
13894 isn't obsolete.
13895 (tramp-check-ls-commands, tramp-handle-expand-file-name)
13896 (tramp-handle-file-truename): Use it.
13897 (tramp-completion-file-name-regexp-unified): Avoid matching
13898 filenames starting with "/:" -- those are reserved for
13899 file-name-non-special.
13900
13901 * tramp-smb.el (tramp-smb-open-connection):
13902 Use tramp-set-process-query-on-exit-flag compat function.
13903
13904 2004-05-29 Richard M. Stallman <rms@gnu.org>
13905
13906 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
13907
13908 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
13909 (eval-last-sexp-print-value): Print char equivalent regardless
13910 of standard-output value.
13911
13912 * thumbs.el (thumbs-subst-char-in-string): Delete.
13913 (thumbs-thumbname): Use subst-char-in-string.
13914 (thumbs-resize-image): Use condition-case, not ignore-errors.
13915 (thumbs-kill-buffer): Likewise.
13916
13917 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
13918 (thumbs-mode): Make buffer read-only.
13919 (thumbs-make-thumb): Unconditionally accept an existing file.
13920 (thumbs-insert-thumb): Add thumb-image-file property to the image.
13921 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
13922 (thumbs-show-thumbs-list): Error if images not supported.
13923 (thumbs-save-current-image): Improve prompt string.
13924 (thumbs-mode-map): Define u, R, x.
13925 (thumbs-unmark): New command.
13926 (thumbs-emboss-image): Minor cleanup.
13927 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
13928 (thumbs-rename-images): New command.
13929 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
13930
13931 * thumbs.el (thumbs-current-image): New function.
13932 (thumbs-file-list, thumbs-file-alist): New functions.
13933 (thumbs-find-image): Delete arg L.
13934 Don't set up thumbs-fileL as buffer-local global var.
13935 (thumbs-find-image-at-point): Use thumbs-current-image.
13936 (thumbs-set-image-at-point-to-root-window): Likewise.
13937 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
13938 Record and warn about errors. Update thumbs-markedL for deletions.
13939 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
13940 (thumbs-redraw-buffer): Use thumbs-file-list.
13941 (thumbs-mark): Use thumbs-current-image.
13942 (thumbs-show-name): Use thumbs-current-image.
13943
13944 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
13945 and imenu--last-menubar-index-alist.
13946
13947 * subr.el (with-selected-window): Undo previous change.
13948
13949 2004-05-29 John Paul Wallington <jpw@gnu.org>
13950
13951 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
13952 (thumbs-mouse-find-image): New command.
13953 (thumbs-mode-map): Bind it to mouse-2.
13954 (thumbs-mode): Make mode-class special.
13955 (thumbs-view-image-mode): Likewise.
13956
13957 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
13958
13959 * flymake.el: New file.
13960
13961 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
13962
13963 * files.el (find-file-noselect-1): Do not bind
13964 `inhibit-read-only' to t during execution of
13965 `find-file-not-found-functions'.
13966
13967 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13968
13969 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
13970 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
13971
13972 2004-05-28 Juri Linkov <juri@jurta.org>
13973
13974 * simple.el (eval-expression-print-format): New fun.
13975
13976 * simple.el (eval-expression):
13977 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
13978 * emacs-lisp/edebug.el (edebug-compute-previous-result)
13979 (edebug-eval-expression): Print additionally the value returned by
13980 `eval-expression-print-format'.
13981
13982 * emacs-lisp/lisp.el (insert-pair-alist): New var.
13983 (insert-pair): Make arguments optional. Find character pair
13984 from `insert-pair-alist' according to the last input event.
13985 (insert-parentheses): Make arguments optional.
13986 (raise-sexp, delete-pair): New funs.
13987
13988 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
13989 (emacs-lisp-mode-map, lisp-interaction-mode-map):
13990 Bind C-M-q to `indent-pp-sexp'.
13991
13992 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
13993 `pp-to-string' modified to be able to format text with newlines.
13994 (pp-to-string): Move the buffer-formatting part of the code to
13995 `pp-buffer'. Call `pp-buffer'.
13996
13997 * info.el (Info-desktop-buffer-misc-data): Don't save information
13998 about virtual files.
13999 (Info-restore-desktop-buffer): Restore Info buffers in prepared
14000 buffers with names obtained from the desktop file instead of the
14001 default *info* buffer.
14002
14003 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14004
14005 * subr.el (with-selected-window): Only save/restore the selected window.
14006
14007 * progmodes/compile.el (compilation-error-regexp-alist):
14008 Use expand-file-name and data-directory.
14009
14010 * progmodes/grep.el (grep-tree): Rework previous fix.
14011
14012 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
14013 after the user marked text with the mouse.
14014
14015 * startup.el (command-line): Keep the first regexp of
14016 auto-save-file-name-transforms intact.
14017
14018 2004-05-28 Juanma Barranquero <lektu@terra.es>
14019
14020 * cus-edit.el (customize-face, customize-face-other-window)
14021 (custom-face-edit-delete): Make arguments match their use in
14022 docstring.
14023 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
14024 docstring.
14025
14026 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
14027 not `cvs-butlast'.
14028
14029 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
14030 `nbutlast' are in subr.el).
14031
14032 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
14033 (set-w32-system-coding-system): Doc fixes.
14034
14035 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
14036 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
14037 Make arguments match their use in docstring.
14038 (artist-draw-region-trim-line-endings)
14039 (artist-mouse-choose-operation): Fix typo in docstring.
14040 (artist-key-set-point-common): Doc fix.
14041
14042 2004-05-28 Simon Josefsson <jas@extundo.com>
14043
14044 * mail/smtpmail.el (smtpmail-open-stream):
14045 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
14046
14047 2004-05-26 Simon Josefsson <jas@extundo.com>
14048
14049 * starttls.el: Merge with my GNUTLS based starttls.el.
14050 (starttls-gnutls-program, starttls-use-gnutls)
14051 (starttls-extra-arguments, starttls-process-connection-type)
14052 (starttls-connect, starttls-failure, starttls-success): New variables.
14053 (starttls-program, starttls-extra-args): Doc fix.
14054 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
14055 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
14056 and pass on to corresponding *-gnutls function if it is set.
14057
14058 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
14059
14060 * autorevert.el (auto-revert-handler): Disable auto-reverting of
14061 remote files.
14062
14063 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
14064
14065 * files.el (file-name-non-special): There are more operations
14066 which need handling: `find-backup-file-name',
14067 `insert-file-contents', `verify-visited-file-modtime',
14068 `write-region'. Rename t value of method to `add'. Add new
14069 methods `quote' and `unquote-then-quote' to file-arg-indices.
14070
14071 2004-05-25 Juri Linkov <juri@jurta.org>
14072
14073 * info.el (Info-toc): Call Info-mode on intermediate buffer.
14074 (Info-index-nodes): Enclose code in condition-case to catch errors.
14075 (Info-index-node): Don't search all index nodes if request is only
14076 for the current node and file is not in the cache of index nodes.
14077 (Info-mode-map): Bind Info-copy-current-node-name to `w'
14078 for consistency with dired-copy-filename-as-kill.
14079 Bind `S' to Info-search-case-sensitively.
14080 (Info-copy-current-node-name): New arg. With zero prefix arg put
14081 the name inside a function call to `info'. Display copied text in
14082 the echo area.
14083
14084 2004-05-25 Sam Steingold <sds@gnu.org>
14085
14086 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
14087 strip the package prefix from the symbol name, if any.
14088 Make it the `find-tag-default-function' for `lisp-mode'.
14089
14090 2004-05-25 John Paul Wallington <jpw@gnu.org>
14091
14092 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
14093 instead of obsolete `process-kill-without-query'.
14094
14095 * textmodes/texinfmt.el (texinfo-indexvar-alist):
14096 Declare as variable, not constant.
14097
14098 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
14099
14100 * files.el (find-file-noselect-1): Fix bug introduced by
14101 Revision 1.694. As a side effect, `inhibit-read-only'
14102 is again, by default, t during execution of
14103 `find-file-not-found-functions'.
14104 (insert-directory): Check that lines were really inserted by
14105 the --dired switch, before erasing them.
14106
14107 2004-05-24 Nick Roberts <nickrob@gnu.org>
14108
14109 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
14110 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
14111 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
14112 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
14113 gud-minor-mode (gdbmi).
14114
14115 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14116
14117 * net/browse-url.el (browse-url-interactive-arg): Enable user to
14118 explicitly select the text to be taken as URL.
14119
14120 2004-05-23 Juri Linkov <juri@jurta.org>
14121
14122 * info.el (Info-index-nodes): New var and fun.
14123 (Info-goto-index, Info-index, info-apropos)
14124 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
14125 (Info-index): Fix docstring. Store and restore Info-history-list.
14126 (Info-complete-nodes): New var.
14127 (Info-complete-menu-item): Use it.
14128 (Info-index-node): New fun.
14129 (Info-final-node, Info-forward-node, Info-backward-node)
14130 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
14131 Use Info-index-node.
14132 (Info-extract-menu-item, Info-extract-menu-counting): Set second
14133 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
14134 (Info-find-node-2): If a node with period in its name not found,
14135 try to find a node without the name part after period.
14136 (Info-select-node): Call Info-fontify-node only if
14137 Info-fontify-maximum-menu-size is not nil.
14138 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
14139 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
14140 Preserve Info-history-list.
14141 (Info-toc): Set Info-current-file.
14142 (Info-build-toc): Move point to the beginning of the buffer.
14143 Add main-file variable.
14144 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
14145 Use backslashed representation of the control character ^_.
14146
14147 * textmodes/texinfmt.el (texinfo-print-index): Print index line
14148 numbers in the new Texinfo 4.7 format.
14149
14150 * add-log.el (change-log-font-lock-keywords): Remove `:' from
14151 regexps for function and variable names.
14152
14153 * descr-text.el (describe-property-list): Add [show] button for
14154 `syntax-table' property with action to pp to a separate buffer.
14155 (describe-char): Replace search-forward by re-search-forward with
14156 whitespace regexp after "character:" to not fail in too narrow windows.
14157
14158 * simple.el (next-error-find-buffer): Add a rule to return
14159 next-error capable buffer if one window on the selected frame
14160 displays such buffer.
14161
14162 2004-05-23 Nick Roberts <nickrob@gnu.org>
14163
14164 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
14165 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
14166 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
14167 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
14168 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
14169 Handle new value for gud-minor-mode (gdbmi).
14170 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
14171 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
14172 Change from local to global gdb variable set.
14173 (gdb-ann3): Initialise above gdb variable set.
14174 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
14175 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
14176 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
14177 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
14178 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
14179 (gdb-info-locals-handler, gdb-invalidate-assembler)
14180 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
14181 set as global variables.
14182 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
14183 Handle gdbmi.
14184 (gdb-info-breakpoints-custom): Fix regexp.
14185 (def-gdb-var): Delete.
14186
14187 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
14188 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
14189 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
14190 a new mode. The file (gdb-mi.el) for this mode will be included
14191 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
14192 primary interface.
14193
14194 2004-05-23 Jesper Harder <harder@ifa.au.dk>
14195
14196 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
14197 interpreted as a directory.
14198
14199 2004-05-22 Richard M. Stallman <rms@gnu.org>
14200
14201 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
14202 as a close quote.
14203
14204 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
14205
14206 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
14207 Use assoc-string, not assoc-ignore-case.
14208
14209 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
14210
14211 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
14212 If moving back then fwd gets a defun that ends before point,
14213 try again moving fwd then back.
14214
14215 * files.el (file-name-non-special): Allow t in file-arg-indices
14216 to mean requote the return value. Use `identity' as an element
14217 rather than as the whole value.
14218
14219 * gs.el (gs-options): Add -dSAFER. Mark it risky.
14220
14221 2004-05-22 Juanma Barranquero <lektu@terra.es>
14222
14223 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
14224 `help-make-usage'.
14225 (help-highlight-arguments): Skip function name before searching
14226 for arguments.
14227
14228 2004-05-21 Juanma Barranquero <lektu@terra.es>
14229
14230 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
14231 Don't mention in the docstring these arguments meant for
14232 internal (recursive) use only.
14233 (allout-char-spec): Comment out (it's not implemented).
14234 (allout-old-expose-topic, allout-exposure): Fix docstring and add
14235 obsolescence declaration.
14236 (allout-flatten-exposed-to-buffer)
14237 (allout-indented-exposed-to-buffer): Fix typos in docstring.
14238 (my-mark-marker): Doc fix.
14239 (produce-allout-mode-map, allout-sibling-index)
14240 (allout-isearch-expose, allout-distinctive-bullet)
14241 (allout-open-topic, allout-reindent-body)
14242 (allout-rebullet-heading, allout-process-exposed)
14243 (allout-insert-listified, allout-latex-verb-quote)
14244 (allout-insert-latex-header, allout-insert-latex-trailer):
14245 Make arguments match their use in docstring.
14246 (allout-primary-bullet, allout-old-style-prefixes)
14247 (allout-inhibit-protection, allout-init, allout-mode)
14248 (allout-before-change-protect, allout-flag-region):
14249 Use "Emacs" instead of "emacs" in docstrings.
14250
14251 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
14252
14253 * international/characters.el: Modify syntax of more characters.
14254
14255 2004-05-21 Masatake YAMATO <jet@gyve.org>
14256
14257 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
14258 (etags-tags-completion-table): Show parsing progress.
14259
14260 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
14261
14262 * locate.el (locate-prompt-for-command): Shorten first line of
14263 docstring.
14264 (locate-mode): Expand docstring and include keymap summary.
14265
14266 * files.el (find-file-noselect-1): Limit the scope of the
14267 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
14268 is, by default, nil during the execution of
14269 `find-file-not-found-functions' and `find-file-hook'.
14270
14271 2004-05-20 Michael Mauger <mmaug@yahoo.com>
14272
14273 * facemenu.el (facemenu-color-name-equal): New function.
14274 (list-colors-display): Use it to compare colors instead of
14275 facemenu-color-equal.
14276
14277 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
14278
14279 * compare-w.el (compare-windows-face): Use min-colors instead of
14280 checking for tty or pc types.
14281
14282 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14283
14284 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
14285 (completion-setup-function): Use with-current-buffer.
14286 Properly save excursion. Simplify.
14287 Don't assume there is necessarily a `mouse-face' property somewhere.
14288
14289 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
14290
14291 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
14292
14293 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
14294 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
14295 Use with-current-buffer.
14296 (byte-goto-log-buffer): Delete.
14297 (byte-compile-log-file): Call compilation-forget-errors.
14298
14299 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14300
14301 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
14302 output messages into the search result.
14303
14304 2004-05-19 Masatake YAMATO <jet@gyve.org>
14305
14306 * wid-edit.el (widget-radio-button-notify): Revert my last
14307 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14308
14309 2004-05-19 Kenichi Handa <handa@m17n.org>
14310
14311 * international/characters.el: Fix syntax (open/close) of CJK chars.
14312
14313 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14314
14315 * help-mode.el (help-go-back): Don't depend on position of back button.
14316
14317 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14318
14319 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
14320 files files don't contain an accidental additional /.
14321
14322 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
14323 in source buffer.
14324
14325 2004-05-18 Masatake YAMATO <jet@gyve.org>
14326
14327 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
14328 to widget-apply. :action method assumes 2 arguments, not 3.
14329
14330 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
14331
14332 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14333 New constants.
14334 (hs-special-modes-alist): Add an f90-mode entry.
14335
14336 2004-05-17 Sam Steingold <sds@gnu.org>
14337
14338 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
14339 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
14340
14341 2004-05-16 Kim F. Storm <storm@cua.dk>
14342
14343 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
14344
14345 2004-05-15 John Wiegley <johnw@newartisans.com>
14346
14347 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
14348 (eshell-output-object-to-target): Improve output speed 20% by not
14349 calling `eshell-stringify' if something is already known to be a string.
14350
14351 2004-05-15 Alex Ott <ott@jet.msk.su>
14352
14353 * textmodes/ispell.el (ispell-local-dictionary-alist):
14354 Add windows-1251 to the choice of coding systems.
14355 (ispell-dictionary-alist-6): Add support for "russianw.aff",
14356 encoded in cp1251.
14357
14358 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
14359
14360 * progmodes/compile.el (compilation-warning-face)
14361 (compilation-info-face): Use min-colors.
14362
14363 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14364
14365 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
14366 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
14367 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
14368 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
14369 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
14370 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
14371 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
14372 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
14373 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
14374 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
14375 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
14376 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
14377 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
14378 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
14379
14380 2004-05-15 Kim F. Storm <storm@cua.dk>
14381
14382 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
14383 Use it to set triggered-p element of timer.
14384 (timer-event-handler): Set triggered-p element non-nil while running
14385 the timer function.
14386
14387 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14388
14389 * descr-text.el (describe-char-unicode-data)
14390 (describe-char-unicodedata-file): Re-enable the unicode code now that
14391 the licensing issues have been cleared in the unicode-4 license.
14392 (describe-text-properties-1): Remove unused `overlay' var.
14393 (describe-char): Remove unused var `buffer'.
14394
14395 2004-05-14 David Ponce <david@dponce.com>
14396
14397 * tree-widget.el: New file.
14398
14399 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
14400
14401 * language/european.el ("Brazilian Portuguese"): Add support for
14402 Brazilian Portuguese.
14403
14404 2004-05-13 John Wiegley <johnw@newartisans.com>
14405
14406 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
14407 `recentf-mode' if this variable has been customized to t.
14408
14409 * eshell/esh-test.el (eshell-test): Call the function
14410 `emacs-version' rather than trying to build a custom version string.
14411
14412 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14413
14414 * net/telnet.el (telnet-mode): Use define-derived-mode.
14415 Don't modify the global value of comint-prompt-regexp.
14416
14417 2004-05-13 John Paul Wallington <jpw@gnu.org>
14418
14419 * version.el (emacs-version): Check for `gtk' feature before
14420 `x-toolkit' feature.
14421
14422 2004-05-13 Juanma Barranquero <lektu@terra.es>
14423
14424 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
14425 arguments in the docstring, they're used only in recursive calls.
14426
14427 * help-fns.el (help-arg-highlighting-function)
14428 (help-argument-name): Delete.
14429 (help-default-arg-highlight): New function.
14430 (help-do-arg-highlighting): Use it.
14431
14432 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14433
14434 * calendar/appt.el (appt-disp-window):
14435 Use `calendar-set-mode-line' for a centered mode-line.
14436
14437 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14438
14439 * calendar/appt.el (appt-disp-window): Do not split window
14440 excessively when `split-height-threshold' is low.
14441
14442 2004-05-12 Nick Roberts <nickrob@gnu.org>
14443
14444 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
14445 kill-buffer-hook here and make it local.
14446 (gud-kill-buffer-hook): Use kill-process for a sure kill.
14447
14448 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
14449
14450 * progmodes/compile.el (compilation-set-window-height):
14451 Use save-excursion to protect against misplaced marker.
14452
14453 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14454
14455 * custom.el (defface): Document that type can have value gtk.
14456
14457 * faces.el (face-spec-set-match-display): Handle type gtk in display.
14458
14459 2004-05-12 Kenichi Handa <handa@m17n.org>
14460
14461 * descr-text.el: Require quail at comile time.
14462 (describe-char): If an input method is on and it supports the
14463 character, show how to input it.
14464
14465 * international/quail.el (quail-install-decode-map): Accept a
14466 char-table whose subtype is `quail-decode-map'.
14467 (quail-store-decode-map-key, quail-gen-decode-map1)
14468 (quail-gen-decode-map, quail-find-key1, quail-find-key)
14469 (quail-show-key): New functions.
14470
14471 2004-05-12 Juanma Barranquero <lektu@terra.es>
14472
14473 * generic.el (define-generic-mode): Remove redundant arglist info.
14474
14475 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
14476 Make arguments match their use in docstring.
14477 (help-arg-highlighting-function): New variable.
14478 (help-argument-name): Mention it in the docstring.
14479 (help-do-arg-highlight): Use it. Expand regexp to accept also
14480 ARG-xxx and xxx-ARG references.
14481
14482 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14483
14484 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
14485 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
14486 and "mailto:addr1?to=addr2" equal.
14487
14488 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14489
14490 * man.el (Man-getpage-in-background): Use shell-file-name
14491 and shell-command-switch variables instead of hard-coded values.
14492
14493 2004-05-11 Eli Zaretskii <eliz@gnu.org>
14494
14495 * iimage.el: New file.
14496
14497 2004-05-11 Juanma Barranquero <lektu@terra.es>
14498
14499 * custom.el (custom-initialize-default, defcustom):
14500 Fix typo in docstring.
14501
14502 * files.el (set-visited-file-name, file-expand-wildcards):
14503 Fix docstring.
14504
14505 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14506
14507 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
14508
14509 * subr.el (eventp): Be more discriminating with integers.
14510
14511 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
14512
14513 * progmodes/compile.el (compile): Add universal prefix arg.
14514 (compilation-error-regexp-alist-alist): Add edg patterns.
14515
14516 2004-05-10 Sam Steingold <sds@gnu.org>
14517
14518 * textmodes/ispell.el (ispell-message):
14519 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
14520
14521 2004-05-10 Dave Love <fx@gnu.org>
14522
14523 * progmodes/python.el (help-buffer): Autoload when compiling.
14524 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
14525 (run-python): Prepend to any existing PYTHONPATH.
14526
14527 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
14528
14529 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
14530 for pending breakpoints.
14531
14532 2004-05-10 Richard M. Stallman <rms@gnu.org>
14533
14534 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
14535 directly without calling any functions in Rmail.
14536 (unrmail-unprune): Function deleted.
14537
14538 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14539
14540 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
14541 C-c C-z binding.
14542
14543 2004-05-10 Kenichi Handa <handa@m17n.org>
14544
14545 * descr-text.el (describe-char): Fix previous change. Don't make
14546 a unibyte character to multibyte in the *Help* buffer.
14547
14548 2004-05-10 Miles Bader <miles@gnu.org>
14549
14550 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
14551 buffer an error if the debugger process is actually running.
14552
14553 2004-05-10 Juanma Barranquero <lektu@terra.es>
14554
14555 * help-fns.el (help-argument-name): Default to italic.
14556 (help-highlight-arguments): Return always (usage . doc), even when
14557 usage is nil.
14558
14559 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
14560 (define-ibuffer-filter): Add usage info.
14561 (define-ibuffer-op): Add usage info (but CL-style defaults for
14562 keyword args are not shown).
14563
14564 * subr.el (remove-overlays, read-passwd): Fix docstring.
14565 (start-process-shell-command): Fix docstring. Put usage info in a
14566 format usable by `describe-function'.
14567 (open-network-stream, open-network-stream-nowait)
14568 (open-network-stream-server): Fix docstring.
14569
14570 2004-05-09 Jason Rumney <jasonr@gnu.org>
14571
14572 * international/code-pages (cp932, cp936, cp949, c950): Remove.
14573 Only define cp125* if windows-125* is already defined.
14574
14575 * language/korean.el (cp949): Add alias.
14576
14577 * language/chinese.el (cp936, cp950): Add aliases.
14578
14579 * language/japanese.el (cp932): Add alias.
14580
14581 * term/w32-win.el: Require code-pages.
14582
14583 * international/mule-cmds.el (set-locale-environment):
14584 On MS-Windows use ansi code-page for default coding-systems.
14585 Set up paper sizes for Windows 3 letter languages.
14586
14587 * international/code-pages.el (cp932, cp936, cp949, cp950):
14588 Add aliases. Also add cp125* if not already defined.
14589
14590 2004-05-09 Juanma Barranquero <lektu@terra.es>
14591
14592 * help-fns.el (help-highlight-arguments): Don't try to highlight
14593 missing or autoloaded arglists. Accept structured arguments, like
14594 the first ones of `do' and `flet'.
14595
14596 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
14597 (cvs-get-marked): Remove redundant arglist info.
14598
14599 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
14600 Don't use CL-style default args.
14601
14602 2004-05-08 Andreas Schwab <schwab@suse.de>
14603
14604 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
14605
14606 * international/subst-ksc.el: Fix references to utf-translate-cjk
14607 into utf-translate-cjk-mode.
14608 * international/subst-big5.el: Likewise.
14609 * international/subst-gb2312.el: Likewise.
14610 * international/subst-jis.el: Likewise.
14611 * international/utf-16.el: Likewise.
14612 * international/utf-8.el: Likewise.
14613
14614 2004-05-08 John Wiegley <johnw@newartisans.com>
14615
14616 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
14617 "virtual buffers" (off by default), which makes it possible to
14618 switch to the "virtual" buffers of recently visited files. When a
14619 buffer name search fails, and this option is on, iswitchb will
14620 look at the list of recently visited files, and permit matching
14621 against those names. When the user hits RET on a match, it will
14622 revisit that file.
14623 (iswitchb-read-buffer): Add two optional arguments, which makes
14624 isearchb.el possible.
14625 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
14626 (iswitchb-next-match): Add support for virtual buffers.
14627
14628 * isearchb.el: This module extends iswitchb to provide "as you
14629 type" buffer selection.
14630
14631 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
14632 Ignore the read-only property when flyspell highlighting is on.
14633 Not ignoring it leads to a series of confusing errors.
14634 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
14635 but also make sure to call flyspell-incorrect-hook.
14636 (flyspell-maybe-correct-transposition): Perform transposition test
14637 by bit twiddling a string, rather than using a temp buffer.
14638 (flyspell-maybe-correct-doubling): Use a string rather than a temp
14639 buffer. This is also the original version of the code, which
14640 could not be checked in before due to a previous lack of
14641 assignment papers. This version has seen heavy usage on my system
14642 for several years now.
14643
14644 * calendar/cal-bahai.el: New file, which adds support for the
14645 Baha'i calendar to Emacs. This calendar is based on a solar year
14646 of 19 months of 19 days, with 4 intercalary days. Each year
14647 begins on March 21, with the calendar starting in 1844.
14648
14649 * calendar/cal-menu.el, calendar/calendar.el
14650 * calendar/diary-lib.el, calendar/holidays.el:
14651 Added support for using cal-bahai.el.
14652
14653 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
14654 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
14655 function can be used outside of eshell buffers.
14656 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
14657
14658 2004-05-08 Juanma Barranquero <lektu@terra.es>
14659
14660 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
14661 word constituent so FOO-ARG is not recognized as an arg.
14662 (help-highlight-arguments): Don't skip lists in mandatory arguments.
14663
14664 * simple.el (next-error): Fix typo in docstring.
14665 (open-line): Make argument names match their use in docstring.
14666 (split-line): Fix docstring.
14667
14668 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
14669 usable by `describe-function'.
14670 (gensym, gentemp, typep, ignore-errors): Make argument names match
14671 their use in docstring.
14672
14673 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
14674 argument to `help-setup-xref'.
14675
14676 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
14677
14678 Version 2.0.40 of Tramp released.
14679
14680 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
14681 Use symbol-function to invoke functions only known on some Emacs
14682 flavors. This avoids byte-compiler warnings. Reported by Kevin
14683 Scaldeferri <kevin@scaldeferri.com>.
14684 (tramp-do-copy-or-rename-file-via-buffer): Rename from
14685 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
14686 consistent with the other tramp-do-* functions.
14687 (tramp-do-copy-or-rename-file): Calls adjusted.
14688 (tramp-process-initial-commands): Avoid liveness check on shell --
14689 we know that it must be alive since we're opening a connection at
14690 this moment.
14691 (tramp-last-cmd): New internal variable.
14692 (tramp-process-echoes): New tunable.
14693 (tramp-send-command): Set tramp-last-cmd.
14694 (tramp-wait-for-output): Delete echo, if applicable.
14695 (tramp-read-passwd): Construct the key for the password cache in a
14696 way that works for multi methods, too.
14697 (tramp-bug): Add backup-directory-alist and
14698 bkup-backup-directory-info to bug reports, with Tramp counterparts.
14699
14700 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
14701
14702 * net/tramp*.el: Suppress byte-compiler warnings where possible.
14703
14704 * net/tramp.el (tramp-out-of-band-prompt-regexp)
14705 (tramp-actions-copy-out-of-band): New defcustoms.
14706 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
14707 used instead of a synchronous one. Allows password entering.
14708 (tramp-action-out-of-band): New defun.
14709 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
14710 Remove restriction with password from doc string.
14711 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
14712 `tramp-out-of-band-prompt-regexp',
14713 `tramp-actions-copy-out-of-band', `password-cache' and
14714 `password-cache-expiry'.
14715 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
14716 password caching.
14717 (tramp-touch): FILE can be a local file, too.
14718 (TODO): Remove items done.
14719 (tramp-handle-insert-directory): Properly quote file name also if
14720 not full-directory-p. Handle wildcard case. Reported by Andreas
14721 Schwab <schwab@suse.de>.
14722 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
14723 new file.
14724 (tramp-handle-file-local-copy, tramp-handle-write-region):
14725 The permissions of the temporary file are set if filename exists.
14726 Reported by Ted Stern <stern@cray.com>.
14727 (tramp-backup-directory-alist)
14728 (tramp-bkup-backup-directory-info): New defcustoms.
14729 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
14730 (tramp-handle-find-backup-file-name): New function.
14731 Implements Tramp's find-backup-file-name.
14732
14733 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
14734 for `find-backup-file-name'.
14735
14736 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
14737 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
14738
14739 2004-05-07 Lars Hansen <larsh@math.ku.dk>
14740
14741 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
14742
14743 2004-05-07 Juanma Barranquero <lektu@terra.es>
14744
14745 * subr.el (lambda): Add arglist description to docstring.
14746 (declare): Fix typo in docstring.
14747 (open-network-stream): Fix docstring.
14748 (process-kill-without-query): Fix docstring and add obsolescence info.
14749 (last, butlast, nbutlast): Make arguments match their use in docstring.
14750 (insert-buffer-substring-no-properties): Likewise.
14751 (insert-buffer-substring-as-yank): Likewise.
14752 (split-string): Fix docstring.
14753
14754 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14755 Make argument names match their use in docstring.
14756
14757 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
14758
14759 2004-05-06 Nick Roberts <nickrob@gnu.org>
14760
14761 * progmodes/gdb-ui.el: Improve/extend documentation strings.
14762 Fit first sentence on one line for apropos-command.
14763
14764 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14765
14766 Changes largely merged in from Dave Love's code.
14767 * progmodes/python.el: Doc fixes.
14768 (python-mode-map): Add python-complete-symbol.
14769 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
14770 (python-comment-indent, python-complete-symbol)
14771 (python-symbol-completions, python-partial-symbol)
14772 (python-try-complete): New.
14773 (python-indent-line): Remove optional arg. Use python-block-end-p.
14774 (python-check): Bind compilation-error-regexp-alist.
14775 (inferior-python-mode): Use rx. Move keybindings to top level.
14776 Set comint-input-filter.
14777 (python-preoutput-filter): Use rx.
14778 (python-input-filter): Re-introduce.
14779 (python-proc): Start new process if necessary.
14780 Check python-buffer non-nil.
14781 (view-return-to-alist): Defvar.
14782 (python-send-receive): New.
14783 (python-eldoc-function): Use it.
14784 (python-mode-running): Don't defvar.
14785 (python-mode): Set comment-indent-function.
14786 Maybe update hippie-expand-try-functions-list.
14787 (python-indentation-levels): Initialize differently.
14788 (python-block-end-p): New.
14789 (python-indent-line): Use it.
14790 (python-compilation-regexp-alist): Augment.
14791 (run-python): Import `emacs' module to Python rather than loading
14792 code directly. Set python-buffer differently.
14793 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
14794 Use python-proc.
14795 (python-send-command): Go to end of comint buffer.
14796 (python-load-file): Use python-proc, emacs.eimport.
14797 (python-describe-symbol): Simplify interactive form.
14798 Use emacs.help. Do use temp-buffer-show-hook.
14799 Call print-help-return-message.
14800 (hippie-exp): Require when compiling.
14801 (python-preoutput-continuation): Use rx.
14802
14803 * diff-mode.el (diff-make-unified): Fix regexp.
14804
14805 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
14806
14807 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
14808 filter groups from the buffer when rebuilding the Ibuffer buffer
14809 and `ibuffer-show-empty-filter-groups' is nil.
14810
14811 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14812
14813 * ps-print.el (ps-print-quote): Call ps-value-string.
14814 (ps-setup): Call ps-comment-string.
14815 (ps-value-string, ps-comment-string): New funs.
14816
14817 2004-05-06 Juanma Barranquero <lektu@terra.es>
14818
14819 * ehelp.el (electric-help-command-loop): Check whether the last
14820 character is visible, not (point-max).
14821
14822 * help-fns.el (help-argument-name): Default to bold; don't inherit
14823 from font-lock-variable-name-face.
14824 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
14825
14826 2004-05-05 Kenichi Handa <handa@m17n.org>
14827
14828 * descr-text.el (describe-char): Copy the character with text
14829 properties and overlays into the first line, and call
14830 describe-text-properties on it.
14831
14832 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
14833
14834 * iswitchb.el (iswitchb-global-map): Fix typo.
14835 Remove unwanted ###autoloads from source file.
14836
14837 2004-05-05 Lars Hansen <larsh@math.ku.dk>
14838
14839 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
14840 in run-hooks. Use substitute-command-keys in message.
14841 (wdired-abort-changes): Add message.
14842
14843 2004-05-03 Michael Mauger <mmaug@yahoo.com>
14844
14845 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
14846 (sql-emacs20-p): Remove.
14847 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
14848 (sql-builtin-face, sql-doc-face): Remove.
14849 (sql-mode-ansi-font-lock-keywords)
14850 (sql-mode-oracle-font-lock-keywords)
14851 (sql-mode-postgres-font-lock-keywords)
14852 (sql-mode-linter-font-lock-keywords)
14853 (sql-mode-ms-font-lock-keywords)
14854 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
14855 (sql-product-font-lock): Fix font-lock reset when font rules change.
14856 (sql-highlight-product): Remove incorrect font-lock reset logic.
14857
14858 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
14859
14860 * ses.el (ses-set-parameter): Fix typo.
14861
14862 2004-05-04 Kim F. Storm <storm@cua.dk>
14863
14864 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
14865 Must expand directory for completion to work; and don't mess with
14866 process-environment.
14867 (ido-read-file-name): If command has ido property, don't use ido
14868 if value is ignore, or read as directory if value is dir.
14869 Set ido ignore property for dired-do-rename command.
14870
14871 2004-05-04 Juanma Barranquero <lektu@terra.es>
14872
14873 * ehelp.el (electric-help-command-loop, electric-help-undefined)
14874 (electric-help-help): Check against unmapped commands.
14875
14876 * help-fns.el (help-argument-name): New face, inheriting from
14877 font-lock-variable-name-face, to highlight function arguments in
14878 `describe-function' and `describe-key'.
14879 (help-do-arg-highlight): Auxiliary function to highlight a given
14880 list of arguments in a string.
14881 (help-highlight-arguments): Highlight the function arguments and
14882 all uses of them in the docstring.
14883 (describe-function-1): Use it. Do docstring output via `insert',
14884 not 'princ', so text attributes are preserved.
14885
14886 * winner.el (winner-mode-map): Move `winner-undo' and
14887 `winner-redo' to C-c <left> and C-c <right>, respectively (the
14888 previous bindings conflict with `prev-buffer', `next-buffer').
14889
14890 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14891
14892 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
14893 (bibtex-entry-update): New command bound to C-c C-u.
14894 (bibtex-text-in-string): Fix regexp.
14895 (bibtex-assoc-of-regexp): Remove.
14896 (bibtex-progress-message): Fix docstring.
14897 (bibtex-inside-field): Use if.
14898 (bibtex-assoc-regexp): New function.
14899 (bibtex-format-entry): Make code more robust so that it formats
14900 also old entries.
14901 (bibtex-autokey-demangle-title): Merge with obsolete function
14902 bibtex-assoc-of-regexp.
14903 (bibtex-field-list): New function.
14904 (bibtex-entry): Use bibtex-field-list.
14905 (bibtex-parse-entry): Fix docstring.
14906 (bibtex-print-help-message): Use bibtex-field-list.
14907 (bibtex-make-field): Use bibtex-field-list.
14908 (bibtex-entry-index): Bugfix. Return crossref key if required.
14909 (bibtex-lessp): Fix docstring.
14910
14911 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
14912
14913 * select.el (xselect-convert-to-string): Move comment to intended line.
14914
14915 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14916
14917 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
14918 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
14919
14920 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14921
14922 * term/x-win.el (x-clipboard-yank): Don't exit on error from
14923 x-get-selection.
14924
14925 2004-05-03 Jason Rumney <jasonr@gnu.org>
14926
14927 * makefile.nt: Remove.
14928
14929 2004-05-03 Kim F. Storm <storm@cua.dk>
14930
14931 * emulation/cua-base.el (cua--update-indications): Fix last change.
14932 (cua-mode): Deactivate mark when cua-mode is enabled.
14933
14934 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
14935
14936 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
14937
14938 2004-05-03 Nick Roberts <nickrob@gnu.org>
14939
14940 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
14941 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
14942 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
14943 window over visible frames.
14944 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
14945
14946 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
14947
14948 * progmodes/compile.el (compilation-gcpro): New var.
14949 (compilation-fake-loc): Use it.
14950 (compilation-forget-errors): Reset it.
14951
14952 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
14953
14954 * diff-mode.el (diff-header-face, diff-file-header-face):
14955 Use min-colors.
14956
14957 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14958
14959 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
14960 (bibtex-clean-entry): Disentangle code.
14961 (bibtex-realign): New function.
14962 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
14963 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
14964 Remove undocumented optional arg called-by-convert-alien.
14965 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
14966 for sorting instead of bibtex-sort-buffer.
14967
14968 2004-05-02 Eli Zaretskii <eliz@gnu.org>
14969
14970 * progmodes/compile.el (compilation-start): In the
14971 no-async-subprocesses branch, call sit-for to give redisplay a
14972 chance to show the updated process status in the mode line, and
14973 fontify the buffer explicitly after the process exits.
14974
14975 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
14976
14977 * progmodes/python.el (python-compilation-line-number): Remove.
14978 (python-compilation-regexp-alist): Don't use it any more.
14979 (python-orig-start, python-input-filter): Remove.
14980 (inferior-python-mode): Don't set up comint-input-filter-functions.
14981 (python-send-region): Use compilation-fake-loc.
14982
14983 * progmodes/compile.el (compilation-messages-start): New var.
14984 (compilation-mode): Don't setup next-error-function here.
14985 (compilation-setup): Set it up here instead (for minor modes as well).
14986 Make compilation-messages-start buffer local.
14987 (compilation-next-error-function): Use it.
14988 (compilation-forget-errors): Set compilation-messages-start.
14989
14990 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
14991
14992 * ielm.el (ielm-prompt-read-only): Update docstring.
14993
14994 * comint.el (comint-prompt-read-only): Update docstring.
14995 (comint-update-fence, comint-kill-whole-line)
14996 (comint-kill-region): New functions.
14997
14998 * simple.el (kill-whole-line): Use "p" instead of "P" in
14999 interactive form.
15000
15001 2004-05-01 Juanma Barranquero <lektu@terra.es>
15002
15003 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
15004 format arglist so default values in CL-style argument lists are
15005 correctly shown.
15006
15007 2004-05-01 Jason Rumney <jasonr@gnu.org>
15008
15009 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
15010
15011 2004-05-01 Kenichi Handa <handa@m17n.org>
15012
15013 * international/titdic-cnv.el (miscdic-convert): Don't generate a
15014 quail file if it is up to date.
15015
15016 2004-04-30 Juri Linkov <juri@jurta.org>
15017
15018 * cus-edit.el (custom-mode-map):
15019 Add key binding `C-x C-s' to `Custom-save'.
15020
15021 * outline.el (outline-blank-line): New var.
15022 (outline-next-preface, outline-show-heading)
15023 (outline-end-of-subtree): Use it.
15024
15025 * dired-aux.el (dired-touch-initial): New fun.
15026 (dired-do-chxxx): Call it for op-symbol `touch'.
15027 (dired-diff): Use `dired-dwim-target-directory'
15028 if current dired buffer has no buffer mark.
15029
15030 * bindings.el (propertized-buffer-identification):
15031 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
15032 Add C-M-arrow keys for consistency.
15033
15034 * files.el (confirm-kill-emacs):
15035 Change group from top-level `emacs' to `convenience'.
15036
15037 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15038 Push mark on the first call of successive command calls.
15039 (insert-pair): New fun created from `insert-parentheses' with
15040 `open' and `close' arguments added. Enclose active regions
15041 in paired characters. Compare adjacent characters syntax with
15042 inserted characters syntax before inserting a space.
15043 (insert-parentheses): Call `insert-pair' with ?\( ?\).
15044
15045 * delsel.el: Don't put `delete-selection' property
15046 on `insert-parentheses' symbol to take advantage of
15047 region handling in `insert-pair' function.
15048 Suggested by Stephan Stahl <stahl@eos.franken.de>.
15049
15050 2004-04-30 Kim F. Storm <storm@cua.dk>
15051
15052 * emulation/cua-base.el: Add support for changing cursor types;
15053 based on patch from Michael Mauger.
15054 (cua-normal-cursor-color, cua-read-only-cursor-color)
15055 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
15056 Customization cursor type and/or cursor color.
15057 (cua--update-indications): Handle cursor type changes.
15058 (cua-mode): Update cursor indications if enabled.
15059
15060 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
15061
15062 * mouse.el (mouse-drag-copy-region): New defcustom.
15063 (mouse-set-region, mouse-drag-region-1): Use it.
15064
15065 * simple.el (kill-ring-save): If region face background color is
15066 unspecified (if no highlighting), show extent of fully visible
15067 region even if transient-mark-mode is enabled.
15068
15069 * emulation/cua-base.el (cua--standard-movement-commands):
15070 Add cua-scroll-up and cua-scroll-down.
15071 (cua-scroll-up, cua-scroll-down): New commands.
15072 (cua--init-keymaps): Remap scroll-up and scroll-down.
15073
15074 * emulation/cua-rect.el (cua--convert-rectangle-as):
15075 New defmacro.
15076 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
15077 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
15078 New commands (suggested by Jordan Breeding).
15079
15080 2004-04-30 Juanma Barranquero <lektu@terra.es>
15081
15082 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
15083
15084 2004-04-30 Mario Lang <mlang@delysid.org>
15085
15086 * diff.el (diff-switches): Fix typo in docstring.
15087
15088 2004-04-30 Alex Schroeder <alex@gnu.org>
15089
15090 * xml.el (xml-debug-print-internal): Don't add newline and
15091 indentation to text nodes and write empty elements as empty tags
15092 instead of opening and closing tags.
15093 (xml-debug-print): Take optional indent-string argument.
15094 (xml-print): Alias for xml-debug-print.
15095
15096 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15097
15098 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
15099 than duplicate call to `line-beginning-position'.
15100
15101 * progmodes/f90.el (f90-get-present-comment-type):
15102 Return whitespace, as well as comment chars, for consistent filling
15103 of comment blocks. Use `match-string-no-properties'.
15104 (f90-break-line): Trim trailing whitespace when filling comments.
15105
15106 2004-04-30 Dave Love <fx@gnu.org>
15107
15108 * calendar/diary-lib.el (diary-outlook-formats): New variable.
15109 (diary-from-outlook-internal, diary-from-outlook)
15110 (diary-from-outlook-gnus, diary-from-outlook-rmail):
15111 New functions to import diary entries from Outlook-format
15112 appointments in mail messages.
15113
15114 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15115
15116 * progmodes/python.el (python-send-command): New fun.
15117 (python-send-region, python-load-file): Use it.
15118
15119 * progmodes/compile.el (compilation-last-buffer): Add var alias.
15120
15121 * help-fns.el (help-C-file-name): Use new subr-name.
15122 Prepend `src/' to the file name.
15123 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
15124 (describe-function-1, describe-variable): Only find a C source file
15125 name if DOC is already loaded.
15126
15127 * help-mode.el (help-function-def, help-variable-def):
15128 Use the new find-function-search-for-symbol functionality.
15129 Allow FILE to be `C-source'.
15130
15131 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
15132 (find-function-C-source): New fun.
15133 (find-function-search-for-symbol): Use it.
15134
15135 2004-03-29 Michael Mauger <mmaug@yahoo.com>
15136
15137 * progmodes/sql.el (sql-product-alist): Rename variable
15138 `sql-product-support'. Add Postgres login parameters.
15139 (sql-set-product, sql-product-feature): Update with renamed variable.
15140 (sql-connect-postgres): Add username prompt.
15141 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
15142 Make patterns less product specific.
15143 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
15144 (sql-mode-abbrev-table): Modify initialization.
15145 (sql-builtin-face): Add variable.
15146 (sql-keywords-re): Add macro.
15147 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
15148 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
15149 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
15150 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
15151 (sql-mode-linter-font-lock-keywords)
15152 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
15153 (sql-mode-sybase-font-lock-keywords)
15154 (sql-mode-informix-font-lock-keywords)
15155 (sql-mode-interbase-font-lock-keywords)
15156 (sql-mode-ingres-font-lock-keywords)
15157 (sql-mode-solid-font-lock-keywords)
15158 (sql-mode-sqlite-font-lock-keywords)
15159 (sql-mode-db2-font-lock-keywords): Default to nil.
15160 (sql-product-font-lock): Always highlight ANSI keywords.
15161 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
15162 (sql-send-string): Add function.
15163
15164 2004-04-29 Dave Love <fx@gnu.org>
15165
15166 * progmodes/cfengine.el (cfengine-beginning-of-defun)
15167 (cfengine-end-of-defun): Ensure progress through buffer.
15168
15169 * info-look.el (cfengine-mode): Accept a terminal ().
15170
15171 2004-04-29 Juri Linkov <juri@jurta.org>
15172
15173 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
15174 instead of isearch-yank-word-or-char. Add new key bindings for
15175 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
15176 (isearch-del-char): New fun.
15177 (isearch-forward, isearch-edit-string): Update docstring.
15178 (isearch-yank-char): Doc fix.
15179 (isearch-other-meta-char): Restore point after scrolling.
15180
15181 * progmodes/compile.el (compilation-context-lines): Add nil option
15182 to disable compilation output window scrolling.
15183 (compilation-set-window): Use it.
15184
15185 * outline.el (outline-next-preface, outline-show-heading):
15186 Don't leave unhidden blank line before heading.
15187 (outline-end-of-subtree): Include last newline into subtree.
15188 (hide-entry): Leave point at beginning of heading instead of end.
15189 (outline-up-heading): Push mark for the first call of successive
15190 command calls.
15191
15192 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
15193
15194 * comint.el (comint-prompt-read-only): New variable.
15195 (comint-output-filter): Implement it.
15196
15197 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
15198 (ielm-prompt-internal): New variable.
15199 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
15200 (ielm-send-input): Delete unused variable `buf'.
15201 (ielm-eval-input): Use `ielm-prompt-internal'.
15202 (inferior-emacs-lisp-mode): Use new variables
15203 `comint-prompt-read-only' and `ielm-prompt-internal'.
15204 Get rid of obsolete variable `directory-sep-char'.
15205 (ielm): Use `zerop'.
15206
15207 2004-04-29 John Paul Wallington <jpw@gnu.org>
15208
15209 * thumbs.el (toplevel): Require cl at compile time.
15210 Remove conditional definitions of `ignore-errors' and `caddar'
15211 because they occur at run time.
15212
15213 2004-04-28 Nick Roberts <nickrob@gnu.org>
15214
15215 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
15216 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
15217 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
15218 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
15219
15220 * progmodes/gud.el (gud-common-init): Throw an error if program is
15221 already running under gdb.
15222
15223 2004-04-28 John Paul Wallington <jpw@gnu.org>
15224
15225 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
15226 (thumbs-show-image-num): Move assignment of
15227 `thumbs-current-image-filename' within scope of `i'.
15228 (thumbs-emboss-image): Don't use `evenp'.
15229
15230 2004-04-28 Richard M. Stallman <rms@gnu.org>
15231
15232 * progmodes/compile.el (compilation-context-lines): Default now 0.
15233
15234 2004-04-28 Juanma Barranquero <lektu@terra.es>
15235
15236 Use `time-less-p' from calendar/time-date.el instead of defining
15237 custom versions of it.
15238
15239 * pcomplete.el (pcomplete-time-less-p): Remove.
15240
15241 * thumbs.el (time-less-p): Remove.
15242
15243 * calendar/timeclock.el (timeclock-time-less-p): Remove.
15244 (timeclock-generate-report): Use `time-less-p'.
15245
15246 * emacs-lisp/autoload.el (autoload-before-p): Remove.
15247 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
15248
15249 2004-04-28 Masatake YAMATO <jet@gyve.org>
15250
15251 * subr.el (remove-overlays): Make arguments optional.
15252
15253 * wid-edit.el (widget-specify-button): Put evaporate to the
15254 overlay for sample.
15255 (widget-specify-sample): Put evaporate to the overlay for sample.
15256 (widget-specify-doc): Put evaporate to the overlay for documentation.
15257
15258 2004-04-27 Jesper Harder <harder@ifa.au.dk>
15259
15260 * info.el (info-apropos): Make it an index node. Align node names
15261 like makeinfo.
15262
15263 2004-04-27 Eli Zaretskii <eliz@gnu.org>
15264
15265 * net/browse-url.el (browse-url-netscape-sentinel)
15266 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
15267 (browse-url-epiphany-sentinel, browse-url-mosaic):
15268 Use browse-url-*-program instead of a literal program name.
15269
15270 2004-04-27 Kevin Ryde <user42@zip.com.au>
15271
15272 * eshell/em-alias.el:
15273 * eshell/em-dirs.el:
15274 * eshell/em-hist.el:
15275 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
15276 features when M-x customize-group loads modules before the main
15277 eshell.el.
15278
15279 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
15280
15281 * subr.el (momentary-string-display): Support EXIT-CHAR that is
15282 either a character representation of an event or an event
15283 description list.
15284
15285 * type-break.el: Capitalise Emacs and Lisp.
15286 (type-break-good-break-interval, type-break-demo-boring-stats)
15287 (type-break-terse-messages, type-break-file-name): New defcustoms.
15288 (type-break-post-command-hook)
15289 (type-break-warning-countdown-string): Quote variable names in doc.
15290 (type-break-interval-start, type-break-auto-save-file-name): New vars.
15291 (type-break-mode): Document type-break-good-break-interval and the
15292 "session" file. Schedule break according to the session file.
15293 Kill session file buffer on exit. Organise for save-some-buffers
15294 to always save the session file.
15295 (type-break-mode-line-message-mode, type-break-query-mode):
15296 Uppercase arguments.
15297 (type-break-file-time, type-break-file-keystroke-count, timep)
15298 (type-break-choose-file, type-break-get-previous-time)
15299 (type-break-get-previous-count): New defuns.
15300 (type-break): Avoid break querying after a completed break in the
15301 case where the query was initiated during user invocation of the
15302 break. Optional terse messages.
15303 Use type-break-good-break-interval if type-break-good-rest-interval is
15304 nil. File the break time.
15305 (type-break-schedule): New optional args for overriding the use of
15306 the current time.
15307 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
15308 after a break.
15309 (type-break-check): File the keystroke count.
15310 (type-break-do-query): Prevent a second query when the break is
15311 interrupted. Optional terse message.
15312 (type-break-keystroke-reset): Record the start of a typing interval.
15313 (type-break-demo-boring): Optional terse messages. Display word
15314 per minute and keystroke counts according to
15315 type-break-demo-boring-stats.
15316
15317 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
15318
15319 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
15320 directories, make sure they exist under archive-tmpdir.
15321
15322 2004-04-27 Juri Linkov <juri@jurta.org>
15323
15324 * help.el (view-emacs-news): With argument, display info for the
15325 selected version by finding it among different NEWS files, and
15326 narrowing the buffer to the selected version.
15327
15328 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
15329 same-window-buffer-names.
15330 (info): New arg `buffer'. Use it. Doc fix. Read file name for
15331 non-numeric prefix argument, append the number to the buffer name
15332 for numeric prefix argument.
15333 (info-other-window): Bind same-window-regexps to nil.
15334 (Info-reference-name): Rename to Info-point-loc.
15335 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
15336 and Info-find-index-name for stringy Info-point-loc.
15337 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
15338 without middle `.', but with final `.' and optional line number
15339 for it. Set Info-point-loc for index nodes.
15340 (Info-index): Remove middle `.' from index entry regexp.
15341 Modify line number regexp.
15342 (Info-index-next): Decrement line number.
15343 (info-apropos): Remove middle `.' from index entry regexp.
15344 Add optional line number regexp at the end. Add matched value
15345 for line number to the result list and insert it to the buffer.
15346 Replace match-string by match-string-no-properties.
15347 Reorder result list.
15348 (Info-fontify-node): Hide index line numbers.
15349 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
15350 empty matches.
15351 (Info-follow-reference): Use `str' instead of
15352 Info-following-node-name-re.
15353 (Info-toc): Use full file names. Set Info-current-node to "Top".
15354 (Info-fontify-node): Compare file names without directory name.
15355 (Info-try-follow-nearest-node): Don't set Info-reference-name.
15356 Set second arg of Info-extract-menu-node-name for index nodes.
15357 (info-xref-visited): Use magenta3 instead of magenta4.
15358 (Info-mode): Add info-apropos to docstring.
15359
15360 * log-view.el (log-view-diff): Replace interactive code "r"
15361 by a list to allow to call it even if region is not active.
15362
15363 * paren.el (show-paren-highlight-openparen): New var.
15364 (show-paren-function): Turn on openparen highlighting when
15365 matching forward if show-paren-highlight-openparen is non-nil.
15366
15367 * simple.el (kill-ring-save): Use blink-matching-delay instead of
15368 the constant value 1.
15369 (completions-common-part): Expand docstring.
15370
15371 * textmodes/picture.el (picture-mode-map): Add arrow keys.
15372
15373 2004-04-27 Kim F. Storm <storm@cua.dk>
15374
15375 * image.el (insert-sliced-image): Use line-height instead of
15376 line-spacing property on newline.
15377
15378 2004-04-26 Lars Hansen <larsh@math.ku.dk>
15379
15380 * desktop.el (desktop-buffer-misc-data-function): Rename to
15381 desktop-save-buffer and change docstring.
15382 (desktop-buffer-modes-to-save): Delete.
15383 (desktop-save-buffer-p): Use desktop-save-buffer instead of
15384 desktop-buffer-modes-to-save.
15385 (desktop-save): Rename desktop-buffer-misc-data-function to
15386 desktop-save-buffer and allow non-function value.
15387 (desktop-missing-file-warning): Correct docstring.
15388
15389 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
15390 to desktop-save-buffer.
15391
15392 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
15393 desktop-save-buffer.
15394
15395 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
15396
15397 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
15398
15399 2004-04-26 Eli Zaretskii <eliz@gnu.org>
15400
15401 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
15402
15403 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
15404
15405 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
15406 (ielm): Only go to the end of the buffer when starting a new process.
15407
15408 2004-04-25 Juanma Barranquero <lektu@terra.es>
15409
15410 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
15411 mode line. Bind `inhibit-read-only' to t before modifying
15412 properties of text in the buffer.
15413 (ielm): Force point to the end of buffer, even when running ielm
15414 from inside itself.
15415
15416 2004-04-25 Jesper Harder <harder@ifa.au.dk>
15417
15418 * info.el (info-apropos): Reset Info-complete-cache.
15419
15420 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
15421
15422 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15423 Also recognize severe Irix et al. messages.
15424 (compilation-normalize-filename, compile-abbreviate-directory):
15425 Delete functions.
15426 (compilation-get-file-structure): New function inherits
15427 functionality of the two preceding ones.
15428 (compilation-internal-error-properties, compilation-fake-loc):
15429 Use it so that different paths to the same file share the same
15430 markers. Also optimize finding adjacent marker slightly.
15431
15432 2004-04-25 Kim F. Storm <storm@cua.dk>
15433
15434 * image.el (insert-sliced-image): Add line-spacing t property
15435 to newlines separating image lines.
15436
15437 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
15438
15439 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
15440
15441 * ielm.el (ielm-prompt-read-only): New user option.
15442 (ielm-prompt): Expand docstring to describe new behavior.
15443 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
15444 mention it in the docstring.
15445
15446 2004-04-24 Andreas Schwab <schwab@suse.de>
15447
15448 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
15449
15450 * diff.el (diff): Set default-directory in diff buffer.
15451
15452 2004-04-24 Eli Zaretskii <eliz@gnu.org>
15453
15454 * mail/sendmail.el (mail-bury): Don't delete the frame where the
15455 mail was being composed if the terminal cannot display more than
15456 one frame; instead, switch to previous frame.
15457
15458 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
15459 (rmail-start-mail): Support rmail-mail-new-frame even on
15460 terminals that can display only one frame at a time.
15461
15462 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15463
15464 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
15465 (checkdoc-output-font-lock-keywords): Remove error regexp.
15466 (checkdoc-output-mode-map): Remove.
15467 (checkdoc-output-mode): Derive from compilation-mode.
15468 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
15469
15470 * dired.el (dired-mode-map): Add a menu entry for wdired.
15471
15472 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
15473 (rx-bracket, rx-check-any, rx-any): Clean up name space.
15474
15475 * wdired.el (wdired-mode-map): Move init into declaration.
15476 Fix `return' binding.
15477 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
15478 Use force-mode-line-update.
15479 (wdired-get-filename): Use `unless'.
15480 (wdired-preprocess-files): Don't assume names have no \n and use / for
15481 dir separator.
15482 (wdired-normalize-filename): Use replace-regexp-in-string.
15483 (wdired-load-hooks): Remove.
15484 (wdired-mode-hooks): Rename to wdired-mode-hook.
15485
15486 * info-look.el: Add support for cfengine-mode.
15487 (info-lookup-setup-mode): Use dolist.
15488
15489 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
15490
15491 * wdired.el: New file.
15492
15493 2004-04-23 Juanma Barranquero <lektu@terra.es>
15494
15495 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
15496
15497 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
15498 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
15499 (pcomplete--help, pcomplete--here): Doc fixes.
15500
15501 2004-04-23 Andre Spiegel <spiegel@gnu.org>
15502
15503 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
15504 handles wrong-number-of-arguments in backend call.
15505
15506 * vc.el (vc-print-log): Likewise.
15507
15508 2004-04-20 Dave Love <fx@gnu.org>
15509
15510 * emacs-lisp/rx.el: Doc fixes.
15511 (rx-constituents): Add/extend many forms.
15512 (rx-check): Check form is a list.
15513 (bracket): Defvar.
15514 (rx-check-any, rx-any, rx-check-not): Modify.
15515 (rx-not): Simplify.
15516 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
15517 (rx-kleene): Use rx-trans-forms.
15518 (rx-quote-for-set): Delete.
15519 (rx): Allow multiple args.
15520
15521 2004-04-23 Kenichi Handa <handa@m17n.org>
15522
15523 * international/mule-util.el (char-displayable-p): Simplify by
15524 using internal-char-font.
15525
15526 2004-04-23 Juanma Barranquero <lektu@terra.es>
15527
15528 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
15529
15530 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15531
15532 * diff-mode.el (diff-next-error): New fun.
15533 (diff-mode): Use it.
15534
15535 * simple.el (next-error): Change arg name.
15536 Add support for the documented C-u C-x ` usage.
15537
15538 * frame.el (special-display-popup-frame, next-multiframe-window)
15539 (previous-multiframe-window): Only consider frames on same display.
15540
15541 2004-04-22 Lars Hansen <larsh@math.ku.dk>
15542
15543 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
15544 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
15545
15546 2004-04-22 Kim F. Storm <storm@cua.dk>
15547
15548 * net/telnet.el (telnet): Add optional port arg.
15549
15550 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
15551
15552 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15553 Minor sanity check on the `hyperlink' slot.
15554
15555 * Makefile.in (recompile): Compile new files.
15556
15557 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
15558 Add byte-recompile-directory's optional `arg'.
15559
15560 * cvs-status.el (cvs-tree-use-charset): New var.
15561 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
15562 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
15563 (cvs-status-cvstrees): Use it.
15564
15565 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
15566 Make it a normal major mode.
15567 (checkdoc-buffer-label): Make sure the file name is meaningful.
15568 (checkdoc-output-to-error-buffer): Remove.
15569 (checkdoc-error, checkdoc-start-section): Rewrite.
15570
15571 * info.el (info-node, info-menu-5, info-xref, info-header-node)
15572 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15573 (Info-title-4-face): Use new syntax.
15574 (info-xref-visited): Inherit from info-xref.
15575
15576 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
15577
15578 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
15579
15580 * simple.el (next-error-last-buffer, next-error-function):
15581 New variables for the next-error framework.
15582 (next-error-buffer-p): New function.
15583 (next-error-find-buffer): Generalize compilation-find-buffer.
15584 (next-error, previous-error, first-error, next-error-no-select)
15585 (previous-error-no-select): Move from compile.el.
15586
15587 * replace.el (occur-next-error, occur-1): Hook into the next-error
15588 framework.
15589
15590 * progmodes/compile.el (compilation-start):
15591 Set next-error-last-buffer so next-error knows where to jump.
15592 (compilation-setup): Set the buffer-local variable
15593 next-error-function to 'compilation-next-error-function.
15594 (compilation-buffer-p, compilation-buffer-internal-p): Use an
15595 alternate way to find if a buffer is a compilation buffer, for
15596 next-error convenience.
15597 (next-error-no-select, previous-error-no-select, next-error)
15598 (previous-error, first-error): Move to simple.el.
15599 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
15600 (compilation-last-buffer): Remove.
15601 (compilation-start, compilation-next-error, compilation-setup)
15602 (compilation-next-error-function, compilation-find-buffer):
15603 Remove compilation-last-buffer use.
15604
15605 2004-04-21 Juanma Barranquero <lektu@terra.es>
15606
15607 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
15608 (font-lock-warning-face): Fix spacing.
15609
15610 * makefile.w32-in (WINS): Add url/ directory.
15611
15612 2004-04-21 Lars Hansen <larsh@math.ku.dk>
15613
15614 * desktop.el (desktop-buffer-mode-handlers): New variable.
15615 Alist of major mode specific functions to restore a desktop buffer.
15616 (desktop-buffer-handlers): Make variable obsolete.
15617 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
15618 Catch errors signaled in handlers. Update buffer count.
15619 Evaluate desktop-buffer-point.
15620 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
15621 move to dired.el.
15622 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
15623 move to info.el.
15624 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
15625 move to mail/rmail.el.
15626 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
15627 to mh-e/mh-e.el.
15628 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
15629 On fail, print message (to message buffer) even if
15630 desktop-missing-file-warning is nil.
15631 (desktop-buffer-misc-data-function): New buffer local variable.
15632 Function returning major mode specific data.
15633 (desktop-buffer-misc-functions): Make variable obsolete.
15634 (desktop-save): Use desktop-buffer-misc-data-function.
15635 (desktop-buffer-dired-misc-data): Rename to
15636 dired-desktop-buffer-misc-data and move to dired.el.
15637 (desktop-buffer-info-misc-data): Rename to
15638 Info-desktop-buffer-misc-data and move to info.el.
15639 (desktop-read): Add message about number of buffers restored/failed.
15640
15641 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
15642 Add parameters. Pause to display error only when
15643 desktop-missing-file-warning is non-nil.
15644 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15645 (dired-mode): Bind desktop-buffer-misc-data-function.
15646
15647 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
15648 Add Parameters.
15649 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15650 (Info-mode): Bind desktop-buffer-misc-data-function.
15651
15652 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
15653 Add Parameters.
15654
15655 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
15656 Add Parameters.
15657
15658 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
15659
15660 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
15661 the case of letters in case-insensitive expansions when the
15662 abbrev is preceded by characters with letter syntax.
15663
15664 2004-04-21 Richard M. Stallman <rms@gnu.org>
15665
15666 * progmodes/cperl-mode.el (cperl-putback-char):
15667 Delete Emacs 18 definition.
15668
15669 * international/mule.el (ctext-post-read-conversion):
15670 Use assoc-string, not assoc-ignore-case.
15671
15672 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
15673
15674 * emacs-lisp/easymenu.el (easy-menu-add):
15675 Do call x-popup-menu, but only if it's defined.
15676
15677 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
15678
15679 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
15680 Handle multiple args: compile like progn.
15681
15682 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
15683 take all args as &rest arg.
15684
15685 * autoinsert.el (auto-insert-alist): Insert the user's name in
15686 copyright notice, rather than Free Software Foundation.
15687
15688 2004-04-21 Kenichi Handa <handa@m17n.org>
15689
15690 * descr-text.el (describe-char): Make it work on *Help* buffer.
15691
15692 2004-04-21 Kim F. Storm <storm@cua.dk>
15693
15694 * image.el (insert-image): Add optional SLICE arg.
15695 (insert-sliced-image): New defun.
15696
15697 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
15698
15699 * subr.el (read-number): Check whether `default' is nil.
15700
15701 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15702
15703 * progmodes/compile.el (compilation-error-properties):
15704 Split into two.
15705 (compilation-internal-error-properties): New one.
15706 (compilation-compat-error-properties): Use it. Fix the non-marker case.
15707
15708 2004-04-20 Richard M. Stallman <rms@gnu.org>
15709
15710 * window.el (split-window-save-restore-data):
15711 Don't update the data if OLD-INFO is nil.
15712
15713 * view.el (view-return-to-alist): Mark it permanent local.
15714
15715 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
15716
15717 * recentf.el (recentf-save-list): Catch and warn about errors.
15718
15719 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
15720 so "Buffers" won't be pure.
15721
15722 * help-mode.el (help-mode-finish): Set help-return-alist first
15723 thing, setting only the entry for the selected window.
15724
15725 * help-fns.el (describe-function-1): If many non-control non-meta
15726 keys run the command, don't list all of them.
15727
15728 2004-04-20 Juanma Barranquero <lektu@terra.es>
15729
15730 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
15731 arg. Copied from Andre Spiegel's patch of 2004-03-21.
15732
15733 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
15734
15735 2004-04-20 Kenichi Handa <handa@m17n.org>
15736
15737 * international/quail.el (quail-lookup-key): New optional arg
15738 NOT-RESET-INDICES.
15739 (quail-get-translations): Call quail-lookup-key with
15740 NOT-RESET-INDICES t.
15741 (quail-completion): Likewise.
15742 (quail-lookup-map-and-concat): Likewise.
15743
15744 2004-04-20 Kenichi Handa <handa@m17n.org>
15745
15746 * international/quail.el (quail-update-translation): Don't insert
15747 such an unsupported multibyte char in a unibyte buffer.
15748
15749 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
15750
15751 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
15752 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
15753 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
15754 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
15755 (gdb-frame-assembler-buffer): Improve behaviour with
15756 multiple frames.
15757 (gdb-display-buffer): Extend search to all visible frames.
15758
15759 2004-04-19 Eli Zaretskii <eliz@gnu.org>
15760
15761 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
15762 characters left after base64 decoding.
15763 (rmail-decode-region): Use -dos variety of `coding', to remove any
15764 ^M characters left after qp or base64 decoding.
15765
15766 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15767
15768 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
15769 messages.
15770
15771 2004-04-19 Stephen Eglen <stephen@gnu.org>
15772
15773 * add-log.el (add-change-log-entry): Update doc string to mention
15774 add-log-full-name and add-log-mailing-address.
15775
15776 2004-04-18 Juri Linkov <juri@jurta.org>
15777
15778 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
15779 (Info-find-node-2): Simplify error message.
15780 (Info-insert-dir): Use Info-following-node-name.
15781 (Info-goto-node): Remove *info-history* and *info-toc*.
15782 (Info-history): Create a node of the virtual history file.
15783 (Info-toc): Create a node of the virtual toc file.
15784 (Info-insert-toc): New arg `curr-file' for reference file names.
15785 (info-apropos): Remove redundant var binding for temp-file.
15786 (Info-index, Info-index-next, Info-mode): Doc fix.
15787 (Info-goto-emacs-command-node): Don't jump to *info* from
15788 non-*info* Info buffers.
15789 (Info-fontify-node): Don't show the file name of external
15790 references if `Info-hide-note-references' is `hide'. Don't hide
15791 newlines at the end of paragraphs.
15792
15793 * international/mule-diag.el (list-input-methods):
15794 Fix args to help-xref-button.
15795
15796 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
15797 to put into effect local variables from TUTORIAL files.
15798
15799 * textmodes/paragraphs.el (sentence-end) <function>: New fun
15800 with default value taken from the variable `sentence-end'.
15801 (sentence-end) <defcustom>: Set default to nil. Doc fix.
15802 Add nil const to :type.
15803 (sentence-end-without-period, sentence-end-double-space)
15804 (sentence-end-without-space): Doc fix.
15805
15806 * textmodes/paragraphs.el (forward-sentence):
15807 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
15808 (fill-delete-newlines):
15809 * progmodes/cc-cmds.el (c-beginning-of-statement):
15810 Use function `sentence-end' instead of variable `sentence-end'.
15811
15812 2004-04-18 Andreas Schwab <schwab@suse.de>
15813
15814 * progmodes/compile.el (compilation-start): Set window start to
15815 point-min if compilation-scroll-output is nil.
15816
15817 2004-04-18 John Wiegley <johnw@newartisans.com>
15818
15819 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
15820
15821 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
15822
15823 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
15824 (gdb-info-breakpoints-custom): Revert previous change.
15825 (gdb-view-assembler): Update assembler if necessary.
15826 (gdb-frame-handler): Parse correctly for gdb-current-frame.
15827 (gdb-display-source-buffer): Update properly when both source and
15828 assembler are visible.
15829
15830 2004-04-17 John Wiegley <johnw@newartisans.com>
15831
15832 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
15833 which limits the number of names shown in the minibuffer. Off by
15834 default.
15835 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
15836 up iswitchb for users with a multitude of open buffers by showing
15837 only the first and last N/2 buffers in the completion list (which
15838 is enough to aid C-s/C-r, and to know that more characters are
15839 needed to refine the completion list).
15840
15841 2004-04-17 Richard M. Stallman <rms@gnu.org>
15842
15843 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
15844 (file-truename): Expand all ~ constructs directly.
15845 (insert-directory): Delete any error msg output by the
15846 `insert-directory-program'.
15847
15848 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
15849 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
15850 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
15851 (allout-init): Use find-file-hook, not find-file-hooks.
15852 (allout-mode): Eliminate Emacs 18 support.
15853 Use write-contents-functions, not local-write-file-hooks.
15854
15855 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
15856
15857 * progmodes/compile.el (compilation-error-properties): Fix for
15858 adding messages when there are already markers for their file.
15859 (compilation-fake-loc): New function.
15860
15861 2004-04-16 Dave Love <fx@gnu.org>
15862
15863 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
15864 (python-load-file): Fix python-orig-start setting.
15865
15866 * progmodes/compile.el: Doc fixes.
15867 (compilation-error-regexp-alist-alist)
15868 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
15869 (compilation-assq): Wrap in eval-when-compile.
15870 (compilation-mode-font-lock-keywords): Don't use list*.
15871 (compilation-start): Avoid warning.
15872 (compilation-compat-error-properties)
15873 (compilation-directory-properties): Add keymap property.
15874 (compilation-parsing-end): Make it a marker for better compatibility.
15875
15876 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
15877
15878 2004-04-16 Mark A. Hershberger <mah@everybody.org>
15879
15880 * xml.el: Doc fixes.
15881 (xml-get-children): Only looks at sub-tags and ignore strings.
15882
15883 * xml.el (xml-parse-tag): Avoid overwriting node-name.
15884
15885 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15886
15887 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
15888
15889 2004-04-16 Andre Spiegel <spiegel@gnu.org>
15890
15891 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
15892
15893 * vc.el (vc-print-log): Likewise.
15894
15895 2004-04-16 Masatake YAMATO <jet@gyve.org>
15896
15897 * simple.el (completion-setup-function): Set an initial value
15898 to `element-common-end' before entering loop. Set a value
15899 to `element-common-end' at the end of loop.
15900 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
15901 (completions-common-part): Rename from completion-de-emphasis.
15902 (completions-first-difference): Rename from completion-emphasis.
15903 Suggested by RMS.
15904
15905 2004-04-16 Juanma Barranquero <lektu@terra.es>
15906
15907 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
15908 (bookmark-edit-annotation-mode): Add mode name.
15909
15910 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15911
15912 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
15913 for nested conflict markers.
15914 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
15915
15916 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
15917
15918 * progmodes/gdb-ui.el (gdb-goto-info): New function.
15919
15920 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
15921
15922 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15923
15924 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
15925 Give a backtrace if requested.
15926
15927 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
15928
15929 * progmodes/python.el (python-mouse-2-command, python-RET-command):
15930 Remove unused functions.
15931 (python-orig-start-line, python-orig-file): Remove.
15932 (python-orig-start): New var.
15933 (python-input-filter, python-compilation-line-number)
15934 (python-send-region, python-load-file): Use it.
15935
15936 * info.el (info): Always jump to *info*.
15937
15938 * subr.el (posn-set-point): New function.
15939
15940 * mouse.el (mouse-set-point): Use it.
15941
15942 * progmodes/compile.el (compile-goto-error): Use it.
15943 (compilation-button-map): New keymap.
15944 (compilation-error-properties): Use it.
15945 (compilation-shell-minor-mode-map): Don't bind mouse-2.
15946
15947 * smerge-mode.el (smerge-popup-context-menu): Use it.
15948
15949 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
15950 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
15951 mouse and non-mouse case.
15952
15953 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
15954 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
15955
15956 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
15957 Make it work for non-mouse events.
15958
15959 * pcvs-info.el (cvs-status-map): Update binding name.
15960
15961 2004-04-14 Mark A. Hershberger <mah@everybody.org>
15962
15963 * xml.el (xml-maybe-do-ns): New function to handle namespace
15964 parsing of both attribute and element names.
15965 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
15966 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
15967 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
15968 (xml-parse-attlist): Make it do its own namespace parsing.
15969
15970 2004-04-14 Dave Love <fx@gnu.org>
15971
15972 * progmodes/python.el (run-python): Fix use of \n.
15973 (python-load-file): Remove `try' from Python fragment.
15974 (python-describe-symbol): Fix message.
15975
15976 * comint.el: Doc fixes.
15977 (comint-last-input-start, comint-last-input-end)
15978 (comint-last-output-start): Give them values.
15979 (comint-arguments): Avoid warning.
15980 (comint-skip-prompt): Use line-end-position.
15981 (comint-backward-matching-input): Rename arg to agree with doc.
15982 (comint-extract-string): Use syntax-ppss.
15983 (comint-dynamic-simple-complete): Delete useless list construction.
15984 (comint-redirect-subvert-readonly): New.
15985 (comint-redirect-preoutput-filter): Use it.
15986
15987 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
15988 Correctly handle negative arguments when calling hook functions.
15989
15990 2004-04-14 Jesper Harder <harder@ifa.au.dk>
15991
15992 * info.el (info-apropos): Don't clobber Info-history-list.
15993
15994 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
15995
15996 * progmodes/compile.el (compilation-setup):
15997 Localize overlay-arrow-position.
15998 (compilation-sentinel): Restructure code equivalently.
15999 (compilation-next-error): Find message on same line after point if
16000 not found before point.
16001 (compile-mouse-goto-error): Restore function so that compilation
16002 buffer need not be current and use compile-goto-error.
16003 (compile-goto-error): Restore function.
16004 (next-error): Set overlay-arrow-position.
16005 (compilation-forget-errors): Don't localize already local
16006 compilation-locs and remove FIXME about refontifying.
16007
16008 2004-04-14 Kim F. Storm <storm@cua.dk>
16009
16010 * startup.el (emacs-quick-startup): New defvar (set by -Q).
16011 (command-line): New option -Q. Like -q --no-site-file, but
16012 in addition it also disables menu-bar, tool-bar, scroll-bars,
16013 tool-tips, and the blinking cursor.
16014 (command-line-1): Skip startup screen if -Q.
16015 (fancy-splash-head): Use ":align-to center" prop to center splash image.
16016
16017 * emulation/cua-base.el (cua-read-only-cursor-color)
16018 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
16019
16020 2004-04-13 Dave Love <fx@gnu.org>
16021
16022 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
16023 (syntax): Don't require.
16024 (python) <defgroup>: Add :version.
16025 (python-quote-syntax): Re-written.
16026 (inferior-python-mode): Move stuff here from run-python and add
16027 some more.
16028 (python-preoutput-continuation, python-preoutput-result)
16029 (python-dotty-syntax-table): New.
16030 (python-describe-symbol): Use them.
16031 (run-python): Move stuff to inferior-python-mode. Modify code
16032 loaded into Python.
16033 (python-send-region): Use python-proc, python-send-string.
16034 (python-send-string): Send newlines too. Callers changed.
16035 (python-load-file): Re-written.
16036 (python-eldoc-function): New.
16037 (info-look): Don't require.
16038 (python-after-info-look): New. A modified version of former
16039 top-level code for use with eval-after-load.
16040 (python-maybe-jython, python-guess-indent): Use widened buffer.
16041 (python-fill-paragraph): Re-written.
16042 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
16043 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
16044
16045 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
16046
16047 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
16048 Set compilation-error-regexp-alist earlier.
16049
16050 * progmodes/compile.el (compilation-minor-mode-map)
16051 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
16052 (compile-goto-error): Re-merge the mouse and non-mouse commands.
16053
16054 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16055
16056 * progmodes/compile.el (compile-goto-error): Select the buffer/window
16057 corresponding to the event.
16058
16059 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
16060
16061 * loadup.el: Add cygwin to system-type list, for unexec() support.
16062
16063 2004-04-12 John Paul Wallington <jpw@gnu.org>
16064
16065 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
16066 (ibuffer-restore-window-config-on-quit): New variable to replace
16067 `ibuffer-delete-window-on-quit'. Update all references.
16068 (ibuffer-prev-window-config): New variable.
16069 (ibuffer-quit): Restore previous window configuration instead of
16070 deleting window.
16071 (ibuffer): Save window configuration before showing Ibuffer buffer.
16072
16073 * help.el (describe-mode): Doc fix.
16074
16075 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16076
16077 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
16078 not to treat nil as a function.
16079
16080 * vc-arch.el (vc-arch-root): Be a bit more careful.
16081 (vc-arch-register): Save the buffer if we modified it.
16082 (vc-arch-delete-rej-if-obsolete): Save excursion.
16083 (vc-arch-find-file-hook): Use the simpler after-save-hook.
16084 (vc-arch-responsible-p, vc-arch-init-version): New functions.
16085
16086 * net/ldap.el (ldap-search): Use list*.
16087
16088 2004-04-12 Juri Linkov <juri@jurta.org>
16089
16090 * info.el (Info-follow-reference): Allow multiline reference name.
16091
16092 2004-04-11 Dave Love <fx@gnu.org>
16093
16094 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
16095
16096 * progmodes/python.el: New file.
16097
16098 2004-04-11 Andre Spiegel <spiegel@gnu.org>
16099
16100 * vc-hooks.el (vc-arg-list): Function removed.
16101 (vc-default-workfile-unchanged-p): Use condition-case to check for
16102 backward compatibility.
16103
16104 * vc.el (vc-print-log): Use condition-case to check for backward
16105 compatibility.
16106
16107 2004-04-11 Juri Linkov <juri@jurta.org>
16108
16109 * dired.el (dired-faces): New defgroup.
16110 (dired-header, dired-mark, dired-marked, dired-flagged)
16111 (dired-warning, dired-directory, dired-symlink, dired-ignored):
16112 New faces.
16113 (dired-header-face, dired-mark-face, dired-marked-face)
16114 (dired-flagged-face, dired-warning-face, dired-directory-face)
16115 (dired-symlink-face, dired-ignored-face): New face variables.
16116 (dired-font-lock-keywords): Use them instead of font-lock faces.
16117 Split the rule for dired marks into 3 separate rules: for marks,
16118 marked file names and flagged file names.
16119
16120 * help-mode.el (help-make-xrefs): Add a final newline to the
16121 *Help* buffer.
16122
16123 2004-04-11 John Paul Wallington <jpw@gnu.org>
16124
16125 * replace.el (occur-engine): Distinguish between one and several
16126 matches in the matches per buffer heading.
16127
16128 2004-04-11 Kim F. Storm <storm@cua.dk>
16129
16130 * ido.el (ido-confirm-unique-completion): New defcustom.
16131 (ido-complete): Use it.
16132 (ido-write-file): Set it to t unconditionally.
16133
16134 2004-04-10 Miles Bader <miles@gnu.org>
16135
16136 RCS keyword removal (only non-comment changes are enumerated here):
16137
16138 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
16139 (byte-compile-insert-header): Don't use `byte-compile-version'.
16140 * forms.el (forms-version): Variable removed.
16141 (forms-mode): Don't use `forms-version'.
16142 * recentf.el (recentf-version): Variable removed.
16143 * progmodes/delphi.el (delphi-version): Variable removed.
16144 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
16145
16146 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16147
16148 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
16149
16150 2004-04-09 Jesper Harder <harder@ifa.au.dk>
16151
16152 * info.el (info-apropos): Improve menu item regexp.
16153
16154 2004-04-09 Simon Josefsson <jas@extundo.com>
16155
16156 * mail/smtpmail.el: Add comment, based on report by
16157 kdc@rcn.com (Kevin D. Clark).
16158
16159 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16160
16161 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16162 Redo one more thing that I didn't notice Daniel had undone.
16163
16164 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
16165
16166 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
16167 (gdb-goto-breakpoint, gdb-display-buffer)
16168 (gdb-display-source-buffer, gdb-view-source-function)
16169 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
16170 (gdb-source-info, gdb-frame-handler): Don't specify a window
16171 for display.
16172 (gdb-info-breakpoints-custom): Remove superfluous update of
16173 assembler buffer.
16174 (gdb-many-windows): Make settable outside gdb.
16175
16176 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
16177
16178 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
16179 Derive from fundamental-mode rather than text-mode.
16180
16181 2004-04-08 Juri Linkov <juri@jurta.org>
16182
16183 * info.el (Info-history): Doc fix.
16184 (Info-history-list): New var.
16185 (info-xref): Change magenta4 to blue, remove bold for dark and
16186 light backgrounds, change bold to underline for non-color classes.
16187 (info-xref-visited): New face.
16188 (Info-fontify-visited-nodes): New custom.
16189 (Info-hide-note-references): Add new value `hide'. Doc fix.
16190 (Info-reference-name): New var.
16191 (Info-selection-hook): New custom.
16192 (Info-edit-mode-hook): New var.
16193 (Info-find-file): New fun.
16194 (Info-find-node): Move part of code to Info-find-file.
16195 (Info-find-node-2): Add anchors to Info-history-list. Move point
16196 to the place with the reference name if name is defined.
16197 (Info-select-node): Add current node to Info-history-list.
16198 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
16199 (Info-search-whitespace-regexp): New custom.
16200 (Info-search-case-fold): New var.
16201 (Info-search): Add "case-sensitively" to the prompt.
16202 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
16203 (Info-search-case-sensitively, Info-search-next): New fun.
16204 (Info-up): Move point to the menu item of the current node.
16205 (Info-history): New fun. Add *info-history* to
16206 same-window-buffer-names.
16207 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
16208 (Info-insert-toc): New fun.
16209 (Info-build-toc): New fun.
16210 (Info-follow-reference): Add new arg `fork'. Doc fix.
16211 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
16212 with the same name prefer the reference closest to point.
16213 (Info-next-reference): Replace * by + in the *Note regexp.
16214 Add regexp for http:// and ftp://. Skip the *Note prefix.
16215 (Info-prev-reference): Replace * by + in the *Note regexp.
16216 Add regexp for http:// and ftp://. Skip the *Note prefix.
16217 (Info-follow-nearest-node): Add new arg `fork'.
16218 (Info-try-follow-nearest-node): Add new arg `fork'.
16219 Call browse-url for http:// and ftp:// references.
16220 Set Info-reference-name for index entries.
16221 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
16222 Info-search-next, Info-history, Info-toc, clone-buffer.
16223 (Info-menu-update): Replace * by + in the *Note regexp.
16224 (Info-mode): Add documentation for Info-history, Info-toc,
16225 Info-search-case-sensitively, Info-search-next, clone-buffer.
16226 (Info-fontify-menu-headers): Remove fun. Move code to
16227 Info-fontify-node.
16228 (Info-fontify-node): Add docstring. Add local vars
16229 fontify-visited-p and not-fontified-p. If not-fontified-p is t
16230 then fontify header line, titles, menu headers, http and ftp
16231 references, refill paragraphs. If not-fontified-p is t or
16232 fontify-visited-p is t then fontify cross references, menu items.
16233 Fontify menu headers. Fontify http and ftp references.
16234 Change regexp for cross references to require whitespace after *Note,
16235 add matching groups for file and node names. Remove hack for quote.
16236 Use display property for Info-hide-note-references=t. Use fifth
16237 or fourth match for help-echo. Display visited nodes in a
16238 different face. Unhide file names of external references.
16239 Unhide newlines. Display visited menu items in a different face.
16240
16241 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
16242
16243 * progmodes/compile.el: Require CL.
16244 (compilation-mode-font-lock-keywords): Re-install the "line as
16245 function" patch.
16246
16247 * help-fns.el (help-C-source-directory): New var.
16248 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
16249 (describe-function-1, describe-variable): Use them.
16250
16251 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
16252 to C source files specially.
16253
16254 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
16255
16256 * info.el (Info-hide-cookies-node): New function.
16257 (Info-select-node): Use it.
16258 (Info-display-images-node): Remove message with image file name.
16259
16260 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
16261
16262 * progmodes/compile.el (compilation-warning-face)
16263 (compilation-info-face, compilation-skip-threshold)
16264 (compilation-skip-visited, compilation-context-lines):
16265 Declare :version when added to Emacs.
16266 (compilation-error-regexp-alist-alist): Extend caml and irix.
16267 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
16268 (compilation-mode-font-lock-keywords): Temporarily undo line as
16269 function patch, which wasn't ready.
16270
16271 2004-04-07 Kenichi Handa <handa@m17n.org>
16272
16273 * international/latin1-disp.el (latin1-display-setup): Check each
16274 character is displayable or not instead of calling
16275 latin1-display-check-font.
16276
16277 2004-04-06 Kenichi Handa <handa@m17n.org>
16278
16279 * language/ethio-util.el (ethio-sera-being-called-by-w3):
16280 New variable.
16281 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
16282 instead of sera-being-called-by-w3.
16283 (ethio-fidel-to-sera-buffer): Likewise.
16284 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
16285 instead of sera-being-called-by-w3.
16286 (ethio-write-file): Likewise.
16287
16288 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16289
16290 * printing.el: Doc fix.
16291
16292 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
16293
16294 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
16295 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
16296 (gdb-setup-windows): Only use separate IO buffer if required.
16297
16298 2004-04-06 Kim F. Storm <storm@cua.dk>
16299
16300 * term.el (term-is-xemacs): Remove.
16301 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
16302 (term-window-width): New function.
16303 (term-mode, term-check-size): Use it.
16304 (term-mode): Disable overflow-newline-into-fringe in term buffer.
16305
16306 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
16307
16308 * cus-edit.el (custom-add-parent-links): Change unbound variable
16309 `symbol' to `name'.
16310
16311 2004-04-05 Jesper Harder <harder@ifa.au.dk>
16312 * info.el (info-apropos): New function.
16313 (Info-mode-menu): Add it.
16314 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
16315
16316 * help-mode.el (help-make-xrefs): Recognize aliased variable with
16317 inherited docstring.
16318
16319 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
16320
16321 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16322
16323 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
16324
16325 * progmodes/compile.el (font-lock): Don't require any more.
16326 (compilation-error-properties, compilation-start, compilation-sentinel)
16327 (compilation-filter, next-error): Use with-current-buffer.
16328 (compilation-skip-to-next-location, compilation-skip-threshold)
16329 (compilation-skip-visited): Move to silence the byte-compiler.
16330 (compilation-setup): Simplify.
16331 (compilation-next-error): Use line-(beginning|end)-position.
16332 Make sure `pt' is non-nil before using compilation-loop.
16333 (compile-goto-error): Add optional event arg. Use it.
16334 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
16335 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
16336 Update the binding for mouse-2.
16337 (first-error): Set compilation-current-error to nil rather than bob.
16338 (compilation-parsing-end, compilation-parse-errors-function)
16339 (compilation-error-list, compilation-old-error-list):
16340 "New" compatibility variables.
16341 (compile-buffer-substring, compilation-compat-error-properties)
16342 (compilation-compat-parse-errors, compilation-forget-errors):
16343 New compatibility functions.
16344 (compilation-mode-font-lock-keywords): Use them.
16345
16346 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
16347
16348 * autorevert.el (auto-revert-handler): If point (or a window
16349 point) is at the end of the buffer, keep it there after
16350 reverting. This allows to tail a file.
16351 Mention this in the `Commentary'.
16352
16353 * format.el (format-write-file): Add optional argument CONFIRM
16354 and make it behave like the analogous argument to `write-file'.
16355
16356 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16357
16358 * progmodes/ebnf2ps.el: Doc fix.
16359 (ebnf-version): New version number (4.2).
16360 (ebnf-syntax): Customization and docstring fix.
16361 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
16362 Put autoloaded funs before first use.
16363 (ebnf-style-database): Add dtd entry.
16364 (ebnf-syntax-alist): Add dtd initialization.
16365 (ebnf-token-sequence): New fun.
16366 (ebnf-comment-table): Add new comment action character.
16367 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
16368
16369 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
16370 Type Definition for XML).
16371
16372 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
16373 * progmodes/ebnf-bnf.el (ebnf-sequence):
16374 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
16375 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
16376 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
16377 Code simplification: call ebnf-token-sequence.
16378
16379 2004-04-04 Eli Zaretskii <eliz@gnu.org>
16380
16381 * calendar/timeclock.el (timeclock-relative)
16382 (timeclock-get-project-function, timeclock-get-workday-function)
16383 (timeclock-query-out, timeclock-when-to-leave)
16384 (timeclock-when-to-leave-string, timeclock-log-data)
16385 (timeclock-generate-report, timeclock-in): Doc fixes.
16386
16387 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16388
16389 * url/: New dir. Import the URL package from its repository.
16390
16391 2004-04-03 Andreas Schwab <schwab@suse.de>
16392
16393 * diff-mode.el (diff-mode): Fix missing quote.
16394
16395 2004-04-03 Juri Linkov <juri@jurta.org>
16396
16397 * descr-text.el (describe-property-list): Add `font-lock-face'.
16398
16399 * dired.el (dired-font-lock-keywords): Fix permission regexps.
16400
16401 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16402
16403 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
16404 Use utf-16le on little endian machines and utf-16be otherwise.
16405
16406 2004-04-02 David Kastrup <dak@gnu.org>
16407
16408 * net/browse-url.el (browse-url-generic): Use call-process
16409 instead of start-process to allow browsers that fork and detach.
16410
16411 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
16412
16413 * compile.el (compilation-current-error): New var.
16414 (compilation-setup, compile-mouse-goto-error)
16415 (compile-goto-error, next-error): Use it.
16416 (compilation-skip-to-next-location): Default to t, which gives
16417 contiguous skipping like old compile (where this was redundant).
16418 (compilation-next-error): Prevent previous-* commands from moving
16419 back to message at or just before point.
16420
16421 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
16422
16423 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
16424 (gdb-source-info): Don't display source at startup, if required.
16425 (gdb-show-main): New option.
16426 (gdba): Update documentation.
16427 (gdb-source): Cover case of auto-display output.
16428
16429 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
16430
16431 * autorevert.el: Delete obsolete autoload's and defvar's.
16432 (auto-revert-check-vc-info): New user option.
16433 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16434 (auto-revert-handler-vc): Delete.
16435 (auto-revert-handler): Treat return value `fast' of
16436 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
16437
16438 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
16439 return `fast'.
16440
16441 * files.el (buffer-stale-function): Doc change.
16442
16443 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16444
16445 * printing.el: New tip on Tips section.
16446 (pr-version): New version number (6.7.4).
16447 (pr-shell-file-name): Initialization fix.
16448
16449 2004-03-31 Juri Linkov <juri@jurta.org>
16450
16451 * dired.el: Add autoload for `dired-do-touch'.
16452 (dired-touch-program): New var.
16453 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
16454 (dired-no-confirm): Add `touch' to docstring.
16455
16456 * dired-aux.el (dired-do-touch): New fun.
16457 (dired-do-chxxx): Add argument -t for touch operation.
16458
16459 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
16460 `dired-move-to-filename-regexp'.
16461
16462 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
16463
16464 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
16465
16466 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16467
16468 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
16469 and only if the buffer was modified.
16470
16471 2004-03-30 Kenichi Handa <handa@m17n.org>
16472
16473 * international/characters.el: Delete pairs for U+2308..U+230B.
16474
16475 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
16476
16477 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
16478 to detect the beginning of a level 2 or 3 annotation.
16479
16480 2004-03-29 Kenichi Handa <handa@m17n.org>
16481
16482 * international/ucs-tables.el (ucs-insert): Fix the error message.
16483
16484 2004-03-29 Kenichi Handa <handa@m17n.org>
16485
16486 * international/mule-util.el (char-displayable-p): Fix generation
16487 of XLFD file name.
16488
16489 * Makefile.in (setwins, setwins_almost): Change directory to $wd
16490 before finding directories by `find'.
16491
16492 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16493
16494 * subr.el (interactive-form): Delete. Now implemented in C.
16495
16496 * pcvs.el (cvs-parse-process): Workaround for Darwin.
16497
16498 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
16499 (vc-diff-label): New fun.
16500 (vc-diff-internal): Use it.
16501
16502 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
16503
16504 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16505
16506 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
16507
16508 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
16509 specify XML (EBNFX).
16510
16511 * progmodes/ebnf2ps.el: Doc fix.
16512 (ebnf-version): New version number (4.1).
16513 (ebnf-syntax): Adjust customization.
16514 (ebnf-style-database): Add ebnfx entry.
16515 (ebnf-syntax-alist): Add ebnfx initialization.
16516 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
16517
16518 * printing.el: Doc fix.
16519 (pr-version): New version number (6.7.3).
16520 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
16521 returns nil for mouse position. Reported by Drew Adams
16522 <drew.adams@oracle.com>.
16523 (pr-update-menus): Modify interactive declaration. Reported by Drew
16524 Adams <drew.adams@oracle.com>.
16525
16526 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
16527
16528 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
16529 (gud-gdba-marker-filter): Log the process input and output, if
16530 required. From Stefan Monnier.
16531 (gdb-debug-log, gdb-enable-debug-log): New variables.
16532 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
16533
16534 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16535
16536 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
16537 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
16538
16539 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
16540
16541 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
16542 Call vc-find-file-hook here instead of in auto-revert-buffers.
16543 (auto-revert-buffers): Delete call to vc-find-file-hook.
16544 (auto-revert-verbose, global-auto-revert-non-file-buffers)
16545 (global-auto-revert-mode, auto-revert-set-timer)
16546 (auto-revert-handler, auto-revert-buffers): Doc fixes.
16547
16548 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16549
16550 * woman.el (woman-change-fonts): Rename local variable
16551 woman-font-alist to font-alist to avoid a compiler warning.
16552
16553 2004-03-27 Dave Love <fx@gnu.org>
16554
16555 * emacs-lisp/rx.el (rx): Doc fix.
16556 Fix copyright years.
16557
16558 * strokes.el (strokes-global-set-stroke-string): New function.
16559 (strokes-list-strokes): Cope with strings, not just commands.
16560 Set foreground colour of image.
16561 (strokes-global-set-stroke): Doc fix.
16562
16563 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
16564
16565 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
16566 Auto Revert mode.
16567 (Buffer-menu-files-only): New variable.
16568 (Buffer-menu-toggle-files-only): New function.
16569 (Buffer-menu-mode-map): Bind it to `T'.
16570 (Buffer-menu-mode): Mention `T' in docstring.
16571 Set buffer-stale-function.
16572 (list-buffers-noselect): Mark buffer non-modified and set
16573 Buffer-menu-files-only.
16574
16575 * dired.el (buffer-stale-function): Remove no longer needed defvar.
16576
16577 * autorevert.el (auto-revert-handler): Print revert message
16578 before, rather than after, reverting.
16579 (buffer-stale-function): Move to files.el.
16580
16581 * files.el (buffer-stale-function): Move here from autorevert.el.
16582
16583 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16584
16585 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
16586
16587 * calc/calc.el (calc-mode-map): Use mapc.
16588
16589 * apropos.el (apropos-mode): Don't autoload.
16590 (apropos-symbols-internal): New fun. Extracted from `apropos'.
16591 (apropos): Use it.
16592 (apropos-print): Add optional `text' argument.
16593 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
16594 Don't assume point-min == 1.
16595
16596 * bs.el (bs-buffer-list): Use buffer-local-value.
16597 (bs--set-toggle-to-show): Use with-current-buffer.
16598
16599 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
16600 New funs.
16601 (list-buffers-noselect): Use them. Adjust :align-to to new style.
16602
16603 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
16604
16605 * dabbrev.el (dabbrev-expand): Fix regexp construction.
16606 (dabbrev--find-expansion): Use pop.
16607 (dabbrev--search): Use match-string-no-properties.
16608
16609 * dired.el (dired-mode): Use run-mode-hooks.
16610 (dired-move-to-end-of-filename): Use match-string.
16611
16612 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
16613 is bound before using it.
16614 (ediff-verbose-p): Make it into a var since it's not constant.
16615
16616 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
16617
16618 * faces.el (read-face-font): Don't cons up unnecessarily.
16619 (header-line, tool-bar): Share common parts.
16620
16621 * files.el (file-relative-name): Use compare-strings.
16622
16623 * finder.el (finder-mode): Follow coding convention.
16624
16625 * subr.el (read-number): New function.
16626
16627 * ses.el (ses-read-number): Move to subr.el.
16628 (ses-set-header-row): Use read-number.
16629
16630 2004-03-26 Andre Spiegel <spiegel@gnu.org>
16631
16632 * vc-hooks.el (vc-arg-list): New function, which handles both
16633 compiled and uncompiled code.
16634 (vc-default-workfile-unchanged-p): Use it.
16635
16636 * vc.el (vc-print-log): Undo prev change, use new function
16637 vc-arg-list from vc-hooks.el.
16638
16639 2004-03-26 Masatake YAMATO <jet@gyve.org>
16640
16641 * simple.el (completion-setup-function): Emphasize the
16642 first uncommon characters in the completions; and de-emphasize
16643 the common prefix substrings.
16644 (completion-emphasis): New face.
16645 (completion-de-emphasis): New face.
16646
16647 2004-03-25 Juanma Barranquero <lektu@terra.es>
16648
16649 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
16650 Comment out (it's unused and unfinished code).
16651
16652 2004-03-25 Sam Steingold <sds@gnu.org>
16653
16654 * vc.el (vc-print-log): Fix a bug in the last patch:
16655 backend-function may be a byte-compiled object, not a lambda.
16656
16657 2004-03-25 Juri Linkov <juri@jurta.org>
16658
16659 * descr-text.el (describe-property-list): Add a button
16660 for `face' property that calls `describe-face'.
16661 Suggested by luis fernandes <elf@ee.ryerson.ca>
16662
16663 * international/mule.el (keyboard-coding-system):
16664 * kmacro.el (kmacro-call-macro): Fix docstring.
16665
16666 * dired.el: Fix comments.
16667
16668 * textmodes/fill.el (fill): Fix Info link.
16669
16670 * font-lock.el (fast-lock, lazy-lock):
16671 * jit-lock.el (jit-lock): Remove links to removed Support Modes
16672 Info node.
16673
16674 * eshell/eshell.el (eshell): Fix broken info-link.
16675
16676 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
16677 * eshell/em-banner.el (eshell-banner):
16678 * eshell/em-smart.el (eshell-smart):
16679 * eshell/esh-cmd.el (eshell-cmd):
16680 Comment out broken info-links to incomplete Info manual.
16681
16682 * info-xref.el: Fix commentary.
16683
16684 2004-03-25 Kevin Ryde <user42@zip.com.au>
16685
16686 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
16687 Remove spurious node duplicate suppression, doesn't work, not wanted.
16688 (info-xref-output): Take format style args, add "sit-for 0" to let
16689 user see the results as they progress.
16690 (info-xref-check-all-custom): New function.
16691
16692 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
16693
16694 * gdb-ui.el: Moved to progmodes.
16695
16696 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16697
16698 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
16699
16700 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16701
16702 * calendar/appt.el (appt-check): Remove superfluous progn.
16703 When finished with diary buffer: if it was not being displayed
16704 before, kill it; otherwise restore its original state.
16705 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
16706
16707 * calendar/calendar.el (calendar-set-mode-line): Use total
16708 available mode-line width, rather than frame-width.
16709
16710 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
16711 after mode change so effect not lost.
16712
16713 2004-03-23 Dave Love <fx@gnu.org>
16714
16715 * dired.el (dired) <defgroup>: Add link to manual.
16716 (dired-font-lock-keywords): Add highlighting on unusual permissions.
16717 (dired-revert): Use dolist.
16718 (dired-mode-map): Add U binding.
16719 (dired-mode): Add font-lock-beginning-of-syntax-function.
16720 (dired-garbage-files-regexp): Make it a defcustom.
16721
16722 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16723
16724 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
16725 is equivalent to nil.
16726 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
16727 (vc-arch-mode-line-string): Accept `added' state.
16728 (vc-arch-state): Use inode-sigs if available.
16729 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
16730 Copy&delete existing id file if any. Fallback if uuidgen is absent.
16731 (vc-arch-tagline-re): New var.
16732 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
16733 New functions.
16734 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
16735 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
16736
16737 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
16738 (vc-file-not-found-hook): Use it.
16739
16740 * diff-mode.el (diff-default-read-only): Change default.
16741 (diff-mode-hook): Make it a defcustom. Add some options.
16742 (diff-mode-map): Bind diff-refine-hook.
16743 (diff-yank-handler): New var.
16744 (diff-yank-function): New fun.
16745 (diff-font-lock-keywords): Use them.
16746 (diff-end-of-file): Handle case where file-header looks like diff text.
16747 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
16748 (diff-file-kill): Delete a subsequent empty line, if applicable.
16749 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
16750 (diff-find-file-name): Use it.
16751 (diff-tell-file-name): New command.
16752 (diff-mode): Be careful with view-mode.
16753 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
16754 New functions, for use in diff-mode-hook.
16755 (diff-find-source-location): Catch "regex too large" errors.
16756 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
16757 (diff-refine-hunk): New command.
16758
16759 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
16760 (smerge-context-menu-map): Remove unused var.
16761 (smerge-keep-all): Preserve markers.
16762 (smerge-keep-n): New fun.
16763 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16764 (smerge-keep-current, smerge-ediff): Use it.
16765 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
16766 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
16767 (smerge-resolve): Resolve trivial 3-part conflicts.
16768
16769 2004-03-23 Juri Linkov <juri@jurta.org>
16770
16771 * man.el (Man-width): New var.
16772 (Man-getpage-in-background): Use it.
16773 (Man-support-local-filenames): New var and fun.
16774 (Man-build-man-command): Don't add a second %s.
16775 (Man-fontify-manpage): Clean up message.
16776 (Man-mode): Set outline-regexp, outline-level,
16777 imenu-generic-expression.
16778
16779 * woman.el (woman-fill-frame): Doc fix.
16780 (woman-decode-region): Use window-width instead of frame-width.
16781
16782 * abbrevlist.el (list-one-abbrev-table):
16783 * descr-text.el (describe-char):
16784 * international/mule-diag.el (describe-current-coding-system):
16785 * international/quail.el (quail-insert-decode-map):
16786 Use window-width instead of frame-width.
16787
16788 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
16789 (jka-compr-mode-alist-additions): Add tbz.
16790 (jka-compr-write-region, jka-compr-insert-file-contents):
16791 Add message for undefined compress-program.
16792 (jka-compr-write-region): Remove redundant var bindings.
16793
16794 * dired-x.el (dired-guess-shell-alist-default): Add choices for
16795 extracting files into subdirectory. Add tbz and dz. Fix regexps.
16796 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
16797 (dired-man): Use dired-guess-shell-command.
16798 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
16799 Change default nil to t.
16800
16801 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
16802 (dired-compare-directories): Add default value for empty input.
16803
16804 * help-at-pt.el: Move suggestions for key bindings to Commentary.
16805
16806 * time.el (display-time-string-forms): Fix help-echo date format.
16807
16808 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
16809
16810 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
16811 (buffer-stale-function): New variable.
16812 (auto-revert-list-diff, auto-revert-dired-file-list)
16813 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
16814 (auto-revert-handler): Take over some functionality of deleted
16815 functions.
16816 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
16817
16818 * dired.el (dired-directory-changed-p): New fun, extracted from
16819 dired-internal-noselect.
16820 (dired-buffer-stale-p): New fun.
16821 (dired-internal-noselect): Use dired-directory-changed-p.
16822 Eliminate revert messages.
16823 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
16824
16825 2004-03-23 Kenichi Handa <handa@m17n.org>
16826
16827 * international/characters.el: Setup syntaxes for more parentheses
16828 Unicode characters.
16829
16830 * international/mule-cmds.el (select-safe-coding-system):
16831 Merge coding-system and auto-cs before comparing them.
16832
16833 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16834
16835 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
16836
16837 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
16838 normal-auto-fill-function and comment-indent-function.
16839 The default values now work just as well.
16840 Don't set font-lock-beginning-of-syntax-function since we already set
16841 syntax-begin-function.
16842 (lisp-outline-level): Put ;;;###autoload at same level as (.
16843 (prin1-char): Quote special chars.
16844
16845 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
16846 than with-no-warnings.
16847
16848 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
16849 if the source location can't be found.
16850 (edebug-compute-previous-result): Use prin1-char.
16851
16852 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
16853 (debug-ignored-errors): Add an entry.
16854
16855 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
16856 (byte-compile-file): Output warning when deleting a file.
16857
16858 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
16859 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
16860
16861 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
16862 (byte-compile-inline-expand): Use backquote.
16863 (byte-optimize-pure-func): Rename from byte-optimize-concat.
16864 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
16865
16866 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
16867
16868 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
16869
16870 2004-03-22 Juri Linkov <juri@jurta.org>
16871
16872 * finder.el (finder-known-keywords): Fix data, tex, unix.
16873
16874 * play/landmark.el: Fix keywords.
16875
16876 * language/ethio-util.el (ethio-find-file): Doc fix.
16877
16878 * emacs-lisp/warnings.el: Doc fix.
16879
16880 * textmodes/ispell.el (ispell-help): Doc fix.
16881
16882 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
16883
16884 * format.el (format-insert-file): Always return a list of two
16885 elements, like insert-file-contents does.
16886
16887 2004-03-21 Andre Spiegel <spiegel@gnu.org>
16888
16889 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
16890 and vc-BACKEND-diff.
16891 (vc-print-log): If the print-log implementation supports it, use
16892 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
16893 (vc-version-diff, vc-diff-internal): Doc fixes.
16894
16895 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
16896 implementation supports it, let diff output go to *vc*,
16897 not *vc-diff*, since this is an internal call.
16898
16899 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
16900
16901 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
16902
16903 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
16904
16905 2004-03-21 Dave Love <fx@gnu.org>
16906
16907 * progmodes/cfengine.el (cfengine-mode):
16908 Set parse-sexp-ignore-comments.
16909
16910 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
16911
16912 2004-03-21 Juanma Barranquero <lektu@terra.es>
16913
16914 * allout.el (allout-mode): Fix docstring.
16915
16916 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
16917
16918 * files.el (insert-directory): Fix bug if SWITCHES is a list.
16919
16920 * autorevert.el (auto-revert-interval): Make new value take
16921 effect immediately when set through Custom.
16922 (auto-revert-set-timer): Add interactive declaration.
16923
16924 2004-03-19 David Ponce <david@dponce.com>
16925
16926 * ruler-mode.el (ruler-mode-header-line-format-old):
16927 Don't `make-variable-buffer-local'.
16928 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
16929 (ruler-mode-header-line-format): Simply funcall the above.
16930 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
16931 to save/restore a previous header line format.
16932 (ruler-mode-space): Don't depend on a numeric WIDTH value.
16933 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
16934 fringes and margins width.
16935 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
16936
16937 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16938
16939 * log-edit.el (log-edit-font-lock-keywords): Typo.
16940
16941 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
16942 (tex-send-tex-command): Rather than here.
16943 (tex-compilation-parse-errors): Simplify.
16944
16945 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
16946
16947 * time.el (display-time-string-forms): Add help-echo with date on time.
16948
16949 * composite.el (compose-region): Use restore-buffer-modified-p.
16950
16951 * disp-table.el (standard-display-8bit): Simplify.
16952
16953 * server.el (server-process-filter): Delete temp frame.
16954
16955 * add-log.el (add-change-log-entry): Simplify.
16956
16957 2004-03-19 Kim F. Storm <storm@cua.dk>
16958
16959 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
16960 (hexl-follow-line): Don't require 'fringe.
16961
16962 * progmodes/compile.el (compilation-start): Always set
16963 compilation-last-buffer and return it.
16964
16965 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
16966
16967 * simple.el (clone-buffer): Doc fix.
16968
16969 2004-03-18 Juanma Barranquero <lektu@terra.es>
16970
16971 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
16972
16973 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16974
16975 * log-edit.el (log-edit-font-lock-keywords): New var.
16976 (log-edit-mode): Use it.
16977
16978 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
16979
16980 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
16981 properly for watching in speedbar.
16982
16983 2004-03-17 Masatake YAMATO <jet@gyve.org>
16984
16985 * smerge-mode.el (smerge-popup-context-menu):
16986 Put `unwind-protect' around `overlay-put' and `popup-menu'.
16987
16988 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
16989
16990 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
16991 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
16992 Take sealed revisions into account.
16993 (vc-arch-checkin): Extract a summary line from the message.
16994
16995 2004-03-16 Masatake YAMATO <jet@gyve.org>
16996
16997 * register.el (register): Provide `register' feature.
16998
16999 2004-03-15 Masatake YAMATO <jet@gyve.org>
17000
17001 Added context menu support in smerge mode.
17002 Most of the part is written by Stefan Monnier.
17003
17004 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
17005 New keymap and menu.
17006 (smerge-text-properties): New function.
17007 (smerge-remove-props): New function.
17008 (smerge-popup-context-menu): New function.
17009 (smerge-resolve): Call `smerge-remove-props'.
17010 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
17011 (smerge-keep-current): Ditto.
17012 (smerge-kill-current): New function.
17013 (smerge-match-conflict): Put text properties.
17014 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
17015
17016 2004-03-15 David Ponce <david@dponce.com>
17017
17018 * ruler-mode.el (ruler-mode-left-fringe-cols)
17019 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
17020 (ruler-mode-right-scroll-bar-cols): Remove.
17021 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
17022 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
17023 Use fringe-columns and scroll-bar-columns.
17024
17025 2004-03-15 Masatake YAMATO <jet@gyve.org>
17026
17027 * hl-line.el (hl-line-range-function): New variable.
17028 (hl-line-move): New function.
17029 (global-hl-line-highlight): Use `hl-line-move'.
17030 (hl-line-highlight): Ditto.
17031
17032 * scroll-bar.el (scroll-bar-columns):
17033 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
17034
17035 * ruler-mode.el (top-level): Require scroll-bar and fringe.
17036 (ruler-mode-left-fringe-cols)
17037 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
17038 (ruler-mode-right-scroll-bar-cols)
17039 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
17040 (ruler-mode-ruler-function): New variable.
17041 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
17042 if the value for `ruler-mode-ruler-function'is given.
17043
17044 * hexl.el (hexl-mode-hook): Make the hook customizable.
17045 (hexl-address-area, hexl-ascii-area): New customize variables.
17046 (hexlify-buffer): Put font-lock-faces on the address area and
17047 the ascii area.
17048 (hexl-activate-ruler): New function.
17049 (hexl-follow-line): New function.
17050 (hexl-highlight-line-range): New function.
17051 (hexl-mode-ruler): New function.
17052
17053 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
17054
17055 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
17056 (vc-default-find-file-hook): New fun.
17057 (vc-find-file-hook): Call new find-file-hook operation.
17058
17059 * vc-arch.el: New file.
17060
17061 2004-03-12 Jesper Harder <harder@ifa.au.dk>
17062
17063 * info-look.el (info-lookup): Reuse an existing Info window.
17064
17065 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17066
17067 * woman.el (woman-preserve-ascii): Default value changed to t and
17068 doc string revised.
17069
17070 2004-03-12 Richard M. Stallman <rms@gnu.org>
17071
17072 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17073 Fix minor bug.
17074
17075 * replace.el (occur-engine): Change message for count of matches.
17076
17077 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
17078 For strings, do compare text properties.
17079
17080 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
17081
17082 * progmodes/compile.el (compile-auto-highlight)
17083 (compilation-error-list, compilation-old-error-list)
17084 (compilation-parse-errors-function, compilation-parsing-end)
17085 (compilation-error-message, compilation-directory-stack)
17086 (compilation-enter-directory-regexp-alist)
17087 (compilation-leave-directory-regexp-alist)
17088 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
17089 (compilation-current-file, compilation-regexps): Remove vars.
17090
17091 (compile-error-at-point, compilation-error-filedata)
17092 (compilation-error-filedata-file-name, compile-reinitialize-errors)
17093 (compilation-next-error-locus, compilation-forget-errors)
17094 (count-regexp-groupings, compilation-parse-errors)
17095 (compile-collect-regexps, compile-buffer-substring): Remove funs.
17096
17097 (compile-internal): Make obsolete.
17098
17099 (compilation-first-column, compilation-error)
17100 (compilation-directory-matcher, compilation-page-delimiter)
17101 (compilation-mode-font-lock-keywords, compilation-debug)
17102 (compilation-error-face, compilation-warning-face)
17103 (compilation-info-face, compilation-line-face)
17104 (compilation-column-face, compilation-enter-directory-face)
17105 (compilation-leave-directory-face, compilation-skip-threshold)
17106 (compilation-skip-visited, compilation-context-lines): New vars.
17107
17108 (compilation-warning-face, compilation-info-face)
17109 (compilation-message-face): New faces.
17110
17111 (compilation-error-regexp-alist-alist): New constant.
17112
17113 (compilation-face, compilation-directory-properties)
17114 (compilation-assq, compilation-error-properties, compilation-start)
17115 (define-compilation-mode, compilation-loop)
17116 (compilation-set-window): New functions.
17117
17118 (compile): Additional argument for interactive compiles like TeX.
17119
17120 * progmodes/grep.el (kill-grep): Move here from compile.el
17121 (grep-error, grep-hit-face, grep-error-face)
17122 (grep-mode-font-lock-keywords): New variables.
17123 (grep-regexp-alist): Simplify regexp and add `binary' case.
17124 (grep-mode): New mode.
17125 (grep-process-setup): Simplify.
17126
17127 2004-03-11 Jason Rumney <jasonr@gnu.org>
17128
17129 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
17130 letters on DOS/Windows.
17131
17132 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
17133
17134 * server.el (server-name): New var.
17135 (server-socket-dir): New var to replace server-socket-name.
17136 (server-start): Use them.
17137
17138 2004-03-11 Simon Josefsson <jas@extundo.com>
17139
17140 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
17141 died to avoid infloop. Reported by Jonathan Glauner
17142 <jglauner@sbum.org>.
17143
17144 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17145
17146 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
17147 (smerge-mode-menu): Use it to deactivate menu entries.
17148 (smerge-keep-current): New fun.
17149 (smerge-keep-current): Use it.
17150
17151 2004-03-10 John Paul Wallington <jpw@gnu.org>
17152
17153 * foldout.el (foldout-fold-list, foldout-modeline-string):
17154 Declare them as variables, not constants.
17155
17156 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17157
17158 * ps-print.el: Modification to print *Messages* buffer.
17159 (ps-print-version): New version 6.6.4.
17160 (ps-message-log-max): New fun.
17161 (ps-spool-without-faces, ps-spool-with-faces)
17162 (ps-count-lines-preprint): Code fix.
17163
17164 * printing.el: New tips in Tips section.
17165
17166 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17167
17168 * delim-col.el: Doc fix.
17169
17170 * printing.el: Doc fix. New doc section (Tips).
17171
17172 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17173
17174 * type-break.el (type-break-emacs-variant): Remove.
17175 (type-break-run-at-time, type-break-cancel-function-timers):
17176 Use fboundp rather than version name and number.
17177
17178 2004-03-09 Masatake YAMATO <jet@gyve.org>
17179
17180 * hexl.el (hexl-mode): Use `make-local-variable' instead of
17181 `make-variable-buffer-local'.
17182
17183 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
17184
17185 * find-dired.el (find-dired): Call `shell-command' instead of
17186 `start-process-shell-command'. By this, Tramp takes over
17187 handling of remote directories.
17188
17189 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17190
17191 * newcomment.el (comment-use-global-state): New var.
17192 (comment-search-forward): Use it.
17193
17194 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
17195
17196 * cus-edit.el (fill) <defgroup>: Move to fill.el.
17197
17198 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
17199 (enable-kinsoku): Make it a defcustom.
17200 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
17201 paragraph to same-comment-start-marker.
17202
17203 2004-03-07 Dave Love <fx@gnu.org>
17204
17205 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
17206 (browse-url-mail): Use it.
17207
17208 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
17209 (rfc2368-unhexify-string): Use replace-regexp-in-string.
17210
17211 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17212
17213 * woman.el (woman-man.conf-path): Doc fix.
17214 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
17215
17216 2004-03-07 Eli Zaretskii <eliz@gnu.org>
17217
17218 * sort.el (sort-columns): Remove ms-dos from the list of systems
17219 where the external `sort' command is not used.
17220
17221 2004-03-07 Kim F. Storm <storm@cua.dk>
17222
17223 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
17224 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
17225 from overlay-arrow-variable-list.
17226 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
17227
17228 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
17229
17230 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
17231 overlay arrow string properly for the assembler buffer.
17232
17233 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
17234
17235 * mail/sendmail.el (mail-mode): Fix last change.
17236
17237 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
17238
17239 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
17240 for the assembler buffer.
17241 (gdb-assembler-custom): Position the overlay arrow.
17242 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
17243
17244 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
17245
17246 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
17247
17248 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
17249 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
17250
17251 * mail/sendmail.el (mail-mode): Set comment-start-skip.
17252
17253 * newcomment.el (uncomment-region): Allow non-terminated comment.
17254 (comment-normalize-vars): Check the user-specified comstart marker.
17255
17256 2004-03-04 Jesper Harder <harder@ifa.au.dk>
17257
17258 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
17259 Otherwise, do use it if the region only contains font-lock text
17260 properties.
17261
17262 2004-03-04 Masatake YAMATO <jet@gyve.org>
17263
17264 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
17265 as the callback function for eldoc.
17266 (hexl-print-current-point-info): New function.
17267 (hexl-current-address): Print the address in both decimal
17268 and hexadecimal format.
17269
17270 2004-03-04 Richard M. Stallman <rms@gnu.org>
17271
17272 * mail/rmail.el (rmail-convert-to-babyl-format):
17273 Specify t for UNIBYTE when calling mail-unquote-printable-region.
17274
17275 * mail/mail-utils.el (mail-unquote-printable-region):
17276 New arg UNIBYTE.
17277
17278 * startup.el (command-switch-alist): Doc fix.
17279
17280 * simple.el (undo): Temporarily set this-command to `undo-start',
17281 then set it to `undo' once undo-start returns without error.
17282
17283 * simple.el (minibuffer-history-sexp-flag): Doc fix.
17284
17285 * simple.el (kill-line): Don't disregard trailing whitespace
17286 in eol condition, if show-trailing-whitespace is set.
17287
17288 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
17289 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
17290 When disabling, restore old values only if mouse-sel-has-been-enabled.
17291
17292 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
17293 (isearch-{-char): New function.
17294 (isearch-mode-map): Bind { to isearch-{-char.
17295
17296 * font-lock.el (lisp-font-lock-keywords-2):
17297 Turn off the CL with-... and do-... general patterns.
17298 Instead, recognize several specific with... and do... constructs.
17299
17300 * files.el (switch-to-buffer-other-window):
17301 Bind same-window-buffer-names and same-window-regexps to nil.
17302 (switch-to-buffer-other-frame): Likewise.
17303
17304 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17305
17306 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
17307 recognizing leading comment on code line.
17308
17309 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17310
17311 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
17312 hidden files/directories.
17313
17314 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17315
17316 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
17317 only comment-start (in case the mode hasn't set it).
17318
17319 * Makefile.in (AUTOGENEL): New var.
17320 (bootstrap-prepare): Rename from bootstrap-clean.
17321 Don't remove elc files.
17322 (maintainer-clean): New target.
17323
17324 * xml.el (xml-get-attribute-or-nil): Simplify.
17325
17326 2004-03-02 Juri Linkov <juri@jurta.org>
17327
17328 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
17329 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
17330 URL to prevent their substitution with the environment variable
17331 values by browsers.
17332
17333 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17334
17335 * ps-print.el: Doc fix.
17336 (ps-print-version): New version number (6.6.3).
17337 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
17338 Docstring fix.
17339 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
17340 before printing.
17341 (ps-time-stamp-yyyy-mm-dd): New fun.
17342 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
17343
17344 2004-03-02 Kim F. Storm <storm@cua.dk>
17345
17346 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
17347
17348 2004-03-01 Juanma Barranquero <lektu@terra.es>
17349
17350 * allout.el (allout-rebullet-heading): Fix typo in docstring.
17351
17352 * desktop.el (desktop-file-version)
17353 (desktop-after-read-hook): Fix typos.
17354 (desktop-clear-preserve-buffers): Remove redundant info in
17355 docstring already shown by the obsolescence message.
17356 (desktop-truncate, desktop-internal-v2s)
17357 (desktop-value-to-string): Change argument name to match docstring.
17358
17359 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
17360
17361 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
17362 docstring.
17363
17364 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17365
17366 * printing.el: Replace "As Is..." in PostScript file print/preview by
17367 "No Preprocessing...". Suggested by Colin Marquardt
17368 <_marquardt_@zmd.de>.
17369 (pr-insert-section-4): Adjust buffer interface.
17370
17371 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17372
17373 Version 2.0.39 of Tramp released.
17374
17375 * net/tramp.el (tramp-handle-file-local-copy)
17376 (tramp-handle-write-region, tramp-open-connection-rsh):
17377 Variable name typo. Small change. From Patrick Tullmann
17378 <tullmann@flux.utah.edu>.
17379 (tramp-process-connection-type): New variable.
17380 (tramp-maybe-open-connection): Use it.
17381 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
17382 (tramp-touch): Set last-modified time of a remote file.
17383 (tramp-handle-write-region): Say which function is used when encoding.
17384
17385 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
17386
17387 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
17388 case of non-existing filename, too. Reported by Christoph Bauer
17389 <c_bauer@informatik.uni-kl.de>.
17390 (tramp-smb-get-file-entries): The directory in question should
17391 have permissions "drwxrwxrwx". Just virtual, because we don't
17392 know the real permissions. Don't we know?
17393 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
17394 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
17395 (tramp-smb-wait-for-output): Optimize algorithm getting pending
17396 output. If it was received chunkwise, there have been problems.
17397 Remove the "prompt not found" error message; it is obvious.
17398 Simplify algorithm.
17399 (tramp-smb-process-running): Remove. Since we acknowledge the
17400 virtual prompt for shares, there's no need for distinction of
17401 reading shares (process ends afterwards) and interactive mode of
17402 smblient.
17403 (tramp-smb-open-connection): Setting process sentinel removed.
17404 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
17405 "NT_STATUS_NETWORK_ACCESS_DENIED".
17406 (tramp-smb-maybe-open-connection): Set `process-connection-type'
17407 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
17408 (top-level): Setting default value in `tramp-default-method-alist'
17409 corrected. Order of USER and HOST have been wrong.
17410 Nobody complained for months ...
17411 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
17412 (tramp-smb-open-connection): Clear password cache if login has failed.
17413
17414 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
17415 `tramp-unified-filenames'.
17416 (tramp-completion-mode): Make test for XEmacs explicitely.
17417 `event-to-character' can exists in Emacs packages too.
17418 Reported by Matt Swift <swift@alum.mit.edu>.
17419 (tramp-buffer-name): Buffer name must contain the user if exists.
17420 Reported by Adrian Phillips <a.phillips@met.no>.
17421 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
17422 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
17423 (tramp-do-copy-or-rename-file-out-of-band): Rename from
17424 `tramp-do-copy-or-rename-file-one-local', because it handles also
17425 the case both files use the same out-of-band method.
17426 Implementation added.
17427 (tramp-handle-file-local-copy, tramp-handle-write-region):
17428 Out-of-band handling removed. `copy-file' called instead, which
17429 calls `tramp-do-copy-or-rename-file-out-of-band'.
17430 (tramp-action-password): Check for out-of-band method removed.
17431 This function is used for 'login-program.
17432 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
17433 appropriate.
17434 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
17435 and `tramp-parse-sknownhosts'.
17436 (tramp-completion-function-alist): It's a defvar now, because we
17437 want to apply the optimized `tramp-set-completion-function'
17438 instead of a static list.
17439 (tramp-set-completion-function): Implementation tuned.
17440 Avoid double entries, and entries where the function or the
17441 file/directory doesn't exist.
17442 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
17443 for SSH2.
17444 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
17445 (tramp-handle-dired-compress-file): New function.
17446 (tramp-async-proc): New variable.
17447 (tramp-handle-shell-command): Adding asynchronous processes.
17448 They are far from being perfect, but it works at least for
17449 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
17450 (top-level): Require password.el if visible. Should be mandatory
17451 once No Gnus has found its way into (X)Emacs.
17452 (tramp-read-passwd): Invoke `password-read' if available,
17453 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
17454 fallback any longer.
17455 (tramp-clear-passwd): New function.
17456 (tramp-process-actions, tramp-process-multi-actions):
17457 Clear password cache if login has failed.
17458
17459 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
17460 its own module.
17461 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
17462 `ange-ftp-ftp-name-res'. There could be incorrect values from
17463 previous calls in case the "ftp" method is used in the Tramp file
17464 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17465
17466 2004-02-28 Richard M. Stallman <rms@gnu.org>
17467
17468 * term.el (term-mouse-paste): Call mouse-set-point.
17469
17470 * thumbs.el: New file.
17471
17472 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17473
17474 * progmodes/ebnf-abn.el: Doc fix.
17475
17476 * progmodes/ebnf-bnf.el: Doc fix.
17477 (ebnf-repeat): Code fix.
17478
17479 * progmodes/ebnf2ps.el: Doc fix.
17480 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
17481
17482 2004-02-28 Juri Linkov <juri@jurta.org>
17483
17484 * ffap.el (dired-at-point): Additional writability test for
17485 relative directory names.
17486 (dired-at-point-prompter): Treat directories as a directory, get
17487 the directory component from files.
17488 (ffap-string-at-point): Return string from region if region is active.
17489 (ffap-file-at-point): Remove redundant code.
17490
17491 2004-02-28 Kim F. Storm <storm@cua.dk>
17492
17493 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
17494 Initialize margin area images to nil.
17495 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
17496 (breakpoint-enabled-bitmap-face)
17497 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
17498 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
17499 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
17500 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
17501 (gdb-reset): Use gdb-remove-breakpoint-icons.
17502 (gdb-put-string): Add dprop arg to specify alternative display
17503 property (for setting fringe bitmap).
17504 (gdb-remove-strings): Doc fix.
17505 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
17506 icon in fringe (if available), or else as icon or text in display
17507 margin. Creates necessary icons in breakpoint-bitmap,
17508 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
17509 Also make left window margin if required.
17510 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
17511 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
17512 no longer needed.
17513 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
17514 gdb-put-breakpoint-icon.
17515 (gdb-assembler-mode): Don't set left-margin-width here.
17516
17517 2004-02-27 Kevin Ryde <user42@zip.com.au>
17518
17519 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
17520 comma, so that it DTRT in macros.
17521
17522 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
17523
17524 * progmodes/sh-script.el (sh-shell-arg)
17525 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
17526 (sh-leading-keywords, sh-other-keywords): Fix custom type.
17527
17528 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
17529
17530 * faces.el (face-spec-set-match-display): Add a new attribute,
17531 `min-colors'.
17532 (region, highlight, secondary-selection): Use `min-colors'.
17533
17534 * custom.el (defface): Add documentation for `min-colors'.
17535
17536 * font-lock.el (font-lock-comment-face, font-lock-string-face)
17537 (font-lock-keyword-face, font-lock-function-name-face)
17538 (font-lock-variable-name-face, font-lock-constant-face):
17539 Use `min-colors'.
17540
17541 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
17542
17543 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17544
17545 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
17546 define assq-delete-all if it's not defined.
17547 (ebnf-generate-region): Code fix.
17548
17549 * printing.el: Doc fix.
17550 (pr-version): New version number (6.7.2).
17551 (pr-command): Return empty string if command is an empty string.
17552
17553 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17554
17555 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
17556
17557 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
17558 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
17559 semi-down-full. Fix a bug on productions like test = {"test"}* | (
17560 "tt" ["test"] ). Reported by Markus Dreyer
17561 <mdreyer@ix.urz.uni-heidelberg.de>.
17562 (ebnf-version): New version number (4.0).
17563 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
17564 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
17565 (ebnf-delete-style): New commands.
17566 (ebnf-directory, ebnf-file): New funs.
17567 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
17568 (ebnf-production-name-p, ebnf-stop-on-error): New options.
17569 (ebnf-syntax-alist): New var.
17570 (ebnf-element-width): New fun replacing ebnf-list-width.
17571 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
17572 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
17573 (ebnf-prologue): Adjust vars.
17574 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
17575 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
17576 (ebnf-check-style-values, ebnf-generate-production)
17577 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
17578 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
17579 (ebnf-token-repeat): Code fix.
17580
17581 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
17582 %right, %left and %prec. Suggested by Matthew K. Junker
17583 <junker@alum.mit.edu>.
17584 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
17585
17586 * progmodes/ebnf-iso.el: Doc fix.
17587 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
17588 (ebnf-iso-lex): Code fix.
17589
17590 * progmodes/ebnf-bnf.el: Doc fix.
17591 (ebnf-bnf-lex): Code fix.
17592
17593 * progmodes/ebnf-otz.el: Doc fix.
17594
17595 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
17596
17597 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
17598 (abbrev-prefix-mark): Doc fix.
17599
17600 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
17601
17602 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
17603 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
17604 (gdb-var-delete): Make interactive (really).
17605 (gdb-edit-value): Make non-interactive.
17606
17607 * progmodes/gud.el (gud-speedbar-menu-items):
17608 Add gdb-var-delete and, indirectly, gdb-edit-value.
17609 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
17610 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
17611 (gud-gdb-marker-filter): Add comment for annotations.
17612
17613 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17614
17615 * calendar/calendar.el (generate-calendar)
17616 (calendar-read-date): Prevent display of BC calendars once more -
17617 reverts 2003-10-01 change.
17618 (generate-calendar-month): Doc fix.
17619
17620 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
17621
17622 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
17623 return value of increment-calendar-month.
17624
17625 2004-02-21 Stephen Compall <s11@member.fsf.org>
17626
17627 * saveplace.el (save-place-forget-unreadable-files)
17628 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
17629 (save-place-forget-unreadable-files): New function.
17630 (save-place-alist-to-file): Use it to filter out files that are
17631 no longer readable.
17632
17633 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
17634 current Texinfo environment, using the same method as in
17635 `texinfo-insert-@end', and insert a space rather than a newline if
17636 point in a @table environment.
17637
17638 2004-02-21 Juri Linkov <juri@jurta.org>
17639
17640 * ffap.el (ffap-file-at-point): Try parent directories.
17641
17642 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
17643
17644 * vcursor.el (vcursor-modifiers): New defcustom.
17645 (vcursor-cs-binding): Use vcursor-modifiers instead of a
17646 hard-coded list.
17647
17648 2004-02-21 Masatake YAMATO <jet@gyve.org>
17649
17650 * play/animate.el (animate-birthday-present): Accept names other
17651 than `Sarah', too.
17652
17653 2004-02-21 Juri Linkov <juri@jurta.org>
17654
17655 * startup.el: Remove table of command line arguments from the
17656 Commentary section.
17657
17658 2004-02-20 John Wiegley <johnw@newartisans.com>
17659
17660 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
17661 again" modifier from 'e' to 'E', since 'e' is also used by the
17662 "file extension" modifier.
17663
17664 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
17665
17666 * help-fns.el (describe-categories): Doc fix.
17667
17668 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17669
17670 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
17671 temporary file for buffer already visiting one. This change makes
17672 output likely to be directly usable by patch program.
17673 Suggested by Adrian Aichner <adrian@xemacs.org>
17674
17675 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
17676
17677 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
17678 case of variables defined in compound statements.
17679 (gdb-setup-windows, gdb-source-info, gdb-source-info):
17680 Simplify constructions using switch-to-buffer.
17681
17682 2004-02-19 Simon Josefsson <jas@extundo.com>
17683
17684 * play/morse.el: Fix typo.
17685 (morse-code): Add @.
17686
17687 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
17688
17689 * calendar/appt.el (appt-display-format): Change default to
17690 'ignore, for backwards compatibility.
17691 (appt-display-message): If appt-display-format is 'ignore,
17692 respect old vars appt-msg-window and appt-visible.
17693 (appt-activate): Don't depend on return value of cancel-timer.
17694
17695 * calendar/calendar.el (calendar-holidays): Doc fix.
17696
17697 * calendar/cal-coptic.el (coptic-prompt-for-date):
17698 Use assoc-string instead of assoc-ignore-case.
17699 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
17700 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
17701 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
17702 * calendar/cal-islam.el (calendar-goto-islamic-date)
17703 (mark-islamic-diary-entries): Ditto.
17704 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
17705 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
17706 (calendar-read-mayan-tzolkin-date): Ditto.
17707 * calendar/calendar.el (calendar-read-date): Ditto.
17708 * calendar/diary-lib.el (mark-diary-entries): Ditto.
17709
17710 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
17711
17712 * progmodes/executable.el (executable-command-find-posix-p):
17713 Fix choice of the directory.
17714
17715 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
17716
17717 * simple.el (interprogram-cut-function)
17718 (interprogram-paste-function, kill-new, kill-append):
17719 Doc fixes.
17720 (kill-region): Make it return nil. Doc fix.
17721 (yank-pop): Make its argument optional.
17722 (yank): Make ARG `-' equivalent to `-1'.
17723
17724 2004-02-17 Eli Zaretskii <eliz@gnu.org>
17725
17726 * mail/rmail.el (rmail-get-new-mail): Don't reference
17727 rmail-use-spam-filter if rmail-spam-filter is not loaded.
17728
17729 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
17730
17731 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
17732 if one of global-auto-revert-non-file-buffers or autorevert-mode
17733 is non-nil.
17734
17735 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17736
17737 * subr.el (delete-dups): A better implementation from Karl Heuer
17738 <kwzh@gnu.org>.
17739
17740 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17741
17742 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
17743 correct place.
17744 * progmodes/icon.el (icon-indent-command): Ditto.
17745 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
17746
17747 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17748
17749 * progmodes/grep.el (grep-compute-defaults): Undo change from
17750 2004-01-29: don't use executable-command-find-posix-p.
17751
17752 2004-02-16 Richard Sharman <rsharman@pobox.com>
17753
17754 * hilit-chg.el: Use require instead of eval-and-compile.
17755 (highlight-compare-buffers): New function.
17756
17757 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
17758
17759 * man.el (Man-fontify-manpage): Render section headings in
17760 `Man-overstrike-face' even when overstrike was not used by man
17761 formatter for section headings.
17762
17763 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
17764
17765 * rmail-spam-filter.el (vm-use-spam-filter)
17766 (rsf-min-region-length-added-to-spam-list): New variables.
17767 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
17768 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
17769 spam testing. Don't delete spam message if automatic deletion
17770 after output via variable rmail-delete-after-output is turned on.
17771 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
17772 rsf-bbdb-dont-create-entries-for-spam.
17773 (check-field): New function, extracted from code in
17774 rmail-spam-filter to ease addition of header fields like content-type.
17775 (message-content-type): New variable to check the content-type:
17776 field added, also in defcustom of rsf-definitions-alist.
17777 (rmail-spam-filter): Replace repeated test code for header fields
17778 by calls to check-field; change the call to
17779 rmail-output-to-rmail-file such that rmail-current-message stays
17780 the same to avoid wrong deletion of unseen flags.
17781 (rsf-add-contents-type): New function to convert old format
17782 of rmail-spam-definitions-alist into new one.
17783 Change prefixes of all variables and functions from
17784 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
17785
17786 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17787
17788 * loadhist.el (unload-hook-features-list): New defvar.
17789
17790 2004-02-16 Dave Love <fx@gnu.org>
17791
17792 * loadhist.el (unload-feature): Doc fix. Rename flist to
17793 unload-hook-features-list.
17794
17795 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
17796
17797 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
17798 cookie. Don't check if we are looking-at open-formula.
17799
17800 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
17801
17802 * subr.el (match-string-no-properties): Use substring-no-properties.
17803
17804 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17805
17806 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
17807 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
17808 Use lower-case "rx" in all error message.
17809
17810 2004-02-16 Dave Love <fx@gnu.org>
17811
17812 * emacs-lisp/rx.el (rx-or): Put group around result.
17813 (rx-constituents): Add backref.
17814 (rx-syntax): Add string-delimiter, comment-delimiter.
17815 (rx-categories): Add combining-diacritic.
17816 (rx-check-not, rx-greedy, rx): Doc fix.
17817 (rx-backref, rx-check-backref): New.
17818
17819 2004-02-16 Jesper Harder <harder@ifa.au.dk>
17820
17821 * newcomment.el (uncomment-region): Allow eob as comment end.
17822
17823 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17824
17825 * filecache.el: All message and error commands now use prefix
17826 "Filecache:" to make it easy to read *Messages* buffer.
17827
17828 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17829
17830 * autorevert.el: Add support to detect changed dired and VC buffers.
17831 (auto-revert-active-p, auto-revert-list-diff)
17832 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
17833 (auto-revert-handler, auto-revert-active-p): New functions.
17834 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
17835 and `auto-revert-active-p'.
17836 (eval-when-compile): Defvar dired-directory and vc-mode.
17837 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17838 (auto-revert-handler-vc): New functions.
17839
17840 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17841
17842 * progmodes/compile.el (compilation-directory): New defvar.
17843 (compile): Save current directory in compilation-directory.
17844 (recompile): Bind default-directory to compilation-directory if
17845 that is non-nil.
17846
17847 2004-02-16 Dave Love <fx@gnu.org>
17848
17849 * newcomment.el (comment-insert-comment-function)
17850 (comment-region-function, uncomment-region-function): New.
17851 (comment-indent): Use comment-insert-comment-function.
17852 (uncomment-region): Use uncomment-region-function.
17853 (comment-region): Use comment-region-function.
17854
17855 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
17856
17857 2004-02-16 Richard Stallman <rms@gnu.org>
17858
17859 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
17860 loaddefs* and ldefs-boot*.
17861
17862 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17863
17864 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
17865 and email address at the beginning and end of the address.
17866
17867 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
17868 anchored at the beginning of the email address.
17869
17870 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
17871
17872 * international/ccl.el (ccl-compile-write): Pass `left' to
17873 ccl-embed-code to generate correct code of write-expr-register.
17874
17875 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
17876
17877 * progmodes/grep.el (grep-compute-defaults): Fix typos.
17878
17879 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17880
17881 * x-dnd.el: Mention support for Motif in commentary.
17882 (x-dnd-handle-drag-n-drop-event): Ditto.
17883
17884 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
17885
17886 * ses.el: Use "ses--" prefixes for buffer-local variables.
17887 Use (point-min) instead of 1, even when we know the buffer
17888 is unnarrowed.
17889 (ses-build-load-map): Delete. Distribute its content to defconst's for
17890 the three maps.
17891 (ses-menu, ses-header-line-menu): New menus.
17892 (ses-mode-map): Use them.
17893 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
17894
17895 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
17896
17897 * Makefile.in: Fix the CC Mode recompile kludge so it works
17898 when building in a different directory.
17899
17900 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
17901
17902 * simple.el (kill-new): Put yank-handler property on the entire string.
17903
17904 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17905
17906 * diff.el: Don't use compile any more, use diff-mode instead.
17907 (diff-regexp-alist, diff-old-file, diff-new-file)
17908 (diff-parse-differences, diff-process-setup): Remove.
17909 (diff-sentinel): New fun.
17910 (diff): Use it. Run the process ourselves.
17911 Use diff-mode for the rest of the processing.
17912
17913 * diff.el (diff): Simplify code handling `switch'.
17914
17915 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17916
17917 * pcvs-defs.el (cvs-menu): Add `tag'.
17918
17919 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
17920
17921 * simple.el (kill-append): Doc fix.
17922
17923 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17924 Adapt outline-regexp to the new conventions for commenting out code.
17925
17926 2004-02-11 John Paul Wallington <jpw@gnu.org>
17927
17928 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
17929
17930 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
17931
17932 * diff.el (diff-switches): New fun.
17933 (diff, diff-backup): Use it.
17934 (diff): Clean up the args construction. Use backquote.
17935 Use listp instead of consp to avoid putting a nil arg.
17936 (diff): Add a revert-buffer function.
17937
17938 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17939
17940 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
17941 handled by x-dnd-handle-file-name.
17942 (x-dnd-known-types): Add COMPOUND_TEXT.
17943 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
17944 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
17945 x-dnd-empty-state.
17946 (x-dnd-forget-drop): Ditto.
17947 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
17948 (x-dnd-handle-one-url): Return private when inserting text.
17949 (x-dnd-insert-ctext): New function.
17950 (x-dnd-handle-file-name): New function for FILE_NAME.
17951 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
17952 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
17953 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
17954
17955 2004-02-10 Kenichi Handa <handa@m17n.org>
17956
17957 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
17958 instead of while loop.
17959
17960 2004-02-10 Miles Bader <miles@gnu.org>
17961
17962 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
17963
17964 2004-02-09 Kenichi Handa <handa@m17n.org>
17965
17966 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
17967 have end-of-line.
17968
17969 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
17970
17971 * Makefile.in: Added extra dependencies in the recompile target
17972 needed to cope with the compile time macro expansions in CC Mode.
17973
17974 2004-02-09 Kim F. Storm <storm@cua.dk>
17975
17976 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
17977 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
17978 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
17979 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
17980 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
17981 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
17982 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
17983 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
17984 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
17985 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
17986 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
17987
17988 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
17989
17990 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
17991 Don't allow shrink if there's a window on our right.
17992
17993 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
17994 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
17995 Bring together declaration and initialization.
17996 (prolog-mode-variables): Don't set the syntax table.
17997 Don't set paragraph-start and comment-indent-function.
17998 Add /*..*/ to the comment regexps.
17999 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
18000 (prolog-mode-map): Don't bind TAB.
18001 (prolog-mode): Set the syntax table.
18002 (prolog-comment-indent): Remove.
18003 (inferior-prolog-mode-map): Initialize in the declaration.
18004 (inferior-prolog-mode-syntax-table)
18005 (inferior-prolog-mode-abbrev-table): New vars.
18006 (inferior-prolog-mode): Derive from comint-mode.
18007 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
18008 minibuffer windows.
18009
18010 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
18011 in file names, as long as it is unabmiguous.
18012
18013 2004-02-08 Andreas Schwab <schwab@suse.de>
18014
18015 * textmodes/reftex-toc.el
18016 (reftex-toc-load-all-files-for-promotion): Remove useless use of
18017 format. Doc fix.
18018
18019 * textmodes/refer.el (refer-find-entry-internal): Remove extra
18020 format string arguments.
18021
18022 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
18023 string argument.
18024
18025 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
18026
18027 * play/zone.el (zone-call): Fix format string.
18028
18029 * net/webjump.el (webjump-builtin): Add missing format string argument.
18030
18031 * midnight.el (midnight-delay-set): Remove extra format string argument.
18032
18033 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
18034
18035 * hexl.el (hexl-insert-char): Add missing format string argument.
18036
18037 * format.el (format-decode): Fix format string.
18038
18039 * emulation/vi.el (vi-mode): Remove extra format string argument.
18040 (vi-repeat-last-search): Likewise.
18041 (vi-reverse-last-search): Likewise.
18042 (vi-goto-mark): Likewise.
18043 (vi-reverse-last-find-char): Likewise.
18044 (vi-repeat-last-find-char): Likewise.
18045 (vi-locate-def): Likewise.
18046
18047 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
18048
18049 * ediff-util.el (ediff-toggle-read-only): Remove extra format
18050 string argument.
18051 (ediff-toggle-regexp-match): Likewise.
18052
18053 * dired-aux.el (dired-do-query-replace-regexp): Add missing
18054 format string argument.
18055
18056 * calc/calc-map.el (calc-get-operator): Remove extra format
18057 string argument.
18058
18059 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
18060
18061 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
18062 string argument.
18063
18064 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
18065
18066 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
18067
18068 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
18069
18070 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
18071 (cl-struct-setf-expander): Likewise.
18072
18073 * vc.el (with-vc-file): Fix unsafe uses of error.
18074 (vc-cancel-version): Likewise.
18075
18076 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
18077
18078 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
18079 thousands separator; fixes <class>:<line-number> regexp for
18080 non-english locales.
18081
18082 2004-02-08 Andreas Schwab <schwab@suse.de>
18083
18084 * view.el (view-mode-enable): Revert previous change.
18085
18086 2004-02-07 Kim F. Storm <storm@cua.dk>
18087
18088 * simple.el (line-number-at-pos): Rename from line-at-pos.
18089 Uses changed (what-line and vc-annotate-warp-version).
18090
18091 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18092
18093 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
18094 (diff-mode): Remove aborted attempt at support for compile.el.
18095 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
18096
18097 2004-02-06 Andreas Schwab <schwab@suse.de>
18098
18099 * view.el (view-mode-enable): Add view-mode-map to
18100 minor-mode-overriding-map-alist.
18101
18102 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18103
18104 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
18105
18106 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
18107
18108 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
18109 with point inside rather than after the paragraph.
18110
18111 2004-02-04 Sam Steingold <sds@gnu.org>
18112
18113 * mail/smtpmail.el (smtpmail-try-auth-methods):
18114 Do not try authentication when no mechanism is available.
18115 Pass port-name as defaultport to `netrc-machine'.
18116
18117 2004-02-04 Stephen Eglen <stephen@gnu.org>
18118
18119 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
18120 to show how minibuffer height can be constrained.
18121
18122 2004-02-04 John Paul Wallington <jpw@gnu.org>
18123
18124 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
18125
18126 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18127
18128 * x-dnd.el: New file for drag and drop.
18129
18130 * term/x-win.el: require x-dnd, set after-make-frame-functions
18131 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
18132 drag-n-drop event.
18133
18134 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
18135 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
18136 (dired-dnd-handle-file): New functions for drag and drop support.
18137 (dired-mode): Initialize drag and drop if x-dnd present.
18138
18139 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
18140
18141 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
18142 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
18143 (cperl-mode): Set fill-paragraph-function.
18144 (cperl-fill-paragraph): Make it non-interactive.
18145
18146 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
18147
18148 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
18149
18150 2004-02-02 David Kastrup <dak@gnu.org>
18151
18152 * replace.el (perform-replace): Allow 'literal argument in
18153 regexp-flag to indicate literal replacement.
18154 (query-replace-regexp-eval): Use it.
18155
18156 2004-02-01 Andreas Schwab <schwab@suse.de>
18157
18158 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
18159
18160 2004-02-01 Stephen Eglen <stephen@gnu.org>
18161
18162 * info-look.el: Add support for maxima-mode. Update commentary
18163 because info-lookup-symbol is now bound to C-h S.
18164
18165 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
18166
18167 * simple.el (edit-and-eval-command): Bind print-level and
18168 minibuffer-history-sexp-flag around call to read-from-minibuffer.
18169 Correct initial position in command-history.
18170
18171 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
18172
18173 * files.el (read-directory-name): Adapt the docstring to recent
18174 change in Fread_file_name.
18175
18176 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
18177
18178 * ses.el (ses-print-cell): If print format too wide for column
18179 width, truncate decimal places if that helps to avoid "#####" fill.
18180 * ses.el (ses-initial-column-width): Revert previous change.
18181
18182 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
18183
18184 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
18185 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
18186 Add edebug info.
18187 (jit-lock-mode): Setup/cancel the new timer.
18188 (jit-lock-context-fontify): New fun. Extracted from
18189 context fontification code of jit-lock-stealth-fontify.
18190 (jit-lock-stealth-fontify): Don't do context fontification any more.
18191
18192 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
18193 (jit-lock-fontify-now): Handle the `quit' case.
18194 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
18195
18196 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
18197
18198 * progmodes/executable.el (executable-command-find-posix-p):
18199 New. Check if find handles arguments Posix-style.
18200
18201 * progmodes/grep.el (grep-compute-defaults):
18202 Use executable-command-find-posix-p.
18203 (grep-find): Check `grep-find-command'.
18204
18205 * filecache.el (file-cache-find-posix-p): Delete.
18206 (file-cache-add-directory-using-find):
18207 Use `executable-command-find-posix-p'.
18208
18209 2004-01-29 Dave Love <fx@gnu.org>
18210
18211 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18212 Iterate the hook function if arg is given.
18213 (mark-defun, narrow-to-defun): Change order of finding the limits.
18214
18215 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
18216 (byte-compile-format-warn): New.
18217 (byte-compile-callargs-warn): Use it.
18218 (Format, message, error): Add byte-compile-format-like property.
18219 (byte-compile-maybe-guarded): New.
18220 (byte-compile-if, byte-compile-cond): Use it.
18221 (byte-compile-lambda): Compile interactive forms,
18222 just to make warnings about them.
18223
18224 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
18225
18226 * ses.el (ses-initial-column-width): Increase to 14, so it will
18227 work well with the default printer of "%.7g" for extreme values
18228 like "-1.234567e+07".
18229
18230 2004-01-29 Kenichi Handa <handa@m17n.org>
18231
18232 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
18233
18234 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
18235
18236 * dos-w32.el: Added support for the `default-printer-name' function.
18237
18238 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
18239
18240 * server.el (server-socket-name): Don't use the hostname in the
18241 socket name since /tmp is local to the host anyway.
18242
18243 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
18244 robust check of widening and fix var-naming.
18245
18246 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
18247
18248 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
18249 or rmail-spam- to rsf- in all function and variable names.
18250 (rsf-min-region-to-spam-list): New variable.
18251 (rsf-bbdb-auto-delete-spam-entries): Rename from
18252 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
18253 scanned together with the recipients field for spam testing; Don't
18254 delete spam message if rmail-delete-after-output is non-nil;
18255 (rsf-check-field): New function, extracted from code in
18256 rmail-spam-filter to ease addition of header fields like
18257 content-type:;
18258 (message-content-type): New variable. The content-type: field was
18259 added also in defcustom of rsf-definitions-alist;
18260 (rmail-spam-filter): Replace repeated test code for header fields
18261 by calls to check-field; change the call to
18262 rmail-output-to-rmail-file such that rmail-current-message stays
18263 the same to avoid wrong deletion of unseen flags.
18264 (rmail-use-spam-filter): Add autoload cookie.
18265
18266 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
18267
18268 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
18269 (file-cache-add-directory-using-find): Add Cygwin support.
18270 (file-cache-find-command-posix-flag): New user variable.
18271
18272 * filecache.el (file-cache-add-directory): Check for
18273 directories an remove them from dir-files.
18274
18275 2004-01-27 Richard M. Stallman <rms@gnu.org>
18276
18277 * man.el (Man-fontify-manpage): Clean up message.
18278
18279 2004-01-27 Kenichi Handa <handa@m17n.org>
18280
18281 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
18282 (sentence-end): Define using sentence-end-without-space.
18283
18284 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
18285 a sentence ends with one of a character in sentence-end-without-space.
18286
18287 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
18288
18289 * font-lock.el (font-lock): Add jit-lock as explicit group member.
18290 (jit-lock): Group declaration moved to jit-lock.el.
18291 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
18292 when necessary.
18293
18294 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
18295 (jit-lock-context-unfontify-pos): Rename from
18296 jit-lock-first-unfontify-pos.
18297 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
18298
18299 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
18300
18301 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
18302 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
18303 (fortran-fill): When filling a string, adjust re-search-backward
18304 argument for special case of string just on fill-column.
18305 When filling non-string, allow one extra char if
18306 fortran-break-before-delimiters is non-nil.
18307 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
18308 Use fortran-break-delimiters-re and fortran-no-break-re to
18309 correctly handle cases such as "**".
18310
18311 * progmodes/f90.el (f90-break-delimiters): Doc fix.
18312 (f90-no-break-re): Add some extra tokens. Doc fix.
18313
18314 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
18315
18316 * mail/rmail-spam-filter.el:
18317 Use two semicolons as Commentary line prefix.
18318 Add ";;; Code:" stylized comment.
18319 Delete end-of-line whitespace.
18320 Wrap (require 'cl) with `eval-when-compile'.
18321
18322 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
18323
18324 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
18325 at the top level of vc.el.
18326
18327 2004-01-23 Andre Spiegel <spiegel@gnu.org>
18328
18329 * vc.el (vc-current-line): Function removed. This is now done by
18330 the new function line-at-pos in simple.el.
18331 (vc-annotate-warp-version): Use line-at-pos instead of
18332 vc-current-line.
18333
18334 2004-01-22 Kim F. Storm <storm@cua.dk>
18335
18336 * simple.el (line-at-pos): New defun.
18337 (what-line): Use it. Optimize by only counting lines in narrowed
18338 region once.
18339
18340 2004-01-22 Kenichi Handa <handa@m17n.org>
18341
18342 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
18343 point (register r1) only for charset mule-unicode-0100-24ff.
18344
18345 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
18346
18347 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
18348 trailing white space and ensure a final newline.
18349
18350 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
18351 Add autoload cookie.
18352
18353 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
18354
18355 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
18356 activate view-mode explicitly.
18357
18358 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18359
18360 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
18361 menu-bar-enable-clipboard and make Paste use clipboard first.
18362
18363 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18364
18365 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
18366 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
18367 (vc-mcvs-cvs): Remove.
18368 (vc-mcvs-command): Remove use of assert.
18369
18370 * outline.el (outline-insert-heading): Tighten up match.
18371 (outline-demote, outline-move-subtree-down): Don't assume anything
18372 about outline-regexp.
18373
18374 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
18375 (texinfo-show-structure): Explicitly add ^, and simplify.
18376
18377 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
18378
18379 * calendar/appt.el (appt-check): Restore usage of
18380 appt-issue-message deleted in previous change.
18381 (top-level): Activate package when loaded (needed for backwards
18382 compatibility).
18383
18384 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18385
18386 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
18387 following previous change to smtpmail-send-data.
18388
18389 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
18390
18391 * vc.el (vc-default-previous-version): Doc enhancement.
18392 (vc-default-next-version): New function.
18393 (vc-print-log): New arg FOCUS-REV.
18394 (vc-annotate-mode): Derive from view-mode.
18395 (vc-annotate): New args REVISION, DISPLAY-MODE.
18396 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
18397 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
18398 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
18399 (vc-annotate-show-diff-revision-at-line, vc-current-line)
18400 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
18401
18402 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
18403
18404 2004-01-19 Karl Berry <karl@gnu.org>
18405
18406 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
18407 or "TexInfo".
18408
18409 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
18410
18411 * subr.el (delete-dups): New function.
18412
18413 2004-01-19 Karl Berry <karl@gnu.org>
18414
18415 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
18416 with ^, since that's what texinfo-show-structure
18417 documentation says (plus it works much better in texinfo.txi).
18418
18419 2004-01-18 Jesper Harder <harder@ifa.au.dk>
18420
18421 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
18422
18423 2004-01-18 David Ponce <david@dponce.com> (tiny change)
18424
18425 * progmodes/which-func.el (which-function-mode): Don't cancel
18426 which-func-update-timer if not set.
18427
18428 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
18429
18430 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
18431 Remove spurious left square bracket in XX:XXam regexp.
18432
18433 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
18434
18435 * progmodes/cc-defs.el: Do not require cl at run time.
18436
18437 2004-01-16 Richard M. Stallman <rms@gnu.org>
18438
18439 * emacs-lisp/cl.el (cl-cannot-unload): New function.
18440 (cl-unload-hook): Defvar this to run cl-cannot-unload.
18441
18442 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
18443 Call rmail-spam-filter. Delete and expunge spam.
18444 Print number of spam messages deleted.
18445 Save and restore the deletion status of old messages when reading
18446 new mail with spam filter, so that expunging spam does not expunge
18447 msgs deleted by the user.
18448 (rmail-only-expunge): Add an optional argument dont-show to
18449 prevent showing message after expunge.
18450
18451 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
18452
18453 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
18454 * subr.el (declare): New macro.
18455
18456 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
18457
18458 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
18459
18460 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
18461
18462 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18463 Test window-system rather than system-type (for X11/Mac).
18464
18465 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
18466
18467 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
18468
18469 2004-01-12 Richard M. Stallman <rms@gnu.org>
18470
18471 * mail/rmail.el (rmail-convert-to-babyl-format):
18472 Use mail-unquote-printable-region.
18473 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
18474 (rmail-hex-char-to-integer): Functions deleted.
18475
18476 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
18477 (mail-unquote-printable-region): New arg NOERROR.
18478 For invalid encoding, either signal an error to just return nil.
18479
18480 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18481
18482 * calendar/appt.el: Update copyright and commentary.
18483 (appt-issue-message): Make obsolete.
18484 (appt-visible, appt-msg-window): Make obsolete, in favour of
18485 appt-display-format.
18486 (appt-display-mode-line, appt-display-duration)
18487 (appt-display-diary, appt-time-msg-list, appt-mode-string)
18488 (appt-prev-comp-time, appt-display-count, appt-timer)
18489 (appt-convert-time): Doc change.
18490 (appt-disp-window-function, appt-delete-window-function):
18491 Use defcustom rather than defvar.
18492 (appt-display-format): New variable.
18493 (appt-display-message): New function with display code from appt-check.
18494 (appt-check): Add optional FORCE argument. Doc change.
18495 Add appt-make-list to diary-hook if displaying diary.
18496 Remove checking of view-diary-entries-initially.
18497 Message display section removed to new function appt-display-message.
18498 (appt-display-window): Doc change. Remove unused internal var
18499 this-buffer. Do not beep, since appt-display-message does that.
18500 (appt-make-list): Doc change. Use caar.
18501 (appt-sort-list): Simplify by using builtin sort function.
18502 (appt-update-list): New function for updating appts when diary is
18503 saved.
18504 (appt-activate): New autoloaded function to toggle package
18505 functionality.
18506
18507 * calendar/cal-x.el: (calendar-one-frame-setup)
18508 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
18509
18510 * calendar/calendar.el: Update copyright.
18511 (view-diary-entries-initially, european-calendar-style): Doc change.
18512 (calendar-setup): Make defcustom rather than defvar.
18513 (mark-visible-calendar-date): Initialize temp-face and faceinfo
18514 in let binding so local to function.
18515
18516 * calendar/diary-lib.el: Update copyright.
18517 (diary, diary-entry-time): Doc change.
18518 (list-diary-entries): Doc change. Trivial logic change.
18519 (fancy-diary-display): Restore make-face command mistakenly
18520 deleted 2003-05-08.
18521 (show-all-diary-entries): Allow to pop-up frame if needed.
18522
18523 2004-01-09 John Paul Wallington <jpw@gnu.org>
18524
18525 * bindings.el (mode-line-change-eol): Add EVENT parameter.
18526 Temporarily select EVENT's window for changing eol type.
18527
18528 2004-01-09 Deepak Goel <deego@gnufans.org>
18529
18530 * calendar/diary-lib.el (diary-entry-time):
18531 Also accept time in the form XX[.XX][am/pm/AM/PM].
18532 (fancy-diary-font-lock-keywords): Likewise.
18533 (diary-font-lock-keywords): Likewise.
18534 * calendar/appt.el (appt-add): Likewise.
18535 (appt-make-list): Likewise.
18536 (appt-convert-time): Likewise.
18537
18538 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
18539
18540 * gdb-ui.el (gdb-ann3): Revert previous change.
18541 (gdb-source-info): Allow for case of where compilation directory
18542 is not recorded.
18543
18544 2004-01-08 John Paul Wallington <jpw@gnu.org>
18545
18546 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
18547
18548 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
18549
18550 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
18551
18552 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
18553 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
18554 problems.
18555 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
18556
18557 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
18558
18559 * files.el (write-file-functions, write-contents-functions):
18560 Clarify docstrings.
18561
18562 2004-01-07 Kenichi Handa <handa@m17n.org>
18563
18564 * international/mule.el (set-auto-coding): Fix for the case that
18565 end-of-line is only CR.
18566
18567 2004-01-07 Kim F. Storm <storm@cua.dk>
18568
18569 * subr.el (event-start, event-end): Doc fix.
18570 (posn-string, posn-image): New defuns.
18571 (posn-object): Return either image or string object.
18572 (posn-object-x-y): Return 8th element of position.
18573 (posn-object-width-height): New defun.
18574
18575 2004-01-06 Andreas Schwab <schwab@suse.de>
18576
18577 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
18578 output.
18579
18580 2004-01-05 Karl Berry <karl@gnu.org>
18581
18582 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
18583 / and *, too.
18584
18585 2003-12-31 Simon Josefsson <jas@extundo.com>
18586
18587 * files.el (before-save-hook): Add.
18588 (basic-save-buffer): Use before-save-hook.
18589
18590 * emacs-lisp/copyright.el: Fix comment to recommend
18591 before-save-hook instead of write-file-functions.
18592
18593 2004-01-05 Richard M. Stallman <rms@gnu.org>
18594
18595 * finder.el (finder-commentary): Call delete-other-windows.
18596
18597 * net/ange-ftp.el (ange-ftp-file-attributes):
18598 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
18599
18600 2004-01-04 Karl Berry <karl@gnu.org>
18601
18602 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
18603 comment characters % and # in the copyright year notice,
18604 as well as ;.
18605
18606 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
18607
18608 * wid-edit.el (default): Define dummy :value-delete.
18609 Reported by Jesper Harder <harder@ifa.au.dk>.
18610
18611 2004-01-03 Richard M. Stallman <rms@gnu.org>
18612
18613 * progmodes/compile.el (compile-internal): Use point, not point-min,
18614 for set-window-point.
18615
18616 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
18617
18618 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
18619
18620 * progmodes/grep.el (grep-mode-map):
18621 Don't remap next-line, previous-line.
18622
18623 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
18624
18625 * speedbar.el (speedbar-edit-line): Change regexp to position
18626 the cursor on the first character of this line's button.
18627
18628 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
18629
18630 * subr.el (functionp): Doc fix.
18631
18632 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
18633
18634 * progmodes/idlwave.el (idlwave-make-tags):
18635 * textmodes/flyspell.el (flyspell-large-region):.
18636 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
18637 * emulation/viper-util.el (viper-glob-unix-files):
18638 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
18639 * man.el (Man-init-defvars):
18640 * jka-compr.el (jka-compr-call-process):
18641 * files.el (get-free-disk-space,insert-directory):
18642 * ediff-ptch.el (ediff-test-patch-utility):
18643 * ediff-diff.el (ediff-test-utility):
18644 * dired-aux.el (dired-check-process):
18645 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
18646 test the return value of call-process, because it can be a string.
18647
18648 2003-12-31 John Paul Wallington <jpw@gnu.org>
18649
18650 * bindings.el (completion-ignored-extensions): Add .pfsl.
18651
18652 2003-12-31 Kim F. Storm <storm@cua.dk>
18653
18654 * ido.el (ido-nonreadable-directory-p): New defun to check for
18655 nonreadable directory without activating tramp (to avoid problems
18656 with checking incomplete tramp paths).
18657 (ido-set-current-directory, ido-file-internal)
18658 (ido-file-name-all-completions1): Use it.
18659
18660 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
18661
18662 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
18663 documentation if the anchor (or node) name is preceded by `info
18664 anchor' or `Info anchor' in addition to earlier `info node' and
18665 `Info node'.
18666 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
18667
18668 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18669
18670 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
18671 error in arguments to base64-decode-region. Remove ^M characters
18672 after decoding base64.
18673
18674 2003-12-30 Simon Josefsson <jas@extundo.com>
18675
18676 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
18677 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
18678 have only been distributed with Emacs for some years.
18679 (texinfo-mode-hook): Customize.
18680
18681 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18682
18683 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
18684 cleaner (suggested by Richard Stallman).
18685
18686 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
18687 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
18688 file-name clashes on 8+3 DOS filesystems.
18689
18690 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
18691 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
18692 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
18693 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
18694 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
18695 file-name clashes on 8+3 filesystems.
18696
18697 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
18698 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
18699 file-name clashes on 8+3 DOS filesystems.
18700
18701 2003-12-29 Richard M. Stallman <rms@gnu.org>
18702
18703 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
18704 Upcase the character.
18705
18706 * textmodes/flyspell.el (mail-mode-flyspell-verify):
18707 Search for header separator alone on a line, literally,
18708 and search for it backward, not forward.
18709 (flyspell-abbrev-table): Always use global-abbrev-table
18710 if there is no local one.
18711
18712 * progmodes/sh-script.el (sh-get-indent-info):
18713 Don't move point back if at bob.
18714
18715 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
18716
18717 * play/handwrite.el (handwrite): Make the handwrite credit message
18718 a comment rather than an output command.
18719
18720 * obsolete/sc.el: Display message that this file is obsolete.
18721
18722 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
18723
18724 * mail/rfc822.el (rfc822-address-start): Declare variable.
18725 Renamed from address-start. All uses changed.
18726
18727 * term.el (term-exec): Set up sentinel.
18728 (term-sentinel): New function.
18729 (term-handle-exit): New function.
18730
18731 * subr.el (assoc-ignore-case, assoc-ignore-representation):
18732 Use assoc-string, and mark them obsolete.
18733 (delay-mode-hooks): Mark as permanent local.
18734
18735 * simple.el (sendmail-user-agent-compose): Use assoc-string.
18736
18737 * register.el (copy-rectangle-to-register): Doc fix.
18738
18739 * info.el (Info-insert-dir): Use assoc-string.
18740
18741 * info-look.el (info-lookup): Use assoc-string.
18742
18743 * frame.el (pop-up-frame-function): Use quote, not `function'.
18744 (frame-notice-user-settings): Calculate ADJUSTED-TOP
18745 copying with lists as coordinate values.
18746
18747 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
18748
18749 * find-dired.el (kill-find): New command.
18750 (find-dired): Make buffer read-only.
18751 Set up a keymap with C-c C-k running kill-find.
18752 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
18753
18754 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
18755
18756 * filecache.el (file-cache-ignore-case): New variable.
18757 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
18758
18759 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
18760 (comint-dynamic-complete-as-filename): Rename local vars.
18761 (comint-dynamic-list-filename-completions): Likewise.
18762
18763 * comint.el (comint-dynamic-list-completions-config): New var.
18764 (comint-dynamic-list-completions): Handle both SPC and TAB right.
18765
18766 * comint.el (comint-file-name-chars): Add [].
18767 (comint-word): Use skip-chars-backward, not search.
18768
18769 * shell.el (shell-file-name-chars): Add [].
18770
18771 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
18772
18773 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
18774
18775 * generic.el (define-generic-mode): Doc fix.
18776
18777 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18778
18779 * files.el (kill-some-buffers): Doc fix.
18780
18781 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
18782
18783 * comint.el (comint-watch-for-password-prompt): Pass `string' as
18784 arg to send-invisible
18785 (send-invisible): Doc fix. The argument is now a prompt, not the
18786 string to send.
18787 (comint-read-noecho): Doc fix.
18788
18789 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
18790
18791 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
18792 "@", as required by some ISP hosting service. Fix defcustom
18793 argument syntax errors that prevented use of customization.
18794
18795 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18796
18797 * xml.el (xml-get-attribute-or-nil): Doc fix.
18798
18799 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
18800
18801 * net/zone-mode.el (zone-mode): Use write-file-functions, not
18802 write-file-hooks.
18803
18804 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
18805
18806 * autorevert.el (auto-revert-interval): Doc fix.
18807
18808 2003-12-29 Mark A. Hershberger <mah@everybody.org>
18809
18810 * xml.el (xml-get-attribute-or-nil): New function, like
18811 xml-get-attribute, but returns nil if the attribute was not found.
18812 (xml-get-attribute): Convert to defsubst, uses
18813 xml-get-attribute-or-nil.
18814
18815 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18816
18817 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
18818
18819 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
18820
18821 * custom.el (custom-declare-theme): Use `value' when putting
18822 properties on `theme'.
18823
18824 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
18825
18826 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
18827 for each yank-handler segment.
18828 (insert-for-yank-1): New function, with the body of the previous
18829 insert-for-yank.
18830
18831 * textmodes/table.el (table-yank-handler): New defcustom.
18832 (table--put-cell-indicator-property): Put yank-handler property
18833 that indicates the yank handler for the table cell.
18834
18835 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
18836
18837 * generic-x.el (etc-modules-conf-generic-mode): A more complete
18838 set of keywords.
18839
18840 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18841
18842 * international/mule-cmds.el (reset-language-environment)
18843 (set-language-environment): Don't invoke fontset-related functions
18844 if fontset-list is not fboundp.
18845
18846 2003-12-29 Kenichi Handa <handa@m17n.org>
18847
18848 * international/mule-cmds.el (reset-language-environment):
18849 Call set-overriding-fontspec-internal with nil.
18850 (set-language-environment): Call set-overriding-fontspec-internal
18851 if the language environment specify `overriding-fontspec'.
18852 (language-info-alist): Doc added.
18853
18854 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
18855 characters of mule-unicode-0100-24ff.
18856 (ccl-encode-windows-1251-font): New CCL program.
18857 ("Bulgarian"): Specify overriding-fontspec.
18858 ("Belarusian"): Likewise.
18859
18860 2003-12-28 Sam Steingold <sds@gnu.org>
18861
18862 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
18863 parameter ID-FORMAT to conform with the 2003-11-30 patch.
18864
18865 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
18866
18867 * progmodes/gud.el (gud-gdb-command-name): Set default to
18868 "gdb --annotate=3".
18869 (gud-gdb-marker-filter): Look out for annotations.
18870 (gdb-first-pre-prompt): New variable.
18871 Remove trailing white space.
18872
18873 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
18874 if necessary.
18875 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
18876 annotations are detected.
18877 (gud-gdba-marker-filter): Use global variable gud-marker-acc
18878 instead of a local one to allow transition from
18879 gud-gdb-marker-filter.
18880 Remove trailing white space.
18881
18882 2003-12-27 Kim F. Storm <storm@cua.dk>
18883
18884 * ido.el: Handle non-readable directories.
18885 (ido-decorations): Add 9th element for non-readable directory.
18886 (ido-directory-nonreadable): New dynamic var.
18887 (ido-set-current-directory): Set it.
18888 (ido-read-buffer, ido-file-internal):
18889 (ido-read-file-name, ido-read-directory-name): Let-bind it.
18890 (ido-file-name-all-completions1): Return empty list for
18891 non-readable directory.
18892 (ido-exhibit): Print [Not readable] if directory is not readable.
18893 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
18894 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
18895 Use it.
18896
18897 2003-12-27 Lars Hansen <larsh@math.ku.dk>
18898
18899 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
18900 calls to directory-files-and-attributes and file-attributes.
18901 (ls-lisp-format): Remove system dependent handling of user and
18902 group id's.
18903
18904 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
18905
18906 * ffap.el (ffap-read-file-or-url): Revert previous change.
18907
18908 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
18909
18910 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
18911 new list of included files called `files-with-node-lines', that
18912 only have node lines. This way @include commands can include any
18913 file, such as version and update files without node lines, not
18914 just files that are chapters.
18915
18916 2003-12-25 Andreas Schwab <schwab@suse.de>
18917
18918 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
18919 file not found.
18920
18921 2003-12-08 Miles Bader <miles@gnu.org>
18922
18923 * dired.el (dired-between-files): Always use dired-move-to-filename,
18924 which is more robust in non-english locales.
18925
18926 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
18927
18928 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
18929
18930 2003-12-24 Andreas Schwab <schwab@suse.de>
18931
18932 * shell.el (shell-file-name-quote-list): Add backslash.
18933
18934 * comint.el (comint-quote-filename): Correctly handle backslash
18935 in comint-file-name-quote-list.
18936
18937 2003-12-24 Kenichi Handa <handa@m17n.org>
18938
18939 * international/mule-cmds.el (set-default-coding-systems):
18940 Call ucs-set-table-for-input for all buffers that don't have local
18941 value of buffer-file-coding-system.
18942
18943 * international/ucs-tables.el (ucs-set-table-for-input):
18944 If translation-table-for-encode is a symbol, get its
18945 translation-table property.
18946
18947 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
18948
18949 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
18950 to `completing-read' on a recently fixed bug.
18951
18952 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
18953 instead of SPACE, to get the list of possible fringe modes.
18954 SPACE only works if both `partial-completion-mode' and
18955 `completion-auto-help' are nil.
18956
18957 * complete.el (PC-is-complete-p): Delete.
18958 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
18959 calls to `test-completion'.
18960
18961 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
18962
18963 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
18964 to edit values when there are no children.
18965
18966 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
18967 a mode called "Assembler" already exists.
18968 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
18969 (gud-watch): Use format option. Remove font properties from string.
18970 (gdb-var-create-handler, gdb-var-list-children-handler):
18971 Don't bother about properties as there are none.
18972 (gdb-var-create-handler, gdb-var-list-children-handler)
18973 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
18974 with two arguments.
18975 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
18976 Let speedbar show value changes with a different font.
18977 (gdb-edit-value): New defun.
18978 (gdb-clear-partial-output, gdb-clear-inferior-io)
18979 (def-gdb-auto-update-handler): Use erase-buffer.
18980 (gdb-frame-handler): Display watch expressions in
18981 FUNCTION::VARIABLE format if required.
18982
18983 2003-12-23 John Paul Wallington <jpw@gnu.org>
18984
18985 * info.el (Info-unescape-quotes, Info-split-parameter-string)
18986 (Info-goto-emacs-command-node): Doc fixes.
18987
18988 2003-12-12 Jesper Harder <harder@ifa.au.dk>
18989
18990 * cus-edit.el (custom-add-parent-links): Define "many".
18991
18992 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
18993
18994 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
18995 (widget-child-validate, widget-type-value-create)
18996 (widget-type-default-get, widget-type-match): New functions.
18997 (lazy): New widget.
18998 (menu-choice, checklist, radio-button-choice, editable-list)
18999 (group, documentation-string): Remove redundant (per 2003-10-25
19000 change) calls to `widget-children-value-delete'.
19001 (widget-choice-value-get, widget-choice-value-inline): Remove.
19002 (menu-choice): Update widget.
19003
19004 2003-12-03 Kenichi Handa <handa@m17n.org>
19005
19006 * language/cyrillic.el: Register "microsoft-cp1251" in
19007 ctext-non-standard-encodings-alist.
19008 ("Bulgarian"): Add ctext-non-standard-encodings.
19009 ("Belarusian"): Likewise.
19010
19011 * international/mule-conf.el (compound-text-with-extensions):
19012 Change the type to 2 (iso-2022 base).
19013
19014 * international/mule.el (ctext-non-standard-encodings-alist):
19015 Change the format.
19016 (ctext-non-standard-encodings): New variable.
19017 (ctext-post-read-conversion): Fully re-written.
19018 (ctext-non-standard-designations-alist): Delete it.
19019 (ctext-non-standard-encodings-table): New function.
19020 (ctext-pre-write-conversion): Fully re-written.
19021
19022 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
19023
19024 * cus-edit.el (custom-add-parent-links): Add documentation links
19025 for parent, if the item has none of its own.
19026
19027 2003-11-30 Richard M. Stallman <rms@gnu.org>
19028
19029 * dired-aux.el (dired-do-query-replace-regexp):
19030 Report files visited read-only.
19031
19032 2003-11-30 Juri Linkov <juri@jurta.org>
19033
19034 * dired-aux.el (dired-compare-directories): New command.
19035 (dired-file-set-difference, dired-files-attributes): New functions.
19036
19037 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
19038 Version 2.0.38 of Tramp released.
19039
19040 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
19041 Charles Curley <charlescurley@charlescurley.com>.
19042 (tramp-multi-connection-function-alist): Add ssht entry which adds
19043 "-e none -t -t" to the list of ssh args. Suggested by Adrian
19044 Aichner.
19045 (tramp-get-method-parameter): New function to retrieve a method
19046 parameter. This allows for omission of method parameters.
19047 Callers adjusted.
19048
19049 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
19050
19051 * net/tramp.el: Add new optional parameter ID-FORMAT to
19052 `file-attributes'. Calls of `file-attributes' won't use this
19053 parameter for backward compatibility reasons.
19054 (tramp-perl-file-attributes): Add a new parameter to Perl script
19055 in order to handle uid/gid as strings, if desired.
19056 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
19057 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
19058 order to make the function more general.
19059 (tramp-handle-file-attributes): Replace proprietary optional
19060 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
19061 (tramp-handle-file-attributes-with-perl): Handle parameter
19062 NONNUMERIC if set. This wasn't done in the past.
19063 (tramp-post-connection): Apply second parameter "$2" if
19064 `tramp-remote-perl' is called.
19065
19066 * net/tramp-smb.el (tramp-smb-handle-delete-file):
19067 Correct cut'n'waste error (`filename' instead of `directory').
19068 (tramp-smb-handle-directory-files-and-attributes)
19069 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
19070 introduced parameter ID-FORMAT.
19071 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
19072 error (`directory' instead of `ldir').
19073
19074 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
19075 `file-attributes' has a second parameter. If yes, apply it with
19076 value "'integer". Otherwise, don't use that parameter (default is
19077 integer format).
19078
19079 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
19080
19081 * help.el (help-map): Bind `display-local-help' to `C-h .'.
19082 (help-for-help): Add `C-h .' to the listed Help options.
19083 Remove trailing whitespace.
19084
19085 * help-at-pt.el: New file.
19086
19087 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
19088
19089 * subr.el (noreturn, 1value): New macros for test coverage.
19090 See `testcover.el'.
19091
19092 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
19093
19094 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
19095 for macro `1value'.
19096 (testcover-1value): New function. Checks that a 1value form
19097 actually returns only one value. Requested by RMS.
19098
19099 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
19100
19101 * gdb-ui.el (gud-watch, gdb-var-create-handler)
19102 (gdb-var-list-children, gdb-var-list-children-handler)
19103 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
19104 gdb commands that use mi to keep them out of the command history.
19105
19106 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19107
19108 * cus-start.el (all): Add use-file-dialog.
19109
19110 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19111
19112 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
19113
19114 2003-11-27 Kim F. Storm <storm@cua.dk>
19115
19116 * subr.el (posn-object-x-y): New defun.
19117
19118 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
19119
19120 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
19121 Don't use `space' for \\\n.
19122 Be more selective as to which # are comment-starters.
19123
19124 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
19125
19126 * subr.el (number-sequence): Improve handling of floating point
19127 arguments (suggested by Kim Storm). Allow negative arguments.
19128
19129 2003-11-26 Kenichi Handa <handa@m17n.org>
19130
19131 * international/mule-cmds.el (standard-display-european-internal):
19132 Cancel the standard-display-table setting for ` and '.
19133
19134 2003-11-26 Kim F. Storm <storm@cua.dk>
19135
19136 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
19137 New defcustoms to add ffap-like functionality to ido.
19138 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
19139 (ido-no-final-slash): New defun.
19140 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
19141 (ido-read-file-name): ): Toggle VC checking via
19142 vc-handled-backends instead of vc-master-templates.
19143 (ido-file-internal): Handle ido-use-url-at-point and
19144 ido-use-filename-at-point via code borrowed from ffap-guesser.
19145 Handle new ido-exit code ffap.
19146 (ido-sort-list): Ignore final slash when sorting file names.
19147
19148 2003-11-25 Kim F. Storm <storm@cua.dk>
19149
19150 * emulation/cua-base.el (cua--standard-movement-commands):
19151 Add forward-sentence and backward-sentence.
19152
19153 2003-11-25 Stephen Eglen <stephen@gnu.org>
19154
19155 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
19156 iswitchb-exit is set to 'usefirst when user selects buffer at head
19157 of list using RET. (Selecting buffers at the head of the list was
19158 broken if the substring was also a complete buffername.)
19159
19160 2003-11-23 Kim F. Storm <storm@cua.dk>
19161
19162 * progmodes/compile.el (grep-command, grep-use-null-device)
19163 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
19164 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
19165 (grep-regexp-alist, grep-program, find-program)
19166 (grep-find-use-xargs, grep-history, grep-find-history)
19167 (grep-process-setup, grep-compute-defaults)
19168 (grep-default-command, grep, grep-tag-default, grep-find)
19169 (grep-expand-command-macros, grep-tree-last-regexp)
19170 (grep-tree-last-files, grep-tree): Move grep variables, functions
19171 and commands to new file grep.el.
19172 (compilation-mode-map): Remove grep commands from Compile sub-menu.
19173 (compilation-process-setup-function): Doc fix.
19174 (compilation-highlight-regexp, compilation-highlight-overlay): New
19175 defvars used for highlighting current compile error in source buffer.
19176 (compile-internal): New optional args HIGHLIGHT-REGEXP and
19177 LOCAL-MAP which overrides compilation-highlight-regexp and
19178 compilation-mode-map for this compilation.
19179 Delay calling compilation-set-window-height until after running
19180 compilation-process-setup-function so it can buffer-local override
19181 compilation-window-height.
19182 Check buffer-local value of compilation-scroll-output.
19183 (compilation-set-window-height): Use buffer-local value of
19184 compilation-window-height.
19185 (compilation-revert-buffer): Don't pass (undefined)
19186 preserve-modes arg to revert-buffer.
19187 (next-error-no-select, previous-error-no-select): New commands.
19188 (compilation-goto-locus): Temporarily highlight current match in
19189 source buffer using compilation-highlight-regexp.
19190
19191 * progmodes/grep.el: New file with grep code from compile.el.
19192 (grep): New defcustom group.
19193 (grep-window-height): New defcustom, like compilation-window-height.
19194 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
19195 (grep-scroll-output): New defcustom, like compilation-scroll-output.
19196 (grep-command, grep-use-null-device, grep-find-command)
19197 (grep-tree-files-aliases, grep-tree-ignore-case)
19198 (grep-tree-ignore-CVS-directories): Move to grep custom group.
19199 (grep-setup-hook): New hook variable.
19200 (grep-mode-map): New keymap for grep commands. Add Grep menu.
19201 (grep-last-buffer): New defvar, override compilation-last-buffer.
19202 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
19203 Call compile-internal with args highlight-regexp and grep-mode-map.
19204
19205 2003-11-23 Kim F. Storm <storm@cua.dk>
19206
19207 * subr.el (event-start, event-end): Doc fix.
19208 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
19209 (posn-area, posn-actual-col-row, posn-object): New defuns.
19210 (posn-col-row): Simplify doc. Rewrite to use cond.
19211 (posn-point): Also return buffer position for events outside text
19212 area (that info is now present in the event position).
19213
19214 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
19215 mouse-set-point so that hscroll still works now that clicks on
19216 fringes generate specific mouse events.
19217 (mouse-set-point): Note that it now works in fringes and margins
19218 too due to new semantics of posn-point in fringes and margins.
19219
19220 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
19221 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
19222
19223 2003-11-20 Kim F. Storm <storm@cua.dk>
19224
19225 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
19226 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
19227 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
19228 to 100 for icons to avoid increasing line height when shown.
19229
19230 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19231
19232 * newcomment.el (comment-normalize-vars): Initialize properly if
19233 comment-start was nil.
19234
19235 2003-11-19 Andreas Schwab <schwab@suse.de>
19236
19237 * simple.el (set-variable): Fix indentation.
19238
19239 2003-11-17 Kenichi Handa <handa@m17n.org>
19240
19241 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
19242 Fix docstring.
19243
19244 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19245
19246 * international/latin1-disp.el (latin1-display): Fix docstring.
19247
19248 2003-11-16 John Wiegley <johnw@newartisans.com>
19249
19250 * eshell/em-ls.el (eshell-ls-file): There are times with
19251 size-width is nil and uncomputed (when directories are created in
19252 dired, for example); in this case, 4 is reasonable default value,
19253 although it may caused skewed new entries (which could be avoided
19254 by returning the original value of 8 in all cases, but 99% of the
19255 time this is a waste of whitespace).
19256
19257 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
19258
19259 * cc-engine.el (c-guess-continued-construct)
19260 (c-guess-basic-syntax): Check a little more carefully if it's a
19261 function declaration when an unknown construct followed by a block
19262 is found inside a statement context. This avoids macros followed
19263 by blocks to be taken as function declarations.
19264
19265 (c-guess-continued-construct): Change the analysis of a statement
19266 continuation with a brace open to `substatement-block', for
19267 consistency with recognized statements.
19268
19269 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
19270 start is in a position so that `c-beginning-of-statement-1' jumped
19271 to the beginning of the same statement.
19272
19273 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
19274 Don't accept binary operators in the arglist if we're in a function
19275 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
19276 template recognition in cases like "if (a < b || c > d)".
19277
19278 (c-restricted-<>-arglists): New more appropriate name for
19279 `c-disallow-comma-in-<>-arglists'.
19280
19281 Accessing functions updated for the variable name change.
19282
19283 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
19284 match data could get clobbered if NOT-INSIDE-TOKEN is used.
19285
19286 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
19287 labels.
19288
19289 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
19290 instead of duplicating parts of it. This fixes bogus label
19291 recognition.
19292
19293 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
19294 of checking the context in which to apply the minimum indentation,
19295 so that it isn't enforced in e.g. namespace blocks.
19296
19297 * cc-vars.el (c-inside-block-syms): New constant used by
19298 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
19299 to somewhat reduce the risk of becoming stale.
19300
19301 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
19302 cc-cmds to cc-engine to allow use from cc-align.
19303
19304 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
19305 qualified identifiers containing "::".
19306
19307 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
19308 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
19309
19310 * cc-vars.el (c-emacs-features): Use a space in front of the name
19311 of the temporary buffer. That also avoids dumping problems in
19312 XEmacs due to undo info being left around after the buffer is killed.
19313
19314 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
19315 arglist to see if it's a K&R style declaration.
19316
19317 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
19318 before returning `knr-argdecl-intro'.
19319
19320 2003-11-16 John Wiegley <johnw@newartisans.com>
19321
19322 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
19323 field in a long-listing always 8 characters, use `size-width',
19324 which has already been computed.
19325
19326 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
19327
19328 * subr.el (minor-mode-list): Add `hs-minor-mode'.
19329
19330 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19331
19332 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
19333 Support operation while narrowed, with `diff-restrict-view'.
19334
19335 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19336
19337 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19338 Take additional optional arg NARROWFUN. For the generated functions:
19339 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
19340 include frags that arrange to check for and save narrowing state before
19341 the move and then conditionally call NARROWFUN after the move.
19342
19343 2003-11-14 John Wiegley <johnw@newartisans.com>
19344
19345 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
19346 that was optional, but obviously missing based on surrounding code.
19347
19348 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
19349 string arguments to numbers unless the whole argument was seen as
19350 a number.
19351
19352 2003-11-14 Kenichi Handa <handa@m17n.org>
19353
19354 * international/mule.el (ctext-non-standard-encodings-alist):
19355 Fix coding systems.
19356
19357 2003-11-10 Kenichi Handa <handa@m17n.org>
19358
19359 * language/kannada.el ("Kannada"): Add sample-text.
19360
19361 * language/knd-util.el (kannada-compose-region)
19362 (kannada-compose-string, kannada-post-read-conversion):
19363 Add autoload cookie.
19364
19365 * international/quail.el (quail-completion): Change the message
19366 "corresponding translations" to "corresponding characters".
19367
19368 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
19369
19370 * descr-text.el (describe-char): Fix typo.
19371
19372 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
19373
19374 These changes are to support Kannada language/script.
19375
19376 * Makefile.in (DONTCOMPILE): Add kannada.el.
19377
19378 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
19379
19380 * loadup.el: Preload kannada.el.
19381
19382 * language/ind-util.el (ucs-kannada-to-is13194-alist)
19383 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
19384 New variables.
19385
19386 * language/kannada.el: New file.
19387
19388 * language/knd-util.el: New file.
19389
19390 2003-11-07 Andreas Schwab <schwab@suse.de>
19391
19392 * progmodes/autoconf.el (autoconf-font-lock-keywords):
19393 Also highlight AH_*.
19394
19395 * xml.el (xml-parse-dtd): Fix misplaced paren.
19396
19397 2003-11-07 Kenichi Handa <handa@m17n.org>
19398
19399 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
19400
19401 2003-11-05 Juri Linkov <juri@jurta.org>
19402
19403 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
19404 (desktop-buffer-file): Use saved buffer-file-coding-system
19405 for file reading. Set auto-insert to nil to prevent automatic
19406 insertion into restored empty files.
19407
19408 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
19409
19410 * files.el (risky-local-variable-p): Make second argument optional.
19411
19412 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
19413
19414 * subr.el (add-hook): Fix last change.
19415
19416 2003-11-03 Eli Zaretskii <eliz@gnu.org>
19417
19418 * mail/rmail.el (rmail-convert-to-babyl-format):
19419 If base64-decode-region signals an error, catch it and silently
19420 ignore it.
19421
19422 2003-11-01 Mark A. Hershberger <mah@everybody.org>
19423
19424 * xml.el (xml-parse-region): Allow comments to appear after the
19425 topmost element has closed.
19426 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
19427 (xml-ns-expand-attr): New functions to do namespace handling.
19428 (xml-intern-attrlist): Back-compatible handling of attribute names.
19429 (xml-parse-tag): Move namespace handling to separate functions.
19430 Now produces elements in the form ((:ns . "element") (attr-list)
19431 children) instead of ('ns:element (attr-list) children).
19432 (xml-parse-attlist): Fix attribute parsing.
19433 (xml-parse-dtd): Change parsing so that it produces strings
19434 instead of interned symbols.
19435
19436 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
19437
19438 * dired.el (dired-ls-sorting-switches): Doc fix.
19439
19440 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
19441
19442 * emacs-lisp/rx.el (rx-or): Fix the case of
19443 "(rx (and ?a (or ?b ?c) ?d))".
19444
19445 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
19446
19447 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
19448 (texinfo-format-region): Use it.
19449 (texinfo-format-buffer-1): Ditto.
19450
19451 2003-11-01 Alan Mackenzie <acm@muc.de>
19452
19453 Changes to allow scrolling whilst in isearch mode:
19454 * isearch.el (isearch-unread-key-sequence): New function,
19455 extracted from isearch-other-meta-char.
19456 (top level): (put 'foo 'isearch-scroll) on all Emacs's
19457 "scrollable" standard functions.
19458 (isearch-allow-scroll): New customizable variable.
19459 (isearch-string-out-of-window, isearch-back-into-window)
19460 (isearch-reread-key-sequence-naturally)
19461 (isearch-lookup-scroll-key): New functions.
19462 (isearch-other-meta-char): Doc string and functionality enhanced.
19463 Now accepts a prefix argument.
19464 (isearch-lazy-highlight-window-end): New variable.
19465 (isearch-lazy-highlight-new-loop): Pay attention to the window's
19466 end (thru isearch-lazy-highlight-window-end), not only its start.
19467
19468 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
19469 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
19470 (universal-argument, universal-argument-more, negative-argument)
19471 (digit-argument, universal-argument-other-key): Minor changes.
19472
19473 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19474
19475 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
19476 recursively if the last message is deleted, thus avoiding an
19477 infinite loop.
19478
19479 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19480
19481 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
19482 (tex-main-file): Don't add .tex if the extension is already present.
19483 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
19484
19485 2003-10-29 Lute Kamstra <lute@gnu.org>
19486
19487 * progmodes/octave-inf.el (inferior-octave-prompt):
19488 Recognize version number in prompt.
19489
19490 2003-10-28 Dave Love <fx@gnu.org>
19491
19492 * international/characters.el: Fix some Unicode ranges.
19493
19494 2003-10-28 Kenichi Handa <handa@m17n.org>
19495
19496 * disp-table.el (standard-display-8bit)
19497 (standard-display-default, standard-display-ascii)
19498 (standard-display-g1, standard-display-graphic)
19499 (standard-display-underline): Assure that standard-display-table
19500 is a display table.
19501
19502 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
19503
19504 * simple.el (reindent-then-newline-and-indent): Delete space *after*
19505 reindenting the first line.
19506
19507 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
19508
19509 * wid-edit.el (widget-default-delete): Always delete child widgets.
19510
19511 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19512
19513 * newcomment.el (comment-indent): Don't call indent-according-to-mode
19514 if the line has code.
19515 Don't try to line up with something that's too far left.
19516
19517 * progmodes/octave-mod.el (octave-comment-start): Simplify.
19518 (octave-mode-syntax-table): Add % as a comment starter.
19519 (octave-point): Remove.
19520 (octave-in-comment-p, octave-in-string-p)
19521 (octave-not-in-string-or-comment-p, calculate-octave-indent)
19522 (octave-blink-matching-block-open, octave-auto-fill):
19523 Use line-(beginning|end)-position instead.
19524
19525 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
19526
19527 * emacs-lisp/authors.el (authors-aliases): Add correct realname
19528 for Francesco Potort\e,Al\e(B.
19529
19530 2003-10-23 Dave Love <fx@gnu.org>
19531
19532 * international/mule-cmds.el (locale-charset-to-coding-system):
19533 Don't rely on nil being a coding system.
19534
19535 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
19536 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
19537 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
19538
19539 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
19540
19541 * gdb-ui.el (gdb-current-language): New variable.
19542 (gdb-update-flag): Remove variable.
19543 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
19544 (gdb-take-last-elt): Remove function.
19545 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
19546 (gdb-post-prompt): Check for variable object changes here.
19547
19548 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
19549 object changes in gdb-ui.el.
19550
19551 2003-10-21 Richard M. Stallman <rms@gnu.org>
19552
19553 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
19554
19555 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
19556 Don't check for foo*/ wildcard form here.
19557 (insert-directory): Recognize foo*/ as a wildcard.
19558 Separate wildcard-regexp variable from the arg, wildcard.
19559
19560 * subr.el (add-hook): Correctly detect when make-local-hook was used.
19561 (remove-hook): Correctly handle strange cases about local hooks.
19562
19563 2003-10-21 David Ponce <david@dponce.com>
19564
19565 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
19566 argument REAL, to return a real number instead of a rounded
19567 integer value. Define as inline function.
19568 (ruler-mode-right-fringe-cols): Likewise.
19569 (ruler-mode-scroll-bar-cols): New function.
19570 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
19571 (ruler-mode-right-scroll-bar-cols): Likewise.
19572 (ruler-mode-space): New function.
19573 (ruler-mode-ruler): Use it. Handle variations of fringe style,
19574 scroll bar mode and margins in a more robust way.
19575
19576 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
19577
19578 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
19579 (antlr-c-init-language-vars): New function.
19580 (antlr-mode): Use it with cc-mode before v5.29.
19581 (antlr-c-common-init): Don't set some local vars here.
19582 (antlr-mode): Set them here.
19583 (antlr-c-forward-sws): New function alias.
19584 (antlr-mode): Redefine with cc-mode before v5.30.
19585 (antlr-skip-sexps): Use it.
19586 (antlr-skip-exception-part): Ditto.
19587 (antlr-skip-file-prelude): Ditto.
19588 (antlr-outside-rule-p): Ditto.
19589 (antlr-end-of-body): Ditto.
19590 (antlr-option-kind): Ditto.
19591 (antlr-insert-option-area): Ditto.
19592 (antlr-file-dependencies): Ditto.
19593
19594 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19595
19596 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
19597 Move backward only if point was not inside an entry.
19598
19599 2003-10-21 Richard M. Stallman <rms@gnu.org>
19600
19601 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
19602
19603 2003-10-21 Juri Linkov <juri@jurta.org>
19604
19605 * compare-w.el: Automatically skip non-matching text to resync.
19606 (compare-windows-whitespace): Doc fix.
19607 (compare-windows-sync, compare-windows-sync-string-size)
19608 (compare-windows-recenter, compare-ignore-whitespace)
19609 (compare-windows-highlight, compare-windows-face): New variables.
19610 (compare-windows): Use compare-windows-sync.
19611 (compare-windows-highlight, compare-windows-dehighlight)
19612 (compare-windows-sync-regexp)
19613 (compare-windows-sync-default-function): New functions.
19614
19615 2003-10-21 Juri Linkov <juri@jurta.org>
19616
19617 * diff.el (diff-parse-differences): Don't visit the files now;
19618 instead, just record the error locus.
19619
19620 2003-10-21 Dave Love <fx@gnu.org>
19621
19622 * progmodes/cfengine.el: New file.
19623
19624 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19625
19626 * complete.el (PC-do-completion): Do not forget to use `pred' as the
19627 default-directory when completing file names.
19628
19629 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
19630
19631 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
19632 followed by the word `face', it gets treated as a face, even if
19633 it is also defined as a variable or a function.
19634
19635 2003-10-20 Dave Love <fx@gnu.org>
19636
19637 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19638 Avoid incf in macro expansion.
19639
19640 2003-10-20 John Paul Wallington <jpw@gnu.org>
19641
19642 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
19643 `evenp' so we don't implicitly require cl library at runtime.
19644
19645 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
19646
19647 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
19648 (help-make-xrefs): Only make cross-references for faces if
19649 preceded or followed by the word `face'. Do not make a
19650 cross-reference for variables without variable documentation,
19651 unless preceded by the word `variable' or `option'. Update doc
19652 string accordingly.
19653
19654 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
19655
19656 * progmodes/hideshow.el: Rewrite one-armed `if'
19657 constructs using either `when' or `unless'.
19658 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
19659
19660 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
19661
19662 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
19663 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
19664 instead of 12x12.
19665
19666 2003-10-16 Eli Zaretskii <eliz@gnu.org>
19667
19668 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
19669 message while converting to Babyl.
19670
19671 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
19672
19673 * allout.el (allout-mode): Doc fix.
19674
19675 2003-10-16 Lute Kamstra <lute@gnu.org>
19676
19677 * subr.el (force-mode-line-update): Fix docstring.
19678
19679 2003-10-14 Dave Love <fx@gnu.org>
19680
19681 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
19682 (default-input-method): Add :link, improve :type.
19683 (locale-charset-language-names): Fix utf-8 pattern.
19684 (locale-charset-match-p, locale-charset-alist)
19685 (locale-charset-to-coding-system): New.
19686 (set-locale-environment): Deal with codeset part of locale specs.
19687
19688 2003-10-14 Lute Kamstra <lute@gnu.org>
19689
19690 * fringe.el (fringe-mode): Use active voice in docstring.
19691 (set-fringe-style): Ditto.
19692
19693 2003-10-13 Lute Kamstra <lute@gnu.org>
19694
19695 * fringe.el (fringe-mode): Fix docstring.
19696 (set-fringe-style): Ditto.
19697
19698 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
19699
19700 * ediff-mult.el (ediff-filegroup-action):
19701 Use ediff-default-filtering-regexp.
19702
19703 * ediff-util.el (ediff-recenter): Don't call
19704 ediff-restore-highlighting twice.
19705 (ediff-select-difference): Set current difference.
19706 (ediff-unselect-and-select-difference): Add comment.
19707
19708 * ediff.el (ediff-directories,ediff-directory-revisions)
19709 (ediff-directories3,ediff-merge-directories)
19710 (ediff-merge-directories-with-ancestor)
19711 (ediff-merge-directory-revisions)
19712 (ediff-merge-directory-revisions-with-ancestor):
19713 Use ediff-default-filtering-regexp.
19714
19715 2003-10-12 Andreas Schwab <schwab@suse.de>
19716
19717 * international/mule-cmds.el (locale-charset-language-names):
19718 Simplify regex by removing unused grouping.
19719
19720 2003-10-10 Dave Love <fx@gnu.org>
19721
19722 * bindings.el: Don't bind stop.
19723
19724 2003-10-08 Miles Bader <miles@gnu.org>
19725
19726 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
19727 face instead of attempting to emulate it.
19728
19729 2003-10-07 Kenichi Handa <handa@m17n.org>
19730
19731 * international/mule-diag.el (list-coding-systems-1): List coding
19732 systems that are loaded automatically.
19733
19734 * international/code-pages.el (iso-8859-11): Add autoload cookie.
19735
19736 * international/mule.el (autoload-coding-system): New function.
19737
19738 2003-10-07 Andreas Schwab <schwab@suse.de>
19739
19740 * log-edit.el (log-edit-changelog-entries): Prefer local value of
19741 change-log-default-name in the buffer visiting the file.
19742
19743 2003-10-06 Dave Love <fx@gnu.org>
19744
19745 * files.el (find-file-hook): Customize.
19746 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
19747
19748 * bindings.el (completion-ignored-extensions): Remove .log.
19749 (global-map): Add again, open, stop keys.
19750
19751 2003-10-05 Richard M. Stallman <rms@gnu.org>
19752
19753 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
19754 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
19755 Use sh-modify directly.
19756 (sh-select): Use sh-append, not eval.
19757
19758 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
19759
19760 * info.el (Info-following-node-name): New function.
19761
19762 * loadhist.el (unload-feature-special-hooks):
19763 Rename from loadhist-hook-functions.
19764 (loadhist-hook-functions): Now an alias.
19765
19766 2003-10-04 Eli Zaretskii <eliz@gnu.org>
19767
19768 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
19769 file-name clashes on 8+3 filesystems.
19770
19771 * Makefile.in (DONTCOMPILE, bootstrap-clean):
19772 Rename loaddefs-boot.el to ldefs-boot.el
19773
19774 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
19775 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
19776
19777 2003-10-03 Lute Kamstra <lute@gnu.org>
19778
19779 * info.el (Info-mode): Revert previous change.
19780 (Info-escape-percent): New function.
19781 (Info-fontify-node): Use it.
19782
19783 2003-10-02 Andreas Schwab <schwab@suse.de>
19784
19785 * loaddefs-boot.el: Regenerated.
19786
19787 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
19788
19789 * ffap.el: Remove defadvice related code from CVS since `complete'
19790 provides a `PC-completion-as-file-name-predicate' variable that
19791 ffap can override.
19792
19793 2003-10-02 Kenichi Handa <handa@m17n.org>
19794
19795 * international/utf-8.el (ccl-decode-mule-utf-8):
19796 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
19797
19798 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
19799 * international/subst-big5.el: Likewise.
19800 * international/subst-gb2312.el: Likewise.
19801 * international/subst-ksc.el: Likewise.
19802
19803 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19804
19805 * calendar/calendar.el (increment-calendar-month)
19806 (calendar-leap-year-p, calendar-absolute-from-gregorian)
19807 (generate-calendar, calendar-read-date, calendar-interval)
19808 (calendar-day-of-week): Handle years BC.
19809 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
19810
19811 2003-10-01 Dave Love <fx@gnu.org>
19812
19813 * language/cyrillic.el (cp1251): Alias for windows-1251.
19814
19815 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
19816 bootstrap.
19817
19818 2003-10-01 Lute Kamstra <lute@gnu.org>
19819
19820 * files.el: Fix typo.
19821 * imenu.el (imenu--generic-function): Docstring fix.
19822
19823 2003-09-30 Richard M. Stallman <rms@gnu.org>
19824
19825 * dired.el (dired-mode): Handle dired-directory as a list.
19826
19827 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
19828
19829 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
19830
19831 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
19832
19833 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
19834 Replace gud-display with gud-watch.
19835 (gud-speedbar-buttons): Add stuff for watching expressions
19836 in the speedbar when using M-x gdba. Use dolist on old part
19837 of this function.
19838
19839 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
19840 (gdb-update-flag): New variables.
19841 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
19842 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
19843 (gud-watch, gdb-var-create-handler) : New functions.
19844 (gdb-var-list-children, gdb-var-list-children-handler)
19845 (gdb-var-create-regexp, gdb-var-update-regexp)
19846 (gdb-var-list-children-regexp): New constants.
19847 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
19848 (gdb-annotation-rules): Reduce annotation set (level 3).
19849 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
19850 (gdb-post-prompt): Don't update GDB buffers every time speedbar
19851 updates.
19852 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
19853 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
19854 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
19855 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
19856 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
19857 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
19858 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
19859 (gud-display, gud-display1)
19860 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
19861 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
19862 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
19863 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
19864 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
19865 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
19866 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
19867 (gdb-display-display-buffer, gdb-toggle-display)
19868 (gdb-delete-display, gdb-expressions-popup-menu)
19869 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
19870 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
19871 to display buffer.
19872
19873 2003-09-30 Richard M. Stallman <rms@gnu.org>
19874
19875 * progmodes/ada-mode.el (ada-mode): Don't use advice.
19876 Instead, set which-func-functions.
19877
19878 * progmodes/which-func.el (which-func-modes): Add ada-mode.
19879 (which-func-functions): New variable.
19880 (which-function): Use that.
19881
19882 * info.el (Info-mode): Double each `%' in header line.
19883
19884 * emacs-lisp/lisp-mnt.el (lm-with-file):
19885 When FILE is nil, run BODY in current buffer.
19886
19887 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
19888
19889 * help.el (describe-mode): Start with a brief list of minor modes.
19890 Find them thru minor-mode-list so as to find them all.
19891 Show them in alphabetical order.
19892
19893 * mail/sendmail.el (mail-aliases): Doc fix.
19894
19895 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
19896
19897 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19898
19899 * mail/rmailsum.el (rmail-make-summary-line-1):
19900 Change comma after last label to a space.
19901 (rmail-summary-font-lock-keywords): Adapt to that change.
19902
19903 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
19904
19905 * progmodes/scheme.el (scheme-mode-variables): When setting
19906 `font-lock-defaults', also specify that "#" should
19907 be interpreted with `word' syntax.
19908 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
19909
19910 2003-09-30 Lars Hansen <larsh@math.ku.dk>
19911
19912 * desktop.el: A lot of comments updated.
19913 (desktop-save-mode): Minor mode introduced.
19914 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
19915 (desktop-load-default): Function made obsolete.
19916 (desktop-locals-to-save): Variable made customizable.
19917 (desktop-read): Optional parameter `dirname' added.
19918 (desktop-change-dir, desktop-revert): Parameter `dirname' in
19919 `desktop-read' used.
19920 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
19921
19922 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
19923
19924 * whitespace.el (whitespace-clean-msg): Add user customizable message
19925 for displaying ``clean'' output.
19926 (whitespace-buffer): Use `whitespace-clean-msg'.
19927 (whitespace-global-mode): Fix typo.
19928
19929 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
19930
19931 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
19932
19933 2003-09-29 Lute Kamstra <lute@gnu.org>
19934
19935 * bindings.el (mode-line-modes): Remove superfluous :propertize
19936 construct in initialization.
19937 (mode-line-position): Change cons cell into proper list in
19938 initialization.
19939
19940 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
19941
19942 * international/mule.el (decode-coding-inserted-region): Use car
19943 of the return value of find-operation-coding-system.
19944
19945 2003-09-29 Kenichi Handa <handa@m17n.org>
19946
19947 * descr-text.el (describe-char): Fix previous change.
19948
19949 2003-09-28 Kenichi Handa <handa@m17n.org>
19950
19951 * descr-text.el (describe-char-display): New function.
19952 (describe-char): Pay attention to display table on describing how
19953 a character is displayed.
19954
19955 * international/mule-cmds.el (encoded-string-description):
19956 Prepend "0x" to each encoded byte.
19957
19958 2003-09-28 Andreas Schwab <schwab@suse.de>
19959
19960 * find-file.el (ff-special-constructs): Add autoload cookie.
19961
19962 2003-09-28 Kevin Ryde <user42@zip.com.au>
19963
19964 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
19965 makeinfo appends to duplicate index entries.
19966
19967 2003-09-28 Eli Zaretskii <eliz@gnu.org>
19968
19969 * dired-x.el (dired-clean-tex): Doc fix.
19970
19971 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
19972 using a Chinese tutorial.
19973
19974 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19975
19976 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
19977 between "MAIL FROM:" and "RCPT TO:" and the following address.
19978
19979 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19980
19981 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
19982
19983 2003-09-28 David Ponce <david@dponce.com>
19984
19985 * recentf.el (recentf-initialize-file-name-history): New defcustom.
19986 (recentf-load-list): When `recentf-initialize-file-name-history'
19987 is non-nil, initialize an empty `file-name-history' with the
19988 recent list.
19989
19990 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
19991
19992 * man.el (Man-default-man-entry): Remove the leading `*' from the
19993 word at point.
19994
19995 2003-09-26 Lute Kamstra <lute@gnu.org>
19996
19997 * bindings.el (mode-line-position): Mention size indication in
19998 docstring.
19999
20000 2003-09-26 Andre Spiegel <spiegel@gnu.org>
20001
20002 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
20003
20004 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
20005 because it's autoloaded now.
20006
20007 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20008
20009 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
20010 (sh-font-lock-keywords, sh-feature): Fix previous change of
20011 sh-feature to avoid infloop with sh-font-lock-keywords.
20012
20013 2003-09-25 Kim F. Storm <storm@cua.dk>
20014
20015 * frame.el (frame-current-scroll-bars): New defun.
20016
20017 * window.el (window-current-scroll-bars): New defun.
20018
20019 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20020
20021 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
20022 cause errors when the state cache contains info on parts that have
20023 been narrowed out.
20024
20025 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20026
20027 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
20028 `c-setup-paragraph-variables' has to be used when this variable is
20029 changed; it doesn't work to reinitialize the mode since that
20030 typically clobbers the variable.
20031
20032 * progmodes/cc-styles.el (c-setup-paragraph-variables):
20033 Make it interactive.
20034
20035 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20036
20037 * progmodes/cc-fonts.el (c-font-lock-declarations):
20038 Fix recognition of constructors and destructors for classes whose
20039 names are matched by `*-font-lock-extra-types'.
20040
20041 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
20042 followed by an identifier in C++ then it's a type.
20043
20044 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20045
20046 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
20047 problem that primarily affected XEmacs. Don't use faces to find
20048 unterminated strings since Emacs and XEmacs fontify strings
20049 differently - this function should now work better in XEmacs.
20050
20051 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20052
20053 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
20054 `expand-abbrev' workaround which caused braces to misbehave inside
20055 macros.
20056
20057 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
20058 handling. This bug could cause interactive font locking to bail out.
20059
20060 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20061
20062 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20063 Handle paren-style types in Pike. Also fixed some cases of
20064 insufficient handling of unbalanced parens.
20065
20066 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
20067
20068 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
20069 common shell prompts that are not common filename or URL characters.
20070 (ffap-file-at-point): Use the new regexp to strip the prompts from
20071 the file names. This is an issue mostly for user prompts that
20072 don't have a trailing space and find-file-at-point is invoked from
20073 within a shell inside Emacs.
20074
20075 2003-09-24 Andre Spiegel <spiegel@gnu.org>
20076
20077 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
20078 stamps numerically, rather than textually.
20079
20080 2003-09-24 Kenichi Handa <handa@m17n.org>
20081
20082 * language/devan-util.el (devanagari-post-read-conversion):
20083 * language/mlm-util.el (malayalam-post-read-conversion):
20084 * language/tml-util.el (tamil-post-read-conversion):
20085 Add autoload cookie.
20086
20087 * international/utf-8.el (utf-8-post-read-conversion):
20088 Call post-read-conversion functions for Devanagari, Malayalam,
20089 and Tamil.
20090
20091 2003-09-23 Dave Love <fx@gnu.org>
20092
20093 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
20094
20095 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
20096
20097 * progmodes/gud.el (perldb): Add gud-until to list of commands.
20098 Update gud-remove.
20099
20100 2003-09-22 Richard M. Stallman <rms@gnu.org>
20101
20102 * progmodes/sh-script.el (sh-mode-default-syntax-table):
20103 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
20104 (sh-mode-syntax-table-input): New variable.
20105 (sh-require-final-newline): Don't use eval.
20106 (sh-builtins, sh-leading-keywords, sh-other-keywords)
20107 (sh-variables, sh-font-lock-keywords): Don't use eval.
20108 (sh-set-shell): When setting require-final-newline,
20109 treat value = `require-final-newline' as don't change it.
20110 Set sh-mode-syntax-table locally based on
20111 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
20112
20113 * progmodes/compile.el (compile-internal):
20114 Call compilation-set-window-height before setting window start.
20115
20116 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
20117
20118 * emacs-lisp/bytecomp.el (byte-compile-log-file):
20119 Clear out byte-compile-last-warned-form.
20120
20121 2003-09-22 Richard M. Stallman <rms@gnu.org>
20122
20123 * woman.el (woman-file-name, woman-follow-word):
20124 If current-word returns nil, use "".
20125
20126 * simple.el (eval-expression): Bind standard-output in to-buffer case.
20127
20128 2003-09-22 Richard M. Stallman <rms@gnu.org>
20129
20130 * emacs-lisp/lisp-mnt.el (lm-with-file):
20131 Don't visit the file, just use insert-file-contents in temp buffer.
20132
20133 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
20134
20135 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
20136 Add surrounding \\( and \\) around the header, as in
20137 for lm-history-header 'Change Log\\|History'.
20138
20139 2003-09-22 John Paul Wallington <jpw@gnu.org>
20140
20141 * progmodes/ld-script.el: Add Commentary section,
20142 minor cleanup of file header.
20143 (ld-script-font-lock-keywords): Doc fix.
20144 (toplevel): Provide `ld-script' feature.
20145
20146 2003-09-21 Kim F. Storm <storm@cua.dk>
20147
20148 * scroll-bar.el (set-scroll-bar-mode): Initialize to
20149 new built-in variable default-frame-scroll-bars.
20150 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
20151 scroll-bar-mode; notably, use it instead of t when we toggle
20152 scroll-bars on.
20153 (toggle-scroll-bar): Use default-frame-scroll-bars.
20154
20155 2003-09-19 Masatake YAMATO <jet@gyve.org>
20156
20157 * pcvs.el (cvs-do-removal): Change the prompt depending on
20158 `filter' value.
20159
20160 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20161
20162 * startup.el (command-line-1): Stop startup-echo-area-message
20163 being hidden by "Loading image..." message.
20164 (use-fancy-splash-screens-p, display-splash-screen):
20165 Move display-graphic-p test from latter to former.
20166
20167 * progmodes/sh-script.el (sh-font-lock-keywords):
20168 Highlight escaped EOLs differently from other backslash constructs.
20169
20170 2003-09-19 Richard M. Stallman <rms@gnu.org>
20171
20172 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
20173 New functions.
20174 (edebug-enter, edebug-outside-excursion): Use them.
20175
20176 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
20177 Fix the condition for whether to print "In WHERE".
20178
20179 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
20180
20181 * finder.el (finder-mode-hook): New variable.
20182 (finder-mode): Run hook finder-mode-hook
20183
20184 2003-09-18 Masatake YAMATO <jet@gyve.org>
20185
20186 * progmodes/ebrowse.el: Fix broken magic autoload comments.
20187
20188 2003-09-17 Mario Lang <mlang@delysid.org>
20189
20190 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
20191 "p %e" to actually print the value in the GUD buffer.
20192
20193 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
20194
20195 From David Ponce <david.ponce@wanadoo.fr>:
20196 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
20197 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
20198 from loaddefs-boot.el if necessary.
20199
20200 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
20201
20202 * progmodes/gud.el (gud-find-class): Make jdb work again since
20203 cc-mode changed the syntactic information.
20204
20205 2003-09-15 David Ponce <david@dponce.com>
20206
20207 * recentf.el: (recentf-exclude): Accept predicates too.
20208 (recentf-file-readable-p): New function.
20209 (recentf-include-p): Handle predicates in recentf-exclude.
20210 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
20211 (recentf-cleanup): Likewise.
20212 (recentf-save-list): Use write-file to handle backup of
20213 recentf-save-file.
20214
20215 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
20216
20217 * loaddefs-boot.el: Renamed from `loaddefs.el'
20218 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
20219 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
20220 necessary.
20221
20222 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
20223
20224 * electric.el (Electric-pop-up-window): For the `one-window' case,
20225 no longer disconcertingly move point in the original buffer.
20226
20227 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20228
20229 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
20230
20231 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
20232
20233 * dired.el (dired-mode-map): Fix typo.
20234
20235 2003-09-11 Richard M. Stallman <rms@gnu.org>
20236
20237 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
20238
20239 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20240
20241 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
20242 the function is less noisy. Now only `kill-buffer' can ask questions.
20243
20244 2003-09-10 Mario Lang <mlang@delysid.org>
20245
20246 * battery.el: Update Commentary and Copyright.
20247 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
20248 appear due to wrong ordering of the expressions in `or'.
20249
20250 2003-09-09 Lute Kamstra <lute@gnu.org>
20251
20252 * misc.el (upcase-char): Fix docstring.
20253 (zap-up-to-char): New command.
20254
20255 2003-09-08 David Ponce <david@dponce.com>
20256
20257 Ensure that recentf correctly updates the menu bar.
20258 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
20259 (recentf-menu-bar): New function.
20260 (recentf-clear-data): Use it
20261 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
20262 of easy-menu-change.
20263
20264 2003-09-08 Lute Kamstra <lute@gnu.org>
20265
20266 * simple.el (size-indication-mode): New.
20267 * bindings.el (mode-line-position): Add buffer size indicator.
20268
20269 2003-09-04 Mario Lang <mlang@delysid.org>
20270
20271 * battery.el (battery-linux-proc-acpi): New function.
20272 (battery-status-function): Modify default value calculation to also
20273 check for availability of ACPI.
20274 (battery-echo-area-format): Ditto.
20275 (battery-mode-line-format): Ditto.
20276
20277 2003-09-06 Dave Love <fx@gnu.org>
20278
20279 * ielm.el (ielm-mode-hook): Add :options.
20280
20281 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
20282 (eldoc-print-current-symbol-info): Use it.
20283
20284 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
20285
20286 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
20287 being displayed in GUD buffer.
20288 (gdb-idle-input-queue): Remove var. Use just one queue.
20289 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
20290 Remove functions. Use just one queue.
20291 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
20292 (gdb-invalidate-assembler, gdb-get-current-frame):
20293 Modify functions. Use just one queue.
20294
20295 2003-09-04 Dave Love <fx@gnu.org>
20296
20297 * cus-start.el: Add blink-cursor-alist.
20298
20299 * ruler-mode.el (ruler-mode-fill-column-char)
20300 (ruler-mode-current-column-char): Use char-displayable-p,
20301 not window-system.
20302
20303 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
20304
20305 * language/european.el (windows-1252): Move from code-pages.
20306
20307 * language/cyrillic.el ("Windows-1251"): Delete.
20308 ("Bulgarian", "Belarusian"): Remove `features'.
20309 (windows-1251): Move from code-pages.
20310
20311 * international/mule-diag.el (non-iso-charset-alist):
20312 Remove `codepage' stuff.
20313 (print-designation, list-coding-systems-1): Output fixes.
20314
20315 * international/code-pages.el (cp-make-translation-table)
20316 (cp-valid-codes): Made defsubsts.
20317 (cp-fix-safe-chars): Delete.
20318 (mule-diag): Don't require.
20319 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
20320 (top-level): Check for defined coding system when defining
20321 cp... aliases. Change w32-add-charset-info test to avoid warning.
20322 (non-iso-charset-alist): Defvar when compiling.
20323 (cp-make-coding-system): Doc fix.
20324
20325 2003-09-02 Jason Rumney <jasonr@gnu.org>
20326
20327 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
20328 line-ends from CVS before doing conversion.
20329
20330 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
20331
20332 * calendar/diary-lib.el (diary-header-line-flag)
20333 (diary-header-line-format): New variables.
20334 (list-diary-entries): Use them to set header line in simple diary.
20335
20336 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
20337 other than font-lock-string-face to highlight backslashes.
20338
20339 2003-09-01 Jason Rumney <jasonr@gnu.org>
20340
20341 * international/titdic-cnv.el (tit-read-key-value): Include \r in
20342 regexp.
20343
20344 2003-09-01 Dave Love <fx@gnu.org>
20345
20346 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
20347
20348 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
20349 and :help; also line and column numbers labels.
20350
20351 * international/mule-util.el (char-displayable-p): Move from
20352 latin1-disp, rename and autoload.
20353
20354 * international/latin1-disp.el (latin1-char-displayable-p):
20355 Now obsolete alias. Replace uses with char-displayable-p.
20356 (latin1-display-ucs-per-lynx): Fix last change.
20357
20358 * international/mule-cmds.el (standard-display-european-internal):
20359 Don't use char code for Latin-1 NBSP.
20360 <XFree86 4>: Unfrob NBSP display table. Set display table to use
20361 U+2018, U+2019 for `'.
20362 (select-safe-coding-system): Message fix.
20363
20364 2003-09-01 Kenichi Handa <handa@m17n.org>
20365
20366 * international/fontset.el (setup-default-fontset): For Thai
20367 font, specify "*" family.
20368
20369 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20370
20371 * progmodes/compile.el (previous-error): Accept a prefix
20372 argument, similarly to next-error.
20373
20374 2003-08-31 Masatake YAMATO <jet@gyve.org>
20375
20376 * pcvs.el (cvs-do-removal): Use = instead of eq to check
20377 the number of files. Bind the number of files to a local
20378 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
20379
20380 2003-08-30 Eli Zaretskii <eliz@gnu.org>
20381
20382 * vc-hooks.el (vc-make-version-backup): Fix the change made on
20383 2003-07-26: msdos-long-file-names is a function, not a variable.
20384
20385 2003-08-29 Richard M. Stallman <rms@gnu.org>
20386
20387 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
20388 Do nothing with mail-personal-alias-file if it is nil.
20389
20390 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
20391 Do nothing if mail-personal-alias-file is nil.
20392
20393 * term.el (term-exec-1): Bind coding-system-for-read.
20394
20395 * dired.el (dired-mouse-find-file-other-window):
20396 Use dired-view-command-alist here, as in dired-view-file.
20397 (dired-view-command-alist): Use %s to substitute file name.
20398 Handle .ps_pages, .eps, .jpg, .gif, .png.
20399
20400 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20401
20402 * info.el (Info-mode-map): Bind S-tab and <backtab> to
20403 `Info-prev-reference', instead of M-tab.
20404
20405 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
20406
20407 * simple.el (blink-matching-open): Work correctly on chars that
20408 are designated as parens through the syntax-table text property.
20409
20410 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
20411
20412 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
20413 line break position in the middle of a non-kinsoku (e.g. latin)
20414 word, making it skip until either a space or a character with
20415 category "|".
20416 (kinsoku-longer): Test for end of buffer.
20417
20418 2003-08-28 Eli Zaretskii <eliz@gnu.org>
20419
20420 * mail/rmail.el (rmail-convert-to-babyl-format):
20421 Detect quoted-printable- and base64-encoded messages and decode them
20422 automatically. Set the message's encoding from the charset=
20423 header, if any. Decode base64-encoded messages in Mail format as well.
20424
20425 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20426
20427 * mail/smtpmail.el: Fix previous change.
20428 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
20429 calling smtpmail-via-smtp.
20430 (smtpmail-via-smtp): Add fall-back values for envelope-from.
20431
20432 2003-08-26 John Paul Wallington <jpw@gnu.org>
20433
20434 * image.el (image-jpeg-p): Don't search beyond length of data.
20435
20436 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20437
20438 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
20439 misfeature in `expand-abbrev' which caused electric keywords like
20440 "else" to disappear if an open brace was typed directly afterwards.
20441
20442 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20443
20444 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
20445 mandatory in `define-widget'.
20446
20447 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
20448 Don't align the operators "!=", "<=" and ">=" as assignment operators.
20449
20450 (c-assignment-operators): New language constant that only contains
20451 the assignment operators.
20452
20453 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
20454
20455 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20456
20457 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20458 Safeguard against unbalanced sexps.
20459
20460 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
20461
20462 * version.el (emacs-version): Check for gtk. Include gtk version info.
20463
20464 2003-08-25 John Paul Wallington <jpw@gnu.org>
20465
20466 * man.el (Man-default-man-entry): Don't whizz past the section
20467 number before looking for it.
20468
20469 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
20470
20471 * progmodes/gud.el (gud-display-line): Don't set window-point if
20472 source buffer is not visible. (Only happens with M-x gdba.)
20473
20474 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
20475 documentation.
20476 (gdb-source, gdb-source-info): Update to assembler unnecessary
20477 as its done after each GDB command anyway.
20478 (gdb-pre-prompt): Use with-current-buffer.
20479 (gdb-insert-field): Add help-echo text.
20480 (gdb-invalidate-assembler): Re-display of assembler now done in
20481 gdb-info-breakpoints-custom.
20482 (gdb-info-breakpoints-custom): Force re-display of assembler to
20483 happen *after* update of breakpoints buffer.
20484 (gdb-display-source-buffer): Don't choke if gdb-source-window
20485 isn't visible.
20486 (gdb-put-string, gdb-put-arrow): Remove free variables.
20487
20488 2003-08-24 John Paul Wallington <jpw@gnu.org>
20489
20490 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
20491
20492 * man.el (Man-default-man-entry): Strip text properties when
20493 snarfing parts of entry because `format' preserves properties.
20494
20495 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20496
20497 * files.el (file-newest-backup): Use `expand-file-name'.
20498
20499 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
20500 Allow the diary to pop up a new frame, if needed.
20501
20502 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
20503 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
20504 (smtpmail-send-it): Make treatment of envelope-from consistent with
20505 sendmail.el.
20506
20507 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
20508 (sh-leading-keywords): Add the bash `time' reserved word.
20509 (sh-variables): Add some bash variables.
20510 (sh-add-completer): Fix nil branch of case statement.
20511
20512 2003-08-24 Masatake YAMATO <jet@gyve.org>
20513
20514 * progmodes/ld-script.el: New file.
20515
20516 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
20517
20518 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
20519
20520 2003-08-23 Andre Spiegel <spiegel@gnu.org>
20521
20522 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
20523 Better explain obsolescence, and what to use instead.
20524
20525 2003-08-23 Masatake YAMATO <jet@gyve.org>
20526
20527 * pcvs.el (cvs-do-removal): Show the deleted file name
20528 on the prompt.
20529
20530 2003-08-20 Dave Love <fx@gnu.org>
20531
20532 * international/mule.el (make-coding-system)
20533 (set-buffer-file-coding-system): Doc fix.
20534
20535 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
20536
20537 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
20538
20539 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
20540
20541 * international/utf-16.el: Add mime-text-unsuitable coding system
20542 properties.
20543
20544 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
20545
20546 * cus-edit.el: Add some :links.
20547 (bib): Remove.
20548
20549 * textmodes/bib-mode.el (bib): Add :group external.
20550
20551 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
20552
20553 * wid-edit.el (widget-echo-help): Make it handle expressions that
20554 evaluate to strings.
20555
20556 2003-08-18 Michael Mauger <mmaug@yahoo.com>
20557
20558 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
20559
20560 Simplify selection of SQL products to define highlighting and
20561 interactive mode. Includes detailed instructions on adding
20562 support for new products.
20563
20564 * progmodes/sql.el (sql-product): New variable. Identifies SQL
20565 product for use in highlighting and interactive mode.
20566 (sql-interactive-product): New variable. SQL product for
20567 sql-interactive-mode.
20568 (sql-product-support): New variable. Specifies product-specific
20569 parameters to drive highlighting and interactive mode.
20570 (sql-imenu-generic-expression): Add more object types.
20571 (sql-sqlite-options): Correct comment.
20572 (sql-ms-program): Use "osql" rather than "isql".
20573 (sql-prompt-regexp, sql-prompt-length): Update comment.
20574 (sql-mode-menu): Add "Start SQLi session" entry.
20575 Replace Highlighting submenu with Product menu. Fix Send Region entry.
20576 (sql-mode-abbrev-table): Add abbreviations. Support of
20577 SYSTEM-FLAG on define-abbrev. Support was removed with last
20578 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
20579 (sql-mode-font-lock-object-name): Add font-lock pattern for object
20580 names.
20581 (sql-mode-ansi-font-lock-keywords): Set as default value.
20582 (sql-mode-oracle-font-lock-keywords): Set as default value.
20583 Support Oracle 9i keywords.
20584 (sql-mode-postgres-font-lock-keywords): Set as default value.
20585 (sql-mode-linter-font-lock-keywords): Set as default value.
20586 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
20587 SQLServer 2000.
20588 (sql-mode-sybase-font-lock-keywords)
20589 (sql-mode-interbase-font-lock-keywords)
20590 (sql-mode-sqlite-font-lock-keywords)
20591 (sql-mode-strong-font-lock-keywords)
20592 (sql-mode-mysql-font-lock-keywords)
20593 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
20594 keywords.
20595 (sql-mode-font-lock-defaults): Update comment.
20596 (sql-product-feature): New function. Returns feature associated
20597 with a product from `sql-product-support' alist.
20598 (sql-product-font-lock): New function. Set font-lock support
20599 based on `sql-product'.
20600 (sql-add-product-keywords): New function. Add font-lock rules to
20601 product-specific keyword variables.
20602 (sql-set-product): New function. Set `sql-product' and apply
20603 appropriate font-lock highlighting.
20604 (sql-highlight-product): New function. Set font-lock support
20605 based on a product. Also set mode name to include product name.
20606 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
20607 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
20608 Use `sql-set-product'.
20609 (sql-highlight-ms-keywords)
20610 (sql-highlight-sybase-keywords)
20611 (sql-highlight-interbase-keywords)
20612 (sql-highlight-strong-keywords)
20613 (sql-highlight-mysql-keywords)
20614 (sql-highlight-sqlite-keywords)
20615 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
20616 (sql-get-login): Prompt in the same order as the tokens.
20617 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
20618 (sql-product-interactive): New function. Common portions of
20619 product-specific interactive mode wrappers.
20620 (sql-interactive-mode): Rewritten to use product features.
20621 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
20622 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
20623 (sql-db2, sql-linter): Use `sql-product-interactive'.
20624 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
20625 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
20626 (sql-connect-ingres, sql-connect-postgres)
20627 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
20628 New functions. Format command line parameters and invoke comint on
20629 the appropriate interpreter. Code was in the corresponding
20630 `sql-xyz' function before.
20631 (sql-connect-ms): New function. Support -E argument to use
20632 operating system credentials for authentication.
20633
20634 2003-08-18 Kenichi Handa <handa@m17n.org>
20635
20636 * international/mule.el (encode-char): Fix for the ASCII case.
20637
20638 2003-08-15 Kenichi Handa <handa@m17n.org>
20639
20640 * international/fontset.el (setup-default-fontset): Change "*" to
20641 nil in the specifications of font family.
20642
20643 2003-08-18 Kim F. Storm <storm@cua.dk>
20644
20645 * kmacro.el (kmacro-keymap): Group related bindings in
20646 initialization for clarity. Bind C-s to start macro.
20647 Remove C-r binding.
20648 (kmacro-initial-counter-value): New defvar to hold initial counter
20649 value in case we set the value before defining a macro.
20650 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
20651 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
20652 not defining or executing macro. Doc fix.
20653 (kmacro-add-counter): Clear kmacro-initial-counter-value.
20654 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
20655 temporarily view older elements on the macro ring without cycling
20656 the ring.
20657 (kmacro-display): Doc fix.
20658 (kmacro-exec-ring-item): New helper function.
20659 (kmacro-call-ring-2nd): Use it.
20660 (kmacro-call-ring-2nd-repeat): Doc fix.
20661 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
20662 (kmacro-end-or-call-macro): Execute last viewed macro (using
20663 kmacro-exec-ring-item) from ring if this follows
20664 kmacro-view-macro. This allows us to find a macro on the ring
20665 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
20666 the ring to bring it to the head of the ring.
20667 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
20668 Allow binding to reserved keys without specifying C-x C-k prefix.
20669 Ask for confirmation if entered key sequence is already bound to
20670 a non-macro command.
20671 (kmacro-view-macro): Repeating command will show older elements
20672 on the macro ring; C-k will execute the last viewed macro.
20673 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
20674 property from 'ring to 'head.
20675
20676 2003-08-17 Alan Shutko <ats@acm.org>
20677
20678 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
20679 keeping December out of the alist.
20680
20681 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
20682
20683 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
20684 * calendar/calendar.el (calendar-mode-map): Bind it to key.
20685 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
20686 (calendar-flatten): New function.
20687 (calendar-mouse-view-other-diary-entries)
20688 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
20689 in the menu title and to show multi-line diary entries correctly
20690 in the menu.
20691
20692 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
20693
20694 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
20695 defcustom, because the default was recently changed.
20696
20697 2003-08-16 Richard M. Stallman <rms@gnu.org>
20698
20699 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
20700
20701 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
20702 New subroutine, broken out of eval-last-sexp-1.
20703 (eval-last-sexp-1): Use eval-last-sexp-print-value.
20704
20705 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
20706
20707 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
20708
20709 * simple.el (eval-expression): Use eval-last-sexp-print-value.
20710
20711 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
20712
20713 * progmodes/compile.el (compilation-error-regexp-alist):
20714 Add Java ANt error detection as described in document
20715 http://ant.apache.org/faq.html
20716
20717 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
20718
20719 * simple.el (backward-word, forward-to-indentation)
20720 (backward-to-indentation): Argument changed to optional.
20721 (next-line, previous-line): Use `or' instead of `unless'.
20722
20723 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20724
20725 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
20726 instead of a constant.
20727
20728 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
20729
20730 * shell.el (shell): With prefix-arg, suggest a new buffer name.
20731
20732 2003-08-12 Andre Spiegel <spiegel@gnu.org>
20733
20734 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
20735 (vc-sccs-workfile-version): Search the entire delta table, rather
20736 than just the first entry, because that might be a deleted version.
20737
20738 2003-08-11 Karl Fogel <kfogel@red-bean.com>
20739
20740 * menu-bar.el (menu-bar-options-menu): Supply a body for the
20741 [save-place] binding in the Options menu. Have it require
20742 'saveplace' and then toggle the variable manually, to avoid an an
20743 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
20744 for the bug report.
20745
20746 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
20747
20748 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
20749 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
20750 (gdb-info-threads-custom): Add help-echo text.
20751 (gdb-display-back): Don't use purecopy.
20752 (gdb-info-breakpoints-custom, gdb-reset)
20753 (gdb-assembler-custom): Use display-images-p to test if breakpoint
20754 icons can be displayed.
20755
20756 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
20757
20758 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
20759
20760 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
20761
20762 * bookmark.el (bookmark-completing-read):
20763 Return a string, instead of a list of one string.
20764 Use a popup menu if activated from the mouse.
20765 (bookmark-edit-annotation): Remove unused vars.
20766 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
20767 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
20768 to bookmark-completing-read.
20769 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
20770 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
20771 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
20772 and erase-buffer.
20773 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
20774 (bookmark-menu-jump, bookmark-menu-insert)
20775 (bookmark-popup-menu-and-apply-function)
20776 (bookmark-menu-popup-paned-bookmark-menu): Remove.
20777 (bookmark-menu-build-paned-menu): Remove by folding it into
20778 bookmark-menu-popup-paned-menu.
20779 (menu-bar-bookmark-map): Move the define-key statements here.
20780 Use the "non-menu" commands since they now pop up a menu if needed.
20781 (bookmark-exit-hook-internal): Simplify.
20782
20783 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
20784
20785 * reftex-toc.el (reftex-toc-rename-label): New function.
20786 (reftex-toc-check-docstruct): New function.
20787
20788 * reftex.el (reftex-region-active-p): New function.
20789
20790 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
20791 regexp to find the \bibliography macro.
20792
20793 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
20794 which does not exist in LaTeX.
20795 (reftex-cite-format-builtin): Added amsrefs support.
20796 (reftex-toc-confirm-promotion): New option
20797
20798 * reftex-toc.el
20799 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
20800 (reftex-toc-demote, reftex-toc-promote)
20801 (reftex-toc-do-promote, reftex-toc-promote-prepare)
20802 (reftex-toc-promote-action, reftex-toc-extract-section-number)
20803 (reftex-toc-newhead-from-alist)
20804 (reftex-toc-load-all-files-for-promotion): New functions.
20805 (reftex-toc-help): Added description of new keys.
20806 (reftex-toc-split-windows-fraction): New option.
20807 (reftex-recenter-toc-when-idle): Search *toc* window on all
20808 visible frames.
20809 (reftex-toc): Additional parameter REUSE
20810 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
20811 with REUSE argument.
20812 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
20813 the call of `reftex-toc'.
20814 (reftex-make-separate-toc-frame): New function .
20815 (reftex-toc-recenter): When called with triple prefix arg, call
20816 `reftex-make-separate-toc-frame' first.
20817 (reftex-toc-toggle-dedicated-frame): New command.
20818 (reftex-toc-quit): Adapted to delete frame when called in
20819 dedicated frame.
20820
20821 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
20822 all enclosing macros.
20823
20824
20825 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20826
20827 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
20828 first use.
20829
20830 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20831
20832 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
20833
20834 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20835
20836 * calendar/calendar.el (list-diary-entries-hook)
20837 (diary-display-hook, nongregorian-diary-listing-hook)
20838 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
20839 Add some customize options for these hooks.
20840 (calendar-abbrev-construct): Don't try to take a substring longer
20841 than the original string.
20842
20843 2003-08-05 Richard M. Stallman <rms@gnu.org>
20844
20845 * emacs-lisp/testcover.el (noreturn): Report error if does return.
20846 (testcover-reinstrument-clauses): Doc fix.
20847
20848 * emacs-lisp/warnings.el: Doc fixes, args renamed.
20849 (warning-type-format): Rename from warning-group-format.
20850
20851 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
20852 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
20853 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
20854 to prevent warnings about defvar for an obsolete variable.
20855
20856 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
20857 warning-group-format renamed to warning-type-format.
20858
20859 * subr.el (read-passwd): Use clear-string instead of fillarray.
20860
20861 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
20862 Use vconcat instead of concat.
20863 (edmacro-sanitize-for-string): New function.
20864
20865 2003-08-05 Dave Love <fx@gnu.org>
20866
20867 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
20868 line-number-display-limit-width.
20869
20870 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
20871
20872 2003-08-05 Kenichi Handa <handa@m17n.org>
20873
20874 * international/code-pages.el: Don't require mule-diag.
20875
20876 * international/mule-diag.el (non-iso-charset-alist):
20877 Add autoload cookie.
20878
20879 * language/devan-util.el (dev-glyph-order): Add an entry for the
20880 glyph code #xC4.
20881
20882 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
20883
20884 * calendar/calendar.el (diary-file, diary-file-name-prefix)
20885 (european-calendar-style, diary-date-forms)
20886 (calendar-day-name-array, calendar-month-name-array): Doc change.
20887 (generate-calendar-month): Adapt for new behaviour of
20888 `calendar-day-name' function.
20889 (calendar-abbrev-length, calendar-day-abbrev-array)
20890 (calendar-month-abbrev-array): New variables.
20891 (calendar-abbrev-construct): New function.
20892 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
20893 rather than fixing abbrevs at some width. Calling syntax change.
20894 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
20895 (calendar-date-string): Adapt for new behaviours of
20896 `calendar-day-name' and `calendar-month-name' functions.
20897
20898 * calendar/diary-lib.el (list-diary-entries): Adapt for new
20899 behaviour of `calendar-day-name' and `calendar-month-name' functions.
20900 (diary-name-pattern): Use abbrev arrays, rather than fixing
20901 abbrevs at three chars. Calling syntax change.
20902 (mark-diary-entries): Adapt for new behaviours of
20903 `diary-name-pattern' and `calendar-make-alist' functions.
20904 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
20905 `diary-name-pattern' function.
20906 (font-lock-diary-date-forms): Use abbrev arrays, rather than
20907 fixing abbrevs at three chars. Calling syntax change.
20908 (cal-hebrew, cal-islam): Require when compiling.
20909 (diary-font-lock-keywords): Adapt for new behaviour of
20910 `font-lock-diary-date-forms' function.
20911
20912 * calendar/cal-hebrew.el: Reposition some code so defined before used.
20913 (calendar-hebrew-month-name-array-common-year)
20914 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
20915 (list-hebrew-diary-entries): Adapt for new behaviours of
20916 `calendar-day-name' and `add-to-diary-list' functions.
20917 (mark-hebrew-diary-entries): Adapt for new behaviours of
20918 `diary-name-pattern' and `calendar-make-alist' functions.
20919
20920 * calendar/cal-islam.el (calendar-islamic-month-name-array):
20921 Add doc string.
20922 (list-islamic-diary-entries): Adapt for new behaviours of
20923 `calendar-day-name' and `add-to-diary-list' functions.
20924 (mark-islamic-diary-entries): Adapt for new behaviours of
20925 `diary-name-pattern' and `calendar-make-alist' functions.
20926
20927 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
20928 `calendar-month-name' function.
20929
20930 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
20931
20932 * calendar/solar.el (solar-seasons-data): Move definition before use.
20933
20934 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
20935 (cal-tex-LaTeX-hourbox): Move definition before use.
20936
20937 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
20938 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
20939 * lunar.el, solar.el (displayed-month, displayed-year):
20940 Define for compiler.
20941
20942 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20943
20944 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
20945 MODE. Renamed from c-init-c-language-vars'.
20946 (c-initialize-cc-mode): Change accordingly.
20947 (c-common-init): Ditto.
20948 (c-mode): Ditto.
20949 (c++-mode): Use `c-init-language-vars-for'.
20950 (objc-mode): Ditto.
20951 (java-mode): Ditto.
20952 (idl-mode): Ditto.
20953 (pike-mode): Ditto.
20954 (awk-mode): Ditto.
20955
20956 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20957
20958 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
20959 or not the point moved.
20960
20961 (c-search-decl-header-end): Don't trip up on operator identifiers
20962 in C++ and operators like == in all languages.
20963
20964 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20965 Detect leading labels correctly.
20966
20967 2003-08-02 Andreas Schwab <schwab@suse.de>
20968
20969 * textmodes/ispell.el: Don't redo key bindings on loading, put
20970 them only in loaddefs.el.
20971 * bookmark.el: Likewise.
20972 * dabbrev.el: Likewise.
20973 * emerge.el: Likewise.
20974
20975 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
20976 has more than one member.
20977
20978 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
20979
20980 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20981
20982 * lpr.el (printify-region): It was ending conversion before the
20983 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
20984
20985 2003-07-31 John Paul Wallington <jpw@gnu.org>
20986
20987 * net/browse-url.el (browse-url-epiphany): Doc fix.
20988
20989 2003-07-30 Kenichi Handa <handa@m17n.org>
20990
20991 * international/fontset.el (setup-default-fontset):
20992 Change registry names of Akurti fonts.
20993
20994 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
20995
20996 * comint.el (comint-read-noecho): Use `clear-string' instead of
20997 `fillarray'.
20998
20999 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
21000
21001 * outline.el (outline-mode-hook): Add defvar.
21002
21003 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
21004
21005 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
21006 Restore assembler in source window if that is what has been selected.
21007 (menu): Add gdb-restore-windows to menu. Make gdba
21008 specific menus only visible from gdba.
21009
21010 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
21011
21012 * progmodes/compile.el (compilation-environment): New user variable.
21013 (compile-internal): Respect it.
21014
21015 2003-07-23 Masatake YAMATO <jet@gyve.org>
21016
21017 * progmodes/gud.el (gdb-script-font-lock-keywords):
21018 Put `font-lock-function-name-face' on a symbol which includes
21019 `-' like `hook-run'. Put font-lock-variable-name-face
21020 on a symbol starting with $.
21021
21022 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
21023
21024 * files.el (set-visited-file-name): Use truename for buffer-file-name.
21025
21026 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21027
21028 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
21029
21030 2003-07-26 Andre Spiegel <spiegel@gnu.org>
21031
21032 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
21033 Use with-no-warnings.
21034 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
21035 rather than to find-file-not-found-hook, which doesn't exist.
21036
21037 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21038
21039 * international/quail.el (quail-translate-key): Fix previous change.
21040
21041 2003-07-25 John Paul Wallington <jpw@gnu.org>
21042
21043 * server.el (server-start): Check `server-process' is non-nil
21044 before killing it to avoid killing current buffer's process.
21045
21046 * simple.el (choose-completion-string): Use `minibufferp';
21047 test `completion-reference-buffer' if `buffer' arg is nil.
21048 (push-mark): Use `when' and `unless'.
21049 (pop-mark): Use `when'.
21050
21051 * mouse-sel.el (mouse-sel-get-selection-function):
21052 Check `x-last-selected-text-primary'. Don't barf if it or
21053 `x-last-selected-text' aren't bound.
21054
21055 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21056
21057 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
21058
21059 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
21060
21061 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
21062
21063 2003-07-23 John Paul Wallington <jpw@gnu.org>
21064
21065 * tooltip.el (defface tooltip): Inherit from variable-pitch.
21066
21067 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21068
21069 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
21070 string. Defvar the derived hook.
21071
21072 * macros.el (insert-kbd-macro): Escape double quote character.
21073 From Thomas W Murphy <twm@andrew.cmu.edu>.
21074
21075 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
21076
21077 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
21078 to match the specific mark rather than reusing comment-start-skip.
21079
21080 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
21081
21082 * progmodes/hideshow.el (hs-special-modes-alist):
21083 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
21084
21085 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
21086
21087 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
21088 value using ?\s.
21089
21090 2003-07-21 John Paul Wallington <jpw@gnu.org>
21091
21092 * subr.el (with-selected-window): Add closing paren.
21093
21094 2003-07-21 Richard M. Stallman <rms@gnu.org>
21095
21096 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
21097 (lisp-mode): Likewise.
21098
21099 * subr.el (with-selected-window): Copy code form save-selected-window
21100 so as to call select-window with norecord arg.
21101 (dynamic-completion-table): Doc fix.
21102 (lazy-completion-table): Doc fix.
21103
21104 * international/mule-cmds.el (set-locale-environment):
21105 langinfo renamed to locale-info.
21106
21107 * international/mule.el (auto-coding-functions): Doc fix.
21108
21109 2003-07-21 Kenichi Handa <handa@m17n.org>
21110
21111 * international/quail.el (quail-translate-key):
21112 Update quail-current-str correctly.
21113
21114 2003-07-21 Andreas Schwab <schwab@suse.de>
21115
21116 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
21117 ?, to "_".
21118
21119 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
21120 Version 2.0.36 of Tramp released.
21121
21122 * net/tramp.el (tramp-default-password-end-of-line): Rename from
21123 tramp-password-end-of-line.
21124 (tramp-password-end-of-line): New method parameter.
21125 (tramp-get-password-end-of-line): Function to access method
21126 parameter `tramp-password-end-of-line', or variable
21127 `tramp-default-password-end-of-line' (default value).
21128 (tramp-methods): Add entries for new parameter
21129 tramp-password-end-of-line.
21130 (tramp-enter-password): Use new function
21131 `tramp-get-password-end-of-line'.
21132 (tramp-handle-insert-file-contents): Do not
21133 unconditionally inhibit the file operation file-local-copy, only
21134 do that when the inhibit-file-name-operation is currently
21135 insert-file-contents. This fixes finding remote CVS-controlled
21136 files. (It would barf on inserting the CVS/Entries file
21137 literally, because the file-local-copy handler wasn't called.)
21138 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
21139 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
21140 (tramp-initial-commands): New variable.
21141 (tramp-process-initial-commands): New function, using the variable.
21142 (tramp-open-connection-setup-interactive-shell): Call the new function.
21143 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
21144 method into the buffer name, never use nil. Reported by Hanak
21145 David <dhanak@inf.bme.hu>.
21146 (tramp-open-connection-setup-interactive-shell): Erase buffer
21147 before sending "stty -onlcr".
21148
21149 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
21150
21151 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
21152
21153 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
21154
21155 2003-07-19 John Paul Wallington <jpw@gnu.org>
21156
21157 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
21158 (artist-draw-rect, artist-draw-square): Doc fixes.
21159
21160 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
21161
21162 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
21163
21164 2003-07-19 Kenichi Handa <handa@m17n.org>
21165
21166 * international/kkc.el (kkc-show-conversion-list-update):
21167 Highlight the correct candidate in the message.
21168
21169 2003-07-18 John Paul Wallington <jpw@gnu.org>
21170
21171 * simple.el (current-word): Don't include punctuation char when
21172 `really-word' arg is non-nil.
21173
21174 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
21175
21176 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
21177 moved to the directory obsolete.
21178
21179 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
21180
21181 * info.el (Info-menu-entry-name-re): Allow newlines in
21182 menu entry names.
21183
21184 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
21185 syntax-ppss-after-change-function.
21186 (syntax-ppss-after-change-function): New alias. Update uses.
21187 (syntax-ppss): Catch the case where the buffer is narrowed.
21188
21189 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21190
21191 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
21192 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
21193
21194 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21195
21196 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
21197 since it might be modified.
21198
21199 * progmodes/cc-langs.el (c++-make-template-syntax-table)
21200 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
21201 names to these language constants.
21202
21203 2003-07-15 Kim F. Storm <storm@cua.dk>
21204
21205 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
21206 All uses changed.
21207
21208 2003-07-14 Mark A. Hershberger <mah@everybody.org>
21209
21210 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
21211 Namespace support.
21212
21213 2003-07-13 Juanma Barranquero <lektu@terra.es>
21214
21215 * frame.el (modify-all-frames-parameters): Reinstall (copyright
21216 papers received).
21217
21218 2003-07-13 Karl Eichwalder <ke@suse.de>
21219
21220 * textmodes/po.el (po-find-charset): White space at the start of the
21221 Content-Type field body is non-mandatory.
21222
21223 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
21224
21225 * textmodes/texinfo.el (texinfo-section-list):
21226 Append appendixsection; a synonym for appendixsec.
21227
21228 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
21229
21230 * man.el (Man-translate-cleanup): New.
21231 (Man-translate-references): Call `Man-translate-cleanup' to clean
21232 leading, trailing and middle spaces.
21233
21234 2003-07-13 Lars Hansen <larsh@math.ku.dk>
21235
21236 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
21237 Handle `dired-directory' being a list.
21238
21239 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
21240
21241 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
21242 it doesn't exist.
21243
21244 2003-07-12 Richard M. Stallman <rms@gnu.org>
21245
21246 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
21247
21248 * progmodes/cc-defs.el (c-make-keywords-re):
21249 Don't use delete-duplicates.
21250 (c-lang-const): Don't use mapcan.
21251
21252 * apropos.el (apropos-show-scores): Make it customizable.
21253 Document new meaning.
21254 (apropos): Compute scores from symbols.
21255 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
21256
21257 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21258
21259 * ps-bdf.el: Fix copyright line.
21260 (bdf-directory-list): Fix initialization code.
21261
21262 2003-07-11 John Paul Wallington <jpw@gnu.org>
21263
21264 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
21265 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
21266 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
21267
21268 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
21269
21270 * emacs-lisp/ring.el (ring-elements): Doc fix.
21271
21272 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21273
21274 * calendar/timeclock.el (timeclock-relative)
21275 (timeclock-ask-before-exiting, timeclock-use-display-time):
21276 Doc changes.
21277 (timeclock-modeline-display): Give a message if
21278 `timeclock-use-display-time' is non-nil but `display-time-mode'
21279 is not active.
21280
21281 2003-07-11 Kenichi Handa <handa@m17n.org>
21282
21283 * international/mule-cmds.el (set-language-environment):
21284 Set current-language-environment to the correct string.
21285
21286 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21287
21288 * ps-print.el: Print line number correctly in a region. Reported by
21289 Tim Allen <timallen@ls83.fsnet.co.uk>.
21290 (ps-print-version): New version number (6.6.2).
21291 (ps-printing-region): Code fix.
21292
21293 2003-07-10 John Paul Wallington <jpw@gnu.org>
21294
21295 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
21296 this function can be called from `add-completions-from-tags-table'.
21297
21298 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
21299
21300 * calendar/timeclock.el (timeclock-use-display-time)
21301 (timeclock-day-over-hook, timeclock-workday-remaining)
21302 (timeclock-status-string, timeclock-when-to-leave)
21303 (timeclock-when-to-leave-string, timeclock-log-data)
21304 (timeclock-find-discrep, timeclock-day-base)
21305 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
21306 (timeclock-modeline-display): Set the variable
21307 `timeclock-modeline-display'.
21308 (timeclock-update-modeline): Doc fix. Respect value of
21309 `timeclock-relative'.
21310
21311 2003-07-09 Richard M. Stallman <rms@gnu.org>
21312
21313 * textmodes/reftex-parse.el (reftex-all-document-files):
21314 Add autoload cookie.
21315
21316 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
21317 (reftex-scanning-info-available-p): Add autoload cookie.
21318
21319 * international/mule-cmds.el
21320 (set-display-table-and-terminal-coding-system): Delete duplicate
21321 aset on standard-display-table.
21322
21323 * view.el (view-file): If existing buffer's major mode is special,
21324 don't go into view mode.
21325
21326 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
21327
21328 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21329
21330 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
21331 buffer changes; there's third party code that calls this function
21332 directly.
21333
21334 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21335
21336 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
21337 (autodoc-font-lock-keywords): Don't byte compile on font lock
21338 initialization when running from byte compiled files.
21339
21340 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21341
21342 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
21343 statement ends with auto-increment "++".
21344
21345 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21346
21347 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21348 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21349 these are changed, so declare them as variables and not constants.
21350
21351 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
21352
21353 * subr.el (dolist, dotimes): Doc fix.
21354
21355 2003-07-08 Kim F. Storm <storm@cua.dk>
21356
21357 * international/mule-cmds.el
21358 (set-display-table-and-terminal-coding-system): Don't break
21359 bootstrap if standard-display-table isn't setup yet.
21360
21361 2003-07-07 Richard M. Stallman <rms@gnu.org>
21362
21363 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
21364 Give it a doc string, and autoload it.
21365
21366 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
21367 Use with-no-warnings.
21368
21369 * info.el (Info-search): If find invisible text, search again.
21370
21371 * isearch.el (search-whitespace-regexp): Add a shy group around it.
21372
21373 * man.el (Man-name-regexp): Match + as part of name.
21374
21375 * simple.el (visible-mode): Rename from vis-mode.
21376 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
21377
21378 * simple.el (current-word): New arg REALLY-WORD specifies
21379 don't include punctuation chars.
21380
21381 * emacs-lisp/debug.el (debug, debugger-env-macro):
21382 Use with-no-warnings while accessing and binding unread-command-char.
21383
21384 * international/mule-cmds.el
21385 (set-display-table-and-terminal-coding-system): Use explicit loop
21386 instead of calling standard-display-default.
21387
21388 * net/ange-ftp.el (ange-ftp-file-symlink-p):
21389 Use condition-case to catch error in ange-ftp-get-files.
21390
21391 * net/browse-url.el (browse-url-browser-function):
21392 Add alternative for Epiphany.
21393 (browse-url-epiphany-program, browse-url-epiphany-arguments)
21394 (browse-url-epiphany-startup-arguments)
21395 (browse-url-epiphany-new-window-is-tab): New variables.
21396 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
21397
21398 * progmodes/compile.el (compile-auto-highlight): Default now t.
21399 (compile): Doc fix.
21400 (compilation-next-error): Fix previous change.
21401
21402 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
21403
21404 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
21405
21406 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
21407
21408 * gdb-ui.el (gdb-source-info): Display current frame when
21409 attaching to an existing process.
21410 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
21411 while laying out windows when attaching to an existing process.
21412
21413 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
21414
21415 * info.el (Info-menu): Use Info-menu-entry-name-re.
21416
21417 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
21418
21419 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
21420 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
21421
21422 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
21423 to match the same text.
21424
21425 2003-07-06 John Paul Wallington <jpw@gnu.org>
21426
21427 * vc.el (vc-annotate-offset): Move defvar up.
21428
21429 2003-07-06 Kim F. Storm <storm@cua.dk>
21430
21431 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
21432 This should fix the infinite loop when extracting menu names.
21433
21434 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21435
21436 * files.el (auto-mode-alist, interpreter-mode-alist):
21437 Remove entries to CC Mode modes to avoid duplicates; they are now added
21438 with autoload directives in cc-mode.el.
21439
21440 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21441
21442 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21443 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21444 these are changed, so declare them as variables and not constants.
21445
21446 * progmodes/cc-mode.el: Fix some autoload problems: Try to
21447 ensure that the entry for ".c" extension comes before the one for
21448 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
21449 Fix incorrect entries that were added to `interpreter-mode-alist'.
21450 Move the autoload directives for AWK to the top level since they
21451 aren't recognized anywhere else. Do not use the new AWK mode doc
21452 in the autoload form for the old AWK mode.
21453
21454 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21455
21456 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
21457 (bibtex-sort-ignore-string-entries): Default value t.
21458 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
21459 erroneously in previous version.
21460 (bibtex-string-files): Docstring reflects new parsing scheme.
21461 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
21462 docstring, add # as one of the chars to crush
21463 (bibtex-autokey-prefix-string, bibtex-autokey-names)
21464 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
21465 (bibtex-autokey-name-change-strings)
21466 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
21467 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
21468 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
21469 (bibtex-autokey-title-terminators)
21470 (bibtex-autokey-titlewords-stretch)
21471 (bibtex-autokey-titleword-ignore)
21472 (bibtex-autokey-titleword-case-convert)
21473 (bibtex-autokey-titleword-abbrevs)
21474 (bibtex-autokey-titleword-abbrevs)
21475 (bibtex-autokey-titleword-change-strings)
21476 (bibtex-autokey-titleword-length)
21477 (bibtex-autokey-titleword-separator)
21478 (bibtex-autokey-name-year-separator)
21479 (bibtex-autokey-year-title-separator)
21480 (bibtex-autokey-before-presentation-function)
21481 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
21482 Fix docstring.
21483 (bibtex-strings, bibtex-reference-keys):
21484 Use lazy-completion-table and make-variable-buffer-local.
21485 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
21486 (bibtex-braced-string-syntax-table)
21487 (bibtex-quoted-string-syntax-table): New variables.
21488 (bibtex-parse-nested-braces): Remove.
21489 (bibtex-parse-field-string): Use syntax table and forward-sexp.
21490 (bibtex-parse-association): Simplify.
21491 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
21492 (bibtex-parse-field-text): Simplify.
21493 (bibtex-search-forward-field, bibtex-search-backward-field):
21494 argument BOUND can take value t.
21495 (bibtex-start-of-field, bibtex-start-of-name-in-field)
21496 (bibtex-end-of-name-in-field, bibtex-end-of-field)
21497 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21498 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
21499 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
21500 (bibtex-skip-to-valid-entry): Return buffer position of beginning
21501 and ending of entry. Update for changes of bibtex-search-entry.
21502 Simplify.
21503 (bibtex-map-entries): FUN is called with three arguments.
21504 (bibtex-search-entry): Return a cons pair with buffer positions of
21505 beginning and end of entry.
21506 (bibtex-enclosing-field): Simplify.
21507 (bibtex-format-entry): Use booktitle to set a missing title.
21508 (bibtex-autokey-get-names): Fiddle with regexps.
21509 (bibtex-generate-autokey): Use identity.
21510 (bibtex-parse-keys): Use simplified parsing algorithm if
21511 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
21512 arguments. Return alist of keys.
21513 (bibtex-parse-strings): Simplify. Return alist of strings.
21514 (bibtex-complete-string-cleanup): Fix docstring.
21515 (bibtex-read-key): New function.
21516 (bibtex-mode): Fix docstring. Do not parse for keys and
21517 strings when the mode is entered. Set fill-paragraph-function to
21518 bibtex-fill-field. Setup font-lock-mark-block-function the way
21519 font-lock intended.
21520 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
21521 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
21522 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
21523 (bibtex-Preamble): Avoid hard coded constants.
21524 (bibtex-make-field): Fix docstring. Simplify.
21525 (bibtex-beginning-of-entry): Always return new position of point.
21526 (bibtex-end-of-entry): Rearrange cond clauses.
21527 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
21528 Update for changes of bibtex-map-entries.
21529 (bibtex-ispell-abstract): Do not move point.
21530 (bibtex-entry-index): Use downcase. Simplify.
21531 (bibtex-lessp): Handle catch-all.
21532 (bibtex-find-crossref): Turn into a command.
21533 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
21534 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
21535 preamble entries.
21536 (bibtex-fill-field-bounds): New function.
21537 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
21538 (bibtex-fill-entry): Use bibtex-fill-field-bounds
21539 (bibtex-String): Use bibtex-strings. Always obey
21540 bibtex-sort-ignore-string-entries.
21541
21542 2003-07-05 John Paul Wallington <jpw@gnu.org>
21543
21544 * cus-theme.el (customize-create-theme):
21545 Call `customize-create-theme' in Reset widget's notify function.
21546
21547 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
21548 (ibuffer-mark-interactive): Use `or' instead of `unless'.
21549 (define-ibuffer-column name): Add summarizer.
21550 (define-ibuffer-column size): Likewise.
21551 (define-ibuffer-column filename): Likewise.
21552 (define-ibuffer-column process): Likewise. Change BODY's output too.
21553 (define-ibuffer-column filename-and-process): Likewise, likewise.
21554 (ibuffer): Remove local vars `already-in' and `need-update'.
21555
21556 * ibuf-ext.el: Don't require `derived' at compile-time.
21557
21558 2003-07-05 Kim F. Storm <storm@cua.dk>
21559
21560 * info.el: Disable paragraph refilling.
21561 (Info-refill-paragraphs): New defcustom.
21562 (Info-fontify-node): Use it.
21563
21564 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
21565
21566 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
21567 thingies from constructors created by defstruct.
21568
21569 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
21570 the default value of the variable.
21571 (byte-code-meter): Move declaration to top level.
21572
21573 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
21574
21575 * info.el (Info-following-node-name-re): New fun.
21576 (Info-following-node-name): Remove.
21577 (Info-insert-dir): Use the new fun.
21578 (Info-extract-pointer): Don't save restriction; use new fun.
21579 (Info-menu-entry-name-re): New const.
21580 (Info-menu-entry-name-re): Use it along with new fun.
21581 (Info-node-spec-re): Use new fun.
21582 (Info-complete-menu-item, Info-fontify-node): Use new const.
21583 (Info-goto-node, Info-follow-reference, Info-menu-update):
21584 Use match-string.
21585 (Info-follow-reference): Use assoc-string.
21586 Use a list of strings for the completion table.
21587 (Info-fontify-node): Use match-string, line-end-position.
21588 Limit the search for `node:' to the first line.
21589
21590 * newcomment.el (uncomment-region): Remove padding coming from
21591 comment-start rather than just from comment-padding.
21592
21593 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
21594 (vc-cvs-stay-local-p): Use vc-stay-local-p.
21595 (vc-cvs-rename-file): Remove (use the default).
21596 (vc-cvs-register): Register parent dir if needed.
21597 (vc-cvs-could-register): Return non-nil if parent can be registered.
21598 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
21599 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
21600
21601 * vc-svn.el (vc-svn-use-edit): Make it into a const.
21602 (vc-svn-update): Fix the arguments to `svn'.
21603 (vc-svn-diff-tree): Just use `vc-svn-diff'.
21604 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
21605 Simple implementations, assuming `name' is a URL.
21606
21607 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
21608 set of chars allowed unquoted in a case pattern.
21609
21610 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
21611
21612 * font-lock.el (font-lock-extra-types-widget)
21613 (c-font-lock-extra-types, c++-font-lock-extra-types)
21614 (objc-font-lock-extra-types, java-font-lock-extra-types)
21615 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
21616 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
21617 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
21618 (font-lock-match-c++-structor-declaration)
21619 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
21620 (c++-font-lock-keywords-3, c++-font-lock-keywords)
21621 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
21622 (objc-font-lock-keywords-3, objc-font-lock-keywords)
21623 (java-font-lock-keywords-1, java-font-lock-keywords-2)
21624 (java-font-lock-keywords-3, java-font-lock-keywords)
21625 (java-font-lock-syntactic-face-function): Remove obsolete code
21626 and constants. It's all in cc-fonts.el now.
21627
21628 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
21629
21630 * mail/sendmail.el (mail-specify-envelope-from)
21631 (mail-envelope-from): Doc fix.
21632
21633 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
21634
21635 * generic-x.el: Do away with the dependency on `c-emacs-features'
21636 when populating `rul-generic-mode-syntax-table'; we already know
21637 this isn't XEmacs.
21638
21639 See ChangeLog.10 for earlier changes.
21640
21641 ;; Local Variables:
21642 ;; coding: iso-2022-7bit
21643 ;; End:
21644
21645 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
21646 Copying and distribution of this file, with or without modification,
21647 are permitted provided the copyright notice and this notice are preserved.
21648
21649 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1