]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-06-14 Lute Kamstra <lute@gnu.org>
2
3 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
4 and run-mode-hooks. Simplify.
5
6 * mail/rmailedit.el (rmail-edit-mode):
7 * progmodes/octave-inf.el (inferior-octave-mode):
8 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
9
10 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
11 and run-mode-hooks.
12 (recentf-edit-list, recentf-open-files): Don't call
13 kill-all-local-variables directly.
14
15 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
16
17 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
18
19 * forms.el (forms--intuit-from-file): Fix reference to
20 `forms-number-of-fields' in error message.
21 (forms-print): Fix quoting in error message.
22
23 * forms.el (forms-mode):
24 * emulation/vi.el (vi-goto-insert-state):
25 * progmodes/flymake.el (flymake-new-err-info)
26 (flymake-start-syntax-check-for-current-buffer)
27 (flymake-simple-cleanup):
28 * eshell/esh-var.el (eshell/export):
29 * progmodes/gud.el (xdb):
30 * textmodes/flyspell.el (flyspell-incorrect-hook)
31 (flyspell-maybe-correct-transposition)
32 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
33
34 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
35
36 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
37 minibuffer prompt.
38
39 2005-06-13 Kim F. Storm <storm@cua.dk>
40
41 * subr.el (add-to-ordered-list): New defun.
42
43 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
44 add cua--keymap-alist to emulation-mode-map-alists.
45
46 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
47
48 * subr.el (complete-in-turn): New macro.
49 (dynamic-completion-table, lazy-completion-table): Add debug info.
50
51 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
52 in preference to face aliases.
53
54 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
55 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
56 Remove unused vars `start' and `firstline'.
57 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
58 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
59
60 2005-06-13 Eli Zaretskii <eliz@gnu.org>
61
62 * cus-start.el (all): Don't complain about missing GTK-related
63 variables, unless either `gtk' is boundp or this isn't a
64 `windows-nt' build.
65
66 2005-06-13 Lute Kamstra <lute@gnu.org>
67
68 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
69 run-mode-hooks.
70
71 * ediff-mult.el (ediff-meta-mode):
72 * ediff-util.el (ediff-mode): Use run-mode-hooks.
73
74 * ledit.el (ledit-mode): Use delay-mode-hooks.
75
76 * woman.el (woman-mode-line-format): Delete constant.
77 (woman-mode-map): Initialize it properly.
78 (woman-mode): Set mode-class property to special.
79 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
80 Set major-mode and mode-name. Don't set mode-line-format directly.
81 (Man-getpage-in-background): Don't reference woman-mode-line-format.
82
83 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
84 string argument obsolete.
85
86 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
87
88 * textmodes/org.el: (org-CUA-compatible): New option.
89 (org-disputed-keys): New variable.
90 (org-key): New function.
91 (orgtbl-make-binding): Add docstring to the created function.
92 (org-mode): Set paragraph start/separate regexps.
93 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
94 (org-archive-location, org-archive-mark-done)
95 (org-archive-stamp-time): New options.
96 (org-archive-subtree): New command.
97 (org-fill-paragraph): New function.
98 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
99 (org-fake-empty-table-line): Function removed.
100 (org-format-org-table-html): Do not create empty table lines at
101 separator lines. Improved table header treatment.
102 (org-link-format): New option.
103 (org-make-link): New function.
104 (org-insert-link, org-store-link): Use org-make-link.
105 (org-open-file): Quote file name for shell command, to allow
106 spaces in file names.
107 (org-link-regexp): Fix bug with mailto link.
108 (org-link-maybe-angles-regexp, org-protected-link-regexp):
109 New constants.
110 (org-export-as-html): Deal with the optional angles around a link.
111 Better treatment of file: links.
112 (org-open-at-point): Replace @{ and @} with < and >.
113 (org-run-mode-hooks): Function removed.
114 (org-agenda-mode): No longer use `org-run-mode-hooks'.
115
116 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
117
118 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
119 MI command -data-list-register-values.
120 (gdb-post-prompt): Indent properly.
121
122 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
123
124 * hilit-chg.el (highlight-changes-colors): Rename from
125 `highlight-changes-colours'.
126 (highlight-changes-colours): Keep as obsolete alias.
127 (highlight-changes-face-list): Doc fix.
128 (hilit-chg-make-list): Use `highlight-changes-colors'.
129
130 2005-06-12 Mark A. Hershberger <mah@everybody.org>
131
132 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
133 defun-prompt-regexp.
134
135 2005-06-12 Eli Zaretskii <eliz@gnu.org>
136
137 * loadup.el: Don't say we are dumping under 2 names on windows-nt
138 and cygwin.
139
140 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
141 Don't use an old loaddefs.el, as in Makefile.in.
142
143 2005-06-12 Lute Kamstra <lute@gnu.org>
144
145 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
146
147 * man.el (Man-mode-map): Initialize it properly.
148 (Man-mode): Set mode-class property to special.
149
150 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
151
152 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
153
154 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
155 A newline is needed in the docstring there.
156
157 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
158 Doc fixes.
159
160 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
161
162 * printing.el: Doc fix. The menubar is no more changed when printing
163 is loaded, it only changes when pr-menu-bind or pr-update-menus is
164 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
165 (pr-version): New version number (6.8.4).
166 (pr-menu-bind): New command.
167 (pr-update-menus): Docstring and code fix.
168 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
169 Docstring fix.
170 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
171 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
172
173 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
174
175 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
176 "Returns" to "return", document useful return values, etc.
177
178 2005-06-11 Alan Mackenzie <acm@muc.de>
179
180 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
181 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
182 (adaptive-file-function): Minor amendment to doc-string.
183
184 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
185
186 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
187 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
188 Fix :type--it is `integer', not `string'.
189
190 * faces.el (modeline-highlight): Rename from (the erroneous)
191 `modeline-higilight'.
192
193 2005-06-11 Lute Kamstra <lute@gnu.org>
194
195 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
196 lisp-interaction-mode-map but make it the parent.
197 (edebug-eval-mode): Use define-derived-mode.
198
199 2005-06-11 Andreas Schwab <schwab@suse.de>
200
201 * bindings.el: Add binding of `ESC functionkey' for every
202 `M-functionkey'.
203 * hexl.el (hexl-mode-map): Likewise.
204
205 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
206
207 * progmodes/compile.el (compilation-error-regexp-alist-alist)
208 [msft]: update regexp for newer msft compilers.
209
210 2005-06-10 Mark A. Hershberger <mah@everybody.org>
211
212 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
213 ATTLIST portions of included DTDs.
214 (xml-parse-dtd): Eliminate use of inefficient match-data.
215
216 2005-06-10 Miles Bader <miles@gnu.org>
217
218 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
219 (mpuz-text): Remove "-face" suffix from face names.
220 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
221 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
222 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
223
224 * play/gomoku.el (gomoku-O, gomoku-X):
225 Remove "-face" suffix from face names.
226 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
227 New backward-compatibility aliases for renamed faces.
228 (gomoku-font-lock-keywords): Use renamed gomoku faces.
229
230 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
231
232 * thumbs.el: Fixes for changes of 2005-06-09.
233 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
234 as a directory.
235 (thumbs-thumbname): Remove directory separator from format string;
236 `thumbs-thumbsdir' now returns a valid directory name.
237 (thumbs-temp-dir): New defsubst.
238 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
239 Use it.
240
241 * cus-edit.el (minibuffer):
242 * files.el (make-backup-file-name-function):
243 * filesets.el (filesets-external-viewers):
244 * hilit-chg.el (highlight-changes-colours)
245 (highlight-changes-face-list, highlight-changes-rotate-faces):
246 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
247 * kmacro.el (kmacro-call-macro):
248 * log-edit.el (log-edit-changelog-full-paragraphs):
249 * mouse.el (mouse-1-click-follows-link):
250 * skeleton.el (skeleton-autowrap):
251 * subr.el (insert-for-yank-1):
252 * tempo.el (tempo-insert-region):
253 * terminal.el (terminal-emulator):
254 * time.el (display-time-mail-face):
255 * vc.el (vc-annotate):
256 * vcursor.el (vcursor-copy-line):
257 * woman.el (woman-bold-headings, woman-ignore)
258 (woman-default-faces, woman-monochrome-faces):
259 * calendar/todo-mode.el (todo-insert-threshold):
260 * emulation/pc-select.el (pc-select-selection-keys-only)
261 (pc-selection-mode):
262 * emulation/vip.el (vip-find-char-forward):
263 * emulation/viper-cmd.el (viper-find-char-forward):
264 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
265 (input-method-exit-on-invalid-key):
266 * international/mule-diag.el (describe-coding-system):
267 * international/ucs-tables.el (unify-8859-on-encoding-mode):
268 * net/browse-url.el (browse-url-xterm-program):
269 * obsolete/lazy-lock.el (lazy-lock-mode):
270 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
271 (cperl-mode):
272 * progmodes/cpp.el (cpp-face-light-name-list)
273 (cpp-face-dark-name-list):
274 * progmodes/delphi.el (delphi-newline-always-indents):
275 Fix spellings in docstrings.
276
277 * ido.el (ido-mode, ido-file-extensions-order)
278 (ido-default-file-method, ido-default-buffer-method)
279 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
280 (ido-decorations, ido-read-file-name-as-directory-commands)
281 (ido-read-file-name-non-ido, ido-work-directory-list)
282 (ido-ignore-item-temp-list, ido-current-directory)
283 (ido-magic-forward-char, ido-enter-find-file)
284 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
285 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
286
287 2005-06-10 Lute Kamstra <lute@gnu.org>
288
289 * play/dunnet.el (dun-mode): Use define-derived-mode.
290 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
291 obsolete alias.
292
293 * play/doctor.el (doctor-mode-map): Remove defvar.
294 (doctor-mode): Use define-derived-mode.
295
296 * mail/mspools.el (mspools-mode):
297 * net/eudc-hotlist.el (eudc-hotlist-mode):
298 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
299
300 2005-06-10 Miles Bader <miles@gnu.org>
301
302 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
303 Remove "-face" suffix from face names.
304 (flyspell-incorrect-face, flyspell-duplicate-face):
305 New backward-compatibility aliases for renamed faces.
306 (flyspell-mode-on, make-flyspell-overlay)
307 (flyspell-highlight-incorrect-region)
308 (flyspell-highlight-duplicate-region)
309 (flyspell-display-next-corrections)
310 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
311
312 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
313 from face name.
314 (texinfo-heading-face): New backward-compatibility alias for
315 renamed face.
316 (texinfo-heading-face): Use renamed texinfo-heading face.
317
318 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
319 suffix from face names.
320 (tex-math-face, tex-verbatim-face):
321 New backward-compatibility aliases for renamed faces.
322 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
323 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
324 literal face name.
325
326 * textmodes/table.el (table-cell): Remove "-face" suffix from face
327 name.
328 (table-cell-face): New backward-compatibility alias for renamed face.
329 (table--put-cell-face-property, table--update-cell-face):
330 Use renamed table-cell face.
331
332 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
333 from face name.
334 (sgml-namespace-face): New backward-compatibility alias for
335 renamed face.
336 (sgml-namespace-face): Use renamed sgml-namespace face.
337
338 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
339 (org-level-4, org-level-5, org-level-6, org-level-7)
340 (org-level-8, org-warning, org-headline-done)
341 (org-deadline-announce, org-scheduled-today)
342 (org-scheduled-previously, org-link, org-done, org-table)
343 (org-time-grid): Remove "-face" suffix from face names.
344 (org-level-1-face, org-level-2-face, org-level-3-face)
345 (org-level-4-face, org-level-5-face, org-level-6-face)
346 (org-level-7-face, org-level-8-face, org-warning-face)
347 (org-headline-done-face, org-deadline-announce-face)
348 (org-scheduled-today-face, org-scheduled-previously-face)
349 (org-link-face, org-done-face, org-table-face)
350 (org-time-grid-face):
351 New backward-compatibility aliases for renamed faces.
352 (org-level-faces, org-set-font-lock-defaults, org-timeline)
353 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
354 (org-agenda-get-timestamps, org-agenda-get-scheduled)
355 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
356
357 * emulation/viper-init.el (viper-search, viper-replace-overlay)
358 (viper-minibuffer-emacs, viper-minibuffer-insert)
359 (viper-minibuffer-vi): Remove "-face" suffix from face names.
360 (viper-search-face, viper-replace-overlay-face)
361 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
362 (viper-minibuffer-vi-face):
363 New backward-compatibility aliases for renamed faces.
364 (viper-search-face, viper-replace-overlay-face)
365 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
366 (viper-minibuffer-vi-face): Use renamed viper faces.
367
368 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
369 Remove "-face" suffix from face names.
370 (testcover-nohits-face, testcover-1value-face):
371 New backward-compatibility aliases for renamed faces.
372 (testcover-mark): Use renamed testcover faces.
373
374 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
375 face name.
376 (diary-button-face): New backward-compatibility alias for renamed face.
377 (diary-entry): Use renamed diary-button face.
378
379 * calendar/calendar.el (diary, calendar-today, holiday)
380 (mark-visible-calendar-date): Remove "-face" suffix from face names.
381 (diary-face, calendar-today-face, holiday-face):
382 New backward-compatibility aliases for renamed faces.
383 (eval-after-load "facemenu", diary-entry-marker)
384 (calendar-today-marker, calendar-holiday-marker, diary-face):
385 Use renamed calendar faces.
386
387 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
388 (compare-windows-face): New backward-compatibility alias for
389 renamed face.
390 (compare-windows-highlight): Use renamed compare-windows face.
391
392 * strokes.el (strokes-char): Remove "-face" suffix from face name.
393 (strokes-char-face): New backward-compatibility alias for renamed face.
394 (strokes-encode-buffer): Use renamed strokes-char face.
395
396 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
397 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
398 Remove "-face" suffix from face names.
399 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
400 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
401 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
402 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
403 Use renamed pcvs faces.
404 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
405 * pcvs-defs.el (cvs-mode-map): Likewise.
406 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
407
408 * info.el (info-title-1, info-title-2, info-title-3)
409 (info-title-4): Remove "-face" suffix from and downcase face names.
410 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
411 (Info-title-4-face):
412 New backward-compatibility aliases for renamed faces.
413 (Info-fontify-node): Use renamed info faces.
414
415 * hilit-chg.el (highlight-changes, highlight-changes-delete):
416 Remove "-face" suffix from face names.
417 (highlight-changes-face, highlight-changes-delete-face):
418 New backward-compatibility aliases for renamed faces.
419 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
420 (hilit-chg-make-list): Use renamed highlight-changes faces.
421
422 * generic-x.el (show-tabs-tab, show-tabs-space):
423 Remove "-face" suffix from face names.
424 (show-tabs-tab-face, show-tabs-space-face):
425 New backward-compatibility aliases for renamed faces.
426 (show-tabs-generic-mode-font-lock-defaults-1)
427 (show-tabs-generic-mode-font-lock-defaults-2):
428 Use renamed show-tabs faces.
429
430 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
431 (smerge-markers): Remove "-face" suffix from face names.
432 (smerge-mine-face, smerge-other-face, smerge-base-face)
433 (smerge-markers-face):
434 New backward-compatibility aliases for renamed faces.
435 (smerge-mine-face, smerge-other-face, smerge-base-face)
436 (smerge-markers-face): Use renamed smerge faces.
437
438 * log-view.el (log-view-file, log-view-message):
439 Remove "-face" suffix from face names.
440 (log-view-file-face, log-view-message-face):
441 New backward-compatibility aliases for renamed faces.
442 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
443
444 * paren.el (show-paren-match, show-paren-mismatch):
445 Remove "-face" suffix from face names.
446 (show-paren-match-face, show-paren-mismatch-face):
447 New backward-compatibility aliases for renamed faces.
448 (show-paren-function): Use renamed show-paren faces.
449
450 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
451 (ruler-mode-margins, ruler-mode-fringes)
452 (ruler-mode-column-number, ruler-mode-fill-column)
453 (ruler-mode-comment-column, ruler-mode-goal-column)
454 (ruler-mode-tab-stop, ruler-mode-current-column):
455 Remove "-face" suffix from face names.
456 (ruler-mode-default-face, ruler-mode-pad-face)
457 (ruler-mode-margins-face, ruler-mode-fringes-face)
458 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
459 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
460 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
461 New backward-compatibility aliases for renamed faces.
462 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
463 (ruler-mode-column-number, ruler-mode-fill-column)
464 (ruler-mode-comment-column, ruler-mode-goal-column)
465 (ruler-mode-tab-stop, ruler-mode-current-column)
466 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
467
468 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
469 face name.
470 (whitespace-highlight-the-space): Use renamed face.
471 (whitespace-highlight-face): New backward-compatibility alias for
472 renamed face.
473
474 * woman.el (woman-italic, woman-bold, woman-unknown)
475 (woman-addition, woman-symbol-face):
476 Remove "-face" suffix from face names.
477 (woman-italic-face, woman-bold-face, woman-unknown-face)
478 (woman-addition-face):
479 New backward-compatibility aliases for renamed faces.
480 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
481 (woman-decode-region, woman-replace-match)
482 (woman-display-extended-fonts, woman-special-characters)
483 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
484 Use renamed woman faces.
485
486 * longlines.el (longlines-visible-face): Face removed.
487
488 * diff-mode.el (diff-header, diff-file-header, diff-index)
489 (diff-hunk-header, diff-removed, diff-added, diff-changed)
490 (diff-function, diff-context, diff-nonexistent): Remove "-face"
491 suffix from face names.
492 (diff-header-face, diff-file-header-face, diff-index-face)
493 (diff-hunk-header-face, diff-removed-face, diff-added-face)
494 (diff-changed-face, diff-function-face, diff-context-face)
495 (diff-nonexistent-face): New backward-compatibility aliases for
496 renamed faces.
497 (diff-header-face, diff-file-header-face)
498 (diff-index, diff-index-face, diff-hunk-header)
499 (diff-hunk-header-face, diff-removed, diff-removed-face)
500 (diff-added, diff-added-face, diff-changed-face, diff-function)
501 (diff-function-face, diff-context-face, diff-nonexistent)
502 (diff-nonexistent-face): Use renamed diff-mode faces.
503
504 * progmodes/compile.el (compilation-warning-face)
505 (compilation-info-face): Remove "-face" suffix from face names.
506 (compilation-warning-face, compilation-info-face):
507 New backward-compatibility aliases for renamed faces.
508 (compilation-warning-face, compilation-info-face):
509 Use renamed compilation faces.
510
511 * add-log.el (change-log-date, change-log-name)
512 (change-log-email, change-log-file, change-log-list)
513 (change-log-conditionals, change-log-function)
514 (change-log-acknowledgement): Remove "-face" suffix from face names.
515 (change-log-date-face, change-log-name-face)
516 (change-log-email-face, change-log-file-face)
517 (change-log-list-face, change-log-conditionals-face)
518 (change-log-function-face, change-log-acknowledgement-face):
519 New backward-compatibility aliases for renamed faces.
520 (change-log-font-lock-keywords): Use renamed change-log faces.
521
522 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
523 (custom-set, custom-changed, custom-saved, custom-button)
524 (custom-button-pressed, custom-documentation, custom-state)
525 (custom-comment, custom-comment-tag, custom-variable-tag)
526 (custom-variable-button, custom-face-tag, custom-group-tag-1)
527 (custom-group-tag): Remove "-face" suffix from face names.
528 (custom-magic-alist, custom-magic-value-create)
529 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
530 (custom-invalid-face, custom-rogue-face, custom-modified-face)
531 (custom-set-face, custom-changed-face, custom-saved-face)
532 (custom-button-face, custom-button-pressed-face)
533 (custom-documentation-face, custom-state-face)
534 (custom-comment-face, custom-comment-tag-face)
535 (custom-variable-tag-face, custom-variable-button-face)
536 (custom-face-tag-face, custom-group-tag-face-1)
537 (custom-group-tag-face):
538 New backward-compatibility aliases for renamed faces.
539
540 * wid-edit.el (widget-documentation, widget-button)
541 (widget-field, widget-single-line-field, widget-inactive)
542 (widget-button-pressed): "-face" suffix removed from face names.
543 (widget-documentation-face, widget-button-face)
544 (widget-field-face, widget-single-line-field-face)
545 (widget-inactive-face, widget-button-pressed-face):
546 New backward-compatibility aliases for renamed faces.
547 (widget-documentation-face, widget-button-face)
548 (widget-button-pressed-face, widget-specify-field)
549 (widget-specify-inactive): Use renamed widget faces.
550
551 2005-06-10 Kenichi Handa <handa@m17n.org>
552
553 * term/x-win.el (x-clipboard-yank): Remove condition-case
554 wrapping.
555
556 2005-06-11 Kenichi Handa <handa@m17n.org>
557
558 * add-log.el (change-log-font-lock-keywords): Make the regexp for
559 date lines stricter.
560
561 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
562
563 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
564 of x-get-selection.
565
566 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
567
568 * comint.el (comint-mode, comint-snapshot-last-prompt):
569 * frame.el (frame-current-scroll-bars):
570 * term.el (term-mode, term-check-proc, term-input-sender)
571 (term-simple-send, term-extract-string, term-word)
572 (term-match-partial-filename):
573 * window.el (window-current-scroll-bars):
574 * emulation/cua-base.el (cua-normal-cursor-color)
575 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
576 (cua-global-mark-cursor-color):
577 * mail/undigest.el (rmail-forward-separator-regex):
578 Fix typos in docstrings.
579
580 * comint.el (comint-check-proc, make-comint-in-buffer)
581 (comint-source-default): Doc fixes.
582
583 * term.el (term-send-string): Improve argument/docstring
584 consistency.
585
586 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
587
588 * comint.el (comint-send-input): Bind `inhibit-read-only' around
589 call to `delete-region'.
590 (comint-mode-hook): Do not enable Font Lock by default.
591
592 2005-06-09 Lute Kamstra <lute@gnu.org>
593
594 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
595 could be void.
596
597 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
598
599 * emacs-lisp/debug.el (debugger-will-be-back): New var.
600 (debug): Use it.
601 (debugger-step-through, debugger-continue, debugger-jump)
602 (debugger-return-value): Set it when needed.
603 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
604 Use inhibit-read-only.
605
606 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
607
608 * window.el (shrink-window-if-larger-than-buffer)
609 (window-size-fixed): Fix typo in docstring.
610
611 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
612 thumbnails directory on loading.
613 (thumbs-conversion-program): Use `eq' to check the system type,
614 not `equal'.
615 (thumbs-temp-dir): Initialize to `temporary-file-directory',
616 not "/tmp". Fix docstring.
617 (thumbs-thumbsdir): New function to return the thumbnails
618 directory, creating it if needed.
619 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
620 (thumbs-temp-file): Delete variable and make it into a function.
621 (thumbs-resize-image, thumbs-modify-image): Use it.
622 (thumbs-kill-buffer): Simplify.
623 (thumbs-gensym): Defalias or duplicate CL `gensym'.
624 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
625 docstrings.
626
627 2005-06-09 Kim F. Storm <storm@cua.dk>
628
629 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
630 set-match-data to free markers in match-data.
631
632 * replace.el (replace-match-data): Pass RESEAT arg `t' to
633 match-data to unchain markers in match-data.
634
635 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
636
637 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
638 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
639 unnecessary now.
640
641 2005-06-08 Richard M. Stallman <rms@gnu.org>
642
643 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
644 give the variable a doc string that doesn't say don't set it directly.
645
646 * textmodes/ispell.el (ispell-check-version):
647 Use match-string-no-properties.
648 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
649 (ispell-buffer-local-words): Likewise.
650
651 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
652 except on terminals with enough colors to really display it.
653 (makefile-dependency-regex): Delete spurious `bb'.
654
655 * faces.el (escape-glyph): Use blue once again in last case.
656 (no-break-space): Redefine so that it isn't invisible on a tty.
657
658 2005-06-08 Kim F. Storm <storm@cua.dk>
659
660 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
661 also when reading directory name.
662
663 2005-06-08 Lute Kamstra <lute@gnu.org>
664
665 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
666 (flyspell-mode-line-string): Remove autoload cookie.
667 (flyspell-mode): Remove defvar.
668
669 2005-06-07 Lute Kamstra <lute@gnu.org>
670
671 * textmodes/org.el (org-run-mode-hooks): New function.
672 (org-agenda-mode): Use it.
673
674 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
675
676 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
677
678 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
679
680 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
681
682 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
683
684 * font-lock.el (font-lock-add-keywords): Doc fix.
685
686 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
687
688 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
689 (tex-compile-default): In the absence of any history, use the order in
690 tex-compile-alist to choose the preferred command.
691 (tex-compile-commands): Reorder a bit.
692
693 * textmodes/flyspell.el (flyspell-auto-correct-binding)
694 (flyspell-incorrect-face, flyspell-duplicate-face):
695 Use (X)Emacs-agnostic code.
696 (flyspell-mode-map): Don't overwrite at each load. Remove code
697 redundant with the subsequent add-minor-mode. Merge Emacs and
698 XEmacs code.
699 (flyspell-word): Minor simplification.
700 (flyspell-math-tex-command-p): Quieten the byte-compiler.
701 (flyspell-external-point-words): Remove unused vars `size' and `start'.
702 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
703 Merge the corresponding Emacs code.
704 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
705
706 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
707 a dedicated window.
708
709 * international/latexenc.el (latexenc-find-file-coding-system):
710 Undo part of last patch, to turn off a compiler warning.
711
712 2005-06-06 Juri Linkov <juri@jurta.org>
713
714 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
715 Rename `tmm-inactive-face' to `tmm-inactive'.
716
717 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
718
719 * iswitchb.el: Rename faces.
720
721 2005-06-06 Kim F. Storm <storm@cua.dk>
722
723 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
724 (cua-global-mark): Remove -face suffix from face names.
725
726 * emulation/cua-gmrk.el (cua--init-global-mark):
727 Remove cua-global-mark face setup.
728
729 2005-06-06 Richard M. Stallman <rms@gnu.org>
730
731 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
732 just like other allowed characters.
733 (makefile-match-dependency): Exclude leading and training whitespace
734 from the range of regexp subexp 1.
735 (makefile-macroassign-regex): Don't try to match the body,
736 just the name of the macro being defined.
737
738 * info.el (Info-read-node-name-2): New function.
739 (Info-read-node-name-1): Use that.
740 Add a completion-base-size-function property.
741
742 * simple.el (completion-setup-function): Look for
743 completion-base-size-function property of
744 minibuffer-completion-table.
745
746 * files.el (locate-file-completion): Doc fix.
747
748 * printing.el: Don't call pr-update-menus; user must do that.
749
750 * emacs-lisp/debug.el (debugger-window): New variable.
751 (debug): Use debugger-window if it is set and still alive.
752 Record debugger-window for next entry.
753
754 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
755
756 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
757
758 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
759 (hack-one-local-variable, hack-local-variables)
760 (hack-local-variables-prop-line): Pass that arg.
761
762 2005-06-06 Kim F. Storm <storm@cua.dk>
763
764 * ido.el (ido-first-match, ido-only-match, ido-subdir)
765 (ido-indicator): Remove -face suffix from face names.
766
767 2005-06-06 Juri Linkov <juri@jurta.org>
768
769 * font-lock.el (font-lock-regexp-backslash)
770 (font-lock-regexp-backslash-construct): New faces.
771 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
772 after `('. Add `while-no-input' to control structures.
773
774 * faces.el (no-break-space, shadow): New faces.
775 (escape-glyph): Use less loud colors pink2 and red4.
776
777 * diff-mode.el (diff-context-face)
778 * dired.el (dired-ignored)
779 * rfn-eshadow.el (file-name-shadow)
780 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
781
782 * info.el (Info-title-1-face): Use green instead of yellow because
783 bold yellow is not readable on light backgrounds.
784
785 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
786 before selecting the desired mode to not spend time fontifying
787 old contents.
788
789 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
790
791 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
792 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
793
794 * ps-print.el (ps-default-fg, ps-default-bg):
795 Fix typos in docstrings.
796
797 * isearchb.el (isearchb): Don't pass a spurious second argument to
798 `iswitchb-completions'.
799
800 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
801
802 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
803 to preserve point.
804 (gdb-find-file-hook): Add doc string.
805
806 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
807 C dereferenced pointer expression.
808 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
809
810 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
811
812 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
813 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
814 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
815 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
816 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
817 Make background transparent.
818
819 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
820
821 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
822 (font-lock-remove-keywords): Doc fix.
823 (font-lock-mode-major-mode): Compiler defvar.
824 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
825
826 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
827 (font-lock-mode): Update `font-lock-mode-major-mode'.
828 (font-lock-set-defaults): Compiler defvar.
829 (font-lock-default-function): Take `font-lock-mode-major-mode'
830 into account.
831
832 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
833 keep track of which major mode it enabled the minor mode for.
834 Use find-file-hook again. Update docstring.
835
836 * simple.el (eval-expression-print-level)
837 (eval-expression-print-length, eval-expression-debug-on-error):
838 Doc fixes.
839
840 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
841
842 * iswitchb.el (iswitchb-single-match-face)
843 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
844 (iswitchb-invalid-regexp-face): New faces.
845 (iswitchb-completions): Use them.
846 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
847 now marked as an obsolete alias.
848 (iswitchb-read-buffer): Remove check for bound font variables.
849 (iswitchb-invalid-regexp): New free variable.
850 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
851 set iswitchb-invalid-regexp.
852 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
853 invalid regexps.
854 (iswitchb-completions): Add check for complete match when entering
855 a regexp.
856 (iswitchb-completions): Remove require-match argument.
857 (iswitchb-exhibit): Fix caller.
858 (iswitchb-common-match-inserted): New variable.
859 (iswitchb-complete, iswitchb-completion-help): Use it.
860
861 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
862
863 * url-http.el (url-http-chunked-encoding-after-change-function):
864 Use `url-http-debug' instead of `message'.
865
866 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
867
868 * url-http.el (url-http-parse-headers): Pass redirected URL as a
869 callback argument.
870
871 2005-06-04 Kim F. Storm <storm@cua.dk>
872
873 * simple.el (line-move): Only call sit-for when moving backwards.
874
875 * ido.el (ido-make-merged-file-list-1): New defun split from
876 ido-make-merged-file-list.
877 (ido-make-merged-file-list): Bind throw-on-input around call to
878 ido-make-merged-file-list-1. Return input-pending-p if
879 interrupted by more input available.
880 (ido-read-internal): Handle input-pending-p return value from
881 ido-make-merged-file-list.
882
883 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
884
885 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
886 compatibility code.
887
888 * international/latexenc.el (latexenc-find-file-coding-system):
889 Don't inherit the EOL part of the coding-system from the
890 tex-main buffer. Fit within 80 columns.
891
892 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
893
894 * tmm.el (tmm-inactive-face): New face.
895 (tmm-remove-inactive-mouse-face): New function.
896 (tmm-prompt, tmm-add-one-shortcut)
897 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
898 but not selectable.
899
900 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
901
902 * faces.el (face-equal): Improve argument/docstring consistency.
903
904 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
905
906 * progmodes/make-mode.el (makefile-targets-face)
907 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
908 (makefile-bsdmake-dependency-regex)
909 (makefile-makepp-rule-action-regex)
910 (makefile-bsdmake-rule-action-regex): New constants.
911 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
912
913 * progmodes/compile.el (compilation-error-regexp-alist-alist):
914 Allow (...) within `...' for makepp messages.
915
916 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
917
918 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
919
920 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
921 "." files are deleted from all file lists before comparison.
922
923 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
924 (viper-ESC-key): Made them customizable.
925
926 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
927
928 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
929
930 * autorevert.el (auto-revert-buffers): Use save-match-data.
931
932 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
933
934 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
935 menu items with a nil command binding.
936
937 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
938
939 * emacs-lisp/cl-macs.el (defsetf):
940 Improve argument/docstring consistency.
941
942 * faces.el (list-faces-display): Improve the formatting by
943 computing the maximum length required for any face-name (reworked
944 patch of 1999-01-11, accidentally deleted on 1999-07-21).
945 (internal-find-face): Remove redundant info in docstring.
946
947 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
948
949 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
950 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
951 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
952 (gdb-assembler-custom): Improve regexps.
953 (def-gdb-auto-update-handler): Use window point to preserve point.
954
955 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
956
957 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
958
959 2005-05-31 Jay Belanger <belanger@truman.edu>
960
961 * calc/calc-embed.el (calc-embedded-word): Change argument passed
962 to calc-embedded.
963 (calc-embedded-make-info): Have plain prefix argument select
964 entire line.
965
966 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
967
968 * faces.el (list-faces-display): Signal error if passed a regexp
969 that matches no face name.
970
971 * simple.el (filter-buffer-substring): Fix typo in docstring.
972
973 2005-05-31 Richard M. Stallman <rms@gnu.org>
974
975 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
976 (vhdl-emacs-21): Doc fix.
977 (vhdl-mode): Unconditionally set comment-padding.
978 (vhdl-fixup-whitespace-region): Insert spaces only where
979 there are none.
980 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
981
982 2005-05-30 John Wiegley <johnw@newartisans.com>
983
984 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
985 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
986 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
987 `directory-sep-char' to ?/, and all uses of `string-to-int' to
988 `string-to-number'.
989
990 2005-05-30 Jay Belanger <belanger@truman.edu>
991
992 * calc/calc.el (calc-bug-address): Fix docstring.
993 (calc-window-hook, calc-trail-window-hook): New variables.
994 (calc-trail-display): Restore use of calc-trail-window-hook.
995 (calc): Restore use of calc-window-hook.
996
997 2005-05-31 Masatake YAMATO <jet@gyve.org>
998
999 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
1000
1001 * help-fns.el (help-C-file-name): Add autoload mark for
1002 `find-function-noselect'.
1003
1004 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1005
1006 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
1007 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
1008
1009 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1010
1011 * calendar/diary-lib.el (mark-included-diary-files): Only kill
1012 included diary buffer if it was not already being visited.
1013 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
1014
1015 * calendar/icalendar.el (top-level): Do not require 'appt.
1016
1017 * mail/supercite.el (sc-select-attribution): Only use a list
1018 element from sc-attrib-selection-list if it returns a string.
1019 Reported by Davide G. M. Salvetti <salve@debian.org>.
1020
1021 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
1022
1023 * thumbs.el (thumbs-thumbname): The resulting thubname now
1024 includes a hash value to improve its uniqueness, and has a ".jpg"
1025 extension. Also, it is now a valid filename on all systems.
1026 (thumbs-make-thumb): Use `let', not `let*'.
1027 (thumbs-show-thumbs-list): Check for JPEG availability.
1028
1029 2005-05-30 Richard M. Stallman <rms@gnu.org>
1030
1031 * filesets.el (filesets-menu-ensure-use-cached):
1032 Prevent warning when emacs-version>= is undefined.
1033
1034 * printing.el (pr-interactive-n-up): Use string-to-number.
1035
1036 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
1037
1038 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1039 Warn only when name to be defined is quoted.
1040
1041 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
1042
1043 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
1044 Make regexp more robust.
1045 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
1046 Force regeneration of disassembly.
1047
1048 2005-05-29 Jay Belanger <belanger@truman.edu>
1049
1050 * calc/calc.el (calc-user-invocation): Check if
1051 calc-invocation-macro is non-nil.
1052
1053 2005-05-29 Juri Linkov <juri@jurta.org>
1054
1055 * add-log.el (change-log-font-lock-keywords):
1056 Add `+' to e-mail regexp to accept mail address with keywords.
1057
1058 * man.el (Man-name-regexp): Add `:' to accept qualified names.
1059
1060 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
1061
1062 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
1063
1064 * ielm.el (inferior-emacs-lisp-mode): Ditto.
1065
1066 2005-05-29 Richard M. Stallman <rms@gnu.org>
1067
1068 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1069 Undo the change that moves to end of the current word.
1070
1071 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1072
1073 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
1074 Throw error when count <= 0 to ensure input is a number.
1075 (gdb-read-memory-custom): Pick up address from buffer.
1076 (gdb-memory-mode): Allow user to increment and decrement
1077 memory address from header line.
1078
1079 2005-05-29 Richard M. Stallman <rms@gnu.org>
1080
1081 * flyspell.el (flyspell-version): Function deleted.
1082 (flyspell-auto-correct-previous-hook): Doc fix.
1083
1084 * jit-lock.el (jit-lock-function, jit-lock-after-change):
1085 Do nothing if memory is full.
1086
1087 * font-lock.el (font-lock-fontify-syntactically-region):
1088 Pass t for GREEDY to looking-back.
1089
1090 * saveplace.el (save-place-alist-to-file): Write the file
1091 using write-region.
1092
1093 * subr.el (looking-back): New argument GREEDY.
1094
1095 * progmodes/compile.el (compilation-start): Set the mode
1096 before inserting the initial text.
1097
1098 * progmodes/which-func.el (which-func-update-1): Turn the mode
1099 off in case of error by setting which-func-mode.
1100
1101 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
1102
1103 * flyspell.el (flyspell-auto-correct-previous-word):
1104 Narrow down to what's on the screen, and recenter overlays
1105 at the end of the next word.
1106
1107 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
1108
1109 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
1110 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
1111 (flyspell-abbrev-p): Default to nil.
1112 (flyspell-use-global-abbrev-table-p): Doc fix.
1113 (flyspell-large-region): Allow nil as value.
1114 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
1115
1116 (mail-mode-flyspell-verify): More robust handling
1117 of `mail-header-separator'. More efficient signature detection.
1118 Allow for regexp metacharacters in message-header-separator.
1119 Adding `To' not to be checked in mail-mode-flyspell-verify.
1120
1121 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
1122 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
1123 Bind flyspell-auto-correct-binding.
1124 Bind C-. and C-, .
1125 (flyspell-mode-map): Likewise.
1126 (flyspell-mode): Doc fix.
1127 (flyspell-accept-buffer-local-defs): Preserve current buffer.
1128 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
1129 (flyspell-word-cache-result): New var, always local.
1130 (flyspell-check-pre-word-p): Doc fix.
1131 (flyspell-check-changed-word-p): Handle spc like newline.
1132 (flyspell-post-command-hook): Set flyspell-word-cache-result.
1133 (flyspell-word-search-backward, flyspell-word-search-forward):
1134 New functions.
1135 (flyspell-word): Return t if nothing to check.
1136 When parsing TeX code, check for after } or \.
1137 Use flyspell-word-search-backward to find previous word.
1138 Return nil if duplicated word.
1139 For word already checked, return same value as last time.
1140 Set flyspell-word-cache-result after checking.
1141 Don't clobber the return value.
1142 (flyspell-get-word): Major rewrite.
1143 (flyspell-external-point-words): New locals pword, pcount.
1144 Fix size used in progress message.
1145 Find the proper corresponding word in flyspell-large-region-buffer.
1146 (flyspell-region): Check for flyspell-large-region = nil.
1147 (flyspell-highlight-incorrect-region): Clean up overlays in region.
1148 (flyspell-auto-correct-word): Check that WORD is a cons.
1149 (flyspell-correct-word): Likewise.
1150
1151 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
1152
1153 * progmodes/make-mode.el (makefile-rule-action-regex)
1154 (makefile-macroassign-regex, makefile-makepp-mode)
1155 (makefile-bsdmake-mode): Continuation lines may be empty.
1156 Reported by Joshua Varner.
1157 (makefile-makepp-font-lock-keywords): Add $(stem).
1158
1159 2005-05-28 Karl Berry <karl@gnu.org>
1160
1161 * textmodes/tex-mode.el: Now that tex-send-command calls
1162 shell-quote-argument (2005-03-31 change), remove all calls to
1163 shell-quote-argument; they all end up invoking tex-send-command.
1164 The double quoting loses on filenames with non-safe characters,
1165 such as "@". Reported by Frederik Fouvry.
1166
1167 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1168
1169 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
1170 about preserving point.
1171
1172 2005-05-27 Jay Belanger <belanger@truman.edu>
1173
1174 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
1175 Info-goto-node.
1176
1177 * calc/calc-embed.el (calc-embed-arg): New variable.
1178 (calc-do-embedded-activate, calc-embedded-activate-formula)
1179 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
1180 variable by new variable.
1181 (calc-embedded-make-info): Replace undeclared variable by new
1182 variable. When selecting region with positive prefix
1183 argument, use end of previous line instead of beginning of line.
1184
1185 * calc/calc-aent.el (calc-arg-values): Declare it.
1186
1187 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
1188 Declare them.
1189
1190 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
1191
1192 * calc/calc.el (calc-alg-map): Declare it.
1193
1194 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
1195
1196 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
1197
1198 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
1199 (gdb-registers-buffer, toggle-gdb-all-registers):
1200 Toggle display of floating point registers.
1201 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
1202
1203 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
1204 (toggle-gud-tooltip-dereference):
1205 Rename from gud-toggle-tooltip-dereference.
1206
1207 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1208
1209 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
1210
1211 2005-05-27 Jay Belanger <belanger@truman.edu>
1212
1213 * calc/calc-prog.el (calc-kbd-report): Remove.
1214 (calc-kbd-query): Rewrite.
1215
1216 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
1217
1218 * image.el (image-library-alist): Move to image.c.
1219 (image-type-available-p): Doc fix.
1220
1221 2005-05-27 Lute Kamstra <lute@gnu.org>
1222
1223 * calc/calc.el (calc):
1224 * outline.el (outline-1, outline-2, outline-3, outline-4)
1225 (outline-5, outline-6, outline-7, outline-8):
1226 * textmodes/dns-mode.el (dns-mode):
1227 * textmodes/sgml-mode.el (sgml-namespace-face):
1228 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
1229 (tex-verbatim-face, tex-use-reftex):
1230 * textmodes/texinfo.el (texinfo-heading-face):
1231 Specify customization group.
1232
1233 * longlines.el: Don't require easy-mmode.
1234 (longlines-visible-face): Specify customization group.
1235
1236 2005-05-27 Kenichi Handa <handa@m17n.org>
1237
1238 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
1239 encoding table of windows-1251.
1240
1241 * international/ucs-tables.el (ucs-set-table-for-input):
1242 If translation-table-for-input of a coding system is a symbol, get
1243 its translation-table property.
1244
1245 * international/code-pages.el: Don't register a coding system into
1246 non-iso-charset-alist more than once.
1247 (cp-make-coding-system): Likewise.
1248
1249 2005-05-26 John Wiegley <johnw@newartisans.com>
1250
1251 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
1252 `eshell-resume-eval' is wrapped in a list, it indicates that the
1253 command was run asynchronously. In that case, unwrap the value
1254 before checking the delimiter value.
1255
1256 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
1257 character before a space at the end of a line is \, assume the space
1258 is part of the last argument rather than a final argument separator.
1259
1260 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
1261 is in use, and the target is `t' or `nil' (which are the most common
1262 values), don't assume that the symbol target is a buffer.
1263
1264 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
1265
1266 * calendar/calendar.el (calendar-mode-line-format):
1267 Use mode-line-highlight as mouse-face.
1268
1269 * time.el (display-time-string-forms, display-time-update):
1270 Use mode-line-highlight as mouse-face.
1271
1272 2005-05-26 Jay Belanger <belanger@truman.edu>
1273
1274 * calc/calc.el (calc-language-alist): Remove extra defvar.
1275
1276 2005-05-26 Lute Kamstra <lute@gnu.org>
1277
1278 * arc-mode.el (archive-mode):
1279 * bookmark.el (bookmark-read-annotation-mode)
1280 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
1281 * bs.el (bs-mode):
1282 * calc/calc-yank.el (calc-edit-mode):
1283 * calc/calc.el (calc-mode, calc-trail-mode):
1284 * calculator.el (calculator-mode):
1285 * chistory.el (command-history-mode):
1286 * comint.el:
1287 * cus-edit.el (custom-mode):
1288 * descr-text.el (describe-text-mode):
1289 * ebuff-menu.el (Electric-buffer-menu-mode):
1290 * ediff-util.el (ediff-mode):
1291 * emacs-lisp/re-builder.el (reb-mode):
1292 * emulation/vi.el (vi-mode-setup):
1293 * emulation/ws-mode.el (wordstar-mode):
1294 * eshell/esh-mode.el (eshell-mode):
1295 * forms.el (forms-mode):
1296 * help-mode.el (help-mode):
1297 * hexl.el (hexl-mode):
1298 * ibuffer.el (ibuffer-mode):
1299 * ielm.el (inferior-emacs-lisp-mode):
1300 * info.el (Info-mode, Info-edit-mode):
1301 * international/swedish.el:
1302 * ledit.el (ledit-from-lisp-mode):
1303 * locate.el (locate-mode):
1304 * mail/rmail.el (rmail-mode):
1305 * mail/rmailedit.el (rmail-edit-mode):
1306 * mail/rmailsum.el (rmail-summary-mode):
1307 * mail/supercite.el (sc-electric-mode):
1308 * net/eudc.el (eudc-mode):
1309 * net/quickurl.el (quickurl-list-mode):
1310 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
1311 * obsolete/ooutline.el (outline-mode):
1312 * obsolete/options.el (Edit-options-mode):
1313 * obsolete/rnews.el (news-mode):
1314 * obsolete/rnewspost.el (news-reply-mode):
1315 * play/5x5.el (5x5-mode):
1316 * play/decipher.el (decipher-mode, decipher-stats-mode):
1317 * play/gomoku.el (gomoku-mode):
1318 * play/snake.el (snake-mode):
1319 * play/solitaire.el (solitaire-mode):
1320 * play/tetris.el (tetris-mode):
1321 * progmodes/ada-mode.el (ada-mode):
1322 * progmodes/antlr-mode.el (antlr-mode):
1323 * progmodes/autoconf.el (autoconf-mode):
1324 * progmodes/dcl-mode.el (dcl-mode):
1325 * progmodes/delphi.el (delphi-mode):
1326 * progmodes/ebrowse.el (ebrowse-tree-mode)
1327 (ebrowse-electric-list-mode, ebrowse-member-mode)
1328 (ebrowse-electric-position-mode):
1329 * progmodes/f90.el (f90-mode):
1330 * progmodes/fortran.el (fortran-mode):
1331 * progmodes/icon.el (icon-mode):
1332 * progmodes/idlw-help.el (idlwave-help-mode):
1333 * progmodes/idlw-shell.el (idlwave-shell-mode):
1334 * progmodes/idlwave.el (idlwave-mode):
1335 * progmodes/inf-lisp.el (inferior-lisp-mode):
1336 * progmodes/m4-mode.el (m4-mode):
1337 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
1338 * progmodes/modula2.el (modula-2-mode):
1339 * progmodes/octave-inf.el (inferior-octave-mode):
1340 * progmodes/octave-mod.el (octave-mode):
1341 * progmodes/pascal.el (pascal-mode):
1342 * progmodes/sh-script.el (sh-mode):
1343 * progmodes/sql.el (sql-mode, sql-interactive-mode):
1344 * progmodes/vhdl-mode.el (vhdl-mode):
1345 * progmodes/xscheme.el (scheme-interaction-mode):
1346 * replace.el (occur-mode):
1347 * ses.el (ses-mode):
1348 * simple.el (completion-list-mode):
1349 * skeleton.el:
1350 * speedbar.el (speedbar-mode):
1351 * term.el (term-mode):
1352 * terminal.el (terminal-edit-mode):
1353 * textmodes/reftex-index.el (reftex-index-mode)
1354 (reftex-index-phrases-mode):
1355 * textmodes/reftex-sel.el (reftex-select-label-mode)
1356 (reftex-select-bib-mode):
1357 * textmodes/reftex-toc.el (reftex-toc-mode):
1358 * wdired.el (wdired-change-to-wdired-mode):
1359 * wid-browse.el (widget-browse-mode):
1360 Use run-mode-hooks.
1361
1362 * array.el (array-mode):
1363 * calendar/todo-mode.el (todo-mode):
1364 * man.el (Man-mode):
1365 * play/landmark.el (lm-mode):
1366 * play/mpuz.el (mpuz-mode):
1367 Use kill-all-local-variables and run-mode-hooks.
1368
1369 * subr.el (delay-mode-hooks): Specify indentation.
1370
1371 2005-05-26 Mark A. Hershberger <mah@everybody.org>
1372
1373 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
1374
1375 2005-05-26 Jay Belanger <belanger@truman.edu>
1376
1377 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
1378 of nil.
1379
1380 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
1381
1382 * progmodes/gdb-ui.el (gdb-frame-address):
1383 Rename from gdb-current-address.
1384 (gdb-previous-frame-address): Rename from gdb-previous-address.
1385 (gdb-selected-frame): Rename from gdb-current-frame.
1386 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
1387 (gdb-frame-number): Rename from gdb-current-stack-level.
1388 (gdb-ann3): Match new mode-name for disassembly buffer.
1389 Extend initialisation of variables.
1390 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
1391 (gdb-memory-mode): Use mouse-face in header line.
1392 (gdb-assembler-buffer-name): Call it disassembly and give frame
1393 in mode line.
1394 (gdb-source-spec-regexp, gdb-assembler-custom)
1395 (gdb-invalidate-assembler, gdb-frame-handler):
1396 Make robust to leading zeroes in address format.
1397
1398 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
1399
1400 * textmodes/org.el (org-mode): Use `define-derived-mode' to
1401 define `org-mode'.
1402 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
1403
1404 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1405
1406 * log-edit.el (log-edit-changelog-entries): Distinguish between
1407 filenames like xfns.c and fns.c.
1408
1409 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
1410
1411 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
1412 point after reverting.
1413 (Buffer-menu-make-sort-button): Handle the case where
1414 `Buffer-menu-use-header-line' is nil.
1415
1416 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1417
1418 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
1419 New funcs. In minibuffer-local-completion-map bind `]', `/'
1420 and `:' to them.
1421
1422 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1423
1424 * startup.el (normal-top-level): Allow modification of load-path while
1425 we're iterating over it.
1426
1427 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
1428
1429 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
1430 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
1431 (thumbs-resize-interactive, thumbs-insert-image)
1432 (thumbs-insert-thumb, thumbs-dired-show-marked)
1433 (thumbs-find-image-at-point, thumbs-delete-images)
1434 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
1435 (thumbs-increment-image-size, thumbs-decrement-image-size):
1436 Fix typos in docstrings.
1437
1438 2005-05-24 Andre Spiegel <spiegel@gnu.org>
1439
1440 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
1441 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
1442 (cperl-mode): Use them.
1443
1444 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
1445
1446 * window.el (quit-window, shrink-window-if-larger-than-buffer):
1447 Doc fixes.
1448
1449 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
1450
1451 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
1452 Bind C-d to gdb-inferior-io-eof.
1453
1454 * dired.el (dired-dnd-popup-notice): Use message-box.
1455
1456 2005-05-23 Masatake YAMATO <jet@gyve.org>
1457
1458 * bindings.el (mode-line-major-mode-keymap):
1459 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
1460
1461 * faces.el (mode-line-highlight): New face.
1462
1463 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
1464 as mouse-face.
1465
1466 * bindings.el (top-level, help-echo, mode-line-modified)
1467 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
1468 as mouse-face.
1469
1470 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
1471
1472 * progmodes/cc-engine.el (c-guess-basic-syntax):
1473 Remove spurious call to `zerop'.
1474
1475 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
1476
1477 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
1478
1479 CC Mode update to 5.30.10:
1480
1481 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
1482 could go past the limit in decoration level 2, thereby causing
1483 errors during interactive fontification.
1484
1485 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
1486 the file is evaluated interactively.
1487
1488 * cc-engine.el (c-guess-basic-syntax): Handle operator
1489 declarations somewhat better in C++.
1490
1491 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
1492 make use of `run-mode-hooks' which has been added in Emacs 21.1.
1493 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1494 (awk-mode): Use it.
1495 (make-local-hook): Suppress warning about obsoleteness.
1496
1497 * cc-engine.el, cc-align.el, cc-cmds.el
1498 (c-append-backslashes-forward, c-delete-backslashes-forward)
1499 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
1500 Compensate for return value from `forward-line' when it has moved
1501 but not to a different line due to eob.
1502
1503 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
1504 `objc-method-intro' and `objc-method-args-cont'.
1505
1506 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
1507
1508 CC Mode update to 5.30.10:
1509
1510 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
1511 in the copyright statement. Incidentally, change "along with GNU
1512 Emacs" to "along with this program" where it occurs.
1513
1514 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
1515 so that it is interactive, hence can be found by M-x awk-mode
1516 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
1517 <gmorris+emacs@ast.cam.ac.uk>.
1518
1519 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
1520 Mode's regexps.
1521
1522 2005-05-23 Kevin Ryde <user42@zip.com.au>
1523
1524 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
1525 c-parse-state, to avoid a lisp error (on bad code).
1526
1527 2005-05-23 Lute Kamstra <lute@gnu.org>
1528
1529 * subr.el (font-lock-defaults): Remove defvar as it's already
1530 defined in font-core.el.
1531
1532 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
1533
1534 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
1535
1536 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
1537 more general and work when GDB variable "print pretty" is on,
1538 as with Emacs, for example.
1539
1540 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
1541
1542 * font-core.el: Update comment.
1543
1544 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
1545 Use `after-change-major-mode-hook' instead of `find-file-hook'.
1546
1547 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
1548
1549 2005-05-22 Eli Zaretskii <eliz@gnu.org>
1550
1551 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
1552 and `yank-handler' in the doc strings.
1553
1554 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1555
1556 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
1557
1558 2005-05-22 Richard M. Stallman <rms@gnu.org>
1559
1560 * help.el (describe-key): Move print-help-return-message call
1561 out of conditional.
1562
1563 * progmodes/etags.el (list-tags): Use with-no-warnings.
1564
1565 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
1566 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
1567 (starttls-extra-args, starttls-extra-arguments): Add defvars.
1568
1569 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
1570
1571 * language/viet-util.el (viet-viscii-nonascii-translation-table):
1572 Add defvar.
1573
1574 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
1575 Use defvar, not defconst.
1576
1577 * hexl.el (hexl-follow-line): Use with-no-warnings.
1578
1579 * emulation/tpu-extras.el: Use write-file-functions instead of
1580 write-file-hooks.
1581
1582 * dired.el (dired-font-lock-keywords): Fontify files with junk
1583 extensions even if marked by -F.
1584
1585 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
1586
1587 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
1588 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
1589 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
1590 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
1591 (concatenate, list-length, get*, getf, cl-remprop):
1592 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
1593 (etypecase, progv, lexical-let, lexical-let*)
1594 (multiple-value-bind, multiple-value-setq, shiftf):
1595 Improve argument/docstring consistency.
1596
1597 * subr.el (focus-frame, unfocus-frame):
1598 Revert deletion on 2005-05-01.
1599
1600 2005-05-22 Andre Spiegel <spiegel@gnu.org>
1601
1602 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
1603 doesn't exist.
1604
1605 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
1606 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
1607
1608 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
1609
1610 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
1611 already deleted variables: auto-fill-hook, blink-paren-hook,
1612 lisp-indent-hook, inhibit-local-variables, unread-command-event,
1613 suspend-hooks, comment-indent-hook, meta-flag,
1614 before-change-function, after-change-function,
1615 font-lock-doc-string-face.
1616
1617 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1618
1619 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
1620
1621 2005-05-21 Eli Zaretskii <eliz@gnu.org>
1622
1623 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
1624 rmail-dont-reply-to.
1625
1626 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1627
1628 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
1629 literal blank when splitting new-header-values.
1630
1631 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
1632
1633 * calendar/cal-menu.el (cal-menu-update): Add separator as a
1634 string so that tmm doesn't create a completion entry for it.
1635
1636 * textmodes/table.el (table-disable-menu): Ditto.
1637
1638 2005-05-21 Richard M. Stallman <rms@gnu.org>
1639
1640 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
1641
1642 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
1643
1644 * net/rcompile.el (remote-compile): Use compilation-start.
1645
1646 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
1647
1648 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
1649
1650 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
1651 Default to makefile-bsdmake-mode on BSD systems.
1652
1653 * imenu.el (imenu-generic-expression, imenu--generic-function'):
1654 REGEXP may also be a search function now. The part of doc-string
1655 for describing the structure was 95% identical to that of
1656 `imenu--generic-function'. Unify it there.
1657
1658 * progmodes/make-mode.el (makefile-imenu-generic-expression):
1659 Use function to find dependencies, because regexp alone is so complex,
1660 it easily goes into an endless loop.
1661 (makefile-makepp-mode): Also add submenu for Perl functions
1662 defined in the makefile.
1663 (makefile-bsdmake-mode): Special imenu-generic-expression no
1664 longer needed, due to function call.
1665 (makefile-match-dependency): Take BOUND into account when checking
1666 if we're through.
1667
1668 2005-05-20 Jay Belanger <belanger@truman.edu>
1669
1670 * calc/calc-units.el (calc-invalidate-units-table):
1671 Use inhibit-read-only.
1672 (math-build-units-table-buffer): Use view-mode.
1673
1674 2005-05-20 David Kastrup <dak@gnu.org>
1675
1676 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
1677 easy-menu-add is not a nop on Emacs; and clarify when to call it.
1678
1679 2005-05-20 Lute Kamstra <lute@gnu.org>
1680
1681 * diff-mode.el (diff-header-face, diff-file-header-face)
1682 (diff-index-face, diff-hunk-header-face, diff-removed-face)
1683 (diff-added-face, diff-changed-face, diff-function-face)
1684 (diff-context-face, diff-nonexistent-face): Put them in the
1685 diff-mode customization group.
1686
1687 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1688
1689 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
1690
1691 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
1692
1693 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
1694 Minor regexp-optimization.
1695
1696 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
1697
1698 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
1699 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
1700 (org-agenda-add-time-grid-maybe): New function.
1701 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
1702 (org-table-create): `dotimes' instead of `mapcar'.
1703 (org-xor): Simplify implementation.
1704 (org-agenda): `inhibit-redisplay' turned on.
1705 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
1706 a consistent line after a state change.
1707 (org-agenda-remove-times-when-in-prefix): New option.
1708 (org-prefix-has-time): New variable.
1709 (org-parse-time-string): Optional argument NODEFAULT.
1710 (org-format-agenda-item): Parse items for time-of-day
1711 specifications and move these into the prefix if possible.
1712 (org-agenda-priority): Get current heading, not previous heading
1713 during agenda remote editing.
1714
1715 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
1716
1717 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
1718 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
1719 (remove-duplicates, delete-duplicates, substitute)
1720 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
1721 (nsubstitute-if-not, find, find-if, find-if-not, position)
1722 (position-if, position-if-not, count, count-if, count-if-not)
1723 (mismatch, search, sort*, stable-sort, merge, member*)
1724 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
1725 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
1726 (intersection, nintersection, set-difference, nset-difference)
1727 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
1728 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
1729 (nsublis, tree-equal): Improve argument/docstring consistency.
1730
1731 * subr.el (send-string, send-region):
1732 Remove obsolescence declaration.
1733 (window-dot, set-window-dot, read-input, show-buffer)
1734 (eval-current-buffer, string-to-int):
1735 Add release number to obsolescence declarations.
1736
1737 2005-05-19 Kim F. Storm <storm@cua.dk>
1738
1739 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
1740 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
1741
1742 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
1743
1744 * faces.el (list-faces-display): Make back button respect optional
1745 regexp arg.
1746
1747 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
1748
1749 * calculator.el (calculator-radix-grouping-mode)
1750 (calculator-radix-grouping-digits, calculator-displayer)
1751 (calculator-radix-grouping-separator, calculator-copy-displayer):
1752 * dabbrev.el (dabbrev-search-these-buffers-only):
1753 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
1754 (diff-advance-after-apply-hunk, diff-mode-hook)
1755 (diff-minor-mode-prefix):
1756 * imenu.el (imenu-use-popup-menu):
1757 * jit-lock.el (jit-lock-context-time):
1758 * newcomment.el (comment-fill-column, comment-column)
1759 (comment-style, comment-padding, comment-multi-line)
1760 (comment-empty-lines, comment-auto-fill-only-comments):
1761 * reveal.el (reveal-around-mark):
1762 * uniquify.el (uniquify-buffer-name-style)
1763 (uniquify-after-kill-buffer-p)
1764 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
1765 (uniquify-min-dir-content, uniquify-separator)
1766 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
1767 * w32-vars.el (w32-fixed-font-alist):
1768 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1769 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
1770 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
1771 * progmodes/perl-mode.el (perl-indent-level)
1772 (perl-continued-statement-offset, perl-continued-brace-offset)
1773 (perl-brace-offset, perl-brace-imaginary-offset)
1774 (perl-label-offset, perl-indent-continued-arguments)
1775 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
1776 * progmodes/tcl.el (tcl-indent-level)
1777 (tcl-continued-indent-level, tcl-auto-newline)
1778 (tcl-tab-always-indent, tcl-electric-hash-style)
1779 (tcl-help-directory-list, tcl-use-smart-word-finder)
1780 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
1781 (inferior-tcl-source-command):
1782 * textmodes/fill.el (enable-kinsoku):
1783 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
1784 * textmodes/table.el (table-yank-handler):
1785 Specify missing group (and type, if simple) in defcustom.
1786
1787 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1788
1789 * progmodes/compile.el (compilation-finish-function): Fix defvar.
1790
1791 2005-05-19 Richard M. Stallman <rms@gnu.org>
1792
1793 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
1794
1795 * subr.el (event-basic-type): Don't get an error.
1796 (left-fringe-p): Function deleted.
1797
1798 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
1799 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
1800
1801 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
1802 in recursive copy.
1803
1804 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
1805
1806 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
1807
1808 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
1809 Call byte-compile-nogroup-warn if appropriate.
1810
1811 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
1812 (compilation-set-window): Don't call left-fringe-p; do it directly.
1813
1814 2005-05-19 Jay Belanger <belanger@truman.edu>
1815
1816 * calc/calc-graph.el (calc-graph-format-data): Make sure
1817 var-PlotRejects is bound before trying to check its value.
1818
1819 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
1820
1821 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
1822 definition of this variable from reftex-global.el to reftex.el,
1823 because it is needed in the menu.
1824
1825 2005-05-19 Lute Kamstra <lute@gnu.org>
1826
1827 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
1828 years are fixed. Don't insert a space after a dash.
1829
1830 2005-05-19 Kim F. Storm <storm@cua.dk>
1831
1832 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
1833
1834 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
1835
1836 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
1837 strings, because (eq ... ?\\) is fairly frequent.
1838
1839 * progmodes/make-mode.el (makefile-add-this-line-targets):
1840 Simplify and integrate into `makefile-pickup-targets'.
1841 (makefile-add-this-line-macro): Simplify and integrate into
1842 `makefile-pickup-macros.
1843 (makefile-pickup-filenames-as-targets): Simplify.
1844 (makefile-previous-dependency, makefile-match-dependency):
1845 Don't stumble over `::'.
1846
1847 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
1848
1849 * subr.el (post-command-idle-hook, post-command-idle-delay):
1850 Remove obsoletion of post-command-idle-hook and
1851 post-command-idle-delay.
1852
1853 * faces.el (list-faces-display): Provide button when describe-face
1854 is called to take user back to the list of faces.
1855
1856 * help-fns.el (describe-variable): Remove hyperlinks in a
1857 variable's value as these are quite frequently inappropriate.
1858
1859 * follow.el (follow-submit-feedback, follow-mode):
1860 Remove references to post-command-idle-hook.
1861
1862 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
1863
1864 * progmodes/make-mode.el (makefile-previous-dependency)
1865 (makefile-match-dependency): Check for := (and in bsd mode also
1866 !=) to give a better result, even when font-lock is not on.
1867
1868 2005-05-18 Jay Belanger <belanger@truman.edu>
1869
1870 * calc/calc-help.el (calc-s-prefix-help):
1871 Add `calc-copy-special-constant' to help string.
1872
1873 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1874
1875 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1876
1877 2005-05-18 Jay Belanger <belanger@truman.edu>
1878
1879 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
1880 in linear factors are in proper order.
1881
1882 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
1883
1884 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1885 Support for jurabib.
1886
1887 * textmodes/reftex.el (featurep): Define aliases for overlay
1888 commands, for XEmacs compatibility, and use these aliases in
1889 overlay initializations.
1890 (reftex-highlight): Use `reftex-move-overlay'.
1891 (reftex-unhighlight): Use `reftex-delete-overlay'.
1892 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
1893 (reftex-access-search-path): Use `reftex-uniquify' instead of
1894 `reftex-uniq'
1895
1896 * textmodes/reftex-sel.el (reftex-select-unmark):
1897 Overlay `before-string' property modification enables for Emacs as well.
1898 (reftex-select-item): Use `reftex-delete-overlay'.
1899 (reftex-select-mark): Use `reftex-make-overlay' and
1900 `reftex-overlay-put'.
1901 (reftex-select-unmark): Use `reftex-delete-overlay' and
1902 `reftex-overlay-put'.
1903
1904 2005-05-18 Lute Kamstra <lute@gnu.org>
1905
1906 * emacs-lisp/lisp.el (check-parens): Fix docstring.
1907
1908 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
1909
1910 * add-log.el (add-change-log-entry):
1911 * array.el (array-make-template, array-reconfigure-rows)
1912 (array-init-max-row, array-init-max-column)
1913 (array-init-columns-per-line, array-init-field-width):
1914 * replace.el (replace-match-maybe-edit, perform-replace):
1915 * textmodes/spell.el (spell-region):
1916 Replace `read-input' by `read-string'.
1917
1918 * forms.el (forms-mode):
1919 * finder.el (finder-compile-keywords):
1920 * shadowfile.el (shadow-read-files):
1921 Replace `eval-current-buffer' by `eval-buffer'.
1922
1923 * terminal.el (te-pass-through):
1924 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
1925 (ange-ftp-raw-send-cmd):
1926 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
1927 (send-process-next-char, telnet-initial-filter, telnet):
1928 Replace `send-string' by `process-send-string'.
1929
1930 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
1931 (prolog-consult-region): Replace `send-string' by
1932 `process-send-string'; replace `send-region' by `process-send-region'.
1933
1934 * progmodes/delphi.el (delphi-log-msg):
1935 Replace `set-window-dot' by `set-window-point'.
1936
1937 * subr.el (window-dot, set-window-dot, read-input, send-string)
1938 (send-region, show-buffer, eval-current-buffer):
1939 Make really obsolete, as the comment says.
1940
1941 2005-05-17 Kim F. Storm <storm@cua.dk>
1942
1943 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
1944 (cua--init-keymaps): Bind C-return instead of S-return to set
1945 rectangle mark.
1946
1947 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
1948 instead of S-return to toggle/clear rectangle mark.
1949
1950 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
1951
1952 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
1953 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
1954 Also fontify plain strings assigned to variables, mostly so that a
1955 colon has a face and is thus not taken as a dependency separator.
1956 (makefile-previous-dependency): Inline the new matcher, because it
1957 is too complex to work in both directions.
1958 (makefile-match-dependency): Eliminate `backward' arg (see above).
1959 Completely reimplemented so as to not sometimes go into an endless
1960 loop. It should also be more efficient, because first it only
1961 searches for `:', instead of applying the very complex regexp.
1962 (makefile-mode): Cancel `font-lock-support-mode', because blocks
1963 to be fontified in one piece can be too long for JIT.
1964 Makefiles are never *that* big.
1965
1966 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
1967
1968 * dired.el (dired-mode): Simplify.
1969
1970 2005-05-17 Lute Kamstra <lute@gnu.org>
1971
1972 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
1973 defcustom for the mode hook variable.
1974
1975 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
1976 Emacs Lisp Reference Manual.
1977
1978 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
1979
1980 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
1981 (evenp, list*):
1982 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
1983 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
1984
1985 * net/tramp-smb.el (tramp-smb-open-connection):
1986 Pass `tramp-chunksize' as fifth (required) argument.
1987
1988 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
1989
1990 * font-lock.el (lisp-font-lock-keywords-1):
1991 Set `font-lock-negation-char-face' for [^...] char group.
1992 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
1993
1994 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
1995 a var, and refine it to mask one more level of nested vars.
1996 (makefile-rule-action-regex): Turn it into a var, and refine it so
1997 it recognizes backslashed continuation lines as belonging to the
1998 same command.
1999 (makefile-macroassign-regex): Refine it so it recognizes
2000 backslashed continuation lines as belonging to the same command.
2001 (makefile-var-use-regex): Don't look at the next char, because it
2002 might be the same one to be skipped by the initial [^$], leading
2003 to an overlooked variable use.
2004 (makefile-make-font-lock-keywords): Remove two parameters, which
2005 are now variables that some of the modes set locally.
2006 Handle dependency and rule action matching through functions, because
2007 regexps alone match too often. Dependency matching now comes
2008 last, so it can check, whether a colon already matched something else.
2009 (makefile-mode): Inform that font-lock improves makefile parsing
2010 capabilities.
2011 (makefile-match-dependency, makefile-match-action): New functions.
2012
2013 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
2014
2015 * emacs-lisp/cl-extra.el (equalp): Doc fix.
2016
2017 * align.el (align-regexp):
2018 * ansi-color.el (ansi-color-get-face):
2019 * array.el (array-reconfigure-rows, array-init-max-row)
2020 (array-init-max-column, array-init-columns-per-line)
2021 (array-init-field-width):
2022 * dired-aux.el (dired-trample-file-versions):
2023 * dired-x.el (dired-mark-sexp):
2024 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
2025 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
2026 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
2027 * faces.el (face-read-integer):
2028 * files.el (backup-extract-version, insert-directory):
2029 * hexl.el (hexl-insert-decimal-char):
2030 * server.el (server-process-filter):
2031 * shell.el (shell-extract-num):
2032 * startup.el (command-line-1):
2033 * term.el (term-command-hook):
2034 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
2035 (time-stamp-do-number):
2036 * time.el (display-time-update):
2037 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
2038 (timezone-fix-time):
2039 * vms-patch.el (vms-suspend-resume-hook):
2040 * calendar/appt.el (appt-convert-time):
2041 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2042 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
2043 * calendar/cal-islam.el (mark-islamic-diary-entries):
2044 * calendar/calendar.el (calendar-cursor-to-date)
2045 (calendar-star-date):
2046 * calendar/diary-lib.el (diary-attrtype-convert)
2047 (mark-diary-entries, diary-entry-time):
2048 * calendar/solar.el (solar-get-number):
2049 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
2050 * emacs-lisp/re-builder.el (reb-display-subexp):
2051 * emulation/edt.el (edt-set-scroll-margins):
2052 * emulation/tpu-extras.el (tpu-set-scroll-margins):
2053 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
2054 (vip-get-ex-count):
2055 * emulation/viper-ex.el (viper-get-ex-token)
2056 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
2057 * international/fontset.el (fontset-plain-name):
2058 * mail/feedmail.el (feedmail-look-at-queue-directory):
2059 * mail/mailalias.el (mail-get-names):
2060 * mail/rmail.el (rmail-convert-to-babyl-format):
2061 * mail/rmailsum.el (rmail-make-basic-summary-line)
2062 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
2063 (rmail-summary-goto-msg):
2064 * mail/smtpmail.el (smtpmail-read-response):
2065 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
2066 (ange-ftp-vms-add-file-entry):
2067 * play/gametree.el (gametree-looking-at-ply)
2068 (gametree-current-branch-score):
2069 * progmodes/ada-xref.el (ada-prj-find-prj-file)
2070 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
2071 * progmodes/cperl-mode.el (condition-case):
2072 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
2073 (ebrowse-set-member-buffer-column-width)
2074 (ebrowse-select-1st-to-9nth):
2075 * progmodes/etags.el (etags-snarf-tag):
2076 * progmodes/flymake.el (flymake-parse-line):
2077 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
2078 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
2079 (idlwave-shell-menu-def):
2080 * progmodes/ps-mode.el (ps-run-goto-error):
2081 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
2082 (vhdl-speedbar-contract-level):
2083 * term/mac-win.el (x-handle-numeric-switch):
2084 * term/sun-mouse.el (sun-get-frame-data):
2085 * term/w32-win.el (x-handle-numeric-switch):
2086 * term/x-win.el (x-handle-numeric-switch):
2087 * textmodes/ispell.el (ispell-parse-output):
2088 * textmodes/nroff-mode.el (nroff-outline-level):
2089 * textmodes/reftex-cite.el (reftex-bib-sort-year)
2090 (reftex-bib-sort-year-reverse, reftex-format-citation):
2091 * textmodes/reftex-parse.el (reftex-init-section-numbers)
2092 (reftex-section-number):
2093 * textmodes/texinfmt.el (texinfo-paragraphindent):
2094 Replace `string-to-int' by `string-to-number'.
2095
2096 * international/latexenc.el: Add page marker to force the "Local
2097 Variables:" string out of the last page.
2098
2099 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2100
2101 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
2102 tooltip-change-major-mode.
2103 (gud-tooltip-print-command): Remove case where gud-minor-mode
2104 is gdb ("--fullname").
2105 (gud-tooltip-tips): Turn GUD tooltips off for this case and
2106 explain to user.
2107
2108 2005-05-16 Jay Belanger <belanger@truman.edu>
2109
2110 * calc/calc-store.el (calc-copy-special-constant): New function.
2111
2112 * calc/calc-ext.el (calc-init-extensions): Add binding for
2113 `calc-copy-special-constant'.
2114
2115 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
2116 for the `calc-copy-special-constant' command.
2117
2118 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2119
2120 * subr.el (left-fringe-p): New function.
2121
2122 * progmodes/compile.el (compilation-setup): Set local value of
2123 overlay-arrow-string to "" always.
2124 (compilation-set-window): Left fringe then don't scroll.
2125 No left fringe then no arrow and scroll message to top.
2126 (compilation-context-lines): Adjust doc string accordingly.
2127
2128 2005-05-16 Kim F. Storm <storm@cua.dk>
2129
2130 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
2131 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
2132 (ido-wide-find-dir-or-delete-dir): New command for M-d.
2133 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
2134 (ido-read-file-name): Handle commands with ido property value
2135 equal to find-file as reading a file name, to allow C-d to enter dired.
2136 (ibuffer-find-file): Add ido property with value find-file.
2137
2138 2005-05-15 Kim F. Storm <storm@cua.dk>
2139
2140 * subr.el (open-network-stream-nowait): Remove.
2141 (open-network-stream-server): Remove.
2142
2143 2005-05-15 Richard M. Stallman <rms@gnu.org>
2144
2145 * faces.el (describe-face): Output a definition link button.
2146
2147 * help-mode.el (help-face-def): New button type.
2148
2149 * emacs-lisp/copyright.el (copyright-fix-years):
2150 Match properly if the first year is 2-digit.
2151 Don't mess up the whitespace after the years by filling.
2152
2153 * dired-aux.el (dired-mark-confirm):
2154 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
2155
2156 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
2157 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
2158 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
2159
2160 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2161 Set font-lock-comment-start-skip.
2162
2163 * font-lock.el (font-lock-comment-start-skip): New variable.
2164 (font-lock-comment-end-skip): New variable.
2165 (font-lock-fontify-syntactically-region): Use them if non-nil.
2166
2167 2005-05-15 Jay Belanger <belanger@truman.edu>
2168
2169 * calc/calc-store.el (calc-store-value): Return a string rather
2170 than display it as a message.
2171 Use calc-var-name for variable name.
2172 (calc-store-into): Add the result of calc-store-value to message.
2173 (calc-copy-variable): Add a message.
2174 (calc-store-exchange): Improve error messages.
2175 (calc-store-binary, calc-store-map): Don't reset the values of
2176 special constants.
2177
2178 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2179
2180 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
2181 manual to docstring.
2182
2183 * files.el (hack-local-variables-confirm): Add STRING argument.
2184 Make the function handle non file visiting buffers correctly.
2185 (hack-local-variables-prop-line, hack-local-variables)
2186 (hack-one-local-variable): Use STRING arg of
2187 `hack-local-variables-confirm'.
2188
2189 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
2190
2191 Sync with Tramp 2.0.49.
2192
2193 * tramp.el (tramp-handle-dired-call-process)
2194 (tramp-handle-insert-directory):`insert-buffer' cannot be used
2195 because the contents of the Tramp buffer is changed before
2196 insertion (`expand-file' and alike).
2197 (tramp-handle-insert-directory): If `localname' has an empty
2198 nondirectory name, it must not be quoted.
2199 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
2200 variable `tramp-chunksize'. Change callees.
2201 (tramp-open-connection-setup-interactive-shell): Check remote host
2202 for buggy `send-process-string' implementation.
2203 Set `tramp-chunksize' if found. Reported by Michael Kifer
2204 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
2205 (tramp-handle-shell-command): `insert-buffer' cannot be used
2206 because the contents of the Tramp buffer is changed before
2207 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
2208 <frederic.bothamy@free.fr>.
2209 (tramp-set-auto-save): Actions should be done for Tramp file name
2210 handler only. Ange-FTP has its own auto-save mechanism.
2211 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2212 (tramp-set-auto-save-file-modes): Set file modes of
2213 `buffer-auto-save-file-name' to ?\600 as fallback solution.
2214 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
2215 (tramp-bug): Remove obsolete variable.
2216 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
2217 for presence of `mml-mode'. Make it running for older Emacsen as well.
2218
2219 2005-05-14 John Paul Wallington <jpw@pobox.com>
2220
2221 * ibuf-ext.el (define-ibuffer-filter filename):
2222 If `dired-directory' is a list, use its car.
2223
2224 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
2225
2226 * ibuffer.el (define-ibuffer-column filename):
2227 If `dired-directory' is a list, use its car.
2228
2229 2005-05-14 Richard M. Stallman <rms@gnu.org>
2230
2231 * subr.el (symbol-file): Doc fix.
2232
2233 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
2234 (byte-compile-form): Call byte-compile-nogroup-warn.
2235 (byte-compile-warning-types): Doc fix.
2236
2237 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
2238
2239 * progmodes/cc-engine.el (c-literal-faces):
2240 Add font-lock-comment-delimiter-face.
2241
2242 * net/net-utils.el (dig): Use with-no-warnings.
2243
2244 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
2245 (sc-recite-frame-alist, sc-default-cite-frame)
2246 (sc-default-uncite-frame, sc-default-recite-frame)
2247 (sc-attrib-selection-list, sc-rewrite-header-list):
2248 Mark as risky-local-variable.
2249
2250 * international/ogonek.el (ogonek-jak, ogonek-how):
2251 Don't use beginning-of-buffer.
2252
2253 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
2254
2255 * calendar/solar.el (solar-data-list): Move definition up.
2256
2257 * dnd.el (dnd-protocol-alist): Add autoload.
2258
2259 * progmodes/sh-script.el: Many doc usage fixes.
2260 (sh-indent-after-do): Change default to match common styles.
2261
2262 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
2263
2264 * files.el (interpreter-mode-alist)
2265 (auto-mode-interpreter-regexp): Doc fixes.
2266
2267 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
2268
2269 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
2270
2271 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
2272
2273 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2274
2275 * dired.el (dired-mode): make-variable-buffer-local =>
2276 make-local-variable.
2277
2278 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2279
2280 * term/mac-win.el (mac-select-convert-to-string): Try coding
2281 systems in mac-script-code-coding-systems if specified one cannot
2282 encode string for `com.apple.traditional-mac-plain-text'.
2283
2284 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
2285
2286 * progmodes/make-mode.el (makefile-targets-face)
2287 (makefile-shell-face, makefile-makepp-perl-face): New faces.
2288 (makefile-dependency-regex): Fix it to not make the colon in
2289 $(var:a=b) special.
2290 (makefile-rule-action-regex): New regexp for highlighting embedded
2291 Shell strings.
2292 (makefile-macroassign-regex): Handle != for highlighting as
2293 embedded Shell strings.
2294 (makefile-var-use-regex): New const.
2295 (makefile-statements, makefile-automake-statements)
2296 (makefile-gmake-statements, makefile-makepp-statements)
2297 (makefile-bsdmake-statements): New consts.
2298 (makefile-make-font-lock-keywords): New function.
2299 (makefile-automake-font-lock-keywords)
2300 (makefile-gmake-font-lock-keywords)
2301 (makefile-makepp-font-lock-keywords)
2302 (makefile-bsdmake-font-lock-keywords): New consts.
2303 (makefile-mode-map): Add switchers between the various submodes.
2304 (makefile-mode): Document the availability of the variants.
2305 (makefile-automake-mode, makefile-gmake-mode)
2306 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
2307
2308 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
2309 new variants of makefile-mode.
2310
2311 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2312
2313 * font-lock.el (font-lock-comment-delimiter-face): Fix up
2314 the inheritance.
2315
2316 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
2317
2318 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
2319 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
2320
2321 * files.el (normal-mode): Extend the scope of the
2322 `enable-local-variables' binding to include the `set-auto-mode' call.
2323 (magic-mode-alist): Doc fix.
2324
2325 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2326
2327 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
2328 font-lock-comment-face rather than copying its setting.
2329
2330 2005-05-12 Andreas Schwab <schwab@suse.de>
2331
2332 * eshell/esh-mode.el (eshell-send-input): Doc fix.
2333
2334 2005-05-12 Lute Kamstra <lute@gnu.org>
2335
2336 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
2337 defcustom for the mode hook variable. Delete the last argument.
2338 * generic-x.el: Fix callers of define-generic-mode.
2339 (generic-x-modes): Delete group.
2340 (show-tabs-tab-face, show-tabs-space-face): Put them in the
2341 generic-x customization group.
2342
2343 2005-05-12 Kim F. Storm <storm@cua.dk>
2344
2345 * font-lock.el (font-lock-negation-char-face): Default to "off".
2346
2347 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
2348 font-lock-negation-char-face to ! in !=.
2349
2350 2005-05-12 Masatake YAMATO <jet@gyve.org>
2351
2352 * add-log.el (find-change-log): Fix typos in the docstring
2353 of function.
2354
2355 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2356
2357 * international/latexenc.el (latexenc-find-file-coding-system):
2358 Avoid `re-search-forward' when looking for input encoding because
2359 of speed and safety. Better regular expressions for recognizing
2360 input encoding. Limit a search for TeX-master/tex-main-file to
2361 the local variable section.
2362
2363 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
2364
2365 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
2366 syntax of $ to "'" (quote).
2367
2368 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2369
2370 * dnd.el (dnd-protocol-alist): Improve custom type.
2371
2372 * dired.el (dired-dnd-protocol-alist): New variable.
2373 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
2374 `dired-mode-hook' to the end.
2375
2376 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2377
2378 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
2379 comment-end if comment-start-skip is not set.
2380 Obey the font-lock-comment-delimiter-face variables.
2381
2382 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2383
2384 * files.el (executable-find): Move from executable.el. Use locate-file.
2385 * progmodes/executable.el (executable-find): Move to files.el.
2386
2387 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
2388 when trying to ensure forward progress.
2389
2390 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
2391
2392 * mouse-sel.el (mouse-sel-follow-link-p): New function.
2393 (mouse-select, mouse-select-internal, mouse-extend-internal):
2394 Use it to implement mouse-1-click-follows-link functionality.
2395
2396 2005-05-11 Richard M. Stallman <rms@gnu.org>
2397
2398 * font-lock.el (font-lock-fontify-syntactically-region):
2399 Use font-lock-comment-delimiter-face for comment delimiters.
2400
2401 2005-05-10 Jay Belanger <belanger@truman.edu>
2402
2403 * calc/calc-help.el (calc-m-prefix-help): Add mention of
2404 preserving embedded modes.
2405
2406 2005-05-10 Richard M. Stallman <rms@gnu.org>
2407
2408 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
2409
2410 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
2411 Move from ada-stmt.el.
2412 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
2413
2414 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
2415 Move to ada-mode.el.
2416 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
2417
2418 * cus-edit.el (custom-file): Call file-chase-links.
2419
2420 * files.el (read-directory-name): Fix previous change.
2421 (hack-local-variables-confirm): New function.
2422 (hack-local-variables-prop-line, hack-local-variables)
2423 (hack-one-local-variable): Use it.
2424
2425 2005-05-10 Lute Kamstra <lute@gnu.org>
2426
2427 * font-lock.el (font-lock-keywords-alist)
2428 (font-lock-removed-keywords-alist): Clarify docstrings.
2429
2430 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
2431
2432 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
2433 (gdb-source-info): Check for preprocessor info.
2434 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
2435 a macro for a function.
2436 (gdb-info-breakpoints-custom): Try to find file again if not already
2437 found (user might have used GDB dir command).
2438 (gdb-get-location): Update gdb-location-alist correctly for change
2439 to gdb-info-breakpoints-custom.
2440
2441 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
2442 (gud-tooltip-print-command): Add gdbmi case.
2443 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
2444 preprocessor info.
2445
2446 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
2447
2448 * startup.el (fancy-splash-insert): Fix typo in doc string.
2449
2450 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
2451
2452 * obsolete/float.el (string-to-float):
2453 * obsolete/hilit19.el (hilit-add-pattern):
2454 * obsolete/rnews.el (news-parse-range, news-select-message)
2455 (news-get-pruned-list-of-files): Replace `string-to-int' by
2456 `string-to-number'.
2457
2458 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
2459 `find-file-not-found-hooks'; use `add-hook'.
2460 (uncompress-while-visiting): Set `write-file-functions', not
2461 `write-file-hooks'; use `add-hook'.
2462
2463 2005-05-09 Kim F. Storm <storm@cua.dk>
2464
2465 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
2466 (cua-paste): Handle clipboard action.
2467 (cua--init-keymaps): Remap clipboard-kill-region and
2468 clipboard-kill-ring-save.
2469
2470 2005-05-08 Eli Zaretskii <eliz@gnu.org>
2471
2472 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2473 Improve commentary.
2474
2475 * simple.el (next-error-overlay-arrow-position): Revert the change
2476 made on 2005-04-30.
2477
2478 2005-05-07 Jay Belanger <belanger@truman.edu>
2479
2480 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
2481 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
2482 `calc-sel-reselect'.
2483
2484 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
2485 Calc is in embedded mode.
2486
2487 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2488
2489 * progmodes/compile.el (compilation-setup):
2490 Set overlay-arrow-string to an empty string on text terminals.
2491
2492 * textmodes/ispell.el (ispell-program-name): Try looking for
2493 "aspell" along exec-path, and if found, use it as the default
2494 speller program.
2495
2496 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
2497
2498 * international/mule.el (sgml-xml-auto-coding-function):
2499 Recognize encoding='FOO' in single quotes as well as in double quotes.
2500
2501 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2502
2503 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
2504 as well as `interactive', so that defmacro* would recognize
2505 `declare' forms.
2506
2507 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2508
2509 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2510 Explain more about the LIGHTER arg's usage in the doc string.
2511 Add commentary to clarify what the code does. Fix the regexp that
2512 strips whitespace from LIGHTER. Quote LIGHTER before using it,
2513 since it could have characters special to regular expressions.
2514
2515 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
2516
2517 * replace.el (occur-1): Bind inhibit-read-only so that
2518 erase-buffer doesn't barf on read-only text properties (likewise
2519 for add-text-properties in occur-engine). Mark buffer as unmodified.
2520 (occur-engine): Don't set buffer-read-only here.
2521
2522 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2523
2524 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
2525 list-buffers-directory. This caused the *cvs-commit* buffer to be
2526 sometimes mistakenly reused as a *cvs* buffer.
2527
2528 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
2529
2530 * tooltip.el: Move code for GUD tooltips into gud.el.
2531 (require): CL no longer needed to compile case.
2532 (tooltip-mode): Do not toggle functions for GUD tooltips.
2533 (tooltip-gud-tips-p): Remove. Replace with minor mode
2534 gud-tooltip-mode in gud.el.
2535 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
2536 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
2537 tooltip-gud prefix with gud-tooltip and obsolete.
2538 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
2539 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
2540 (tooltip-mouse-motion): Mouse movement functions/variable.
2541 Rename in gud.el by adding gud prefix.
2542 (tooltip-gud-original-filter, tooltip-gud-dereference)
2543 (tooltip-gud-event, tooltip-toggle-gud-tips)
2544 (tooltip-gud-process-output, tooltip-gud-print-command)
2545 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
2546 gud.el by replacing tooltip-gud prefix with gud-tooltip.
2547 (gdb-tooltip-print): Move to gdb-ui.el.
2548
2549 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
2550 (require): CL needed to compile case.
2551 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
2552 tooltip-gud-tips-p. Make it a minor-mode.
2553 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
2554 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
2555 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
2556 (gud-tooltip-change-major-mode)
2557 (gud-tooltip-activate-mouse-motions-if-enabled)
2558 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
2559 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
2560 (gud-tooltip-original-filter, gud-tooltip-dereference)
2561 (gud-tooltip-event, tooltip-toggle-gud-tips)
2562 (gud-tooltip-process-output, gud-tooltip-print-command)
2563 (gud-tooltip-tips): Move from tooltip.el.
2564
2565 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
2566 (gdb-cpp-define-alist-flags): Doc fix.
2567 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
2568 gud-tooltip-mode is t.
2569
2570 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2571
2572 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
2573 evaporate if their text is deleted.
2574 (goto-address-at-point): Make it work as a mouse binding as well.
2575 (goto-address-at-mouse): Obsolete it. Update users.
2576
2577 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
2578
2579 * calendar/appt.el (top-level): No longer activate on load.
2580
2581 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
2582
2583 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2584 * net/webjump.el (webjump):
2585 * progmodes/idlw-help.el (idlwave-do-context-help1)
2586 (idlwave-highlight-linked-completions):
2587 * textmodes/po.el (po-find-file-coding-system-guts):
2588 Replace `assoc-ignore-case' by `assoc-string'.
2589
2590 2005-05-06 Eli Zaretskii <eliz@gnu.org>
2591
2592 * files.el (locate-file): Doc fix.
2593
2594 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
2595 Remove the redundant test for ms-dos.
2596
2597 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
2598 look for the preprocessor with exec-suffixes. If not found in
2599 standard places, look in exec-path. Remove most of the tests that
2600 used system-type.
2601
2602 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
2603
2604 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
2605
2606 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
2607 file-name clash with jka-compr.el on 8+3 filesystems.
2608
2609 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2610
2611 * term/mac-win.el: Don't define or bind scroll bar functions if
2612 x-toolkit-scroll-bars is t.
2613 (x-select-text, x-get-selection-value):
2614 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
2615 (PRIMARY): Put mac-scrap-name property.
2616 (mac-select-convert-to-file-url): New function.
2617 (public.file-url): New selection target type. Add to
2618 selection-converter-alist.
2619 (x-get-selection, x-selection-value): Handle it.
2620 (x-cut-buffer-or-selection-value): New alias.
2621
2622 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2623
2624 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
2625 entry to avoid calling bibtex-find-entry with arg global
2626 being t. Remove arg key.
2627 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
2628 (bibtex-copy-summary-as-kill): Change accordingly.
2629
2630 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2631
2632 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
2633 (org-agenda-date-later): Use with-current-buffer.
2634
2635 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2636
2637 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
2638 (define-obsolete-variable-alias): Doc Fixes.
2639
2640 2005-05-06 Kim F. Storm <storm@cua.dk>
2641
2642 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
2643 vertical-motion when selective-display is active.
2644
2645 * ido.el (ido-setup-hook): New hook.
2646 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
2647 (ido-input-stack): New var.
2648 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
2649 ido-next-work-file binding to M-O.
2650 Bind M-f to ido-wide-find-file-or-pop-dir.
2651 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
2652 (ido-read-internal): Run ido-setup-hook.
2653 Catch quit in read-file-name and read-string to cancel edit.
2654 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
2655 Automatically pop-all when completing a directory name (RET).
2656 (ido-file-internal): Add with-no-warnings around ffap and dired code.
2657 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
2658 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
2659 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
2660 New functions for M-b/M-f to move among the directory components.
2661 (ido-make-merged-file-list): Catch quit to cancel merge.
2662 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
2663 (ido-completion-help): No warnings for ido-completion-buffer-full.
2664
2665 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
2666
2667 * font-lock.el (font-lock-negation-char-face): New face and variable.
2668 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
2669 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
2670 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
2671 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
2672
2673 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
2674
2675 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
2676 Fix typo in docstring.
2677
2678 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
2679 (ebrowse-print-statistics-line)
2680 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
2681
2682 * term/w32-win.el (image-library-alist): Add additional name for
2683 Xpm library.
2684
2685 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
2686
2687 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
2688 use gcc instead of cpp.
2689
2690 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
2691 (gdb-create-define-alist): Use it.
2692 (gdb-cpp-define-alist-program): Update for MS-DOS.
2693
2694 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
2695
2696 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
2697
2698 2005-05-04 Richard M. Stallman <rms@gnu.org>
2699
2700 * help.el (describe-key): No error when UNTRANSLATED is nil.
2701
2702 * simple.el (line-move-1): Fix previous change to signal errors
2703 appropriately.
2704
2705 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
2706
2707 * calendar/icalendar.el (icalendar-version): Now at 0.12.
2708 (icalendar-duration-correction): Remove.
2709 (icalendar--get-event-properties): Split result at commas.
2710 (icalendar--decode-isoduration): New optional argument
2711 DURATION-CORRECTION.
2712 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
2713 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
2714 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
2715 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
2716 (icalendar--convert-anniversary-to-ical): New functions, extracted
2717 from icalendar-export-region, with bug fixes.
2718 (icalendar-export-region): Use the above functions.
2719 (icalendar-import-buffer): Check before saving diary file.
2720 (icalendar--convert-recurring-to-diary)
2721 (icalendar--convert-non-recurring-all-day-to-diary)
2722 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
2723 extracted from icalendar--convert-ical-to-diary, with bug fixes.
2724 (icalendar--convert-ical-to-diary): Use the above functions.
2725
2726 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
2727
2728 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
2729 Remove these recent additions.
2730 (c-mode): Restore to before 2005-04-28.
2731
2732 * progmodes/cc-vars.el (cc-define-list-program): Remove this
2733 recent addition.
2734
2735 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
2736 (gdb-define-alist): New variables.
2737 (gdb-create-define-alist): New function.
2738 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
2739 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
2740 with string-to-number.
2741 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
2742
2743 * progmodes/gud.el: Replace string-to-int with string-to-number.
2744 (gud-find-file): Handle gdb-define-alist.
2745
2746 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
2747
2748 2005-05-02 Jay Belanger <belanger@truman.edu>
2749
2750 * calc/calc-aent.el (math-read-token):
2751 * calc/calc-bin.el (calc-word-size):
2752 * calc/calc-ext.el (calc-read-number-fancy):
2753 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
2754 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
2755 * calc/calc-frac.el (calc-over-notation):
2756 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
2757 (calc-graph-num-points, calc-graph-init):
2758 * calc/calc-prog.el (calc-read-parse-table-part)
2759 (calc-edit-macro-repeats):
2760 * calc/calc-yank.el (calc-do-grab-rectangle):
2761 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
2762 Replace `string-to-int' by `string-to-number'.
2763
2764 2005-05-02 Kim F. Storm <storm@cua.dk>
2765
2766 * kmacro.el: Use executing-kbd-macro-index variable.
2767
2768 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
2769
2770 * net/rlogin.el (rlogin-parse-words): Delete func.
2771 (rlogin): Use split-string, not rlogin-parse-words.
2772 Also, if there are option-like elements in the parsed args,
2773 take the host to be the first arg immediately following them.
2774 Suggested by Michael Mauger.
2775
2776 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2777
2778 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
2779
2780 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2781
2782 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
2783 (cc-mode-cpp-program): Rename to cc-define-list-program and
2784 move to cc-vars.el.
2785
2786 * progmodes/cc-vars.el (cc-define-list-program):
2787 Change to "gcc -E -dM -". Make customizable.
2788
2789 2005-05-02 Kim F. Storm <storm@cua.dk>
2790
2791 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
2792
2793 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2794
2795 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
2796
2797 * international/mule-util.el (truncate-string): Remove alias and
2798 obsolete declaration.
2799
2800 * international/mule-cmds.el (update-iso-coding-systems):
2801 Remove alias and obsolete declaration.
2802
2803 * international/mule.el (coding-system-parent): Remove alias and
2804 obsolete declaration.
2805
2806 * subr.el (define-function, sref): Remove aliases and obsolete
2807 declarations.
2808 (chars-in-region): Remove obsolete declaration.
2809
2810 2005-05-01 Richard M. Stallman <rms@gnu.org>
2811
2812 * info.el (Info-mode): Set widen-automatically to nil, locally.
2813
2814 * simple.el (widen-automatically): New variable.
2815 (pop-global-mark): Obey widen-automatically.
2816
2817 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2818
2819 * term/xterm.el (function-key-map): Call substitute-key-definition
2820 before the keymap size is increased by a lot of define-key calls.
2821
2822 2005-05-01 Richard M. Stallman <rms@gnu.org>
2823
2824 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
2825 Rename ARG to ELEMENT. Doc fix.
2826
2827 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2828
2829 * allout.el (allout-exposure): Remove macro and obsolete declaration.
2830 Remove references to allout-exposure/change to allout-new-exposure.
2831
2832 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
2833 bytecode symbols.
2834
2835 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
2836 (compiled-function-p, focus-frame, unfocus-frame):
2837 Remove aliases and obsolete declarations.
2838 Back out inadvertent changes from previous commit.
2839
2840 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2841
2842 * files.el (require-final-newline): Make Custom tags consistent
2843 with mode-require-final-newline.
2844 (mode-require-final-newline): Doc fix.
2845
2846 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2847
2848 * international/latexenc.el (latexenc-find-file-coding-system):
2849 Fix regular expressions.
2850
2851 2005-05-01 David Kastrup <dak@gnu.org>
2852
2853 * international/latexenc.el (latexenc-find-file-coding-system):
2854 Fix regular expressions.
2855
2856 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2857
2858 * subr.el (string-to-int): Make obsolete.
2859
2860 2005-04-30 Richard M. Stallman <rms@gnu.org>
2861
2862 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
2863
2864 * loadup.el: load jka-comp-hook.
2865
2866 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
2867 (jka-compr-handler): Add autoload. `put' calls moved
2868 to jka-comp-hook.el.
2869 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
2870 (jka-compr-inhibit): Autoload.
2871
2872 * jka-comp-hook.el: New file.
2873 Enable the mode by default.
2874
2875 * files.el (backup-buffer-copy): Use copy-file instead
2876 of write-region, and put back the 'excl.
2877
2878 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
2879
2880 * progmodes/flymake.el (flymake-split-string)
2881 (flymake-split-string, flymake-log, flymake-pid-to-names)
2882 (flymake-reg-names, flymake-get-source-buffer-name)
2883 (flymake-unreg-names, flymake-add-line-err-info)
2884 (flymake-add-err-info): Clarify docstrings.
2885 (flymake-popup-menu, flymake-make-emacs-menu)
2886 (flymake-make-xemacs-menu): Add docstrings.
2887 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
2888 Set variables directly throughout.
2889
2890 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
2891
2892 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
2893 exists. Initialise cc-define-alist.
2894 (c-mode): Add cc-create-define-alist locally to after-save-hook.
2895 If there is no file (Macroexpansion) don't create an alist.
2896
2897 2005-04-29 Sam Steingold <sds@gnu.org>
2898
2899 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
2900 (cc-create-define-alist): Use it instead of the hard-coded string.
2901
2902 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2903
2904 * international/mule-conf.el (file-coding-system-alist): Fix regexp
2905 for latexenc.
2906
2907 2005-04-29 Lute Kamstra <lute@gnu.org>
2908
2909 * emacs-lisp/generic.el: Improve commentary section.
2910 (define-generic-mode): Improve docstring.
2911
2912 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
2913
2914 * textmodes/org.el (many places): Change to quiet the byte compiler.
2915 (org-prefix-format-compiled): New variable.
2916 (org-compile-prefix-format): New function.
2917 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
2918 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
2919 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
2920 (org-get-entries-from-diary): Use `org-get-time-of-day' for
2921 consistency with entries from `org-mode' files.
2922 (org-get-time-of-day): Fix bug with partial matches early in a line.
2923 (org-non-link-chars): New constant.
2924 (org-link-regexp): Respect `org-non-link-chars'.
2925 (org-agenda-day-view): Remove command.
2926 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
2927 (org-follow-bbdb-link, org-store-link): Search also company field.
2928 (org-highlight-overlay): New variable.
2929 (org-highlight, org-unhighlight): New functions.
2930 (org-agenda-mode): Add pre-command-hook to remove highlight.
2931 (org-evaluate-time-range): Behavior depends upon whether time stamp
2932 contains a time or not.
2933 (org-show-subtree, org-show-entry): New functions.
2934 (org-agenda-cleanup-fancy-diary): Remove empty lines.
2935
2936 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
2937
2938 * comint.el (comint-output-filter-functions): Add autoload cookie.
2939
2940 2005-04-28 Kim F. Storm <storm@cua.dk>
2941
2942 * ido.el (ido-everywhere): Fix last change.
2943
2944 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2945
2946 * international/latexenc.el: New file.
2947 * international/mule-conf.el (file-coding-system-alist): For .tex,
2948 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
2949
2950 2005-04-28 Lute Kamstra <lute@gnu.org>
2951
2952 * font-lock.el (font-lock-add-keywords)
2953 (font-lock-remove-keywords): Clarify docstring.
2954 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
2955 Don't start docstrings with a `*'.
2956 (font-lock-update-removed-keyword-alist): Give it a docstring.
2957
2958 * generic-x.el: Update commentary section.
2959 Only require font-lock when compiling.
2960 Define all modes conditionally.
2961 Place all generic modes in the generic-x-modes customization group.
2962 (generic-x-modes): New customization group.
2963 (generic-default-modes, generic-mswindows-modes)
2964 (generic-unix-modes, generic-other-modes): New constants.
2965 (generic-define-mswindows-modes, generic-define-unix-modes):
2966 Update docstrings. Make them obsolete.
2967 (generic-extras-enable-list): New default value. Update docstring.
2968 Improve :type. Change :set function.
2969 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
2970 Fix docstring.
2971
2972 * emacs-lisp/generic.el (generic-mode-internal):
2973 Simplify font-lock-defaults.
2974 (define-generic-mode): Fix docstring.
2975
2976 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2977
2978 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
2979 font-lock-face property to highlight matches.
2980
2981 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
2982
2983 * progmodes/cc-mode.el (cc-create-define-alist): New function.
2984 (cc-define-alist): New variable.
2985 (c-mode): Make it local and initialise it.
2986
2987 * progmodes/gdb-ui.el (gdb-active-process): New variable.
2988 (gdb-exited): New function.
2989 (gdb-annotation-rules): Use it.
2990 (gdb-starting): Set gdb-active-process to t.
2991 (gdb-stopping): Amend doc string.
2992 (gdb-reset): Set gdb-active-process to nil.
2993
2994 * tooltip.el (tooltip-gud-tips): Show the associated #define
2995 directives when a C program under GDB is not executing.
2996
2997 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2998
2999 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
3000 font-lock-fontify-syntactic-keywords.
3001
3002 * font-lock.el (font-lock-default-fontify-region): Don't force
3003 parse-sexp-lookup-properties to nil.
3004
3005 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3006
3007 * man.el (man-mode-syntax-table): Set up `:' to have
3008 word-constituent syntax.
3009
3010 2005-04-27 Lute Kamstra <lute@gnu.org>
3011
3012 * novice.el (disable-command): Don't add spurious newlines to the
3013 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
3014
3015 2005-04-26 Jay Belanger <belanger@truman.edu>
3016
3017 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
3018 than one window before deleting window.
3019
3020 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
3021
3022 * shell.el (shell-prompt-pattern): Doc fix.
3023 (shell-mode): Set paragraph-separate buffer locally to "\\'".
3024
3025 * comint.el (comint-prompt-regexp, comint-get-old-input)
3026 (comint-use-prompt-regexp)
3027 (comint-use-prompt-regexp-instead-of-fields)
3028 (comint-replace-by-expanded-history, comint-send-input)
3029 (comint-output-filter, comint-get-old-input-default)
3030 (comint-line-beginning-position, comint-bol, comint-show-output)
3031 (comint-backward-matching-input, comint-forward-matching-input)
3032 (comint-next-prompt, comint-previous-prompt):
3033 Rename `comint-use-prompt-regexp-instead-of-fields' to
3034 `comint-use-prompt-regexp'. Keep old name as alias and declare
3035 obsolete.
3036 (comint-use-prompt-regexp): Shorten first line of doc string.
3037
3038 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
3039 Set paragraph-separate buffer locally to "\\'".
3040
3041 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
3042 Adapt to above name change.
3043
3044 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3045 (smbclient-prompt-regexp): Ditto.
3046
3047 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
3048
3049 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
3050
3051 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
3052 gdb-location-list.
3053 Break lines that are over 80 characters wide.
3054
3055 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3056
3057 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
3058 New fun and var, to preserve compatibility.
3059
3060 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
3061
3062 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
3063
3064 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
3065 name to file-newer-than-file-p.
3066
3067 2005-04-26 Richard M. Stallman <rms@gnu.org>
3068
3069 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
3070
3071 * progmodes/python.el (python-mode):
3072 Use new name eldoc-documentation-function.
3073
3074 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
3075
3076 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3077 (eldoc-documentation-function):
3078 Rename from eldoc-print-current-symbol-info-function. Calls changed.
3079
3080 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
3081
3082 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
3083
3084 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3085
3086 * term/xterm.el (function-key-map): Fix strings for
3087 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
3088 {C,S,A,C-S}-{f1-f12}.
3089
3090 2005-04-26 Kenichi Handa <handa@m17n.org>
3091
3092 * international/mule-cmds.el (select-safe-coding-system):
3093 Fix previous change.
3094
3095 2005-04-26 Lute Kamstra <lute@gnu.org>
3096
3097 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
3098
3099 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
3100 (font-lock-comment-delimiter-face): Ditto.
3101
3102 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
3103
3104 2005-04-25 Jay Belanger <belanger@truman.edu>
3105
3106 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
3107 to t while inserting information; use help-mode.
3108
3109 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3110
3111 * term.el (ansi-term-color-vector): Use the xterm colors.
3112 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
3113
3114 2005-04-25 Lute Kamstra <lute@gnu.org>
3115
3116 * font-core.el (font-lock-defaults): Fix docstring.
3117
3118 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
3119
3120 2005-04-25 Kenichi Handa <handa@m17n.org>
3121
3122 * international/mule-cmds.el (select-safe-coding-system):
3123 Don't check consistency with coding: spec, etc if raw-text or
3124 no-conversion was found to be safe.
3125
3126 2005-04-24 Richard M. Stallman <rms@gnu.org>
3127
3128 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
3129 citation markers at start of each line.
3130
3131 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
3132 citation markers at start of each line.
3133
3134 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
3135
3136 * files.el (mode-require-final-newline): Fix previous change.
3137 (require-final-newline): Fix type label.
3138
3139 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3140
3141 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
3142 statement in buffer (broken by 2004-11-24 change).
3143
3144 2005-04-24 Kim F. Storm <storm@cua.dk>
3145
3146 * ido.el (ido-everywhere): Save and restore old read-buffer-function
3147 and read-file-name-function values. Don't overwrite existing
3148 non-nil values if ido-mode is enabled without ido-everywhere.
3149
3150 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
3151
3152 * files.el (mode-require-final-newline): Minor doc fix.
3153
3154 2005-04-24 Eli Zaretskii <eliz@gnu.org>
3155
3156 * subr.el (syntax-after): Doc fix.
3157 (syntax-class): If argument is nil, return nil. Mask off upper 16
3158 bits, not 8 bits.
3159
3160 * files.el (mode-require-final-newline): Doc fix.
3161 (backup-buffer-copy): Fix last change.
3162
3163 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3164
3165 * term/mac-win.el: Require select. Set selection-coding-system to
3166 mac-system-coding-system. Call menu-bar-enable-clipboard.
3167 (x-last-selected-text-clipboard, x-last-selected-text-primary)
3168 (x-select-enable-clipboard): New variables.
3169 (x-select-text, x-get-selection, x-selection-value)
3170 (x-get-selection-value, mac-select-convert-to-string)
3171 (mac-services-open-file, mac-services-open-selection)
3172 (mac-services-insert-text): New functions.
3173 (CLIPBOARD, FIND): Put mac-scrap-name property.
3174 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
3175 (public.tiff): Put mac-ostype property.
3176 (selection-converter-alist): Add entries for them.
3177 (mac-application-menu-map): New keymap.
3178 (interprogram-cut-function, interprogram-paste-function): Set to
3179 x-select-text and x-get-selection-value, respectively.
3180 (split-window-keep-point): Set to t.
3181
3182 2005-04-23 Richard M. Stallman <rms@gnu.org>
3183
3184 * files.el (read-directory-name): Always pass non-nil
3185 DEFAULT-FILENAME arg to read-file-name.
3186 (backup-buffer-copy, basic-save-buffer-2): Take care against
3187 writing thru an unexpected existing symlink.
3188 (revert-buffer): In indirect buffer, revert the base buffer.
3189 (magic-mode-alist): Doc fix.
3190 (buffer-stale-function): Doc fix.
3191 (minibuffer-with-setup-hook): Avoid warning.
3192 (mode-require-final-newline): Doc and custom fix.
3193
3194 * follow.el (follow-end-of-buffer): Use with-no-warnings.
3195
3196 * font-lock.el (font-lock-comment-face): On terminals with few colors,
3197 use the default appearance.
3198 (font-lock-comment-delimiter-face): New face, new variable.
3199
3200 * imenu.el (imenu--generic-function): The official position of a
3201 definition is the start of the line that BEG is in.
3202
3203 * midnight.el (midnight-timer): Move defvar up.
3204
3205 * mouse.el (mouse-drag-region-1): Delete some debugging code.
3206
3207 * saveplace.el (save-place-to-alist): Use with-no-warnings.
3208
3209 * startup.el (command-line): Use with-no-warnings.
3210
3211 * window.el (window-size-fixed): New defvar.
3212
3213 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
3214
3215 * mail/rmail.el (rmail-font-lock-keywords):
3216 Use font-lock-comment-delimiter-face.
3217
3218 * mail/sendmail.el (mail-font-lock-keywords):
3219 Use font-lock-comment-delimiter-face.
3220
3221 * progmodes/compile.el (next-error-highlight-timer): New defvar.
3222
3223 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
3224
3225 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3226 Specify t for LAXMATCH when matching directories.
3227 Save match data around compilation-compat-error-properties form.
3228
3229 2005-04-23 David Kastrup <dak@gnu.org>
3230
3231 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
3232 Mention that the autoloaded aliases should be kept for AUCTeX.
3233
3234 2005-04-23 Andreas Schwab <schwab@suse.de>
3235
3236 * isearch.el (isearch-forward): Doc fix.
3237
3238 2005-04-23 Eli Zaretskii <eliz@gnu.org>
3239
3240 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
3241 (jit-lock-stealth-nice): Change default value to 0.5.
3242
3243 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
3244
3245 * abbrev.el (write-abbrev-file): Write table entries in
3246 alphabetical order by table name.
3247
3248 2005-04-22 Kim F. Storm <storm@cua.dk>
3249
3250 * ido.el (ido-read-internal): Fix `list' completion.
3251
3252 2005-04-22 Kenichi Handa <handa@m17n.org>
3253
3254 * recentf.el (recentf-save-file-coding-system): New variable.
3255 (recentf-save-list): Encode the file by
3256 recentf-save-file-coding-system and add coding: tag.
3257
3258 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
3259
3260 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
3261
3262 2005-04-21 Lute Kamstra <lute@gnu.org>
3263
3264 * loadhist.el (unload-feature): Don't remove a function from hooks
3265 if it is about to be restored to an autoload . Remove functions
3266 that will become unbound from auto-mode-alist. Simplify the code.
3267
3268 * subr.el (assq-delete-all): New implementation that is linear,
3269 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
3270 (rassq-delete-all): New function.
3271
3272 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3273 Add size-indication-mode.
3274
3275 2005-04-21 Kenichi Handa <handa@m17n.org>
3276
3277 * international/mule-cmds.el: Add autoload for widget-value in
3278 eval-when-compile.
3279
3280 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
3281
3282 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3283 Add tooltip-mode.
3284
3285 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
3286
3287 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
3288
3289 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
3290 (inferior-lisp-filter-regexp, inferior-lisp-program)
3291 (inferior-lisp-load-command, inferior-lisp-prompt)
3292 (inferior-lisp-mode-hook, lisp-source-modes)
3293 (inferior-lisp-load-hook): defvar->defcustom.
3294 (inferior-lisp-program, inferior-lisp-prompt)
3295 (inferior-lisp-load-hook): Doc fixes.
3296 (inferior-lisp-install-letter-bindings): Small change in
3297 introductory comment.
3298
3299 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3300
3301 * vc.el (vc-annotate-color-map): Change some colors so that text
3302 using them as foreground is readable on both white and black
3303 backgrounds.
3304
3305 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3306
3307 * international/mule-conf.el (translation-table-for-input):
3308 Remove redundant declaration.
3309
3310 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3311
3312 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
3313
3314 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
3315 (tooltip-toggle-gud-tips): New function.
3316
3317 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3318
3319 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
3320 right angle brackets.
3321
3322 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3323
3324 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
3325
3326 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3327
3328 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
3329 Remove. Update callers to use expand-file-name instead.
3330
3331 * subr.el (syntax-class): New function.
3332
3333 * simple.el (blink-matching-open): Use it.
3334
3335 * paren.el (show-paren-function): Use it to recognize parens that are
3336 also used in 2-char comment markers.
3337
3338 2005-04-19 Lute Kamstra <lute@gnu.org>
3339
3340 * loadhist.el (unload-feature): Update for new format of
3341 load-history. Simplify the code.
3342
3343 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3344
3345 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
3346 (mac-add-charset-info): New function. Initialize variable
3347 mac-charset-info-alist using it.
3348 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
3349 for translation.
3350 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
3351 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
3352 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
3353 New CCL programs.
3354
3355 2005-04-19 Kim F. Storm <storm@cua.dk>
3356
3357 * simple.el (next-buffer, prev-buffer, next-error)
3358 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3359 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
3360
3361 * bindings.el (next-buffer, prev-buffer, next-error)
3362 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3363 (clone-indirect-buffer-other-window): Move bindings from simple.el.
3364 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
3365 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
3366
3367 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3368
3369 * isearch.el (isearch-edit-string): Make the search-ring available for
3370 minibuffer history commands.
3371 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
3372 the default history commands now work just as well.
3373 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
3374
3375 2005-04-18 Kim F. Storm <storm@cua.dk>
3376
3377 * emulation/cua-base.el (cua--pre-command-handler): Add more
3378 elaborate check for shift modifier on non-window systems.
3379
3380 2005-04-18 Lars Hansen <larsh@math.ku.dk>
3381
3382 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
3383
3384 2005-04-18 Kim F. Storm <storm@cua.dk>
3385
3386 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
3387 and make it optional. Don't test tooltip-gud-echo-area here.
3388 (tooltip-gud-process-output, gdb-tooltip-print):
3389 Pass tooltip-gud-echo-area to tooltip-show.
3390 (tooltip-help-tips): Remove second optional arg to tooltip-show.
3391
3392 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3393
3394 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
3395 `display-graphic-p' may not be bound yet.
3396
3397 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
3398
3399 * startup.el (command-line): No longer enable Xterm Mouse mode by
3400 default in terminals compatible with xterm.
3401
3402 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
3403
3404 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
3405
3406 * tooltip.el (tooltip-gud-echo-area): Rename from
3407 tooltip-use-echo-area.
3408 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
3409 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
3410 area independently of where help tooltips are displayed.
3411
3412 2005-04-17 David Kastrup <dak@gnu.org>
3413
3414 * cus-theme.el (custom-theme-write-variables): Quote variables
3415 where necessary.
3416
3417 2005-04-17 Richard M. Stallman <rms@gnu.org>
3418
3419 * simple.el (yank-excluded-properties): Add follow-link to value.
3420
3421 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
3422
3423 * startup.el (fancy-splash-max-time): Just 30 seconds.
3424 (fancy-splash-delay): Just 7.
3425 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
3426
3427 * loadhist.el (unload-feature): Update for new format of load-history.
3428 Simplify the code.
3429
3430 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
3431 (rmail-font-lock-keywords): Don't fontify the text of a citation.
3432
3433 * mail/sendmail.el (mail-font-lock-keywords):
3434 Don't fontify subject text.
3435 Don't fontify the text of a citation.
3436
3437 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
3438
3439 * comint.el (comint-output-filter): Run comint-output-filter-functions
3440 with point where the user had it.
3441
3442 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3443
3444 * international/ucs-tables.el (ucs-set-table-for-input):
3445 Disable when using unify-on-decoding.
3446
3447 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3448
3449 * emulation/cua-base.el (cua-global-mark-face): Add special case
3450 for displays supporting a high number of colors.
3451
3452 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3453
3454 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
3455
3456 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
3457
3458 * filesets.el (filesets-add-buffer): If user supplies a name of a
3459 non-existing fileset, create a new fileset.
3460
3461 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
3462
3463 * textmodes/org.el (org-up-heading-all): Fix bug with
3464 `outline-up-heading-all'.
3465
3466 2005-04-16 Andreas Schwab <schwab@suse.de>
3467
3468 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
3469 /etc/permissions.d/* and /etc/aliases.d/*.
3470
3471 2005-04-16 Kenichi Handa <handa@m17n.org>
3472
3473 * international/code-pages.el (cp-make-coding-system):
3474 Set `translation-table-for-input' property value to the symbol
3475 ucs-mule-to-mule-unicode, not to that value.
3476 (pt154): Escape guillemet by `\'.
3477
3478 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
3479
3480 * loadup.el: Load tooltip if x-show-tip is fboundp.
3481
3482 * startup.el (command-line): Add comment.
3483
3484 * tooltip.el (tooltip-mode): Specify correct standard value for
3485 Custom in init-value.
3486
3487 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
3488
3489 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
3490 possible.
3491
3492 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
3493
3494 * textmodes/org.el (org-agenda-date-prompt): Rename from
3495 `org-agenda-date-today'.
3496 (org-evaluate-time-range): Insert at point instead of directly
3497 after time range.
3498 (org-first-headline-recenter, org-subtree-end-visible-p)
3499 (org-optimize-window-after-visibility-change): New functions
3500 (org-agenda-post-command-hook): Don't allow point at end of line,
3501 to make sure it always hits the text properties.
3502 (org-agenda-next-date-line, org-agenda-previous-date-line):
3503 New commands.
3504 (org-set-regexps-and-options): Category may contain white space.
3505 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3506 Improve marker positions.
3507 (org-agenda-new-marker): Argument POS made optional.
3508 (org-agenda-get-timestamps): Deadlines which are done are listed
3509 in org-done-face now.
3510 (org-agenda-get-todos, org-agenda-get-timestamps)
3511 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3512 Set `undone-face' and `done-face' properties.
3513 (org-last-todo-state-is-todo): New variable.
3514 (org-todo): Set `org-last-todo-state-is-todo'.
3515 (org-agenda-todo): Change face according to
3516 `org-last-todo-state-is-todo'. And change other lines refering to
3517 the same entry.
3518 (org-calendar-goto-agenda): New command.
3519 (org-calendar-to-agenda-key): New option.
3520 (org-startup-folded): New allowed value `content'.
3521 (org-set-regexps-and-options): Accept new value `content' for
3522 `org-startup-folded'.
3523 (org-get-current-options): Handle new value `content' for
3524 `org-startup-folded'.
3525 (org-insert-todo-heading): New command.
3526 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
3527 interactively in empty file and option
3528 `org-insert-mode-line-in-empty-file' has been set.
3529 (org-agenda-todo,org-agenda-priority): Modify to use
3530 `org-agenda-change-all-lines'.
3531 (org-warning-face): Change color on dark background
3532
3533 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3534
3535 * international/mule-cmds.el (set-locale-environment): On Mac OS,
3536 use preferences AppleLocale and AppleLanguages, and variable
3537 mac-system-locale for default locale. On Mac OS Classic, use
3538 mac-system-coding-system for default coding systems.
3539
3540 * term/mac-win.el: Don't set file-name-coding-system.
3541 Decode variables system-name, emacs-build-system, user-login-name, and
3542 user-full-name by mac-system-coding-system on Mac OS Classic.
3543 (mac-system-coding-system): New variable.
3544
3545 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
3546
3547 * startup.el (command-line): Handle `xterm-mouse-mode' before
3548 reading init file.
3549
3550 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
3551
3552 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3553
3554 * progmodes/sh-script.el (sh-here-document-word): Make it a
3555 defcustom. Doc fix.
3556 (sh-add): Bash uses $(( )) for arithmetic.
3557 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
3558 (sh-maybe-here-document): Remove quotes and leading whitespace
3559 from heredoc word when closing. Indent heredoc with tabs if word
3560 starts with "-".
3561
3562 2005-04-13 Richard M. Stallman <rms@gnu.org>
3563
3564 * simple.el (undo): Fix previous change.
3565
3566 * custom.el (defface): Doc fix.
3567
3568 2005-04-13 Lute Kamstra <lute@gnu.org>
3569
3570 * Makefile.in (DONTCOMPILE): Remove list.
3571 (compile, compile-always): Don't use DONTCOMPILE.
3572 (update-authors): Load the library in which batch-update-authors
3573 is defined.
3574 * makefile.w32-in (DONTCOMPILE): Remove list.
3575 (compile, compile-always): Fix comments.
3576 (update-authors): Load the library in which batch-update-authors
3577 is defined.
3578
3579 * generic-x.el (generic-mode-ini-file-find-file-hook):
3580 Rename to ini-generic-mode-find-file-hook.
3581 Keep generic-mode-ini-file-find-file-hook as an alias.
3582 (ini-generic-mode-find-file-hook): Rename from
3583 generic-mode-ini-file-find-file-hook. Fix docstring.
3584 (ini-generic-mode): Docstring change.
3585 (bat-generic-mode-run-as-comint): Silence the byte compiler.
3586
3587 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
3588 called from lisp.
3589
3590 * generic.el: Move to the emacs-lisp subdir.
3591
3592 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3593
3594 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
3595 and C-S- function and cursor motion keys.
3596
3597 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
3598
3599 * startup.el (command-line): Enable Xterm Mouse mode by default.
3600 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
3601 for Custom. No longer show "Mouse" in mode line when enabled.
3602 Doc fix.
3603
3604 2005-04-12 Kim F. Storm <storm@cua.dk>
3605
3606 * emulation/cua-base.el (cua-rectangle-face)
3607 (cua-rectangle-noselect-face): Define face attributes here.
3608
3609 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
3610
3611 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3612
3613 * startup.el (command-line): Turn off blinking cursor if
3614 cursorBlink in resources is off or false.
3615
3616 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3617
3618 * term/mac-win.el (dnd): Require dnd.
3619 (mac-drag-n-drop): Call dnd-handle-one-url.
3620 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
3621 (kTextEncodingISOLatin2): Remove constants.
3622 (mac-script-code-coding-systems): New constant.
3623 (mac-handle-language-change): New function.
3624 (special-event-map): Bind it to `language-change' event.
3625 (mac-centraleurroman, mac-cyrillic): New coding systems.
3626 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
3627 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
3628 and mac-cyrillic-encoder to encode-mac-centraleurroman and
3629 encode-mac-cyrillic, respectively.
3630
3631 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3632
3633 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
3634 Don't set overlay-arrow-string to "=>" as this is done
3635 globally in C now.
3636
3637 2005-04-12 Lute Kamstra <lute@gnu.org>
3638
3639 * generic-x.el (rc-generic-mode, rul-generic-mode):
3640 Fix auto-mode-alist entries.
3641 (etc-fstab-generic-mode): Tweak fontification.
3642
3643 * generic.el (generic-make-keywords-list): Fix docstring.
3644 (generic-mode-internal): Simplify generic-font-lock-keywords.
3645
3646 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3647
3648 * whitespace.el (whitespace-buffer-leading)
3649 (whitespace-buffer-trailing): Revert the incorrect test inversion.
3650 However, fix the highlight area for the leading and
3651 trailing whitespaces to show space.
3652
3653 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3654
3655 * whitespace.el (whitespace-version): Bump to 3.5
3656
3657 (whitespace-buffer-leading, whitespace-buffer-trailing):
3658 Invert sense of the test to highlight the whitespace.
3659
3660 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3661
3662 * progmodes/gud.el (gud-display-line): GUD uses its own
3663 overlay arrow now so don't set overlay-arrow-string.
3664 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
3665
3666 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3667
3668 * term.el (term-ansi-current-bold, term-ansi-current-underline)
3669 (term-ansi-current-reverse, term-ansi-current-invisible)
3670 (term-ansi-face-already-done): Change to boolean.
3671 (term-reset-terminal, term-handle-colors-array): Handle the above
3672 vars accordingly.
3673 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
3674 (term-emulate-terminal): Use the new name.
3675
3676 * faces.el (secondary-selection): Use yellow1, not yellow.
3677 (trailing-whitespace): Use red1, not red.
3678
3679 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3680
3681 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
3682 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
3683 (dired-dnd-handle-file): Call dnd-get-local-file-uri
3684
3685 * cus-edit.el (dnd): New group.
3686
3687 * term/w32-win.el (dnd): Require dnd
3688 (w32-drag-n-drop): Call dnd-handle-one-url.
3689
3690 * x-dnd.el: Require dnd.
3691 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
3692 Call dnd-handle-one-url.
3693 (x-dnd-types-alist, x-dnd-insert-utf8-text)
3694 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
3695 to dnd-insert-text.
3696 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
3697 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
3698 (x-dnd-get-local-file-name, x-dnd-open-local-file)
3699 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
3700
3701 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
3702
3703 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3704
3705 * wdired.el: Doc fixes.
3706 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
3707 (wdired-use-dired-vertical-movement): Rename from
3708 wdired-always-move-to-filename-beginning.
3709 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
3710 (wdired-change-to-wdired-mode): Change mode name.
3711 (wdired-newline): Delete.
3712
3713 2005-04-11 Richard M. Stallman <rms@gnu.org>
3714
3715 * whitespace.el (whitespace-highlight-the-space):
3716 Don't call whitespace-unhighlight-the-space here.
3717
3718 * simple.el (undo): Record t in undo-equiv-table
3719 for the redo record made by an undo-in-region.
3720
3721 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3722
3723 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
3724 (gdb-frame-inferior-io-buffer): New Functions to control
3725 display of separate IO buffer.
3726 (menu): Add them to menu-bar.
3727 (gdb-display-buffer): Check for buffer another frame.
3728 Protect GUD buffer.
3729 (gdb-setup-windows): Create IO buffer if not already there.
3730 (gdb-memory-mode): Remove purecopy noops.
3731
3732 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
3733
3734 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
3735 and pass to self-insert-command.
3736
3737 2005-04-11 Lute Kamstra <lute@gnu.org>
3738
3739 * generic.el: Commentary section cleanup.
3740 (generic): Delete.
3741 (generic-use-find-file-hook, generic-lines-to-scan)
3742 (generic-find-file-regexp, generic-ignore-files-regexp)
3743 (default-generic-mode, generic-mode-find-file-hook)
3744 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
3745 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
3746 (generic-use-find-file-hook, generic-lines-to-scan)
3747 (generic-find-file-regexp, generic-ignore-files-regexp)
3748 (default-generic-mode, generic-mode-find-file-hook)
3749 (generic-mode-ini-file-find-file-hook): Move from generic.el.
3750
3751 2005-04-10 Karl Fogel <kfogel@red-bean.com>
3752
3753 * bookmark.el (bookmark-write-file): Catch errors writing file.
3754 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
3755
3756 2005-04-10 Richard M. Stallman <rms@gnu.org>
3757
3758 * startup.el (fancy-splash-tail): Update copyright year.
3759 (command-line): Split part of -Q into -D.
3760 (emacs-basic-display): New defvar.
3761 (fancy-splash-text): Correct name of menu item.
3762
3763 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
3764
3765 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
3766 lines in one node.
3767
3768 * comint.el (comint-send-input): New arg ARTIFICIAL.
3769 Callers in this file changed.
3770
3771 * abbrev.el (define-abbrevs): Read system abbrevs properly.
3772
3773 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
3774
3775 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
3776
3777 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
3778 `ldap-search-internal'.
3779
3780 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3781
3782 * files.el (set-auto-mode-1): Use line-end-position.
3783
3784 * international/latin-1.el:
3785 * international/latin-2.el:
3786 * international/latin-3.el:
3787 * international/latin-4.el:
3788 * international/latin-5.el:
3789 * international/latin-8.el:
3790 * international/latin-9.el: Give punctuation syntax to NBSP.
3791
3792 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
3793 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
3794 Use char-classes to accept non-ascii letters, accepted in some recent
3795 bibtex implementations.
3796
3797 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3798
3799 * custom.el (custom-set-minor-mode): Any non-nil value for the
3800 variable should enable the mode when set through Custom.
3801
3802 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3803
3804 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
3805 TAB binding so tab-always-indent is obeyed.
3806 (vhdl-minibuffer-local-map): Move initialization into declaration.
3807 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
3808 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
3809 (vhdl-hooked-abbrev): Avoid test for XEmacs.
3810 (vhdl-current-line): Use line-beginning-position.
3811 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
3812 with-output-to-temp-buffer, so the current position can be recorded.
3813
3814 2005-04-10 Masatake YAMATO <jet@gyve.org>
3815
3816 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3817 Add regexp for gcov.
3818
3819 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3820
3821 * calendar/time-date.el (time-to-seconds, seconds-to-time)
3822 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
3823 syntax which Emacs 20 doesn't support.
3824
3825 2005-04-09 Richard M. Stallman <rms@gnu.org>
3826
3827 * help.el (describe-key-briefly, describe-key):
3828 Replace strings as event types with "(any string)".
3829
3830 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3831
3832 * arc-mode.el (archive-mode-map): Move initialization into
3833 the declaration. Override *all* bindings of `undo'.
3834 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
3835
3836 2005-04-09 Jay Belanger <belanger@truman.edu>
3837
3838 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
3839
3840 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3841
3842 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
3843 (xterm-register-default-colors): Update color values computation
3844 to match xterm-200.
3845
3846 2005-04-09 Kenichi Handa <handa@m17n.org>
3847
3848 * international/code-pages.el (iso-latin-7): Fix the map.
3849
3850 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
3851
3852 * emacs-lisp/lisp.el (defun-prompt-regexp)
3853 (parens-require-spaces, buffer-end, end-of-defun)
3854 (insert-parentheses): Doc fixes.
3855
3856 2005-04-08 Kim F. Storm <storm@cua.dk>
3857
3858 * comint.el (comint-highlight-prompt): Fix face spec.
3859 * hi-lock.el (hi-green): Likewise.
3860
3861 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3862
3863 * cus-edit.el (custom-modified-face):
3864 * comint.el (comint-highlight-input): Fix previous changes.
3865 * term.el (term-handle-ansi-escape): Add a comment.
3866
3867 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3868
3869 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
3870 in the buffer and in whitespace-highlighted-space.
3871 (whitespace-unhighlight-the-space): Simplify.
3872 (whitespace-buffer): Simplify.
3873
3874 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3875
3876 * textmodes/table.el (table-cell-face): Add special case for
3877 displays supporting a high number of colors.
3878 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3879 (vhdl-font-lock-reserved-words-face)
3880 (vhdl-speedbar-architecture-face)
3881 (vhdl-speedbar-instantiation-face)
3882 (vhdl-speedbar-architecture-selected-face)
3883 (vhdl-speedbar-instantiation-selected-face): Likewise.
3884 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
3885 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
3886 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
3887 (ebrowse-root-class-face, ebrowse-member-attribute-face)
3888 (ebrowse-progress-face): Likewise.
3889 * progmodes/compile.el (compilation-info-face): Likewise.
3890 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
3891 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
3892 * calendar/calendar.el (diary-face): Likewise.
3893 * woman.el (woman-italic-face, woman-bold-face)
3894 (woman-unknown-face): Likewise.
3895 * wid-edit.el (widget-button-pressed-face): Likewise.
3896 * whitespace.el (whitespace-highlight-face): Likewise.
3897 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
3898 * pcvs-info.el (cvs-marked-face): Likewise.
3899 * info.el (info-xref): Likewise.
3900 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
3901 * hilit-chg.el (highlight-changes-face)
3902 (highlight-changes-delete-face): Likewise.
3903 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
3904 (hi-red-b): Likewise.
3905 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
3906 * font-lock.el (font-lock-keyword-face)
3907 (font-lock-function-name-face, font-lock-warning-face): Likewise.
3908 * cus-edit.el (custom-invalid-face, custom-modified-face)
3909 (custom-set-face, custom-changed-face, custom-variable-tag-face)
3910 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
3911 * comint.el (comint-highlight-prompt): Likewise.
3912
3913 2005-04-08 Lute Kamstra <lute@gnu.org>
3914
3915 * font-lock.el (font-lock-keywords): Docstring fixes.
3916
3917 2005-04-08 Kenichi Handa <handa@m17n.org>
3918
3919 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
3920 chars are more than a limit, print " and more..." at the tail.
3921
3922 2005-04-08 Kim F. Storm <storm@cua.dk>
3923
3924 * emacs-lisp/authors.el (authors-aliases): Update list.
3925 (authors-ignored-files): New list.
3926 (authors-fixed-entries): Fix typo.
3927 (authors-renamed-files-alist): Update list.
3928 (authors-add): Check authors-ignored-files.
3929
3930 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
3931
3932 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
3933 optional, to ensure backward compatibility.
3934
3935 2005-04-08 Stephen Eglen <stephen@gnu.org>
3936
3937 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
3938
3939 2005-04-08 Kim F. Storm <storm@cua.dk>
3940
3941 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
3942
3943 * mouse.el (mouse-on-link-p): Doc fix.
3944
3945 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
3946
3947 * ielm.el (ielm-prompt-read-only): Doc fix.
3948
3949 * comint.el (comint-prompt-read-only): Doc fix.
3950
3951 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
3952
3953 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
3954 ensure dired always handles wildcards passed to ffap.
3955 (find-file-at-point): Use it.
3956 (ffap-dired-wildcards): Doc fix.
3957
3958 2005-04-07 Juri Linkov <juri@jurta.org>
3959
3960 * simple.el (next-error-overlay-arrow-position): New defvar.
3961 Put "=>" on its property `overlay-arrow-string'. Add it to
3962 `overlay-arrow-variable-list'.
3963
3964 * progmodes/compile.el (compilation-setup):
3965 Set `next-error-overlay-arrow-position' to nil. Also set it to
3966 nil in the local hook `kill-buffer-hook'. Make local variable
3967 `overlay-arrow-string' and set it to "=>".
3968 (compilation-goto-locus): Set BOL position to
3969 `next-error-overlay-arrow-position' instead of
3970 `overlay-arrow-position'.
3971
3972 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
3973 locally instead of adding it to the global hook.
3974 (Info-kill-buffer): Move up.
3975
3976 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
3977
3978 * term/xterm.el (xterm-standard-colors): Update color values from
3979 xterm-200.
3980
3981 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
3982
3983 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
3984
3985 * fast-lock.el:
3986 * lazy-lock.el: Move them to the obsolete subdir.
3987
3988 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3989
3990 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
3991 (wdired-add-replace-advice): Remove.
3992 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
3993
3994 2005-04-06 Kim F. Storm <storm@cua.dk>
3995
3996 * startup.el (command-line): Add --bare-bones alias for -Q.
3997
3998 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3999
4000 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
4001 create the startup fontset if a font specification ends with
4002 `mac-roman'.
4003
4004 2005-04-06 Lute Kamstra <lute@gnu.org>
4005
4006 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
4007 change.
4008
4009 * emacs-lisp/copyright.el (copyright-update-year): Replace the
4010 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
4011
4012 2005-04-05 Lute Kamstra <lute@gnu.org>
4013
4014 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
4015 (define-generic-mode): Ditto. Fix debug declaration.
4016
4017 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
4018 Put them in the generic-x group.
4019
4020 * calendar/timeclock.el (timeclock): Doc fix.
4021
4022 * generic.el (define-generic-mode): Don't use custom-current-group.
4023 Document default :group value.
4024 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
4025 (define-global-minor-mode): Don't use custom-current-group.
4026
4027 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
4028
4029 * startup.el (command-line-1): Display startup-echo-area-message
4030 when fancy splash screen is in use.
4031
4032 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
4033 (sh-escaped-newline): New face.
4034 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
4035 newline, and use sh-escaped-newline face.
4036
4037 * progmodes/tcl.el (tcl-escaped-newline): New face.
4038 (tcl-builtin-list): New variable.
4039 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
4040 newlines. Fix keywords subexpression number.
4041
4042 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
4043
4044 * textmodes/org.el (org-diary-default-entry): Fix call to
4045 `add-to-diary-entry'.
4046
4047 2005-04-05 Kim F. Storm <storm@cua.dk>
4048
4049 * ediff-init.el: Use (featurep 'xemacs).
4050
4051 2005-04-05 David Ponce <david@dponce.com>
4052
4053 * cus-edit.el (face): Derive from symbol widget. Display sample
4054 of the current face on the fly.
4055 (widget-face-sample-face-get, widget-face-notify): New functions.
4056 (widget-face-value-create): Remove.
4057
4058 * wid-edit.el (widget-field-end): Temporarily remove field
4059 narrowing before to call `get-char-property'.
4060
4061 2005-04-04 Jay Belanger <belanger@truman.edu>
4062
4063 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
4064 (math-read-subscripts): New variable.
4065 (math-read-preprocess-string): Process subscripts.
4066
4067 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
4068
4069 * comint.el (comint-prompt-read-only): Doc fix.
4070
4071 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
4072 `-1'. Doc fix.
4073
4074 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
4075
4076 * textmodes/org.el (org-insert-mode-line-in-empty-file):
4077 Change default value to nil.
4078
4079 2005-04-04 Lute Kamstra <lute@gnu.org>
4080
4081 * autorevert.el (auto-revert-mode): Specify :group.
4082 * battery.el (display-battery-mode): Specify :group.
4083 * diff-mode.el (diff-minor-mode): Specify :group.
4084 * font-core.el (font-lock-mode): Specify :group.
4085 * hl-line.el (hl-line-mode): Specify :group.
4086 * iimage.el (iimage): New customization group.
4087 (iimage-mode): Specify :group.
4088 * longlines.el (longlines-mode): Specify :group.
4089 * master.el: Don't require easy-mmode.
4090 (master): New customization group.
4091 (master-mode): Specify :group.
4092 * msb.el (msb-mode): Specify :group.
4093 * reveal.el (reveal-mode): Specify :group.
4094 * simple.el (next-error-follow-minor-mode): Specify :group.
4095 * smerge-mode.el (smerge-mode): Specify :group.
4096 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
4097 * emulation/cua-base.el (cua-mode): Specify :group.
4098 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
4099 * language/thai-util.el (thai-auto-composition-mode)
4100 (thai-word-mode): Specify :group.
4101 * mail/supercite.el (sc-minor-mode): Specify :group.
4102 * progmodes/cwarn.el (cwarn-mode): Specify :group.
4103 * progmodes/flymake.el (flymake-mode): Specify :group.
4104 * progmodes/glasses.el (glasses-mode): Specify :group.
4105 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
4106 * textmodes/enriched.el (enriched-mode): Specify :group.
4107 * textmodes/refill.el (refill-mode): Specify :group.
4108
4109 * add-log.el (change-log-font-lock-keywords): Names in
4110 parenthesized lists can contain spaces.
4111
4112 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
4113
4114 * startup.el (fancy-splash-text): Shorten default text of
4115 "Emacs Tutorial" line. Also, if the current language env
4116 indicates an available tutorial file other than TUTORIAL,
4117 extract its title and append it to the line in parentheses.
4118 (fancy-splash-insert): If arg is a thunk, funcall it.
4119
4120 2005-04-04 Jay Belanger <belanger@truman.edu>
4121
4122 * calc.el (calc-language-alist): Add tags to customization type.
4123
4124 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
4125
4126 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
4127 Doc fix.
4128
4129 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
4130
4131 * add-log.el (change-log-font-lock-keywords): The manual
4132 describing a Change Log entry, says: (...) "Aside from these
4133 header lines, every line in the change log starts with a space or
4134 a tab.". The font-lock was not highlighting lines started with
4135 spaces, added support for it.
4136
4137 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4138
4139 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
4140 (bibtex-generate-url-list): Update docstring accordingly. Put the
4141 complex example in the docstring.
4142 (bibtex-font-lock-url): Use pop.
4143
4144 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4145
4146 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
4147
4148 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
4149
4150 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4151
4152 * filesets.el (filesets-set-default): Doc fix.
4153
4154 2005-04-03 Lute Kamstra <lute@gnu.org>
4155
4156 * generic.el (define-generic-mode): Add argument to specify
4157 keywords for defcustom.
4158 (default-generic-mode): Specify :group.
4159
4160 * generic-x.el: Specify :group for all generic modes.
4161
4162 * desktop.el (desktop-no-desktop-file-hook)
4163 (desktop-after-read-hook): Doc fix.
4164
4165 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
4166
4167 * simple.el (visible-mode): Use explicit :group keyword.
4168 This changes the group of `visible-mode-hook' from paren-blinking
4169 to editing-basics.
4170
4171 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
4172
4173 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
4174 mailbox specifications as well as URLs.
4175 (rmail-insert-inbox-text): Remove unused conditional branches.
4176
4177 2005-04-01 Jay Belanger <belanger@truman.edu>
4178
4179 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
4180 (calc-gnuplot-print-command): Move definitions to calc.el.
4181
4182 * calc/calc-embed.el (calc-embedded-announce-formula)
4183 (calc-embedded-open-formula, calc-embedded-close-formula)
4184 (calc-embedded-open-word, calc-embedded-close-word)
4185 (calc-embedded-open-plain, calc-embedded-close-plain)
4186 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4187 (calc-embedded-open-mode, calc-embedded-close-mode):
4188 Move definitions to calc.el.
4189
4190 * calc/calc.el (calc-settings-file, calc-language-alist):
4191 Make customizable.
4192 (calc-embedded-announce-formula, calc-embedded-open-formula)
4193 (calc-embedded-close-formula, calc-embedded-open-word)
4194 (calc-embedded-close-word, calc-embedded-open-plain)
4195 (calc-embedded-close-plain, calc-embedded-open-new-formula)
4196 (calc-embedded-close-new-formula, calc-embedded-open-mode)
4197 (calc-embedded-close-mode, calc-gnuplot-name)
4198 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
4199 from other files and make customizable.
4200
4201 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4202
4203 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
4204 Use buffer-live-p.
4205 (cvs-mode-run): Don't call cvs-update-header here.
4206 (cvs-run-process): Call cvs-update-header.
4207 Use process properties for cvs-postprocess and cvs-buffer so that
4208 the sentinel can behave better if the temp buffer is killed.
4209 Use a pipe rather than a tty, to better handle unexpected prompts.
4210 (cvs-sentinel): Rewrite. Call cvs-update-header.
4211
4212 2005-04-01 Andre Spiegel <spiegel@gnu.org>
4213
4214 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
4215 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
4216
4217 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4218
4219 * generic.el (define-generic-mode): Add indentation rule.
4220
4221 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4222
4223 * files.el (mode-require-final-newline): Make Custom correctly
4224 report a nil value and allow to set it to nil via Custom.
4225 Doc fix.
4226
4227 2005-04-01 Kenichi Handa <handa@m17n.org>
4228
4229 * international/characters.el: Enable the correct case setting for
4230 dotless-i and dotted-I.
4231
4232 2005-04-01 Kim F. Storm <storm@cua.dk>
4233
4234 * ido.el (ido-file-internal): Fall back to non-ido command if
4235 initial directory is on slow ftp (or tramp) host.
4236
4237 2005-03-31 Richard M. Stallman <rms@gnu.org>
4238
4239 * emacs-lisp/autoload.el (make-autoload):
4240 Handle define-global-minor-mode.
4241
4242 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4243 Rename from easy-mmode-define-global-mode.
4244 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
4245
4246 * progmodes/scheme.el (scheme-mode-syntax-table):
4247 Update syntax of | and # for two-character comment syntax.
4248
4249 2005-03-31 Lute Kamstra <lute@gnu.org>
4250
4251 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
4252 (define-minor-mode): Call custom-current-group at load-time.
4253
4254 * generic.el (define-generic-mode): Add debug declaration.
4255 Add defcustom for the mode hook.
4256 (generic-mode-internal): Use run-mode-hooks.
4257
4258 2005-03-31 Kim F. Storm <storm@cua.dk>
4259
4260 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
4261 (mouse-fixup-help-message): New defun called by show_help_echo
4262 to fixup mouse-2 prefix in help messages when applicable.
4263
4264 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
4265
4266 2005-03-31 Kenichi Handa <handa@m17n.org>
4267
4268 * language/thai-word.el (thai-find-word-ends): Pay attention to
4269 the case that we reach the end of buffer.
4270
4271 * textmodes/fill.el (fill-text-properties-at): New function.
4272 (fill-newline): Use fill-text-properties-at instead of
4273 text-properties-at.
4274
4275 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4276
4277 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
4278 not comint-quote-filename.
4279
4280 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
4281
4282 * help-fns.el (help-with-tutorial): Revert last change.
4283
4284 2005-03-31 Kim F. Storm <storm@cua.dk>
4285
4286 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
4287
4288 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
4289
4290 * calendar/cal-china.el: Update reference to "Calendrical
4291 Calculations" book; there's a new edition.
4292 * calendar/cal-coptic.el: Likewise.
4293 * calendar/cal-french.el: Likewise.
4294 * calendar/cal-hebrew.el: Likewise.
4295 * calendar/cal-islam.el: Likewise.
4296 * calendar/cal-iso.el: Likewise.
4297 * calendar/cal-julian.el: Likewise.
4298 * calendar/cal-mayan.el: Likewise.
4299 * calendar/cal-persia.el: Likewise.
4300 * calendar/calendar.el: Likewise.
4301 * calendar/holidays.el: Likewise.
4302 * calendar/lunar.el: Likewise.
4303 * calendar/solar.el: Likewise.
4304
4305 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
4306 white space from doc string.
4307
4308 2005-03-30 Jay Belanger <belanger@truman.edu>
4309
4310 * calc/calc-help.el (calc-full-help): Remove email address.
4311
4312 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4313
4314 * help-fns.el (help-with-tutorial): Delete title line.
4315
4316 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4317
4318 * calendar/cal-x.el (calendar-one-frame-setup)
4319 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
4320 rather than 'symbol for set-window-dedicated-p.
4321
4322 * calendar/appt.el (appt-buffer-name): Make it a constant.
4323 (appt-add): Doc fix.
4324
4325 * filesets.el (filesets-menu-path, filesets-menu-before)
4326 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
4327 (filesets-menu-cache-file): Use directory ~/.emacs.d.
4328 (filesets-add-submenu): Delete and use add-submenu instead.
4329
4330 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
4331
4332 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
4333 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
4334 (org-diary-default-entry): New function.
4335 (org-get-entries-from-diary): Better parsing of diary entries.
4336 (org-agenda-check-no-diary): New function.
4337 ("diary-lib"): Advice to function `add-to-diary-list', to allow
4338 linking to diary entries.
4339 (org-agenda-execute-calendar-command): New function.
4340 (org-agenda): Improve visible section in window.
4341 Use `org-fit-agenda-window'.
4342 (org-fit-agenda-window): New option.
4343 (org-move-subtree-down): Better handling of empty lines
4344 at end of subtree.
4345 (org-cycle): Numeric prefix is interpreted now as show-subtree N
4346 levels up.
4347 (org-fontify-done-headline): New option.
4348 (org-headline-done-face): New face.
4349 (org-set-font-lock-defaults): Use `org-headline-done-face'.
4350 (org-table-copy-down): Rename from `org-table-copy-from-above'.
4351 When current field is non-empty, it is copied to next row.
4352 (org-table-copy-from-above): Fix bug which made it
4353 impossible to copy fields containing only a single non-white character.
4354
4355 2005-03-30 Kim F. Storm <storm@cua.dk>
4356
4357 * kmacro.el (kmacro-end-macro): Isearch may store this command
4358 into the macro -- so ignore it when executing keyboard macro.
4359
4360 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4361
4362 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
4363
4364 2005-03-29 Kenichi Handa <handa@m17n.org>
4365
4366 * language/thai.el ("Thai"): Set setup-function and exit-function
4367 for Thai language environment.
4368
4369 * language/thai-util.el: Require thai-word.
4370 (thai-word-mode-map): New variable.
4371 (thai-word-mode): New minor mode.
4372 (setup-thai-language-environment-internal): New function.
4373 (exit-thai-language-environment-internal): New function.
4374
4375 * language/thai-word.el (thai-word-table): Declare it by defvar,
4376 use dolist to initialize it.
4377 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
4378 (thai-fill-find-break-point): New functions.
4379
4380 2005-03-29 Richard M. Stallman <rms@gnu.org>
4381
4382 * simple.el (idle-update-delay): Move definition up.
4383 (set-mark): Doc fix.
4384
4385 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
4386
4387 * longlines.el: New file.
4388
4389 * simple.el (buffer-substring-filters): New variable.
4390 (filter-buffer-substring): New function.
4391 (kill-region, copy-region-as-kill): Use it.
4392
4393 * register.el (copy-to-register, append-to-register)
4394 (prepend-to-register): Use filter-buffer-substring.
4395
4396 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4397
4398 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
4399 (gud-filter-pending-text): Move in front of gdb.
4400 (gud-overlay-arrow-position): New variable.
4401 (gud-sentinel, gud-display-line): Use it in place of
4402 overlay-arrow-position.
4403
4404 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4405
4406 * progmodes/fortran.el (fortran-if-indent): Doc fix.
4407 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
4408 (fortran-font-lock-keywords-4): New variable.
4409 (fortran-blocks-re, fortran-end-block-re)
4410 (fortran-start-block-re): New constants, for hideshow.
4411 (hs-special-modes-alist): Add a Fortran entry.
4412 (fortran-mode-map): Bind fortran-end-of-block,
4413 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
4414 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
4415 (fortran-looking-at-if-then, fortran-end-of-block)
4416 (fortran-beginning-of-block): New functions, for hideshow.
4417
4418 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4419 Doc fix. Tweak regexp.
4420 (f90-beginning-of-block): Push mark first.
4421
4422 2005-03-29 Jay Belanger <belanger@truman.edu>
4423
4424 * calc/calc.el: Update copyright date.
4425 (calc-version): Increase to 2.1.
4426 (calc-version-date): Remove.
4427
4428 * calc/calc-help.el: Update copyright date.
4429 (calc-full-help): Remove reference to calc-version-date.
4430 Update copyright date.
4431
4432 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4433
4434 * vc.el (vc-do-command): Use a pipe for async processes, so password
4435 prompts don't show up at places where the user can't reply.
4436
4437 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4438
4439 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
4440 on the file name we pass to the inferior shell.
4441
4442 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4443
4444 * progmodes/which-func.el (which-function): Be robust in the face of an
4445 imenu--make-index-alist failure.
4446
4447 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4448
4449 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
4450
4451 * progmodes/python.el (python-preoutput-filter): Fix last change.
4452
4453 2005-03-29 Lute Kamstra <lute@gnu.org>
4454
4455 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
4456 functions and compiled macros.
4457 (debug-convert-byte-code): Handle macros too.
4458 (debug-on-entry-1): Don't signal an error when trying to clear a
4459 function that is not set to debug on entry.
4460
4461 2005-03-29 Jay Belanger <belanger@truman.edu>
4462
4463 * calc/calc-lang.el: Add functions to math-function-table
4464 properties of tex and math.
4465
4466 2005-03-29 Kenichi Handa <handa@m17n.org>
4467
4468 * ps-mule.el (ps-mule-plot-string): Translate characters by
4469 ps-print-translation-table.
4470 (ps-mule-begin-job): Call find-charset-region/string with
4471 ps-print-translation-table.
4472 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
4473
4474 * ps-print.el (ps-print-translation-table): New variable.
4475 (ps-plot-region): Translate characters by ps-print-translation-table.
4476
4477 2005-03-29 Juri Linkov <juri@jurta.org>
4478
4479 * simple.el (next-error-highlight-timer): New variable.
4480
4481 * progmodes/compile.el (compilation-goto-locus):
4482 Use `next-error-highlight-timer' instead of `sit-for'.
4483
4484 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4485
4486 * mail/supercite.el (sc-mail-field): Use assoc-string.
4487 (sc-get-address): Simplify regexps.
4488
4489 * files.el (minibuffer-with-setup-hook): New macro.
4490 (find-file-read-args): Use it to avoid let-binding
4491 minibuffer-with-setup-hook (which breaks turning on/off
4492 file-name-shadow-mode while in the prompt).
4493
4494 * complete.el (PC-read-include-file-name-internal): Use test-completion.
4495
4496 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
4497
4498 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
4499
4500 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4501
4502 * window.el (window-buffer-height): Use count-screen-lines.
4503
4504 * progmodes/python.el (python-preoutput-leftover): New var.
4505 (python-preoutput-filter): Use it.
4506 (python-send-receive): Loop until all the result has been received.
4507
4508 2005-03-28 Juri Linkov <juri@jurta.org>
4509
4510 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
4511
4512 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
4513 "Recover Crashed Session".
4514 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
4515 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
4516 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
4517 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
4518 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
4519 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
4520 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
4521 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
4522
4523 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
4524 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
4525 Ediff Sessions", "Toggle use of separate control buffer frame",
4526 "Use separate frame for Ediff control buffer".
4527
4528 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
4529 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
4530 "Rename Bookmark", "Delete Bookmark".
4531
4532 * info.el (Info-mode-menu): Remove ellipsis from "Index".
4533 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
4534 Add `:active Info-index-alternatives' to "Next Matching Item".
4535
4536 * wdired.el (wdired-change-to-wdired-mode):
4537 Mention `wdired-abort-changes' key in the initial message.
4538
4539 * international/mule.el (auto-coding-alist): Associate non-ascii
4540 image filename extensions with `no-conversion'.
4541
4542 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4543
4544 * international/iso-acc.el:
4545 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
4546
4547 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4548
4549 * textmodes/sgml-mode.el (html-mode): Doc update.
4550
4551 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
4552
4553 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
4554
4555 * term.el (term-move-columns): Fix face after extending a line.
4556 (term-insert-spaces): Likewise.
4557 (term-reset-terminal): Fix off by one error.
4558
4559 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4560
4561 * international/mule.el (auto-coding-alist): Add .xpi files.
4562
4563 * files.el (auto-mode-alist): Add .xpi files.
4564
4565 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
4566
4567 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
4568
4569 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4570
4571 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
4572
4573 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4574
4575 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
4576 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
4577
4578 * calendar/cal-move.el (calendar-beginning-of-year): Move the
4579 cursor to Jan 1 when needed.
4580 (calendar-end-of-year): Fix -/+ typo.
4581 Reported by Chong Yidong <cyd@stupidchicken.com>.
4582
4583 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4584
4585 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
4586
4587 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
4588 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
4589
4590 2005-03-25 Richard M. Stallman <rms@gnu.org>
4591
4592 * filesets.el (filesets-init): Add autoload.
4593
4594 * mail/mailalias.el (mail-directory): Doc fix.
4595
4596 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4597
4598 * mail/mailalias.el (mail-directory-process): Do nothing if
4599 mail-directory-process is an atom.
4600 (mail-get-names): Ignore mail-directory-names if it is an atom.
4601 (mail-directory-process defvar): Doc fix.
4602 (mail-names): Doc fix.
4603
4604 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
4605
4606 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
4607
4608 2005-03-26 Kenichi Handa <handa@m17n.org>
4609
4610 * international/mule-util.el (detect-coding-with-priority):
4611 Call update-coding-systems-internal before detect-coding-region.
4612
4613 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
4614
4615 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4616 (gdb-frames-mode-map): Add follow-link property.
4617
4618 2005-03-25 Jay Belanger <belanger@truman.edu>
4619
4620 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
4621 for variables.
4622
4623 2005-03-25 Juri Linkov <juri@jurta.org>
4624
4625 * image-mode.el: Optimize image filename extension regexps in
4626 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
4627 in `auto-mode-alist'.
4628 (image-mode): Add `image-toggle-display-text' to local hook
4629 `change-major-mode-hook'. Display the image as an image by
4630 default. Set `cursor-type' and `truncate-lines' if the image
4631 is already displayed. Take into account the current mode (image
4632 or text) in message.
4633 (image-minor-mode): New minor mode.
4634 (image-mode-maybe, image-toggle-display-text): New functions.
4635 (image-toggle-display): Use called-interactively-p.
4636 Let-bind `inhibit-read-only' to t.
4637
4638 * image-mode.el (image-minor-mode): Set `cursor-type' and
4639 `truncate-lines' if the image is already displayed. Add turning
4640 image-minor-mode off to `change-major-mode-hook'. Add message.
4641 Call `image-toggle-display-text' after turning image-minor-mode off.
4642
4643 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4644
4645 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
4646 Terminal.app, use utf-8.
4647 (set-display-table-and-terminal-coding-system): Add coding-system arg.
4648 (set-locale-environment): Use it.
4649
4650 * term/xterm.el: Undo last change, better done in mule-cmds.el.
4651
4652 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
4653
4654 * progmodes/python.el (python-close-block-statement-p)
4655 (python-outdent-p, python-current-defun): Use symbol-end.
4656
4657 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
4658
4659 * files.el (save-some-buffers): Doc fix.
4660
4661 2005-03-25 Werner Lemberg <wl@gnu.org>
4662
4663 * complete.el, thumbs.el: Replace `legal' with `valid'.
4664 * calendar/calendar.el: Replace `legal' with `valid'.
4665 * emacs-lisp/advice.el: Replace `legal' with `valid'.
4666 * mail/supercite.el: Replace `legal' with `valid'.
4667 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
4668 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
4669 Replace `legal' with `valid'.
4670 * textmodes/reftex-vars.el, textmodes/reftex.el:
4671 Replace `legal' with `valid'.
4672
4673 2005-03-25 Werner Lemberg <wl@gnu.org>
4674
4675 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
4676 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
4677 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
4678 * emulation/vip.el: Replace `illegal' with `invalid'.
4679 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
4680 * mail/supercite.el: Replace `illegal' with `invalid'.
4681 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
4682 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
4683 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
4684 * progmodes/sh-script.el, progmodes/xscheme.el:
4685 Replace `illegal' with `invalid'.
4686 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
4687 * textmodes/reftex-index.el, textmodes/reftex-parse.el
4688 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
4689 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
4690
4691 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4692
4693 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
4694 (flymake-find-buildfile, flymake-find-possible-master-files)
4695 (flymake-check-include, flymake-parse-line): Replace loops over the
4696 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
4697
4698 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
4699 Substitute file-name-as-directory in the rest of the file.
4700 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
4701 (flymake-replace-region): Remove unused arg `buffer'.
4702 (flymake-check-patch-master-file-buffer): Update calls to it.
4703 (flymake-add-err-info): Remove unused var `count'.
4704 (flymake-mode): Use define-minor-mode.
4705
4706 * progmodes/flymake.el: Use with-current-buffer.
4707 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
4708 flymake-replace-regexp-in-string, flymake-line-beginning-position)
4709 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
4710 Avoid testing for `xemacs'.
4711 (flymake-nop): Move.
4712 (flymake-region-has-flymake-overlays): Return the computed value.
4713 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
4714 Remove unused var `endline'.
4715 (flymake-get-line-count): Remove unused function.
4716 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
4717
4718 * emulation/vi.el:
4719 * generic.el:
4720 * hilit-chg.el (global-highlight-changes):
4721 * hi-lock.el (hi-lock-mode):
4722 * follow.el: find-file-hooks -> find-file-hook.
4723
4724 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
4725
4726 2005-03-24 Juri Linkov <juri@jurta.org>
4727
4728 * dired.el (dired-mode-map): Add menu item "Compare directories"
4729 for dired-compare-directories.
4730
4731 * dired-aux.el (dired-compare-directories): Add autoload cookie.
4732 Doc fix. Replace `read-file-name' with `read-directory-name'.
4733
4734 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4735
4736 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
4737
4738 2005-03-24 Jay Belanger <belanger@truman.edu>
4739
4740 * calc/calc-embed.el (calc-embedded-mode-change): Save all
4741 relevant mode settings in calc-embedded-original-modes when modes
4742 are permanently changed.
4743
4744 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4745
4746 * autoinsert.el: find-file-hooks -> find-file-hook.
4747
4748 2005-03-24 Lute Kamstra <lute@gnu.org>
4749
4750 * generic.el (generic-font-lock-defaults): Make it obsolete.
4751 (generic-font-lock-keywords): New variable to replace
4752 generic-font-lock-defaults.
4753 (generic-mode-set-font-lock): Delete it.
4754 (generic-mode-internal): Don't call generic-mode-set-font-lock.
4755 (generic-bracket-support): Add docstring.
4756
4757 * generic-x.el: Rename generic-font-lock-defaults to
4758 generic-font-lock-keywords throughout.
4759 (mailagent-rules-setup-function): Delete it.
4760 (mailagent-rules-generic-mode): Use anonymous function instead.
4761 (show-tabs-generic-mode-font-lock-defaults-1)
4762 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
4763 Quote faces.
4764 (show-tabs-tab-face, show-tabs-space-face): Specify background,
4765 not foreground.
4766
4767 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4768 Recognize define-generic-mode.
4769
4770 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4771
4772 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
4773 if there's no completion table.
4774
4775 2005-03-23 Miles Bader <miles@gnu.org>
4776
4777 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4778 Remove tty-specific variants, as they're no longer needed.
4779
4780 2005-03-23 Lute Kamstra <lute@gnu.org>
4781
4782 * generic-x.el: Code cleanup: make args constant whenever possible.
4783 (installshield-statement-keyword-list)
4784 (installshield-system-functions-list)
4785 (installshield-system-variables-list, installshield-types-list)
4786 (installshield-funarg-constants-list): Make them constants.
4787
4788 * generic.el (generic-make-keywords-list): Add autoload cookie.
4789
4790 * calendar/time-date.el: Add comment on time value formats.
4791 Don't require parse-time.
4792 (with-decoded-time-value): New macro.
4793 (encode-time-value): New function.
4794 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4795 (days-to-time): Return a valid time value when arg is huge.
4796 (time-since): Use time-subtract.
4797 (time-to-number-of-days): Use time-to-seconds.
4798
4799 2005-03-23 David Ponce <david@dponce.com>
4800
4801 * recentf.el: (recentf-keep): New option.
4802 (recentf-menu-action): Default to `find-file'.
4803 (recentf-keep-non-readable-files-flag)
4804 (recentf-keep-non-readable-files-p)
4805 (recentf-file-readable-p, recentf-find-file)
4806 (recentf-cleanup-remote): Remove.
4807 (recentf-include-p): More robust.
4808 (recentf-keep-p): New function.
4809 (recentf-remove-if-non-kept): Rename from
4810 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
4811 All callers updated.
4812 (recentf-menu-items-for-commands): Fix help string.
4813 (recentf-track-closed-file): Update. Doc fix.
4814 (recentf-cleanup): Update. Count removed files. Doc fix.
4815
4816 2005-03-23 Kim F. Storm <storm@cua.dk>
4817
4818 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4819 Don't inherit from fringe face (now happens automatically).
4820
4821 2005-03-22 Kim F. Storm <storm@cua.dk>
4822
4823 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
4824 position values.
4825
4826 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4827
4828 * menu-bar.el (showhide-date-time): Remove.
4829 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
4830 (menu-bar-make-mm-toggle): Simplify.
4831
4832 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4833
4834 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
4835 Accept qualified variable and function names.
4836
4837 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
4838
4839 * bindings.el (completion-ignored-extensions):
4840 Remove ".lis" for `vax-vms'.
4841
4842 2005-03-22 Andreas Schwab <schwab@suse.de>
4843
4844 * generic-x.el: Revert last change.
4845 * ldefs-boot.el: Update.
4846
4847 2005-03-22 Jay Belanger <belanger@truman.edu>
4848
4849 * calc/calc-embed (calc-embedded-original-modes): New variable.
4850 (calc-embedded-save-original-modes)
4851 (calc-embedded-restore-original-modes): New functions.
4852 (calc-do-embedded): Save original modes when entering embedded mode
4853 and restore when leaving embedded mode.
4854 (calc-embedded-modes-change): Change the value of
4855 calc-embedded-original-modes to reflect permanent changes.
4856
4857 2005-03-22 Lute Kamstra <lute@gnu.org>
4858
4859 * generic-x.el: Require generic again.
4860
4861 2005-03-22 Miles Bader <miles@gnu.org>
4862
4863 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4864 Tweak details to look good on both ttys and bitmap displays, light
4865 or dark background, etc.
4866
4867 2005-03-21 Kim F. Storm <storm@cua.dk>
4868
4869 * tooltip.el (tooltip-show-help-function): Check car and cdr of
4870 mouse position.
4871
4872 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4873
4874 * icomplete.el: Don't forcibly turn on the mode upon load.
4875 (icomplete-mode): Use define-minor-mode.
4876 (icomplete-eoinput): Default to nil.
4877 (icomplete-minibuffer-setup): Remove autoload.
4878 (icomplete-tidy): Simplify.
4879 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
4880 in the initial state or if the user has modified the field.
4881 Fix handling of icomplete-max-delay-chars.
4882 Remove code that handles the oddball case where
4883 minibuffer-completion-table is an integer.
4884 Wrap icomplete-completions in while-no-input in case building
4885 completions takes more time than expected.
4886 (icomplete-completions): Simplify.
4887
4888 2005-03-21 Richard M. Stallman <rms@gnu.org>
4889
4890 * jka-compr.el (jka-compr-really-do-compress):
4891 Make variable buffer-local.
4892
4893 * image-mode.el: Handle .xpm files too.
4894 (image-toggle-display): Preserve modification flag.
4895
4896 * help.el (where-is): Don't mention aliases with no key bindings.
4897
4898 2005-03-21 Lute Kamstra <lute@gnu.org>
4899
4900 * generic.el: Fix commentary section. Don't require cl for compilation.
4901 (generic-mode-list): Add autoload cookie.
4902 (generic-use-find-file-hook, generic-lines-to-scan)
4903 (generic-find-file-regexp, generic-ignore-files-regexp)
4904 (generic-mode, generic-mode-find-file-hook)
4905 (generic-mode-ini-file-find-file-hook): Fix docstrings.
4906 (define-generic-mode): Make it a defmacro. Fix docstring.
4907 (generic-mode-internal): Code cleanup. Add autoload cookie.
4908 (generic-mode-set-comments): Code cleanup.
4909 * generic-x.el: Don't prevent compilation. Don't require generic.
4910 Follow coding conventions. Minor code cleanup.
4911 (etc-fstab-generic-mode): Add some keywords.
4912 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
4913 define-generic-mode like a function declaration.
4914
4915 2005-03-21 Jay Belanger <belanger@truman.edu>
4916
4917 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
4918 changing modes.
4919
4920 2005-03-21 Sam Steingold <sds@gnu.org>
4921
4922 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
4923
4924 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
4925
4926 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
4927 Add underscore to "f$ lexicals" regexp.
4928
4929 2005-03-20 Juri Linkov <juri@jurta.org>
4930
4931 * subr.el (progress-reporter-do-update): When `min-value' is equal
4932 to `max-value', set `percentage' to 0 and prevent division by zero.
4933
4934 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
4935
4936 Sync with Tramp 2.0.48.
4937
4938 * tramp.el (all): Change all addresses to .gnu.org.
4939 (tramp-append-tramp-buffers): New defun.
4940 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
4941 Catch `dont-send' signal.
4942 (tramp-set-auto-save-file-modes): Set always permissions, because
4943 there might be an old auto-saved file belonging to another
4944 original file. This could be a security threat. Reported by
4945 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
4946 Check for Emacs 21.3.50 removed.
4947
4948 * tramp-smb.el (all): Remove debug construct for
4949 `with-parsed-tramp-file-name'.
4950 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
4951 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
4952 No error message if DIRECTORY or FILENAME doesn't exist.
4953 (tramp-smb-open-connection): Check existence of
4954 `tramp-smb-program'.
4955
4956 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4957
4958 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
4959 Properly handle the case where the `m' or `s' command's argument is not
4960 yet terminated.
4961 (perl-indent-new-calculate): New function.
4962 (perl-indent-line): Use it.
4963
4964 2005-03-20 Miles Bader <miles@gnu.org>
4965
4966 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
4967 in text-mode too. Change to new face names.
4968 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
4969 Add `:weight bold' attribute.
4970 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
4971
4972 2005-03-19 Juri Linkov <juri@jurta.org>
4973
4974 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
4975
4976 * international/mule.el (auto-coding-alist): Sync with
4977 `auto-mode-alist' by adding upper case archive file extensions
4978 and adding ear/war to jar extension.
4979
4980 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
4981
4982 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
4983 running, restart it.
4984
4985 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
4986
4987 * finder.el (finder-current-item): Throw an error on an empty line.
4988
4989 * man.el (Man-follow-manual-reference): If current-word returns
4990 nil, use "".
4991
4992 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
4993
4994 * simple.el (goto-line): Doc fix.
4995
4996 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
4997
4998 * files.el (save-buffer): Doc fix.
4999
5000 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
5001
5002 * recentf.el (recentf-cleanup-remote): New variable.
5003 (recentf-cleanup): Use it to conditionally check availablity of
5004 remote files.
5005
5006 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
5007
5008 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
5009 function names.
5010
5011 2005-03-19 Eli Zaretskii <eliz@gnu.org>
5012
5013 * language/thai-word.el: New file.
5014
5015 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5016
5017 * files.el (backup-buffer): If the file's directory is not
5018 writable, use copy instead of move to backup the file.
5019
5020 2005-03-19 Eli Zaretskii <eliz@gnu.org>
5021
5022 * obsolete/keyswap.el: Moved to obsolete/ from term/.
5023
5024 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5025
5026 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
5027 Use functionp instead of symbolp and fboundp. Reported by Drkm
5028 <darkman_spam@yahoo.fr>.
5029 (ps-print-version): New version 6.6.6.
5030
5031 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
5032
5033 * textmodes/table.el (table--line-column-position): New idiom.
5034 (table--row-column-insertion-point-p): New function to test
5035 validity of row and column insertion operation at a location.
5036 (table-global-menu, table-cell-menu): Use above functions for
5037 deterministic test operation.
5038 (table--editable-cell-p): Behave in deterministic fashion.
5039
5040 2005-03-18 Juri Linkov <juri@jurta.org>
5041
5042 * isearch.el (isearch-lazy-highlight-new-loop):
5043 Make arguments beg and end optional.
5044 (isearch-update): Remove optional arguments nil from
5045 isearch-lazy-highlight-new-loop.
5046 (isearch-lazy-highlight-search): Let-bind case-fold-search to
5047 isearch-lazy-highlight-case-fold-search instead of
5048 isearch-case-fold-search, and let-bind isearch-regexp to
5049 isearch-lazy-highlight-regexp.
5050 Use isearch-lazy-highlight-last-string instead of isearch-string.
5051
5052 * replace.el (perform-replace): Remove bindings of global
5053 variables isearch-string, isearch-regexp, isearch-case-fold-search.
5054 Add three new arguments to `replace-highlight'.
5055 (replace-highlight): Add arguments string, regexp, case-fold.
5056 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
5057 to allow isearch-lazy-highlight-new-loop to use these values
5058 to set corresponding isearch-lazy-highlight-* internal
5059 variables whose values lazy highlighting will use regardless of
5060 changes to global variables isearch-string, isearch-regexp,
5061 isearch-case-fold-search during lazy highlighting loop.
5062 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
5063 to `lazy-highlight-cleanup'.
5064
5065 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
5066 (ispell-highlight-face): Set default face to `isearch' when
5067 lazy highlighting is enabled.
5068 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
5069 priority to 1. Add lazy highlighting.
5070 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
5071 from `isearch-dehighlight'.
5072
5073 2005-03-18 David Ponce <david@dponce.com>
5074
5075 * files.el (hack-local-variables): Do a case-insensitive search
5076 for End.
5077
5078 2005-03-18 Juri Linkov <juri@jurta.org>
5079
5080 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
5081 `isearch-lazy-highlight-cleanup', add alias to old name and
5082 declare obsolete. Add release numbers to other obsolete vars.
5083 (isearch-done, isearch-lazy-highlight-new-loop):
5084 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
5085 (lazy-highlight-cleanup) <variable>: Doc fix.
5086 (isearch-lazy-highlight-update): Rename obsolete
5087 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
5088
5089 2005-03-18 Kenichi Handa <handa@m17n.org>
5090
5091 * language/thai-util.el: Fix categorization of Thai characters in
5092 thai-category-table.
5093 (thai-composition-pattern): Adjust it for the above change.
5094 (thai-self-insert-command, thai-compose-syllable): New functions.
5095 (thai-compose-region): Use thai-compose-syllable.
5096 (thai-compose-string): Likewise.
5097 (thai-composition-function): Likewise.
5098 (thai-auto-composition): New function.
5099 (thai-auto-composition-mode): New minor mode.
5100
5101 * language/thai.el: Fix patterns to be registered in
5102 composition-function-table.
5103
5104 * international/quail.el (quail-input-method): Locally bind
5105 inhibit-modification-hooks to t.
5106
5107 2005-03-17 Richard M. Stallman <rms@gnu.org>
5108
5109 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
5110 (perl-mode): Use run-mode-hooks.
5111
5112 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
5113 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
5114 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
5115
5116 * mail/sendmail.el (sendmail-send-it): Reenable the code
5117 to compute resend-to-address and use it.
5118
5119 * tar-mode.el (tar-mode): Turn off undo unconditionally.
5120
5121 * image-mode.el: New file.
5122
5123 * image.el (insert-sliced-image): Add autoload cookie.
5124
5125 * font-lock.el (font-lock-lines-before): New user option.
5126 (font-lock-after-change-function): Obey it.
5127
5128 * bindings.el (esc-map): Make M-g a prefix.
5129 Bind M-g g and M-g M-g to goto-line.
5130
5131 * faces.el (face-id): Doc fix.
5132
5133 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5134
5135 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
5136 (rmail-show-message): Use rmail-unknown-mail-followup-to.
5137 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
5138
5139 * mail/sendmail.el (mail-yank-ignored-headers)
5140 (mail-font-lock-keywords, mail-mode-fill-paragraph):
5141 Add Mail-Followup-To and Mail-Reply-To headers.
5142 (mail-citation-hook): Add autoload cookie.
5143 (mail-mode): Doc fix.
5144 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
5145 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
5146 (mail-mode-fill-paragraph): Handle those headers.
5147 (mail-mailing-lists): New variable.
5148 (mail-mail-reply-to, mail-mail-followup-to): New functions.
5149
5150 2005-03-17 Juri Linkov <juri@jurta.org>
5151
5152 * isearch.el (isearch-fallback): Check for `(car previous)'
5153 before calling `isearch-other-end-state'.
5154
5155 2005-03-17 Kim F. Storm <storm@cua.dk>
5156
5157 * simple.el (move-beginning-of-line): Move to beginning of buffer
5158 line, as well as beginning of screen line.
5159
5160 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
5161
5162 * calendar/diary-lib.el (mark-diary-entries): Use new optional
5163 argument REDRAW rather than calendar-redrawing variable.
5164 * calendar/calendar.el (calendar-redrawing): Delete.
5165 (redraw-calendar): Do not bind calendar-redrawing.
5166
5167 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
5168
5169 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
5170 diary-file buffer.
5171
5172 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5173
5174 * help.el (describe-mode): Allow a :minor-mode-function property to
5175 specify a different minor mode toggle function than the variable.
5176 * simple.el (auto-fill-function):
5177 * subr.el (add-minor-mode): Use it.
5178
5179 2005-03-16 Kenichi Handa <handa@m17n.org>
5180
5181 * language/ethio-util.el (sera-being-called-by-w3): New variable.
5182 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
5183 (ethio-fidel-to-sera-buffer): Likewise.
5184
5185 2005-03-16 Juri Linkov <juri@jurta.org>
5186
5187 * emacs-lisp/find-func.el (find-function-regexp):
5188 Add defun-emitting macro `menu-bar-make-toggle'.
5189
5190 * isearch.el: Put `isearch-scroll' property to
5191 `split-window-horizontally'.
5192
5193 * info.el: Update error messages for `debug-ignored-errors'.
5194 (Info-isearch-search): Doc fix.
5195 (Info-find-node): Move up code to go into info buffer before
5196 recording the node to the history.
5197 (Info-fontify-node): Fontify titles only if the next line
5198 has two or more `*', `=', `-', `.'.
5199 Display "go to this node" for empty (match-string 3).
5200
5201 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5202
5203 * term/mac-win.el: Add mouse pointer shape constants.
5204
5205 2005-03-15 Kim F. Storm <storm@cua.dk>
5206
5207 * simple.el (move-beginning-of-line): Use vertical-motion.
5208
5209 2005-03-15 Juri Linkov <juri@jurta.org>
5210
5211 * isearch.el (isearch-error): New variable.
5212 (isearch-invalid-regexp, isearch-within-brackets): Remove.
5213 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
5214 (isearch-within-brackets-state): Remove.
5215 (isearch-case-fold-search-state, isearch-pop-fun-state):
5216 Decrease frame index.
5217 (isearch-mode, isearch-top-state, isearch-push-state)
5218 (isearch-edit-string, isearch-abort, isearch-search-and-update)
5219 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
5220 (isearch-search, isearch-lazy-highlight-new-loop):
5221 Replace `isearch-invalid-regexp' with `isearch-error'.
5222 Remove `isearch-within-brackets'.
5223 (isearch-search): Add `search-failed' handler to `condition-case'.
5224 (isearch-lazy-highlight-search): Add `condition-case' to catch
5225 errors and allow `isearch-lazy-highlight-update' to try
5226 highlighting from the beginning of the window.
5227 (isearch-repeat): Move up code to set isearch-wrapped to t
5228 before calling isearch-wrap-function.
5229
5230 * info.el (Info-isearch-initial-node): New internal variable.
5231 (Info-search): Signal an error in isearch mode when search leaves
5232 the initial node. Signal an error when `bound' is non-nil and
5233 nothing was found in the current subfile.
5234 (Info-isearch-search): Remove `condition-case'.
5235 (Info-isearch-wrap): Don't wrap when search failed during leaving
5236 the initial node. If `Info-isearch-search' is nil, wrap around
5237 the current node.
5238 (Info-isearch-start): New fun.
5239 (Info-mode): Add buffer-local hook `Info-isearch-start' to
5240 `isearch-mode-hook'.
5241
5242 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5243
5244 * simple.el (normal-erase-is-backspace): Set default to t if
5245 running on Mac.
5246
5247 * term/mac-win.el (function-key-map): Sync with x-win.el.
5248
5249 2005-03-15 Kenichi Handa <handa@m17n.org>
5250
5251 * international/mule-cmds.el (locale-language-names): Modify the
5252 format of elements and add more entries.
5253 (locale-preferred-coding-systems): Add more entries.
5254 (set-locale-environment): Adjust for the change of
5255 locale-language-names.
5256
5257 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5258
5259 * pcvs.el (smerge-ediff): Remove bogus autoload.
5260
5261 2005-03-14 Lute Kamstra <lute@gnu.org>
5262
5263 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
5264 Ignore a `*' at the beginning of a line.
5265
5266 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
5267 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
5268 subr.el.
5269 (dont-compile, eval-when-compile, eval-and-compile): Use declare
5270 to specify indentation.
5271
5272 * generic.el (define-generic-mode): Let generic-mode-list be a
5273 list of strings; test membership with equal.
5274
5275 2005-03-14 Kim F. Storm <storm@cua.dk>
5276
5277 * simple.el (next-line, previous-line): Add optional try-vscroll
5278 arg to recognize interactive use. Pass it on to line-move.
5279 (line-move): Don't perform auto-window-vscroll when defining or
5280 executing keyboard macro to ensure consistent behaviour.
5281
5282 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5283
5284 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
5285
5286 2005-03-13 Lute Kamstra <lute@gnu.org>
5287
5288 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
5289 debugger-setup-buffer so that backtrace marks the frames set to
5290 debug-on-exit and we don't have to do it manually. Set an extra
5291 debug-on-exit for macro's.
5292 (debugger-setup-buffer): Don't mark the top frame manually.
5293
5294 2005-03-12 Lute Kamstra <lute@gnu.org>
5295
5296 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
5297 lisp-indent-function throughout.
5298 (with-no-warnings): Set lisp-indent-function property.
5299
5300 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
5301
5302 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
5303 Add entry for backslash.
5304
5305 2005-03-12 Juri Linkov <juri@jurta.org>
5306
5307 * info.el (Info-search): Four fixes for backward search.
5308
5309 2005-03-11 Jay Belanger <belanger@truman.edu>
5310
5311 * calc/calc.el (calc-language-alist): New variable.
5312 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
5313 (calc-embedded-find-modes): Use calc-language-alist instead of
5314 calc-embedded-language-alist.
5315
5316 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5317
5318 * calendar/calendar.el (calendar-redrawing): New internal
5319 variable.
5320 (redraw-calendar): Remove bogus save-excursion from previous
5321 change. Bind calendar-redrawing to t for mark-diary-entries.
5322 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
5323 calendar if that is why we were called.
5324
5325 2005-03-11 Kenichi Handa <handa@m17n.org>
5326
5327 * international/mule.el (make-coding-system): Set property
5328 coding-system-define-form to nil.
5329 (define-coding-system-alias): Likewise.
5330
5331 2005-03-11 Kenichi Handa <handa@m17n.org>
5332
5333 These changes are suggested by Dave Love <fx@gnu.org>.
5334
5335 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
5336 coding: tag.
5337 (adaptive-fill-regexp): Add more bullets.
5338 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
5339 regexps.
5340
5341 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5342
5343 * help.el (describe-mode): Properly handle non-trivial lighters.
5344 Don't ignore minor modes that are not listed in minor-mode-list.
5345
5346 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
5347 feature ON when the user requests to turn it OFF.
5348
5349 2005-03-10 Lute Kamstra <lute@gnu.org>
5350
5351 * emacs-lisp/debug.el (debug-entry-code): Delete it.
5352 (implement-debug-on-entry): New function to replace debug-entry-code.
5353 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
5354 second argument as the 2005-03-07 change makes it obsolete.
5355 (debug-on-entry, cancel-debug-on-entry): Update call to
5356 debug-on-entry-1.
5357 (debug, debugger-setup-buffer): Comment update.
5358 (debugger-frame-number): Update to work with implement-debug-on-entry.
5359
5360 2005-03-10 Jay Belanger <belanger@truman.edu>
5361
5362 * calc/calc-embed.el (math-ms-args): Declare it.
5363 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
5364 math-ms-args.
5365 (calc-embedded-subst): Use math-multi-subst-rec to substitute
5366 variables.
5367
5368 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
5369
5370 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
5371 Use message-box.
5372
5373 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
5374 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
5375 (tooltip-gud-tips): Simplify.
5376 (tooltip-gud-tips-p): Remove superflouous :set.
5377 (tooltip-gud-modes): Add fortran-mode.
5378 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
5379
5380 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
5381
5382 2005-03-09 Kim F. Storm <storm@cua.dk>
5383
5384 * play/animate.el (animate-place-char): Use forward-line instead
5385 of next-line to improve performance.
5386
5387 2005-03-09 Simon Josefsson <jas@extundo.com>
5388
5389 * net/browse-url.el (browse-url-default-browser): Doc fix.
5390
5391 2005-03-09 Miles Bader <miles@gnu.org>
5392
5393 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
5394 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
5395
5396 2005-03-09 Kenichi Handa <handa@m17n.org>
5397
5398 * international/latin-1.el: Set case and syntax for 255 only if
5399 set-case-syntax-set-multibyte is nil.
5400
5401 * textmodes/ispell.el (ispell-insert-word): New function.
5402 (ispell-word): Use ispell-insert-word to insert a new word.
5403 (ispell-process-line): Likewise.
5404 (ispell-complete-word): Likewise.
5405
5406 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
5407
5408 * calendar/calendar.el (redraw-calendar): Preserve point.
5409 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5410 (calendar-week-start-day): Move after definition of
5411 redraw-calendar. Delete buffer test, since redraw-calendar has
5412 that now.
5413
5414 * calendar/diary-lib.el (mark-diary-entries): Only call
5415 redraw-calendar in the first of any recursive calls.
5416 Reported by Alan Shutko <ats@acm.org>.
5417
5418 2005-03-08 Juri Linkov <juri@jurta.org>
5419
5420 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
5421 (html-horizontal-rule, html-line, html-image, html-checkboxes)
5422 (html-radio-buttons): Add a space before the trailing `/>' where
5423 sgml-xml-mode is non-nil.
5424 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
5425 the subsequent tag of the empty XML tag.
5426 (html-href-anchor): Don't set initial input to "http:".
5427 (html-image): Ask for the image URL and set point inside alt="".
5428 (html-name-anchor): Duplicate the name in the `id' attribute when
5429 sgml-xml-mode is non-nil.
5430 (html-paragraph): Remove \n before <p>.
5431 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
5432 instead of `checked' when sgml-xml-mode is non-nil.
5433
5434 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
5435 Remove 1 space before #RRGGBB to not truncate it on terminal
5436 windows w/o fringes. Remove 1 space between bg and fg examples
5437 to get more space.
5438 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
5439 avoid byte-compile warnings.
5440
5441 * image-file.el (image-file-handler): Put `safe-magic' property to
5442 `image-file-handler'.
5443
5444 * info.el (Info-isearch-search): Emulate word search in
5445 isearching through multiple Info nodes with Info-search.
5446 (Info-isearch-wrap): Allow isearch-word.
5447
5448 2005-03-08 Lute Kamstra <lute@gnu.org>
5449
5450 * emacs-lisp/debug.el (debugger-step-through): Make sure that
5451 stepping into the debugger's code is not possible.
5452 (debugger-jumping-flag): Docstring update.
5453
5454 2005-03-08 Jay Belanger <belanger@truman.edu>
5455
5456 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
5457 embedded mode begins.
5458 (calc-embedded-language-alist): New variable.
5459 (calc-embedded-find-modes): Use calc-embedded-language-alist to
5460 set default language mode.
5461
5462 2005-03-08 Kenichi Handa <handa@m17n.org>
5463
5464 * international/ccl.el (define-ccl-program): Fix docstring about
5465 extra 256 bytes assured for the output buffer.
5466
5467 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5468 Fix BUFFER_MAGNIFICATION to 2.
5469 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5470
5471 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
5472
5473 * align.el (align-rules-list): Added an alignment rule for CSS
5474 declarations (applies to css-mode and html-mode buffers).
5475
5476 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5477
5478 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
5479
5480 2005-03-07 Kim F. Storm <storm@cua.dk>
5481
5482 * simple.el (move-beginning-of-line): New command.
5483
5484 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
5485
5486 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
5487
5488 * emulation/cua-base.el: Put CUA move property on move-end-of-line
5489 and move-beginning-of-line.
5490
5491 * apropos.el (apropos-print): Omit command from M-x ... RET.
5492
5493 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
5494
5495 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
5496 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
5497
5498 2005-03-06 Richard M. Stallman <rms@gnu.org>
5499
5500 * bindings.el (esc-map): Bind M-g to goto-line.
5501
5502 * facemenu.el (global-map): Bind M-o, not M-g.
5503
5504 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5505
5506 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
5507 "Open Directory" as for "Open File".
5508
5509 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
5510
5511 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
5512 (push-mark-command): Run activate-mark-hook.
5513
5514 2005-03-06 Richard M. Stallman <rms@gnu.org>
5515
5516 * help-mode.el (help-mode-finish): Don't alter the element
5517 in view-return-to-alist if there already is one.
5518
5519 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
5520 make sure the current buffer is the expected one.
5521
5522 * novice.el (disabled-command-function): Output in *Disabled Command*.
5523 Explicitly ignore non-keyboard events, and explicitly handle C-g.
5524
5525 * textmodes/flyspell.el (flyspell-large-region):
5526 Pass args differently for aspell.
5527
5528 * files.el (mode-require-final-newline): Doc fix.
5529
5530 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5531
5532 * progmodes/which-func.el (which-function):
5533 Specify NOERROR when calling imenu--make-index-alist.
5534
5535 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5536
5537 * simple.el (normal-erase-is-backspace): Define default value.
5538
5539 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
5540 (custom-reevaluate-setting): Simple function to handle
5541 variables that are defined before their default value can really
5542 be computed.
5543
5544 * startup.el (command-line): Use it for temporary-file-directory,
5545 small-emporary-file-directory, auto-save-file-name-transforms,
5546 blink-cursor-mode, and normal-erase-is-backspace.
5547
5548 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
5549 progress, even with buggy anchored keywords.
5550
5551 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
5552
5553 * simple.el (goto-line): Remove unbalanced final parenthesis.
5554
5555 2005-03-05 Richard M. Stallman <rms@gnu.org>
5556
5557 * simple.el (goto-line): Use a number at point as the default.
5558 With C-u as arg, switch buffers.
5559
5560 2005-03-05 Juri Linkov <juri@jurta.org>
5561
5562 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
5563 with `no-blinking-cursor'.
5564
5565 * startup.el (no-blinking-cursor): New defvar.
5566 (command-line): Add `--no-blinking-cursor' to longopts.
5567 Set `no-blinking-cursor' to t for command line arguments
5568 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
5569 with `no-blinking-cursor' in the condition for calling
5570 `blink-cursor-mode'.
5571
5572 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
5573
5574 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
5575 (menu-bar-options-save): Add blink-cursor-mode.
5576 (menu-bar-options-menu): Add blink-cursor-mode.
5577
5578 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
5579
5580 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
5581 (icalendar-export-file, icalendar-export-region)
5582 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
5583 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
5584
5585 2005-03-04 Lute Kamstra <lute@gnu.org>
5586
5587 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
5588 (debug-function-list): Ditto.
5589
5590 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
5591
5592 * textmodes/texinfmt.el (texinfo-append-refill):
5593 Redefine the types of line to which @refill
5594 is not appended by replacing a search for `@refill\\|@bye' with
5595 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
5596 itemize@refill' bug and the unfilled long lines bug.
5597 (texinfmt-version): Update number and date.
5598
5599 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
5600
5601 * international/code-pages.el (windows-1250, windows-125[2-8])
5602 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
5603
5604 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5605
5606 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
5607 bound yet.
5608
5609 2005-03-02 Romain Francoise <romain@orebokech.com>
5610
5611 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
5612 buffer after removing limits.
5613 (ibuffer-pop-filter): Ditto.
5614 Update copyright.
5615
5616 2005-03-02 Miles Bader <miles@gnu.org>
5617
5618 * button.el (make-text-button): If the user doesn't specify a
5619 type, use the default. Rewrite to use `add-text-properties' and
5620 plist functions.
5621
5622 2005-03-01 Lute Kamstra <lute@gnu.org>
5623
5624 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
5625 (debugger-jumping-flag): New var.
5626 (debug-entry-code): Use it.
5627 (debugger-jump): Use debugger-jumping-flag and add
5628 debugger-reenable to post-command-hook.
5629 (debugger-reenable): Use debugger-jumping-flag and remove itself
5630 from post-command-hook.
5631 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
5632 debugger-reenable.
5633
5634 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
5635
5636 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
5637 inclusion of "itemize\\|", which may be unnecessary, is certainly
5638 inelegant, and stops refilling in itemize lists when formatting
5639 Japanese Texinfo files to Info.
5640 Update copyright to 2005.
5641
5642 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
5643
5644 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
5645 of an error if GDB can't find the source file.
5646
5647 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5648
5649 * calendar/calendar.el (redraw-calendar): Work from any buffer,
5650 not just the calendar.
5651
5652 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
5653 first.
5654 (diary-redraw-calendar): New function.
5655 (make-diary-entry): Add diary-redraw-calendar to local
5656 write-contents-functions. Turn off selective display before
5657 inserting in diary.
5658
5659 2005-03-01 Kim F. Storm <storm@cua.dk>
5660
5661 * emacs-lisp/copyright.el (copyright-fix-years): New command.
5662
5663 2005-03-01 Lute Kamstra <lute@gnu.org>
5664
5665 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
5666 that debug-entry-code can be safely removed from a function while
5667 this code is being evaluated. Revert the 2005-02-27 change as the
5668 new implementation no longer requires it. Make sure that a
5669 function body containing just a string is not mistaken for a docstring.
5670 (debug): Skip one more frame in case of debug on entry.
5671 (debugger-setup-buffer): Delete one more frame line in case of
5672 debug on entry.
5673 (debugger-frame-number): Update to use the new text introduced by
5674 the 1999-11-03 change. Skip one more frame in case of debug on entry.
5675
5676 2005-02-28 Kim F. Storm <storm@cua.dk>
5677
5678 * double.el (double-translate-key): Call force-window-update after
5679 read-event to avoid crash in redisplay.
5680
5681 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5682
5683 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
5684 (debug): Use it. Move the inhibit-trace earlier.
5685 (debug-entry-code): New const.
5686 (debug-on-entry-1): Use it.
5687
5688 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
5689
5690 * international/utf-16.el (ccl-encode-mule-utf-16le):
5691 Fix BUFFER_MAGNIFICATION to 2.
5692 (ccl-encode-mule-utf-16be): Likewise.
5693
5694 2005-02-28 Kenichi Handa <handa@m17n.org>
5695
5696 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5697 Fix BUFFER_MAGNIFICATION to 4.
5698 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5699
5700 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
5701
5702 * speedbar.el (speedbar-update-flag): Doc fix.
5703 (speedbar-show-info-under-mouse): Give set-mouse-position the right
5704 argument.
5705
5706 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5707
5708 * reveal.el (reveal-post-command): Don't try to reveal overlays which
5709 have a non-nil `invisible' property but are actually visible.
5710
5711 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
5712 for perldoc sections.
5713 (perl-outline-regexp, perl-outline-level): New var and function.
5714 (perl-mode): Use them.
5715
5716 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
5717
5718 * calendar/diary-lib.el (diary-remind): Discard any mark portion
5719 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
5720
5721 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
5722
5723 * cus-edit.el: Comment change.
5724 (custom-buffer-create-internal): Slightly reword text at top of
5725 Custom buffers. Mention there that saving an option edits the
5726 init file. Add link to Emacs manual node on `custom-file'.
5727 (custom-magic-alist): Rewrite individual State messages to use
5728 capitalized keywords. Doc fix.
5729
5730 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5731
5732 * calendar/calendar.el (calendar-buffer): Move above
5733 calendar-week-start-day.
5734 (calendar-week-start-day): Doc fix. Add :set function.
5735 (calendar-minimum-window-height): New variable.
5736 (generate-calendar-window): Only resize window if selected-window
5737 is displaying the calendar buffer. Use new variable
5738 calendar-minimum-window-height.
5739 (generate-calendar): Reword error message.
5740 (calendar-mode-map): Bind DEL to scroll-other-window-down.
5741
5742 2005-02-27 Andreas Schwab <schwab@suse.de>
5743
5744 * vc.el (vc-do-command): Don't run command asynchronously when
5745 operating in a remote directory.
5746
5747 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
5748 change from sync with Tramp 2.0.47.
5749
5750 2005-02-27 Richard M. Stallman <rms@gnu.org>
5751
5752 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5753
5754 * textmodes/flyspell.el (flyspell-mode-on):
5755 Call ispell-change-dictionary only if necessary.
5756
5757 * emacs-lisp/re-builder.el (regexp-builder): New function.
5758
5759 * register.el (describe-register-1): Explicitly handle
5760 yank-excluded-properties = t.
5761
5762 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
5763 (custom-magic-alist): Change the status descriptions again.
5764 (face widget-type): Total rewrite based on `restricted-sexp'
5765 to eliminate the confusing double hiding levels.
5766
5767 * emacs-lisp/debug.el (debug-on-entry-1):
5768 If function body is empty, add nil as body form.
5769
5770 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5771
5772 * emacs-lisp/trace.el (inhibit-trace): New var.
5773 (trace-make-advice): Use it.
5774
5775 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
5776
5777 2005-02-26 Kim F. Storm <storm@cua.dk>
5778
5779 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
5780 (mouse-on-link-p, mouse-drag-region-1): Use it.
5781
5782 2005-02-25 Lute Kamstra <lute@gnu.org>
5783
5784 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
5785
5786 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
5787
5788 * frame.el (blink-cursor-mode): Add :group keyword.
5789
5790 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
5791
5792 * calendar/icalendar.el (icalendar--decode-isodatetime):
5793 New optional argument DAY-SHIFT.
5794 (icalendar-export-region): Fix coding-system-for-write.
5795 (icalendar--convert-ical-to-diary): Shift end-day of all-day
5796 events by one.
5797
5798 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5799
5800 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
5801
5802 2005-02-24 Kim F. Storm <storm@cua.dk>
5803
5804 * international/iso-acc.el (iso-accents-compose): Fix crash
5805 during redisplay. Call force-window-update after read-event
5806 and delete-region to signal that window is not accurate.
5807
5808 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5809
5810 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
5811 Remove unused and inexistent var `inhibit-trace'.
5812 (debugger-mode): Use run-mode-hooks.
5813 (debugger-list-functions): Add buttons; setup xref stack.
5814
5815 2005-02-23 Richard M. Stallman <rms@gnu.org>
5816
5817 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
5818 appointment says it was explicitly made.
5819 (appt-add): Set the 3rd element.
5820 (appt-make-list): Preserve explicit appointments.
5821
5822 * subr.el (find-tag-default): Catch errors in forward-sexp.
5823
5824 2005-02-23 Juri Linkov <juri@jurta.org>
5825
5826 * info.el (Info-isearch-search): New defcustom.
5827 (Info-isearch-search): Call the default isearch function
5828 when Info-isearch-search is nil.
5829 (Info-isearch-wrap): Use variable Info-isearch-search.
5830
5831 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
5832
5833 * cus-edit.el: Comment change.
5834
5835 2005-02-22 Kim F. Storm <storm@cua.dk>
5836
5837 * progmodes/hideif.el (hide-ifdef-use-define-alist):
5838 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
5839
5840 2005-02-22 Simon Josefsson <jas@extundo.com>
5841
5842 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
5843 New variable.
5844 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
5845 Oskarsson" <myrkraverk@users.sourceforget.net>.
5846
5847 2005-02-22 Kim F. Storm <storm@cua.dk>
5848
5849 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
5850 check that window of that event is the selected window.
5851 (mouse-drag-region-1): Compare mouse event window to selected
5852 window before setting point.
5853
5854 * tooltip.el (tooltip-show-help-function): Pass event to
5855 mouse-on-link-p so it can check selected window.
5856
5857 2005-02-22 Kenichi Handa <handa@m17n.org>
5858
5859 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
5860 (ps-mule-show-warning): New function.
5861 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
5862 characters are found.
5863
5864 * ps-print.el (ps-header-footer-string): Return a list of header
5865 and footer strings.
5866
5867 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5868
5869 * pcvs.el (cvs-retrieve-revision): Fix thinko.
5870
5871 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5872
5873 * frame.el (blink-cursor-mode): Use define-minor-mode.
5874
5875 * term/mac-win.el (function-key-map): Use char-names more consistently.
5876 (file-name-coding-system): Only set it for MacOS-9. The other case is
5877 already handled in mule-cmds.el (where it also works when mac-win.el
5878 is not used).
5879
5880 2005-02-21 Kenichi Handa <handa@m17n.org>
5881
5882 * international/mule.el (ctext-pre-write-conversion): Always use
5883 " *code-converting-work*" buffer for work.
5884
5885 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
5886
5887 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
5888
5889 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
5890
5891 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
5892
5893 * ses.el (undo-more): Restore defadvice, but only the part that
5894 allows changes outside the restricted area of the buffer.
5895
5896 2005-02-20 Kim F. Storm <storm@cua.dk>
5897
5898 * simple.el (line-move): Add fourth optional arg try-vscroll which
5899 must be set to perform auto-window-vscroll.
5900 When moving backwards and doing auto-window-vscroll, automatically
5901 vscroll to the last part of lines which are taller than the window.
5902 (next-line, previous-line): Set try-vscroll arg on line-move.
5903
5904 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5905
5906 * replace.el (query-replace, query-replace-regexp)
5907 (replace-string, replace-regexp): When operating on region, make
5908 the minibuffer prompt say so.
5909
5910 * isearch.el (isearch-forward): Document isearch-query-replace and
5911 isearch-query-replace-regexp keybindings.
5912
5913 2005-02-19 Jay Belanger <belanger@truman.edu>
5914
5915 * calc/calc-aent.el (math-read-token): Add local variable.
5916
5917 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
5918 (calc-edit-top): Move declaration to earlier in file.
5919 (calc-edit-macro-repeats): Add local variables.
5920
5921 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
5922 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
5923 calcFunc-tanh.
5924 Adjust integration rule for calcFunc-tan.
5925
5926 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5927
5928 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
5929 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
5930 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
5931 (viper-skip-separators): Bug fix.
5932 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
5933 particular major mode.
5934 (viper-del-backward-char-in-replace): Don't put deleted char on the
5935 kill ring.
5936
5937 * viper-ex.el (viper-color-display-p): New function.
5938 (viper-has-face-support-p): Use viper-color-display-p.
5939
5940 * viper-keym.el (viper-gnus-modifier-map): New keymap.
5941
5942 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
5943
5944 * viper-util.el (viper-glob-unix-files): Fix shell status check.
5945 (viper-file-remote-p): Make equivalent to file-remote-p.
5946
5947 * viper.el (viper-major-mode-modifier-list):
5948 Use viper-gnus-modifier-map.
5949
5950 2005-02-19 David Kastrup <dak@gnu.org>
5951
5952 * subr.el (subregexp-context-p): Fix garbled doc string by adding
5953 quoting.
5954
5955 2005-02-19 Jay Belanger <belanger@truman.edu>
5956
5957 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
5958 Remove extra definitions.
5959 (calc-coth): New function.
5960 (calcFunc-cot): Fix `let'.
5961
5962 2005-02-19 Eli Zaretskii <eliz@gnu.org>
5963
5964 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
5965 the reasons we use "type pc" in these faces.
5966
5967 * button.el (button): Ditto.
5968
5969 2005-02-19 Michael Mauger <mmaug@yahoo.com>
5970
5971 * replace.el (query-replace-read-from): Set the value of
5972 query-replace-from-history-variable to handle the case of an empty
5973 string entered to accept the suggested default.
5974
5975 * net/tramp.el (tramp-file-name-for-operation):
5976 Use dired-call-process instead of dired-call-process-command.
5977
5978 2005-02-19 Jay Belanger <belanger@truman.edu>
5979
5980 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
5981 (math-div-non-trig): New variables.
5982 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
5983 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
5984 (math-combine-prod, math-div-symb-fancy): Add simplifications for
5985 trig expressions.
5986
5987 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
5988
5989 * progmodes/gdb-ui.el (gdb-var-update-handler)
5990 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
5991 for watch expressions,
5992 (gdb-var-create-handler): Don't set speedbar-update-flag.
5993 (gdb-post-prompt): Simplify test for speedbar.
5994
5995 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5996
5997 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
5998 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
5999 we use the syntax table of the correct buffer.
6000 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
6001 Felix Gatzemeier.
6002
6003 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
6004 (ediff-file-remote-p): Make synonymous with file-remote-p.
6005 In all deffaces ediff-*-face-*, use min-colors.
6006
6007 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
6008 ediff-recurse-to-subdirectories.
6009 (ediff-mark-if-equal): Check that the arguments are strings, use
6010 ediff-same-contents (after to Felix Gatzemeier).
6011
6012 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
6013 nil.
6014
6015 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6016
6017 * log-view.el (log-view-message-re): Fix up Subversion regexp.
6018
6019 2005-02-18 David Kastrup <dak@gnu.org>
6020
6021 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
6022 use `mark-active' when defined.
6023
6024 2005-02-18 Kenichi Handa <handa@m17n.org>
6025
6026 * ps-print.el (ps-font-info-database): New entry
6027 ZapfChancery-MediumItalic with correct font name. Fix font name
6028 of the entry Zapf-Chancery-MediumItalic.
6029
6030 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
6031
6032 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
6033
6034 2005-02-16 Kim F. Storm <storm@cua.dk>
6035
6036 * ido.el (ido-fallback-command): Pass user input to fallback command.
6037
6038 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
6039
6040 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
6041 (gdb-find-file-hook): Add server prefix.
6042
6043 2005-02-16 Richard M. Stallman <rms@gnu.org>
6044
6045 * replace.el (perform-replace): Pass new args to replace-highlight.
6046 (replace-highlight): Take region args,
6047 and pass them to isearch-lazy-highlight-new-loop.
6048
6049 * novice.el (disabled-command-hook): Autoload the defalias
6050 and the make-obsolete-variable call.
6051
6052 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
6053
6054 * isearch.el (isearch-lazy-highlight-start-limit)
6055 (isearch-lazy-highlight-end-limit): New variables limit
6056 the region for highlighting.
6057 (isearch-lazy-highlight-new-loop): New args BEG and END.
6058 (isearch-lazy-highlight-search): Use the new vars.
6059 (isearch-lazy-highlight-update): Likewise.
6060
6061 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
6062
6063 * cus-start.el (all): Use default-boundp.
6064
6065 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
6066
6067 * menu-bar.el (menu-bar-select-frame): Handle current frame.
6068
6069 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
6070
6071 * autorevert.el (auto-revert-stop-on-user-input)
6072 (auto-revert-verbose): Doc fixes.
6073
6074 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
6075
6076 * international/mule-cmds.el (set-locale-environment): Remove call
6077 to set-selection-coding-system on Windows.
6078
6079 2005-02-15 Jay Belanger <belanger@truman.edu>
6080
6081 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
6082 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6083 calcFunc-coth.
6084 (math-simplify-sqrt): Add simplifications.
6085
6086 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
6087 to list.
6088
6089 * calc/calc-ext.el: Add functions to autoloads.
6090
6091 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
6092 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
6093 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
6094 (math-csc-raw, math-cot-raw): New functions.
6095
6096 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
6097
6098 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
6099 the variable name in a message.
6100
6101 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
6102 calcFunc-csc, calcFunc-cot.
6103
6104 * calc/calcalg2.el: Add derivative and integration rules for
6105 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
6106 calcFunc-csch, calcFunc-coth.
6107 (math-do-integral-methods): Add to checks for when to use
6108 substitutions.
6109
6110 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
6111
6112 2005-02-15 Lute Kamstra <lute@gnu.org>
6113
6114 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6115 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
6116 <monnier@iro.umontreal.ca>
6117 (lisp-outline-level): Improve efficiency. Suggested by David
6118 Kastrup <dak@gnu.org>.
6119
6120 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
6121
6122 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
6123 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
6124 (gdb-set-gud-minor-mode-existing-buffers): New functions.
6125 (gdb-find-file-hook): New hook. Add it to find-file-hook.
6126 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
6127
6128 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
6129
6130 * cus-start.el (all): Comment change.
6131
6132 2005-02-14 Lute Kamstra <lute@gnu.org>
6133
6134 * cus-start.el (all): Check if symbol is void.
6135
6136 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
6137
6138 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
6139 optional argument to \cite.
6140
6141 2005-02-14 Richard M. Stallman <rms@gnu.org>
6142
6143 * cus-edit.el (custom-buffer-create-internal): Update help message.
6144 (custom-magic-alist): Update help messages.
6145
6146 * cus-start.el (all): Allow a var to specify a standard value.
6147
6148 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
6149
6150 * custom.el (custom-theme-set-variables): Handle variable aliases.
6151
6152 * frame.el (blink-cursor-timer): Doc fix.
6153 (blink-cursor): Make it an alias for `blink-cursor-mode' and
6154 declare obsolete.
6155 (blink-cursor-mode): Define with defcustom and use correct
6156 standard expression in that defcustom.
6157 * startup.el (command-line): Adapt to above changes in frame.el.
6158
6159 2005-02-11 Lute Kamstra <lute@gnu.org>
6160
6161 * apropos.el (apropos-score-doc): Prevent division by zero.
6162
6163 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
6164
6165 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
6166 (icalendar--get-event-property-attributes)
6167 (icalendar--get-event-properties)
6168 (icalendar--datetime-to-diary-date): New functions.
6169 (icalendar--split-value): Doc fix.
6170 (icalendar--datetime-to-noneuropean-date)
6171 (icalendar--datetime-to-european-date): New optional argument
6172 SEPARATOR. Return result as a string instead of a list.
6173 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
6174 (icalendar--convert-string-for-export): Rename arg S to STRING.
6175 (icalendar-export-region): Doc fix. Change name of error buffer.
6176 Save output buffer.
6177 (icalendar-import-file): Add blank at end of prompt.
6178 (icalendar-import-buffer): Doc fix. Do not switch to error
6179 buffer. Indicate status in return value.
6180 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
6181 buffer. Save output buffer. Handle exception from recurrence
6182 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
6183 events. Fix problems with weekly all-day events.
6184
6185 2005-02-10 Richard M. Stallman <rms@gnu.org>
6186
6187 * simple.el (eval-expression-print-format):
6188 Avoid warning about edebug-active.
6189
6190 * help.el (help-for-help-internal): Rename from help-for-help.
6191 (help-for-help): Define with defalias.
6192
6193 * font-core.el (font-lock-default-function): Use with-no-warnings.
6194
6195 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
6196
6197 * custom.el (defface): Doc fix.
6198
6199 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
6200
6201 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
6202 width 0" to prevent word wrapping problems.
6203
6204 2005-02-09 Kim F. Storm <storm@cua.dk>
6205
6206 * ido.el (ido-file-extensions-order): New defcustom.
6207 (ido-file-extension-lessp, ido-file-extension-aux)
6208 (ido-file-extension-order): New advanced file ordering.
6209 (ido-file-lessp): New simple file ordering.
6210 (ido-sort-list): Remove.
6211 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
6212 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
6213
6214 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
6215
6216 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
6217 that some versions of grep produce.
6218 (grep-mode-font-lock-keywords): Likewise.
6219
6220 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
6221
6222 * progmodes/gdb-ui.el (gdb-location-list): New variable.
6223 (gdb-cdir): Delete.
6224 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
6225 (gdb-source-info): Treat case when source file is in another
6226 directory properly.
6227 (gdb-get-location): New function.
6228
6229 2005-02-07 Jay Belanger <belanger@truman.edu>
6230
6231 * calc/calc-prog.el (calc-write-parse-table-part)
6232 (calc-fix-token-name): Fix a check for language type.
6233
6234 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
6235
6236 2005-02-07 Andre Spiegel <spiegel@gnu.org>
6237
6238 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
6239 as directory not writable.
6240
6241 2005-02-07 Kim F. Storm <storm@cua.dk>
6242
6243 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
6244 (cua--standard-movement-commands): Remove list.
6245 Instead, set CUA property value to move for movement commands.
6246 (cua-movement-commands): Remove. Users must set CUA prop instead.
6247 (cua--pre-command-handler): Check CUA property.
6248 (cua--init-keymaps): Don't remap undo commands.
6249 (cua-mode): Don't call cua--rectangle-on-off.
6250
6251 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
6252 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
6253 (cua--rect-undo-set-point): New var.
6254 (cua--rectangle-undo-boundary): Setup undo apply entry.
6255 (cua--rect-undo-handler): New function for rectangle undo.
6256 (cua--rect-start-position, cua--rect-end-position): Add.
6257 (cua--rectangle-post-command): Call cua--rectangle-set-corners
6258 for restored rectangle. Set point if cua--rect-undo-set-point.
6259
6260 2005-02-06 Jay Belanger <belanger@truman.edu>
6261
6262 * calc/calc-lang.el (calc-tex-language): Display more information
6263 in messages.
6264
6265 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
6266 in TeX mode.
6267
6268 2005-02-06 Richard M. Stallman <rms@gnu.org>
6269
6270 * emacs-lisp/lisp.el (buffer-end): Doc fix.
6271
6272 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6273
6274 * net/ldap.el (ldap-search-internal): Support attributes with
6275 optional descriptions separated by a semi-colon, as in
6276 "userCertificate;binary".
6277
6278 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6279
6280 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
6281 isn't a cons (i.e. the version is 0).
6282
6283 2005-02-05 Eli Zaretskii <eliz@gnu.org>
6284
6285 * help.el (help-for-help): Doc fix.
6286
6287 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
6288
6289 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
6290 GDB-Windows on the menu-bar as this works better.
6291
6292 2005-02-04 Jay Belanger <belanger@truman.edu>
6293
6294 * calc/calc-embed.el (calc-embedded-update): Don't put in
6295 unnecessary newlines. Adjust the end of formula marker.
6296
6297 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
6298 (math-latex-parse-two-args): New function.
6299
6300 2005-02-03 Lute Kamstra <lute@gnu.org>
6301
6302 * help-fns.el (help-with-tutorial): Make sure that users cannot
6303 remove the entire text of the tutorial by means of `undo'.
6304
6305 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
6306
6307 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
6308 in recent changes, where the ispell process was repeatedly
6309 killed & restarted.
6310
6311 * international/mule-cmds.el (set-locale-environment): Set file-name
6312 coding system to utf-8 on Darwin systems.
6313 (set-default-coding-systems): Don't set default-file-name-coding-system
6314 on Darwin systems.
6315
6316 2005-02-03 Richard M. Stallman <rms@gnu.org>
6317
6318 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
6319
6320 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
6321
6322 * faces.el (list-faces-display): Add optional argument.
6323
6324 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6325
6326 * font-core.el (font-lock-default-function): Handle the rare case where
6327 only font-lock-keywords is set.
6328
6329 2005-02-02 Kenichi Handa <handa@m17n.org>
6330
6331 * international/characters.el: Cancel previous change for
6332 I-WITH-DOT-ABOVE and DOTLESS-i.
6333
6334 * international/latin-5.el: Cancel previous change.
6335
6336 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6337
6338 * progmodes/gud.el: Correction to syntax in gud-menu-map.
6339
6340 2005-02-02 Kenichi Handa <handa@m17n.org>
6341
6342 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
6343 DOTLESS-i.
6344
6345 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
6346 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
6347
6348 * case-table.el (get-upcase-table): New function.
6349 (copy-case-table): Copy upcaes table too if non-nil.
6350 (set-case-syntax-delims): Maintain upcase table too.
6351 (set-case-syntax-pair): Likewise.
6352 (set-upcase-syntax, set-downcase-syntax): New functions.
6353 (set-case-syntax): Maintain upcase table too.
6354
6355 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6356
6357 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
6358
6359 * progmodes/gud.el (gud-goto-info): New function.
6360 (gud-tool-bar-map): Use correct icon.
6361
6362 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6363
6364 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
6365 When delegating, order args in the funcall correctly.
6366
6367 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6368
6369 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
6370
6371 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
6372
6373 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
6374 buffer not visiting a file.
6375
6376 2005-01-31 Jay Belanger <belanger@truman.edu>
6377
6378 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
6379 bound on the line with the formula.
6380
6381 2005-01-31 Kim F. Storm <storm@cua.dk>
6382
6383 * ses.el (ses-create-cell-variable-range)
6384 (ses-destroy-cell-variable-range, ses-reset-header-string)
6385 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
6386 (ses-insert-row): Fix format of apply undo entries.
6387
6388 2005-01-31 Jay Belanger <belanger@truman.edu>
6389
6390 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
6391 parts.
6392
6393 * calc/calc-embed.el (calc-embedded-open-formula)
6394 (calc-embedded-close-formula): Ignore matrix environments.
6395
6396 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
6397 TeX mode.
6398
6399 * calc/calc-lang.el (math-function-table, math-oper-table)
6400 (math-variable-table): Adjust the LaTeX portions.
6401
6402 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
6403 (math-latex-ignore-words): New constant.
6404
6405 2005-01-31 Richard M. Stallman <rms@gnu.org>
6406
6407 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
6408 (ispell-local-dictionary): Doc fix.
6409 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
6410 Don't reinitialize at run time. Don't defcustom.
6411 All uses changed to append ispell-local-dictionary-alist,
6412 or check it first.
6413 (ispell-current-dictionary): New variable for dictionary in use.
6414 (ispell-dictionary): Now used only for global default.
6415 (ispell-start-process): Set ispell-current-dictionary,
6416 not ispell-dictionary.
6417 (ispell-change-dictionary): Use this only for setting
6418 user preferences.
6419 (ispell-internal-change-dictionary): New function
6420 to change the current dictionary in use.
6421 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
6422 Use ispell-current-dictionary.
6423 Handle ispell-local-dictionary-overridden.
6424 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
6425
6426 2005-01-31 Jay Belanger <belanger@truman.edu>
6427
6428 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
6429
6430 * calc/calc-ext.el: Add calc-latex-language to autoloads.
6431 (calc-mode-map): Add calc-latex-language.
6432
6433 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
6434 (math-latex-print-frac): New functions.
6435 (math-oper-table, math-function-table, math-variable-table)
6436 (math-complex-format, math-input-filter): Add latex properties.
6437 (calc-set-language): Set math-expr-special-function-mapping.
6438
6439 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
6440 (calc-write-parse-table-part): Add LaTeX support.
6441
6442 * calc/calc.el (calc-language): Adjust docstring.
6443 (calc-set-mode-line): Add LaTeX support.
6444 (math-expr-special-function-mapping): New variable.
6445 (math-tex-ignore-words): Add to list.
6446
6447 * calc/calccomp.el (math-compose-expr, math-compose-rows):
6448 Add LaTeX support.
6449 (math-compose-expr): Add support for special functions.
6450
6451 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
6452
6453 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
6454
6455 * progmodes/gdb-ui.el (gdb-memory-address)
6456 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
6457 (gdb-memory-mode-map, gdb-memory-format-keymap)
6458 (gdb-memory-format-menu, gdb-memory-unit-keymap)
6459 (gdb-memory-unit-menu): New variables for a buffer
6460 that lets the user examine program memory.
6461 (gdb-memory-set-address, gdb-memory-set-repeat-count)
6462 (gdb-memory-format-binary, gdb-memory-format-octal)
6463 (gdb-memory-format-unsigned, gdb-memory-format-signed)
6464 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
6465 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
6466 (gdb-memory-unit-word, gdb-memory-unit-halfword)
6467 (gdb-memory-unit-byte, gdb-memory-unit-menu)
6468 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
6469 (gdb-memory-mode, gdb-memory-buffer-name)
6470 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
6471 New functions for above buffer.
6472
6473 2005-01-30 Richard M. Stallman <rms@gnu.org>
6474
6475 * cus-edit.el (custom-bury-buffer): Function deleted.
6476 (custom-buffer-done-function): Option deleted.
6477 (custom-buffer-done-kill): New (replacement option.
6478 (Custom-buffer-done): Call quit-window.
6479 (custom-buffer-create-internal): Update for above changes.
6480
6481 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
6482
6483 * simple.el (undo-ask-before-discard): New var.
6484 (undo-outer-limit-truncate): Implement it.
6485 (undo-extra-outer-limit): Doc update.
6486
6487 2005-01-29 Richard M. Stallman <rms@gnu.org>
6488
6489 * ses.el (undo-more): Delete defadvice.
6490 (ses-begin-change): Doc fix.
6491
6492 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
6493 instead of rebinding C-x u and C-_.
6494
6495 * files.el (normal-backup-enable-predicate): Return nil for files
6496 in /tmp, regardless of temporary-file-directory.
6497
6498 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
6499
6500 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
6501 (open-rectangle, delete-whitespace-rectangle-line)
6502 (clear-rectangle-line): If FILL, pass t instead of FILL
6503 for move-to-column's 2nd arg.
6504
6505 * simple.el (undo): Fix the test for continuing a series of undos.
6506 (undo-more): Set pending-undo-list to t when we reach end.
6507 (pending-undo-list): Move up defvar.
6508
6509 * wid-edit.el (widget-button-click):
6510 Shorten the range of the track-mouse binding.
6511
6512 * comint.el (comint-insert-input): Undo previous changes;
6513 use last-input-event in interactive spec.
6514
6515 2005-01-29 Eli Zaretskii <eliz@gnu.org>
6516
6517 * progmodes/compile.el (compilation-start): Bind buffer-read-only
6518 to nil before invoking call-process. Reset buffer's modified flag
6519 after fontifying it in the no-async branch.
6520
6521 * wid-edit.el (widget-specify-button): If mouse pointer shape
6522 cannot be changed, use mouse face instead.
6523
6524 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
6525
6526 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6527 (gdb-goto-breakpoint): Make breakpoint handling work on template
6528 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
6529 (gdb-assembler-custom): Update to recognise breakpoint information
6530 added on 2005-01-19.
6531
6532 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
6533
6534 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
6535 (dsssl-mode): Use define-derived-mode.
6536 (scheme-mode-initialize): Remove.
6537 (scheme-mode): Use run-mode-hooks.
6538
6539 * cus-edit.el (customize-group-other-window)
6540 (custom-buffer-create-other-window): Don't override special-display-*.
6541 (custom-mode-map): Make it dense.
6542
6543 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
6544 sets the default value.
6545
6546 2005-01-28 Eli Zaretskii <eliz@gnu.org>
6547
6548 * descr-text.el: Add more keywords.
6549
6550 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6551
6552 * speedbar.el: Avoid unnecessary use of locate-library.
6553
6554 * international/mule-cmds.el (standard-display-european-internal):
6555 Don't fiddle with latin-1 non-break space any more since it's now
6556 special cased in the C code.
6557 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
6558
6559 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
6560
6561 * cus-start.el (all): Add `undo-outer-limit'.
6562
6563 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6564
6565 * textmodes/bibtex.el (bibtex-format-entry):
6566 Use `bibtex-empty-field-re' only on the text of fields, not on entire
6567 field lines.
6568 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
6569 not on part of a buffer.
6570
6571 2005-01-25 Lute Kamstra <lute@gnu.org>
6572
6573 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
6574 nonempty field text strings like "{letters\\macro{}more letters}".
6575 Clarify docstring.
6576 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
6577 (bibtex-entry-offset, bibtex-parse-association)
6578 (bibtex-parse-field-name): Fix typos in docstrings.
6579 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
6580
6581 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
6582
6583 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
6584 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
6585 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
6586 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
6587
6588 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
6589 isearch minor mode.
6590
6591 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
6592
6593 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
6594
6595 2005-01-24 Lute Kamstra <lute@gnu.org>
6596
6597 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
6598 CASECHARS and NOT-CASECHARS regular expressions of the
6599 "nederlands" and "nederlands8" dictionaries to prevent a "Range
6600 striding over charsets" error.
6601
6602 2005-01-24 Jay Belanger <belanger@truman.edu>
6603
6604 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
6605 display variable name.
6606
6607 2005-01-24 Kenichi Handa <handa@m17n.org>
6608
6609 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
6610 Fix setting of the element of encoded-kbd-iso2022-invocations.
6611
6612 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
6613
6614 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6615 (gdb-threads-select): Change to also accept mouse events.
6616 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
6617 (gdb-threads-mouse-select): Delete.
6618
6619 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
6620
6621 * files.el (insert-directory): Take care of empty directory,
6622 listed without -a switch.
6623
6624 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6625
6626 * textmodes/refill.el (refill-post-command-function):
6627 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
6628 to the list of functions that we should be careful not to undo.
6629 (refill-late-fill-paragraph-function): Remove.
6630 (refill-saved-state): New var.
6631 (refill-mode): Use it to save fill-paragraph-function.
6632 Save also the value of auto-fill-function.
6633
6634 * term/w32-win.el: Simplify code.
6635
6636 2005-01-23 Kim F. Storm <storm@cua.dk>
6637
6638 * simple.el (line-move): Adapt to new return value from
6639 pos-visible-in-window-p.
6640
6641 * simple.el (line-move): Fix last change. Check partial
6642 visibility at point rather than at window-start.
6643
6644 2005-01-22 Jason Rumney <jasonr@gnu.org>
6645
6646 * term/w32-win.el (xw-defined-colors): Remove debug-message.
6647
6648 2005-01-22 David Kastrup <dak@gnu.org>
6649
6650 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
6651
6652 2005-01-22 Eli Zaretskii <eliz@gnu.org>
6653
6654 * type-break.el (type-break-mode): Add a test for
6655 type-break-file-name being non-nil.
6656
6657 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6658
6659 * net/eudc.el (top level): Call (message "") via progn, so that
6660 eudc-options-file is loaded.
6661
6662 2005-01-22 Kim F. Storm <storm@cua.dk>
6663
6664 * simple.el (line-move-1): Rename from line-move.
6665 (line-move): New function that adjusts vscroll for partially
6666 visible rows, and calls line-move-1 otherwise.
6667
6668 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
6669
6670 * pcomplete.el: define pcomplete-read-event instead of read-event,
6671 since it's not a complete read-event implementation
6672
6673 2005-01-20 Jay Belanger <belanger@truman.edu>
6674
6675 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
6676 for called function.
6677
6678 2005-01-20 Steven Tamm <steventamm@mac.com>
6679
6680 * term/mac-win.el (process-connection-type): Remove.
6681 Controlled now by s/darwin.h:PTY_ITERATION.
6682
6683 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6684
6685 * window.el (handle-select-window): Don't switch window when we're
6686 in the minibuffer.
6687
6688 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
6689
6690 * subr.el (dotimes-with-progress-reporter): New macro.
6691
6692 * ses.el (ses-dotimes-msg): Remove macro.
6693 Use `dotimes-with-progress-reporter' instead.
6694
6695 2005-01-19 Steven Tamm <steventamm@mac.com>
6696
6697 * term/mac-win.el (process-connection-type): Use new
6698 operating-system-release variable to use ptys on Darwin 7 (OSX
6699 10.3) when using carbon build.
6700
6701 2005-01-19 Jay Belanger <belanger@truman.edu>
6702
6703 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
6704 flags if the last command was a tab or M-tab.
6705
6706 * calc/calc-prog.el (calc-user-define-edit): Put original formula
6707 in formula editing buffer.
6708
6709 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6710
6711 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
6712 breakpoint image symbol in margin.
6713
6714 2005-01-19 Jay Belanger <belanger@truman.edu>
6715
6716 * calc/calc-prog.el (calc-execute-kbd-macro):
6717 Ignore calc-keep-arg-flag.
6718
6719 2005-01-19 Kenichi Handa <handa@m17n.org>
6720
6721 * textmodes/ispell.el (ispell-looking-at): New function.
6722 (ispell-process-line): Use ispell-looking-at to compare the ispell
6723 output and the buffer contents.
6724
6725 2005-01-18 Jay Belanger <belanger@truman.edu>
6726
6727 * calc/calc.el (calc-display-raw): Fix docstring.
6728
6729 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6730
6731 * simple.el (blink-matching-open): Strip extra info from syntax.
6732
6733 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
6734 funny chars in the end-of-here-doc marker.
6735
6736 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6737
6738 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
6739 that enable/disabled state of breakpoints is shown correctly in
6740 fringe and on ttys.
6741 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
6742 Add breakpoint information as text properties.
6743 (gdb-mouse-toggle-breakpoint):
6744 Rename to gdb-mouse-set-clear-breakpoint.
6745 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
6746 breakpoints in the margin.
6747 (gdb-remove-strings): Simplify.
6748
6749 2005-01-17 Jay Belanger <belanger@truman.edu>
6750
6751 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
6752 erasing buffer.
6753
6754 2005-01-17 Richard M. Stallman <rms@gnu.org>
6755
6756 * progmodes/grep.el (grep-find): Copy from `grep' the condition
6757 for calling grep-compute-defaults.
6758
6759 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
6760 if buffer is empty.
6761
6762 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
6763
6764 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6765
6766 * hilit-chg.el (highlight-changes-mode): Don't autoload.
6767
6768 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
6769 non-preloaded variables.
6770
6771 2005-01-17 Steven Tamm <steventamm@mac.com>
6772
6773 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
6774 tex-shell cause to force interactivity when using pipes.
6775
6776 2005-01-17 Kim F. Storm <storm@cua.dk>
6777
6778 * simple.el (just-one-space): Make arg optional.
6779
6780 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
6781
6782 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
6783 posn-at-x-y to t to access left-margin.
6784
6785 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
6786
6787 Sync with Tramp 2.0.47.
6788
6789 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
6790 catching keep-date problems in cp/scp operations.
6791 (tramp-handle-copy-file): Don't call `set-file-modes'
6792 unconditionally. Specialized functions should know better what is
6793 necessary. This improves performance a little bit, and the
6794 functions could catch errors with `cp -p' and `scp -p'.
6795 (tramp-do-copy-or-rename-file-via-buffer)
6796 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
6797 when appropriate.
6798 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
6799 Call `set-file-modes' when appropriate.
6800 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
6801 Johnsson <isak@hypergene.com>
6802 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
6803 of both Tramp buffer and debug buffer. Reported by Joakim Verona
6804 <joakim@verona.se>
6805 (tramp-file-name-for-operation): Mark `shell-command' as magic for
6806 Emacs only.
6807
6808 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
6809 `find-file-hooks' and `dired-mode-hook'.
6810 (tramp-minor-mode-map): Respective map. Add remapping for
6811 `compile' and `recompile'.
6812 (tramp-remap-command, tramp-recompile): New defuns.
6813 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
6814 in buffer "*Compilation*". Call the commands asynchronously.
6815
6816 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
6817 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
6818 `shell-command', because it isn't magic in XEmacs. Reported by
6819 Adrian Aichner <adrian@xemacs.org>.
6820
6821 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6822 `substitute-in-file-name.
6823 (tramp-smb-handle-substitute-in-file-name): New defun.
6824 (tramp-smb-advice-PC-do-completion): Delete advice.
6825
6826 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
6827
6828 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
6829 Fix error in deleting region.
6830
6831 2005-01-15 Richard M. Stallman <rms@gnu.org>
6832
6833 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
6834 In non-temp buffer, switch syntax table temporarily.
6835
6836 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
6837
6838 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
6839
6840 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
6841
6842 * imenu.el (imenu--split-menu): Copy menulist before sorting.
6843 (imenu--generic-function): Use START, not BEG, as pos of definition.
6844
6845 * simple.el (just-one-space): Argument specifies number of spaces.
6846
6847 * simple.el (eval-expression-print-format): Avoid warning
6848 about edebug-active.
6849
6850 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
6851
6852 * progmodes/sh-script.el: Code copied from make-mode.el
6853 with small changes,
6854 (sh-mode-map): Bind C-c C-\.
6855 (sh-backslash-column, sh-backslash-align): New variables.
6856 (sh-backslash-region, sh-append-backslash): New functions.
6857
6858 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6859
6860 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
6861 (rmail-pop-password, rmail-pop-password-required): Move to
6862 rmail-obsolete group.
6863 (rmail-set-pop-password): Rename to rmail-set-remote-password.
6864 All callers updated.
6865 (rmail-get-pop-password): Rename to rmail-get-remote-password.
6866 Take an argument specifying whether it is POP or IMAP mailbox we
6867 are using. All callers updated.
6868 (rmail-pop-password-error): Rename to
6869 rmail-remote-password-error. Added mailutils-specific error message.
6870 (rmail-movemail-search-path)
6871 (rmail-movemail-variant-in-use): New variables.
6872 (rmail-remote-password, rmail-remote-password-required):
6873 New customization variables.
6874 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
6875 (rmail-parse-url): New function.
6876 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
6877 with GNU mailutils movemail.
6878
6879 2005-01-15 Kevin Ryde <user42@zip.com.au>
6880
6881 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
6882 suffix to space, $ or '$, to correctly position point when going
6883 to @table style constants like DBL_MAX.
6884
6885 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
6886
6887 * type-break.el (type-break-mode, type-break-file-time)
6888 (type-break-file-keystroke-count, type-break-choose-file):
6889 Don't store data in or load data from the file if type-break-file-name
6890 is nil.
6891 (type-break-file-name): Doc update as per the above.
6892
6893 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
6894
6895 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
6896 lookup-key might return nil; handle that.
6897
6898 2005-01-15 Alan Mackenzie <acm@muc.de>
6899
6900 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
6901 rather than the element found, thus enabling the tree to be setcar'd.
6902
6903 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6904
6905 * textmodes/org.el (org-show-following-heading): New option.
6906 (org-show-hierarchy-above): Use `org-show-following-heading'.
6907 (org-cycle): Documentation fix.
6908
6909 * textmodes/org.el (orgtbl-optimized): New option
6910 (orgtbl-mode): New command, a minor mode.
6911 (orgtbl-mode-map): New variable.
6912 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
6913 (orgtbl-error, orgtbl-self-insert-command)
6914 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
6915
6916 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
6917 a local variable in each org-mode buffer.
6918
6919 * textmodes/org.el (org-set-regexps-and-options): Rename from
6920 `org-set-regexps'. Added checking for STARTUP keyword.
6921 (org-get-current-options): Add STARTUP options.
6922 (org-table-insert-row): Mode mode intelligent about when
6923 realignment is needed.
6924 (org-self-insert-command, org-delete-backward-char, org-delete-char):
6925 New commands.
6926 (org-enable-table-editor): New default value `optimized'.
6927 (org-table-blank-field): Support blanking regions if active.
6928
6929 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6930
6931 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
6932 if the year is not given.
6933
6934 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
6935 Add new escapes %m and %M, fixed bug with %F by adding
6936 save-match-data.
6937 (reftex-reference): Remove ?. from list of spaces.
6938 (reftex-label-info): Add automatic label prefix recognition.
6939
6940 * textmodes/reftex-index.el (reftex-index-next-phrase):
6941 Add slave parameter to call of `reftex-index-this-phrase'.
6942 (reftex-index-this-phrase): New optional argument.
6943 (reftex-index-region-phrases): Add slave parameter to call of
6944 `reftex-index-this-phrase'.
6945 (reftex-display-index): New argument redo.
6946 (reftex-index-rescan): Add 'redo to arguments of
6947 `reftex-display-index'.
6948 (reftex-index-Rescan, reftex-index-revert)
6949 (reftex-index-switch-index-tag): Add 'redo to arguments of
6950 `reftex-display-index'.
6951 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
6952 indexing. Fix bug with matching is there is a quote before or
6953 after the word.
6954
6955 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
6956 Fix bug when collecting citation keys in lines with comments.
6957 (reftex-citation): Prefix argument no longer rescans the document,
6958 but forces prompting for optional arguments of cite macros.
6959 (reftex-do-citation): Prompting for optional arguments implemented.
6960
6961 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6962 Add optional arguments to most cite commands.
6963 (reftex-cite-cleanup-optional-args): New option
6964 (reftex-cite-prompt-optional-args): New option.
6965 (reftex-trust-label-prefix): New option.
6966
6967 * textmodes/reftex-toc.el (reftex-toc-find-section):
6968 Add push-mark before changing the position in the buffer.
6969
6970 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
6971 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
6972
6973 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
6974
6975 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
6976 more carefully.
6977
6978 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6979
6980 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
6981 (sgml-mode): Use it.
6982 (sgml-get-context): Better keep track of implicitly closed tags.
6983
6984 2005-01-13 Kenichi Handa <handa@m17n.org>
6985
6986 * textmodes/ispell.el: These changes are to fix misalignment error
6987 caused by equivalent characters of different Emacs charsets.
6988 (ispell-unified-chars-table): New variable.
6989 (ispell-get-decoded-string): New function.
6990 (ispell-get-casechars, ispell-get-not-casechars)
6991 (ispell-get-otherchars): Call ispell-get-decoded-string.
6992
6993 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
6994
6995 * custom.el (custom-declare-variable): Just put symbol instead
6996 of (defvar . symbol) in `current-load-list'.
6997
6998 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6999
7000 * emacs-lisp/elint.el: Fixed typo in Commentary section.
7001
7002 2005-01-12 Jay Belanger <belanger@truman.edu>
7003
7004 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
7005 to create a Calc summary.
7006
7007 2005-01-12 Kim F. Storm <storm@cua.dk>
7008
7009 * mouse.el (mouse-on-link-p): Change functionality and doc
7010 string to comply with latest description in lisp ref.
7011
7012 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
7013
7014 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
7015 Enable mouse clicks on mode-line, header-line and margin.
7016 (event-type): Give mouse event symbols an 'event-kind property
7017 with value 'mouse-click.
7018
7019 2005-01-12 Juri Linkov <juri@jurta.org>
7020
7021 * facemenu.el (list-colors-display): Add new arg buffer-name.
7022 Use it. Fix docstring. Replace code for identifying duplicate
7023 colors by the name with call to `list-colors-duplicates' which
7024 identifies duplicate colors by the value unless the color
7025 is one of special Windows colors. Set truncate-lines to t.
7026 Print sorted duplicate color names on each line. Indent to 22
7027 \(the longest color name in rgb.txt) instead of 20. Optimize.
7028 (list-colors-duplicates): New function.
7029 (facemenu-color-name-equal): Delete function.
7030
7031 * facemenu.el (list-colors-print): New function created from code
7032 in list-colors-display. Print #RRGGBB at the window right edge.
7033 (list-colors-display): When temp-buffer-show-function is not
7034 defined, call list-colors-print from temp-buffer-show-hook
7035 to get the right value of window-width in list-colors-print
7036 after the buffer is displayed.
7037
7038 * simple.el (pop-mark): Move deactivate-mark out of conditional
7039 part to deactivate the active mark regardless of the state of the
7040 mark ring.
7041
7042 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
7043 variables line in desktop files.
7044
7045 2005-01-12 Juri Linkov <juri@jurta.org>
7046
7047 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
7048 Bring together isearch highlight related options.
7049 (lazy-highlight): Replace group `replace' by `matching'.
7050 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7051 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7052 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
7053 and declare them obsolete.
7054 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
7055 (isearch-faces): Remove defgroup.
7056 (isearch-overlay, isearch-highlight, isearch-dehighlight):
7057 Move isearch highlighting code closer to lazy highlighting code.
7058
7059 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
7060 (query-replace-highlight, query-replace-lazy-highlight)
7061 (query-replace): Move definitions to the beginning of the file.
7062
7063 2005-01-11 Juri Linkov <juri@jurta.org>
7064
7065 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
7066 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
7067 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
7068
7069 * info.el (Info-history-forward): New variable.
7070 (Info-select-node): Reset Info-history-forward to nil.
7071 (Info-last): Turn into defalias.
7072 (Info-history-back): Rename from Info-last.
7073 Add current node to Info-history-forward.
7074 (Info-history-forward): New fun.
7075 (Info-mode-map): Replace Info-last by Info-history-back.
7076 Bind Info-history-forward to "r".
7077 (Info-mode-menu): Replace Info-last by Info-history-back.
7078 Fix menu item text. Add menu item for Info-history-forward.
7079 (info-tool-bar-map): Replace Info-last by Info-history-back.
7080 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
7081 for Info-history-forward.
7082 (Info-mode): Replace Info-last by Info-history-back in docstring.
7083 Add local variable Info-history-forward.
7084 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
7085
7086 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7087
7088 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
7089 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
7090 Ignore select-window events rather than fiddle with
7091 mouse-autoselect-window.
7092
7093 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
7094
7095 * type-break.el (type-break-mode): Fix previous change.
7096
7097 2005-01-10 Jay Belanger <belanger@truman.edu>
7098
7099 * calc/calc-ext.el (calc-reset): Reset when inside embedded
7100 calculator; only reset when point is inside a calculator.
7101 Don't adjust the window height if the window takes up the whole height
7102 of the frame.
7103
7104 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
7105
7106 * ebuff-menu.el (Electric-buffer-menu-mode):
7107 Preserve value of buffer-local var header-line-format.
7108
7109 2005-01-09 Jay Belanger <belanger@truman.edu>
7110
7111 * calc/calc.el (calc-mode-var-list-restore-saved-values):
7112 Make sure settings file exists before accessing it.
7113
7114 * calc/calc-embed.el (calc-embedded-subst):
7115 Replace math-multi-subst-rec, which is only supposed to be called
7116 by math-multi-subst, by math-multi-subst.
7117
7118 2005-01-09 Andre Spiegel <spiegel@gnu.org>
7119
7120 * vc.el (vc-allow-async-revert): New user option.
7121 (vc-disable-async-diff): New internal variable.
7122 (vc-revert-buffer): Use them to disable asynchronous diff.
7123
7124 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
7125 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
7126 asynchronously if vc-disable-async-diff is t.
7127
7128 2005-01-09 Jay Belanger <belanger@truman.edu>
7129
7130 * calc/calc.el (defcalcmodevar): New macro.
7131 (calc-mode-var-list-restore-default-values)
7132 (calc-mode-var-list-restore-saved-values): New functions.
7133 (calc-mode-var-list): Use defcalcmodevar to define it.
7134 (calc-always-load-extensions, calc-line-numbering)
7135 (calc-line-breaking, calc-display-just, calc-display-origin)
7136 (calc-number-radix, calc-leading-zeros, calc-group-digits)
7137 (calc-group-char, calc-point-char, calc-frac-format)
7138 (calc-prefer-frac, calc-hms-format, calc-date-format)
7139 (calc-float-format, calc-full-float-format, calc-complex-format)
7140 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
7141 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
7142 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
7143 (calc-matrix-brackets, calc-language, calc-language-option)
7144 (calc-left-label, calc-right-label, calc-word-size)
7145 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7146 (calc-display-raw, calc-internal-prec, calc-angle-mode)
7147 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7148 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7149 (calc-window-height, calc-display-trail, calc-show-selections)
7150 (calc-use-selections, calc-assoc-selections)
7151 (calc-display-working-message, calc-auto-why, calc-timing)
7152 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
7153 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
7154 (calc-gnuplot-default-device, calc-gnuplot-default-output)
7155 (calc-gnuplot-print-device, calc-gnuplot-print-output)
7156 (calc-gnuplot-geometry, calc-graph-default-resolution)
7157 (calc-graph-default-resolution-3d, calc-invocation-macro)
7158 (calc-show-banner): Use defcalcmodevar to declare them and set
7159 their default values.
7160
7161 * calc/calc-ext.el (calc-reset): Restore saved values of variables
7162 instead of default values (but restore default values if there is
7163 an argument of 0).
7164
7165 2005-01-09 David Kastrup <dak@gnu.org>
7166
7167 * desktop.el (desktop-restore-eager): Fix typo in type.
7168
7169 2005-01-08 Richard M. Stallman <rms@gnu.org>
7170
7171 * cus-edit.el (customize): Delete :link.
7172
7173 2005-01-08 Jay Belanger <belanger@truman.edu>
7174
7175 * calc/calc.el (calc-mode): Remove the extension from the
7176 `calc-settings-file' file name when loading it.
7177
7178 2005-01-08 Kim F. Storm <storm@cua.dk>
7179
7180 * info.el (Info-mode-map, Info-next-link-keymap)
7181 (Info-prev-link-keymap, Info-up-link-keymap):
7182 Map follow-link to mouse-face.
7183 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
7184
7185 2005-01-08 Jay Belanger <belanger@truman.edu>
7186
7187 * calc/calc.el (calc-settings-file): Change default value.
7188 Suggested by cgw in a comment in calc-mode.el.
7189
7190 * calc/calc-mode.el (calc-settings-file-name):
7191 Compare calc-settings-file to user-init-file instead of ~/.emacs.
7192 Replace ~/.emacs in a prompt by calc-settings-file.
7193
7194 2005-01-07 Lars Hansen <larsh@math.ku.dk>
7195
7196 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
7197 (desktop-lazy-idle-delay): New customizable variables.
7198 (desktop-buffer-args-list): New variable.
7199 (desktop-append-buffer-args): New function.
7200 (desktop-save): Call desktop-append-buffer-args for some buffers.
7201 (desktop-lazy-create-buffer): New function.
7202 (desktop-idle-create-buffers): New function.
7203 (desktop-read): Add message about buffers to restore lazily.
7204 (desktop-lazy-abort): New command.
7205 (desktop-clear): Call desktop-lazy-abort.
7206 (desktop-lazy-complete): New command.
7207
7208 2005-01-06 Richard M. Stallman <rms@gnu.org>
7209
7210 * emacs-lisp/find-func.el (find-face-definition):
7211 Rename from find-face.
7212
7213 2005-01-06 Kim F. Storm <storm@cua.dk>
7214
7215 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
7216
7217 * man.el (Man-xref-man-page, Man-xref-header-file)
7218 (Man-xref-normal-file): Add follow-link property.
7219
7220 2005-01-06 Jay Belanger <belanger@truman.edu>
7221
7222 * calc/calc-units.el: Make sure the proper macro definitions are
7223 available when compiling.
7224
7225 2005-01-06 Juri Linkov <juri@jurta.org>
7226
7227 * isearch.el (isearch-lazy-highlight-update):
7228 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
7229
7230 2005-01-06 Miles Bader <miles@gnu.org>
7231
7232 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
7233 (isearch-lazy-highlight-face): Use new name.
7234
7235 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7236
7237 * uniquify.el (uniquify-rationalize-file-buffer-names):
7238 Re-add an interactive spec.
7239 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
7240 to the same name.
7241
7242 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
7243 (isearch-update, isearch-done): Adjust calls accordingly.
7244
7245 2005-01-05 Richard M. Stallman <rms@gnu.org>
7246
7247 * custom.el (custom-set-variables, custom-theme-set-variables):
7248 Clarify documentation.
7249
7250 * emacs-lisp/find-func.el (find-variable)
7251 (find-variable-other-window, find-variable-other-frame):
7252 Fix the TYPE args to find-function-read and find-function-do-it.
7253 (find-function): Doc fix.
7254 (find-function-at-point): Replace function-at-point alias.
7255
7256 2005-01-04 Richard M. Stallman <rms@gnu.org>
7257
7258 * cus-face.el (custom-declare-face):
7259 Record defface in current-load-list.
7260
7261 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
7262
7263 * emacs-lisp/find-func.el: Doc fixes.
7264 (find-face-regexp): New variable.
7265 (find-function-regexp-alist): New variable.
7266 (find-function-C-source): Third arg is now TYPE.
7267 (find-function-search-for-symbol): Handle general TYPE.
7268 (find-function-read, find-function-do-it): Handle general TYPE.
7269 (find-definition-noselect, find-face): New functions.
7270 (function-at-point): Alias deleted.
7271
7272 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
7273
7274 * battery.el (display-battery-mode): Rename from display-battery.
7275 Handle the case where it gets turned off.
7276
7277 2005-01-04 Richard M. Stallman <rms@gnu.org>
7278
7279 * cus-edit.el (customize): Make :link point to user doc.
7280
7281 * man.el (Man-fontify-manpage): Turn off undo generation.
7282
7283 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
7284
7285 2005-01-04 Andreas Schwab <schwab@suse.de>
7286
7287 * files.el (insert-directory): Only look for error lines in
7288 inserted text. Don't move too far after processing --dired markers.
7289
7290 2005-01-04 Richard M. Stallman <rms@gnu.org>
7291
7292 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7293 Don't expand if the character is @, period, dash, etc.
7294 (define-mail-abbrev): Quote names that contain problem characters.
7295
7296 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
7297
7298 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
7299
7300 2005-01-03 Richard M. Stallman <rms@gnu.org>
7301
7302 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
7303 (query-replace-highlight, query-replace-lazy-highlight)
7304 (query-replace): Definitions moved up. Doc fix.
7305
7306 2005-01-03 Richard M. Stallman <rms@gnu.org>
7307
7308 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
7309 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7310 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7311 (lazy-highlight-face): Rename from isearch-lazy-...
7312 Change all references to them.
7313
7314 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7315
7316 * cus-edit.el (custom-file): Doc fix for defcustom.
7317 (custom-file): The function no longer sets the variable
7318 `custom-file' to its return value.
7319
7320 * startup.el (command-line): No longer load `custom-file'.
7321
7322 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7323
7324 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
7325
7326 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
7327 Don't confuse module-prefixed identifiers for labels.
7328 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
7329
7330 2005-01-02 Richard M. Stallman <rms@gnu.org>
7331
7332 * files.el (basic-save-buffer-1): Fix previous change.
7333
7334 * loadhist.el (file-loadhist-lookup): New function.
7335 (file-provides, file-requires): Use it.
7336
7337 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
7338 instead of calculating the right size.
7339
7340 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7341
7342 * vc-svn.el (vc-svn-diff): Stay local if possible.
7343
7344 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
7345
7346 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
7347
7348 * files.el (hack-local-variables): Fix last change.
7349
7350 2005-01-02 Jay Belanger <belanger@truman.edu>
7351
7352 * calc/calc-yank.el (calc-edit-top): New variable.
7353 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
7354 object. Change header properties.
7355 (calc-edit-finish, calc-edit-finish-stack-object)
7356 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
7357 edited object.
7358 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
7359 for the beginning of the edited object.
7360 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
7361 for the beginning of the edited object.
7362 * calc/calc-prog.el (calc-edit-macro-finish-edit)
7363 (calc-finish-formula-edit, calc-macro-repeats)
7364 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
7365 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
7366 beginning of the edited object.
7367 (calc-user-define-edit): Change the header for editing macros.
7368 Remove unnecessary variable.
7369
7370 2005-01-01 Jay Belanger <belanger@truman.edu>
7371
7372 * calc/calc-yank.el (calc-edit-mode): Change default header.
7373 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
7374 * calc/calc-store.el (calc-edit-variable): Change title to match new
7375 header.
7376 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
7377 mode to match new header.
7378 (calc-user-define-edit): Change titles to include names of commands.
7379 (calc-finish-formula-edit): Adjust to handle new header.
7380 (calc-finish-macro-edit): Remove.
7381 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
7382 (calc-edit-macro-command, calc-edit-macro-command-type)
7383 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
7384 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
7385 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
7386 (calc-edit-macro-finish-edit): New functions.
7387 (calc-user-define-edit): Use new functions to edit named calc macros.
7388
7389 2005-01-01 Stefan <monnier@iro.umontreal.ca>
7390
7391 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
7392
7393 * ses.el (copy-region-as-kill): Deactivate mark.
7394
7395 2005-01-01 Richard M. Stallman <rms@gnu.org>
7396
7397 * replace.el (occur-1): If the output buffer is also an input,
7398 don't kill it, rename it.
7399
7400 * faces.el (set-face-background, set-face-foreground): Doc fix.
7401
7402 * cus-face.el (custom-face-attributes): Fix :help-echo strings
7403 for :foreground and :background.
7404
7405 * dired.el (dired-view-command-alist): Variable deleted.
7406 (dired-view-file, dired-mouse-find-file-other-window):
7407 Delete the code to use it.
7408
7409 2005-01-01 Kim F. Storm <storm@cua.dk>
7410
7411 * image.el (insert-sliced-image): Use t for line-height property.
7412
7413 2004-12-31 Jay Belanger <belanger@truman.edu>
7414
7415 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
7416 for "var-" at the beginning of the minibuffer.
7417
7418 2004-12-31 Richard M. Stallman <rms@gnu.org>
7419
7420 * faces.el (read-face-name):
7421 Don't treat an attribute spec as a list of faces.
7422
7423 * simple.el (undo): Use undo-equiv-table to detect
7424 unexpected changes since previous undo.
7425 (undo-list-saved): Variable deleted.
7426 (buffer-disable-undo): Don't alter undo-list-saved.
7427
7428 * files.el (require-final-newline): Allow `visit' and `visit-save'.
7429 (mode-require-final-newline): New option.
7430 (after-find-file): Handle require-final-newline with new values.
7431 (basic-save-buffer): Handle new values of require-final-newline.
7432
7433 * progmodes/sh-script.el (sh-require-final-newline):
7434 Alist value now controls whether to use mode-require-final-newline.
7435 (sh-set-shell): Implement that new meaning.
7436
7437 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
7438 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
7439 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
7440 Delete old-Emacs compatibility code.
7441 (antlr-c-common-init): Function deleted.
7442
7443 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
7444 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
7445 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
7446 * progmodes/python.el (python-mode): Use mode-require-final-newline.
7447 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
7448 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
7449 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
7450 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
7451 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
7452 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
7453 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
7454 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
7455 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
7456 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
7457 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
7458 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
7459
7460 2004-12-31 Jay Belanger <belanger@truman.edu>
7461
7462 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
7463 way to return to Calc.
7464
7465 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
7466 finish, C-xk as the way to cancel the edit. Add cancel routine to
7467 kill-buffer-hook.
7468
7469 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
7470 MacEdit code.
7471
7472 * calc/calc-prog.el: Remove obsolete MacEdit code.
7473 (calc-macro-edit-algebraic, calc-macro-edit-variable)
7474 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
7475
7476 2004-12-31 Kenichi Handa <handa@m17n.org>
7477
7478 * international/mule.el (buffer-file-coding-system-explicit):
7479 Rename for explicit-buffer-file-coding-system.
7480 (after-insert-file-set-coding): Adjust for the above change.
7481
7482 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
7483 to buffer-file-coding-system-explicit.
7484 (basic-save-buffer-1): Likewise.
7485
7486 2004-12-30 Richard M. Stallman <rms@gnu.org>
7487
7488 * textmodes/artist.el (artist-butlast-fn): Var deleted.
7489 (artist-butlast, artist-last): Functions deleted.
7490 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
7491 (artist-compute-key-compl-table): Call remq directly.
7492 (artist-remove-nulls): Function deleted.
7493 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
7494 (artist-push, artist-pop): Macro deleted.
7495
7496 2004-12-30 Andreas Leue <al@sphenon.de>
7497
7498 * textmodes/artist.el (artist-version): 1.2.6
7499 (artist-prev-next-op-alist): New variable.
7500 (artist-select-next-op-in-list): New function.
7501 (artist-select-prev-op-in-list): New function.
7502 (artist-make-prev-next-op-alist): New function.
7503 (artist-is-in-op-list-p): New function.
7504 (artist-get-first-non-nil-op): New function.
7505 (artist-get-last-non-nil-op): New function.
7506 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
7507 artist-prev-next-op-alist.
7508 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
7509 change drawing operation.
7510
7511 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
7512
7513 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
7514
7515 2004-12-31 Masatake YAMATO <jet@gyve.org>
7516
7517 * server.el (server-process-filter): Suppress `error', too.
7518
7519 2004-12-30 Jay Belanger <belanger@truman.edu>
7520
7521 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
7522 Change the way a variable is displayed in a message.
7523
7524 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
7525 (calc-user-define-permanent, calc-execute-kbd-macro):
7526 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
7527
7528 2004-12-30 Kenichi Handa <handa@m17n.org>
7529
7530 * files.el (basic-save-buffer-1):
7531 Set explicit-buffer-file-coding-system to last-coding-system-used.
7532 (revert-buffer): Pay attention to
7533 explicit-buffer-file-coding-system (not buffer-file-coding-system)
7534 on bind coding-system-for-read.
7535
7536 * international/mule.el (explicit-buffer-file-coding-system):
7537 New buffer local variable.
7538 (after-insert-file-set-coding): Set it to coding-system-for-read.
7539
7540 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
7541
7542 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
7543
7544 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
7545
7546 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
7547 that include line numbers.
7548
7549 2004-12-29 Milan Zamazal <pdm@zamazal.org>
7550
7551 * files.el (hack-local-variables): If no PREFIX, set it to "^".
7552 Redundant variable PREFIXLEN removed.
7553
7554 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
7555
7556 * eshell/em-hist.el (eshell-previous-matching-input):
7557 Start the deletion from the end of the output.
7558
7559 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7560
7561 * term/mac-win.el: Require x-dnd.
7562 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
7563
7564 2004-12-29 David Kastrup <dak@gnu.org>
7565
7566 * international/mule.el (decode-coding-inserted-region):
7567 Don't barf if `buffer-undo-list' is already set to `t'.
7568
7569 2004-12-29 Jay Belanger <belanger@truman.edu>
7570
7571 * calc/calc-prog.el (calc-user-define-formula): Put default values
7572 for function names in prompts.
7573 (calc-user-define-permanent, calc-user-define-composition)
7574 (calc-user-define-formula): Remove the need for "calcFunc-" in the
7575 default input for algebraic functions.
7576
7577 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
7578
7579 * vc-rcs.el (vc-rcs-annotate-command):
7580 Fix omission bug: Call `vc-setup-buffer'.
7581
7582 2004-12-29 Kenichi Handa <handa@m17n.org>
7583
7584 * international/mule.el (recode-region): New function.
7585
7586 2004-12-28 Richard M. Stallman <rms@gnu.org>
7587
7588 * simple.el (undo-extra-outer-limit): New variable.
7589 (undo-outer-limit-truncate): Test and set it.
7590
7591 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
7592 enables the feature to extend the existing region.
7593
7594 * simple.el (mark-word): New arg ALLOW-EXTEND
7595 enables the feature to extend the existing region.
7596
7597 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
7598 enables the feature to extend the existing region.
7599
7600 * startup.el (site-run-file): Don't allow setting it with Custom.
7601
7602 * simple.el (buffer-disable-undo): Fix previous change.
7603
7604 2004-12-27 Masatake YAMATO <jet@gyve.org>
7605
7606 * hexl.el (hexlify-buffer): Remove fontification here.
7607 Use font lock mechanism instead.
7608 (hexl-font-lock-keywords): New font lock kewords.
7609 (hexl-mode-old-font-lock-keywords): New variable.
7610 (hexl-mode): Store the old font lock keywords.
7611 (hexl-mode-exit): Restore the old font lock keywords.
7612
7613 2004-12-27 Richard M. Stallman <rms@gnu.org>
7614
7615 * simple.el (undo): Fix previous change.
7616
7617 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7618
7619 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
7620 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
7621 Call x-open-connection on Mac OS X.
7622
7623 2004-12-27 Richard M. Stallman <rms@gnu.org>
7624
7625 * files.el (buffer-save-without-query): New var (buffer-local).
7626 (save-some-buffers): Save those buffers first, w/o asking.
7627
7628 * files.el (insert-directory-ls-version): New variable.
7629 (insert-directory): When ls returns an error, test the version
7630 number to decide what the return code means.
7631 With --dired output format, detect and distinguish lines
7632 that are really error messages.
7633 (insert-directory-adj-pos): New function.
7634
7635 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
7636
7637 * battery.el (battery-mode-line-format): Remove initial spaces.
7638
7639 * uniquify.el (uniquify-rationalize-file-buffer-names):
7640 Delete interactive spec.
7641
7642 * type-break.el (type-break-mode): Set buffer-save-without-query.
7643 Remove code that tried to set save-some-buffers-always.
7644 (type-break-file-keystroke-count): Bind deactivate-mark.
7645
7646 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
7647
7648 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
7649 Test that the buffer is live, and maybe reject current buffer too.
7650 Clarify.
7651 (next-error-find-buffer): Rewrite for clarity.
7652
7653 * loadup.el: Don't use buffer-disable-undo; do it directly.
7654
7655 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
7656 (describe-variable): Call symbol-file with `defvar'.
7657
7658 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
7659 (symbol-file): Rewritten to handle new load-history format.
7660 Now takes an arg TYPE to specify looking for a particular
7661 type of definition only.
7662
7663 * emacs-lisp/debug.el (debugger-make-xrefs):
7664 Call symbol-file with `defun'.
7665
7666 * emacs-lisp/find-func.el (find-function-noselect):
7667 Call symbol-file with `defun'.
7668 (find-variable-noselect): Call symbol-file with `defvar'.
7669
7670 * eshell/esh-cmd.el (eshell-find-alias-function):
7671 Call symbol-file with `defun'.
7672
7673 * eshell/esh-test.el (eshell-test-goto-func):
7674 Call symbol-file with `defun'.
7675
7676 * mail/rmail.el (rmail-resend):
7677 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
7678
7679 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
7680
7681 * progmodes/compile.el (compilation-find-buffer): Rename arg.
7682
7683 * textmodes/texinfmt.el (texinfo-format-buffer-1):
7684 Call buffer-disable-undo.
7685
7686 * simple.el (undo-list-saved): New variable (buffer-local).
7687 (undo): Set and test it.
7688 (buffer-disable-undo): Move here from buffer.c.
7689 Clear out undo-list-saved.
7690
7691 * international/mule.el (decode-coding-inserted-region):
7692 Set buffer-undo-list in a correct and optimal way.
7693
7694 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
7695 (cperl-font-lock-unfontify-region-function): No need to save and
7696 restore info, since font-lock.el does it for us.
7697
7698 * ansi-color.el (save-buffer-state): Definition deleted.
7699 (ansi-color-unfontify-region): Don't use save-buffer-state.
7700
7701 2004-12-27 Dave Love <fx@gnu.org>
7702
7703 * wid-edit.el (function): Use restricted-sexp as parent.
7704
7705 2004-12-27 Kevin Ryde <user42@zip.com.au>
7706
7707 * simple.el (next-matching-history-element): Use same
7708 `interactive' form as previous-matching-history-element.
7709
7710 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
7711 it can appear unencoded and has been seen from yahoo.
7712
7713 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
7714
7715 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
7716 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
7717
7718 2004-12-27 Kenichi Handa <handa@m17n.org>
7719
7720 * international/utf-8.el (utf-translate-cjk-load-tables):
7721 Bind coding-system-for-read to nil while loading subst-*.
7722
7723 2004-12-26 Jay Belanger <belanger@truman.edu>
7724
7725 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
7726 default input.
7727
7728 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
7729
7730 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
7731 before reverting and disable undo recording while reverting.
7732
7733 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
7734
7735 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
7736 (hs-make-overlay): New function.
7737 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
7738 (hs-flag-region): Delete function.
7739 (hs-hide-comment-region): No longer use `hs-flag-region'.
7740 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
7741 (hs-hide-block-at-point): Likewise.
7742 (hs-hide-level-recursive): Use `hs-discard-overlays'.
7743 (hs-hide-all, hs-show-all): Likewise.
7744 (hs-show-block): Likewise.
7745 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
7746
7747 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
7748
7749 * progmodes/hideshow.el: Require `cl' when compiling.
7750 Remove XEmacs and Emacs 19 compatibility.
7751 Use `dolist' and `add-to-list' for load-time actions.
7752 (hs-discard-overlays): Use `dolist'.
7753 (hs-show-block): Likewise.
7754
7755 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
7756
7757 * faces.el (mode-line, mode-line-inactive): Use min-colors.
7758
7759 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
7760
7761 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
7762 When extending backwards, move outside the current comment first.
7763
7764 2004-12-22 Kenichi Handa <handa@m17n.org>
7765
7766 * international/quail.el (quail-start-translation): Fix prompt
7767 string for the case if input-method-use-echo-area being non-nil.
7768 (quail-start-conversion): Likewise.
7769 (quail-show-guidance): Don't show guidance if
7770 input-method-use-echo-area is non-nil.
7771
7772 2004-12-21 Richard M. Stallman <rms@gnu.org>
7773
7774 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
7775
7776 2004-12-21 Markus Rost <rost@ias.edu>
7777
7778 * calendar/diary-lib.el (mark-diary-entries):
7779 Set mark-diary-entries-in-calendar only after checking for diary-file.
7780
7781 2004-12-21 Richard M. Stallman <rms@gnu.org>
7782
7783 * faces.el (escape-glyph): Use blue against light foreground.
7784
7785 * simple.el (undo-outer-limit-truncate): New function.
7786 (undo-outer-limit-function): Use undo-outer-limit-truncate.
7787
7788 2004-12-21 Eli Barzilay <eli@barzilay.org>
7789
7790 * calculator.el (calculator-radix-grouping-mode)
7791 (calculator-radix-grouping-digits)
7792 (calculator-radix-grouping-separator):
7793 New defcustoms for the new radix grouping mode functionality.
7794 (calculator-mode-hook): Now used in electric mode too,
7795 (calculator): Call it.
7796 (calculator-mode-map): Some new keys.
7797 (calculator-message): New function. Some new calls.
7798 (calculator-op, calculator-set-register): Use it.
7799 (calculator-string-to-number): New function, mostly moved and
7800 updated code from calculator-curnum-value.
7801 (calculator-curnum-value): Use it.
7802 (calculator-paste): Use it, and update grabbing the current-kill.
7803 (calculator-rotate-displayer)
7804 (calculator-rotate-displayer-back): Toggle digit grouping when
7805 in radix mode, use calculator-message.
7806 (calculator-displayer-prev, calculator-displayer-next):
7807 Change digit group size when in radix mode.
7808 (calculator-number-to-string): Rename from
7809 calculator-num-to-string. Now deals with digit grouping in
7810 radix mode.
7811 (calculator-update-display, calculator-put-value): Use the new name.
7812 (calculator-fact): Return a floating point number.
7813 (calculator-mode): Doc fix.
7814
7815 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
7816
7817 * calendar/calendar.el (view-other-diary-entries): Add autoload.
7818 * calendar/diary-lib.el (view-other-diary-entries):
7819 Use current-prefix-arg in interactive spec.
7820
7821 2004-12-19 Jay Belanger <belanger@truman.edu>
7822
7823 * calc/calc-aent.el (calcAlg-blank-matching-open):
7824 Temporarily adjust the syntax of both delimiters of half-open intervals.
7825
7826 2004-12-19 Kim F. Storm <storm@cua.dk>
7827
7828 * mouse.el (mouse-1-click-follows-link): Doc fix.
7829
7830 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7831
7832 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
7833 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
7834 instead of centraleuropean as the name
7835
7836 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
7837
7838 Sync with Tramp 2.0.46.
7839
7840 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
7841 parameters wrt Tramp convention.
7842 (tramp-handle-file-attributes-with-perl)
7843 (tramp-handle-directory-files-and-attributes): Apply it.
7844 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
7845 `copy-program'. Reported by Zack Weinberg
7846 <zack@codesourcery.com>.
7847 (top): Set `edebug-form-spec' property directly rather than
7848 calling `def-edebug-spec'.
7849
7850 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
7851 advice less fragile. Surround temporary redefinition of
7852 `substitute-in-file-name' with `unwind-protect'. Suggested by
7853 Matt Hodges <MPHodges@member.fsf.org>.
7854
7855 2004-12-17 Juri Linkov <juri@jurta.org>
7856
7857 * replace.el (occur-accumulate-lines, occur-engine):
7858 Make forcing deferred font-lock fontification jit-specific.
7859
7860 2004-12-17 Kim F. Storm <storm@cua.dk>
7861
7862 * mouse.el (mouse-1-click-follows-link): New defcustom.
7863 (mouse-on-link-p): New function.
7864 (mouse-drag-region-1): Implement mouse-1-click-follows-link
7865 functionality. Map a mouse-1 click event into a mouse-2 (or
7866 other) event when position is inside a link.
7867
7868 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
7869 prefix in tooltip text with "mouse-1" when this is a link
7870 recognized by mouse-1-click-follows-link functionality.
7871
7872 * help.el (describe-key): Report effective and original binding
7873 for mouse-1 when clicked on a link.
7874 (describe-mode): Add follow-link property to "minor-mode" button.
7875
7876 * help-fns.el (describe-variable): Add follow-link property to
7877 "below" button.
7878
7879 * help-mode.el (help-xref): Add follow-link property.
7880
7881 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
7882 (apropos-command, apropos-variable, apropos-face, apropos-group)
7883 (apropos-widget, apropos-plist): Add follow-link property.
7884
7885 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
7886 checks if position is in a filename, rather than some other
7887 clickable item. Function looks for cvs-filename-face at position.
7888
7889 * wid-edit.el (widget-specify-field, widget-specify-button):
7890 Map a :follow-link keyword into a follow-link property.
7891 (link): Add :follow-link keyword, map to RET binding.
7892
7893 * dired.el (dired-mode-map): Map follow-link to mouse-face.
7894
7895 * progmodes/compile.el (compilation-minor-mode-map)
7896 (compilation-button-map, compilation-mode-map): Likewise.
7897
7898 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
7899
7900 * play/zone.el (zone): Init `line-spacing' from orig buffer.
7901 (zone-replace-char): Take `count' and `del-count'
7902 instead of `direction'. Update callers. When `del-count' is
7903 non-nil, delete that many characters, otherwise `count' characters
7904 backwards. Insert the newly-replaced string `count' times.
7905 (zone-fret): Handle chars w/ width greater than one.
7906 (zone-fall-through-ws): No longer take window width `ww'.
7907 Update callers. Add handling for `char-width' greater than one.
7908 (zone-pgm-drip): Update var holding window-end position every cycle.
7909
7910 2004-12-17 Andre Spiegel <spiegel@gnu.org>
7911
7912 * vc.el (vc-default-update-changelog): Use insert-file-contents,
7913 rather than insert-file.
7914
7915 2004-12-16 Jay Belanger <belanger@truman.edu>
7916
7917 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
7918 (math-init-random-base, math-random-digit): Check to see if
7919 var-RandSeed is bound.
7920 (math-random-last): Declare it.
7921 (math-random-digit): Don't make math-random-last local.
7922
7923 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
7924
7925 * play/zone.el (zone): Fix omission bug: Use a self-disabling
7926 one-shot thunk for uniform (error, quit, normal) recovery.
7927 Reported by John Paul Wallington.
7928 (zone-pgm-random-life): Fix bug:
7929 Recognize empty initial field by lack of "@" chars.
7930
7931 2004-12-16 Juri Linkov <juri@jurta.org>
7932
7933 * help.el (function-called-at-point):
7934 * help-fns.el (variable-at-point): As a last resort try stripping
7935 non-word prefixes and suffixes.
7936
7937 * descr-text.el (describe-property-list): Don't treat syntax-table
7938 specially. Use describe-text-sexp which inserts [show] button
7939 for large objects and handles printing errors. Sort properties
7940 by names in alphabetical order instead of by value sizes.
7941 Add `mouse-face' to list of properties for `describe-face' widget.
7942 (describe-char): Mask out face-id from 19 bits of character.
7943 Print face-id separately.
7944
7945 * replace.el (occur-accumulate-lines, occur-engine):
7946 Fontify unfontified matching lines in the source buffer
7947 before copying them.
7948 (occur-engine): Don't put mouse-face on context lines.
7949 (occur-next-error): Set point to line beginning/end
7950 before searching for prev/next property to skip multiple
7951 matches on a line (not supported by occur engine).
7952 Remove redundant prefix-numeric-value.
7953
7954 2004-12-15 Juri Linkov <juri@jurta.org>
7955
7956 * replace.el (match): New face.
7957 (list-matching-lines-face): Change default from `bold' to `match'.
7958
7959 * progmodes/grep.el (grep-match-face): New defvar.
7960 (grep-mode-font-lock-keywords): Use grep-match-face instead of
7961 compilation-column-face to highlight grep matches.
7962
7963 * apropos.el (apropos-match-face): Change default from
7964 `secondary-selection' to `match'.
7965
7966 * info-look.el (info-lookup-highlight-face): Change default from
7967 `highlight' to `match'.
7968
7969 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
7970
7971 * progmodes/executable.el (executable-interpret): Eliminate
7972 obsolete compile-internal, and switch to comint for interaction.
7973
7974 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
7975
7976 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
7977 `&&' when skipping multiple statements on a line.
7978
7979 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
7980
7981 * play/zone.el (zone): Set `truncate-lines'.
7982 Also, init `tab-width' with value from original buffer.
7983 (zone-shift-up): Rewrite for speed.
7984 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
7985 (zone-pgm-jitter): Remove redundant entries from ops vector.
7986 (zone-exploding-remove): Reduce iteration count.
7987 (zone-cpos): Convert to defsubst.
7988 (zone-replace-char): New defsubst.
7989 (zone-park/sit-for): Likewise.
7990 (zone-fret): Take window-start arg.
7991 Update callers. Use `zone-park/sit-for'.
7992 (zone-fill-out-screen): Rewrite.
7993 (zone-fall-through-ws): Likewise. Update callers.
7994 (zone-pgm-drip): Use `zone-replace-char'.
7995 Move var inits before while-loop. Use `zone-park/sit-for'.
7996 (zone-pgm-random-life): Handle empty initial field.
7997 Use `zone-replace-char' and `zone-park/sit-for'.
7998
7999 2004-12-15 Juri Linkov <juri@jurta.org>
8000
8001 * isearch.el (isearch-update): Test isearch-lazy-highlight
8002 before calling isearch-lazy-highlight-new-loop.
8003 (isearch-lazy-highlight-new-loop):
8004 Don't test isearch-lazy-highlight.
8005
8006 * replace.el (perform-replace): Add isearch-case-fold-search.
8007 Use delimited-flag for isearch-regexp.
8008 Reset isearch-lazy-highlight-last-string to force lazy
8009 highlighting when called from isearch mode.
8010 (query-replace-highlight): Revert defcustom type to boolean.
8011 (query-replace-lazy-highlight): New defcustom.
8012 (query-replace): New face.
8013 (perform-replace, replace-highlight, replace-dehighlight):
8014 Test query-replace-lazy-highlight instead of special value
8015 `isearch' of query-replace-highlight.
8016 (replace-dehighlight): Don't call isearch-dehighlight.
8017 (replace-highlight): Don't call isearch-highlight.
8018 Use face `query-replace' unconditionally.
8019
8020 2004-12-14 Kim F. Storm <storm@cua.dk>
8021
8022 * simple.el (inhibit-mark-movement): Remove defvar.
8023 (beginning-of-buffer, end-of-buffer): Don't use it.
8024
8025 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8026 Don't use inhibit-mark-movement.
8027
8028 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
8029 (cua--undo-push-mark): Remove.
8030 (cua--pre-command-handler, cua--post-command-handler):
8031 Don't fiddle with inhibit-mark-movement.
8032
8033 2004-12-14 Juri Linkov <juri@jurta.org>
8034
8035 * buff-menu.el (list-buffers-noselect): Collect internal info
8036 for every buffer in BUFFER-LIST arg too.
8037 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
8038 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
8039 Bind same-window-buffer-names and same-window-regexps to nil.
8040
8041 2004-12-13 Juri Linkov <juri@jurta.org>
8042
8043 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
8044
8045 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
8046 (sc-cite-region, sc-uncite-region, sc-recite-region):
8047 Fix previous change to handle not alist as a symbol, but
8048 a citation frame as a symbol that represents a variable name.
8049
8050 2004-12-13 Richard M. Stallman <rms@gnu.org>
8051
8052 * filecache.el (file-cache-add-directory-using-find):
8053 Only set up file-cache-find-command-posix-flag if we will use it.
8054
8055 * bindings.el (mode-line-buffer-identification-keymap):
8056 Don't cancel the mode-line's usual down-mouse-1 binding.
8057
8058 * cus-edit.el (custom-face-selected): Handle `default' specs.
8059 (custom-face-edit): Increase extra-offset.
8060 (custom-display): Handle `default' specs.
8061
8062 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
8063
8064 * emacs-lisp/elint.el (elint-standard-variables)
8065 (elint-unknown-builtin-args): Move definitions up.
8066
8067 * net/browse-url.el (browse-url-url-at-point): Add autoload.
8068
8069 * info.el (info-xref-visited): Use `default' instead of t.
8070 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
8071
8072 * faces.el (header-line, mode-line-inactive, tool-bar):
8073 Use `default' instead of t for setting the defaults.
8074 (face-spec-choose): Separate `t' from `default'.
8075
8076 * subr.el (while-no-input): New macro.
8077
8078 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
8079
8080 * filecache.el (file-cache-add-directory-using-find):
8081 Only test file-cache-find-command-posix-flag on some systems.
8082
8083 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8084
8085 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
8086 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
8087 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
8088 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
8089 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
8090
8091 2004-12-12 Juri Linkov <juri@jurta.org>
8092
8093 * files.el (find-file-other-window, find-file-other-frame):
8094 Add the first buffer to the returned value to return the complete
8095 list of all visited buffers.
8096 (find-file-read-only, find-file-read-only-other-window)
8097 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
8098 `find-file-read-args'. Signal an error about non-existent file
8099 only if file name doesn't contain wildcards. Toggle read-only in
8100 all visited buffers.
8101 (find-alternate-file, find-alternate-file-other-window):
8102 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
8103 called interactively. Pass arg `wildcards' to other functions.
8104 (find-file-noselect): Doc fix.
8105
8106 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
8107 Doc fix.
8108 (ffap-directory-finder): New variable.
8109 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
8110 (ffap-file-at-point): Add /* to immediately rejected names.
8111 Return absolute file names matching ffap-dired-wildcards.
8112 (ffap-read-file-or-url): Set default value for `completing-read'
8113 to `buffer-file-name'.
8114 (find-file-at-point): When filename matches ffap-dired-wildcards,
8115 call ffap-file-finder with t arg `wildcards', instead of dired.
8116 (ffap-other-window, ffap-other-frame): Return visited buffers.
8117 (ffap-read-only, ffap-read-only-other-window)
8118 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
8119 (dired-at-point): Call ffap-directory-finder instead of dired.
8120 (ffap-dired-other-window, ffap-dired-other-frame)
8121 (ffap-list-directory): New commands.
8122 (ffap-bindings): New keybindings for new commands.
8123
8124 2004-12-12 Juri Linkov <juri@jurta.org>
8125
8126 * simple.el (beginning-of-buffer, end-of-buffer):
8127 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8128 Do not push mark when mark is active in transient-mark-mode.
8129
8130 * simple.el (mark-word):
8131 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
8132 * textmodes/paragraphs.el (mark-paragraph):
8133 Extend the region when mark is active in transient-mark-mode,
8134 regardless of the last command. Doc fix.
8135
8136 * simple.el (mark-word): Preserve direction when repeating.
8137 Make arg optional. Interactive "p" -> "P".
8138 (transient-mark-mode, inhibit-mark-movement): Doc fix.
8139
8140 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
8141 preserving direction, to mark forward instead of backward when mark
8142 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
8143
8144 2004-12-12 Juri Linkov <juri@jurta.org>
8145
8146 * isearch.el (isearch-edit-string): Set 7th arg of
8147 `read-from-minibuffer' to `t' to inherit the current input
8148 method (whose name is indicated by [IM] in the minibuffer prompt)
8149 from the current buffer to the minibuffer.
8150 (isearch-lazy-highlight-update): Put body to `with-local-quit'
8151 to allow C-g quitting for lazy highlighting looping inside the
8152 search with nested repetition operators. Add overlay to the list
8153 before setting its face and other properties to avoid the case of
8154 code quitting after placing the new overlay but before it's
8155 recorded on the list. Select the window where isearch was
8156 activated, to highlight matches in the right window when isearch
8157 switches the current window to the minibuffer.
8158
8159 * international/isearch-x.el
8160 (isearch-process-search-multibyte-characters):
8161 Use `isearch-message' as initial input for `read-string' instead
8162 of adding it to the minibuffer prompt. After reading a string
8163 remove the initial value of `isearch-message' from the string.
8164
8165 * replace.el (replace-match-maybe-edit): Doc fix.
8166 (perform-replace): Don't call `replace-highlight' when automatic
8167 replacement is requested in literal mode, since it is intended
8168 only to highlight words during entering a new replacement string
8169 for \? in non-literal mode.
8170
8171 * replace.el (query-replace-highlight): Add new value `isearch'
8172 that allows query replacement to use isearch highlighting.
8173 Change type from `boolean' to `choice'. Doc fix.
8174 (replace-highlight, replace-dehighlight, perform-replace):
8175 Use isearch highlighting if query-replace-highlight eq `isearch'.
8176
8177 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
8178
8179 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8180 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
8181
8182 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
8183 case of \end{verbatim}.
8184
8185 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
8186
8187 * term.el (term-termcap-format): Synchronyze with terminfo.
8188 (term-emulate-terminal): Handle reset.
8189 (term-reset-terminal): New function.
8190
8191 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
8192
8193 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
8194 (zone-fill-out-screen): New func.
8195 (zone-pgm-drip): Use `zone-fill-out-screen'.
8196 Also, no longer go to point-min on every cycle.
8197 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
8198 (zone-pgm-random-life-wait): New user var.
8199 (zone-pgm-random-life): New func.
8200
8201 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
8202
8203 * files.el (auto-mode-alist): Map .com to DCL mode.
8204
8205 2004-12-09 Richard M. Stallman <rms@gnu.org>
8206
8207 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
8208
8209 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
8210
8211 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
8212 buffer with a display margin.
8213
8214 2004-12-08 Jay Belanger <belanger@truman.edu>
8215
8216 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
8217 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
8218
8219 2004-12-08 Richard M. Stallman <rms@gnu.org>
8220
8221 * faces.el: Delete code to set display table.
8222 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
8223
8224 2004-12-08 Jay Belanger <belanger@truman.edu>
8225
8226 * calc/calc.el: Add math-read-preprocess-string to autoloads.
8227
8228 * calc/calc-ext.el (math-read-replacement-list)
8229 (math-read-superscripts, math-read-preprocess-string): Move to
8230 calc-aent.el.
8231
8232 * calc/calc-aent.el (math-read-replacement-list)
8233 (math-read-superscripts, math-read-preprocess-string): Move from
8234 calc-ext.el.
8235
8236 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8237
8238 * isearch.el (isearch-quote-char): Fix up typo in last change.
8239
8240 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8241
8242 * mouse.el (mouse-set-font): Handle the case where the command was
8243 not invoked using the mouse.
8244
8245 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
8246 (edmacro-finish-edit): Further update for keyboard macros that are
8247 lambda forms.
8248 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
8249
8250 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8251
8252 * font-lock.el (font-lock-unfontify-region): Save buffer state.
8253 (font-lock-default-unfontify-region): Don't save buffer state any more.
8254
8255 2004-12-07 Jay Belanger <belanger@truman.edu>
8256
8257 * calc/calc-help.el (calc-describe-key):
8258 Set calc-summary-indentation even when Calc Summary buffer exists.
8259
8260 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
8261
8262 * calendar/holidays.el (holiday-easter-etc): Make arguments
8263 optional for backwards compatibility. Doc fix.
8264 Remove un-necessary local vars mandatory, output-list.
8265 (holiday-advent): Make arguments optional for backwards
8266 compatibility. Doc fix.
8267
8268 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8269
8270 * paren.el (show-paren-function): Fix last change (2004-12-02).
8271
8272 * international/mule-util.el (char-displayable-p): Return nil for
8273 unibyte mode.
8274
8275 * subr.el (subregexp-context-p): New function.
8276
8277 * isearch.el (isearch-quote-char): Use it.
8278
8279 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
8280 (regexp-opt-not-groupie*-re): Remove.
8281 (regexp-opt): Properly handle inputs with duplicate entries.
8282
8283 2004-12-06 Richard M. Stallman <rms@gnu.org>
8284
8285 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
8286
8287 * cus-edit.el (custom-file): Doc fix.
8288
8289 * textmodes/org.el: New file.
8290
8291 2004-12-06 Kenichi Handa <handa@m17n.org>
8292
8293 * ldefs-boot.el: Update international/mule-util.el section.
8294
8295 2004-12-05 Sam Steingold <sds@gnu.org>
8296
8297 * net/tramp.el (tramp-handle-file-accessible-directory-p):
8298 Fix `tramp-time-diff' comparison logic.
8299
8300 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
8301
8302 * progmodes/which-func.el (which-function):
8303 Use `run-hook-with-args-until-success' instead of a custom loop.
8304 Fixes bug with local hooks.
8305
8306 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8307
8308 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
8309 Use delete-dups when calculating the initial value.
8310 (bibtex-autokey-get-title): Use <=.
8311 (bibtex-goto-line): New function.
8312 (bibtex-reposition-window): Use line numbers instead of point
8313 positions. Use window-body-height.
8314 (bibtex-find-crossref): Use bibtex-reposition-window.
8315 (bibtex-find-entry): Use bibtex-reposition-window. Always return
8316 position of entry if key is found or nil if not found.
8317
8318 2004-12-05 Richard M. Stallman <rms@gnu.org>
8319
8320 * cus-edit.el (custom-file): Doc fix.
8321
8322 * progmodes/sh-script.el (sh-indent-for-then): Change default.
8323
8324 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8325
8326 * simple.el (blink-matching-open):
8327 * textmodes/tex-mode.el (tex-validate-region):
8328 Obey syntax-table text properties.
8329
8330 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
8331
8332 * wid-edit.el (widget-specify-field): Add `real-field' property to
8333 boundary.
8334 (widget-field-at): Use it.
8335
8336 2004-12-02 Richard M. Stallman <rms@gnu.org>
8337
8338 * progmodes/cc-mode.el (awk-mode autoload):
8339 Supply t meaning interactive function.
8340
8341 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
8342 (isearch-mode-map): No special definition for space.
8343 (isearch-whitespace-chars): Command deleted.
8344 (isearch-forward-regexp): Doc fix.
8345 (isearch-quote-char): When a space is not inside brackets,
8346 use `[ ]' instead of just space.
8347 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
8348
8349 * imenu.el (imenu--generic-function): Delete code to exclude
8350 matches in comments.
8351
8352 * man.el (Man-reverse-face): Change default to `highlight'.
8353
8354 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
8355 (occur-engine): Use `face' prop rather than `font-lock-face'
8356 when specifying use of `match-face'.
8357 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
8358
8359 * emacs-lisp/elint.el (elint-standard-variables): Update list.
8360
8361 * add-log.el (add-log-current-defun): Handle the case where point
8362 is in the header part of a DEFUN construct.
8363
8364 2004-12-02 Dave Love <fx@gnu.org>
8365
8366 * progmodes/python.el (python-font-lock-syntactic-keywords):
8367 Fix previous change.
8368
8369 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
8370
8371 * paren.el (show-paren-function): Check for matching chars
8372 specified by text props.
8373
8374 2004-12-02 Jay Belanger <belanger@truman.edu>
8375
8376 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
8377 when reading a new key sequence.
8378
8379 2004-12-02 Kim F. Storm <storm@cua.dk>
8380
8381 * faces.el (escape-glyph): Rename from glyph.
8382 (standard-display-table): Set it here. Add escape-glyph face to
8383 extra slot characters.
8384
8385 * disp-table.el: Undo 2004-12-01 change. Display table is now
8386 setup in faces.el.
8387
8388 2004-12-02 Mark A. Hershberger <mah@everybody.org>
8389
8390 * xml.el (xml-parse-dtd): Don't show validity messages when
8391 xml-validating-parser is nil.
8392 (xml-substitute-special): Fix validity error messages to
8393 actually show the unexpandable entity. Added validity error if &
8394 isn't followed by an entity.
8395 (xml-parse-tag): Concatenate any string following the a
8396 <![CDATA[]]> section to the parsed CDATA.
8397 (xml-parse-dtd): Skip parameter entity declarations and use of
8398 parameter entities.
8399
8400 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8401
8402 * kmacro.el (kmacro-default-counter-format): New var.
8403 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
8404 (kmacro-display): Remove `nil' from `and' form. Delete call to
8405 `format' inside `message'.
8406 (kmacro-start-macro): Use `kmacro-default-counter-format'.
8407
8408 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8409
8410 * pcvs.el (cvs-header-msg): New function.
8411 (cvs-update-header): Use it. Change calling convention.
8412 Correctly handle the case of having simultaneous active processes.
8413 (cvs-sentinel): Don't call cvs-update-header any more.
8414 (cvs-mode-run): Update call and add cvs-update-header to postproc.
8415
8416 2004-12-01 Jay Belanger <belanger@truman.edu>
8417
8418 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
8419 Change message.
8420
8421 2004-12-01 Juri Linkov <juri@jurta.org>
8422
8423 * progmodes/prolog.el (prolog-mode-variables):
8424 Fix imenu-generic-expression.
8425
8426 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
8427
8428 * faces.el (glyph): New face.
8429
8430 * disp-table.el: Add an autoloaded table, that doesn't require
8431 this library, with glyph face.
8432
8433 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
8434 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
8435 (conf-quote-normal): Allow normalizing only ' or ".
8436 (conf-mode): Regexp-quote constructed comment-start and don't
8437 match section {} where "name" contains braces.
8438
8439 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
8440 files.
8441
8442 2004-12-01 Kenichi Handa <handa@m17n.org>
8443
8444 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
8445 (x-select-text): Don't treat eight-bit-control/graphic chars
8446 specially. Store the encoded text in the X cut buffer.
8447 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
8448 with x-last-selected-text-cut-encoded.
8449
8450 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8451
8452 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
8453
8454 2004-11-30 Markus Rost <rost@ias.edu>
8455
8456 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
8457 AUCTeX.
8458
8459 2004-11-30 Jay Belanger <belanger@truman.edu>
8460
8461 * calc/calc-arith.el (math-possible-signs): Made stronger checks
8462 on signs of intervals.
8463 (math-pow-of-zero): Strengthen checks for positive and negative
8464 exponents.
8465
8466 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
8467 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
8468 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
8469 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
8470 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
8471 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
8472 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
8473 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
8474 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
8475 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
8476 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
8477 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
8478 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
8479 with provide statements.
8480
8481 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
8482
8483 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
8484
8485 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
8486 (calc-load-everything, math-defsimplify): Replace dummy autoloading
8487 functions by require statements.
8488 (math-defsimplify): Move to calc-alg.el, add to autoloads.
8489
8490 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
8491 (calc-gnuplot-print): Give them values.
8492
8493 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
8494 autoloads.
8495 Add calc-do-embedded-activate to autoloads.
8496 (calc-gnuplot-name, calc-gnuplot-plot-command)
8497 (calc-gnuplot-print-command): Move them to calc-graph.el.
8498
8499 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8500
8501 * term/mac-win.el (ccl-encode-mac-roman-font)
8502 (ccl-encode-mac-cyrillic-font)
8503 (ccl-encode-mac-centraleuropean-font, encoder-list)
8504 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
8505 Support Cyrillic, CentralEuropean, and Dingbat font display
8506
8507 2004-11-30 Andre Spiegel <spiegel@gnu.org>
8508
8509 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
8510
8511 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
8512 still nil.
8513
8514 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
8515
8516 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
8517 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
8518
8519 2004-11-29 Jay Belanger <belanger@truman.edu>
8520
8521 * calc/calc-arith.el (math-pow-of-zero): Take into account different
8522 cases of the base and exponent.
8523
8524 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8525
8526 * simple.el (next-error-buffer-p): Allow for inclusive and
8527 exclusive tests for finding a buffer.
8528 (next-error-find-buffer): Pass the exclusive and inclusive tests
8529 to next-error-buffer-p.
8530
8531 * replace.el (occur-next-error): Switch to the Occur buffer when
8532 appropriate, use the exclusive filter to next-error-find-buffer to
8533 do it. Use the absolute value of the motion amount.
8534
8535 2004-11-29 Kenichi Handa <handa@m17n.org>
8536
8537 * startup.el (command-line): Decode all default-directory by
8538 locale-coding-system.
8539
8540 2004-11-29 Jay Belanger <belanger@truman.edu>
8541
8542 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
8543 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
8544 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
8545 Replace calls to calc-extensions by appropriate require, replace
8546 calc-extensions-loaded by appropriate featurep.
8547
8548 * calc/calc-ext.el: Move require to end of file.
8549 Remove redundant loading of calc.el.
8550 (calc-extensions-loaded): Remove unnecessary variable.
8551 (calc-extensions): Remove unnecessary function.
8552 (calc-load-everything): Replace calc-need-macros by appropriate require.
8553
8554 * calc/calc-macs.el: Move provide to end of file.
8555 (calc-need-macros): Remove unnecessary function.
8556
8557 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
8558 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
8559 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
8560 Replace calc-extensions by appropriate require.
8561 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
8562
8563 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
8564 Replace calc-need-macros by appropriate require.
8565
8566 * calc/calc.el: Move require to end of file.
8567 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
8568 Remove unnecessary variable.
8569 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
8570 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
8571 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
8572 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
8573 (math-stack-value-offset, math-format-value, math-format-flat-expr)
8574 (math-format-number, math-format-bignum, math-read-number)
8575 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
8576 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
8577 by appropriate require.
8578 (calc-check-defines): Replace calc-need-macros by appropriate require.
8579
8580 2004-11-29 Kim F. Storm <storm@cua.dk>
8581
8582 * macros.el (insert-kbd-macro): Handle kmacro functions.
8583
8584 2004-11-28 Juri Linkov <juri@jurta.org>
8585
8586 * compare-w.el (compare-windows-highlight): Attach each overlay
8587 to its window to properly highlight differences while comparing
8588 two windows of the same buffer. Fix arguments.
8589 (compare-windows-sync-default-function): Fix arguments of
8590 `compare-windows-highlight'.
8591
8592 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
8593 Use `read-expression-history'. Set initial contents only if
8594 `edebug-global-break-condition' is non-nil. Set histpos to 1
8595 if initial contents is equal to the last history element.
8596 (edebug-set-conditional-breakpoint): Instead of temporarily
8597 prepending the current condition to the history, set initial
8598 contents to the current condition. Set histpos to 1 if initial
8599 contents is equal to the last history element.
8600
8601 * info.el (Info-search-whitespace-regexp): Remove shy group.
8602 (Info-search): Forward line if search is on the header line.
8603 Use search-whitespace-regexp in two other places.
8604
8605 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
8606
8607 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
8608 warning. Delay real definition, which uses
8609 `set-fringe-indicators-1' till after the definition of that function.
8610
8611 2004-11-28 Kim F. Storm <storm@cua.dk>
8612
8613 * fringe.el (fringe): New defgroup.
8614 (fringe-mode): Move to fringe group.
8615 (fringe-indicators): New defcustom.
8616 (set-fringe-indicators-1): New defun.
8617
8618 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
8619 (menu-bar-showhide-fringe-ind-menu): New keymap.
8620 (menu-bar-showhide-fringe-ind-empty)
8621 (menu-bar-showhide-fringe-ind-mixed)
8622 (menu-bar-showhide-fringe-ind-box)
8623 (menu-bar-showhide-fringe-ind-right)
8624 (menu-bar-showhide-fringe-ind-left)
8625 (menu-bar-showhide-fringe-ind-none): New defuns.
8626 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
8627
8628 2004-11-27 Richard M. Stallman <rms@gnu.org>
8629
8630 * comint.el (comint-read-noecho): Add trivial compatibility definition.
8631
8632 * generic.el (define-generic-mode): Doc fix.
8633
8634 * menu-bar.el (menu-bar-options-save): For the options
8635 that are toggled with menu-bar-make-mm-toggle, don't check
8636 for customized-value prop.
8637
8638 2004-11-27 Eli Zaretskii <eliz@gnu.org>
8639
8640 * mail/supercite.el (sc-cite-region): Handle the case where
8641 sc-cite-frame-alist is a symbol.
8642 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
8643 a symbol.
8644 (sc-recite-region): Handle the case where sc-recite-frame-alist is
8645 a symbol.
8646
8647 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8648
8649 * wid-edit.el (widget-narrow-to-field): New function.
8650 (widget-complete): Use it.
8651
8652 2004-11-27 Jay Belanger <belanger@truman.edu>
8653
8654 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
8655 variable.
8656 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
8657 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
8658 (math-alg-inequalities): Move declaration to earlier in the file.
8659
8660 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
8661 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
8662 Declare them.
8663
8664 * calc/calc-lang.el (math-expr-data, math-expr-token)
8665 (math-exp-old-pos): Declare them.
8666
8667 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
8668 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
8669
8670 2004-11-27 Kim F. Storm <storm@cua.dk>
8671
8672 * progmodes/flymake.el: Use (featurep 'xemacs).
8673 (flymake-makehash): Change to defsubst. Use fboundp.
8674 (flymake-time-to-float): Remove.
8675 (flymake-float-time): Merge code from flymake-time-to-float here.
8676 (flymake-replace-regexp-in-string): Change to defsubst.
8677 (flymake-split-string-remove-empty-edges):
8678 Rename to flymake-split-string.
8679 (flymake-split-string): Remove previous defalias.
8680 (flymake-get-temp-dir): Change to defsubst.
8681 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
8682 Define for xemacs only.
8683 (flymake-master-file-count-limit): Change into compiler defvar only.
8684 (flymake-find-possible-master-files): Let-bind it dynamically while
8685 sorting files using flymake-master-file-compare.
8686
8687 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8688
8689 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
8690 of defun-prompt-regexp matches inside a comment/string but the
8691 beginning is correctly outside everything.
8692
8693 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
8694 appears within a string or a comment.
8695
8696 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
8697 rather than make-symbol for symbols which are used in
8698 a symbol-macrolet or equivalent.
8699
8700 2004-11-26 Jay Belanger <belanger@truman.edu>
8701
8702 * calc-misc.el (calc-last-why-command): Declare it.
8703
8704 * calc-vec.el (math-grade-vec): New variable.
8705 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
8706 Replace variable grade-vec by declared variable.
8707 (math-rb-close): New variable.
8708 (math-read-brackets, math-read-vector): Replace variable close by
8709 declared variable.
8710
8711 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
8712 (calc-one-window, calc-edit-handler, calc-restore-trail)
8713 (calc-allow-ret): Declare them.
8714
8715 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
8716 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
8717 (math-radix-float-cache-tag, math-random-cache)
8718 (math-max-digits-cache, math-integral-cache, math-units-table)
8719 (math-format-date-cache, math-holidays-cache-tag): Declare them.
8720 (math-moc-func): New variable.
8721 (math-map-over-constants, math-map-over-constants-rec):
8722 Replace variable func by declared variable.
8723
8724 * calc/calc-store.el (calc-given-value, calc-store-opers):
8725 Declare them.
8726 (calc-var-name-map): Move declaration to earlier in the file.
8727 (calc-pv-pos): New variable.
8728 (calc-permanent-variable, calc-insert-permanent-variable):
8729 Replace variable pos by declared variable.
8730
8731 * calc/calc-mtx.el (calc-det-lu): New variable.
8732 (math-det-raw, math-det-step): Replace variable lu by declared variable.
8733
8734 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
8735 (math-multi-subst, math-multi-subst-rec): Replace variables temp
8736 and arg by declared variables.
8737 (calcFunc-reducer): Fix incorrect variable.
8738 (math-inner-mul-func, math-inner-add-func): New variables.
8739 (calcFunc-inner, math-inner-mats): Replace variables mul-func
8740 and add-func by declared variables.
8741
8742 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
8743 (calc-digit-value): Declare them.
8744
8745 * calc/calc-help.el (Info-history): Declare it.
8746 (calc-describe-key): Make calc-summary-indentation a local variable.
8747 (calc-help-long-names): Move declaration to earlier in file.
8748
8749 * calc/calc-embed.el (calc-original-buffer): Declare it.
8750 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
8751 (calc-embed-bot): New variables.
8752 (calc-do-embedded, calc-embedded-mark-formula)
8753 (calc-embedded-find-bounds, calc-embedded-duplicate)
8754 (calc-embedded-new-formula, calc-embedded-make-info):
8755 Replace vars outer-top, outer-bot, bot and top by declared variables.
8756 (calc-embed-prev-modes): New variable.
8757 (calc-embedded-set-modes, calc-embedded-update): Replace variable
8758 prev-modes with declared variable.
8759 (calc-embed-vars-used): New variable.
8760 (calc-embedded-make-info, calc-embedded-evaluate-expr)
8761 (calc-embedded-update, calc-embedded-find-vars): Replace variable
8762 vars-used by declared variable.
8763
8764 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
8765 (math-format-radix-float): Remove unnecessary setq.
8766 (math-radix-float-cache): Declare it.
8767
8768 * calc/calcsel2.el (calc-keep-selection): Declare it.
8769
8770 * calc/calc-maint.el: Remove file.
8771
8772 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8773
8774 * textmodes/bibtex.el (bibtex-sort-entry-class)
8775 (bibtex-comment-start): Use defcustom.
8776 (bibtex-entry-field-alist): Use nil if initial content of the
8777 field is undefined. Fix docstring.
8778 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
8779 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
8780 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
8781 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
8782 Fix docstring.
8783 (bibtex-autokey-title-terminators): Use only one regexp.
8784 (bibtex-string-maybe-empty-head): New variable.
8785 (bibtex-remove-delimiters-string): New function.
8786 (bibtex-text-in-field-bounds, bibtex-text-in-string):
8787 Use bibtex-remove-delimiters-string.
8788 (bibtex-progress-message, bibtex-field-left-delimiter)
8789 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
8790 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
8791 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
8792 Simplify.
8793 (bibtex-format-entry): Use save-excursion for inherited booktitle.
8794 Use eq and bibtex-remove-delimiters-string. For end markers use
8795 insertion type so that marker stays after inserted text.
8796 (bibtex-autokey-get-names): Return empty string if name is missing.
8797 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
8798 calling bibtex-autokey-name-case-convert.
8799 (bibtex-autokey-demangle-title):
8800 Call bibtex-autokey-titleword-case-convert. Remove call to
8801 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
8802 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
8803 (bibtex-read-key): New optional arg global.
8804 (bibtex-files-expand): New optional arg force.
8805 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
8806 (bibtex-complete-crossref-cleanup): Rename from
8807 bibtex-complete-key-cleanup. Simplify code.
8808 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
8809 Operate on current entry.
8810 (bibtex-button): Add docstring.
8811 (bibtex-entry): Simplify.
8812 (bibtex-make-field): Replace optional arg called-by-yank with more
8813 specific args move and interactive.
8814 (bibtex-end-of-entry): Use forward-sexp.
8815 (bibtex-find-entry-globally): Remove.
8816 (bibtex-find-crossref): Allow for crossref key located in other buffer.
8817 Bound to C-c C-x.
8818 (bibtex-find-entry): New optional args global and display.
8819 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
8820 (bibtex-validate): Use arg force of bibtex-files-expand.
8821 (bibtex-clean-entry): Bugfix, clean string entries properly.
8822 Always keep point at beginning of entry.
8823 (bibtex-complete): Bugfix. Handle string entries properly.
8824 Call cleanup functions only if needed.
8825 (bibtex-String): Use bibtex-read-string-key.
8826 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
8827 case of replacement text.
8828
8829 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8830
8831 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
8832 (tramp-perl-directory-files-and-attributes): New constant.
8833 (tramp-file-name-handler-alist): Delete file-directory-files, add
8834 directory-files-and-attributes.
8835 (tramp-perl-file-attributes): Surround uid and gid by double
8836 quotes. Change parameter id-format from nonnumeric.
8837 (tramp-convert-file-attributes): New function.
8838 (tramp-handle-file-attributes): Use it.
8839 (tramp-maybe-send-perl-script): New function.
8840 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
8841 file mode. Change parameter id-format from nonnumeric.
8842 (tramp-handle-file-attributes-with-ls): Change parameter id-format
8843 from nonnumeric.
8844 (tramp-post-connection): Don't send tramp-perl-file-attributes
8845 script. Reset connection property "perl-scripts".
8846 (tramp-handle-insert-directory): Run real handler when ls-lisp is
8847 in use.
8848
8849 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8850
8851 * desktop.el (desktop-read): Replace mapcar with mapc.
8852 (desktop-create-buffer): Replace mapcar with mapc.
8853 Remove redundant piece of code.
8854
8855 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
8856
8857 * progmodes/gud.el (gud-display-line): Use display-buffer
8858 for GDB-UI as for GUD.
8859
8860 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
8861 Delete variables.
8862 (gdb-ann3): Don't make GUD buffer dedicated.
8863 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
8864 (gdb-display-source-buffer): Delete function.
8865 (gdb-view-source-function, gdb-view-assembler): Delete functions.
8866 (menu): Delete menu bindings for viewing source/assembler.
8867 (gdb-setup-windows, gdb-restore-windows):
8868 Don't dedicate GUD. No assembler now.
8869 (gdb-reset): No need to undedicate source buffers now.
8870 (gdb-source-info): No assembler now.
8871
8872 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
8873
8874 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
8875 width to those for special frames.
8876 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
8877 Use display-buffer.
8878 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
8879 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8880 (gdb-frame-assembler-buffer): Rework like
8881 gdb-frame-breakpoints-buffer.
8882
8883 2004-11-25 Richard M. Stallman <rms@gnu.org>
8884
8885 * progmodes/flymake.el: Reindent.
8886 (flymake-split-string): Turn into defalias.
8887 (flymake-fix-file-name): Rename from flymake-fix-path-name.
8888 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
8889 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
8890 (flymake-build-relative-filename): Rename from ...path.
8891 Fix error message.
8892
8893 2004-11-25 Cheng Gao <chenggao@gmail.com>
8894
8895 * progmodes/flymake.el: Much whitespace and capitalization change.
8896 Move `provide' to end. Require `compile' only when compiling.
8897
8898 2004-11-24 Jay Belanger <belanger@truman.edu>
8899
8900 * calc/calc-alg.el: Added comment.
8901 (math-polynomial-base): Replace variable mpb-top-expr by
8902 math-poly-base-top-expr.
8903
8904 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
8905 (math-polynomial-p1): Replace variable mpb-top-expr by declared
8906 variable.
8907 (math-poly-base-total-base): New variable.
8908 (math-total-polynomial-base, math-polynomial-p1): Replace variable
8909 mpb-total-base by declared variable.
8910 (math-factored-vars, math-to-list): Declare it.
8911 (math-fact-expr): New variable.
8912 (calcFunc-factors, calcFunc-factor, math-factor-expr)
8913 (math-factor-expr-try, math-factor-expr-part): Replace variable
8914 expr by declared variable.
8915 (math-fet-x): New variable.
8916 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
8917 by declared variable.
8918 (math-factor-poly-coefs): Make temp a local variable.
8919
8920 * calc/calc-units.el (calc-convert-units): Make units a local
8921 variable.
8922 (calc-num-units, calc-den-units): New variables.
8923 (calc-explain-units, calc-explain-units-rec): Replace variables
8924 num-units and den-units by declared variables.
8925 (math-cu-unit-list): New variable.
8926 (math-build-units-table, math-compare-unit-names)
8927 (math-convert-units, math-convert-units-rec): Replace variable
8928 unit-list by declared variable.
8929 (math-fbu-base, math-fbu-entry): New variables.
8930 (math-find-base-units, math-find-base-units-rec): Replace variables
8931 base and entry by declared variables.
8932 (math-which-standard): New variable.
8933 (math-to-standard-units, math-to-standard-rec): Replace variable
8934 which-standard by declared variable.
8935 (math-fcu-u): New variable.
8936 (math-find-compatible-unit, math-find-compatible-unit-rec):
8937 Replace variable u by declared variable.
8938 (math-cu-new-units, math-cu-pure): New variables.
8939 (math-convert-units, math-convert-units-rec): Replace variables
8940 new-units and pure by declared variables.
8941 (math-try-cancel-units): New variable.
8942 (math-simplify-units-quotient): Replace variable try-cancel-units by
8943 declared variable.
8944
8945 2004-11-24 Richard M. Stallman <rms@gnu.org>
8946
8947 * textmodes/ispell.el (ispell-check-version):
8948 If default-directory is nonexistent, use home dir.
8949
8950 * progmodes/grep.el (grep-regexp-alist):
8951 Don't match parens around line numbers.
8952
8953 * progmodes/cperl-mode.el (cperl-indent-region)
8954 (cperl-imenu--create-perl-index, cperl-xsub-scan):
8955 Don't print progress messages.
8956
8957 * progmodes/compile.el (compilation-mode-map):
8958 Don't inherit from compilation-minor-mode-map;
8959 copy its bindings instead. But the menu bar Compile
8960 entry now does inherit from compilation-menu-map.
8961
8962 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8963 Use with-no-warnings around compiler-macroexpand.
8964
8965 * imenu.el: Don't always require newcomment.
8966 (imenu--generic-function): Call comment-normalize-vars
8967 if we have a comment syntax.
8968 Exit the loop if REGEXP matches the null string.
8969 Test comment-start as well as comment-start-skip
8970 when deciding whether to check for comments.
8971
8972 * tooltip.el (tooltip-mode): Doc fix.
8973
8974 * term.el (term-escape-char, term-mode): Doc fixes.
8975
8976 2004-11-24 Dave Love <fx@gnu.org>
8977
8978 * progmodes/python.el (python-font-lock-syntactic-keywords):
8979 Check for escapes in the regexp.
8980 (python-quote-syntax): Don't do it here.
8981
8982 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8983
8984 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8985 (gdb-frames-mode-map, gdb-threads-mode-map)
8986 (gdb-registers-mode-map, gdb-locals-mode-map)
8987 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
8988 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
8989
8990 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
8991 (dedicated-switch-to-buffer): Rework.
8992 (gdb-var-evaluate-expression-handler, gdb-put-string):
8993 Remove unused variable bindings.
8994 (gdb-setup-windows, gdb-display-buffer):
8995 Simplify. Use pop-to-buffer.
8996 (gdb-view-source-function): Simplify.
8997 (gdb-frame-breakpoints-buffer):
8998 Use pop-to-buffer, special-display-regexps.
8999
9000 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9001
9002 * progmodes/f90.el (f90-smart-end)
9003 (f90-previous-statement, f90-beginning-of-block): Doc fix.
9004 (f90-calculate-indent): Handle un-named PROGRAM blocks.
9005 (f90-end-of-block): Doc fix. Make check of outermost block
9006 conditional on value of `f90-smart-end'.
9007 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
9008 Handle case where END-BLOCK is nil.
9009 (f90-match-end): Handle un-named PROGRAM blocks.
9010 (f90-backslash-not-special): New function.
9011
9012 2004-11-24 Jay Belanger <belanger@truman.edu>
9013
9014 * calc/calc.el (calc-embedded-active): Removed unnecessary
9015 declaration.
9016 (calc-show-banner): Removed redundant declaration.
9017
9018 * calc/calc-graph.el (calc-gnuplot-default-device)
9019 (calc-gnuplot-default-output, calc-gnuplot-print-device)
9020 (calc-gnuplot-print-output, calc-gnuplot-geometry)
9021 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
9022 Remove redundant initial values.
9023
9024 * calc/calc-arith.el (math-scalar-functions)
9025 (math-nonscalar-functions, math-scalar-if-args-functions)
9026 (math-real-functions, math-positive-functions)
9027 (math-nonnegative-functions, math-real-scalar-functions)
9028 (math-real-if-arg-functions, math-integer-functions)
9029 (math-num-integer-functions, math-rounding-functions)
9030 (math-float-rounding-functions, math-integer-if-args-functions)
9031 (math-super-types): Move declarations to earlier in file.
9032 (math-unit-prefixes): Declared it.
9033 (math-floor-prec, math-trunc-prec): New variables.
9034 (math-trunc-fancy): Replace variable prec by declared variable.
9035 (math-floor-fancy): Replace variable prec by declared variable.
9036 (math-com-bterms): New variable.
9037 (math-commutative-equal, math-commutative-collect):
9038 Replace variable bterms by declared variable.
9039
9040 * calc/calc-misc.el (math-trunc): Replace variable prec by
9041 math-trunc-prec.
9042 (math-floor): Replace variable prec by math-floor-prec.
9043
9044 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
9045 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
9046 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
9047 (math-format-date, math-format-date-part): Replace variables
9048 date, dt, year, month, day, weekday, hour, minute, second and
9049 bc-flag by declared variables.
9050 (math-pd-str): New variable.
9051 (math-parse-date, math-parse-date-word, math-parse-standard-date):
9052 Replace variable str by declared variable.
9053 (math-daylight-savings-hook, math-tzone-names): Move definitions
9054 to earlier in the file.
9055 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
9056 (math-sh-year): New variable.
9057 (math-setup-add-holidays, math-setup-holidays)
9058 (math-setup-year-holidays): Replace variable `year' by declared
9059 variable.
9060
9061 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
9062 New variables.
9063 (math-nth-root-float, math-nth-root-float-iter): Replace variables
9064 n, nf and nfm1 by declared variables.
9065 (math-nri-n): New variable.
9066 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
9067 n by declared variable.
9068 (calcFunc-log): Removed misplaced condition.
9069
9070 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9071
9072 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
9073
9074 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9075
9076 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
9077 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
9078 Dedicate gdb-related windows.
9079 (gdb-display-buffer): Dedicate gdb-related windows.
9080 Don't grab other frames.
9081 (gdb-reset): Remove dedicated property after debugging.
9082
9083 2004-11-24 Jay Belanger <belanger@truman.edu>
9084
9085 * calc/calc-sel.el: Add comment.
9086
9087 * calc/calc.el (math-stack-value-offset): Replace variables c,
9088 wid and off with math-svo-c, math-svo-wid and math-svo-off.
9089
9090 * calc/calccomp.el (math-comp-sel-tag): Declare it.
9091 (math-svo-c, math-svo-wid, math-svo-off): New variables.
9092 (math-stack-value-offset-fancy): Replace variables c, wid and off
9093 by declared variables.
9094 (math-comp-just, math-comp-comma-spc): New variables.
9095 (math-compose-expr, math-compose-matrix): Replace variables `just'
9096 and comma-spc by declared variable.
9097 (math-comp-vector-prec): New variable.
9098 (math-compose-expr, math-compose-matrix, math-compose-rows):
9099 Replace variable vector-prec by declared variable.
9100 (math-comp-left-bracket, math-comp-right-bracket)
9101 (math-comp-comma): New variables.
9102 (math-compose-expr, math-compose-rows): Replace variables
9103 left-bracket, right-bracket and comma by declared variables.
9104 (math-comp-full-width): New variable.
9105 (math-comp-to-string-flat, math-comp-to-string-flat-term):
9106 Replace variable full-width by declared variable.
9107 (math-comp-highlight, math-comp-word, math-comp-level)
9108 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
9109 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
9110 New variables.
9111 (math-comp-to-string-flat, math-comp-to-string-flat-term)
9112 (math-comp-sel-flat-term): Replace variables comp-highlight,
9113 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
9114 declared variables.
9115 (math-comp-simplify, math-comp-simplify-term)
9116 (math-comp-add-string, math-comp-add-string-sel):
9117 Replace variables comp-highlight, comp-buf, comp-base,
9118 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
9119
9120 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9121
9122 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
9123
9124 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
9125 and x-server-version may throw.
9126
9127 2004-11-23 Kim F. Storm <storm@cua.dk>
9128
9129 * subr.el (substitute-key-definition-key): Optimize.
9130 Don't call indirect-function for nil defn (always signals error).
9131
9132 * ido.el (ido-read-internal): Fix require-match check when
9133 ido-directory-too-big is set.
9134
9135 2004-11-23 Jay Belanger <belanger@truman.edu>
9136
9137 * calc/calc-ext.el (math-read-replacement-list)
9138 (math-read-superscripts): New variables.
9139 (math-read-preprocess-string): New function.
9140 (math-read-expr): Filter input through math-read-preprocess-string.
9141
9142 * calc/calc-aent.el (math-read-exprs): Filter input through
9143 math-read-preprocess-string.
9144
9145 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
9146
9147 * progmodes/compile.el (compilation-start): In cd command use
9148 substitute-env-vars -- not quite shell compatible but better than
9149 nothing.
9150 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
9151 handle the newer versions messages, which are more parseable.
9152
9153 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9154
9155 * reveal.el (reveal-mode-map): New var.
9156 (reveal-mode): Use it.
9157
9158 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
9159
9160 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
9161 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
9162
9163 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9164
9165 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
9166 header-line when needed.
9167 Use fixed-pitch only in the header-line.
9168 Build the underline automatically. Use emdash if available.
9169
9170 2004-11-22 Richard M. Stallman <rms@gnu.org>
9171
9172 * dired.el (dired-recursive-copies): Move from dired-aux.el.
9173 * dired-aux.el (dired-recursive-copies): Move to dired.el.
9174
9175 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
9176
9177 * progmodes/gdb-ui.el (gdb-resync): New function.
9178 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
9179 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
9180 Use it to fail more gracefully.
9181 (gdb-variables): Delete variable.
9182 Re-order variables to reduce byte-compiler warnings.
9183
9184 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9185
9186 * descr-text.el (describe-char):
9187 * paren.el (show-paren-function):
9188 * subr.el (syntax-after): Undo last change.
9189
9190 * progmodes/python.el (run-python): Don't hard code *Python*.
9191 Don't modify global process-environment.
9192 (python-send-region, python-load-file): Don't assume that
9193 python-buffer == (process-buffer (python-proc)).
9194 (python-switch-to-python): Simplify.
9195
9196 * dired.el (dired-align-file): Don't assume line starts with spaces.
9197
9198 2004-11-21 Jay Belanger <belanger@truman.edu>
9199
9200 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
9201 Replace variable `lines' by math-read-big-lines.
9202 (math-read-big-expr): Replace variables the-baseline, the-h2
9203 and err-msg by math-read-big-baseline, math-read-big-h2 and
9204 math-read-err-msg.
9205 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
9206
9207 * calc/calc-lang.el (math-read-big-rec): Fix typo.
9208 (math-read-big-balance): Replace unbound variable by value.
9209 (math-read-big-lines): New variable.
9210 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9211 (math-read-big-error, math-read-big-balance): Replace variable
9212 `lines' by declared variable.
9213 (math-read-big-baseline, math-read-big-h2): New variables.
9214 (math-read-big-rec): Replace variables the-baseline and the-h2
9215 by declared variables.
9216 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
9217 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9218 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
9219 declared variables.
9220 (math-read-big-err-msg): New variable.
9221 (math-read-big-error): Replace variable err-msg by declared variable.
9222
9223 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9224
9225 * ses.el: Add coding cookie.
9226 Fix up docstrings, follow new commenting conventions.
9227 (ses-header-line-menu): Fix missing variable rename for header-row.
9228 (ses-cell-size): Remove.
9229 (ses-make-cell): New function.
9230 (ses-cell, ses-insert-row, ses-insert-column): Use it.
9231 (ses-calculate-cell): Remove unused var `symbol'.
9232 (ses-narrowed-p): New function.
9233 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
9234 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
9235 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
9236 (ses-setup): Use restore-buffer-modified-p.
9237 (ses-cleanup): Remove unused var `end'.
9238 (ses-header-string-left-offset): Remove.
9239 (ses-create-header-string): Adjust to new behavior of `align-to'.
9240 Truncate excessively large fields to preserve alignment.
9241 (ses-reconstruct-all): Remove unused var `refs'.
9242 (ses-read-cell-printer): Remove unused var `prompt'.
9243 (ses-delete-row): Remove unused var `pos'.
9244 (ses-delete-column): Remove unused var `new'.
9245
9246 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9247
9248 * ps-print.el: Insert :version tag into all defgroup and defcustom.
9249 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9250 Eliminate eval-and-compile usage.
9251 (ps-insert-file): Use insert-file-contents instead of insert-file.
9252 (ps-setup): Code fix.
9253
9254 * printing.el (pr-setup, lpr-setup): Code fix.
9255
9256 2004-11-21 Jay Belanger <belanger@truman.edu>
9257
9258 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
9259 (calc-original-buffer): Declare them.
9260 (calc-user-formula-alist): New variable.
9261 (calc-user-define-formula, calc-fix-user-formula)
9262 (calc-user-define-composition, calc-finish-formula-edit):
9263 Replace variable `alist' by declared variable.
9264 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
9265 (var-q7, var-q7, var-q8, var-q9): Declare them.
9266 (calc-kbd-push): Don't check to see if var-q0 through var-q9
9267 are bound.
9268 (calcFunc-typeof): Replace undeclared variable by expression.
9269 (math-exp-env): New variable.
9270 (math-define-body, math-define-exp): Replace exp-env by declared var.
9271 (math-define-exp): Replace misplaced variable by expression.
9272
9273 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
9274 (calc-curve-model, calc-curve-coefnames): New variables.
9275 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
9276 varnames, model and coefnames by declared variables.
9277 (math-root-widen): New variable.
9278 (math-search-root, math-find-root): Replace variable root-widen by
9279 declared variable.
9280 (var-DUMMY): Declare it.
9281 (math-root-vars, math-min-vars): Move the declarations to earlier in
9282 the file.
9283 (math-brent-min): Make d a local variable.
9284 (math-find-minimum): Replace non-existent variable.
9285 (math-ninteg-romberg): Remove unnecessary variable.
9286 (math-ninteg-temp): New variable.
9287 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
9288 integ-temp by declared variable.
9289 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
9290 New variables.
9291 (math-general-fit): Replace variables first-var, first-coef and
9292 new-coefs by declared variables.
9293 (calcFunc-fitvar): Replace variable first-var by declared variable.
9294 (calcFunc-fitparam): Replace variable first-coef by declared variable.
9295 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
9296 (math-all-vars-vars, math-all-vars-found): New variables.
9297 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
9298 found by declared variable math-all-vars-vars.
9299
9300 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
9301
9302 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
9303 of `defconst'.
9304
9305 2004-11-20 Richard M. Stallman <rms@gnu.org>
9306
9307 * isearch.el (isearch-mode-map): Don't bind SPC.
9308 (isearch-whitespace-chars): Function deleted.
9309 (isearch-search): Bind search-spaces-regexp.
9310 (isearch-lazy-highlight-search): Likewise.
9311 (search-whitespace-regexp): Doc fix.
9312 (isearch-forward-regexp): Doc fix.
9313
9314 * emacs-lisp/bytecomp.el (byte-compile-form):
9315 Move the calls to byte-compile-set-symbol-position,
9316 to avoid having two for the same symbol occurrence.
9317
9318 * comint.el (comint-input-ring-size): Increase to 150.
9319
9320 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
9321 New variables.
9322 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
9323 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
9324
9325 * imenu.el (imenu--generic-function):
9326 Ensure we keep moving backward even if BEG isn't further back.
9327
9328 * replace.el (query-replace-read-to, query-replace-read-from):
9329 Specify t for KEEP-ALL in read-from-minibuffer.
9330
9331 * progmodes/python.el (python-switch-to-python):
9332 If Python isn't running, start it.
9333 Don't alter debug-ignored-errors.
9334
9335 * progmodes/cperl-mode.el (cperl-indent-region):
9336 Don't mind imenu-scanning-message.
9337
9338 * bindings.el (global-map): Bind C-e to move-end-of-line.
9339
9340 * simple.el (line-move-finish): New arg FORWARD.
9341 Ignore invisible newlines, not intangible ones.
9342 Conditions for acceptable stopping positions depend on FORWARD.
9343 (line-move): Pass FORWARD arg to line-move-finish.
9344
9345 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
9346 of HEADER. Compensate for this change in the code to add display
9347 properties. Don't make the first line intangible.
9348
9349 * info.el (Info-search): Fix previous change.
9350
9351 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9352
9353 * Makefile.in (recompile): Revert 2004-11-19 change.
9354 (compile): Likewise.
9355
9356 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
9357
9358 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
9359
9360 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9361
9362 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
9363 defgroup and defcustom. Eliminate eval-and-compile usage.
9364
9365 * progmodes/ebnf-otz.el: Fix typos.
9366
9367 2004-11-19 Jay Belanger <belanger@truman.edu>
9368
9369 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
9370 (calc-edit-finish, calc-finish-stack-edit): Replace variable
9371 disp-trail by declared variable.
9372
9373 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
9374 (calc-finish-selection-edit): Replace variable disp-trail by
9375 declared variable.
9376 (calc-selection-cache-entry): Move declaration to earlier in the file.
9377 (calc-selection-cache-num, calc-selection-cache-comp)
9378 (calc-selection-cache-offset, calc-selection-true-num)
9379 (calc-final-point-line, calc-final-point-column)
9380 (calc-original-buffer): Declare them.
9381 (calc-fnp-op, calc-fnp-num): New variables.
9382 (calc-find-nth-part, calc-find-nth-part-rec)
9383 (calc-select-previous): Replace op and num by declared variables.
9384 (calc-rsf-old, calc-rsf-new): New variables.
9385 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
9386 Replace variables old and new by declared variables.
9387 (calc-sel-reselect): New variable.
9388 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
9389 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
9390 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
9391 reselect with declared variable.
9392
9393 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
9394 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
9395 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
9396 (math-import-list, math-rewrite-phase): Declare them.
9397 (math-rewrite): Use let* to declare variables.
9398 (calc-rewrite-selection): Make rules a local variable.
9399 (calc-rewr-sel): New variable.
9400 (calc-rewrite-selection, calc-locate-selection-marker)
9401 (calc-rewrite): Use the declared variable calc-rewr-sel instead
9402 of sel.
9403 (math-rewrite-whole-expr): New variable.
9404 (math-rewrite, math-rewrite-phase): Replace variable expr by
9405 declared variable.
9406 (math-rewrite-heads-heads, math-rewrite-heads-skips)
9407 (math-rewrite-heads-blanks ): New variables.
9408 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
9409 heads, skips and blanks by declared variables.
9410 (math-rwcomp-subst-old, math-rwcomp-subst-new)
9411 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
9412 New variables.
9413 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
9414 old, new, old-func and new-func by declared variables.
9415 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
9416 Remove unnecessary variable.
9417 (math-apply-rw-regs): New variable.
9418 (math-apply-rewrites, math-rwapply-replace-regs)
9419 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
9420 (math-apply-rw-ruleset): New variable.
9421 (math-apply-rewrites, math-rwapply-remember): Replace variable
9422 ruleset by declared variable.
9423
9424 2004-11-19 Richard M. Stallman <rms@gnu.org>
9425
9426 * info.el (Info-search): Use search-whitespace-regexp.
9427
9428 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9429
9430 * vc-rcs.el (vc-rcs-parse): New function.
9431 (vc-rcs-annotate-command): Likewise.
9432 (vc-rcs-annotate-current-time): Likewise.
9433 (vc-rcs-annotate-time): Likewise.
9434 (vc-rcs-annotate-extract-revision-at-line): Likewise.
9435
9436 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9437
9438 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
9439
9440 2004-11-18 Jay Belanger <belanger@truman.edu>
9441
9442 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
9443
9444 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9445
9446 * printing.el: Eliminate use of interactive-p and eval-and-compile.
9447 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9448 Use make-temp-file to generate PostScript files in any situation.
9449 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
9450 (pr-interactive-p): Eliminate var.
9451 (pr-save-interactive): Eliminate macro.
9452 (pr-interface, pr-ps-directory-preview)
9453 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9454 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9455 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9456 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9457 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9458 (pr-ps-region-ps-print, pr-ps-mode-preview)
9459 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9460 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9461 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
9462 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9463 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9464 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9465 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9466 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9467 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9468 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9469 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9470 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
9471 Eliminate pr-save-interactive usage.
9472 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
9473 Eliminate pr-interactive-p usage.
9474 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
9475 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
9476 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
9477 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
9478 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
9479 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
9480 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
9481 New funs.
9482 (pr-ps-file): Use make-temp-file to generate a temporary file.
9483
9484 2004-11-17 Jay Belanger <belanger@truman.edu>
9485
9486 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
9487 a local variable.
9488 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
9489 (math-top-only): New variable.
9490 (math-simplify, math-simplify-step): Replace variable top-only by
9491 declared variable math-top-only.
9492 (math-simplify-expr): Declare it.
9493 Replace argument expr in all calls of math-defsimplify by
9494 math-simplify-expr.
9495 (math-simplify-plus, math-simplify-times, math-simplify-divide)
9496 (math-simplify-divisor, math-simplify-one-divisor)
9497 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
9498 (math-simplify-pow): Replace variable expr by declared variable
9499 math-simplify-expr.
9500 (math-simplify-divisor): Remove local variables temp and op.
9501 (math-simplify-one-divisor): Make temp and op local variables.
9502 (math-simplify-divisor-nover, math-simplify-divisor-dover):
9503 New variables.
9504 (math-simplify-divisor, math-simplify-one-divisor):
9505 Replace variables nover and dover by declared variables.
9506 (math-expr-subst-new, math-expr-subst-old): New variables.
9507 (math-expr-subst, math-expr-subst-rec): Replace variables new
9508 and old by declared variables.
9509 (math-is-poly-degree, math-is-poly-loose): New variables.
9510 (math-is-polynomial, math-is-poly-rec): Replace variables degree
9511 and loose by declared variables.
9512 (math-poly-base-const-ok, math-poly-base-pred): New variables.
9513 (math-polynomial-base, math-polynomial-base-rec):
9514 Replace variables const-ok and mpb-pred by declared variables.
9515
9516 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
9517
9518 * calc/calc-ext.el (math-defsimplify): Change the argument in
9519 the created function to math-simplify-expr.
9520
9521 * calc/calc-units.el (math-simplify-expr): Declare it.
9522 Replace argument expr in all calls of math-defsimplify by
9523 math-simplify-expr.
9524 (math-simplify-units-prod): Replace variable expr by declared
9525 variable math-simplify-expr.
9526
9527 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9528
9529 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
9530 Replace mapcar->dolist, format->string.
9531
9532 2004-11-17 Miles Bader <miles@gnu.org>
9533
9534 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
9535 * progmodes/idlwave.el: Remove RCS keywords.
9536
9537 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
9538
9539 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
9540 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
9541 Update to IDLWAVE version 5.5. Too many changes to list them here.
9542 * progmodes/idlw-help.el: New file.
9543
9544 2004-11-16 Richard M. Stallman <rms@gnu.org>
9545
9546 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9547 Discard spaces after \i according to TeX rules.
9548
9549 * international/mule.el (set-buffer-file-coding-system):
9550 New arg NOMODIFY.
9551 (after-insert-file-set-coding): Pass that new arg.
9552 Prevent set-buffer-multibyte from trying to lock the file.
9553
9554 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
9555
9556 * saveplace.el (save-place): Doc fix.
9557
9558 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
9559 temporarily widen before finding the following word to copy.
9560
9561 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
9562 (cl-map-keymap): Definition deleted.
9563
9564 * subr.el (map-keymap-internal): New function.
9565
9566 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9567
9568 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
9569 when pressing rather than when releasing mouse-2. Simplify.
9570
9571 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9572
9573 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
9574 (compilation-mode): Set it here instead.
9575
9576 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
9577
9578 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
9579 (loop, cl-parse-loop-clause, defsetf): Use backquote.
9580
9581 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9582
9583 * progmodes/compile.el (compilation-internal-error-properties):
9584 Fix up a transposition-typo. Check end-col before using it.
9585
9586 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
9587
9588 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9589 Discard whitespace after macro \i when converting it.
9590
9591 2004-11-16 Juri Linkov <juri@jurta.org>
9592
9593 * emacs-lisp/find-func.el (find-function-regexp):
9594 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
9595 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
9596 Remove invalid `\W' from [^cgv\W]. Doc fix.
9597 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
9598
9599 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
9600
9601 * play/life.el: Maintainer is now FSF.
9602 (life-patterns, life-neighbor-deltas, life-window-start)
9603 (life-current-generation, life-generation-string): Use defvar
9604 instead of defconst.
9605
9606 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9607
9608 * progmodes/compile.el (compilation-move-to-column): New fun.
9609 (compilation-internal-error-properties)
9610 (compilation-next-error-function): Use it to make sure we don't go past
9611 the end of line.
9612
9613 2004-11-15 John Paul Wallington <jpw@gnu.org>
9614
9615 * autoinsert.el (auto-insert-alist): Insert the user's name in
9616 copyright notice, rather than Free Software Foundation, for the
9617 Emacs Lisp header case too.
9618
9619 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9620
9621 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
9622 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9623 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
9624 return the list of string in a string.
9625 (pr-call-process): Message if calling process returns an error, that
9626 is, the exit status is different of zero.
9627
9628 2004-11-15 Jay Belanger <belanger@truman.edu>
9629
9630 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
9631 variable var-thing.
9632 (math-integ-depth, math-integ-level, math-integral-limit)
9633 (math-enable-subst, math-any-substs, math-integ-msg)
9634 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
9635 (math-int-threshold, math-int-factors, math-double-roots)
9636 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
9637 (var-GenCount): Declare these variables.
9638 (calcFunc-integ): Don't check if var-IntegLimit is bound.
9639 (math-integral-cache, math-integral-cache-state):
9640 Move declarations to earlier in the file.
9641 (math-deriv-var, math-deriv-total, math-deriv-symb)
9642 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
9643 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
9644 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
9645 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
9646 (math-solve-res): New variables
9647 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
9648 (math-integral, math-replace-integral-parts)
9649 (math-integrate-by-parts, calc-dump-integral-cache)
9650 (math-try-integral, math-do-integral, math-do-integral)
9651 (math-do-integral-methods, math-try-solve-for)
9652 (math-try-solve-prod, math-solve-poly-funny-powers)
9653 (math-solve-crunch-poly, math-decompose-poly)
9654 (math-solve-find-root-term, math-find-root-in-prod)
9655 (math-integ-try-linear-substitutions)
9656 (math-integ-try-substitutions, math-expr-rational-in)
9657 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
9658 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
9659 (math-solve-for, math-solve-system, math-solve-system-rec)
9660 (math-solve-get-sign, math-solve-get-int)
9661 (math-solve-system-subst): Replace undeclared variables with newly
9662 declared variables.
9663
9664 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9665
9666 * winner.el (winner-active-region, winner-edges, winner-window-list):
9667 Define at toplevel.
9668 (winner-mode-map): Move init inside declaration.
9669
9670 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
9671
9672 * files.el (convert-standard-filename): Doc fix.
9673
9674 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
9675
9676 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
9677 passwd, group, shadow, default/* and pam.d/*.
9678
9679 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9680
9681 * printing.el (pr-menu-spec): Adjust menu specification.
9682
9683 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9684
9685 * printing.el: Doc fix. Insert :version tag into all defcustom.
9686 Handle interactive-p as is recommended in Emacs Lisp Reference.
9687 Set the file permission bits for newly created files.
9688 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9689 The printing menu specification (in `pr-menu-spec') was merged.
9690 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9691 (pr-version): New version number (6.8.3).
9692 (pr-file-modes): New option.
9693 (pr-interactive-p): New var.
9694 (pr-save-interactive, pr-save-file-modes): New macros.
9695 (pr-setup): Code fix.
9696 (pr-menu-spec): Menu specification merged.
9697 (pr-call-process, pr-text2ps): Set file permission bits.
9698 (pr-despool-print): Set file permission bits. Handle interactive-p as
9699 is recommended.
9700 (pr-interface, pr-ps-directory-preview)
9701 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9702 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9703 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9704 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9705 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9706 (pr-ps-region-ps-print, pr-ps-mode-preview)
9707 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9708 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9709 (pr-despool-using-ghostscript, pr-despool-ps-print)
9710 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9711 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9712 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9713 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9714 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9715 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9716 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9717 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9718 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
9719 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
9720 Handle interactive-p as is recommended.
9721
9722 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9723
9724 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
9725 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
9726
9727 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
9728 so it doesn't forget to highlight the beginning of the region either.
9729
9730 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
9731
9732 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
9733 (c-font-lock-init): Eliminate obsolete make-local-hook.
9734 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9735 (awk-mode): Use run-mode-hooks.
9736
9737 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
9738
9739 2004-11-13 Kim F. Storm <storm@cua.dk>
9740
9741 * mouse.el (mouse-drag-copy-region): Add :version.
9742 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
9743 while dragging mode line, so mode line can be dragged downwards.
9744 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
9745 while pressing mouse button so window doesn't scroll until we
9746 release the mouse if clicking on partially visible line.
9747
9748 2004-11-12 Jay Belanger <belanger@truman.edu>
9749
9750 * calc/calc-graph.el (calc-dumb-map): Declare it.
9751 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
9752 than unbound.
9753 (calc-graph-name): Made `end' a local variable.
9754 (calc-graph-lookup): Made `varname' a local variable.
9755 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
9756 Declare them.
9757 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
9758 (calc-graph-plot, calc-graph-compute-3d): Remove references to
9759 the unused variable y3vec.
9760 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
9761 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
9762 calc-graph-prev-kill-hook.
9763 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
9764 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
9765 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
9766 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
9767 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
9768 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
9769 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
9770 (calc-graph-y3value, calc-graph-y3name)
9771 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
9772 (calc-graph-stepcount, calc-graph-is-splot)
9773 (calc-graph-surprise-splot, calc-graph-blank)
9774 (calc-graph-non-blank, calc-graph-curve-num): New variables.
9775 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
9776 (calc-graph-recompute-2d, calc-graph-compute-3d)
9777 (calc-graph-format-data): Replace undeclared variables with the
9778 above newly declared variables.
9779
9780 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
9781
9782 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
9783 `rsf-beep' and `rsf-sleep-after-message'.
9784
9785 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
9786 list if `message-sender' is non-nil.
9787
9788 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9789
9790 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
9791 consing by using mapc instead of mapcar.
9792
9793 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
9794
9795 * tooltip.el (require): Explain why CL is needed.
9796
9797 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9798
9799 * printing.el: Insert :version into defgroup (printing). All reference
9800 to Files option in menubar were changed to File.
9801 (pr-version): New version number (6.8.2).
9802 (pr-get-symbol): Call easy-menu-intern.
9803 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
9804 compilation gripes.
9805
9806 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9807
9808 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
9809 new byte-compile-function-environment binding to t.
9810
9811 * font-lock.el (font-lock-fontify-syntactically-region):
9812 Don't forget to highlight the last char when we hit `end'.
9813
9814 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
9815 (mwheel-scroll): Adjust accordingly.
9816
9817 * cvs-status.el: Reduce spurious warnings.
9818 (cvs-status-checkout): Remove.
9819 (cvs-status-mode-map): Use cvs-mode-checkout instead.
9820
9821 * pcvs.el (cvs-mode-checkout): New command.
9822
9823 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
9824
9825 * tooltip.el: Require CL.
9826
9827 * emacs-lisp/bytecomp.el: Use push.
9828 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
9829 (defalias): Remove the `byte-compile' property and add
9830 a `byte-hunk-handler'.
9831
9832 2004-11-11 Juri Linkov <juri@jurta.org>
9833
9834 * info.el (Info-search): Save match data for isearch.
9835 Skip Tag Table node.
9836
9837 * descr-text.el (describe-char): Replace syntax-after with code
9838 from its previous version.
9839
9840 * files.el (magic-mode-alist): Use optimization for SGML mode too.
9841 (set-auto-mode): Doc fix. Remove unused variable `xml'.
9842
9843 * international/mule.el (sgml-html-meta-auto-coding-function):
9844 Remove > after <html to allow HTML attributes.
9845
9846 2004-11-11 Jay Belanger <belanger@truman.edu>
9847
9848 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
9849 a variable.
9850 (calcFunc-dfac): Replace unbound max by n.
9851 (math-stirling-local-cache): New variable.
9852 (math-stirling-number, math-stirling-1, math-stirling-2):
9853 Replace the variable `cache' by the declared variable
9854 math-stirling-local-cache.
9855 (var-RandSeed): Declare it as a variable.
9856 (math-init-random-base, math-random-digit): Don't check to see if
9857 var-RandSeed is bound.
9858 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
9859 Declare them instead of just setting them.
9860 (math-init-random-base): Made i a local variable.
9861 (math-random-digit): Made math-random-last a local variable.
9862 (math-prime-test-cache): Move declaration to before it is used.
9863 (math-prime-test-cache-k, math-prime-test-cache-q)
9864 (math-prime-test-cache-nm1, math-prime-factors-finished):
9865 Declare them as variables.
9866
9867 2004-11-11 Jay Belanger <belanger@truman.edu>
9868
9869 * calc/calc-ext.el (math-defcache): Use defvar for the new
9870 variables it creates.
9871
9872 2004-11-11 Lars Hansen <larsh@math.ku.dk>
9873
9874 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
9875 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
9876 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
9877 (desktop-save): Add :version.
9878
9879 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9880
9881 * printing.el (pr-get-symbol): Don't downcase.
9882
9883 2004-11-10 Jay Belanger <belanger@truman.edu>
9884
9885 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
9886 string to kill-ring.
9887
9888 * calc/calc-aent.el (calc-alg-exp, math-toks)
9889 (math-exp-pos,math-exp-old-pos, math-exp-token)
9890 (math-exp-keep-spaces, math-exp-str): New variables.
9891 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
9892 (calcAlg-enter): Use declared variable calc-alg-exp.
9893 (math-build-parse-table, math-find-user-token): Use declared
9894 variable math-toks.
9895 (math-read-exprs, math-read-token, calc-check-user-syntax)
9896 (calc-match-user-syntax, match-factor-after, math-read-factor):
9897 Use declared variables math-exp-pos math-exp-old-pos.
9898 (math-read-exprs, math-read-token, math-read-expr-level)
9899 (calc-check-user-syntax, calc-match-user-syntax)
9900 (match-factor-after, math-read-factor): Use declared variable
9901 math-exp-token.
9902 (math-read-exprs, math-read-expr-list, math-read-token)
9903 (math-read-factor): Use declared variable math-exp-keep-spaces.
9904 (math-read-exprs, math-read-token): Use declared variable
9905 math-exp-str.
9906 (calc-match-user-syntax): Make m a local variable.
9907
9908 * calc/calc-ext.el (math-read-expr): Use declared variables
9909 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
9910 math-exp-keep-spaces.
9911
9912 * calc/calc-forms.el (math-read-angle-bracket): Use declared
9913 variables math-exp-pos, math-exp-str.
9914
9915 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
9916 math-exp-old-pos.
9917 (math-parse-fortran-vector, math-parse-fortran-vector-end)
9918 (math-parse-eqn-prime): Use declared variable math-exp-token.
9919
9920 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
9921 Use declared variable math-exp-pos.
9922 (math-check-for-commas): Use declared variable math-exp-str.
9923 (math-read-brackets): Use declared variables math-exp-old-pos,
9924 math-exp-keep-spaces.
9925 (math-read-brackets, math-read-vector, math-read-matrix):
9926 Use declared variable math-exp-token.
9927
9928 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9929
9930 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
9931 where the keymap is a symbol.
9932 (easy-menu-add-item): Use keymap-prompt. Simplify.
9933
9934 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
9935
9936 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
9937 (sgml-parse-tag-backward): Use it to skip spurious < or >.
9938
9939 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
9940
9941 * ebuff-menu.el: Doc fixes throughout.
9942 (electric-buffer-menu-mode-hook): New defvar.
9943
9944 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
9945
9946 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
9947 The resulting compiler warnings appear to be harmless.
9948
9949 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
9950
9951 * textmodes/conf-mode.el: New file.
9952
9953 * files.el (auto-mode-alist, magic-mode-alist): Use it.
9954
9955 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9956
9957 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
9958
9959 2004-11-09 Jay Belanger <belanger@truman.edu>
9960
9961 * calc/calc-ext.el (calc-init-extensions): Remove old code.
9962
9963 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
9964 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
9965 (calc-z-prefix-help, calc-user-function-list): Use declared
9966 variables calc-z-prefix-buf, calc-z-prefix-msgs.
9967 (math-map-tree, math-map-tree-rec): Use declared variables
9968 math-mt-many, math-mt-func.
9969 (math-read-expression, math-read-string): Use declared variable
9970 math-expr-data.
9971
9972 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
9973 variable math-normalize-a.
9974
9975 * calc/calc.el (math-normalize-a): New variable.
9976 (math-normalize): Use declared variable math-normalize-a.
9977
9978 * calc/calc-poly.el (math-expand-form): Use declared variable
9979 math-mt-many.
9980
9981 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9982 Use declared variable math-mt-many.
9983 (math-rewrite): Use declared variable math-mt-func.
9984
9985 * calc/calc-vec.el (math-read-brackets, math-read-vector)
9986 (math-read-matrix): Use declared variable math-expr-data.
9987
9988 * calc/calc-lang.el (math-parse-fortran-vector)
9989 (math-parse-fortran-vector-end, math-parse-tex-sum)
9990 (math-parse-eqn-matrix, math-parse-eqn-prime)
9991 (math-read-math-subscr): Use declared variable math-expr-data.
9992
9993 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
9994 (math-read-expr-level, math-read-token, calc-check-user-syntax)
9995 (calc-match-user-syntax, math-read-if, math-factor-after)
9996 (math-read-factor): Use declared variable math-expr-data.
9997
9998 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
9999
10000 * calendar/diary-lib.el (diary-from-outlook)
10001 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
10002 interactive-p; but rather new optional argument NOCONFIRM.
10003
10004 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10005
10006 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
10007 (easy-menu-name-match): Revert correspondingly.
10008
10009 2004-11-09 Richard M. Stallman <rms@gnu.org>
10010
10011 * emacs-lisp/bytecomp.el (byte-compile-defalias):
10012 Turn off warnings for the new function even if definition not constant.
10013 If the definition isn't a quoted symbol, record (FUNCTION . t).
10014 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
10015 (byte-compile-callargs-warn): Handle (FUNCTION . t).
10016 (display-call-tree, byte-compile-arglist-warn):
10017 Handle t returned by byte-compile-fdefinition.
10018
10019 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10020
10021 * Makefile.in (maintainer-clean): Depend on distclean.
10022
10023 * help-fns.el (help-C-file-name): File name must be in build-files
10024 to be returned.
10025
10026 2004-11-09 Jay Belanger <belanger@truman.edu>
10027
10028 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
10029 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
10030
10031 * calc/calc.el (calc, calc-trail-display, calc-mode):
10032 Remove obsolete sections.
10033
10034 * calc/calc.el (calc-x-paste-text): Remove.
10035
10036 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
10037 mouse-2.
10038
10039 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
10040
10041 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
10042 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
10043 current frame (in case of recursive calls).
10044 (gdb-show-changed-values): Add :version keyword.
10045
10046 2004-11-09 Kenichi Handa <handa@m17n.org>
10047
10048 * international/mule-cmds.el: Change coding: tag back to
10049 iso-2022-7bit.
10050
10051 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10052
10053 * international/mule-cmds.el: Change coding-system to utf-8.
10054 (select-safe-coding-system-interactively):
10055 New function extracted from select-safe-coding-system.
10056 (select-safe-coding-system): Use it.
10057
10058 2004-11-08 Richard M. Stallman <rms@gnu.org>
10059
10060 * subr.el (syntax-after): Doc fix.
10061
10062 * paren.el (show-paren-function): Change calls to syntax-after
10063 for new way of returning the value.
10064
10065 * menu-bar.el (menu-bar-file-menu): Make this the real name
10066 and menu-bar-files-menu the alias. Use the former.
10067 (global-map): Use `file', not `files', as the symbol.
10068
10069 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
10070
10071 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
10072 Don't use beginning-of-buffer.
10073 (filesets-cmd-show-result): Use with-no-warnings.
10074
10075 2004-11-08 Juri Linkov <juri@jurta.org>
10076
10077 * progmodes/compile.el (compile): Don't overwrite last command in
10078 minibuffer history with default command if they are not equal.
10079
10080 2004-11-08 Jay Belanger <belanger@truman.edu>
10081
10082 * calc/calcalg2.el (math-do-integral-methods): Try linear then
10083 non-linear substitutions.
10084
10085 2004-11-08 Jay Belanger <belanger@truman.edu>
10086
10087 * calc/calcalg2.el (math-linear-subst-tried): New variable.
10088 (math-do-integral): Set `math-linear-subst-tried' to nil.
10089 (math-do-integral-methods): Use `math-linear-subst-tried' to
10090 determine what type of substitution to try.
10091 (math-integ-try-linear-substituion):
10092 Set `math-linear-subst-tried' to t.
10093
10094 2004-11-08 Kim F. Storm <storm@cua.dk>
10095
10096 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
10097
10098 2004-11-07 Juri Linkov <juri@jurta.org>
10099
10100 * info-look.el (info-lookup): Allow reusing in the current buffer
10101 not only *info* buffer, but all (even renamed) Info buffers
10102 by checking for major-mode instead of *info* buffer name.
10103 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
10104 (octave-mode, maxima-mode) <doc-spec>:
10105 Allow long dashes generated by Texinfo 4.7 before definitions.
10106 (texinfo-mode) <doc-spec>: Add space to suffix to find command
10107 definitions with argument separated by space.
10108
10109 2004-11-06 Richard M. Stallman <rms@gnu.org>
10110
10111 * simple.el (next-error group, face): Move before first use.
10112 (next-error-highlight, next-error-highlight-no-select): Likewise.
10113
10114 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
10115 (line-move): New args NOERROR and TO-END.
10116 Return t if if succeed in moving specified number of lines.
10117 (move-end-of-line): New function.
10118
10119 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
10120 (end-of-buffer-other-window): Likewise.
10121
10122 * simple.el (line-move-ignore-invisible): Default to t.
10123
10124 * subr.el (syntax-after): Return the syntax letter, not the raw code.
10125
10126 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
10127
10128 * international/iso-cvt.el (iso-cvt-define-menu):
10129 Rename menu-bar-files-menu to menu-bar-file-menu.
10130
10131 * net/browse-url.el (browse-url-gnome-moz-program)
10132 (browse-url-gnome-moz-arguments): Move up before first use.
10133
10134 * net/tramp.el (tramp group): Add :version.
10135
10136 * progmodes/ada-xref.el (ada-gdb-application):
10137 Use goto-char instead of beginning-of-buffer.
10138
10139 * progmodes/cperl-mode.el (cperl-info-on-command):
10140 Use goto-char instead of beginning-of-buffer.
10141
10142 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
10143 Move up before first use.
10144 (idlwave-shell-temp-pro-file): Likewise.
10145 (idlwave-shell-temp-rinfo-save-file): Likewise.
10146 (idlwave-shell-temp-file): Minor doc fix.
10147
10148 * textmodes/flyspell.el (flyspell-external-point-words):
10149 Use goto-char instead of beginning-of-buffer.
10150
10151 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
10152
10153 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
10154 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
10155 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
10156
10157 2004-11-06 David Ponce <david@dponce.com>
10158
10159 * recentf.el (recentf-menu-path): Use menu item name.
10160
10161 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10162
10163 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
10164 display doesn't support images.
10165
10166 2004-11-06 Andreas Schwab <schwab@suse.de>
10167
10168 * tempo.el (tempo-match-finder): Doc fix.
10169
10170 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
10171
10172 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
10173
10174 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
10175 (easy-menu-lookup-name): New fun to replace it.
10176 (easy-menu-get-map): Use it to obey menu item names (rather than just
10177 keys) when looking up `path'.
10178 (easy-menu-always-true-p): Rename from easy-menu-always-true.
10179 (easy-menu-convert-item-1): Adjust to new name.
10180
10181 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
10182
10183 * outline.el (hide-body): Don't hide lines at the top of the file
10184 that precede the first header line.
10185
10186 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
10187
10188 * align.el (align-areas): Delete whitespace before reindenting, so
10189 that tabs are never placed after spaces.
10190
10191 2004-11-06 Alan Shutko <ats@acm.org>
10192
10193 * macros.el (insert-kbd-macro): Do completions based on macros,
10194 rather than all commands.
10195
10196 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
10197
10198 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
10199 to solve a bug whereby tags with 'b' don't match.
10200
10201 2004-11-05 Juri Linkov <juri@jurta.org>
10202
10203 * info.el (Info-search): Don't search in node header lines
10204 and file headers.
10205
10206 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
10207 symbol-constituent characters after dot, not only digits.
10208
10209 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
10210
10211 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
10212
10213 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10214
10215 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10216 if a dialog will be used, read-file-name otherwise.
10217
10218 2004-11-04 Richard M. Stallman <rms@gnu.org>
10219
10220 * textmodes/table.el (table group): Add :version.
10221
10222 * textmodes/ispell.el (ispell-word):
10223 Don't alter args; set them only thru `interactive' spec.
10224
10225 * textmodes/flyspell.el (flyspell-word):
10226 Don't alter FOLLOWING; set it only thru `interactive' spec.
10227
10228 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
10229
10230 * net/browse-url.el (browse-url-maybe-new-window):
10231 Use called-interactively-p.
10232
10233 * mail/supercite.el (sc-cite-region):
10234 Don't use interactive-p. Add arg INTERACTIVE.
10235 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
10236
10237 * international/mule-cmds.el (set-input-method, toggle-input-method):
10238 Don't use interactive-p. Add arg INTERACTIVE.
10239
10240 * eshell/esh-mode.el (eshell-show-maximum-output):
10241 Don't use interactive-p.
10242 (eshell-truncate-buffer): Just message, no error, if buffer is short.
10243
10244 * mouse.el (mouse-show-mark): Get positions to delete from mark
10245 and point, not from mouse-drag-overlay.
10246
10247 * imenu.el (imenu-eager-completion-buffer): Add :version.
10248
10249 * filesets.el (filesets group): Add :version.
10250
10251 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
10252
10253 * files.el (xml-based-modes): Delete var.
10254 (magic-mode-alist): New more general var.
10255 (set-auto-mode): Use it.
10256
10257 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
10258 when clicking from another window.
10259
10260 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
10261
10262 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
10263 (vc-cvs-annotate-time): Incorporate value of deleted var.
10264 Remove special-case handling of beginning-of-buffer cruft.
10265 Cache ending position (point) and return value in text property
10266 `vc-cvs-annotate-time', and consult it on subsequent invocations.
10267
10268 * vc-cvs.el (vc-cvs-annotate-command):
10269 Delete extraneous lines from beginning of buffer.
10270 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
10271
10272 * progmodes/grep.el (grep-default-command): Take empty string
10273 for tag if all other methods yield nil. Shell-quote the tag.
10274
10275 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
10276 spec in `interactive' form, and mention it in the docstring.
10277 Also, make sure point is at bol after calling `annotate-time'.
10278
10279 2004-11-02 Richard M. Stallman <rms@gnu.org>
10280
10281 * cus-edit.el (customize-group-other-window):
10282 Select the window that displays the custom buffer.
10283 (custom-buffer-create-other-window): Likewise.
10284
10285 * comint.el (comint-insert-input): Fix previous change.
10286
10287 * emacs-lisp/elp.el (elp-instrument-function):
10288 Use called-interactively-p.
10289
10290 * emacs-lisp/easymenu.el (easy-menu-intern):
10291 Don't downcase; rather, case-flip the first letter of each word.
10292
10293 * emacs-lisp/easy-mmode.el (define-minor-mode):
10294 Use called-interactively-p.
10295
10296 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
10297 Add interactive-only.
10298 (byte-compile-warnings): Add interactive-only as option.
10299 (byte-compile-interactive-only-functions): New variable.
10300 (byte-compile-form): Warn about calls to functions
10301 in byte-compile-interactive-only-functions.
10302
10303 * emacs-lisp/autoload.el (update-file-autoloads):
10304 Don't use interactive-p; take new arg SAVE-AFTER.
10305
10306 * emacs-lisp/advice.el (ad-make-advised-definition):
10307 Use called-interactively-p.
10308
10309 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10310
10311 * files.el (find-file-existing): New function.
10312
10313 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
10314 find-file-existing. Add "New File..." that calls find-file.
10315
10316 * diropen.pbm, diropen.xpm: New files.
10317
10318 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
10319 icon diropen. New tool bar item find-file-existing uses icon open.
10320
10321 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10322 instead of read-file-name.
10323
10324 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
10325
10326 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
10327 (icalendar--split-value): Change name of work buffer.
10328 (icalendar--get-weekday-abbrev): Return nil on error.
10329 (icalendar--date-to-isodate): New function.
10330 (icalendar-convert-diary-to-ical)
10331 (icalendar-extract-ical-from-buffer): Use only two args for
10332 make-obsolete (XEmacs compatibility).
10333 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
10334 (icalendar-export-region): Doc fix.
10335 If error, return non-nil and write errors to a buffer.
10336 Use correct weekday for weekly recurring events.
10337 Check whether date has been parsed for ordinary events.
10338 Make weekly events start in the year 2000.
10339 DTEND is non-inclusive, shift end date by one day if
10340 necessary (not for entries that have date and time).
10341 Rename local let variables: oops -> found-error, datestring ->
10342 startdatestring.
10343
10344 2004-11-02 Kim F. Storm <storm@cua.dk>
10345
10346 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
10347 keep-mode-if-same variable. Add it as optional arg instead.
10348 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
10349
10350 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
10351 substitute-command-keys will select lower-case bindings like those
10352 used in the static help texts.
10353
10354 * descr-text.el (describe-text-properties): Don't err if called in
10355 the *Help* buffer; output to *Help-2* buffer instead.
10356
10357 * kmacro.el (group kmacro): Add :version.
10358 (kmacro-keyboard-quit): New function to cleanup on C-g.
10359 (kmacro-start-macro): Set defining-kbd-macro to append when
10360 appending to last macro.
10361
10362 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
10363
10364 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
10365
10366 * progmodes/gdb-ui.el (gdb-enable-debug-log)
10367 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
10368 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
10369 Add :version keyword.
10370
10371 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
10372
10373 * progmodes/flymake.el (flymake-err-line-patterns):
10374 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
10375 `compilation-error-regexp-alist-alist' to internal Flymake format.
10376
10377 * progmodes/flymake.el: Eliminate byte-compiler warnings.
10378
10379 2004-11-01 Jay Belanger <belanger@truman.edu>
10380
10381 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
10382 with `interactive "s"'.
10383
10384 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10385
10386 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10387 Revert change from 2004-10-16. '*' checks the current buffer, but the
10388 mouse click may be in another buffer.
10389
10390 2004-11-01 John Paul Wallington <jpw@gnu.org>
10391
10392 * files.el (large-file-warning-threshold): Add :version keyword.
10393 (kill-some-buffers): Doc fix.
10394
10395 * thumbs.el (group thumbs): Add :version keyword.
10396
10397 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
10398
10399 2004-11-01 Richard M. Stallman <rms@gnu.org>
10400
10401 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
10402
10403 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
10404
10405 * allout.el (allout group): Add :version.
10406 (allout-init): Don't use interactive-p.
10407 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
10408 (allout-forward-current-level, allout-backward-current-level):
10409 Don't use interactive-p.
10410
10411 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
10412 (bibtex-find-text): Likewise.
10413
10414 * progmodes/vhdl-mode.el (vhdl-fill-region)
10415 (vhdl-beginning-of-statement): Don't use interactive-p.
10416
10417 * progmodes/idlwave.el (idlwave-update-routine-info):
10418 Don't use interactive-p.
10419
10420 * progmodes/idlw-shell.el (idlwave-shell-send-char):
10421 Don't use interactive-p.
10422
10423 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
10424 Don't use interactive-p.
10425
10426 * progmodes/ada-xref.el (ada-make-body-gnatstub):
10427 Don't use interactive-p.
10428
10429 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
10430 (fortune-in-buffer): Doc fix.
10431
10432 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
10433
10434 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
10435 don't select the temporary buffer.
10436 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
10437 (eudc-get-phone): Likewise.
10438
10439 2004-11-01 Kim F. Storm <storm@cua.dk>
10440
10441 * man.el (Man-xref-normal-file): Fix help-echo.
10442
10443 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10444
10445 * reveal.el (reveal-last-tick): New var.
10446 (reveal-post-command): Use it to avoid closing overlays when we're
10447 appending text to them.
10448
10449 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10450
10451 * textmodes/bibtex.el: Require button.
10452 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
10453 (bibtex-reference-keys): Distinguish between header keys and
10454 crossref keys.
10455 (bibtex-beginning-of-field): New function.
10456 (bibtex-url-map): Remove.
10457 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
10458 (bibtex-font-lock-url-regexp): Assume that field names begin at
10459 the beginning of a line.
10460 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
10461 Remove field delimiters. Use bibtex-beginning-of-field.
10462 Bugfix, point can be inside a field with a url.
10463 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
10464 New functions.
10465 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
10466 (bibtex-key-in-head): Simplify.
10467 (bibtex-current-line): Use bolp.
10468 (bibtex-parse-keys): Remove unused arg `add'.
10469 Use bibtex-type-in-head and bibtex-key-in-head.
10470 (bibtex-parse-entry, bibtex-autofill-entry):
10471 Use bibtex-type-in-head and bibtex-key-in-head.
10472 (bibtex-autokey-get-field): Do not alter case of replacement text.
10473 (bibtex-autokey-get-names): Do all processing of name list.
10474 (bibtex-autokey-get-year): New function.
10475 (bibtex-autokey-get-title): Do all processing of title words.
10476 (bibtex-generate-autokey): Simplify.
10477 (bibtex-string-files-init): Use default-directory.
10478 Allow for absolute file names in bibtex-string-files.
10479 (bibtex-files, bibtex-file-path): New variables.
10480 (bibtex-files-expand): New function.
10481 (bibtex-find-entry-globally): New command.
10482 (bibtex-summary-function): New variable.
10483 (bibtex-summary): Default value of bibtex-summary-function.
10484 (bibtex-find-crossref): New optional args pnt and split.
10485 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
10486 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
10487 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
10488 Fix handling of required and alternative fields.
10489 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
10490 Use cons and display-buffer.
10491 (bibtex-validate-globally): New command.
10492 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
10493 bibtex-parse-keys and bibtex-parse-strings for updating
10494 bibtex-reference-keys and bibtex-strings.
10495 (bibtex-realign): Remove blank lines past the last entry.
10496 (bibtex-reformat): Use bibtex-entry-format as default.
10497 (bibtex-choose-completion-string): Remove.
10498 (bibtex-complete): Do not use bibtex-choose-completion-string.
10499 (bibtex-url): Simplify.
10500
10501 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10502
10503 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
10504 (x-dnd-types-alist, x-dnd-open-file-other-window)
10505 (x-dnd-known-types): Add :version.
10506
10507 2004-10-31 John Paul Wallington <jpw@gnu.org>
10508
10509 * ibuffer.el (group ibuffer): Add :version keyword.
10510
10511 2004-10-31 Kim F. Storm <storm@cua.dk>
10512
10513 * ido.el (group ido): Add :version keyword.
10514 (ido-mode): Remove :version keyword.
10515
10516 * emulation/cua-base.el (group cua): Add :version keyword.
10517 (cua-mode): Remove :version keyword.
10518
10519 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
10520
10521 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
10522
10523 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
10524 compiler warning.
10525 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
10526 function.
10527 (help-at-pt-display-when-idle): Remove autoload.
10528
10529 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10530
10531 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
10532
10533 2004-10-30 Juri Linkov <juri@jurta.org>
10534
10535 * help.el (function-called-at-point):
10536 * help-fns.el (variable-at-point): Read -> intern.
10537
10538 2004-10-30 Simon Josefsson <jas@extundo.com>
10539
10540 * progmodes/autoconf.el (autoconf-font-lock-keywords):
10541 Recognize AS_* too.
10542
10543 2004-10-29 Simon Josefsson <jas@extundo.com>
10544
10545 * subr.el (read-passwd): Move back from password.el.
10546
10547 * password.el: Remove, not ready yet.
10548
10549 2004-10-29 Andreas Schwab <schwab@suse.de>
10550
10551 * speedbar.el (speedbar-frame-parameters): Improve customize type.
10552
10553 2004-10-29 Sam Steingold <sds@gnu.org>
10554
10555 * mouse.el (mouse-show-mark): Replace the last occurrence of
10556 x-lost-selection-hooks with x-lost-selection-functions.
10557
10558 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10559
10560 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
10561 x-lost-selection-functions is bound.
10562
10563 * mouse-sel.el (mouse-sel-mode):
10564 * emacs-lisp/lselect.el: Adjust to new names for
10565 x-(lost|sent)-selection-functions.
10566
10567 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
10568 New obsolete aliases of x-lost-selection-functions and
10569 x-sent-selection-functions.
10570
10571 2004-10-28 Kim F. Storm <storm@cua.dk>
10572
10573 * imenu.el (imenu-scanning-message): Remove.
10574 (imenu-progress-message): Make it a no-op.
10575
10576 2004-10-28 John Paul Wallington <jpw@gnu.org>
10577
10578 * files.el (set-auto-mode): Call `throw' correctly.
10579
10580 2004-10-28 Juri Linkov <juri@jurta.org>
10581
10582 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
10583 to search `Info-...' commands in `info' manual.
10584 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10585 Add 'info-file "emacs" property.
10586 (Info-find-emacs-command-nodes): Fix index line number regexp.
10587 Set real line number (instead of fake 0) in first element of the
10588 returned list.
10589 (Info-goto-emacs-command-node): Use line number of first element
10590 to set point in the first found Info node.
10591
10592 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
10593 code to `grep-mode-font-lock-keywords'.
10594 (grep-mode-font-lock-keywords): Delete grep markers instead
10595 of making them invisible.
10596
10597 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10598
10599 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
10600 and x-server-version in bug report.
10601
10602 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
10603
10604 * files.el (set-auto-mode-0): New function.
10605 (set-auto-mode): Use it to handle aliased modes and to
10606 be consistent between C-x C-f and C-x C-w.
10607
10608 2004-10-28 Kenichi Handa <handa@m17n.org>
10609
10610 * international/utf-8.el (utf-translate-cjk-charsets):
10611 Add katakana-jisx0201.
10612
10613 * international/subst-jis.el: Add data for JISX0201.
10614
10615 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10616
10617 * obsolete/hilit19.el (hilit-mode): New function.
10618 Move all the toplevel side-effecting stuff into it, so that loading
10619 hilit19 doesn't mess everything up any more.
10620
10621 2004-10-27 Richard M. Stallman <rms@gnu.org>
10622
10623 * add-log.el (add-change-log-entry): Set up mailing address
10624 and full name later, and don't alter add-log-mailing-address
10625 or add-log-full-name.
10626
10627 * elide-head.el (elide-head): Change error to message.
10628 (elide-head-show): Likewise.
10629
10630 * apropos.el (apropos-macrop): Doc fix.
10631
10632 * mouse.el (mouse-show-mark): Do most processing the same
10633 regardless of transient-mark-mode.
10634
10635 * shadowfile.el (shadow-copy-files): Use interactive-p
10636 only to control whether to print a message.
10637
10638 * tar-mode.el (tar-mode): Use write-contents-functions,
10639 not write-contents-hooks.
10640
10641 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
10642 directory-sep-char.
10643
10644 2004-10-27 Richard M. Stallman <rms@gnu.org>
10645
10646 * strokes.el (strokes-unload-hook): Fix previous change.
10647
10648 * type-break.el (type-break-run-at-time): Always use run-at-time;
10649 forget the alternatives.
10650 (type-break-cancel-function-timers): Always use cancel-function-timers;
10651 forget the alternatives.
10652
10653 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
10654
10655 2004-10-27 Kenichi Handa <handa@m17n.org>
10656
10657 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
10658
10659 * international/subst-gb2312.el: Likewise.
10660
10661 * international/subst-big5.el: Likewise.
10662
10663 * international/subst-ksc.el: Likewise.
10664
10665 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
10666 New variable.
10667 (utf-translate-cjk-set-unicode-range): New function.
10668 (utf-translate-cjk-unicode-range): Make it customizable.
10669 (utf-8-post-read-conversion):
10670 Use utf-translate-cjk-unicode-range-string.
10671 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
10672 Unicode ranges.
10673
10674 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
10675
10676 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
10677 trivial variants to shorten the list.
10678 (xml-based-modes): New var.
10679 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
10680 declaration higher priority than auto-mode-alist.
10681
10682 * find-file.el (cc-other-file-alist): Bring it in line with
10683 cc-mode's auto-mode-alist entries and use \' instead of $.
10684
10685 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
10686 and add "Id" and "Name" submenus to it.
10687
10688 * imenu.el (imenu--generic-function): Skip matches in comments.
10689
10690 2004-10-26 Jay Belanger <belanger@truman.edu>
10691
10692 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
10693 (full-calc-keypad, calc-trail-display): Use an extra argument
10694 instead of `interactive-p'.
10695
10696 * calc/calc-misc.el (calc-other-window): Use an extra argument
10697 instead of `interactive-p'.
10698
10699 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
10700 `interactive-p'.
10701
10702 2004-10-26 Kim F. Storm <storm@cua.dk>
10703
10704 * help.el (describe-key): Describe both down-event and up-event
10705 for a mouse click.
10706
10707 2004-10-26 Richard M. Stallman <rms@gnu.org>
10708
10709 * woman.el (woman): Don't call interactive-p.
10710
10711 * pcomplete.el (pcomplete): Instead of interactive-p,
10712 use an arg set non-nil by the interactive spec.
10713
10714 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
10715 use an arg set non-nil by the interactive spec.
10716
10717 * man.el (Man-cleanup-manpage): Instead of interactive-p,
10718 use an arg set non-nil by the interactive spec.
10719
10720 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10721
10722 * progmodes/flymake.el (flymake-split-string):
10723 Use `flymake-split-string-remove-empty-edges' in any case.
10724
10725 2004-10-26 Masatake YAMATO <jet@gyve.org>
10726
10727 * progmodes/flymake.el (flymake-err-line-patterns):
10728 Use `compilation-error-regexp-alist-alist' instead of
10729 `compilation-error-regexp-alist'.
10730
10731 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10732
10733 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
10734 verbatim face on the \ of \end{verbatim}.
10735
10736 2004-10-25 Jay Belanger <belanger@truman.edu>
10737
10738 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
10739 erasing minibuffer.
10740
10741 2004-10-25 Simon Josefsson <jas@extundo.com>
10742
10743 * subr.el (read-passwd): Move to net/password.el.
10744
10745 * net/password.el (read-passwd): Add. Autoload it.
10746
10747 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
10748
10749 * mouse-sel.el (mouse-sel-mode): Specify custom group.
10750
10751 * simple.el (process-file): Fix logic.
10752
10753 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10754
10755 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
10756 (increase-right-margin): Remove erroneous call to `interactive-p'.
10757
10758 2004-10-24 Kim F. Storm <storm@cua.dk>
10759
10760 * help.el (describe-mode): Fix 2004-10-13 change.
10761 Copy pure "Auto Fill" string so it can be propertized later
10762 without causing a read-only error.
10763
10764 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10765
10766 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
10767 style indexes.
10768
10769 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10770
10771 * simple.el (process-file): Accept nil for INFILE. Reported by
10772 Luc Teirlinck.
10773
10774 2004-10-24 Masatake YAMATO <jet@gyve.org>
10775
10776 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
10777 Handle periods and underscores in a function name.
10778 Remove the address fontification.
10779
10780 2004-10-24 Masatake YAMATO <jet@gyve.org>
10781
10782 * progmodes/asm-mode.el (asm-font-lock-keywords):
10783 Use font-lock-variable-name-face for registers.
10784
10785 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
10786
10787 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
10788 kill-all-local-variables.
10789 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
10790 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
10791 Use kill-all-local-variables and provide mode-hooks.
10792 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
10793 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
10794 Suggested by Masatake YAMATO <jet@gyve.org>.
10795
10796 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
10797
10798 * simple.el (process-file): New function, similar to call-process
10799 but supports file handlers.
10800 * vc.el (vc-do-command): Use it, instead of call-process.
10801 * net/tramp-vc.el (vc-do-command): Do not advise it if
10802 process-file is fboundp.
10803 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
10804 process-file.
10805 (tramp-handle-process-file): New function.
10806 (tramp-file-name-for-operation): Support process-file.
10807
10808 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
10809
10810 * calendar/icalendar.el (icalendar--weekday-array): New constant.
10811 (icalendar-weekdayabbrev-table)
10812 (icalendar-monthnumber-table): Delete.
10813 (icalendar--get-month-number): Use calendar-month-name-array.
10814 (icalendar--get-weekday-number): New function.
10815 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
10816 (icalendar-export-region): Handle multi-line entries.
10817 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
10818
10819 2004-10-23 John Paul Wallington <jpw@gnu.org>
10820
10821 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
10822 `wildcards' set to t in interactive spec.
10823
10824 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
10825 interactive spec rather than use `interactive-p'.
10826 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
10827 rather than use function `interactive-p'.
10828
10829 2004-10-22 Kenichi Handa <handa@m17n.org>
10830
10831 * international/mule.el (translate-region): Implement it in Lisp
10832 as a front end of translate-region-internal.
10833
10834 2004-10-21 Jay Belanger <belanger@truman.edu>
10835
10836 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
10837 Declare these variables with defvar.
10838
10839 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
10840 is bound, only check to see if it is bound.
10841
10842 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10843
10844 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10845 Don't output messages.
10846
10847 * calc/calc-help.el (calc-describe-bindings): Fix last change.
10848
10849 2004-10-21 John Paul Wallington <jpw@gnu.org>
10850
10851 * calc/calc-graph.el (calc-graph-init):
10852 Use `set-process-query-on-exit-flag'.
10853
10854 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
10855
10856 * progmodes/compile.el (compilation-start): Rely on `cd' to get
10857 dir right and also allow argumentless cd.
10858
10859 2004-10-19 Richard M. Stallman <rms@gnu.org>
10860
10861 * textmodes/flyspell.el (flyspell-mode): Doc fix.
10862
10863 * eshell/em-unix.el (eshell-grep):
10864 Don't bind compilation-process-setup-function.
10865
10866 * comint.el (comint-insert-input): Use @ in `interactive'.
10867 (comint-input-filter-functions): Doc fix.
10868 (comint-kill-whole-line, comint-get-source): Doc fix.
10869
10870 * progmodes/compile.el (compilation-setup):
10871 Don't set buffer-read-only if MINOR is non-nil.
10872
10873 2004-10-19 Jay Belanger <belanger@truman.edu>
10874
10875 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
10876 (calc-emacs-type-gnu19): Remove.
10877 (calc-digit-map, calc-read-key-sequence, calc-read-key):
10878 Remove check for old emacs versions.
10879
10880 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
10881 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
10882 for current Emacs.
10883
10884 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
10885 the end of the minibuffer.
10886 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
10887 copy `esc-map'.
10888
10889 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
10890
10891 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
10892 call that would be given when the current emacs was used.
10893
10894 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
10895
10896 * calendar/icalendar.el: Set coding to utf-8.
10897 (icalendar-version): Increase to 0.07.
10898 (icalendar-monthnumber-table): Change March pattern.
10899 (icalendar-get-all-event-properties)
10900 (icalendar-set-event-property): Delete.
10901 (icalendar-all-events): No longer interactive.
10902 (icalendar-convert-diary-to-ical)
10903 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
10904 their replacements.
10905 (icalendar-export-file, icalendar-export-region): New functions;
10906 essentially old `icalendar-convert-diary-to-ical' but appending to
10907 target rather than overwriting.
10908 (icalendar-import-file): Append to target file rather than
10909 overwriting. Fourth arg deleted.
10910 (icalendar-import-buffer): New name for old
10911 `icalendar-extract-ical-from-buffer'.
10912 (icalendar--convert-string-for-import): New name for
10913 old `icalendar-convert-for-import'.
10914 (include-icalendar-files): Delete.
10915 Prefix for all internal functions changed from `icalendar-'
10916 to `icalendar--'.
10917
10918 2004-10-19 Richard M. Stallman <rms@gnu.org>
10919
10920 * paths.el (news-path): Fix previous change.
10921
10922 2004-10-18 Jay Belanger <belanger@truman.edu>
10923
10924 * calc/calc-help.el (calc-describe-bindings):
10925 Set `buffer-read-only' to nil while working in the keybindings buffer;
10926 remove some extra information from the keybindings buffer.
10927
10928 2004-10-18 David Ponce <david@dponce.com>
10929
10930 * mouse.el (mouse-drag-move-window-top): New function.
10931 (mouse-drag-mode-line-1): Use it.
10932
10933 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
10934
10935 * info.el (Info-fontify-node): For multiline refs,
10936 arrange to unfontify newline and surrounding whitespace.
10937
10938 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10939
10940 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
10941 directory is missing.
10942
10943 2004-10-17 John Paul Wallington <jpw@gnu.org>
10944
10945 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
10946 New customizable variable; whether to display buffers that match
10947 `ibuffer-maybe-show-predicates' by default.
10948 (ibuffer-maybe-show-predicates): Mention it in docstring.
10949 (ibuffer-display-maybe-show-predicates): New variable.
10950 (ibuffer-update): Prefix arg now toggles whether buffers that
10951 match `ibuffer-maybe-show-predicates' should be displayed.
10952 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
10953 locally to heed `ibuffer-default-display-maybe-show-predicates'.
10954 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
10955
10956 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
10957
10958 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
10959 work correctly.
10960
10961 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
10962
10963 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
10964 (Buffer-menu-beginning): New helper function.
10965 (Buffer-menu-execute): Use it.
10966 (Buffer-menu-select): Use it.
10967 (Buffer-menu-sort): Use it and also keep markers.
10968
10969 2004-10-17 Richard M. Stallman <rms@gnu.org>
10970
10971 * paths.el (news-directory): Rename from news-path. Old name alias.
10972 (rmail-spool-directory): Use defvar.
10973 (sendmail-program): Use defcustom.
10974 (remote-shell-program): Use defcustom.
10975 (term-file-prefix): Use defvar.
10976 (abbrev-file-name): Use defvar.
10977
10978 * term.el: Add maintainer.
10979
10980 * subr.el (with-local-quit): Return nil if there's a quit.
10981 (read-passwd): Use with-local-quit. Doc fix.
10982
10983 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
10984 (strokes-unload-hook): Set as a variable with add-hook.
10985
10986 * startup.el (fancy-splash-tail, normal-splash-screen):
10987 Update copyright year.
10988
10989 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
10990
10991 * server.el (server-unload-hook): Set as a variable with add-hook.
10992
10993 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
10994
10995 * frame.el (special-display-popup-frame):
10996 Make the buffer current as its frame is created.
10997
10998 * delsel.el (delsel-unload-hook): Set as a variable.
10999
11000 * comint.el (comint-output-filter-functions):
11001 Add comint-watch-for-password-prompt.
11002 (comint-read-noecho): Function deleted.
11003 (send-invisible): Use read-passwd.
11004
11005 * fringe.el (fringe-mode-initialize): New function.
11006 (fringe-mode): Use fringe-mode-initialize as :initialize.
11007
11008 2004-10-17 Kim F. Storm <storm@cua.dk>
11009
11010 * language/indian.el (indian-script-language-alist): Swap value and doc.
11011 (indian-font-char-index-table): Doc fix.
11012
11013 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11014
11015 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
11016
11017 2004-10-16 Juri Linkov <juri@jurta.org>
11018
11019 * progmodes/compile.el (compilation-start): Move let-binding of
11020 `process-environment' into `with-current-buffer' body.
11021 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11022
11023 2004-10-16 Richard M. Stallman <rms@gnu.org>
11024
11025 * pcvs-util.el (cvs-bury-buffer):
11026 Don't call get-buffer-window for effect.
11027
11028 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
11029
11030 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
11031
11032 * msb.el (msb-unload-hook): Set the variable.
11033
11034 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
11035 Use * to err if buffer is readonly.
11036
11037 * subr.el (looking-back): Return only t or nil.
11038
11039 * whitespace.el (whitespace-unload-hook): Set the variable.
11040
11041 * view.el (view-mode-enable): Set view-page-size and
11042 view-half-page-size to nil.
11043 (view-set-half-page-size-default): view-half-page-size = nil
11044 means the default.
11045 (View-scroll-page-forward): Use view-page-size-default.
11046 (View-scroll-page-backward): Likewise.
11047 (view-page-size, view-half-page-size): Doc fixes.
11048
11049 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
11050
11051 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
11052
11053 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
11054 "cl" like other files. Instead, call byte-compile-find-cl-functions.
11055 (byte-compile-log-1): Bind inhibit-read-only.
11056 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
11057 (byte-compile-log-warning): Likewise.
11058 (byte-compile-file-form-require): Detect "cl" from the arg value.
11059
11060 * progmodes/compile.el (compilation-start): Assume compilation-mode
11061 will make the buffer read-only.
11062 (compilation-mode): Take arg name-of-mode.
11063 (compilation-setup): Make buffer read-only.
11064 (compilation-handle-exit): Bind inhibit-read-only.
11065
11066 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
11067 (ispell-message): Likewise.
11068 (ispell-show-choices): Don't call get-buffer-window uselessly.
11069 (ispell-init-process): Use set-process-query-on-exit-flag.
11070
11071 2004-10-16 Kim F. Storm <storm@cua.dk>
11072
11073 * fringe.el (fringe-bitmaps): Only initialize when defined.
11074
11075 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
11076 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
11077
11078 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
11079
11080 2004-10-15 Simon Josefsson <jas@extundo.com>
11081
11082 * net/password.el: Add.
11083
11084 2004-10-14 Masatake YAMATO <jet@gyve.org>
11085
11086 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
11087 (gdb-script-end-of-defun): New function.
11088 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
11089 `gdb-script-end-of-defun' as *-of-defun-function.
11090
11091 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
11092
11093 * button.el (button-activate): Allow a marker to display as an action.
11094
11095 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
11096
11097 * help.el (describe-mode): Use it to make minor mode list into
11098 hyperlinks.
11099
11100 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11101
11102 * vc.el (vc-annotate-display-select): Fix typo.
11103
11104 * subr.el (substitute-key-definition-key): New function.
11105 (substitute-key-definition): Use it with map-keymap.
11106 (event-modifiers): Use push.
11107 (mouse-movement-p, with-temp-buffer): Simplify.
11108
11109 2004-10-12 Jay Belanger <belanger@truman.edu>
11110
11111 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
11112 New variables.
11113 (calc-help-index-entries): New function.
11114 (calc-describe-function): Use `calc-help-function-list' instead of
11115 obarray for completion.
11116 (calc-describe-variable): Use `calc-help-variable-list' instead
11117 of obarray for completion.
11118
11119 2004-10-12 Richard M. Stallman <rms@gnu.org>
11120
11121 * info-look.el (info-lookup-file): Add info-file property.
11122 (info-lookup-symbol): Likewise.
11123
11124 * info.el (info-xref): Add underlining.
11125 (info): Add info-file property.
11126 (Info-find-emacs-command-nodes): Specify case-sensitive search.
11127
11128 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
11129
11130 Sync with Tramp 2.0.45.
11131
11132 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
11133 defined. This is not the case for XEmacs without package "edebug".
11134 (tramp-set-auto-save-file-modes): Set permissions of autosaved
11135 remote files to the permissions of the original file. This is not
11136 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
11137 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
11138 (tramp-perl-decode): Fix an error in Perl implementation.
11139 $pending must be cleared every loop. Reported by Benjamin Place
11140 <benjaminplace@sprintmail.com>
11141
11142 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
11143 Don't activate advice during definition. This is done later on,
11144 depending on test result of `substitute-in-file-name'.
11145 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11146
11147 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11148
11149 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
11150
11151 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
11152
11153 2004-10-12 David Ponce <david@dponce.com>
11154
11155 * recentf.el (recentf-edit-list): Update the menu when the recentf
11156 list has been modified.
11157
11158 2004-10-12 Simon Josefsson <jas@extundo.com>
11159
11160 * net/tls.el (tls-certtool-program): New variable.
11161 (tls-certificate-information): New function, based on
11162 ssl-certificate-information.
11163
11164 2004-10-12 Kenichi Handa <handa@m17n.org>
11165
11166 * international/mule.el (coding-system-equal): Move from mule-util.el.
11167
11168 * international/mule-util.el (coding-system-equal): Move to mule.el.
11169
11170 2004-10-12 Kim F. Storm <storm@cua.dk>
11171
11172 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
11173 reset kmacro-initial-counter-value if set.
11174 (kmacro-set-counter): Only set kmacro-counter if defining or executing
11175 macro. Set kmacro-initial-counter-value otherwise. Never set both.
11176 (kmacro-display): Show macro counter if non-zero.
11177
11178 * subr.el (substitute-key-definition): Mention command remapping
11179 in doc string.
11180
11181 2004-10-11 Jay Belanger <belanger@truman.edu>
11182
11183 * calc/calc-misc.el (calc-info-goto-node): New function.
11184 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
11185 node in one step.
11186 (calc-describe-copying, calc-describe-distribution)
11187 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
11188 Go to appropriate info node in one step.
11189
11190 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11191
11192 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
11193
11194 * font-lock.el (font-lock-apply-highlight): Fix last change.
11195
11196 2004-10-11 Simon Josefsson <jas@extundo.com>
11197
11198 * mail/smtpmail.el (smtpmail-open-stream): Look for
11199 starttls-gnutls-program instead of starttls-program iff
11200 starttls-use-gnutls is non-nil.
11201 (smtpmail-open-stream): Don't overwrite user settings of
11202 starttls-extra-arguments and starttls-extra-args.
11203
11204 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11205
11206 * comint.el (comint-mouse-insert-input): Remove.
11207 (comint-insert-input): Make it work for mouse bindings.
11208 (comint-mode-map): Move defs into the declaration.
11209 (comint-output-filter): Typo.
11210
11211 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
11212
11213 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
11214
11215 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
11216 (ange-ftp-call-chmod): Reference remote-shell-program instead of
11217 ange-ftp-remote-shell.
11218
11219 2004-10-10 Andreas Schwab <schwab@suse.de>
11220
11221 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
11222 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
11223 Reported by <sri@asu.edu>.
11224
11225 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
11226
11227 * vc.el (vc-annotate-mode): Remove variable.
11228 (vc-annotate-display-select): Only call vc-annotate-mode
11229 if we're not in that mode already.
11230
11231 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
11232
11233 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
11234 (imenu-choose-buffer-index): Check here for rescan instead.
11235
11236 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
11237 where the face expression evals to nil.
11238
11239 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
11240 (tex-font-lock-keywords-2): Use it.
11241 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
11242
11243 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
11244
11245 2004-10-09 Kim F. Storm <storm@cua.dk>
11246
11247 * subr.el (progress-reporter-update): Define before first usage.
11248 (make-progress-reporter): Doc fix.
11249
11250 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11251
11252 * textmodes/paragraphs.el (sentence-end-double-space)
11253 (sentence-end-without-period, sentence-end-without-space)
11254 (sentence-end): Doc fixes.
11255
11256 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
11257
11258 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
11259 Change paragraph-start regexp so we don't fill code starting with #'(.
11260
11261 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
11262
11263 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
11264 New defcustom.
11265 (extract-address-components): Use it.
11266
11267 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11268
11269 * subr.el (make-progress-reporter, progress-reporter-update)
11270 (progress-reporter-force-update, progress-reporter-do-update)
11271 (progress-reporter-done): New functions.
11272
11273 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
11274
11275 * progmodes/etags.el (etags-tags-completion-table): Use progress
11276 reporter.
11277 (etags-tags-apropos): Likewise.
11278
11279 2004-10-08 Alan Mackenzie <acm@muc.de>
11280
11281 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
11282 of current line.
11283
11284 2004-10-08 Masatake YAMATO <jet@gyve.org>
11285
11286 * server.el (server-process-filter): Wrap `process-send-region'
11287 by `condition-case' to guard the case when the pipe to PROC is closed.
11288
11289 2004-10-07 Mark A. Hershberger <mah@everybody.org>
11290
11291 * xml.el (xml-substitute-special): Limit handling of external entities.
11292
11293 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
11294
11295 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
11296
11297 2004-10-06 John Paul Wallington <jpw@gnu.org>
11298
11299 * xml.el (xml-parse-dtd): Fix `error' call.
11300
11301 2004-10-05 Mark A. Hershberger <mah@everybody.org>
11302
11303 * xml.el (xml-substitute-special): Return a single string instead
11304 of a list of strings if an entity substitution is made.
11305
11306 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
11307
11308 * calendar/icalendar.el: New file.
11309
11310 2004-10-05 Juri Linkov <juri@jurta.org>
11311
11312 * isearch.el (isearch-done): Set mark after running hook.
11313 Reported by Drew Adams <drew.adams@oracle.com>.
11314
11315 * info.el (Info-history, Info-toc): Fix Info headers.
11316 (Info-toc): Narrow buffer before Info-fontify-node.
11317 (Info-build-toc): Don't check for special Info file names.
11318 Set main-file to nil if Info-find-file returns a symbol.
11319
11320 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
11321
11322 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
11323 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
11324 * calendar/cal-menu.el (calendar-mode-map): Ditto.
11325
11326 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
11327
11328 * calendar/cal-iso.el (calendar-iso-read-args): New function,
11329 for old interactive spec from calendar-goto-iso-date.
11330 (calendar-goto-iso-date): Use it.
11331 (calendar-goto-iso-week): New function. Suggested by Emilio
11332 C. Lopes <eclig@gmx.net>.
11333
11334 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
11335
11336 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
11337 `set-right-margin' bindings that follow the minor mode conventions.
11338
11339 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11340
11341 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
11342 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
11343 (latex-block-args-alist): Add minipage and picture.
11344 (latex-block-body-alist): Use reftex-label if enabled.
11345 (latex-insert-block): Don't insert a \n if not necessary.
11346 (tex-compile-commands): Make sure dvips doesn't send to printer.
11347 (tex-compile-default): Handle the case where no executable is found.
11348 (latex-noindent-environments): New var.
11349 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
11350 If tex-indent-allhanging is non-nil, make sure we only align for macros
11351 at beginning of line.
11352
11353 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
11354
11355 * newcomment.el (comment-beginning): Doc fix and don't choke on
11356 unset `comment-end-skip' when at beginning of comment.
11357
11358 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
11359
11360 * term.el (term-adjust-current-row-cache): Don't allow the current
11361 row to become negative.
11362 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
11363 the end of the line. Fix scroll down. Add comments.
11364 (term-handle-ansi-escape): Don't exceed terminal width when moving
11365 right.
11366 (term-scroll-region): Move the cursor after setting the scroll region.
11367
11368 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
11369
11370 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
11371 to `width' for consistency with docstring. Doc fix.
11372
11373 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
11374
11375 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
11376 This is necessary for derived modes.
11377
11378 2004-09-30 Kim F. Storm <storm@cua.dk>
11379
11380 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
11381 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
11382
11383 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
11384 kmacro-extract-lambda functions.
11385 (edit-kbd-macro): Handle kmacro lambda forms.
11386 Include counter and counter format in edit buffer.
11387 (edmacro-finish-edit): Get counter and format from edit buffer and
11388 update kmacro bindings when found.
11389
11390 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
11391
11392 * textmodes/paragraphs.el (forward-paragraph):
11393 Avoid args-out-of-range error when point winds up at the beginning of
11394 the buffer and hard newlines are enabled.
11395
11396 * newcomment.el (comment-multi-line): Doc fix.
11397
11398 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11399
11400 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
11401 (diff-fixup-modifs): Catch unified-diff file-headers.
11402
11403 2004-09-29 Kim F. Storm <storm@cua.dk>
11404
11405 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
11406 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
11407 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
11408
11409 * fringe.el (fringe-bitmap-p): New macro.
11410 (fringe-bitmaps): Add standard fringe bitmaps on load.
11411
11412 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11413
11414 * dired.el (dired-view-command-alist): Use more efficient regexps.
11415 Remove dubious arguments.
11416 (dired-align-file): New function.
11417 (dired-insert-directory): Use it.
11418 (dired-move-to-end-of-filename): Make the " -> " search more specific.
11419 (dired-buffers-for-dir): Remove unused var `pattern'.
11420
11421 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
11422
11423 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
11424 from diary display excursion. Store diary buffer's point for
11425 `simple-diary-display'.
11426 (simple-diary-display): Set window point and start when
11427 displaying buffer, to preserve point.
11428
11429 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
11430
11431 * textmodes/enriched.el (enriched-translations): Replace defconst
11432 with defvar.
11433
11434 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11435
11436 * printing.el: Doc fix.
11437 (pr-version): New version number (6.8.1).
11438 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
11439 make-temp-name.
11440 (pr-delete-file): Check if file exists before deleting it.
11441 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
11442
11443 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
11444
11445 * term.el (term-display-table): New variable.
11446 (term-mode): Use it.
11447 (term-exec-1): Set the coding system to binary.
11448 (term-emulate-terminal): Decode the string before inserting it.
11449
11450 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
11451
11452 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
11453 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
11454 (map): Bind S-prior, S-next and S-insert.
11455 (term-mode): Set `indent-tabs-mode' to nil.
11456 (term-paste): New function to be bound to S-insert.
11457 (term-send-del, term-send-backspace): Change the strings sent.
11458 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
11459 (term-handle-colors-array): Fix handling of underline and reverse.
11460 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
11461 (term-erase-in-line): Fix comparison.
11462 (term-emulate-terminal): Fix line wrap handling.
11463 (term-start-output-log): Rename from `term-set-output-log'.
11464 (term-stop-output-log): Rename from `term-stop-photo'.
11465 (term-switch-to-alternate-sub-buffer): Comment out, unused.
11466
11467 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11468
11469 * dired.el (dired-move-to-filename): Don't output a message if
11470 raise-error is non-nil. Fix return position and value.
11471
11472 * files.el (insert-directory): Obey --dired even with symlinks.
11473
11474 2004-09-25 Lars Hansen <larsh@math.ku.dk>
11475
11476 * ls-lisp.el (ls-lisp-format): Mark file names with property
11477 dired-filename.
11478
11479 2004-09-25 Kim F. Storm <storm@cua.dk>
11480
11481 * ido.el (ido-max-directory-size): New defcustom.
11482 (ido-decorations): Add "too big" element.
11483 (ido-directory-too-big): New dynamic var.
11484 (ido-may-cache-directory): Don't cache big directories.
11485 (ido-directory-too-big-p): New defun.
11486 (ido-set-current-directory): Update ido-directory-too-big.
11487 (ido-read-internal): Make empty ido-cur-item if too-big.
11488 (ido-buffer-internal): Use ido-read-internal directly instead of
11489 ido-read-buffer.
11490 (ido-file-internal): Init ido-directory-too-big.
11491 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
11492 and redo completion with full list.
11493 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
11494 it, and show completions.
11495 (ido-all-completions): Let bind ido-directory-too-big to nil.
11496 (ido-exhibit): Handle ido-directory-too-big.
11497 (ido-read-buffer): Handle fallback to read-buffer.
11498 Init ido-directory-too-big.
11499 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
11500 Init ido-directory-too-big.
11501
11502 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11503
11504 * subr.el (delay-mode-hooks): Doc fix.
11505
11506 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
11507
11508 * textmodes/enriched.el
11509 (enriched-default-text-properties-local-flag): New variable.
11510 (enriched-mode): Make sure that enabling and disabling the mode is
11511 a no-op. Doc fix.
11512
11513 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
11514
11515 * calendar/holidays.el (holiday-advent): Report on a specified day
11516 offset from advent, not just advent.
11517 (holiday-easter-etc): Report on one specified day offset from
11518 easter, not all easter holidays. Various Easter holidays moved to
11519 `christian-holidays' variable in calendar.el.
11520 * calendar/calendar.el (christian-holidays): Adapt for new
11521 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
11522
11523 2004-09-23 Kim F. Storm <storm@cua.dk>
11524
11525 * image.el (insert-sliced-image): Add doc string.
11526
11527 * ido.el (ido-choice-list): New dynamic var for `list' context.
11528 (ido-context-switch-command): New dynamic var.
11529 (ido-define-mode-map): Generalize switch between file/buffer contexts.
11530 (ido-read-internal): Handle new `list' context.
11531 Handle insert-buffer and insert-file ido-exit values.
11532 (ido-buffer-internal): New arg switch-cmd. Use it to setup
11533 ido-context-switch-command. Handle insert-file ido-exit value.
11534 (ido-read-buffer): Set ido-context-switch-command to 'ignore
11535 unless it is already bound by caller.
11536 (ido-file-internal): New arg switch-cmd. Use it to setup
11537 ido-context-switch-command. Handle insert-buffer ido-exit value.
11538 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
11539 used for context switching.
11540 (ido-all-completions): Handle new `list' context.
11541 (ido-make-choice-list): Return choices for `list' context.
11542 (ido-find-file-in-dir, ido-display-file, ido-write-file)
11543 (ido-display-buffer, ido-kill-buffer): Disable context switching.
11544 (ido-insert-buffer, ido-insert-file): Setup context switching.
11545 (ido-exhibit): Handle `list' context.
11546 (ido-read-file-name): Disable context switching. Handle fallback.
11547 (ido-read-directory-name): Disable context switching.
11548 (ido-completing-read): New defun like completing-read. Setup and
11549 use new `list' context.
11550
11551 2004-09-20 Jesper Harder <harder@ifa.au.dk>
11552
11553 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
11554
11555 2004-09-21 Jay Belanger <belanger@truman.edu>
11556
11557 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
11558 `calc-graph-set-styles' so the gnuplot buffer will appear in a
11559 separate window.
11560
11561 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
11562
11563 * subr.el (after-change-major-mode-hook): Doc fix.
11564
11565 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11566
11567 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
11568 of ghostscript for monochrome PostScript file in Windows.
11569
11570 2004-09-21 Kenichi Handa <handa@m17n.org>
11571
11572 * descr-text.el (describe-char): Checking of quail activation fixed.
11573
11574 2004-09-21 Jay Belanger <belanger@truman.edu>
11575
11576 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
11577
11578 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
11579
11580 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
11581 after the mode hooks instead of before. Doc fix.
11582
11583 2004-09-20 Jason Rumney <jasonr@gnu.org>
11584
11585 * startup.el (command-line) [windows-nt]: Try .emacs first, then
11586 _emacs, but revert to .emacs if neither exists in home directory.
11587
11588 2004-09-20 John Paul Wallington <jpw@gnu.org>
11589
11590 * bindings.el (completion-ignored-extensions): Add .dfsl.
11591
11592 2004-09-20 Richard M. Stallman <rms@gnu.org>
11593
11594 * bindings.el (scroll-left): Make it disabled.
11595
11596 * files.el (enable-local-eval): Doc fix.
11597
11598 * indent.el (move-to-left-margin): Special case for minibuffer.
11599
11600 * term.el (term-emulate-terminal): Turn off undo for output.
11601 Use with-current-buffer and save-selected-window.
11602
11603 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
11604
11605 * progmodes/make-mode.el (makefile-fill-paragraph):
11606 Don't insist on spaces when looking for comments. # is enough.
11607
11608 * files.el (hack-local-variables): Copy the variables list
11609 to another buffer, strip prefixes and suffixes there, then read.
11610 (enable-local-eval): Doc fix.
11611 (ignored-local-variables): Initialize to nil.
11612 (risky-local-variable-p): Don't check ignored-local-variables here.
11613 (hack-one-local-variable): Ignore var if in ignored-local-variables.
11614
11615 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11616
11617 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
11618 of = to "." (punctuation).
11619
11620 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11621
11622 * subr.el (event-basic-type): Fix mask (extend to 22bits).
11623
11624 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
11625
11626 * textmodes/enriched.el (enriched-rerun-flag): New variable.
11627 (enriched-before-change-major-mode): New function.
11628 Add it to `change-major-mode-hook'.
11629 (enriched-after-change-major-mode): New function.
11630 Add it to `after-change-major-mode-hook'.
11631 (enriched-mode): Make it work correctly if called from
11632 `after-change-major-mode-hook'.
11633 No longer set `indent-line-function'.
11634
11635 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
11636
11637 * subr.el (after-change-major-mode-hook): New variable.
11638 (run-mode-hooks): Implement it.
11639
11640 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11641
11642 * battery.el (battery-linux-proc-apm): Use string-to-number.
11643 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
11644 Use dolist (and less indentation). Use erase-buffer.
11645 Pre-initialize `design-capacity', `warn', and `low'.
11646 (battery-format): Use replace-regexp-in-string.
11647
11648 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
11649
11650 * battery.el: Delete superfluous empty lines.
11651 (battery-linux-proc-acpi): Attempt to gather information from all
11652 battery subdirectories regardless of their file name.
11653 (battery-linux-proc-apm): Replace all occurrences of
11654 battery-hex-to-int-2 with string-to-int (base 16).
11655 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
11656 (battery-hex-map): Delete variable.
11657
11658 2004-09-18 John Paul Wallington <jpw@gnu.org>
11659
11660 * calc/calc-units.el (calc-quick-units): Fix overzealous
11661 s/or/unless/.
11662
11663 2004-09-17 Jay Belanger <belanger@truman.edu>
11664
11665 * calc/calc.el (calc-mode-var-list): Fix the value of
11666 `calc-matrix-brackets'.
11667
11668 2004-09-17 Romain Francoise <romain@orebokech.com>
11669
11670 * ibuf-ext.el (define-ibuffer-filter filename):
11671 Expand dired-directory since buffer-file-name is absolute.
11672
11673 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11674
11675 * ediff-init.el (ediff-current-diff-face-A)
11676 (ediff-current-diff-face-B, ediff-current-diff-face-C)
11677 (ediff-current-diff-face-Ancestor)
11678 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11679 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11680 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11681 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11682 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11683 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11684 Use min-colors.
11685
11686 * term.el (term-down): Perform vertical motion if DOWN is negative.
11687 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
11688 (term-termcap-format): Synchronyze with the eterm terminfo entry
11689 in etc/e/eterm.ti.
11690 (term-handle-colors-array): If the current foreground or
11691 background are zero (i.e. unspecified), use the foreground and
11692 background of the default face for reverse video.
11693 (term-ansi-at-eval-string, term-ansi-default-fg)
11694 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
11695 (term-mem): Delete ununsed function.
11696 (term-protocol-version): Increment.
11697 (term-current-face): Set to default.
11698
11699 2004-09-15 Jay Belanger <belanger@truman.edu>
11700
11701 * calc/calc.el (calc-mode-var-list): Define this variable.
11702 (calc-always-load-extensions, calc-line-numbering)
11703 (calc-line-breaking, calc-display-just, calc-display-origin)
11704 (calc-number-radix, calc-leading-zeros, calc-group-digits)
11705 (calc-group-char, calc-point-char, calc-frac-format)
11706 (calc-prefer-frac, calc-hms-format, calc-date-format)
11707 (calc-float-format, calc-full-float-format, calc-complex-format)
11708 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
11709 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
11710 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
11711 (calc-matrix-brackets, calc-language, calc-language-option)
11712 (calc-left-label, calc-right-label, calc-word-size)
11713 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
11714 (calc-display-raw, calc-internal-prec, calc-angle-mode)
11715 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
11716 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
11717 (calc-window-height, calc-display-trail, calc-show-selections)
11718 (calc-use-selections, calc-assoc-selections)
11719 (calc-display-working-message, calc-auto-why, calc-timing)
11720 (calc-mode-save-mode, calc-standard-date-formats)
11721 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
11722 (calc-user-parse-tables, calc-gnuplot-default-device)
11723 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11724 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11725 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11726 (calc-invocation-macro, calc-show-banner): Give these values as
11727 part of `calc-mode-var-list's initialization after the variables
11728 are declared with defvar.
11729 (calc-bug-address): Change email address to send bug reports to.
11730 Change the maintainer address at the top.
11731 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
11732 than "\\.emacs" to determine if it is the user-init-file.
11733
11734 * calc/calc-embed.el (calc-embedded-set-modes): Use
11735 `calc-mode-var-list' correctly.
11736
11737 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
11738
11739 * vc.el (annotate-time): Document point handling.
11740 (vc-annotate-display-autoscale): Doc fix.
11741
11742 2004-09-15 Miles Bader <miles@gnu.org>
11743
11744 * generic.el (generic-make-keywords-list): Use symbol rather than
11745 word anchors in regexp.
11746
11747 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
11748
11749 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
11750 no file name consider `dired-directory'.
11751
11752 2004-09-14 Kim F. Storm <storm@cua.dk>
11753
11754 * faces.el (cursor): Add face-no-inherit property. Doc fix.
11755
11756 2004-09-14 Simon Josefsson <jas@extundo.com>
11757
11758 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
11759
11760 * textmodes/dns-mode.el: Add.
11761
11762 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11763
11764 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
11765 (disabled-command-function): Make the ?\ char more obvious.
11766
11767 * vc-arch.el (vc-arch-root, vc-arch-registered):
11768 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
11769
11770 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
11771
11772 * windmove.el (windmove-frame-edges): Report coordinates of
11773 outside edges of frame, not inside edges.
11774 (windmove-coordinates-of-position): Convert into wrapper to new
11775 function `windmove-coordinates-of-window-position';
11776 `compute-motion' always applies to selected window.
11777 (windmove-coordinates-of-position): Update documentation to refer
11778 to Emacs 21 Lisp Reference Manual.
11779 (windmove-find-other-window): Fix off-by-one errors for max x,y.
11780
11781 2004-09-13 Kim F. Storm <storm@cua.dk>
11782
11783 * isearch.el (isearch-resume-in-command-history): Rename from
11784 isearch-resume-enabled and change default to nil.
11785
11786 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11787
11788 * vc-hooks.el (vc-ignore-dir-regexp): New var.
11789 (vc-registered): Use it.
11790 (vc-find-root): New fun.
11791
11792 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11793 Don't tell to use \\{...} when it's already done.
11794
11795 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
11796 Provide a sample complex default.
11797 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
11798 (bibtex-entry): Use mapc.
11799
11800 2004-09-12 Kim F. Storm <storm@cua.dk>
11801
11802 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
11803
11804 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
11805 inhibit-field-text-motion to t so rectangles work in comint buffers.
11806
11807 * simple.el (choose-completion-string): Set buffer before running
11808 choose-completion-string-functions hook so it can be buffer-local.
11809
11810 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
11811
11812 * progmodes/compile.el (compilation-start): Parse command to see
11813 if it starts with a cd, and if so perform it for the *compilation*
11814 buffer. Change the header to reflect this.
11815
11816 2004-09-11 Kim F. Storm <storm@cua.dk>
11817
11818 * ido.el (ido-enable-dot-prefix): Doc fix.
11819 (ido-enable-dot-prefix): New defcustom.
11820 (ido-set-matches1): Use it.
11821
11822 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11823
11824 * textmodes/bibtex.el (bibtex-mark-active)
11825 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
11826
11827 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11828
11829 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
11830 used in a case insensitive environment.
11831 (bibtex-mode-map): Rearrange order of menus.
11832 (bibtex-quoted-string-re): Obsolete.
11833 (bibtex-complete-key-cleanup): Variable replaced by new function.
11834 (bibtex-font-lock-keywords): Use backquotes.
11835 (bibtex-font-lock-url-regexp): New internal variable.
11836 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
11837 "OPT" and "ALT".
11838 (bibtex-insert-current-kill, bibtex-make-field)
11839 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
11840 (bibtex-parse-field-text): Simplify.
11841 (bibtex-string=): New helper function.
11842 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
11843 (bibtex-map-entries): Use bibtex-string=.
11844 (bibtex-search-entry): Use not.
11845 (bibtex-enclosing-field): Fix docstring.
11846 (bibtex-assoc-regexp): Obsolete.
11847 (bibtex-format-entry): Use assoc-string and bibtex-string=.
11848 (bibtex-autokey-get-names): Handle empty name field.
11849 (bibtex-parse-strings): Use assoc-string and unless.
11850 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
11851 Use assoc-string.
11852 (bibtex-pop): Simplify.
11853 (bibtex-mode): Set font-lock-extra-managed-props.
11854 (bibtex-entry-update): Use assoc-string.
11855 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
11856 (bibtex-autofill-entry): Use bibtex-string=.
11857 (bibtex-print-help-message): Simplify.
11858 (bibtex-find-entry): New optional arg START.
11859 (bibtex-validate): Use bibtex-string= and assoc-string.
11860 Do not call obsolete function compilation-parse-errors.
11861 (bibtex-remove-delimiters): Only remove delimiters if present.
11862 (bibtex-copy-entry-as-kill): Add docstring.
11863 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
11864 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
11865 (bibtex-complete): Use bibtex-predefined-month-strings,
11866 bibtex-string=, and new function bibtex-complete-key-cleanup.
11867 (bibtex-generate-url-list): New variable.
11868 (bibtex-url): New command bound to C-c C-l and mouse-2.
11869 (bibtex-url-map): New local keymap for bibtex-url-mouse.
11870 (bibtex-font-lock-url): New function.
11871
11872 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11873
11874 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
11875
11876 2004-09-09 Kim F. Storm <storm@cua.dk>
11877
11878 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
11879 counter and format with binding.
11880 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
11881 the declared macro uses own macro counter and format. Give symbol
11882 kmacro property.
11883 (kmacro-keymap): Bind kmacro-name-last-macro to n.
11884 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
11885 (kmacro-end-and-call-macro): Doc fix.
11886
11887 2004-09-09 Lars Hansen <larsh@math.ku.dk>
11888
11889 * desktop.el (desktop-clear-preserve-buffers):
11890 Remove make-obsolete-variable.
11891
11892 2004-09-08 Richard M. Stallman <rms@gnu.org>
11893
11894 * buff-menu.el (list-buffers-noselect): Call format-mode-line
11895 with the buffer as argument.
11896
11897 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
11898
11899 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
11900
11901 2004-09-08 Juri Linkov <juri@jurta.org>
11902
11903 * replace.el (perform-replace): Use `query-replace-descr'.
11904
11905 * cus-start.el (history-delete-duplicates): Specify customization.
11906
11907 * diff-mode.el (diff-mode-map):
11908 * progmodes/compile.el (compilation-mode-map):
11909 * progmodes/grep.el (grep-mode-map):
11910 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
11911 to `next-error-follow-minor-mode'.
11912
11913 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11914
11915 * isearch.el (isearch-lazy-highlight-update): Take into account
11916 the case of zero-length match at the search bound.
11917
11918 2004-09-08 Kim F. Storm <storm@cua.dk>
11919
11920 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
11921 change. Use zero width overlays when necessary.
11922
11923 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11924
11925 * subr.el (split-string): Docfix.
11926
11927 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11928
11929 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
11930 (display-call-tree): Ensure newline after caller/calls blocks.
11931
11932 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11933
11934 * startup.el (command-line-1): Make option
11935 --directory/-L modify `load-path' straight away.
11936
11937 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11938
11939 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
11940
11941 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11942
11943 * emacs-lisp/autoload.el (make-autoload):
11944 Handle `define-compilation-mode'.
11945
11946 * emacs-lisp/lisp-mode.el (define-compilation-mode):
11947 Specify `doc-string-elt' property.
11948
11949 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11950
11951 * bs.el (bs-mode): Doc fix.
11952
11953 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11954
11955 * info.el (Info-insert-dir): Fix temp buffer leak bug.
11956
11957 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11958
11959 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
11960
11961 2004-09-08 Kenichi Handa <handa@m17n.org>
11962
11963 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
11964 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
11965 ps-mule-next-point -> 1+).
11966
11967 * composite.el (encode-composition-rule): Add autoload cooky.
11968
11969 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11970
11971 * format.el (buffer-auto-save-file-format): Make it permanent local.
11972
11973 2004-09-07 Kim F. Storm <storm@cua.dk>
11974
11975 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
11976 (authors-fixed-entries): Fix typo.
11977 (authors-canonical-author-name): Compact multiple spaces.
11978 Ignore trivial names (e.g. only first name).
11979
11980 * term.el (term-window-width): Only use full window width on
11981 window system if overflow-newline-into-fringe is enabled.
11982 (term-mode): Don't disable overflow-newline-into-fringe.
11983
11984 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11985
11986 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
11987 motion as seen on my Mac OS X xterms.
11988
11989 * newcomment.el (uncomment-region-default, comment-region-default):
11990 New functions extracted from uncomment-region and comment-region.
11991 (comment-region, comment-region-function, uncomment-region)
11992 (uncomment-region-function): Use them.
11993
11994 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
11995
11996 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
11997 It's not crucial but can make sense at times.
11998
11999 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
12000 the first commit.
12001
12002 * vc.el (vc-buffer-context, vc-restore-buffer-context):
12003 Disable obsolete code.
12004
12005 2004-09-07 Juri Linkov <juri@jurta.org>
12006
12007 * progmodes/grep.el (grep-highlight-matches): Change default from
12008 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
12009 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
12010 if grep option `--color' is available, or to `nil' otherwise.
12011 (grep-process-setup): Call `grep-compute-defaults' if
12012 `grep-highlight-matches' is not computed. Set env-vars only
12013 if `grep-highlight-matches' is `t'.
12014 (grep-use-null-device): Remove redundant type `boolean' (`choice'
12015 is already defined).
12016
12017 * progmodes/compile.el (compilation-start): Use copy of
12018 `process-environment' created by `copy-sequence' to not
12019 modify env-vars in the global `process-environment'.
12020
12021 2004-09-06 Eli Zaretskii <eliz@gnu.org>
12022
12023 * simple.el (next-error-follow-minor-mode): Fix last change.
12024
12025 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
12026
12027 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
12028 permanent local.
12029
12030 2004-09-04 Richard M. Stallman <rms@gnu.org>
12031
12032 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
12033 highlighting if the search string is empty.
12034
12035 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
12036
12037 * facemenu.el (facemenu-active-faces): Change condition of inner
12038 `while' loop to also check the first two elements of `face-atts'
12039 and `mask-atts'.
12040
12041 2004-09-04 John Paul Wallington <jpw@gnu.org>
12042
12043 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
12044 (thumbs-view-image-mode): Make buffer read-only.
12045
12046 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
12047
12048 * textmodes/ispell.el (ispell-really-aspell): New defvar.
12049 (ispell-check-version): Set it.
12050 (ispell-send-replacement): New function.
12051 (ispell-process-line): Call ispell-send-replacement.
12052
12053 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12054
12055 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
12056 Support choosing seconds with "s".
12057
12058 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
12059
12060 * terminal.el (te-escape): Show `?' in prompt for help key.
12061
12062 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
12063
12064 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
12065
12066 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
12067
12068 * simple.el (next-error-follow-minor-mode)
12069 (next-error-follow-mode-post-command-hook): New functions.
12070 (next-error-follow-last-line): New defvar.
12071
12072 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
12073 * progmodes/compile.el (compilation-mode-map): Likewise.
12074 * progmodes/grep.el (grep-mode-map): Likewise.
12075 * replace.el (occur-mode-map): Likewise.
12076
12077 * newcomment.el (uncomment-region): Bind comment-use-global-state
12078 to nil.
12079
12080 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
12081
12082 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
12083 locally around the call to `revert-buffer'.
12084
12085 2004-09-03 Juri Linkov <juri@jurta.org>
12086
12087 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
12088 `isearch-adjusted' to `t'.
12089 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
12090 (isearch-message-prefix): Add "pending" for isearch-adjusted.
12091 (isearch-other-meta-char): Restore isearch-point unconditionally.
12092 (isearch-query-replace): Add new arg `regexp-flag' and use it.
12093 Set point to start of match if region is not active in transient
12094 mark mode (to include the current match to region boundaries).
12095 Push the search string to `query-replace-from-history-variable'.
12096 Add prompt "Query replace regexp" for isearch-regexp.
12097 Add region beginning/end as last arguments of `perform-replace.'
12098 (isearch-query-replace-regexp): Replace code by the call to
12099 `isearch-query-replace' with arg `t'.
12100
12101 2004-09-03 Richard M. Stallman <rms@gnu.org>
12102
12103 * startup.el (normal-top-level): Undo previous TERM change.
12104
12105 2004-09-03 Kim F. Storm <storm@cua.dk>
12106
12107 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
12108 highlight overlays; allow using RET when cursor is over a button.
12109 (cua--highlight-rectangle): Use it.
12110 (cua--rectangle-set-corners): Don't move backwards at eol.
12111 (cua--forward-line): Don't move into void after eob.
12112
12113 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
12114 point is set (and displayed) inside rectangle.
12115 (cua--rectangle-operation): Fix for highlight of empty lines.
12116 (cua--highlight-rectangle): Fix highlight for tabs.
12117 Position cursor at left/right edge of rectangle using new `cursor'
12118 property on overlay strings.
12119 (cua--indent-rectangle): Don't tabify.
12120 (cua-rotate-rectangle): Ignore that point has moved.
12121
12122 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12123
12124 * term/mac-win.el: Add ASCII equivalents for some function keys.
12125 (mode-line-frame-identification): Sync with x-win.el.
12126
12127 2004-09-02 Juri Linkov <juri@jurta.org>
12128
12129 * progmodes/compile.el (compilation-buffer-name): Compare major
12130 mode with second element of compilation-arguments instead of third
12131 to reflect latest changes in compilation-arguments structure.
12132 (recompile): Use global variable `compilation-directory' to get
12133 recent compilation directory only when `recompile' is invoked NOT
12134 in the compilation buffer. Otherwise, use `default-directory' of
12135 the compilation buffer.
12136 (compilation-error-properties): Allow to funcall col and end-col.
12137 (compilation-mode-font-lock-keywords): Check col and end-col by
12138 `integerp'.
12139 (compilation-goto-locus): If end-mk is non-nil in transient mark
12140 mode don't activate the mark (and don't display message in
12141 push-mark), but highlight overlay between mk and end-mk.
12142
12143 * progmodes/grep.el (grep-highlight-matches): New defcustom.
12144 (grep-regexp-alist): Add rule to highlight grep matches.
12145 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
12146
12147 * info.el (Info-fontify-node): Don't compute other-tag
12148 if Info-hide-note-references=hide.
12149
12150 * help.el (function-called-at-point):
12151 * help-fns.el (variable-at-point):
12152 Try `find-tag-default' when other methods failed.
12153
12154 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12155 Do not push mark if inhibit-mark-movement is non-nil.
12156
12157 * textmodes/ispell.el (ispell-html-skip-alists):
12158 Fix backslashes in docstring.
12159
12160 2004-09-01 Juri Linkov <juri@jurta.org>
12161
12162 * isearch.el (isearch-wrap-function)
12163 (isearch-push-state-function): New defvars.
12164 (isearch-pop-fun-state): New defsubst.
12165 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
12166 (isearch-push-state): Set the result of calling
12167 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
12168 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
12169 restore the mode-specific starting point of terminated search.
12170 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
12171 (isearch-repeat): Call `isearch-wrap-function' if defined.
12172 (isearch-message-prefix): Don't add prefix "over" to the message
12173 for wrapped search if `isearch-wrap-function' is defined.
12174 (isearch-search): Call function saved in `isearch-pop-fun-state' to
12175 restore the mode-specific starting point of failed search.
12176
12177 * info.el (Info-search-whitespace-regexp): Fix backslashes.
12178 (Info-search): Add new optional arguments for the sake of isearch.
12179 Replace whitespace in Info-search-whitespace-regexp literally.
12180 Add backward search. Don't call `Info-select-node' if regexp is
12181 found in the same Info node. Don't add node to Info-history for
12182 wrapped isearch.
12183 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
12184 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
12185 (Info-mode): Set local variables `isearch-search-fun-function',
12186 `isearch-wrap-function', `isearch-push-state-function',
12187 `search-whitespace-regexp'.
12188
12189 * isearch.el: Remove ancient Change Log section.
12190 (isearch-string, isearch-message-string, isearch-point)
12191 (isearch-success, isearch-forward-flag, isearch-other-end)
12192 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12193 (isearch-barrier, isearch-within-brackets)
12194 (isearch-case-fold-search): Add suffix `-state' to state-related
12195 defsubsts to avoid name clashes with other function names.
12196
12197 * simple.el (next-error): New defgroup and defface.
12198 (next-error-highlight, next-error-highlight-no-select):
12199 New defcustoms.
12200 (next-error-no-select): Let-bind next-error-highlight to the value
12201 of next-error-highlight-no-select before calling `next-error'.
12202
12203 * progmodes/compile.el (compilation-goto-locus):
12204 Use `next-error' face instead of `region'. Set 4-th argument of
12205 `move-overlay' to `current-buffer' to move overlay to different
12206 source buffers. Use new variable `next-error-highlight'.
12207
12208 * simple.el (next-error-find-buffer): Move the rule
12209 "if current buffer is a next-error capable buffer" after the
12210 rule "if next-error-last-buffer is set to a live buffer".
12211 Simplify to test all rules in one `or'.
12212 (next-error): Doc fix.
12213 (next-error, previous-error, first-error)
12214 (next-error-no-select, previous-error-no-select):
12215 Make arguments optional.
12216
12217 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
12218
12219 * macros.el (apply-macro-to-region-lines): Make it operate on all
12220 lines that begin in the region, rather than on all complete lines
12221 in the region.
12222
12223 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12224
12225 * x-dnd.el (x-dnd-protocol-alist): Document update.
12226 (x-dnd-known-types): Defcustom it.
12227 (x-dnd-handle-motif): Print message-atom in error message.
12228
12229 2004-08-30 John Paul Wallington <jpw@gnu.org>
12230
12231 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
12232 strings rather than programatically constructing message.
12233
12234 2004-08-30 Richard M. Stallman <rms@gnu.org>
12235
12236 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
12237 Don't return a string that would read as the wrong character code.
12238
12239 2004-08-29 Kim F. Storm <storm@cua.dk>
12240
12241 * emulation/cua-base.el (cua-auto-expand-rectangles):
12242 Remove automatic rectangle padding feature; replace by non-destructive
12243 virtual rectangle edges feature.
12244 (cua-virtual-rectangle-edges): New defcustom.
12245 (cua-auto-tabify-rectangles): New defcustom.
12246 (cua-paste): If paste into a marked rectangle, insert rectangle at
12247 current column, even if virtual; also paste exactly as many lines
12248 as has been marked (ignore additional lines or add empty lines),
12249 but paste whole source if only one line is marked.
12250 (cua--update-indications): No longer use overwrite-cursor to
12251 indicate rectangle padding
12252
12253 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
12254 (cua--rectangle-virtual-edges): New defun.
12255 (cua--rectangle-get-corners): Remove optional PAD arg.
12256 (cua--rectangle-set-corners): Never do padding.
12257 (cua--forward-line): Remove optional PAD arg. Simplify.
12258 (cua-resize-rectangle-right, cua-resize-rectangle-left)
12259 (cua-resize-rectangle-down, cua-resize-rectangle-up):
12260 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
12261 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
12262 (cua--rectangle-move): Never do padding. Simplify.
12263 (cua--tabify-start): New defun.
12264 (cua--rectangle-operation): Add tabify arg. All callers changed.
12265 (cua--pad-rectangle): Remove.
12266 (cua--delete-rectangle): Handle delete with virtual edges.
12267 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
12268 (cua--insert-rectangle): Handle insert at virtual column.
12269 Perform auto-tabify if necessary.
12270 (cua--activate-rectangle): Remove optional FORCE arg.
12271 Never do padding. Simplify.
12272 (cua--highlight-rectangle): Enhance for virtual edges.
12273 (cua-toggle-rectangle-padding): Remove command.
12274 (cua-toggle-rectangle-virtual-edges): New command.
12275 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
12276 (cua--rectangle-post-command): Don't force rectangle padding.
12277 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
12278
12279 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
12280
12281 * indent.el (edit-tab-stops-buffer): Doc fix.
12282
12283 2004-08-28 Richard M. Stallman <rms@gnu.org>
12284
12285 * progmodes/grep.el (grep-default-command): Use find-tag-default.
12286 (grep-tag-default): Function deleted.
12287
12288 * subr.el (find-tag-default): Move from etags.el.
12289
12290 * progmodes/etags.el (find-tag-default): Move to subr.el.
12291
12292 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
12293 into the basic character if it has an uppercase form.
12294
12295 2004-08-27 Kenichi Handa <handa@m17n.org>
12296
12297 * international/utf-8.el (utf-8-post-read-conversion): If the
12298 buffer is unibyte, temporarily make it multibyte.
12299
12300 2004-08-27 Masatake YAMATO <jet@gyve.org>
12301
12302 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
12303
12304 2004-08-25 John Paul Wallington <jpw@gnu.org>
12305
12306 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
12307 0, 1, and many mismatches in message.
12308 (tex-start-shell): Use `set-process-query-on-exit-flag'.
12309
12310 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
12311 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
12312
12313 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12314
12315 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
12316 vc-diff-switches differently.
12317
12318 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
12319
12320 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
12321 before and a real defvar after
12322 `speedbar-supported-extension-expressions'. This is to silence
12323 the compiler without breaking bootstrapping.
12324
12325 2004-08-22 Richard M. Stallman <rms@gnu.org>
12326
12327 * textmodes/flyspell.el (flyspell-word):
12328 Use set-process-query-on-exit-flag.
12329 (flyspell-highlight-duplicate-region): Take POSS as arg.
12330 (flyspell-word): Pass POSS as arg.
12331
12332 * progmodes/ada-xref.el: Many doc and style fixes.
12333 (ada-find-any-references): Use compilation-start.
12334 (ada-get-ali-file-name): Improve error msg.
12335 (ada-get-ada-file-name): Likewise.
12336
12337 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
12338 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
12339
12340 * mail/mail-extr.el (mail-extr-all-top-level-domains):
12341 Add forward defvar.
12342
12343 * whitespace.el (global-whitespace-mode): New alias
12344 for whitespace-global-mode.
12345
12346 * speedbar.el (speedbar-file-regexp): Move definition up.
12347 (speedbar-mode, speedbar-set-mode-line-format):
12348 Use with-no-warnings.
12349 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
12350
12351 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
12352 controls whether to display the error buffer.
12353
12354 * ps-mule.el: Delete compatibility code for old Emacses.
12355 (ps-mule-find-wrappoint): Don't use chars-in-region.
12356
12357 * frame.el (display-mouse-p, display-selections-p):
12358 Use with-no-warnings.
12359
12360 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
12361
12362 2004-08-22 David Kastrup <dak@gnu.org>
12363
12364 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
12365 information.
12366
12367 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
12368
12369 2004-08-22 Andreas Schwab <schwab@suse.de>
12370
12371 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
12372
12373 2004-08-22 Masatake YAMATO <jet@gyve.org>
12374
12375 * cvs-status.el (cvs-status-checkout): New function.
12376 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
12377
12378 2004-08-21 David Kastrup <dak@gnu.org>
12379
12380 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
12381 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
12382 has been converted to use hashtables, the relation `nil=none' is
12383 no longer valid, as `nil' is not a hashtable. This patch tries to
12384 reduce the number of resulting errors.
12385
12386 2004-08-21 John Paul Wallington <jpw@gnu.org>
12387
12388 * subr.el (process-kill-without-query): Made obsolete in
12389 version 21.4, not 21.5.
12390
12391 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
12392 (vc-previous-comment, vc-next-comment)
12393 (vc-comment-search-reverse, vc-comment-search-forward)
12394 (vc-comment-to-change-log): Likewise.
12395
12396 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
12397
12398 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
12399
12400 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
12401 Correct indentation of DEFMETHODS with non-standard method
12402 combinations (e.g., PROGN, MIN, MAX).
12403
12404 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
12405
12406 * startup.el (normal-top-level-add-subdirs-to-load-path):
12407 Avoid unnecessarily checking system-type.
12408 (normal-top-level): Set TERM to "dumb". Simplify.
12409
12410 * avoid.el (mouse-avoidance-ignore-p): New fun.
12411 Also ignore switch-frame, select-window, double, and triple clicks.
12412 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
12413 (mouse-avoidance-fancy-hook): Use it.
12414
12415 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
12416
12417 * avoid.el (mouse-avoidance-nudge-mouse)
12418 (mouse-avoidance-banish-destination): Stay within the current window
12419 to avoid problems with mouse-autoselect-window.
12420
12421 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12422
12423 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
12424 the newer format of some messages in cvs-1.12.1.
12425
12426 2004-08-19 Masatake YAMATO <jet@gyve.org>
12427
12428 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
12429 (elp-results-jump-to-definition-by-mouse)
12430 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
12431 (elp-output-result): Use elp-output-insert-symname.
12432
12433 2004-08-18 Kenichi Handa <handa@m17n.org>
12434
12435 * language/cyrillic.el: Register koi8-r in
12436 ctext-non-standard-encodings-alist.
12437 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
12438
12439 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
12440
12441 * emacs-lisp/copyright.el (copyright-update-year): Delete code
12442 that replaces 20xy with xy.
12443
12444 2004-08-17 John Paul Wallington <jpw@gnu.org>
12445
12446 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
12447 (reb-force-update): Doc fix.
12448
12449 2004-08-16 Richard M. Stallman <rms@gnu.org>
12450
12451 * progmodes/which-func.el (which-func-update-1): Doc fix.
12452
12453 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
12454 (sh-mode-abbrev-table): New variable.
12455
12456 * progmodes/compile.el (compilation-mode): Doc fix.
12457
12458 * emacs-lisp/lisp-mode.el (eval-last-sexp):
12459 Don't cons a new symbol each time.
12460 (eval-last-sexp-fake-value): New variable.
12461
12462 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
12463 (copyright-update-year): Detect continuation of list of years.
12464
12465 * term.el (term-default-fg-color, term-default-bg-color)
12466 (ansi-term-color-vector): Use `unspecified', not nil, as default.
12467
12468 * imenu.el: Several doc fixes: don't say variables are buffer-local.
12469
12470 2004-08-16 Davis Herring <herring@lanl.gov>
12471
12472 * isearch.el (isearch-string, isearch-message-string, isearch-point)
12473 (isearch-success, isearch-forward-flag, isearch-other-end)
12474 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12475 (isearch-barrier, isearch-within-brackets)
12476 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
12477
12478 2004-08-16 Kenichi Handa <handa@m17n.org>
12479
12480 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
12481
12482 2004-08-15 Kenichi Handa <handa@m17n.org>
12483
12484 * term/x-win.el (x-selection-value): If utf8 was successful but
12485 ctext was not, use utf8 string.
12486
12487 2004-08-14 Davis Herring <herring@lanl.gov>
12488
12489 * isearch.el: Remove accidental changes of March 4. Fix backing
12490 up when a regexp isearch is made more general. Use symbolic
12491 accessor functions for isearch stack frames to make usage clearer.
12492 (search-whitespace-regexp): Made groups in documentation shy (as
12493 is the group in the default value).
12494 (isearch-fallback): New function, addresses problems with regexps
12495 liberalized by `\|', adds support for liberalization by `\}' (the
12496 general repetition construct), and incorporates behavior for
12497 `*'/`?'.
12498 (isearch-}-char): New command, calls `isearch-fallback' with
12499 arguments appropriate to a typed `}'.
12500 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
12501 appropriately.
12502 (isearch-mode-map): Bind `}' to `isearch-}-char'.
12503 (isearch-string, isearch-message,string, isearch-point)
12504 (isearch-success, isearch-forward-flag, isearch-other-end)
12505 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12506 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
12507 New inline functions to read fields of a stack frame.
12508
12509 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
12510
12511 * battery.el (battery-linux-proc-acpi): Look into battery
12512 directories matching the literal string "CMB", too (required for
12513 Linux kernel version 2.6.7).
12514
12515 2004-08-14 John Paul Wallington <jpw@gnu.org>
12516
12517 * cus-start.el (read-file-name-completion-ignore-case): Add.
12518 (blink-cursor-alist): Change version to "21.4".
12519
12520 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
12521
12522 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
12523
12524 * speedbar.el (speedbar-scan-subdirs): New option.
12525 (speedbar-file-lists): Don't ignore file-name case on Unix and use
12526 dolist.
12527 (speedbar-insert-files-at-point): Take an extra argument and use
12528 it to optionally find out if a subdir is empty. Also unreadable
12529 files don't get expand buttons.
12530 (speedbar-directory): New image (unused pixmap already existed).
12531 (speedbar-expand-image-button-alist): Use it.
12532
12533 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
12534
12535 CC Mode update to 5.30.9:
12536
12537 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
12538 Move from cc-vars to cc-defs for dependency reasons. Fix the
12539 POSIX char class test to check that it works in
12540 `skip-chars-(forward|backward)' too.
12541
12542 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
12543 first argument starts with a special brace list.
12544
12545 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
12546 when `c-opt-type-concat-key' is used (i.e. in Pike).
12547
12548 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
12549 Fix bug when the inner char pair doesn't have paren syntax,
12550 i.e. "(<>)".
12551
12552 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
12553 whitespace safe.
12554
12555 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
12556 position for `arglist-intro', `arglist-cont-nonempty' and
12557 `arglist-close' when there are two arglist open parens on the same
12558 line and there's nothing in front of the first.
12559
12560 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
12561 locking of qualified names in Java, which previously could fontify
12562 common indexing expressions in many cases. The standard Java
12563 naming conventions are used to tell them apart.
12564
12565 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
12566 Fix inconsistency wrt opening parens on the first line inside a paren
12567 block.
12568
12569 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
12570 compile time for the sake of `c-major-mode-is'.
12571
12572 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
12573 `c-major-mode-is' in the event that this is used inside a
12574 `c-lang-defconst'.
12575
12576 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
12577 `c-lang-defconst' so that it works better with fallback languages.
12578
12579 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
12580 it to fail to record the base mode.
12581
12582 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12583 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
12584 is used. Reorder the syntax checks to get more efficient
12585 skipping in some situations.
12586
12587 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
12588 continuation which might precede the newly inserted '{'.
12589
12590 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12591 Fix cases where it could loop indefinitely.
12592
12593 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
12594 size specs correctly. Only fontify identifiers in front of '('
12595 with as functions - don't accept any paren char. Tighten up
12596 initializer skipping to stop before function and class blocks.
12597
12598 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
12599 the point could be left directly after an open paren when finding
12600 the beginning of the first decl in the block.
12601
12602 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
12603 table when filtering out legitimate open parens to be recorded.
12604 This could cause cache inconsistencies when e.g.
12605 `c++-template-syntax-table' was temporarily in use.
12606
12607 * progmodes/cc-engine.el (c-on-identifier)
12608 (c-simple-skip-symbol-backward): Small fix for handling "-"
12609 correctly in `skip-chars-backward'. Affected the operator lfun
12610 syntax in Pike.
12611
12612 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
12613 Fix bug that could cause an error from `after-change-functions' when
12614 the changed region is at bob.
12615
12616 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
12617
12618 CC Mode update to 5.30.9:
12619
12620 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
12621 to say that <TAB> doesn't insert WS into a CPP line.
12622 (c-indent-command, c-tab-always-indent): Amend doc strings.
12623
12624 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
12625 checks for user errors, thus eliminating cryptic and unhelpful
12626 Emacs error messages. (1) Check the arg to `c-set-style' is a
12627 string. (2) Check that settings to `c-offsets-alist' are not
12628 spuriously quoted.
12629
12630 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
12631 which precedes the newly inserted `{'.
12632
12633 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
12634
12635 Sync with Tramp 2.0.44.
12636
12637 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
12638 function "tramp_file_attributes". Otherwise, file names
12639 containing spaces are misinterpreted. Reported by Magnus Henoch
12640 <mange@freemail.hu>.
12641 (tramp-handle-file-truename): FILENAME must be expanded first.
12642 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
12643 obscure results. Reported by D. Goel <deego@gnufans.org>.
12644 (tramp-handle-verify-visited-file-modtime): If file does not
12645 exist, say it is not modified if and only if that agrees with the
12646 buffer's record. Check whether a file is visiting the buffer, or
12647 the buffer has no recorded last modification time. Return t in
12648 case the visiting file doesn't exist. Suggested by Luc Teirlinck
12649 <teirllm@auburn.edu>.
12650 (tramp-handle-write-region): Pass modtime explicitely to
12651 `set-visited-file-modtime', because filename can be different
12652 from (buffer-file-name) if `file-precious-flag' is set.
12653 `set-visited-file-modtime' must be called always when `visit' is t
12654 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
12655 (tramp-handle-set-visited-file-modtime): If `time-list' is not
12656 nil, don't apply the whole body. If the file doesn't exists, set
12657 modtime to '(-1 65535). Suggested by Luc Teirlinck
12658 <teirllm@auburn.edu>.
12659
12660 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
12661
12662 * help.el (describe-bindings): Doc fix.
12663
12664 * subr.el (kbd): Doc fix.
12665
12666 2004-08-08 John Paul Wallington <jpw@gnu.org>
12667
12668 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
12669 instead of `string-to-int'.
12670 (define-ibuffer-column mode): Fix indentation.
12671
12672 2004-08-08 Lars Hansen <larsh@math.ku.dk>
12673
12674 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
12675
12676 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
12677
12678 * subr.el (global-unset-key, local-unset-key): Doc fixes.
12679
12680 * novice.el (disabled-command-function): New variable renamed from
12681 `disabled-command-hook'.
12682 (disabled-command-hook): Keep the _variable_ as alias for
12683 `disabled-command-function' and make obsolete.
12684 (disabled-command-function): Function renamed from
12685 `disabled-command-hook'. Adapt code to name change of the variable.
12686
12687 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
12688
12689 * simple.el (completion-root-regexp): New defvar.
12690 (completion-setup-function): Use it instead of a literal string.
12691
12692 2004-08-07 John Paul Wallington <jpw@gnu.org>
12693
12694 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
12695 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
12696 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
12697 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
12698
12699 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12700
12701 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
12702 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
12703
12704 2004-08-04 Kenichi Handa <handa@m17n.org>
12705
12706 * international/encoded-kb.el (encoded-kbd-setup-keymap):
12707 Fix previous change.
12708
12709 2004-08-03 Kenichi Handa <handa@m17n.org>
12710
12711 * international/encoded-kb.el: The following changes are to
12712 utilize key-translation-map instead of minor mode map.
12713 (encoded-kbd-iso2022-non-ascii-map): Delete it.
12714 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
12715 (encoded-kbd-last-key): New function.
12716 (encoded-kbd-iso2022-single-shift): New function.
12717 (encoded-kbd-iso2022-designation)
12718 (encoded-kbd-self-insert-iso2022-7bit)
12719 (encoded-kbd-self-insert-iso2022-8bit)
12720 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
12721 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
12722 key-translation-map.
12723 (encoded-kbd-setup-keymap): Setup key-translation-map.
12724 (saved-key-translation-map): New variable.
12725 (encoded-kbd-mode): Save/restore key-translation-map.
12726 Adjust for the change of encoded-kbd-setup-keymap.
12727
12728 2004-08-02 Kim F. Storm <storm@cua.dk>
12729
12730 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
12731 and call compute-motion with nil for topos and width to get proper
12732 usable width and height for both window and non-window systems.
12733
12734 * windmove.el (windmove-coordinates-of-position): Let compute-motion
12735 calculate usable window width and height.
12736
12737 * window.el (window-buffer-height): Call compute-motion with nil width.
12738
12739 2004-08-01 David Kastrup <dak@gnu.org>
12740
12741 * replace.el (query-replace-read-from):
12742 Use `query-replace-compile-replacement'.
12743 (query-replace-compile-replacement): New function.
12744 (query-replace-read-to): Use `query-replace-compile-replacement'
12745 for repeating the last command.
12746
12747 2004-08-01 John Paul Wallington <jpw@gnu.org>
12748
12749 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
12750 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
12751 (pr-switches): Remove period from end of error messages.
12752
12753 * help-mode.el (help-go-back): Likewise.
12754
12755 * abbrev.el (only-global-abbrevs): Doc fix.
12756 (edit-abbrevs-map): Define within defvar.
12757 (quietly-read-abbrev-file): Doc fix.
12758
12759 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
12760
12761 * novice.el (enable-command, disable-command): Doc fixes.
12762
12763 * subr.el (event-modifiers, event-basic-type): Doc fixes.
12764
12765 2004-07-30 Richard M. Stallman <rms@gnu.org>
12766
12767 * subr.el (with-local-quit): Doc fix.
12768
12769 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
12770
12771 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
12772
12773 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
12774
12775 * custom.el (defcustom): Doc fix.
12776
12777 2004-07-28 Masatake YAMATO <jet@gyve.org>
12778
12779 * progmodes/etags.el (etags-tags-apropos): Show building progress.
12780
12781 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12782
12783 * imenu.el (imenu-prev-index-position-function)
12784 (imenu-extract-index-name-function, imenu-name-lookup-function)
12785 (imenu--index-alist): Docstring redundancy fix.
12786
12787 2004-07-25 Lars Hansen <larsh@math.ku.dk>
12788
12789 * wdired.el (wdired-finish-edit): Require dired-aux before locally
12790 binding dired-backup-overwrite.
12791
12792 2004-07-25 John Paul Wallington <jpw@gnu.org>
12793
12794 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
12795
12796 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
12797
12798 * term/tty-colors.el (tty-color-approximate): Doc fix.
12799
12800 * select.el (x-get-selection, x-set-selection): Doc fixes.
12801
12802 * frame.el (make-frame): Doc fix.
12803
12804 2004-07-24 Richard M. Stallman <rms@gnu.org>
12805
12806 * mail/rmail.el (rmail-mime-charset-pattern):
12807 Don't include semicolon in the charset value.
12808
12809 * replace.el (occur-next-error): Call set-window-point.
12810 (occur-engine): Handle negative NLINES.
12811
12812 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
12813
12814 * frame.el (modify-all-frames-parameters): Minor doc fix.
12815 (set-frame-configuration): Doc fix.
12816
12817 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12818
12819 * simple.el (completion-setup-function): Compute the common parts
12820 and the first difference place correctly when
12821 partial-completion-mode is on.
12822
12823 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12824
12825 * ps-print.el: Doc fix.
12826 (ps-print-version): New version 6.6.5.
12827 (ps-printing-region): Doc fix.
12828 (ps-generate-string-list): Comment fix.
12829 (ps-message-log-max): Code fix.
12830
12831 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
12832
12833 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
12834 generated PostScript.
12835
12836 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
12837
12838 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
12839 with Gnus v5_10 branch.)
12840
12841 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
12842
12843 * calendar/time-date.el (time-to-number-of-days): New function.
12844 Imported from from Gnus.
12845
12846 2004-07-22 Kim F. Storm <storm@cua.dk>
12847
12848 * progmodes/make-mode.el: Fix comments.
12849
12850 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12851
12852 * printing.el: Doc fix.
12853
12854 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
12855
12856 * frame.el (modify-all-frames-parameters): Minor doc fix.
12857
12858 2004-07-20 Richard M. Stallman <rms@gnu.org>
12859
12860 * textmodes/fill.el (fill-nobreak-p): If this break point is
12861 at the end of the line, don't consider the newline which follows
12862 as a reason to return t.
12863
12864 2004-07-19 John Paul Wallington <jpw@gnu.org>
12865
12866 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
12867
12868 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
12869
12870 * dired-aux.el (dired-do-kill-lines): Expand docstring.
12871 Delete irrelevant code.
12872
12873 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12874
12875 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12876 New docstring. From Luc Teirlinck.
12877
12878 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
12879
12880 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
12881 section.
12882 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
12883 non-file buffers. We know it is nil.
12884
12885 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12886
12887 Sync with Tramp 2.0.43.
12888
12889 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12890 Remove outdated comment.
12891 (tramp-locked, tramp-locker): New variables for implementing a
12892 global lock.
12893 (tramp-sh-file-name-handler): Use them to implement the global lock.
12894
12895 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
12896
12897 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
12898 calls to respective `xxx` calls.
12899 (tramp-process-alive-regexp): Precise doc string.
12900 (tramp-multi-action-process-alive): New defun.
12901 (tramp-multi-actions): Use it.
12902 (tramp-handle-find-backup-file-name): `copy-tree' is available
12903 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
12904 in order to avoid this function.
12905 (tramp-handle-write-region): Set current buffer. If connection
12906 wasn't open, `file-modes' has changed it accidently. Reported by
12907 David Kastrup <dak@gnu.org>.
12908 (tramp-enter-password, tramp-read-passwd): New arguments USER and
12909 HOST.
12910 (tramp-action-password, tramp-multi-action-password): Apply it.
12911 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
12912 name must still contain the port number. Otherwise, we have two
12913 Tramp buffers, with all the confusion. Reported by Myron Selby
12914 <myron@xytech.com> and Rolf Dubitzky
12915 <Dubitzky@physi.uni-heidelberg.de>.
12916
12917 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
12918 HOST to `tramp-enter-passwd'.
12919
12920 * net/tramp-vc.el (all): Code cleanup. Change all
12921 `tramp-handle-xxx' calls to respective `xxx` calls.
12922
12923 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
12924
12925 * emacs-lisp/testcover.el: New category "potentially-1valued" for
12926 functions that are not erroneous if either 1-valued or
12927 multi-valued. Detect functions in this class.
12928 (testcover-1value-functions, testcover-compose-functions)
12929 (testcover-progn-functions) Add some additional functions to lists.
12930 (testcover-mark): Bugfix when marking up the definition for an
12931 empty function.
12932
12933 2004-07-17 Richard M. Stallman <rms@gnu.org>
12934
12935 * replace.el (occur-read-primary-args): Pass default to
12936 read-from-minibuffer.
12937
12938 * mail/footnote.el (footnote-section-tag): Use defcustom.
12939
12940 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
12941 Compile font-lock-keywords, not KEYWORDS.
12942 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
12943 Add warn, check-type. Handle cerror like error.
12944
12945 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12946
12947 * progmodes/which-func.el (which-func-keymap): New var.
12948 (which-func-face): New face.
12949 (which-func-format): Use them.
12950
12951 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12952
12953 * buff-menu.el (list-buffers-noselect): Append the buffer's
12954 process status to its mode name.
12955
12956 2004-07-16 Kim F. Storm <storm@cua.dk>
12957
12958 * simple.el (inhibit-mark-movement): New defvar.
12959 (beginning-of-buffer, end-of-buffer): Do not push mark if
12960 inhibit-mark-movement is non-nil or C-u prefix is given.
12961
12962 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
12963 Init to beginning-of-buffer and end-of-buffer.
12964 (cua--undo-push-mark): New defvar.
12965 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
12966 already active and command is in cua--preserve-mark-commands.
12967 Also fix check for shift modifier on non-window systems.
12968 (cua--post-command-handler): Clear inhibit-mark-movement if set.
12969
12970 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
12971
12972 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
12973 of two integers, instead of a cons.
12974
12975 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12976 `visited-file-modtime' now returns a list of two integers, instead
12977 of a cons.
12978
12979 * dired.el (dired-directory-changed-p): Ditto.
12980
12981 * progmodes/grep.el (grep): Doc fix.
12982
12983 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12984
12985 * autorevert.el (auto-revert-tail-mode)
12986 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
12987 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
12988 in both at the same time.
12989 (auto-revert-tail-mode): New command.
12990 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
12991 (auto-revert-handler): Revert only either tail or whole file.
12992
12993 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
12994 add auto-revert-tail-mode.
12995
12996 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12997
12998 * printing.el: Doc fix. Change name of some funs.
12999 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
13000 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
13001 (pr-standard-file-name): New fun. Replace pr-standard-path.
13002 (pr-call-process): Code fix.
13003
13004 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
13005
13006 * subr.el (with-selected-window): Doc fix.
13007
13008 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
13009
13010 * subr.el (get-buffer-window-list): Doc fix.
13011
13012 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
13013
13014 * files.el (switch-to-buffer-other-window): Doc fix.
13015
13016 * window.el (save-selected-window, one-window-p)
13017 (split-window-keep-point, split-window-vertically)
13018 (split-window-horizontally): Doc fixes.
13019
13020 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13021
13022 * printing.el: Doc fix. Now it uses call-process instead of
13023 shell-command for low command execution.
13024 (pr-version): New version number (6.8).
13025 (pr-shell-file-name): Option removed.
13026 (pr-shell-command): Fun removed.
13027 (pr-call-process): New fun. Replace pr-shell-command.
13028 (pr-standard-path, pr-remove-nil-from-list): New funs.
13029 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
13030 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
13031 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
13032 (pr-ps-utility-process, pr-txt-print): Code fix.
13033
13034 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13035
13036 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
13037 boolean.
13038
13039 2004-07-09 Lars Hansen <larsh@math.ku.dk>
13040
13041 * wid-edit.el (widget-field-buffer): Doc fix.
13042
13043 2004-07-09 John Paul Wallington <jpw@gnu.org>
13044
13045 * emacs-lisp/re-builder.el (reb-update-overlays):
13046 Distinguish between one and several matches in message.
13047
13048 2004-07-09 Richard M. Stallman <rms@gnu.org>
13049
13050 * mouse.el (mouse-set-region-1): If transient-mark-mode
13051 is `identity', change it to `only'.
13052
13053 * simple.el (current-word): Doc fix.
13054
13055 2004-07-09 Mark A. Hershberger <mah@everybody.org>
13056
13057 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
13058 so that it is more understanding of whitespace.
13059
13060 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
13061 (("ns" . "element") (attr-list) children) instead of
13062 ((:ns . "element") (attr-list) children) in order to reduce the
13063 number of symbols used.
13064 (xml-skip-dtd): Change to use xml-parse-dtd but set
13065 xml-validating-parsing to nil.
13066 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
13067 (xml-substitute-entity): Remove in favor of new entity substitution.
13068 (xml-substitute-special): Rewrite in to substitute complex
13069 entities from DOCTYPE declarations.
13070 (xml-parse-fragment): Parse fragments from entity deleclarations.
13071 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
13072 (xml-parse-dtd, xml-substitute-special): Make validity checks
13073 conditioned on xml-validating-parser. Add "Not Well Formed" to
13074 error messages about well-formedness.
13075
13076 2004-07-08 Steven Tamm <steventamm@mac.com>
13077
13078 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
13079 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
13080 Do not treat double clicks and triple clicks specially in the
13081 scroll bar (preventing strange repositioning problems)
13082
13083 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
13084
13085 * replace.el (query-replace-regexp-eval): Fix last change.
13086
13087 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13088
13089 * replace.el (query-replace-descr): New fun.
13090 (query-replace-read-from, query-replace-read-args): Default to the
13091 previous from&to.
13092 (query-replace-read-to): Quote the `from' string when displaying it.
13093 (query-replace-regexp-eval): Immediately check read-only status.
13094 Use query-replace-read-from to get the \n checking.
13095 Quote the `from' string when displaying it.
13096 (map-query-replace-regexp, occur-read-primary-args):
13097 Quote the `from' string when displaying it.
13098
13099 * isearch.el (isearch-query-replace): Pass the regexp-ness and
13100 delimited-ness of the search to query-replace.
13101
13102 * replace.el (query-replace-read-from, query-replace-read-to):
13103 New funs extracted from query-replace-read-args.
13104 (query-replace-read-args): Use them.
13105
13106 * replace.el (query-replace-interactive, query-replace-read-args):
13107 Remove the `initial' special value.
13108 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
13109 (occur-engine): Remove unused var `matchend'.
13110
13111 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
13112 Use the search string without prompting.
13113
13114 2004-07-05 Kenichi Handa <handa@m17n.org>
13115
13116 * international/mule.el (decode-coding-inserted-region):
13117 Set last-coding-system-used only when coding is nil.
13118
13119 2004-07-03 Eli Zaretskii <eliz@gnu.org>
13120
13121 * progmodes/grep.el (grep-compute-defaults, grep-command)
13122 (grep-program, find-program, grep-find-use-xargs, grep-history)
13123 (grep-find-history, grep-tag-default, grep-find-command)
13124 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
13125 Add autoload cookies, for unbundled packages that load `compile'
13126 and expect all grep-related symbols to become defined.
13127
13128 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
13129
13130 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
13131 (iimage-mode-image-search-path): New user option to search the
13132 image file.
13133 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
13134 have locate-file.
13135 (iimage-mode-buffer): Use it.
13136
13137 2004-07-03 Nick Roberts <nickrob@gnu.org>
13138
13139 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
13140 carefully.
13141 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
13142
13143 2004-07-03 Juri Linkov <juri@jurta.org>
13144
13145 * replace.el (query-replace-read-args): Swallow space after 'foo,
13146 not after (quote foo). Match space only immediately after symbol,
13147 not anywhere in the whole string.
13148
13149 2004-07-02 Richard M. Stallman <rms@gnu.org>
13150
13151 * replace.el (query-replace-read-args): Swallow space after
13152 symbols, not after closeparens. But avoid error if string ends there.
13153
13154 * progmodes/python.el (python-beginning-of-statement):
13155 Exit the loop if backward-up-list gets error.
13156
13157 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
13158
13159 2004-07-02 Andre Spiegel <spiegel@gnu.org>
13160
13161 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
13162 only if vc-consult-headers is non-nil.
13163
13164 2004-07-02 Juri Linkov <juri@jurta.org>
13165
13166 * pcvs.el (cvs-mode-diff-repository): New command.
13167
13168 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
13169
13170 2004-07-01 Juri Linkov <juri@jurta.org>
13171
13172 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
13173 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
13174 C-M-% to isearch-query-replace-regexp.
13175 (minibuffer-local-isearch-map): Add arrow key bindings.
13176 Bind C-f to isearch-yank-char-in-minibuffer.
13177 (isearch-forward): Doc fix.
13178 (isearch-edit-string): Doc fix.
13179 (isearch-query-replace, isearch-query-replace-regexp): New funs.
13180 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
13181 (isearch-yank-char): Add optional arg.
13182 (isearch-yank-char-in-minibuffer): New fun.
13183
13184 * replace.el (query-replace-interactive): Change type from boolean
13185 to choice. Add value `initial'.
13186 (query-replace-read-args): Handle value `initial' of
13187 query-replace-interactive.
13188
13189 2004-06-29 Kim F. Storm <storm@cua.dk>
13190
13191 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
13192 (breakpoint-disabled-bitmap-face): Add :group 'gud.
13193
13194 * progmodes/ada-xref.el (ada-tight-gvd-integration):
13195 Add :group 'ada.
13196
13197 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
13198
13199 2004-06-29 Juri Linkov <juri@jurta.org>
13200
13201 * replace.el (query-replace-read-args): Swallow a space after
13202 everything except )]" which in most cases means after a symbol.
13203
13204 * emacs-lisp/pp.el (pp-buffer): Add autoload.
13205
13206 2004-06-28 Richard M. Stallman <rms@gnu.org>
13207
13208 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
13209 More changes to go with previous change in font-lock.el.
13210
13211 2004-06-26 David Kastrup <dak@gnu.org>
13212
13213 * replace.el (perform-replace): Highlight the match even in
13214 non-query mode if there is potential replace string editing.
13215
13216 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
13217
13218 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
13219 agree with new return value of `file-remote-p'.
13220 This syncs with Tramp 2.0.42.
13221
13222 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
13223 according to new documentation of `file-remote-p'.
13224
13225 * files.el (file-remote-p): Fix doc to say that return value is
13226 identification of remote system, if not nil.
13227 (file-relative-name): Use new return value of `file-remote-p'.
13228
13229 2004-06-26 Nick Roberts <nickrob@gnu.org>
13230
13231 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
13232 (gdb-goto-breakpoint): Fix breakage.
13233
13234 2004-06-26 Eli Zaretskii <eliz@gnu.org>
13235
13236 * man.el (Man-getpage-in-background): Add windows-nt to the list
13237 of systems where shell-file-name should be used instead of
13238 literal "sh".
13239
13240 2004-06-25 Sam Steingold <sds@gnu.org>
13241
13242 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
13243 function names `(setf symbol)'.
13244
13245 2004-06-24 Richard M. Stallman <rms@gnu.org>
13246
13247 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
13248
13249 * font-lock.el (font-lock-keywords): Change format of compiled values.
13250 Document it.
13251 (font-lock-add-keywords): If font-lock-keywords is compiled,
13252 extract the uncompiled version, modify, then recompile.
13253 (font-lock-remove-keywords): Likewise.
13254 (font-lock-fontify-keywords-region): Handle changed format.
13255 (font-lock-compile-keywords): Handle changed format.
13256 (font-lock-set-defaults): Compile the keywords explicitly here.
13257
13258 2004-06-24 David Kastrup <dak@gnu.org>
13259
13260 * replace.el (query-replace-read-args): Implement `\,' and `\#'
13261 replacements here.
13262 (query-replace-regexp): Doc string explaining this and the new
13263 `\?' replacement. Remove `\,' and `\#' implementation here, as it
13264 is better placed in `query-replace-read-args'.
13265 (replace-regexp): Explain `\,', `\#' and `\?'.
13266 (replace-match-data): New function for thorough reuse/destruction
13267 of old match-data.
13268 (replace-match-maybe-edit): Function for implementing `\?' editing.
13269 (perform-replace): Fix maintaining of the match stack including
13270 already matched regions, implement `\?', fix various problems
13271 with regions while editing and other stuff.
13272 (replace-highlight): Simplify.
13273
13274 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
13275
13276 * progmodes/grep.el (grep-error-screen-columns): New variable.
13277 (grep-regexp-alist): Give it the full functionality of gnu style
13278 compilation messages with line and column ranges. Ask me for the
13279 perl script I'm working on, that uses these.
13280
13281 2004-06-23 Nick Roberts <nickrob@gnu.org>
13282
13283 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
13284 Remove.
13285 (comint-insert-input, comint-mouse-insert-input): New functions
13286 based on comint-insert-clicked-input for two bindings but just
13287 one functionality.
13288
13289 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
13290
13291 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
13292
13293 2004-06-23 Lars Hansen <larsh@math.ku.dk>
13294
13295 * files.el (write-contents-functions): Doc fix.
13296
13297 2004-06-21 Juanma Barranquero <lektu@terra.es>
13298
13299 * image.el (image-library-alist): Rewrite docstring in active voice.
13300
13301 2004-06-20 Richard M. Stallman <rms@gnu.org>
13302
13303 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
13304
13305 * isearch.el (isearch-repeat): Avoid testing old match data.
13306 (isearch-message): Display trailing space in special font
13307 when search is failing.
13308 (isearch-search-fun-function): Doc fix.
13309
13310 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
13311
13312 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
13313
13314 * frame.el (show-trailing-whitespace): Doc fix.
13315
13316 * cus-edit.el (custom-variable-documentation): New function.
13317 (custom-variable): Use it.
13318
13319 2004-06-19 Nick Roberts <nickrob@gnu.org>
13320
13321 * man.el (Man-getpage-in-background): Revert previous change but
13322 make cygwin a special case.
13323
13324 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
13325
13326 * autorevert.el (global-auto-revert-non-file-buffers):
13327 Update docstring.
13328
13329 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
13330
13331 * progmodes/compile.el (compilation-error-properties): Store one
13332 more than end-col, if present, so that transient-mark-mode will
13333 highlight last char too.
13334 * progmodes/grep.el (grep-regexp-alist): Match columns and column
13335 ranges, if present.
13336
13337 2004-06-18 Jason Rumney <jasonr@gnu.org>
13338
13339 * makefile.w32-in: Double percent signs in for loops.
13340
13341 2004-06-17 David Kastrup <dak@gnu.org>
13342
13343 * replace.el (query-replace-read-args): Only warn about use of \n
13344 and \t when we are doing a regexp replacement and the actual
13345 escaped character is n or t.
13346 (query-replace-regexp): Add \, and \# interpretation to
13347 interactive call and document it.
13348 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
13349 as shortkey for replace-count.
13350 (replace-quote): New function for doubling backslashes.
13351
13352 2004-06-17 Juanma Barranquero <lektu@terra.es>
13353
13354 * files.el (parse-colon-path, cd): Mention in docstring that the
13355 path separator is colon in GNU-like systems.
13356
13357 * newcomment.el (comment-region-internal): Fix docstring.
13358
13359 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
13360 (ewoc-invalidate, ewoc-collect): Doc fixes.
13361 (ewoc--create-node, ewoc--delete-node-internal):
13362 Fix typos in docstring.
13363
13364 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13365
13366 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
13367 manual to docstring.
13368
13369 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13370
13371 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
13372
13373 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13374
13375 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13376 Add hyperlink to emacs-xtra manual to docstring.
13377
13378 * autorevert.el (global-auto-revert-non-file-buffers):
13379 Add hyperlink to emacs-xtra manual to docstring, as well as an
13380 info-link.
13381
13382 2004-06-14 Juanma Barranquero <lektu@terra.es>
13383
13384 * image.el (image-library-alist): New variable to map image types
13385 to external libraries. Initialized to nil, unless system-specific
13386 configs change it.
13387 (image-type-available-p): Determine whether an image type is
13388 available by calling `init-image-library'.
13389
13390 * term/w32-win.el (image-library-alist): Initialize to a known set
13391 of probable library names.
13392
13393 2004-06-14 Kenichi Handa <handa@m17n.org>
13394
13395 * international/code-pages.el (windows-1256, cp1125): Fix tables
13396 for several characters.
13397
13398 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
13399
13400 2004-06-13 Richard M. Stallman <rms@gnu.org>
13401
13402 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
13403
13404 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
13405 not "`pc-selection-mode'".
13406
13407 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
13408
13409 * simple.el (previous-matching-history-element): Specify a default.
13410
13411 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
13412
13413 * cus-face.el (custom-declare-face): Simplify code.
13414
13415 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
13416
13417 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
13418
13419 * files.el (before-save-hook): Add `time-stamp' to the options.
13420
13421 * time-stamp.el (time-stamp): Recommend adding it to
13422 `before-save-hook', rather than `write-file-functions'.
13423 Make a similar change in `Commentary' section.
13424
13425 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
13426
13427 * diff-mode.el (diff-current-defun): If at start of hunk, use
13428 position of first change.
13429
13430 2004-06-13 Lars Hansen <larsh@math.ku.dk>
13431
13432 * dired-x.el (dired-mark-omitted): Bind to "*O".
13433
13434 2004-06-12 Karl Fogel <kfogel@red-bean.com>
13435
13436 * bookmark.el (bookmark-bmenu-relocate): New function, as
13437 suggested by David J. Biesack <David.Biesack@sas.com>.
13438 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
13439 (bookmark-bmenu-mode): Describe binding in doc string.
13440 (bookmark-set-filename): Save the bookmark list if it's time.
13441
13442 2004-06-13 Kenichi Handa <handa@m17n.org>
13443
13444 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
13445 (ccl-untranslated-to-ucs): Fix typo.
13446
13447 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
13448
13449 * progmodes/python.el (python-open-block-statement-p):
13450 Fix indentation after a block opening that contains a comment.
13451
13452 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
13453
13454 * bindings.el (completion-ignored-extensions): Add file extensions
13455 of Python byte-compiled files.
13456
13457 2004-06-12 Juri Linkov <juri@jurta.org>
13458
13459 * info.el (Info-goto-node): Add autoload.
13460 (Info-toc): Add substring-no-properties on Info file name.
13461 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
13462 (Info-mode-map): Bind L to Info-history, T to Info-toc.
13463
13464 2004-06-12 Kenichi Handa <handa@m17n.org>
13465
13466 * international/mule-cmds.el (set-language-environment):
13467 Load subst tables if necessary.
13468
13469 * international/mule.el (decode-char): Load subst tables if necessary.
13470 (encode-char): Likewise.
13471
13472 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
13473 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
13474 (utf-16le-decode-loop): Set r5 to -1 before loop.
13475 (utf-16be-decode-loop): Likewise.
13476 (ccl-decode-mule-utf-16le): Add EOF processing block.
13477 (ccl-decode-mule-utf-16be): Likewise.
13478 (ccl-decode-mule-utf-16le-with-signature): Likewise.
13479 (ccl-decode-mule-utf-16be-with-signature): Likewise.
13480 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
13481 (ccl-mule-utf-16-encode-untrans): New CCL.
13482 (utf-16-decode-to-ucs): Handle pre-read character.
13483 (utf-16le-encode-loop): Handle surrogate pair.
13484 (utf-16be-encode-loop): Likewise.
13485 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
13486 of utf-16le-encode-loop.
13487 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
13488 of utf-16be-encode-loop.
13489 (mule-utf-16-post-read-conversion):
13490 Call utf-8-post-read-conversion at first.
13491 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
13492 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
13493 Add post-read-conversion and pre-write-conversion.
13494
13495 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
13496 (utf-translate-cjk-unicode-range): New variable.
13497 (utf-translate-cjk-load-tables): New function.
13498 (utf-lookup-subst-table-for-decode): New function.
13499 (utf-lookup-subst-table-for-encode): New function.
13500 (utf-translate-cjk-mode): Init-value changed to t. Don't load
13501 tables here. Update safe-charsets of utf-* coding systems.
13502 (ccl-mule-utf-untrans): New CCL.
13503 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
13504 at end of each branch.
13505 (ccl-mule-utf-8-encode-untrans): New CCL.
13506 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
13507 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
13508 length of encoding. Don't return r0.
13509 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
13510 (utf-8-post-read-conversion): Narrow to region properly.
13511 If utf-translate-cjk-mode is on, load tables if necessary.
13512 Call utf-8-compose with hash-table arg if necessary.
13513 Call XXX-compose-region instead of XXX-post-read-convesion.
13514 (utf-8-pre-write-conversion): New function.
13515 (mule-utf-8): Include CJK charsets in safe-charsets if
13516 utf-translate-cjk-mode is on. Add pre-write-conversion.
13517
13518 * international/characters.el: Temporarily set
13519 utf-translate-cjk-mode to nil.
13520
13521 * language/devan-util.el (devanagari-compose-region):
13522 Add autoload cookie.
13523
13524 * international/ccl.el (ccl-dump-call): Fix printing the
13525 subroutine name.
13526
13527 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
13528
13529 * dired.el (dired-revert): If buffer is marked unmodified before
13530 reverting, keep it marked unmodified.
13531 Adapt to new conventions for commenting out code.
13532 (dired-make-relative): Adapt to new conventions for commenting out code.
13533
13534 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
13535
13536 * eshell/esh-module.el (eshell-load-defgroups):
13537 Bind `vc-handled-backends' to nil when opening files.
13538
13539 2004-06-11 Juanma Barranquero <lektu@terra.es>
13540
13541 * files.el (parse-colon-path, cd): Doc fixes (refer to
13542 `path-separator', not colon).
13543
13544 2004-06-10 Juanma Barranquero <lektu@terra.es>
13545
13546 * newcomment.el (comment-search-forward)
13547 (comment-search-backward): Fix typos in docstring.
13548 (comment-region): Doc fix.
13549
13550 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
13551
13552 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
13553 switch is no longer stored in `dired-switches-alist'.
13554
13555 * dired-aux.el (dired-insert-subdir): Do not store R switch in
13556 `dired-switches-alist'.
13557
13558 2004-06-10 Kim F. Storm <storm@cua.dk>
13559
13560 * pcvs.el (cvs-mode-diff-yesterday): New command.
13561
13562 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
13563
13564 2004-06-10 Juri Linkov <juri@jurta.org>
13565
13566 * emacs-lisp/edebug.el (edebug-eval-defun):
13567 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
13568 Fix docstring.
13569
13570 * simple.el (eval-expression-print-format): Don't print additional
13571 information on the first call to `eval-print-last-sexp'.
13572 (next-error-find-buffer): Fix punctuation.
13573 (killing) <defgroup>: Fix punctuation.
13574 (yank-excluded-properties): Change group from editing to killing.
13575
13576 * replace.el (perform-replace): Use `limit' to terminate the
13577 while-loop explicitly.
13578
13579 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13580
13581 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
13582 Use lc-*.xpm as prefix instead of *-locol.xpm.
13583
13584 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
13585 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
13586 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
13587 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
13588 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
13589 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
13590 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
13591 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
13592 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
13593 * toolbar/lc-up_arrow.xpm:
13594 Rename from *-locol.xpm.
13595
13596 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
13597
13598 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
13599 include forms like &<str>; as valid url patterns.
13600
13601 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
13602
13603 * dired.el (dired-diff, dired-backup-diff)
13604 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
13605 (dired-do-chown, dired-do-touch, dired-do-print)
13606 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
13607 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
13608 (dired-create-directory, dired-do-copy, dired-do-symlink)
13609 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
13610 (dired-do-copy-regexp, dired-do-hardlink-regexp)
13611 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
13612 (dired-maybe-insert-subdir, dired-next-subdir)
13613 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
13614 (dired-kill-subdir, dired-tree-up, dired-tree-down)
13615 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
13616 (dired-run-shell-command, dired-query): Remove redundant,
13617 or incorrect, autoloads.
13618
13619 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
13620 does not end in a slash. Add optional argument KILL-ROOT.
13621 Update docstring.
13622 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
13623 (dired-query): Add autoloads.
13624
13625 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
13626
13627 * progmodes/compile.el (compilation-set-window-height):
13628 Rearrange the save-* functions because a buffer can have several current
13629 point in different windows.
13630 (compilation-error-regexp-alist-alist): Recognize {standard input}
13631 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
13632
13633 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13634
13635 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
13636 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
13637 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
13638 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
13639 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
13640 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
13641 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
13642 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
13643 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
13644 * toolbar/up_arrow-locol.xpm:
13645 New versions of icons that uses fewer colors.
13646
13647 * toolbar/tool-bar.el (tool-bar-local-item)
13648 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
13649 if display-color-cells is 256 or less.
13650
13651 2004-06-08 Kim F. Storm <storm@cua.dk>
13652
13653 * wid-edit.el (widget-specify-button): Use hand pointer rather
13654 than mouse-face as visible mouse-over effect.
13655
13656 2004-06-07 Karl Fogel <kfogel@red-bean.com>
13657
13658 * saveplace.el (save-place-alist-to-file): Bind `print-length'
13659 and `print-level' to nil when writing out `save-place-alist'.
13660 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
13661
13662 2004-06-07 Juanma Barranquero <lektu@terra.es>
13663
13664 * completion.el (completion-kill-region): Doc fix.
13665
13666 * format.el (format-insert-annotations)
13667 (format-annotate-location): Doc fixes.
13668 (format-subtract-regions): Make arguments match their use in docstring.
13669
13670 * simple.el (kill-region): Doc fix.
13671
13672 * subr.el (insert-buffer-substring-no-properties)
13673 (insert-buffer-substring-as-yank): Doc fixes.
13674
13675 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
13676
13677 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13678 Update docstring.
13679 (dired-reset-subdir-switches): New function.
13680
13681 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
13682 Limit scope of `buffer-read-only' binding.
13683
13684 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
13685
13686 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
13687 eshell-explicit-command-char.
13688
13689 2004-06-06 Juanma Barranquero <lektu@terra.es>
13690
13691 * help-fns.el (help-argument-name): Inherit from italic face only
13692 if the frame supports it.
13693
13694 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13695
13696 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
13697 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
13698 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
13699 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
13700 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
13701 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
13702 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
13703 New conversions from xpm files.
13704
13705 * toolbar/README: New file.
13706
13707 2004-06-06 Richard M. Stallman <rms@gnu.org>
13708
13709 * isearch.el (isearch-mode-map): Undo previous change.
13710
13711 2004-06-05 Juri Linkov <juri@jurta.org>
13712
13713 * bindings.el (debug-ignored-errors): Add regexps for history
13714 related messages. Remove $ from "No further undo information".
13715 Move Ediff's messages to ediff.el.
13716
13717 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
13718
13719 * cus-edit.el (custom-display): Add `min-colors'.
13720
13721 * custom.el (defface): Add `supports' to docstring.
13722
13723 * help-fns.el (help-argument-name): Add :group 'help.
13724
13725 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
13726
13727 * find-dired.el (find-ls-subdir-switches): New user option.
13728 (find-dired): No longer call `abbreviate-file-name' on DIR.
13729 Set `dired-subdir-switches' buffer-locally.
13730
13731 * locate.el: Merge the two `Commentary' sections.
13732 (locate-ls-subdir-switches): New user option.
13733 (locate): Update for other changes.
13734 (locate-mode-map): Restore Dired binding for mouse-2.
13735 Bind `locate-mouse-view-file' to M-mouse-2.
13736 Bind `l' to `locate-do-redisplay'.
13737 (locate-main-listing-line-p, locate-do-redisplay): New functions.
13738 (locate-mouse-view-file, locate-tags, locate-find-directory):
13739 Print message if used outside main listing.
13740 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
13741 Various changes to support inserted subdirectories.
13742 (locate-insert-header): Change header of *Locate* buffer.
13743
13744 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13745 Change interactive default switches.
13746 (dired-rename-subdir-2): Update `dired-switches-alist'.
13747 (dired-insert-subdir, dired-kill-subdir):
13748 Handle `dired-switches-alist'. Do not mark buffer modified.
13749 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
13750 (dired-insert-subdir-doinsert): Omit messages.
13751 Handle `dired-subdir-switches'.
13752 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
13753
13754 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
13755 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
13756 subdirs if -R switch is used for a subdir.
13757 (dired-mode): Set `dired-switches-alist'.
13758 (dired-build-subdir-alist): Only print number of directories in
13759 echo area when invoked interactively.
13760
13761 2004-06-05 Lars Hansen <larsh@math.ku.dk>
13762
13763 * dired-x.el (dired-omit-mode): Rename from
13764 dired-omit-files-p. Use define-minor-mode to define it.
13765 (dired-omit-files-p): Add as alias for dired-omit-mode.
13766 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
13767 dired-mark-omitted.
13768 (dired-mark-omitted): Add. Bind to M-O.
13769
13770 2004-06-05 Kenichi Handa <handa@m17n.org>
13771
13772 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
13773
13774 2004-06-05 Juanma Barranquero <lektu@terra.es>
13775
13776 * help-fns.el (help-argument-name): Reintroduce face.
13777 (help-default-arg-highlight): Use it, now that
13778 `face-differs-from-default-p' can be trusted.
13779
13780 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13781
13782 * textmodes/table.el: Sentence commands added to Point Motion
13783 group; kill and backward-kill commands added to Extraction group.
13784
13785 2004-06-04 Mario Lang <mlang@delysid.org>
13786
13787 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
13788 systems appear to use mW, make the code handle this. Fix a
13789 division-by-zero bug while at it, and handle kernels with
13790 a slightly different layout in /proc/acpi.
13791
13792 2004-06-04 Karl Fogel <kfogel@red-bean.com>
13793
13794 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
13795 because the latter is a CL-ism. This fixes the bug reported by
13796 Shawn Boyette <mdxi@collapsar.net> in
13797 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
13798
13799 2004-06-04 Miles Bader <miles@gnu.org>
13800
13801 * faces.el (display-supports-face-attributes-p): Function moved to
13802 C code. Previously only the tty-related portion of this function
13803 was done in C; however the previous attempt to do a halfway-proper
13804 job for non-tty displays in lisp didn't work properly because of
13805 funny conditions during Emacs startup.
13806 (face-differs-from-default-p): Simplify, now that
13807 display-supports-face-attributes-p works properly on all display
13808 types. Remove :stipple from comparison; it doesn't really work
13809 in emacs anyway.
13810
13811 2004-06-04 Miles Bader <miles@gnu.org>
13812
13813 * faces.el (face-differs-from-default-p): Use a different
13814 implementation, so we can really check whether FACE displays
13815 differently or not.
13816
13817 2004-06-04 Miles Bader <miles@gnu.org>
13818
13819 * faces.el (display-supports-face-attributes-p): Implement a
13820 `different from default' check for non-tty displays.
13821
13822 2004-06-03 David Kastrup <dak@gnu.org>
13823
13824 * woman.el (woman-mapcan): More concise code.
13825 (woman-topic-all-completions, woman-topic-all-completions-1)
13826 (woman-topic-all-completions-merge): Replace by a simpler and
13827 much faster implementation based on O(n log n) sort/merge instead
13828 of the old O(n^2) behavior.
13829
13830 2004-06-03 Miles Bader <miles@gnu.org>
13831
13832 * subr.el (read-number): Use canonical format for default in prompt.
13833
13834 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
13835 Add regexp for " [...]" style defaults.
13836
13837 2004-06-02 Romain Francoise <romain@orebokech.com>
13838
13839 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
13840 groups: if the user asks for a hidden buffer, open the
13841 corresponding filter group to expose it.
13842
13843 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
13844 `ibuffer-jump-to-buffer'.
13845 (ibuffer-jump-offer-only-visible-buffers): New user option.
13846
13847 2004-06-02 Juanma Barranquero <lektu@terra.es>
13848
13849 * faces.el (frame-update-faces): Add empty docstring so the one
13850 for `ignore' doesn't show through.
13851
13852 * subr.el (process-kill-without-query): Remove spurious "\n" on
13853 obsolescence string.
13854 (focus-frame, unfocus-frame): Add obsolescence declaration and
13855 empty docstring.
13856
13857 * international/mule.el (register-char-codings): Make alias for
13858 `ignore'. Move docstring to obsolescence info and remove redundancy.
13859
13860 2004-06-02 Kim F. Storm <storm@cua.dk>
13861
13862 * frame.el (blink-cursor-start): Turn cursor off initially so blink
13863 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
13864
13865 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13866
13867 * comint.el (comint-replace-by-expanded-history-before-point):
13868 Obey `start' as the docstring says.
13869 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
13870 (comint-update-fence): Prevent font-lock from running unnecessarily.
13871 (comint-dynamic-list-completions): Use with-current-buffer.
13872
13873 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13874
13875 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
13876 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
13877 (bibtex-entry-update): Handle alternatives and optional fields.
13878 (bibtex-parse-entry): Bugfix, handle empty key.
13879
13880 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13881
13882 * vc-arch.el (vc-arch-state): Don't assume the file exists.
13883
13884 2004-05-31 Lars Hansen <larsh@math.ku.dk>
13885
13886 * desktop.el (desktop-save): Don't save minor modes without a
13887 known mode initialization function.
13888
13889 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
13890
13891 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
13892
13893 * autorevert.el: Update `Commentary' section.
13894
13895 2004-05-30 Juanma Barranquero <lektu@terra.es>
13896
13897 * dos-fns.el (convert-standard-filename):
13898 * files.el (convert-standard-filename):
13899 * w32-fns.el (convert-standard-filename):
13900 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
13901
13902 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
13903
13904 Sync with Tramp.
13905
13906 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
13907 (tramp-let-maybe): Move to an earlier spot in the file.
13908 Patch by Andreas Schwab.
13909
13910 2004-05-30 Andreas Schwab <schwab@suse.de>
13911
13912 * dired.el (dired-get-filename): Don't use dired-re-dot.
13913
13914 2004-05-30 Richard M. Stallman <rms@gnu.org>
13915
13916 * files.el (find-file): Doc fix.
13917
13918 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
13919
13920 2004-05-30 Nick Roberts <nickrob@gnu.org>
13921
13922 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
13923 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
13924 modeline of the locals buffer.
13925 (gdb-goto-breakpoint): Handle gdbmi.
13926 (gdb-get-frame-number): Change for gdbmi.
13927
13928 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
13929
13930 * files.el (file-remote-p): Apply file name handler for operation
13931 `file-remote-p'. It isn' a property any longer.
13932 (file-relative-name): `fh' and `fd' get the required value via
13933 `find-file-name-handler' already.
13934
13935 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
13936 (top): Remove setting of `file-remote-p' property for
13937 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
13938
13939 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
13940
13941 Version 2.0.41 of Tramp released.
13942
13943 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
13944 Throw away if process has died.
13945 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
13946 (tramp-out-of-band-prompt-regexp): Rename to
13947 `tramp-process-alive-regexp', because its usage is widen.
13948 (tramp-actions-copy-out-of-band): Apply it.
13949 (tramp-actions-before-shell, tramp-multi-actions):
13950 Add `tramp-action-process-alive' action.
13951 (tramp-action-process-alive): New defun.
13952 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13953 Add entry for `file-remote-p'.
13954 (tramp-handle-file-remote-p): New defun.
13955 (top): Remove setting of `file-remote-p'. Don't set
13956 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
13957
13958 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
13959 `file-remote-p'.
13960
13961 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
13962 counted for (last) line. [They should or they shouldn't? --Stef]
13963 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
13964
13965 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
13966
13967 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
13968 not really necessary but seems to keep the shell history smaller
13969 in some cases. It is no substitute for setting HISTFILE and
13970 HISTSIZE from tramp-open-connection-setup-interactive-shell,
13971 though. Suggested by Luc Teirlinck.
13972 (tramp-open-connection-setup-interactive-shell): Export variables
13973 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
13974 (tramp-set-process-query-on-exit-flag): New compat function.
13975 (tramp-open-connection-multi, tramp-open-connection-su)
13976 (tramp-open-connection-rsh, tramp-open-connection-telnet)
13977 (tramp-do-copy-or-rename-file-out-of-band): Use it.
13978 (tramp-let-maybe): New macro, let-binds a variable only if it
13979 isn't obsolete.
13980 (tramp-check-ls-commands, tramp-handle-expand-file-name)
13981 (tramp-handle-file-truename): Use it.
13982 (tramp-completion-file-name-regexp-unified): Avoid matching
13983 filenames starting with "/:" -- those are reserved for
13984 file-name-non-special.
13985
13986 * tramp-smb.el (tramp-smb-open-connection):
13987 Use tramp-set-process-query-on-exit-flag compat function.
13988
13989 2004-05-29 Richard M. Stallman <rms@gnu.org>
13990
13991 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
13992
13993 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
13994 (eval-last-sexp-print-value): Print char equivalent regardless
13995 of standard-output value.
13996
13997 * thumbs.el (thumbs-subst-char-in-string): Delete.
13998 (thumbs-thumbname): Use subst-char-in-string.
13999 (thumbs-resize-image): Use condition-case, not ignore-errors.
14000 (thumbs-kill-buffer): Likewise.
14001
14002 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
14003 (thumbs-mode): Make buffer read-only.
14004 (thumbs-make-thumb): Unconditionally accept an existing file.
14005 (thumbs-insert-thumb): Add thumb-image-file property to the image.
14006 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
14007 (thumbs-show-thumbs-list): Error if images not supported.
14008 (thumbs-save-current-image): Improve prompt string.
14009 (thumbs-mode-map): Define u, R, x.
14010 (thumbs-unmark): New command.
14011 (thumbs-emboss-image): Minor cleanup.
14012 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
14013 (thumbs-rename-images): New command.
14014 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
14015
14016 * thumbs.el (thumbs-current-image): New function.
14017 (thumbs-file-list, thumbs-file-alist): New functions.
14018 (thumbs-find-image): Delete arg L.
14019 Don't set up thumbs-fileL as buffer-local global var.
14020 (thumbs-find-image-at-point): Use thumbs-current-image.
14021 (thumbs-set-image-at-point-to-root-window): Likewise.
14022 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
14023 Record and warn about errors. Update thumbs-markedL for deletions.
14024 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
14025 (thumbs-redraw-buffer): Use thumbs-file-list.
14026 (thumbs-mark): Use thumbs-current-image.
14027 (thumbs-show-name): Use thumbs-current-image.
14028
14029 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
14030 and imenu--last-menubar-index-alist.
14031
14032 * subr.el (with-selected-window): Undo previous change.
14033
14034 2004-05-29 John Paul Wallington <jpw@gnu.org>
14035
14036 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
14037 (thumbs-mouse-find-image): New command.
14038 (thumbs-mode-map): Bind it to mouse-2.
14039 (thumbs-mode): Make mode-class special.
14040 (thumbs-view-image-mode): Likewise.
14041
14042 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
14043
14044 * flymake.el: New file.
14045
14046 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
14047
14048 * files.el (find-file-noselect-1): Do not bind
14049 `inhibit-read-only' to t during execution of
14050 `find-file-not-found-functions'.
14051
14052 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14053
14054 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
14055 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
14056
14057 2004-05-28 Juri Linkov <juri@jurta.org>
14058
14059 * simple.el (eval-expression-print-format): New fun.
14060
14061 * simple.el (eval-expression):
14062 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
14063 * emacs-lisp/edebug.el (edebug-compute-previous-result)
14064 (edebug-eval-expression): Print additionally the value returned by
14065 `eval-expression-print-format'.
14066
14067 * emacs-lisp/lisp.el (insert-pair-alist): New var.
14068 (insert-pair): Make arguments optional. Find character pair
14069 from `insert-pair-alist' according to the last input event.
14070 (insert-parentheses): Make arguments optional.
14071 (raise-sexp, delete-pair): New funs.
14072
14073 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
14074 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14075 Bind C-M-q to `indent-pp-sexp'.
14076
14077 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
14078 `pp-to-string' modified to be able to format text with newlines.
14079 (pp-to-string): Move the buffer-formatting part of the code to
14080 `pp-buffer'. Call `pp-buffer'.
14081
14082 * info.el (Info-desktop-buffer-misc-data): Don't save information
14083 about virtual files.
14084 (Info-restore-desktop-buffer): Restore Info buffers in prepared
14085 buffers with names obtained from the desktop file instead of the
14086 default *info* buffer.
14087
14088 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14089
14090 * subr.el (with-selected-window): Only save/restore the selected window.
14091
14092 * progmodes/compile.el (compilation-error-regexp-alist):
14093 Use expand-file-name and data-directory.
14094
14095 * progmodes/grep.el (grep-tree): Rework previous fix.
14096
14097 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
14098 after the user marked text with the mouse.
14099
14100 * startup.el (command-line): Keep the first regexp of
14101 auto-save-file-name-transforms intact.
14102
14103 2004-05-28 Juanma Barranquero <lektu@terra.es>
14104
14105 * cus-edit.el (customize-face, customize-face-other-window)
14106 (custom-face-edit-delete): Make arguments match their use in
14107 docstring.
14108 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
14109 docstring.
14110
14111 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
14112 not `cvs-butlast'.
14113
14114 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
14115 `nbutlast' are in subr.el).
14116
14117 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
14118 (set-w32-system-coding-system): Doc fixes.
14119
14120 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
14121 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
14122 Make arguments match their use in docstring.
14123 (artist-draw-region-trim-line-endings)
14124 (artist-mouse-choose-operation): Fix typo in docstring.
14125 (artist-key-set-point-common): Doc fix.
14126
14127 2004-05-28 Simon Josefsson <jas@extundo.com>
14128
14129 * mail/smtpmail.el (smtpmail-open-stream):
14130 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
14131
14132 2004-05-26 Simon Josefsson <jas@extundo.com>
14133
14134 * starttls.el: Merge with my GNUTLS based starttls.el.
14135 (starttls-gnutls-program, starttls-use-gnutls)
14136 (starttls-extra-arguments, starttls-process-connection-type)
14137 (starttls-connect, starttls-failure, starttls-success): New variables.
14138 (starttls-program, starttls-extra-args): Doc fix.
14139 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
14140 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
14141 and pass on to corresponding *-gnutls function if it is set.
14142
14143 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
14144
14145 * autorevert.el (auto-revert-handler): Disable auto-reverting of
14146 remote files.
14147
14148 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
14149
14150 * files.el (file-name-non-special): There are more operations
14151 which need handling: `find-backup-file-name',
14152 `insert-file-contents', `verify-visited-file-modtime',
14153 `write-region'. Rename t value of method to `add'. Add new
14154 methods `quote' and `unquote-then-quote' to file-arg-indices.
14155
14156 2004-05-25 Juri Linkov <juri@jurta.org>
14157
14158 * info.el (Info-toc): Call Info-mode on intermediate buffer.
14159 (Info-index-nodes): Enclose code in condition-case to catch errors.
14160 (Info-index-node): Don't search all index nodes if request is only
14161 for the current node and file is not in the cache of index nodes.
14162 (Info-mode-map): Bind Info-copy-current-node-name to `w'
14163 for consistency with dired-copy-filename-as-kill.
14164 Bind `S' to Info-search-case-sensitively.
14165 (Info-copy-current-node-name): New arg. With zero prefix arg put
14166 the name inside a function call to `info'. Display copied text in
14167 the echo area.
14168
14169 2004-05-25 Sam Steingold <sds@gnu.org>
14170
14171 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
14172 strip the package prefix from the symbol name, if any.
14173 Make it the `find-tag-default-function' for `lisp-mode'.
14174
14175 2004-05-25 John Paul Wallington <jpw@gnu.org>
14176
14177 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
14178 instead of obsolete `process-kill-without-query'.
14179
14180 * textmodes/texinfmt.el (texinfo-indexvar-alist):
14181 Declare as variable, not constant.
14182
14183 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
14184
14185 * files.el (find-file-noselect-1): Fix bug introduced by
14186 Revision 1.694. As a side effect, `inhibit-read-only'
14187 is again, by default, t during execution of
14188 `find-file-not-found-functions'.
14189 (insert-directory): Check that lines were really inserted by
14190 the --dired switch, before erasing them.
14191
14192 2004-05-24 Nick Roberts <nickrob@gnu.org>
14193
14194 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
14195 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
14196 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
14197 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
14198 gud-minor-mode (gdbmi).
14199
14200 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14201
14202 * net/browse-url.el (browse-url-interactive-arg): Enable user to
14203 explicitly select the text to be taken as URL.
14204
14205 2004-05-23 Juri Linkov <juri@jurta.org>
14206
14207 * info.el (Info-index-nodes): New var and fun.
14208 (Info-goto-index, Info-index, info-apropos)
14209 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
14210 (Info-index): Fix docstring. Store and restore Info-history-list.
14211 (Info-complete-nodes): New var.
14212 (Info-complete-menu-item): Use it.
14213 (Info-index-node): New fun.
14214 (Info-final-node, Info-forward-node, Info-backward-node)
14215 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
14216 Use Info-index-node.
14217 (Info-extract-menu-item, Info-extract-menu-counting): Set second
14218 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
14219 (Info-find-node-2): If a node with period in its name not found,
14220 try to find a node without the name part after period.
14221 (Info-select-node): Call Info-fontify-node only if
14222 Info-fontify-maximum-menu-size is not nil.
14223 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
14224 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
14225 Preserve Info-history-list.
14226 (Info-toc): Set Info-current-file.
14227 (Info-build-toc): Move point to the beginning of the buffer.
14228 Add main-file variable.
14229 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
14230 Use backslashed representation of the control character ^_.
14231
14232 * textmodes/texinfmt.el (texinfo-print-index): Print index line
14233 numbers in the new Texinfo 4.7 format.
14234
14235 * add-log.el (change-log-font-lock-keywords): Remove `:' from
14236 regexps for function and variable names.
14237
14238 * descr-text.el (describe-property-list): Add [show] button for
14239 `syntax-table' property with action to pp to a separate buffer.
14240 (describe-char): Replace search-forward by re-search-forward with
14241 whitespace regexp after "character:" to not fail in too narrow windows.
14242
14243 * simple.el (next-error-find-buffer): Add a rule to return
14244 next-error capable buffer if one window on the selected frame
14245 displays such buffer.
14246
14247 2004-05-23 Nick Roberts <nickrob@gnu.org>
14248
14249 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
14250 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
14251 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
14252 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
14253 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
14254 Handle new value for gud-minor-mode (gdbmi).
14255 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
14256 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
14257 Change from local to global gdb variable set.
14258 (gdb-ann3): Initialise above gdb variable set.
14259 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
14260 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
14261 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
14262 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
14263 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
14264 (gdb-info-locals-handler, gdb-invalidate-assembler)
14265 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
14266 set as global variables.
14267 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
14268 Handle gdbmi.
14269 (gdb-info-breakpoints-custom): Fix regexp.
14270 (def-gdb-var): Delete.
14271
14272 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
14273 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
14274 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
14275 a new mode. The file (gdb-mi.el) for this mode will be included
14276 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
14277 primary interface.
14278
14279 2004-05-23 Jesper Harder <harder@ifa.au.dk>
14280
14281 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
14282 interpreted as a directory.
14283
14284 2004-05-22 Richard M. Stallman <rms@gnu.org>
14285
14286 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
14287 as a close quote.
14288
14289 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
14290
14291 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
14292 Use assoc-string, not assoc-ignore-case.
14293
14294 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
14295
14296 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
14297 If moving back then fwd gets a defun that ends before point,
14298 try again moving fwd then back.
14299
14300 * files.el (file-name-non-special): Allow t in file-arg-indices
14301 to mean requote the return value. Use `identity' as an element
14302 rather than as the whole value.
14303
14304 * gs.el (gs-options): Add -dSAFER. Mark it risky.
14305
14306 2004-05-22 Juanma Barranquero <lektu@terra.es>
14307
14308 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
14309 `help-make-usage'.
14310 (help-highlight-arguments): Skip function name before searching
14311 for arguments.
14312
14313 2004-05-21 Juanma Barranquero <lektu@terra.es>
14314
14315 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
14316 Don't mention in the docstring these arguments meant for
14317 internal (recursive) use only.
14318 (allout-char-spec): Comment out (it's not implemented).
14319 (allout-old-expose-topic, allout-exposure): Fix docstring and add
14320 obsolescence declaration.
14321 (allout-flatten-exposed-to-buffer)
14322 (allout-indented-exposed-to-buffer): Fix typos in docstring.
14323 (my-mark-marker): Doc fix.
14324 (produce-allout-mode-map, allout-sibling-index)
14325 (allout-isearch-expose, allout-distinctive-bullet)
14326 (allout-open-topic, allout-reindent-body)
14327 (allout-rebullet-heading, allout-process-exposed)
14328 (allout-insert-listified, allout-latex-verb-quote)
14329 (allout-insert-latex-header, allout-insert-latex-trailer):
14330 Make arguments match their use in docstring.
14331 (allout-primary-bullet, allout-old-style-prefixes)
14332 (allout-inhibit-protection, allout-init, allout-mode)
14333 (allout-before-change-protect, allout-flag-region):
14334 Use "Emacs" instead of "emacs" in docstrings.
14335
14336 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
14337
14338 * international/characters.el: Modify syntax of more characters.
14339
14340 2004-05-21 Masatake YAMATO <jet@gyve.org>
14341
14342 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
14343 (etags-tags-completion-table): Show parsing progress.
14344
14345 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
14346
14347 * locate.el (locate-prompt-for-command): Shorten first line of
14348 docstring.
14349 (locate-mode): Expand docstring and include keymap summary.
14350
14351 * files.el (find-file-noselect-1): Limit the scope of the
14352 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
14353 is, by default, nil during the execution of
14354 `find-file-not-found-functions' and `find-file-hook'.
14355
14356 2004-05-20 Michael Mauger <mmaug@yahoo.com>
14357
14358 * facemenu.el (facemenu-color-name-equal): New function.
14359 (list-colors-display): Use it to compare colors instead of
14360 facemenu-color-equal.
14361
14362 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
14363
14364 * compare-w.el (compare-windows-face): Use min-colors instead of
14365 checking for tty or pc types.
14366
14367 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14368
14369 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
14370 (completion-setup-function): Use with-current-buffer.
14371 Properly save excursion. Simplify.
14372 Don't assume there is necessarily a `mouse-face' property somewhere.
14373
14374 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
14375
14376 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
14377
14378 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
14379 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
14380 Use with-current-buffer.
14381 (byte-goto-log-buffer): Delete.
14382 (byte-compile-log-file): Call compilation-forget-errors.
14383
14384 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14385
14386 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
14387 output messages into the search result.
14388
14389 2004-05-19 Masatake YAMATO <jet@gyve.org>
14390
14391 * wid-edit.el (widget-radio-button-notify): Revert my last
14392 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14393
14394 2004-05-19 Kenichi Handa <handa@m17n.org>
14395
14396 * international/characters.el: Fix syntax (open/close) of CJK chars.
14397
14398 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14399
14400 * help-mode.el (help-go-back): Don't depend on position of back button.
14401
14402 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14403
14404 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
14405 files files don't contain an accidental additional /.
14406
14407 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
14408 in source buffer.
14409
14410 2004-05-18 Masatake YAMATO <jet@gyve.org>
14411
14412 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
14413 to widget-apply. :action method assumes 2 arguments, not 3.
14414
14415 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
14416
14417 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14418 New constants.
14419 (hs-special-modes-alist): Add an f90-mode entry.
14420
14421 2004-05-17 Sam Steingold <sds@gnu.org>
14422
14423 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
14424 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
14425
14426 2004-05-16 Kim F. Storm <storm@cua.dk>
14427
14428 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
14429
14430 2004-05-15 John Wiegley <johnw@newartisans.com>
14431
14432 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
14433 (eshell-output-object-to-target): Improve output speed 20% by not
14434 calling `eshell-stringify' if something is already known to be a string.
14435
14436 2004-05-15 Alex Ott <ott@jet.msk.su>
14437
14438 * textmodes/ispell.el (ispell-local-dictionary-alist):
14439 Add windows-1251 to the choice of coding systems.
14440 (ispell-dictionary-alist-6): Add support for "russianw.aff",
14441 encoded in cp1251.
14442
14443 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
14444
14445 * progmodes/compile.el (compilation-warning-face)
14446 (compilation-info-face): Use min-colors.
14447
14448 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14449
14450 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
14451 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
14452 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
14453 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
14454 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
14455 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
14456 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
14457 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
14458 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
14459 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
14460 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
14461 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
14462 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
14463 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
14464
14465 2004-05-15 Kim F. Storm <storm@cua.dk>
14466
14467 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
14468 Use it to set triggered-p element of timer.
14469 (timer-event-handler): Set triggered-p element non-nil while running
14470 the timer function.
14471
14472 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14473
14474 * descr-text.el (describe-char-unicode-data)
14475 (describe-char-unicodedata-file): Re-enable the unicode code now that
14476 the licensing issues have been cleared in the unicode-4 license.
14477 (describe-text-properties-1): Remove unused `overlay' var.
14478 (describe-char): Remove unused var `buffer'.
14479
14480 2004-05-14 David Ponce <david@dponce.com>
14481
14482 * tree-widget.el: New file.
14483
14484 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
14485
14486 * language/european.el ("Brazilian Portuguese"): Add support for
14487 Brazilian Portuguese.
14488
14489 2004-05-13 John Wiegley <johnw@newartisans.com>
14490
14491 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
14492 `recentf-mode' if this variable has been customized to t.
14493
14494 * eshell/esh-test.el (eshell-test): Call the function
14495 `emacs-version' rather than trying to build a custom version string.
14496
14497 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14498
14499 * net/telnet.el (telnet-mode): Use define-derived-mode.
14500 Don't modify the global value of comint-prompt-regexp.
14501
14502 2004-05-13 John Paul Wallington <jpw@gnu.org>
14503
14504 * version.el (emacs-version): Check for `gtk' feature before
14505 `x-toolkit' feature.
14506
14507 2004-05-13 Juanma Barranquero <lektu@terra.es>
14508
14509 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
14510 arguments in the docstring, they're used only in recursive calls.
14511
14512 * help-fns.el (help-arg-highlighting-function)
14513 (help-argument-name): Delete.
14514 (help-default-arg-highlight): New function.
14515 (help-do-arg-highlighting): Use it.
14516
14517 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14518
14519 * calendar/appt.el (appt-disp-window):
14520 Use `calendar-set-mode-line' for a centered mode-line.
14521
14522 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14523
14524 * calendar/appt.el (appt-disp-window): Do not split window
14525 excessively when `split-height-threshold' is low.
14526
14527 2004-05-12 Nick Roberts <nickrob@gnu.org>
14528
14529 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
14530 kill-buffer-hook here and make it local.
14531 (gud-kill-buffer-hook): Use kill-process for a sure kill.
14532
14533 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
14534
14535 * progmodes/compile.el (compilation-set-window-height):
14536 Use save-excursion to protect against misplaced marker.
14537
14538 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14539
14540 * custom.el (defface): Document that type can have value gtk.
14541
14542 * faces.el (face-spec-set-match-display): Handle type gtk in display.
14543
14544 2004-05-12 Kenichi Handa <handa@m17n.org>
14545
14546 * descr-text.el: Require quail at comile time.
14547 (describe-char): If an input method is on and it supports the
14548 character, show how to input it.
14549
14550 * international/quail.el (quail-install-decode-map): Accept a
14551 char-table whose subtype is `quail-decode-map'.
14552 (quail-store-decode-map-key, quail-gen-decode-map1)
14553 (quail-gen-decode-map, quail-find-key1, quail-find-key)
14554 (quail-show-key): New functions.
14555
14556 2004-05-12 Juanma Barranquero <lektu@terra.es>
14557
14558 * generic.el (define-generic-mode): Remove redundant arglist info.
14559
14560 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
14561 Make arguments match their use in docstring.
14562 (help-arg-highlighting-function): New variable.
14563 (help-argument-name): Mention it in the docstring.
14564 (help-do-arg-highlight): Use it. Expand regexp to accept also
14565 ARG-xxx and xxx-ARG references.
14566
14567 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14568
14569 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
14570 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
14571 and "mailto:addr1?to=addr2" equal.
14572
14573 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14574
14575 * man.el (Man-getpage-in-background): Use shell-file-name
14576 and shell-command-switch variables instead of hard-coded values.
14577
14578 2004-05-11 Eli Zaretskii <eliz@gnu.org>
14579
14580 * iimage.el: New file.
14581
14582 2004-05-11 Juanma Barranquero <lektu@terra.es>
14583
14584 * custom.el (custom-initialize-default, defcustom):
14585 Fix typo in docstring.
14586
14587 * files.el (set-visited-file-name, file-expand-wildcards):
14588 Fix docstring.
14589
14590 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14591
14592 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
14593
14594 * subr.el (eventp): Be more discriminating with integers.
14595
14596 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
14597
14598 * progmodes/compile.el (compile): Add universal prefix arg.
14599 (compilation-error-regexp-alist-alist): Add edg patterns.
14600
14601 2004-05-10 Sam Steingold <sds@gnu.org>
14602
14603 * textmodes/ispell.el (ispell-message):
14604 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
14605
14606 2004-05-10 Dave Love <fx@gnu.org>
14607
14608 * progmodes/python.el (help-buffer): Autoload when compiling.
14609 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
14610 (run-python): Prepend to any existing PYTHONPATH.
14611
14612 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
14613
14614 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
14615 for pending breakpoints.
14616
14617 2004-05-10 Richard M. Stallman <rms@gnu.org>
14618
14619 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
14620 directly without calling any functions in Rmail.
14621 (unrmail-unprune): Function deleted.
14622
14623 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14624
14625 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
14626 C-c C-z binding.
14627
14628 2004-05-10 Kenichi Handa <handa@m17n.org>
14629
14630 * descr-text.el (describe-char): Fix previous change. Don't make
14631 a unibyte character to multibyte in the *Help* buffer.
14632
14633 2004-05-10 Miles Bader <miles@gnu.org>
14634
14635 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
14636 buffer an error if the debugger process is actually running.
14637
14638 2004-05-10 Juanma Barranquero <lektu@terra.es>
14639
14640 * help-fns.el (help-argument-name): Default to italic.
14641 (help-highlight-arguments): Return always (usage . doc), even when
14642 usage is nil.
14643
14644 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
14645 (define-ibuffer-filter): Add usage info.
14646 (define-ibuffer-op): Add usage info (but CL-style defaults for
14647 keyword args are not shown).
14648
14649 * subr.el (remove-overlays, read-passwd): Fix docstring.
14650 (start-process-shell-command): Fix docstring. Put usage info in a
14651 format usable by `describe-function'.
14652 (open-network-stream, open-network-stream-nowait)
14653 (open-network-stream-server): Fix docstring.
14654
14655 2004-05-09 Jason Rumney <jasonr@gnu.org>
14656
14657 * international/code-pages (cp932, cp936, cp949, c950): Remove.
14658 Only define cp125* if windows-125* is already defined.
14659
14660 * language/korean.el (cp949): Add alias.
14661
14662 * language/chinese.el (cp936, cp950): Add aliases.
14663
14664 * language/japanese.el (cp932): Add alias.
14665
14666 * term/w32-win.el: Require code-pages.
14667
14668 * international/mule-cmds.el (set-locale-environment):
14669 On MS-Windows use ansi code-page for default coding-systems.
14670 Set up paper sizes for Windows 3 letter languages.
14671
14672 * international/code-pages.el (cp932, cp936, cp949, cp950):
14673 Add aliases. Also add cp125* if not already defined.
14674
14675 2004-05-09 Juanma Barranquero <lektu@terra.es>
14676
14677 * help-fns.el (help-highlight-arguments): Don't try to highlight
14678 missing or autoloaded arglists. Accept structured arguments, like
14679 the first ones of `do' and `flet'.
14680
14681 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
14682 (cvs-get-marked): Remove redundant arglist info.
14683
14684 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
14685 Don't use CL-style default args.
14686
14687 2004-05-08 Andreas Schwab <schwab@suse.de>
14688
14689 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
14690
14691 * international/subst-ksc.el: Fix references to utf-translate-cjk
14692 into utf-translate-cjk-mode.
14693 * international/subst-big5.el: Likewise.
14694 * international/subst-gb2312.el: Likewise.
14695 * international/subst-jis.el: Likewise.
14696 * international/utf-16.el: Likewise.
14697 * international/utf-8.el: Likewise.
14698
14699 2004-05-08 John Wiegley <johnw@newartisans.com>
14700
14701 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
14702 "virtual buffers" (off by default), which makes it possible to
14703 switch to the "virtual" buffers of recently visited files. When a
14704 buffer name search fails, and this option is on, iswitchb will
14705 look at the list of recently visited files, and permit matching
14706 against those names. When the user hits RET on a match, it will
14707 revisit that file.
14708 (iswitchb-read-buffer): Add two optional arguments, which makes
14709 isearchb.el possible.
14710 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
14711 (iswitchb-next-match): Add support for virtual buffers.
14712
14713 * isearchb.el: This module extends iswitchb to provide "as you
14714 type" buffer selection.
14715
14716 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
14717 Ignore the read-only property when flyspell highlighting is on.
14718 Not ignoring it leads to a series of confusing errors.
14719 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
14720 but also make sure to call flyspell-incorrect-hook.
14721 (flyspell-maybe-correct-transposition): Perform transposition test
14722 by bit twiddling a string, rather than using a temp buffer.
14723 (flyspell-maybe-correct-doubling): Use a string rather than a temp
14724 buffer. This is also the original version of the code, which
14725 could not be checked in before due to a previous lack of
14726 assignment papers. This version has seen heavy usage on my system
14727 for several years now.
14728
14729 * calendar/cal-bahai.el: New file, which adds support for the
14730 Baha'i calendar to Emacs. This calendar is based on a solar year
14731 of 19 months of 19 days, with 4 intercalary days. Each year
14732 begins on March 21, with the calendar starting in 1844.
14733
14734 * calendar/cal-menu.el, calendar/calendar.el
14735 * calendar/diary-lib.el, calendar/holidays.el:
14736 Added support for using cal-bahai.el.
14737
14738 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
14739 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
14740 function can be used outside of eshell buffers.
14741 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
14742
14743 2004-05-08 Juanma Barranquero <lektu@terra.es>
14744
14745 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
14746 word constituent so FOO-ARG is not recognized as an arg.
14747 (help-highlight-arguments): Don't skip lists in mandatory arguments.
14748
14749 * simple.el (next-error): Fix typo in docstring.
14750 (open-line): Make argument names match their use in docstring.
14751 (split-line): Fix docstring.
14752
14753 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
14754 usable by `describe-function'.
14755 (gensym, gentemp, typep, ignore-errors): Make argument names match
14756 their use in docstring.
14757
14758 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
14759 argument to `help-setup-xref'.
14760
14761 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
14762
14763 Version 2.0.40 of Tramp released.
14764
14765 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
14766 Use symbol-function to invoke functions only known on some Emacs
14767 flavors. This avoids byte-compiler warnings. Reported by Kevin
14768 Scaldeferri <kevin@scaldeferri.com>.
14769 (tramp-do-copy-or-rename-file-via-buffer): Rename from
14770 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
14771 consistent with the other tramp-do-* functions.
14772 (tramp-do-copy-or-rename-file): Calls adjusted.
14773 (tramp-process-initial-commands): Avoid liveness check on shell --
14774 we know that it must be alive since we're opening a connection at
14775 this moment.
14776 (tramp-last-cmd): New internal variable.
14777 (tramp-process-echoes): New tunable.
14778 (tramp-send-command): Set tramp-last-cmd.
14779 (tramp-wait-for-output): Delete echo, if applicable.
14780 (tramp-read-passwd): Construct the key for the password cache in a
14781 way that works for multi methods, too.
14782 (tramp-bug): Add backup-directory-alist and
14783 bkup-backup-directory-info to bug reports, with Tramp counterparts.
14784
14785 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
14786
14787 * net/tramp*.el: Suppress byte-compiler warnings where possible.
14788
14789 * net/tramp.el (tramp-out-of-band-prompt-regexp)
14790 (tramp-actions-copy-out-of-band): New defcustoms.
14791 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
14792 used instead of a synchronous one. Allows password entering.
14793 (tramp-action-out-of-band): New defun.
14794 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
14795 Remove restriction with password from doc string.
14796 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
14797 `tramp-out-of-band-prompt-regexp',
14798 `tramp-actions-copy-out-of-band', `password-cache' and
14799 `password-cache-expiry'.
14800 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
14801 password caching.
14802 (tramp-touch): FILE can be a local file, too.
14803 (TODO): Remove items done.
14804 (tramp-handle-insert-directory): Properly quote file name also if
14805 not full-directory-p. Handle wildcard case. Reported by Andreas
14806 Schwab <schwab@suse.de>.
14807 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
14808 new file.
14809 (tramp-handle-file-local-copy, tramp-handle-write-region):
14810 The permissions of the temporary file are set if filename exists.
14811 Reported by Ted Stern <stern@cray.com>.
14812 (tramp-backup-directory-alist)
14813 (tramp-bkup-backup-directory-info): New defcustoms.
14814 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
14815 (tramp-handle-find-backup-file-name): New function.
14816 Implements Tramp's find-backup-file-name.
14817
14818 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
14819 for `find-backup-file-name'.
14820
14821 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
14822 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
14823
14824 2004-05-07 Lars Hansen <larsh@math.ku.dk>
14825
14826 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
14827
14828 2004-05-07 Juanma Barranquero <lektu@terra.es>
14829
14830 * subr.el (lambda): Add arglist description to docstring.
14831 (declare): Fix typo in docstring.
14832 (open-network-stream): Fix docstring.
14833 (process-kill-without-query): Fix docstring and add obsolescence info.
14834 (last, butlast, nbutlast): Make arguments match their use in docstring.
14835 (insert-buffer-substring-no-properties): Likewise.
14836 (insert-buffer-substring-as-yank): Likewise.
14837 (split-string): Fix docstring.
14838
14839 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14840 Make argument names match their use in docstring.
14841
14842 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
14843
14844 2004-05-06 Nick Roberts <nickrob@gnu.org>
14845
14846 * progmodes/gdb-ui.el: Improve/extend documentation strings.
14847 Fit first sentence on one line for apropos-command.
14848
14849 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14850
14851 Changes largely merged in from Dave Love's code.
14852 * progmodes/python.el: Doc fixes.
14853 (python-mode-map): Add python-complete-symbol.
14854 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
14855 (python-comment-indent, python-complete-symbol)
14856 (python-symbol-completions, python-partial-symbol)
14857 (python-try-complete): New.
14858 (python-indent-line): Remove optional arg. Use python-block-end-p.
14859 (python-check): Bind compilation-error-regexp-alist.
14860 (inferior-python-mode): Use rx. Move keybindings to top level.
14861 Set comint-input-filter.
14862 (python-preoutput-filter): Use rx.
14863 (python-input-filter): Re-introduce.
14864 (python-proc): Start new process if necessary.
14865 Check python-buffer non-nil.
14866 (view-return-to-alist): Defvar.
14867 (python-send-receive): New.
14868 (python-eldoc-function): Use it.
14869 (python-mode-running): Don't defvar.
14870 (python-mode): Set comment-indent-function.
14871 Maybe update hippie-expand-try-functions-list.
14872 (python-indentation-levels): Initialize differently.
14873 (python-block-end-p): New.
14874 (python-indent-line): Use it.
14875 (python-compilation-regexp-alist): Augment.
14876 (run-python): Import `emacs' module to Python rather than loading
14877 code directly. Set python-buffer differently.
14878 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
14879 Use python-proc.
14880 (python-send-command): Go to end of comint buffer.
14881 (python-load-file): Use python-proc, emacs.eimport.
14882 (python-describe-symbol): Simplify interactive form.
14883 Use emacs.help. Do use temp-buffer-show-hook.
14884 Call print-help-return-message.
14885 (hippie-exp): Require when compiling.
14886 (python-preoutput-continuation): Use rx.
14887
14888 * diff-mode.el (diff-make-unified): Fix regexp.
14889
14890 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
14891
14892 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
14893 filter groups from the buffer when rebuilding the Ibuffer buffer
14894 and `ibuffer-show-empty-filter-groups' is nil.
14895
14896 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14897
14898 * ps-print.el (ps-print-quote): Call ps-value-string.
14899 (ps-setup): Call ps-comment-string.
14900 (ps-value-string, ps-comment-string): New funs.
14901
14902 2004-05-06 Juanma Barranquero <lektu@terra.es>
14903
14904 * ehelp.el (electric-help-command-loop): Check whether the last
14905 character is visible, not (point-max).
14906
14907 * help-fns.el (help-argument-name): Default to bold; don't inherit
14908 from font-lock-variable-name-face.
14909 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
14910
14911 2004-05-05 Kenichi Handa <handa@m17n.org>
14912
14913 * descr-text.el (describe-char): Copy the character with text
14914 properties and overlays into the first line, and call
14915 describe-text-properties on it.
14916
14917 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
14918
14919 * iswitchb.el (iswitchb-global-map): Fix typo.
14920 Remove unwanted ###autoloads from source file.
14921
14922 2004-05-05 Lars Hansen <larsh@math.ku.dk>
14923
14924 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
14925 in run-hooks. Use substitute-command-keys in message.
14926 (wdired-abort-changes): Add message.
14927
14928 2004-05-03 Michael Mauger <mmaug@yahoo.com>
14929
14930 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
14931 (sql-emacs20-p): Remove.
14932 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
14933 (sql-builtin-face, sql-doc-face): Remove.
14934 (sql-mode-ansi-font-lock-keywords)
14935 (sql-mode-oracle-font-lock-keywords)
14936 (sql-mode-postgres-font-lock-keywords)
14937 (sql-mode-linter-font-lock-keywords)
14938 (sql-mode-ms-font-lock-keywords)
14939 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
14940 (sql-product-font-lock): Fix font-lock reset when font rules change.
14941 (sql-highlight-product): Remove incorrect font-lock reset logic.
14942
14943 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
14944
14945 * ses.el (ses-set-parameter): Fix typo.
14946
14947 2004-05-04 Kim F. Storm <storm@cua.dk>
14948
14949 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
14950 Must expand directory for completion to work; and don't mess with
14951 process-environment.
14952 (ido-read-file-name): If command has ido property, don't use ido
14953 if value is ignore, or read as directory if value is dir.
14954 Set ido ignore property for dired-do-rename command.
14955
14956 2004-05-04 Juanma Barranquero <lektu@terra.es>
14957
14958 * ehelp.el (electric-help-command-loop, electric-help-undefined)
14959 (electric-help-help): Check against unmapped commands.
14960
14961 * help-fns.el (help-argument-name): New face, inheriting from
14962 font-lock-variable-name-face, to highlight function arguments in
14963 `describe-function' and `describe-key'.
14964 (help-do-arg-highlight): Auxiliary function to highlight a given
14965 list of arguments in a string.
14966 (help-highlight-arguments): Highlight the function arguments and
14967 all uses of them in the docstring.
14968 (describe-function-1): Use it. Do docstring output via `insert',
14969 not 'princ', so text attributes are preserved.
14970
14971 * winner.el (winner-mode-map): Move `winner-undo' and
14972 `winner-redo' to C-c <left> and C-c <right>, respectively (the
14973 previous bindings conflict with `prev-buffer', `next-buffer').
14974
14975 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14976
14977 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
14978 (bibtex-entry-update): New command bound to C-c C-u.
14979 (bibtex-text-in-string): Fix regexp.
14980 (bibtex-assoc-of-regexp): Remove.
14981 (bibtex-progress-message): Fix docstring.
14982 (bibtex-inside-field): Use if.
14983 (bibtex-assoc-regexp): New function.
14984 (bibtex-format-entry): Make code more robust so that it formats
14985 also old entries.
14986 (bibtex-autokey-demangle-title): Merge with obsolete function
14987 bibtex-assoc-of-regexp.
14988 (bibtex-field-list): New function.
14989 (bibtex-entry): Use bibtex-field-list.
14990 (bibtex-parse-entry): Fix docstring.
14991 (bibtex-print-help-message): Use bibtex-field-list.
14992 (bibtex-make-field): Use bibtex-field-list.
14993 (bibtex-entry-index): Bugfix. Return crossref key if required.
14994 (bibtex-lessp): Fix docstring.
14995
14996 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
14997
14998 * select.el (xselect-convert-to-string): Move comment to intended line.
14999
15000 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15001
15002 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
15003 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
15004
15005 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15006
15007 * term/x-win.el (x-clipboard-yank): Don't exit on error from
15008 x-get-selection.
15009
15010 2004-05-03 Jason Rumney <jasonr@gnu.org>
15011
15012 * makefile.nt: Remove.
15013
15014 2004-05-03 Kim F. Storm <storm@cua.dk>
15015
15016 * emulation/cua-base.el (cua--update-indications): Fix last change.
15017 (cua-mode): Deactivate mark when cua-mode is enabled.
15018
15019 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
15020
15021 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
15022
15023 2004-05-03 Nick Roberts <nickrob@gnu.org>
15024
15025 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
15026 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
15027 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
15028 window over visible frames.
15029 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
15030
15031 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
15032
15033 * progmodes/compile.el (compilation-gcpro): New var.
15034 (compilation-fake-loc): Use it.
15035 (compilation-forget-errors): Reset it.
15036
15037 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
15038
15039 * diff-mode.el (diff-header-face, diff-file-header-face):
15040 Use min-colors.
15041
15042 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15043
15044 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
15045 (bibtex-clean-entry): Disentangle code.
15046 (bibtex-realign): New function.
15047 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
15048 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
15049 Remove undocumented optional arg called-by-convert-alien.
15050 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
15051 for sorting instead of bibtex-sort-buffer.
15052
15053 2004-05-02 Eli Zaretskii <eliz@gnu.org>
15054
15055 * progmodes/compile.el (compilation-start): In the
15056 no-async-subprocesses branch, call sit-for to give redisplay a
15057 chance to show the updated process status in the mode line, and
15058 fontify the buffer explicitly after the process exits.
15059
15060 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
15061
15062 * progmodes/python.el (python-compilation-line-number): Remove.
15063 (python-compilation-regexp-alist): Don't use it any more.
15064 (python-orig-start, python-input-filter): Remove.
15065 (inferior-python-mode): Don't set up comint-input-filter-functions.
15066 (python-send-region): Use compilation-fake-loc.
15067
15068 * progmodes/compile.el (compilation-messages-start): New var.
15069 (compilation-mode): Don't setup next-error-function here.
15070 (compilation-setup): Set it up here instead (for minor modes as well).
15071 Make compilation-messages-start buffer local.
15072 (compilation-next-error-function): Use it.
15073 (compilation-forget-errors): Set compilation-messages-start.
15074
15075 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
15076
15077 * ielm.el (ielm-prompt-read-only): Update docstring.
15078
15079 * comint.el (comint-prompt-read-only): Update docstring.
15080 (comint-update-fence, comint-kill-whole-line)
15081 (comint-kill-region): New functions.
15082
15083 * simple.el (kill-whole-line): Use "p" instead of "P" in
15084 interactive form.
15085
15086 2004-05-01 Juanma Barranquero <lektu@terra.es>
15087
15088 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
15089 format arglist so default values in CL-style argument lists are
15090 correctly shown.
15091
15092 2004-05-01 Jason Rumney <jasonr@gnu.org>
15093
15094 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
15095
15096 2004-05-01 Kenichi Handa <handa@m17n.org>
15097
15098 * international/titdic-cnv.el (miscdic-convert): Don't generate a
15099 quail file if it is up to date.
15100
15101 2004-04-30 Juri Linkov <juri@jurta.org>
15102
15103 * cus-edit.el (custom-mode-map):
15104 Add key binding `C-x C-s' to `Custom-save'.
15105
15106 * outline.el (outline-blank-line): New var.
15107 (outline-next-preface, outline-show-heading)
15108 (outline-end-of-subtree): Use it.
15109
15110 * dired-aux.el (dired-touch-initial): New fun.
15111 (dired-do-chxxx): Call it for op-symbol `touch'.
15112 (dired-diff): Use `dired-dwim-target-directory'
15113 if current dired buffer has no buffer mark.
15114
15115 * bindings.el (propertized-buffer-identification):
15116 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
15117 Add C-M-arrow keys for consistency.
15118
15119 * files.el (confirm-kill-emacs):
15120 Change group from top-level `emacs' to `convenience'.
15121
15122 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15123 Push mark on the first call of successive command calls.
15124 (insert-pair): New fun created from `insert-parentheses' with
15125 `open' and `close' arguments added. Enclose active regions
15126 in paired characters. Compare adjacent characters syntax with
15127 inserted characters syntax before inserting a space.
15128 (insert-parentheses): Call `insert-pair' with ?\( ?\).
15129
15130 * delsel.el: Don't put `delete-selection' property
15131 on `insert-parentheses' symbol to take advantage of
15132 region handling in `insert-pair' function.
15133 Suggested by Stephan Stahl <stahl@eos.franken.de>.
15134
15135 2004-04-30 Kim F. Storm <storm@cua.dk>
15136
15137 * emulation/cua-base.el: Add support for changing cursor types;
15138 based on patch from Michael Mauger.
15139 (cua-normal-cursor-color, cua-read-only-cursor-color)
15140 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
15141 Customization cursor type and/or cursor color.
15142 (cua--update-indications): Handle cursor type changes.
15143 (cua-mode): Update cursor indications if enabled.
15144
15145 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
15146
15147 * mouse.el (mouse-drag-copy-region): New defcustom.
15148 (mouse-set-region, mouse-drag-region-1): Use it.
15149
15150 * simple.el (kill-ring-save): If region face background color is
15151 unspecified (if no highlighting), show extent of fully visible
15152 region even if transient-mark-mode is enabled.
15153
15154 * emulation/cua-base.el (cua--standard-movement-commands):
15155 Add cua-scroll-up and cua-scroll-down.
15156 (cua-scroll-up, cua-scroll-down): New commands.
15157 (cua--init-keymaps): Remap scroll-up and scroll-down.
15158
15159 * emulation/cua-rect.el (cua--convert-rectangle-as):
15160 New defmacro.
15161 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
15162 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
15163 New commands (suggested by Jordan Breeding).
15164
15165 2004-04-30 Juanma Barranquero <lektu@terra.es>
15166
15167 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
15168
15169 2004-04-30 Mario Lang <mlang@delysid.org>
15170
15171 * diff.el (diff-switches): Fix typo in docstring.
15172
15173 2004-04-30 Alex Schroeder <alex@gnu.org>
15174
15175 * xml.el (xml-debug-print-internal): Don't add newline and
15176 indentation to text nodes and write empty elements as empty tags
15177 instead of opening and closing tags.
15178 (xml-debug-print): Take optional indent-string argument.
15179 (xml-print): Alias for xml-debug-print.
15180
15181 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15182
15183 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
15184 than duplicate call to `line-beginning-position'.
15185
15186 * progmodes/f90.el (f90-get-present-comment-type):
15187 Return whitespace, as well as comment chars, for consistent filling
15188 of comment blocks. Use `match-string-no-properties'.
15189 (f90-break-line): Trim trailing whitespace when filling comments.
15190
15191 2004-04-30 Dave Love <fx@gnu.org>
15192
15193 * calendar/diary-lib.el (diary-outlook-formats): New variable.
15194 (diary-from-outlook-internal, diary-from-outlook)
15195 (diary-from-outlook-gnus, diary-from-outlook-rmail):
15196 New functions to import diary entries from Outlook-format
15197 appointments in mail messages.
15198
15199 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15200
15201 * progmodes/python.el (python-send-command): New fun.
15202 (python-send-region, python-load-file): Use it.
15203
15204 * progmodes/compile.el (compilation-last-buffer): Add var alias.
15205
15206 * help-fns.el (help-C-file-name): Use new subr-name.
15207 Prepend `src/' to the file name.
15208 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
15209 (describe-function-1, describe-variable): Only find a C source file
15210 name if DOC is already loaded.
15211
15212 * help-mode.el (help-function-def, help-variable-def):
15213 Use the new find-function-search-for-symbol functionality.
15214 Allow FILE to be `C-source'.
15215
15216 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
15217 (find-function-C-source): New fun.
15218 (find-function-search-for-symbol): Use it.
15219
15220 2004-03-29 Michael Mauger <mmaug@yahoo.com>
15221
15222 * progmodes/sql.el (sql-product-alist): Rename variable
15223 `sql-product-support'. Add Postgres login parameters.
15224 (sql-set-product, sql-product-feature): Update with renamed variable.
15225 (sql-connect-postgres): Add username prompt.
15226 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
15227 Make patterns less product specific.
15228 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
15229 (sql-mode-abbrev-table): Modify initialization.
15230 (sql-builtin-face): Add variable.
15231 (sql-keywords-re): Add macro.
15232 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
15233 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
15234 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
15235 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
15236 (sql-mode-linter-font-lock-keywords)
15237 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
15238 (sql-mode-sybase-font-lock-keywords)
15239 (sql-mode-informix-font-lock-keywords)
15240 (sql-mode-interbase-font-lock-keywords)
15241 (sql-mode-ingres-font-lock-keywords)
15242 (sql-mode-solid-font-lock-keywords)
15243 (sql-mode-sqlite-font-lock-keywords)
15244 (sql-mode-db2-font-lock-keywords): Default to nil.
15245 (sql-product-font-lock): Always highlight ANSI keywords.
15246 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
15247 (sql-send-string): Add function.
15248
15249 2004-04-29 Dave Love <fx@gnu.org>
15250
15251 * progmodes/cfengine.el (cfengine-beginning-of-defun)
15252 (cfengine-end-of-defun): Ensure progress through buffer.
15253
15254 * info-look.el (cfengine-mode): Accept a terminal ().
15255
15256 2004-04-29 Juri Linkov <juri@jurta.org>
15257
15258 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
15259 instead of isearch-yank-word-or-char. Add new key bindings for
15260 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
15261 (isearch-del-char): New fun.
15262 (isearch-forward, isearch-edit-string): Update docstring.
15263 (isearch-yank-char): Doc fix.
15264 (isearch-other-meta-char): Restore point after scrolling.
15265
15266 * progmodes/compile.el (compilation-context-lines): Add nil option
15267 to disable compilation output window scrolling.
15268 (compilation-set-window): Use it.
15269
15270 * outline.el (outline-next-preface, outline-show-heading):
15271 Don't leave unhidden blank line before heading.
15272 (outline-end-of-subtree): Include last newline into subtree.
15273 (hide-entry): Leave point at beginning of heading instead of end.
15274 (outline-up-heading): Push mark for the first call of successive
15275 command calls.
15276
15277 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
15278
15279 * comint.el (comint-prompt-read-only): New variable.
15280 (comint-output-filter): Implement it.
15281
15282 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
15283 (ielm-prompt-internal): New variable.
15284 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
15285 (ielm-send-input): Delete unused variable `buf'.
15286 (ielm-eval-input): Use `ielm-prompt-internal'.
15287 (inferior-emacs-lisp-mode): Use new variables
15288 `comint-prompt-read-only' and `ielm-prompt-internal'.
15289 Get rid of obsolete variable `directory-sep-char'.
15290 (ielm): Use `zerop'.
15291
15292 2004-04-29 John Paul Wallington <jpw@gnu.org>
15293
15294 * thumbs.el (toplevel): Require cl at compile time.
15295 Remove conditional definitions of `ignore-errors' and `caddar'
15296 because they occur at run time.
15297
15298 2004-04-28 Nick Roberts <nickrob@gnu.org>
15299
15300 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
15301 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
15302 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
15303 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
15304
15305 * progmodes/gud.el (gud-common-init): Throw an error if program is
15306 already running under gdb.
15307
15308 2004-04-28 John Paul Wallington <jpw@gnu.org>
15309
15310 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
15311 (thumbs-show-image-num): Move assignment of
15312 `thumbs-current-image-filename' within scope of `i'.
15313 (thumbs-emboss-image): Don't use `evenp'.
15314
15315 2004-04-28 Richard M. Stallman <rms@gnu.org>
15316
15317 * progmodes/compile.el (compilation-context-lines): Default now 0.
15318
15319 2004-04-28 Juanma Barranquero <lektu@terra.es>
15320
15321 Use `time-less-p' from calendar/time-date.el instead of defining
15322 custom versions of it.
15323
15324 * pcomplete.el (pcomplete-time-less-p): Remove.
15325
15326 * thumbs.el (time-less-p): Remove.
15327
15328 * calendar/timeclock.el (timeclock-time-less-p): Remove.
15329 (timeclock-generate-report): Use `time-less-p'.
15330
15331 * emacs-lisp/autoload.el (autoload-before-p): Remove.
15332 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
15333
15334 2004-04-28 Masatake YAMATO <jet@gyve.org>
15335
15336 * subr.el (remove-overlays): Make arguments optional.
15337
15338 * wid-edit.el (widget-specify-button): Put evaporate to the
15339 overlay for sample.
15340 (widget-specify-sample): Put evaporate to the overlay for sample.
15341 (widget-specify-doc): Put evaporate to the overlay for documentation.
15342
15343 2004-04-27 Jesper Harder <harder@ifa.au.dk>
15344
15345 * info.el (info-apropos): Make it an index node. Align node names
15346 like makeinfo.
15347
15348 2004-04-27 Eli Zaretskii <eliz@gnu.org>
15349
15350 * net/browse-url.el (browse-url-netscape-sentinel)
15351 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
15352 (browse-url-epiphany-sentinel, browse-url-mosaic):
15353 Use browse-url-*-program instead of a literal program name.
15354
15355 2004-04-27 Kevin Ryde <user42@zip.com.au>
15356
15357 * eshell/em-alias.el:
15358 * eshell/em-dirs.el:
15359 * eshell/em-hist.el:
15360 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
15361 features when M-x customize-group loads modules before the main
15362 eshell.el.
15363
15364 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
15365
15366 * subr.el (momentary-string-display): Support EXIT-CHAR that is
15367 either a character representation of an event or an event
15368 description list.
15369
15370 * type-break.el: Capitalise Emacs and Lisp.
15371 (type-break-good-break-interval, type-break-demo-boring-stats)
15372 (type-break-terse-messages, type-break-file-name): New defcustoms.
15373 (type-break-post-command-hook)
15374 (type-break-warning-countdown-string): Quote variable names in doc.
15375 (type-break-interval-start, type-break-auto-save-file-name): New vars.
15376 (type-break-mode): Document type-break-good-break-interval and the
15377 "session" file. Schedule break according to the session file.
15378 Kill session file buffer on exit. Organise for save-some-buffers
15379 to always save the session file.
15380 (type-break-mode-line-message-mode, type-break-query-mode):
15381 Uppercase arguments.
15382 (type-break-file-time, type-break-file-keystroke-count, timep)
15383 (type-break-choose-file, type-break-get-previous-time)
15384 (type-break-get-previous-count): New defuns.
15385 (type-break): Avoid break querying after a completed break in the
15386 case where the query was initiated during user invocation of the
15387 break. Optional terse messages.
15388 Use type-break-good-break-interval if type-break-good-rest-interval is
15389 nil. File the break time.
15390 (type-break-schedule): New optional args for overriding the use of
15391 the current time.
15392 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
15393 after a break.
15394 (type-break-check): File the keystroke count.
15395 (type-break-do-query): Prevent a second query when the break is
15396 interrupted. Optional terse message.
15397 (type-break-keystroke-reset): Record the start of a typing interval.
15398 (type-break-demo-boring): Optional terse messages. Display word
15399 per minute and keystroke counts according to
15400 type-break-demo-boring-stats.
15401
15402 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
15403
15404 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
15405 directories, make sure they exist under archive-tmpdir.
15406
15407 2004-04-27 Juri Linkov <juri@jurta.org>
15408
15409 * help.el (view-emacs-news): With argument, display info for the
15410 selected version by finding it among different NEWS files, and
15411 narrowing the buffer to the selected version.
15412
15413 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
15414 same-window-buffer-names.
15415 (info): New arg `buffer'. Use it. Doc fix. Read file name for
15416 non-numeric prefix argument, append the number to the buffer name
15417 for numeric prefix argument.
15418 (info-other-window): Bind same-window-regexps to nil.
15419 (Info-reference-name): Rename to Info-point-loc.
15420 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
15421 and Info-find-index-name for stringy Info-point-loc.
15422 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
15423 without middle `.', but with final `.' and optional line number
15424 for it. Set Info-point-loc for index nodes.
15425 (Info-index): Remove middle `.' from index entry regexp.
15426 Modify line number regexp.
15427 (Info-index-next): Decrement line number.
15428 (info-apropos): Remove middle `.' from index entry regexp.
15429 Add optional line number regexp at the end. Add matched value
15430 for line number to the result list and insert it to the buffer.
15431 Replace match-string by match-string-no-properties.
15432 Reorder result list.
15433 (Info-fontify-node): Hide index line numbers.
15434 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
15435 empty matches.
15436 (Info-follow-reference): Use `str' instead of
15437 Info-following-node-name-re.
15438 (Info-toc): Use full file names. Set Info-current-node to "Top".
15439 (Info-fontify-node): Compare file names without directory name.
15440 (Info-try-follow-nearest-node): Don't set Info-reference-name.
15441 Set second arg of Info-extract-menu-node-name for index nodes.
15442 (info-xref-visited): Use magenta3 instead of magenta4.
15443 (Info-mode): Add info-apropos to docstring.
15444
15445 * log-view.el (log-view-diff): Replace interactive code "r"
15446 by a list to allow to call it even if region is not active.
15447
15448 * paren.el (show-paren-highlight-openparen): New var.
15449 (show-paren-function): Turn on openparen highlighting when
15450 matching forward if show-paren-highlight-openparen is non-nil.
15451
15452 * simple.el (kill-ring-save): Use blink-matching-delay instead of
15453 the constant value 1.
15454 (completions-common-part): Expand docstring.
15455
15456 * textmodes/picture.el (picture-mode-map): Add arrow keys.
15457
15458 2004-04-27 Kim F. Storm <storm@cua.dk>
15459
15460 * image.el (insert-sliced-image): Use line-height instead of
15461 line-spacing property on newline.
15462
15463 2004-04-26 Lars Hansen <larsh@math.ku.dk>
15464
15465 * desktop.el (desktop-buffer-misc-data-function): Rename to
15466 desktop-save-buffer and change docstring.
15467 (desktop-buffer-modes-to-save): Delete.
15468 (desktop-save-buffer-p): Use desktop-save-buffer instead of
15469 desktop-buffer-modes-to-save.
15470 (desktop-save): Rename desktop-buffer-misc-data-function to
15471 desktop-save-buffer and allow non-function value.
15472 (desktop-missing-file-warning): Correct docstring.
15473
15474 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
15475 to desktop-save-buffer.
15476
15477 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
15478 desktop-save-buffer.
15479
15480 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
15481
15482 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
15483
15484 2004-04-26 Eli Zaretskii <eliz@gnu.org>
15485
15486 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
15487
15488 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
15489
15490 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
15491 (ielm): Only go to the end of the buffer when starting a new process.
15492
15493 2004-04-25 Juanma Barranquero <lektu@terra.es>
15494
15495 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
15496 mode line. Bind `inhibit-read-only' to t before modifying
15497 properties of text in the buffer.
15498 (ielm): Force point to the end of buffer, even when running ielm
15499 from inside itself.
15500
15501 2004-04-25 Jesper Harder <harder@ifa.au.dk>
15502
15503 * info.el (info-apropos): Reset Info-complete-cache.
15504
15505 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
15506
15507 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15508 Also recognize severe Irix et al. messages.
15509 (compilation-normalize-filename, compile-abbreviate-directory):
15510 Delete functions.
15511 (compilation-get-file-structure): New function inherits
15512 functionality of the two preceding ones.
15513 (compilation-internal-error-properties, compilation-fake-loc):
15514 Use it so that different paths to the same file share the same
15515 markers. Also optimize finding adjacent marker slightly.
15516
15517 2004-04-25 Kim F. Storm <storm@cua.dk>
15518
15519 * image.el (insert-sliced-image): Add line-spacing t property
15520 to newlines separating image lines.
15521
15522 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
15523
15524 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
15525
15526 * ielm.el (ielm-prompt-read-only): New user option.
15527 (ielm-prompt): Expand docstring to describe new behavior.
15528 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
15529 mention it in the docstring.
15530
15531 2004-04-24 Andreas Schwab <schwab@suse.de>
15532
15533 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
15534
15535 * diff.el (diff): Set default-directory in diff buffer.
15536
15537 2004-04-24 Eli Zaretskii <eliz@gnu.org>
15538
15539 * mail/sendmail.el (mail-bury): Don't delete the frame where the
15540 mail was being composed if the terminal cannot display more than
15541 one frame; instead, switch to previous frame.
15542
15543 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
15544 (rmail-start-mail): Support rmail-mail-new-frame even on
15545 terminals that can display only one frame at a time.
15546
15547 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15548
15549 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
15550 (checkdoc-output-font-lock-keywords): Remove error regexp.
15551 (checkdoc-output-mode-map): Remove.
15552 (checkdoc-output-mode): Derive from compilation-mode.
15553 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
15554
15555 * dired.el (dired-mode-map): Add a menu entry for wdired.
15556
15557 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
15558 (rx-bracket, rx-check-any, rx-any): Clean up name space.
15559
15560 * wdired.el (wdired-mode-map): Move init into declaration.
15561 Fix `return' binding.
15562 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
15563 Use force-mode-line-update.
15564 (wdired-get-filename): Use `unless'.
15565 (wdired-preprocess-files): Don't assume names have no \n and use / for
15566 dir separator.
15567 (wdired-normalize-filename): Use replace-regexp-in-string.
15568 (wdired-load-hooks): Remove.
15569 (wdired-mode-hooks): Rename to wdired-mode-hook.
15570
15571 * info-look.el: Add support for cfengine-mode.
15572 (info-lookup-setup-mode): Use dolist.
15573
15574 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
15575
15576 * wdired.el: New file.
15577
15578 2004-04-23 Juanma Barranquero <lektu@terra.es>
15579
15580 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
15581
15582 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
15583 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
15584 (pcomplete--help, pcomplete--here): Doc fixes.
15585
15586 2004-04-23 Andre Spiegel <spiegel@gnu.org>
15587
15588 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
15589 handles wrong-number-of-arguments in backend call.
15590
15591 * vc.el (vc-print-log): Likewise.
15592
15593 2004-04-20 Dave Love <fx@gnu.org>
15594
15595 * emacs-lisp/rx.el: Doc fixes.
15596 (rx-constituents): Add/extend many forms.
15597 (rx-check): Check form is a list.
15598 (bracket): Defvar.
15599 (rx-check-any, rx-any, rx-check-not): Modify.
15600 (rx-not): Simplify.
15601 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
15602 (rx-kleene): Use rx-trans-forms.
15603 (rx-quote-for-set): Delete.
15604 (rx): Allow multiple args.
15605
15606 2004-04-23 Kenichi Handa <handa@m17n.org>
15607
15608 * international/mule-util.el (char-displayable-p): Simplify by
15609 using internal-char-font.
15610
15611 2004-04-23 Juanma Barranquero <lektu@terra.es>
15612
15613 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
15614
15615 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15616
15617 * diff-mode.el (diff-next-error): New fun.
15618 (diff-mode): Use it.
15619
15620 * simple.el (next-error): Change arg name.
15621 Add support for the documented C-u C-x ` usage.
15622
15623 * frame.el (special-display-popup-frame, next-multiframe-window)
15624 (previous-multiframe-window): Only consider frames on same display.
15625
15626 2004-04-22 Lars Hansen <larsh@math.ku.dk>
15627
15628 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
15629 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
15630
15631 2004-04-22 Kim F. Storm <storm@cua.dk>
15632
15633 * net/telnet.el (telnet): Add optional port arg.
15634
15635 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
15636
15637 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15638 Minor sanity check on the `hyperlink' slot.
15639
15640 * Makefile.in (recompile): Compile new files.
15641
15642 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
15643 Add byte-recompile-directory's optional `arg'.
15644
15645 * cvs-status.el (cvs-tree-use-charset): New var.
15646 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
15647 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
15648 (cvs-status-cvstrees): Use it.
15649
15650 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
15651 Make it a normal major mode.
15652 (checkdoc-buffer-label): Make sure the file name is meaningful.
15653 (checkdoc-output-to-error-buffer): Remove.
15654 (checkdoc-error, checkdoc-start-section): Rewrite.
15655
15656 * info.el (info-node, info-menu-5, info-xref, info-header-node)
15657 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15658 (Info-title-4-face): Use new syntax.
15659 (info-xref-visited): Inherit from info-xref.
15660
15661 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
15662
15663 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
15664
15665 * simple.el (next-error-last-buffer, next-error-function):
15666 New variables for the next-error framework.
15667 (next-error-buffer-p): New function.
15668 (next-error-find-buffer): Generalize compilation-find-buffer.
15669 (next-error, previous-error, first-error, next-error-no-select)
15670 (previous-error-no-select): Move from compile.el.
15671
15672 * replace.el (occur-next-error, occur-1): Hook into the next-error
15673 framework.
15674
15675 * progmodes/compile.el (compilation-start):
15676 Set next-error-last-buffer so next-error knows where to jump.
15677 (compilation-setup): Set the buffer-local variable
15678 next-error-function to 'compilation-next-error-function.
15679 (compilation-buffer-p, compilation-buffer-internal-p): Use an
15680 alternate way to find if a buffer is a compilation buffer, for
15681 next-error convenience.
15682 (next-error-no-select, previous-error-no-select, next-error)
15683 (previous-error, first-error): Move to simple.el.
15684 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
15685 (compilation-last-buffer): Remove.
15686 (compilation-start, compilation-next-error, compilation-setup)
15687 (compilation-next-error-function, compilation-find-buffer):
15688 Remove compilation-last-buffer use.
15689
15690 2004-04-21 Juanma Barranquero <lektu@terra.es>
15691
15692 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
15693 (font-lock-warning-face): Fix spacing.
15694
15695 * makefile.w32-in (WINS): Add url/ directory.
15696
15697 2004-04-21 Lars Hansen <larsh@math.ku.dk>
15698
15699 * desktop.el (desktop-buffer-mode-handlers): New variable.
15700 Alist of major mode specific functions to restore a desktop buffer.
15701 (desktop-buffer-handlers): Make variable obsolete.
15702 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
15703 Catch errors signaled in handlers. Update buffer count.
15704 Evaluate desktop-buffer-point.
15705 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
15706 move to dired.el.
15707 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
15708 move to info.el.
15709 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
15710 move to mail/rmail.el.
15711 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
15712 to mh-e/mh-e.el.
15713 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
15714 On fail, print message (to message buffer) even if
15715 desktop-missing-file-warning is nil.
15716 (desktop-buffer-misc-data-function): New buffer local variable.
15717 Function returning major mode specific data.
15718 (desktop-buffer-misc-functions): Make variable obsolete.
15719 (desktop-save): Use desktop-buffer-misc-data-function.
15720 (desktop-buffer-dired-misc-data): Rename to
15721 dired-desktop-buffer-misc-data and move to dired.el.
15722 (desktop-buffer-info-misc-data): Rename to
15723 Info-desktop-buffer-misc-data and move to info.el.
15724 (desktop-read): Add message about number of buffers restored/failed.
15725
15726 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
15727 Add parameters. Pause to display error only when
15728 desktop-missing-file-warning is non-nil.
15729 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15730 (dired-mode): Bind desktop-buffer-misc-data-function.
15731
15732 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
15733 Add Parameters.
15734 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15735 (Info-mode): Bind desktop-buffer-misc-data-function.
15736
15737 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
15738 Add Parameters.
15739
15740 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
15741 Add Parameters.
15742
15743 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
15744
15745 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
15746 the case of letters in case-insensitive expansions when the
15747 abbrev is preceded by characters with letter syntax.
15748
15749 2004-04-21 Richard M. Stallman <rms@gnu.org>
15750
15751 * progmodes/cperl-mode.el (cperl-putback-char):
15752 Delete Emacs 18 definition.
15753
15754 * international/mule.el (ctext-post-read-conversion):
15755 Use assoc-string, not assoc-ignore-case.
15756
15757 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
15758
15759 * emacs-lisp/easymenu.el (easy-menu-add):
15760 Do call x-popup-menu, but only if it's defined.
15761
15762 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
15763
15764 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
15765 Handle multiple args: compile like progn.
15766
15767 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
15768 take all args as &rest arg.
15769
15770 * autoinsert.el (auto-insert-alist): Insert the user's name in
15771 copyright notice, rather than Free Software Foundation.
15772
15773 2004-04-21 Kenichi Handa <handa@m17n.org>
15774
15775 * descr-text.el (describe-char): Make it work on *Help* buffer.
15776
15777 2004-04-21 Kim F. Storm <storm@cua.dk>
15778
15779 * image.el (insert-image): Add optional SLICE arg.
15780 (insert-sliced-image): New defun.
15781
15782 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
15783
15784 * subr.el (read-number): Check whether `default' is nil.
15785
15786 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15787
15788 * progmodes/compile.el (compilation-error-properties):
15789 Split into two.
15790 (compilation-internal-error-properties): New one.
15791 (compilation-compat-error-properties): Use it. Fix the non-marker case.
15792
15793 2004-04-20 Richard M. Stallman <rms@gnu.org>
15794
15795 * window.el (split-window-save-restore-data):
15796 Don't update the data if OLD-INFO is nil.
15797
15798 * view.el (view-return-to-alist): Mark it permanent local.
15799
15800 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
15801
15802 * recentf.el (recentf-save-list): Catch and warn about errors.
15803
15804 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
15805 so "Buffers" won't be pure.
15806
15807 * help-mode.el (help-mode-finish): Set help-return-alist first
15808 thing, setting only the entry for the selected window.
15809
15810 * help-fns.el (describe-function-1): If many non-control non-meta
15811 keys run the command, don't list all of them.
15812
15813 2004-04-20 Juanma Barranquero <lektu@terra.es>
15814
15815 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
15816 arg. Copied from Andre Spiegel's patch of 2004-03-21.
15817
15818 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
15819
15820 2004-04-20 Kenichi Handa <handa@m17n.org>
15821
15822 * international/quail.el (quail-lookup-key): New optional arg
15823 NOT-RESET-INDICES.
15824 (quail-get-translations): Call quail-lookup-key with
15825 NOT-RESET-INDICES t.
15826 (quail-completion): Likewise.
15827 (quail-lookup-map-and-concat): Likewise.
15828
15829 2004-04-20 Kenichi Handa <handa@m17n.org>
15830
15831 * international/quail.el (quail-update-translation): Don't insert
15832 such an unsupported multibyte char in a unibyte buffer.
15833
15834 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
15835
15836 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
15837 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
15838 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
15839 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
15840 (gdb-frame-assembler-buffer): Improve behaviour with
15841 multiple frames.
15842 (gdb-display-buffer): Extend search to all visible frames.
15843
15844 2004-04-19 Eli Zaretskii <eliz@gnu.org>
15845
15846 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
15847 characters left after base64 decoding.
15848 (rmail-decode-region): Use -dos variety of `coding', to remove any
15849 ^M characters left after qp or base64 decoding.
15850
15851 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15852
15853 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
15854 messages.
15855
15856 2004-04-19 Stephen Eglen <stephen@gnu.org>
15857
15858 * add-log.el (add-change-log-entry): Update doc string to mention
15859 add-log-full-name and add-log-mailing-address.
15860
15861 2004-04-18 Juri Linkov <juri@jurta.org>
15862
15863 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
15864 (Info-find-node-2): Simplify error message.
15865 (Info-insert-dir): Use Info-following-node-name.
15866 (Info-goto-node): Remove *info-history* and *info-toc*.
15867 (Info-history): Create a node of the virtual history file.
15868 (Info-toc): Create a node of the virtual toc file.
15869 (Info-insert-toc): New arg `curr-file' for reference file names.
15870 (info-apropos): Remove redundant var binding for temp-file.
15871 (Info-index, Info-index-next, Info-mode): Doc fix.
15872 (Info-goto-emacs-command-node): Don't jump to *info* from
15873 non-*info* Info buffers.
15874 (Info-fontify-node): Don't show the file name of external
15875 references if `Info-hide-note-references' is `hide'. Don't hide
15876 newlines at the end of paragraphs.
15877
15878 * international/mule-diag.el (list-input-methods):
15879 Fix args to help-xref-button.
15880
15881 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
15882 to put into effect local variables from TUTORIAL files.
15883
15884 * textmodes/paragraphs.el (sentence-end) <function>: New fun
15885 with default value taken from the variable `sentence-end'.
15886 (sentence-end) <defcustom>: Set default to nil. Doc fix.
15887 Add nil const to :type.
15888 (sentence-end-without-period, sentence-end-double-space)
15889 (sentence-end-without-space): Doc fix.
15890
15891 * textmodes/paragraphs.el (forward-sentence):
15892 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
15893 (fill-delete-newlines):
15894 * progmodes/cc-cmds.el (c-beginning-of-statement):
15895 Use function `sentence-end' instead of variable `sentence-end'.
15896
15897 2004-04-18 Andreas Schwab <schwab@suse.de>
15898
15899 * progmodes/compile.el (compilation-start): Set window start to
15900 point-min if compilation-scroll-output is nil.
15901
15902 2004-04-18 John Wiegley <johnw@newartisans.com>
15903
15904 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
15905
15906 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
15907
15908 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
15909 (gdb-info-breakpoints-custom): Revert previous change.
15910 (gdb-view-assembler): Update assembler if necessary.
15911 (gdb-frame-handler): Parse correctly for gdb-current-frame.
15912 (gdb-display-source-buffer): Update properly when both source and
15913 assembler are visible.
15914
15915 2004-04-17 John Wiegley <johnw@newartisans.com>
15916
15917 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
15918 which limits the number of names shown in the minibuffer. Off by
15919 default.
15920 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
15921 up iswitchb for users with a multitude of open buffers by showing
15922 only the first and last N/2 buffers in the completion list (which
15923 is enough to aid C-s/C-r, and to know that more characters are
15924 needed to refine the completion list).
15925
15926 2004-04-17 Richard M. Stallman <rms@gnu.org>
15927
15928 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
15929 (file-truename): Expand all ~ constructs directly.
15930 (insert-directory): Delete any error msg output by the
15931 `insert-directory-program'.
15932
15933 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
15934 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
15935 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
15936 (allout-init): Use find-file-hook, not find-file-hooks.
15937 (allout-mode): Eliminate Emacs 18 support.
15938 Use write-contents-functions, not local-write-file-hooks.
15939
15940 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
15941
15942 * progmodes/compile.el (compilation-error-properties): Fix for
15943 adding messages when there are already markers for their file.
15944 (compilation-fake-loc): New function.
15945
15946 2004-04-16 Dave Love <fx@gnu.org>
15947
15948 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
15949 (python-load-file): Fix python-orig-start setting.
15950
15951 * progmodes/compile.el: Doc fixes.
15952 (compilation-error-regexp-alist-alist)
15953 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
15954 (compilation-assq): Wrap in eval-when-compile.
15955 (compilation-mode-font-lock-keywords): Don't use list*.
15956 (compilation-start): Avoid warning.
15957 (compilation-compat-error-properties)
15958 (compilation-directory-properties): Add keymap property.
15959 (compilation-parsing-end): Make it a marker for better compatibility.
15960
15961 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
15962
15963 2004-04-16 Mark A. Hershberger <mah@everybody.org>
15964
15965 * xml.el: Doc fixes.
15966 (xml-get-children): Only looks at sub-tags and ignore strings.
15967
15968 * xml.el (xml-parse-tag): Avoid overwriting node-name.
15969
15970 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15971
15972 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
15973
15974 2004-04-16 Andre Spiegel <spiegel@gnu.org>
15975
15976 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
15977
15978 * vc.el (vc-print-log): Likewise.
15979
15980 2004-04-16 Masatake YAMATO <jet@gyve.org>
15981
15982 * simple.el (completion-setup-function): Set an initial value
15983 to `element-common-end' before entering loop. Set a value
15984 to `element-common-end' at the end of loop.
15985 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
15986 (completions-common-part): Rename from completion-de-emphasis.
15987 (completions-first-difference): Rename from completion-emphasis.
15988 Suggested by RMS.
15989
15990 2004-04-16 Juanma Barranquero <lektu@terra.es>
15991
15992 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
15993 (bookmark-edit-annotation-mode): Add mode name.
15994
15995 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15996
15997 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
15998 for nested conflict markers.
15999 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
16000
16001 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
16002
16003 * progmodes/gdb-ui.el (gdb-goto-info): New function.
16004
16005 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
16006
16007 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16008
16009 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
16010 Give a backtrace if requested.
16011
16012 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
16013
16014 * progmodes/python.el (python-mouse-2-command, python-RET-command):
16015 Remove unused functions.
16016 (python-orig-start-line, python-orig-file): Remove.
16017 (python-orig-start): New var.
16018 (python-input-filter, python-compilation-line-number)
16019 (python-send-region, python-load-file): Use it.
16020
16021 * info.el (info): Always jump to *info*.
16022
16023 * subr.el (posn-set-point): New function.
16024
16025 * mouse.el (mouse-set-point): Use it.
16026
16027 * progmodes/compile.el (compile-goto-error): Use it.
16028 (compilation-button-map): New keymap.
16029 (compilation-error-properties): Use it.
16030 (compilation-shell-minor-mode-map): Don't bind mouse-2.
16031
16032 * smerge-mode.el (smerge-popup-context-menu): Use it.
16033
16034 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
16035 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
16036 mouse and non-mouse case.
16037
16038 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
16039 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
16040
16041 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
16042 Make it work for non-mouse events.
16043
16044 * pcvs-info.el (cvs-status-map): Update binding name.
16045
16046 2004-04-14 Mark A. Hershberger <mah@everybody.org>
16047
16048 * xml.el (xml-maybe-do-ns): New function to handle namespace
16049 parsing of both attribute and element names.
16050 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
16051 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
16052 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
16053 (xml-parse-attlist): Make it do its own namespace parsing.
16054
16055 2004-04-14 Dave Love <fx@gnu.org>
16056
16057 * progmodes/python.el (run-python): Fix use of \n.
16058 (python-load-file): Remove `try' from Python fragment.
16059 (python-describe-symbol): Fix message.
16060
16061 * comint.el: Doc fixes.
16062 (comint-last-input-start, comint-last-input-end)
16063 (comint-last-output-start): Give them values.
16064 (comint-arguments): Avoid warning.
16065 (comint-skip-prompt): Use line-end-position.
16066 (comint-backward-matching-input): Rename arg to agree with doc.
16067 (comint-extract-string): Use syntax-ppss.
16068 (comint-dynamic-simple-complete): Delete useless list construction.
16069 (comint-redirect-subvert-readonly): New.
16070 (comint-redirect-preoutput-filter): Use it.
16071
16072 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
16073 Correctly handle negative arguments when calling hook functions.
16074
16075 2004-04-14 Jesper Harder <harder@ifa.au.dk>
16076
16077 * info.el (info-apropos): Don't clobber Info-history-list.
16078
16079 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
16080
16081 * progmodes/compile.el (compilation-setup):
16082 Localize overlay-arrow-position.
16083 (compilation-sentinel): Restructure code equivalently.
16084 (compilation-next-error): Find message on same line after point if
16085 not found before point.
16086 (compile-mouse-goto-error): Restore function so that compilation
16087 buffer need not be current and use compile-goto-error.
16088 (compile-goto-error): Restore function.
16089 (next-error): Set overlay-arrow-position.
16090 (compilation-forget-errors): Don't localize already local
16091 compilation-locs and remove FIXME about refontifying.
16092
16093 2004-04-14 Kim F. Storm <storm@cua.dk>
16094
16095 * startup.el (emacs-quick-startup): New defvar (set by -Q).
16096 (command-line): New option -Q. Like -q --no-site-file, but
16097 in addition it also disables menu-bar, tool-bar, scroll-bars,
16098 tool-tips, and the blinking cursor.
16099 (command-line-1): Skip startup screen if -Q.
16100 (fancy-splash-head): Use ":align-to center" prop to center splash image.
16101
16102 * emulation/cua-base.el (cua-read-only-cursor-color)
16103 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
16104
16105 2004-04-13 Dave Love <fx@gnu.org>
16106
16107 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
16108 (syntax): Don't require.
16109 (python) <defgroup>: Add :version.
16110 (python-quote-syntax): Re-written.
16111 (inferior-python-mode): Move stuff here from run-python and add
16112 some more.
16113 (python-preoutput-continuation, python-preoutput-result)
16114 (python-dotty-syntax-table): New.
16115 (python-describe-symbol): Use them.
16116 (run-python): Move stuff to inferior-python-mode. Modify code
16117 loaded into Python.
16118 (python-send-region): Use python-proc, python-send-string.
16119 (python-send-string): Send newlines too. Callers changed.
16120 (python-load-file): Re-written.
16121 (python-eldoc-function): New.
16122 (info-look): Don't require.
16123 (python-after-info-look): New. A modified version of former
16124 top-level code for use with eval-after-load.
16125 (python-maybe-jython, python-guess-indent): Use widened buffer.
16126 (python-fill-paragraph): Re-written.
16127 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
16128 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
16129
16130 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
16131
16132 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
16133 Set compilation-error-regexp-alist earlier.
16134
16135 * progmodes/compile.el (compilation-minor-mode-map)
16136 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
16137 (compile-goto-error): Re-merge the mouse and non-mouse commands.
16138
16139 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16140
16141 * progmodes/compile.el (compile-goto-error): Select the buffer/window
16142 corresponding to the event.
16143
16144 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
16145
16146 * loadup.el: Add cygwin to system-type list, for unexec() support.
16147
16148 2004-04-12 John Paul Wallington <jpw@gnu.org>
16149
16150 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
16151 (ibuffer-restore-window-config-on-quit): New variable to replace
16152 `ibuffer-delete-window-on-quit'. Update all references.
16153 (ibuffer-prev-window-config): New variable.
16154 (ibuffer-quit): Restore previous window configuration instead of
16155 deleting window.
16156 (ibuffer): Save window configuration before showing Ibuffer buffer.
16157
16158 * help.el (describe-mode): Doc fix.
16159
16160 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16161
16162 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
16163 not to treat nil as a function.
16164
16165 * vc-arch.el (vc-arch-root): Be a bit more careful.
16166 (vc-arch-register): Save the buffer if we modified it.
16167 (vc-arch-delete-rej-if-obsolete): Save excursion.
16168 (vc-arch-find-file-hook): Use the simpler after-save-hook.
16169 (vc-arch-responsible-p, vc-arch-init-version): New functions.
16170
16171 * net/ldap.el (ldap-search): Use list*.
16172
16173 2004-04-12 Juri Linkov <juri@jurta.org>
16174
16175 * info.el (Info-follow-reference): Allow multiline reference name.
16176
16177 2004-04-11 Dave Love <fx@gnu.org>
16178
16179 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
16180
16181 * progmodes/python.el: New file.
16182
16183 2004-04-11 Andre Spiegel <spiegel@gnu.org>
16184
16185 * vc-hooks.el (vc-arg-list): Function removed.
16186 (vc-default-workfile-unchanged-p): Use condition-case to check for
16187 backward compatibility.
16188
16189 * vc.el (vc-print-log): Use condition-case to check for backward
16190 compatibility.
16191
16192 2004-04-11 Juri Linkov <juri@jurta.org>
16193
16194 * dired.el (dired-faces): New defgroup.
16195 (dired-header, dired-mark, dired-marked, dired-flagged)
16196 (dired-warning, dired-directory, dired-symlink, dired-ignored):
16197 New faces.
16198 (dired-header-face, dired-mark-face, dired-marked-face)
16199 (dired-flagged-face, dired-warning-face, dired-directory-face)
16200 (dired-symlink-face, dired-ignored-face): New face variables.
16201 (dired-font-lock-keywords): Use them instead of font-lock faces.
16202 Split the rule for dired marks into 3 separate rules: for marks,
16203 marked file names and flagged file names.
16204
16205 * help-mode.el (help-make-xrefs): Add a final newline to the
16206 *Help* buffer.
16207
16208 2004-04-11 John Paul Wallington <jpw@gnu.org>
16209
16210 * replace.el (occur-engine): Distinguish between one and several
16211 matches in the matches per buffer heading.
16212
16213 2004-04-11 Kim F. Storm <storm@cua.dk>
16214
16215 * ido.el (ido-confirm-unique-completion): New defcustom.
16216 (ido-complete): Use it.
16217 (ido-write-file): Set it to t unconditionally.
16218
16219 2004-04-10 Miles Bader <miles@gnu.org>
16220
16221 RCS keyword removal (only non-comment changes are enumerated here):
16222
16223 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
16224 (byte-compile-insert-header): Don't use `byte-compile-version'.
16225 * forms.el (forms-version): Variable removed.
16226 (forms-mode): Don't use `forms-version'.
16227 * recentf.el (recentf-version): Variable removed.
16228 * progmodes/delphi.el (delphi-version): Variable removed.
16229 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
16230
16231 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16232
16233 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
16234
16235 2004-04-09 Jesper Harder <harder@ifa.au.dk>
16236
16237 * info.el (info-apropos): Improve menu item regexp.
16238
16239 2004-04-09 Simon Josefsson <jas@extundo.com>
16240
16241 * mail/smtpmail.el: Add comment, based on report by
16242 kdc@rcn.com (Kevin D. Clark).
16243
16244 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16245
16246 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16247 Redo one more thing that I didn't notice Daniel had undone.
16248
16249 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
16250
16251 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
16252 (gdb-goto-breakpoint, gdb-display-buffer)
16253 (gdb-display-source-buffer, gdb-view-source-function)
16254 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
16255 (gdb-source-info, gdb-frame-handler): Don't specify a window
16256 for display.
16257 (gdb-info-breakpoints-custom): Remove superfluous update of
16258 assembler buffer.
16259 (gdb-many-windows): Make settable outside gdb.
16260
16261 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
16262
16263 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
16264 Derive from fundamental-mode rather than text-mode.
16265
16266 2004-04-08 Juri Linkov <juri@jurta.org>
16267
16268 * info.el (Info-history): Doc fix.
16269 (Info-history-list): New var.
16270 (info-xref): Change magenta4 to blue, remove bold for dark and
16271 light backgrounds, change bold to underline for non-color classes.
16272 (info-xref-visited): New face.
16273 (Info-fontify-visited-nodes): New custom.
16274 (Info-hide-note-references): Add new value `hide'. Doc fix.
16275 (Info-reference-name): New var.
16276 (Info-selection-hook): New custom.
16277 (Info-edit-mode-hook): New var.
16278 (Info-find-file): New fun.
16279 (Info-find-node): Move part of code to Info-find-file.
16280 (Info-find-node-2): Add anchors to Info-history-list. Move point
16281 to the place with the reference name if name is defined.
16282 (Info-select-node): Add current node to Info-history-list.
16283 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
16284 (Info-search-whitespace-regexp): New custom.
16285 (Info-search-case-fold): New var.
16286 (Info-search): Add "case-sensitively" to the prompt.
16287 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
16288 (Info-search-case-sensitively, Info-search-next): New fun.
16289 (Info-up): Move point to the menu item of the current node.
16290 (Info-history): New fun. Add *info-history* to
16291 same-window-buffer-names.
16292 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
16293 (Info-insert-toc): New fun.
16294 (Info-build-toc): New fun.
16295 (Info-follow-reference): Add new arg `fork'. Doc fix.
16296 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
16297 with the same name prefer the reference closest to point.
16298 (Info-next-reference): Replace * by + in the *Note regexp.
16299 Add regexp for http:// and ftp://. Skip the *Note prefix.
16300 (Info-prev-reference): Replace * by + in the *Note regexp.
16301 Add regexp for http:// and ftp://. Skip the *Note prefix.
16302 (Info-follow-nearest-node): Add new arg `fork'.
16303 (Info-try-follow-nearest-node): Add new arg `fork'.
16304 Call browse-url for http:// and ftp:// references.
16305 Set Info-reference-name for index entries.
16306 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
16307 Info-search-next, Info-history, Info-toc, clone-buffer.
16308 (Info-menu-update): Replace * by + in the *Note regexp.
16309 (Info-mode): Add documentation for Info-history, Info-toc,
16310 Info-search-case-sensitively, Info-search-next, clone-buffer.
16311 (Info-fontify-menu-headers): Remove fun. Move code to
16312 Info-fontify-node.
16313 (Info-fontify-node): Add docstring. Add local vars
16314 fontify-visited-p and not-fontified-p. If not-fontified-p is t
16315 then fontify header line, titles, menu headers, http and ftp
16316 references, refill paragraphs. If not-fontified-p is t or
16317 fontify-visited-p is t then fontify cross references, menu items.
16318 Fontify menu headers. Fontify http and ftp references.
16319 Change regexp for cross references to require whitespace after *Note,
16320 add matching groups for file and node names. Remove hack for quote.
16321 Use display property for Info-hide-note-references=t. Use fifth
16322 or fourth match for help-echo. Display visited nodes in a
16323 different face. Unhide file names of external references.
16324 Unhide newlines. Display visited menu items in a different face.
16325
16326 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
16327
16328 * progmodes/compile.el: Require CL.
16329 (compilation-mode-font-lock-keywords): Re-install the "line as
16330 function" patch.
16331
16332 * help-fns.el (help-C-source-directory): New var.
16333 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
16334 (describe-function-1, describe-variable): Use them.
16335
16336 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
16337 to C source files specially.
16338
16339 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
16340
16341 * info.el (Info-hide-cookies-node): New function.
16342 (Info-select-node): Use it.
16343 (Info-display-images-node): Remove message with image file name.
16344
16345 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
16346
16347 * progmodes/compile.el (compilation-warning-face)
16348 (compilation-info-face, compilation-skip-threshold)
16349 (compilation-skip-visited, compilation-context-lines):
16350 Declare :version when added to Emacs.
16351 (compilation-error-regexp-alist-alist): Extend caml and irix.
16352 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
16353 (compilation-mode-font-lock-keywords): Temporarily undo line as
16354 function patch, which wasn't ready.
16355
16356 2004-04-07 Kenichi Handa <handa@m17n.org>
16357
16358 * international/latin1-disp.el (latin1-display-setup): Check each
16359 character is displayable or not instead of calling
16360 latin1-display-check-font.
16361
16362 2004-04-06 Kenichi Handa <handa@m17n.org>
16363
16364 * language/ethio-util.el (ethio-sera-being-called-by-w3):
16365 New variable.
16366 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
16367 instead of sera-being-called-by-w3.
16368 (ethio-fidel-to-sera-buffer): Likewise.
16369 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
16370 instead of sera-being-called-by-w3.
16371 (ethio-write-file): Likewise.
16372
16373 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16374
16375 * printing.el: Doc fix.
16376
16377 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
16378
16379 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
16380 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
16381 (gdb-setup-windows): Only use separate IO buffer if required.
16382
16383 2004-04-06 Kim F. Storm <storm@cua.dk>
16384
16385 * term.el (term-is-xemacs): Remove.
16386 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
16387 (term-window-width): New function.
16388 (term-mode, term-check-size): Use it.
16389 (term-mode): Disable overflow-newline-into-fringe in term buffer.
16390
16391 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
16392
16393 * cus-edit.el (custom-add-parent-links): Change unbound variable
16394 `symbol' to `name'.
16395
16396 2004-04-05 Jesper Harder <harder@ifa.au.dk>
16397 * info.el (info-apropos): New function.
16398 (Info-mode-menu): Add it.
16399 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
16400
16401 * help-mode.el (help-make-xrefs): Recognize aliased variable with
16402 inherited docstring.
16403
16404 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
16405
16406 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16407
16408 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
16409
16410 * progmodes/compile.el (font-lock): Don't require any more.
16411 (compilation-error-properties, compilation-start, compilation-sentinel)
16412 (compilation-filter, next-error): Use with-current-buffer.
16413 (compilation-skip-to-next-location, compilation-skip-threshold)
16414 (compilation-skip-visited): Move to silence the byte-compiler.
16415 (compilation-setup): Simplify.
16416 (compilation-next-error): Use line-(beginning|end)-position.
16417 Make sure `pt' is non-nil before using compilation-loop.
16418 (compile-goto-error): Add optional event arg. Use it.
16419 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
16420 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
16421 Update the binding for mouse-2.
16422 (first-error): Set compilation-current-error to nil rather than bob.
16423 (compilation-parsing-end, compilation-parse-errors-function)
16424 (compilation-error-list, compilation-old-error-list):
16425 "New" compatibility variables.
16426 (compile-buffer-substring, compilation-compat-error-properties)
16427 (compilation-compat-parse-errors, compilation-forget-errors):
16428 New compatibility functions.
16429 (compilation-mode-font-lock-keywords): Use them.
16430
16431 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
16432
16433 * autorevert.el (auto-revert-handler): If point (or a window
16434 point) is at the end of the buffer, keep it there after
16435 reverting. This allows to tail a file.
16436 Mention this in the `Commentary'.
16437
16438 * format.el (format-write-file): Add optional argument CONFIRM
16439 and make it behave like the analogous argument to `write-file'.
16440
16441 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16442
16443 * progmodes/ebnf2ps.el: Doc fix.
16444 (ebnf-version): New version number (4.2).
16445 (ebnf-syntax): Customization and docstring fix.
16446 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
16447 Put autoloaded funs before first use.
16448 (ebnf-style-database): Add dtd entry.
16449 (ebnf-syntax-alist): Add dtd initialization.
16450 (ebnf-token-sequence): New fun.
16451 (ebnf-comment-table): Add new comment action character.
16452 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
16453
16454 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
16455 Type Definition for XML).
16456
16457 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
16458 * progmodes/ebnf-bnf.el (ebnf-sequence):
16459 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
16460 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
16461 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
16462 Code simplification: call ebnf-token-sequence.
16463
16464 2004-04-04 Eli Zaretskii <eliz@gnu.org>
16465
16466 * calendar/timeclock.el (timeclock-relative)
16467 (timeclock-get-project-function, timeclock-get-workday-function)
16468 (timeclock-query-out, timeclock-when-to-leave)
16469 (timeclock-when-to-leave-string, timeclock-log-data)
16470 (timeclock-generate-report, timeclock-in): Doc fixes.
16471
16472 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16473
16474 * url/: New dir. Import the URL package from its repository.
16475
16476 2004-04-03 Andreas Schwab <schwab@suse.de>
16477
16478 * diff-mode.el (diff-mode): Fix missing quote.
16479
16480 2004-04-03 Juri Linkov <juri@jurta.org>
16481
16482 * descr-text.el (describe-property-list): Add `font-lock-face'.
16483
16484 * dired.el (dired-font-lock-keywords): Fix permission regexps.
16485
16486 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16487
16488 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
16489 Use utf-16le on little endian machines and utf-16be otherwise.
16490
16491 2004-04-02 David Kastrup <dak@gnu.org>
16492
16493 * net/browse-url.el (browse-url-generic): Use call-process
16494 instead of start-process to allow browsers that fork and detach.
16495
16496 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
16497
16498 * compile.el (compilation-current-error): New var.
16499 (compilation-setup, compile-mouse-goto-error)
16500 (compile-goto-error, next-error): Use it.
16501 (compilation-skip-to-next-location): Default to t, which gives
16502 contiguous skipping like old compile (where this was redundant).
16503 (compilation-next-error): Prevent previous-* commands from moving
16504 back to message at or just before point.
16505
16506 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
16507
16508 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
16509 (gdb-source-info): Don't display source at startup, if required.
16510 (gdb-show-main): New option.
16511 (gdba): Update documentation.
16512 (gdb-source): Cover case of auto-display output.
16513
16514 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
16515
16516 * autorevert.el: Delete obsolete autoload's and defvar's.
16517 (auto-revert-check-vc-info): New user option.
16518 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16519 (auto-revert-handler-vc): Delete.
16520 (auto-revert-handler): Treat return value `fast' of
16521 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
16522
16523 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
16524 return `fast'.
16525
16526 * files.el (buffer-stale-function): Doc change.
16527
16528 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16529
16530 * printing.el: New tip on Tips section.
16531 (pr-version): New version number (6.7.4).
16532 (pr-shell-file-name): Initialization fix.
16533
16534 2004-03-31 Juri Linkov <juri@jurta.org>
16535
16536 * dired.el: Add autoload for `dired-do-touch'.
16537 (dired-touch-program): New var.
16538 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
16539 (dired-no-confirm): Add `touch' to docstring.
16540
16541 * dired-aux.el (dired-do-touch): New fun.
16542 (dired-do-chxxx): Add argument -t for touch operation.
16543
16544 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
16545 `dired-move-to-filename-regexp'.
16546
16547 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
16548
16549 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
16550
16551 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16552
16553 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
16554 and only if the buffer was modified.
16555
16556 2004-03-30 Kenichi Handa <handa@m17n.org>
16557
16558 * international/characters.el: Delete pairs for U+2308..U+230B.
16559
16560 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
16561
16562 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
16563 to detect the beginning of a level 2 or 3 annotation.
16564
16565 2004-03-29 Kenichi Handa <handa@m17n.org>
16566
16567 * international/ucs-tables.el (ucs-insert): Fix the error message.
16568
16569 2004-03-29 Kenichi Handa <handa@m17n.org>
16570
16571 * international/mule-util.el (char-displayable-p): Fix generation
16572 of XLFD file name.
16573
16574 * Makefile.in (setwins, setwins_almost): Change directory to $wd
16575 before finding directories by `find'.
16576
16577 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16578
16579 * subr.el (interactive-form): Delete. Now implemented in C.
16580
16581 * pcvs.el (cvs-parse-process): Workaround for Darwin.
16582
16583 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
16584 (vc-diff-label): New fun.
16585 (vc-diff-internal): Use it.
16586
16587 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
16588
16589 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16590
16591 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
16592
16593 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
16594 specify XML (EBNFX).
16595
16596 * progmodes/ebnf2ps.el: Doc fix.
16597 (ebnf-version): New version number (4.1).
16598 (ebnf-syntax): Adjust customization.
16599 (ebnf-style-database): Add ebnfx entry.
16600 (ebnf-syntax-alist): Add ebnfx initialization.
16601 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
16602
16603 * printing.el: Doc fix.
16604 (pr-version): New version number (6.7.3).
16605 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
16606 returns nil for mouse position. Reported by Drew Adams
16607 <drew.adams@oracle.com>.
16608 (pr-update-menus): Modify interactive declaration. Reported by Drew
16609 Adams <drew.adams@oracle.com>.
16610
16611 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
16612
16613 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
16614 (gud-gdba-marker-filter): Log the process input and output, if
16615 required. From Stefan Monnier.
16616 (gdb-debug-log, gdb-enable-debug-log): New variables.
16617 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
16618
16619 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16620
16621 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
16622 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
16623
16624 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
16625
16626 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
16627 Call vc-find-file-hook here instead of in auto-revert-buffers.
16628 (auto-revert-buffers): Delete call to vc-find-file-hook.
16629 (auto-revert-verbose, global-auto-revert-non-file-buffers)
16630 (global-auto-revert-mode, auto-revert-set-timer)
16631 (auto-revert-handler, auto-revert-buffers): Doc fixes.
16632
16633 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16634
16635 * woman.el (woman-change-fonts): Rename local variable
16636 woman-font-alist to font-alist to avoid a compiler warning.
16637
16638 2004-03-27 Dave Love <fx@gnu.org>
16639
16640 * emacs-lisp/rx.el (rx): Doc fix.
16641 Fix copyright years.
16642
16643 * strokes.el (strokes-global-set-stroke-string): New function.
16644 (strokes-list-strokes): Cope with strings, not just commands.
16645 Set foreground colour of image.
16646 (strokes-global-set-stroke): Doc fix.
16647
16648 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
16649
16650 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
16651 Auto Revert mode.
16652 (Buffer-menu-files-only): New variable.
16653 (Buffer-menu-toggle-files-only): New function.
16654 (Buffer-menu-mode-map): Bind it to `T'.
16655 (Buffer-menu-mode): Mention `T' in docstring.
16656 Set buffer-stale-function.
16657 (list-buffers-noselect): Mark buffer non-modified and set
16658 Buffer-menu-files-only.
16659
16660 * dired.el (buffer-stale-function): Remove no longer needed defvar.
16661
16662 * autorevert.el (auto-revert-handler): Print revert message
16663 before, rather than after, reverting.
16664 (buffer-stale-function): Move to files.el.
16665
16666 * files.el (buffer-stale-function): Move here from autorevert.el.
16667
16668 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16669
16670 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
16671
16672 * calc/calc.el (calc-mode-map): Use mapc.
16673
16674 * apropos.el (apropos-mode): Don't autoload.
16675 (apropos-symbols-internal): New fun. Extracted from `apropos'.
16676 (apropos): Use it.
16677 (apropos-print): Add optional `text' argument.
16678 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
16679 Don't assume point-min == 1.
16680
16681 * bs.el (bs-buffer-list): Use buffer-local-value.
16682 (bs--set-toggle-to-show): Use with-current-buffer.
16683
16684 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
16685 New funs.
16686 (list-buffers-noselect): Use them. Adjust :align-to to new style.
16687
16688 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
16689
16690 * dabbrev.el (dabbrev-expand): Fix regexp construction.
16691 (dabbrev--find-expansion): Use pop.
16692 (dabbrev--search): Use match-string-no-properties.
16693
16694 * dired.el (dired-mode): Use run-mode-hooks.
16695 (dired-move-to-end-of-filename): Use match-string.
16696
16697 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
16698 is bound before using it.
16699 (ediff-verbose-p): Make it into a var since it's not constant.
16700
16701 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
16702
16703 * faces.el (read-face-font): Don't cons up unnecessarily.
16704 (header-line, tool-bar): Share common parts.
16705
16706 * files.el (file-relative-name): Use compare-strings.
16707
16708 * finder.el (finder-mode): Follow coding convention.
16709
16710 * subr.el (read-number): New function.
16711
16712 * ses.el (ses-read-number): Move to subr.el.
16713 (ses-set-header-row): Use read-number.
16714
16715 2004-03-26 Andre Spiegel <spiegel@gnu.org>
16716
16717 * vc-hooks.el (vc-arg-list): New function, which handles both
16718 compiled and uncompiled code.
16719 (vc-default-workfile-unchanged-p): Use it.
16720
16721 * vc.el (vc-print-log): Undo prev change, use new function
16722 vc-arg-list from vc-hooks.el.
16723
16724 2004-03-26 Masatake YAMATO <jet@gyve.org>
16725
16726 * simple.el (completion-setup-function): Emphasize the
16727 first uncommon characters in the completions; and de-emphasize
16728 the common prefix substrings.
16729 (completion-emphasis): New face.
16730 (completion-de-emphasis): New face.
16731
16732 2004-03-25 Juanma Barranquero <lektu@terra.es>
16733
16734 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
16735 Comment out (it's unused and unfinished code).
16736
16737 2004-03-25 Sam Steingold <sds@gnu.org>
16738
16739 * vc.el (vc-print-log): Fix a bug in the last patch:
16740 backend-function may be a byte-compiled object, not a lambda.
16741
16742 2004-03-25 Juri Linkov <juri@jurta.org>
16743
16744 * descr-text.el (describe-property-list): Add a button
16745 for `face' property that calls `describe-face'.
16746 Suggested by luis fernandes <elf@ee.ryerson.ca>
16747
16748 * international/mule.el (keyboard-coding-system):
16749 * kmacro.el (kmacro-call-macro): Fix docstring.
16750
16751 * dired.el: Fix comments.
16752
16753 * textmodes/fill.el (fill): Fix Info link.
16754
16755 * font-lock.el (fast-lock, lazy-lock):
16756 * jit-lock.el (jit-lock): Remove links to removed Support Modes
16757 Info node.
16758
16759 * eshell/eshell.el (eshell): Fix broken info-link.
16760
16761 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
16762 * eshell/em-banner.el (eshell-banner):
16763 * eshell/em-smart.el (eshell-smart):
16764 * eshell/esh-cmd.el (eshell-cmd):
16765 Comment out broken info-links to incomplete Info manual.
16766
16767 * info-xref.el: Fix commentary.
16768
16769 2004-03-25 Kevin Ryde <user42@zip.com.au>
16770
16771 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
16772 Remove spurious node duplicate suppression, doesn't work, not wanted.
16773 (info-xref-output): Take format style args, add "sit-for 0" to let
16774 user see the results as they progress.
16775 (info-xref-check-all-custom): New function.
16776
16777 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
16778
16779 * gdb-ui.el: Moved to progmodes.
16780
16781 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16782
16783 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
16784
16785 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16786
16787 * calendar/appt.el (appt-check): Remove superfluous progn.
16788 When finished with diary buffer: if it was not being displayed
16789 before, kill it; otherwise restore its original state.
16790 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
16791
16792 * calendar/calendar.el (calendar-set-mode-line): Use total
16793 available mode-line width, rather than frame-width.
16794
16795 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
16796 after mode change so effect not lost.
16797
16798 2004-03-23 Dave Love <fx@gnu.org>
16799
16800 * dired.el (dired) <defgroup>: Add link to manual.
16801 (dired-font-lock-keywords): Add highlighting on unusual permissions.
16802 (dired-revert): Use dolist.
16803 (dired-mode-map): Add U binding.
16804 (dired-mode): Add font-lock-beginning-of-syntax-function.
16805 (dired-garbage-files-regexp): Make it a defcustom.
16806
16807 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16808
16809 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
16810 is equivalent to nil.
16811 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
16812 (vc-arch-mode-line-string): Accept `added' state.
16813 (vc-arch-state): Use inode-sigs if available.
16814 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
16815 Copy&delete existing id file if any. Fallback if uuidgen is absent.
16816 (vc-arch-tagline-re): New var.
16817 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
16818 New functions.
16819 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
16820 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
16821
16822 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
16823 (vc-file-not-found-hook): Use it.
16824
16825 * diff-mode.el (diff-default-read-only): Change default.
16826 (diff-mode-hook): Make it a defcustom. Add some options.
16827 (diff-mode-map): Bind diff-refine-hook.
16828 (diff-yank-handler): New var.
16829 (diff-yank-function): New fun.
16830 (diff-font-lock-keywords): Use them.
16831 (diff-end-of-file): Handle case where file-header looks like diff text.
16832 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
16833 (diff-file-kill): Delete a subsequent empty line, if applicable.
16834 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
16835 (diff-find-file-name): Use it.
16836 (diff-tell-file-name): New command.
16837 (diff-mode): Be careful with view-mode.
16838 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
16839 New functions, for use in diff-mode-hook.
16840 (diff-find-source-location): Catch "regex too large" errors.
16841 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
16842 (diff-refine-hunk): New command.
16843
16844 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
16845 (smerge-context-menu-map): Remove unused var.
16846 (smerge-keep-all): Preserve markers.
16847 (smerge-keep-n): New fun.
16848 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16849 (smerge-keep-current, smerge-ediff): Use it.
16850 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
16851 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
16852 (smerge-resolve): Resolve trivial 3-part conflicts.
16853
16854 2004-03-23 Juri Linkov <juri@jurta.org>
16855
16856 * man.el (Man-width): New var.
16857 (Man-getpage-in-background): Use it.
16858 (Man-support-local-filenames): New var and fun.
16859 (Man-build-man-command): Don't add a second %s.
16860 (Man-fontify-manpage): Clean up message.
16861 (Man-mode): Set outline-regexp, outline-level,
16862 imenu-generic-expression.
16863
16864 * woman.el (woman-fill-frame): Doc fix.
16865 (woman-decode-region): Use window-width instead of frame-width.
16866
16867 * abbrevlist.el (list-one-abbrev-table):
16868 * descr-text.el (describe-char):
16869 * international/mule-diag.el (describe-current-coding-system):
16870 * international/quail.el (quail-insert-decode-map):
16871 Use window-width instead of frame-width.
16872
16873 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
16874 (jka-compr-mode-alist-additions): Add tbz.
16875 (jka-compr-write-region, jka-compr-insert-file-contents):
16876 Add message for undefined compress-program.
16877 (jka-compr-write-region): Remove redundant var bindings.
16878
16879 * dired-x.el (dired-guess-shell-alist-default): Add choices for
16880 extracting files into subdirectory. Add tbz and dz. Fix regexps.
16881 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
16882 (dired-man): Use dired-guess-shell-command.
16883 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
16884 Change default nil to t.
16885
16886 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
16887 (dired-compare-directories): Add default value for empty input.
16888
16889 * help-at-pt.el: Move suggestions for key bindings to Commentary.
16890
16891 * time.el (display-time-string-forms): Fix help-echo date format.
16892
16893 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
16894
16895 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
16896 (buffer-stale-function): New variable.
16897 (auto-revert-list-diff, auto-revert-dired-file-list)
16898 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
16899 (auto-revert-handler): Take over some functionality of deleted
16900 functions.
16901 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
16902
16903 * dired.el (dired-directory-changed-p): New fun, extracted from
16904 dired-internal-noselect.
16905 (dired-buffer-stale-p): New fun.
16906 (dired-internal-noselect): Use dired-directory-changed-p.
16907 Eliminate revert messages.
16908 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
16909
16910 2004-03-23 Kenichi Handa <handa@m17n.org>
16911
16912 * international/characters.el: Setup syntaxes for more parentheses
16913 Unicode characters.
16914
16915 * international/mule-cmds.el (select-safe-coding-system):
16916 Merge coding-system and auto-cs before comparing them.
16917
16918 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16919
16920 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
16921
16922 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
16923 normal-auto-fill-function and comment-indent-function.
16924 The default values now work just as well.
16925 Don't set font-lock-beginning-of-syntax-function since we already set
16926 syntax-begin-function.
16927 (lisp-outline-level): Put ;;;###autoload at same level as (.
16928 (prin1-char): Quote special chars.
16929
16930 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
16931 than with-no-warnings.
16932
16933 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
16934 if the source location can't be found.
16935 (edebug-compute-previous-result): Use prin1-char.
16936
16937 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
16938 (debug-ignored-errors): Add an entry.
16939
16940 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
16941 (byte-compile-file): Output warning when deleting a file.
16942
16943 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
16944 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
16945
16946 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
16947 (byte-compile-inline-expand): Use backquote.
16948 (byte-optimize-pure-func): Rename from byte-optimize-concat.
16949 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
16950
16951 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
16952
16953 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
16954
16955 2004-03-22 Juri Linkov <juri@jurta.org>
16956
16957 * finder.el (finder-known-keywords): Fix data, tex, unix.
16958
16959 * play/landmark.el: Fix keywords.
16960
16961 * language/ethio-util.el (ethio-find-file): Doc fix.
16962
16963 * emacs-lisp/warnings.el: Doc fix.
16964
16965 * textmodes/ispell.el (ispell-help): Doc fix.
16966
16967 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
16968
16969 * format.el (format-insert-file): Always return a list of two
16970 elements, like insert-file-contents does.
16971
16972 2004-03-21 Andre Spiegel <spiegel@gnu.org>
16973
16974 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
16975 and vc-BACKEND-diff.
16976 (vc-print-log): If the print-log implementation supports it, use
16977 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
16978 (vc-version-diff, vc-diff-internal): Doc fixes.
16979
16980 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
16981 implementation supports it, let diff output go to *vc*,
16982 not *vc-diff*, since this is an internal call.
16983
16984 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
16985
16986 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
16987
16988 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
16989
16990 2004-03-21 Dave Love <fx@gnu.org>
16991
16992 * progmodes/cfengine.el (cfengine-mode):
16993 Set parse-sexp-ignore-comments.
16994
16995 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
16996
16997 2004-03-21 Juanma Barranquero <lektu@terra.es>
16998
16999 * allout.el (allout-mode): Fix docstring.
17000
17001 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
17002
17003 * files.el (insert-directory): Fix bug if SWITCHES is a list.
17004
17005 * autorevert.el (auto-revert-interval): Make new value take
17006 effect immediately when set through Custom.
17007 (auto-revert-set-timer): Add interactive declaration.
17008
17009 2004-03-19 David Ponce <david@dponce.com>
17010
17011 * ruler-mode.el (ruler-mode-header-line-format-old):
17012 Don't `make-variable-buffer-local'.
17013 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
17014 (ruler-mode-header-line-format): Simply funcall the above.
17015 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
17016 to save/restore a previous header line format.
17017 (ruler-mode-space): Don't depend on a numeric WIDTH value.
17018 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
17019 fringes and margins width.
17020 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
17021
17022 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
17023
17024 * log-edit.el (log-edit-font-lock-keywords): Typo.
17025
17026 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
17027 (tex-send-tex-command): Rather than here.
17028 (tex-compilation-parse-errors): Simplify.
17029
17030 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
17031
17032 * time.el (display-time-string-forms): Add help-echo with date on time.
17033
17034 * composite.el (compose-region): Use restore-buffer-modified-p.
17035
17036 * disp-table.el (standard-display-8bit): Simplify.
17037
17038 * server.el (server-process-filter): Delete temp frame.
17039
17040 * add-log.el (add-change-log-entry): Simplify.
17041
17042 2004-03-19 Kim F. Storm <storm@cua.dk>
17043
17044 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
17045 (hexl-follow-line): Don't require 'fringe.
17046
17047 * progmodes/compile.el (compilation-start): Always set
17048 compilation-last-buffer and return it.
17049
17050 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
17051
17052 * simple.el (clone-buffer): Doc fix.
17053
17054 2004-03-18 Juanma Barranquero <lektu@terra.es>
17055
17056 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
17057
17058 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
17059
17060 * log-edit.el (log-edit-font-lock-keywords): New var.
17061 (log-edit-mode): Use it.
17062
17063 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
17064
17065 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
17066 properly for watching in speedbar.
17067
17068 2004-03-17 Masatake YAMATO <jet@gyve.org>
17069
17070 * smerge-mode.el (smerge-popup-context-menu):
17071 Put `unwind-protect' around `overlay-put' and `popup-menu'.
17072
17073 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
17074
17075 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
17076 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
17077 Take sealed revisions into account.
17078 (vc-arch-checkin): Extract a summary line from the message.
17079
17080 2004-03-16 Masatake YAMATO <jet@gyve.org>
17081
17082 * register.el (register): Provide `register' feature.
17083
17084 2004-03-15 Masatake YAMATO <jet@gyve.org>
17085
17086 Added context menu support in smerge mode.
17087 Most of the part is written by Stefan Monnier.
17088
17089 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
17090 New keymap and menu.
17091 (smerge-text-properties): New function.
17092 (smerge-remove-props): New function.
17093 (smerge-popup-context-menu): New function.
17094 (smerge-resolve): Call `smerge-remove-props'.
17095 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
17096 (smerge-keep-current): Ditto.
17097 (smerge-kill-current): New function.
17098 (smerge-match-conflict): Put text properties.
17099 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
17100
17101 2004-03-15 David Ponce <david@dponce.com>
17102
17103 * ruler-mode.el (ruler-mode-left-fringe-cols)
17104 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
17105 (ruler-mode-right-scroll-bar-cols): Remove.
17106 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
17107 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
17108 Use fringe-columns and scroll-bar-columns.
17109
17110 2004-03-15 Masatake YAMATO <jet@gyve.org>
17111
17112 * hl-line.el (hl-line-range-function): New variable.
17113 (hl-line-move): New function.
17114 (global-hl-line-highlight): Use `hl-line-move'.
17115 (hl-line-highlight): Ditto.
17116
17117 * scroll-bar.el (scroll-bar-columns):
17118 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
17119
17120 * ruler-mode.el (top-level): Require scroll-bar and fringe.
17121 (ruler-mode-left-fringe-cols)
17122 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
17123 (ruler-mode-right-scroll-bar-cols)
17124 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
17125 (ruler-mode-ruler-function): New variable.
17126 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
17127 if the value for `ruler-mode-ruler-function'is given.
17128
17129 * hexl.el (hexl-mode-hook): Make the hook customizable.
17130 (hexl-address-area, hexl-ascii-area): New customize variables.
17131 (hexlify-buffer): Put font-lock-faces on the address area and
17132 the ascii area.
17133 (hexl-activate-ruler): New function.
17134 (hexl-follow-line): New function.
17135 (hexl-highlight-line-range): New function.
17136 (hexl-mode-ruler): New function.
17137
17138 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
17139
17140 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
17141 (vc-default-find-file-hook): New fun.
17142 (vc-find-file-hook): Call new find-file-hook operation.
17143
17144 * vc-arch.el: New file.
17145
17146 2004-03-12 Jesper Harder <harder@ifa.au.dk>
17147
17148 * info-look.el (info-lookup): Reuse an existing Info window.
17149
17150 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17151
17152 * woman.el (woman-preserve-ascii): Default value changed to t and
17153 doc string revised.
17154
17155 2004-03-12 Richard M. Stallman <rms@gnu.org>
17156
17157 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17158 Fix minor bug.
17159
17160 * replace.el (occur-engine): Change message for count of matches.
17161
17162 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
17163 For strings, do compare text properties.
17164
17165 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
17166
17167 * progmodes/compile.el (compile-auto-highlight)
17168 (compilation-error-list, compilation-old-error-list)
17169 (compilation-parse-errors-function, compilation-parsing-end)
17170 (compilation-error-message, compilation-directory-stack)
17171 (compilation-enter-directory-regexp-alist)
17172 (compilation-leave-directory-regexp-alist)
17173 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
17174 (compilation-current-file, compilation-regexps): Remove vars.
17175
17176 (compile-error-at-point, compilation-error-filedata)
17177 (compilation-error-filedata-file-name, compile-reinitialize-errors)
17178 (compilation-next-error-locus, compilation-forget-errors)
17179 (count-regexp-groupings, compilation-parse-errors)
17180 (compile-collect-regexps, compile-buffer-substring): Remove funs.
17181
17182 (compile-internal): Make obsolete.
17183
17184 (compilation-first-column, compilation-error)
17185 (compilation-directory-matcher, compilation-page-delimiter)
17186 (compilation-mode-font-lock-keywords, compilation-debug)
17187 (compilation-error-face, compilation-warning-face)
17188 (compilation-info-face, compilation-line-face)
17189 (compilation-column-face, compilation-enter-directory-face)
17190 (compilation-leave-directory-face, compilation-skip-threshold)
17191 (compilation-skip-visited, compilation-context-lines): New vars.
17192
17193 (compilation-warning-face, compilation-info-face)
17194 (compilation-message-face): New faces.
17195
17196 (compilation-error-regexp-alist-alist): New constant.
17197
17198 (compilation-face, compilation-directory-properties)
17199 (compilation-assq, compilation-error-properties, compilation-start)
17200 (define-compilation-mode, compilation-loop)
17201 (compilation-set-window): New functions.
17202
17203 (compile): Additional argument for interactive compiles like TeX.
17204
17205 * progmodes/grep.el (kill-grep): Move here from compile.el
17206 (grep-error, grep-hit-face, grep-error-face)
17207 (grep-mode-font-lock-keywords): New variables.
17208 (grep-regexp-alist): Simplify regexp and add `binary' case.
17209 (grep-mode): New mode.
17210 (grep-process-setup): Simplify.
17211
17212 2004-03-11 Jason Rumney <jasonr@gnu.org>
17213
17214 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
17215 letters on DOS/Windows.
17216
17217 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
17218
17219 * server.el (server-name): New var.
17220 (server-socket-dir): New var to replace server-socket-name.
17221 (server-start): Use them.
17222
17223 2004-03-11 Simon Josefsson <jas@extundo.com>
17224
17225 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
17226 died to avoid infloop. Reported by Jonathan Glauner
17227 <jglauner@sbum.org>.
17228
17229 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17230
17231 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
17232 (smerge-mode-menu): Use it to deactivate menu entries.
17233 (smerge-keep-current): New fun.
17234 (smerge-keep-current): Use it.
17235
17236 2004-03-10 John Paul Wallington <jpw@gnu.org>
17237
17238 * foldout.el (foldout-fold-list, foldout-modeline-string):
17239 Declare them as variables, not constants.
17240
17241 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17242
17243 * ps-print.el: Modification to print *Messages* buffer.
17244 (ps-print-version): New version 6.6.4.
17245 (ps-message-log-max): New fun.
17246 (ps-spool-without-faces, ps-spool-with-faces)
17247 (ps-count-lines-preprint): Code fix.
17248
17249 * printing.el: New tips in Tips section.
17250
17251 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17252
17253 * delim-col.el: Doc fix.
17254
17255 * printing.el: Doc fix. New doc section (Tips).
17256
17257 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17258
17259 * type-break.el (type-break-emacs-variant): Remove.
17260 (type-break-run-at-time, type-break-cancel-function-timers):
17261 Use fboundp rather than version name and number.
17262
17263 2004-03-09 Masatake YAMATO <jet@gyve.org>
17264
17265 * hexl.el (hexl-mode): Use `make-local-variable' instead of
17266 `make-variable-buffer-local'.
17267
17268 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
17269
17270 * find-dired.el (find-dired): Call `shell-command' instead of
17271 `start-process-shell-command'. By this, Tramp takes over
17272 handling of remote directories.
17273
17274 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17275
17276 * newcomment.el (comment-use-global-state): New var.
17277 (comment-search-forward): Use it.
17278
17279 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
17280
17281 * cus-edit.el (fill) <defgroup>: Move to fill.el.
17282
17283 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
17284 (enable-kinsoku): Make it a defcustom.
17285 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
17286 paragraph to same-comment-start-marker.
17287
17288 2004-03-07 Dave Love <fx@gnu.org>
17289
17290 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
17291 (browse-url-mail): Use it.
17292
17293 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
17294 (rfc2368-unhexify-string): Use replace-regexp-in-string.
17295
17296 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17297
17298 * woman.el (woman-man.conf-path): Doc fix.
17299 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
17300
17301 2004-03-07 Eli Zaretskii <eliz@gnu.org>
17302
17303 * sort.el (sort-columns): Remove ms-dos from the list of systems
17304 where the external `sort' command is not used.
17305
17306 2004-03-07 Kim F. Storm <storm@cua.dk>
17307
17308 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
17309 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
17310 from overlay-arrow-variable-list.
17311 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
17312
17313 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
17314
17315 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
17316 overlay arrow string properly for the assembler buffer.
17317
17318 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
17319
17320 * mail/sendmail.el (mail-mode): Fix last change.
17321
17322 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
17323
17324 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
17325 for the assembler buffer.
17326 (gdb-assembler-custom): Position the overlay arrow.
17327 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
17328
17329 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
17330
17331 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
17332
17333 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
17334 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
17335
17336 * mail/sendmail.el (mail-mode): Set comment-start-skip.
17337
17338 * newcomment.el (uncomment-region): Allow non-terminated comment.
17339 (comment-normalize-vars): Check the user-specified comstart marker.
17340
17341 2004-03-04 Jesper Harder <harder@ifa.au.dk>
17342
17343 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
17344 Otherwise, do use it if the region only contains font-lock text
17345 properties.
17346
17347 2004-03-04 Masatake YAMATO <jet@gyve.org>
17348
17349 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
17350 as the callback function for eldoc.
17351 (hexl-print-current-point-info): New function.
17352 (hexl-current-address): Print the address in both decimal
17353 and hexadecimal format.
17354
17355 2004-03-04 Richard M. Stallman <rms@gnu.org>
17356
17357 * mail/rmail.el (rmail-convert-to-babyl-format):
17358 Specify t for UNIBYTE when calling mail-unquote-printable-region.
17359
17360 * mail/mail-utils.el (mail-unquote-printable-region):
17361 New arg UNIBYTE.
17362
17363 * startup.el (command-switch-alist): Doc fix.
17364
17365 * simple.el (undo): Temporarily set this-command to `undo-start',
17366 then set it to `undo' once undo-start returns without error.
17367
17368 * simple.el (minibuffer-history-sexp-flag): Doc fix.
17369
17370 * simple.el (kill-line): Don't disregard trailing whitespace
17371 in eol condition, if show-trailing-whitespace is set.
17372
17373 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
17374 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
17375 When disabling, restore old values only if mouse-sel-has-been-enabled.
17376
17377 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
17378 (isearch-{-char): New function.
17379 (isearch-mode-map): Bind { to isearch-{-char.
17380
17381 * font-lock.el (lisp-font-lock-keywords-2):
17382 Turn off the CL with-... and do-... general patterns.
17383 Instead, recognize several specific with... and do... constructs.
17384
17385 * files.el (switch-to-buffer-other-window):
17386 Bind same-window-buffer-names and same-window-regexps to nil.
17387 (switch-to-buffer-other-frame): Likewise.
17388
17389 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17390
17391 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
17392 recognizing leading comment on code line.
17393
17394 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17395
17396 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
17397 hidden files/directories.
17398
17399 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17400
17401 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
17402 only comment-start (in case the mode hasn't set it).
17403
17404 * Makefile.in (AUTOGENEL): New var.
17405 (bootstrap-prepare): Rename from bootstrap-clean.
17406 Don't remove elc files.
17407 (maintainer-clean): New target.
17408
17409 * xml.el (xml-get-attribute-or-nil): Simplify.
17410
17411 2004-03-02 Juri Linkov <juri@jurta.org>
17412
17413 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
17414 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
17415 URL to prevent their substitution with the environment variable
17416 values by browsers.
17417
17418 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17419
17420 * ps-print.el: Doc fix.
17421 (ps-print-version): New version number (6.6.3).
17422 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
17423 Docstring fix.
17424 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
17425 before printing.
17426 (ps-time-stamp-yyyy-mm-dd): New fun.
17427 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
17428
17429 2004-03-02 Kim F. Storm <storm@cua.dk>
17430
17431 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
17432
17433 2004-03-01 Juanma Barranquero <lektu@terra.es>
17434
17435 * allout.el (allout-rebullet-heading): Fix typo in docstring.
17436
17437 * desktop.el (desktop-file-version)
17438 (desktop-after-read-hook): Fix typos.
17439 (desktop-clear-preserve-buffers): Remove redundant info in
17440 docstring already shown by the obsolescence message.
17441 (desktop-truncate, desktop-internal-v2s)
17442 (desktop-value-to-string): Change argument name to match docstring.
17443
17444 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
17445
17446 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
17447 docstring.
17448
17449 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17450
17451 * printing.el: Replace "As Is..." in PostScript file print/preview by
17452 "No Preprocessing...". Suggested by Colin Marquardt
17453 <_marquardt_@zmd.de>.
17454 (pr-insert-section-4): Adjust buffer interface.
17455
17456 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17457
17458 Version 2.0.39 of Tramp released.
17459
17460 * net/tramp.el (tramp-handle-file-local-copy)
17461 (tramp-handle-write-region, tramp-open-connection-rsh):
17462 Variable name typo. Small change. From Patrick Tullmann
17463 <tullmann@flux.utah.edu>.
17464 (tramp-process-connection-type): New variable.
17465 (tramp-maybe-open-connection): Use it.
17466 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
17467 (tramp-touch): Set last-modified time of a remote file.
17468 (tramp-handle-write-region): Say which function is used when encoding.
17469
17470 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
17471
17472 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
17473 case of non-existing filename, too. Reported by Christoph Bauer
17474 <c_bauer@informatik.uni-kl.de>.
17475 (tramp-smb-get-file-entries): The directory in question should
17476 have permissions "drwxrwxrwx". Just virtual, because we don't
17477 know the real permissions. Don't we know?
17478 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
17479 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
17480 (tramp-smb-wait-for-output): Optimize algorithm getting pending
17481 output. If it was received chunkwise, there have been problems.
17482 Remove the "prompt not found" error message; it is obvious.
17483 Simplify algorithm.
17484 (tramp-smb-process-running): Remove. Since we acknowledge the
17485 virtual prompt for shares, there's no need for distinction of
17486 reading shares (process ends afterwards) and interactive mode of
17487 smblient.
17488 (tramp-smb-open-connection): Setting process sentinel removed.
17489 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
17490 "NT_STATUS_NETWORK_ACCESS_DENIED".
17491 (tramp-smb-maybe-open-connection): Set `process-connection-type'
17492 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
17493 (top-level): Setting default value in `tramp-default-method-alist'
17494 corrected. Order of USER and HOST have been wrong.
17495 Nobody complained for months ...
17496 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
17497 (tramp-smb-open-connection): Clear password cache if login has failed.
17498
17499 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
17500 `tramp-unified-filenames'.
17501 (tramp-completion-mode): Make test for XEmacs explicitely.
17502 `event-to-character' can exists in Emacs packages too.
17503 Reported by Matt Swift <swift@alum.mit.edu>.
17504 (tramp-buffer-name): Buffer name must contain the user if exists.
17505 Reported by Adrian Phillips <a.phillips@met.no>.
17506 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
17507 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
17508 (tramp-do-copy-or-rename-file-out-of-band): Rename from
17509 `tramp-do-copy-or-rename-file-one-local', because it handles also
17510 the case both files use the same out-of-band method.
17511 Implementation added.
17512 (tramp-handle-file-local-copy, tramp-handle-write-region):
17513 Out-of-band handling removed. `copy-file' called instead, which
17514 calls `tramp-do-copy-or-rename-file-out-of-band'.
17515 (tramp-action-password): Check for out-of-band method removed.
17516 This function is used for 'login-program.
17517 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
17518 appropriate.
17519 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
17520 and `tramp-parse-sknownhosts'.
17521 (tramp-completion-function-alist): It's a defvar now, because we
17522 want to apply the optimized `tramp-set-completion-function'
17523 instead of a static list.
17524 (tramp-set-completion-function): Implementation tuned.
17525 Avoid double entries, and entries where the function or the
17526 file/directory doesn't exist.
17527 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
17528 for SSH2.
17529 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
17530 (tramp-handle-dired-compress-file): New function.
17531 (tramp-async-proc): New variable.
17532 (tramp-handle-shell-command): Adding asynchronous processes.
17533 They are far from being perfect, but it works at least for
17534 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
17535 (top-level): Require password.el if visible. Should be mandatory
17536 once No Gnus has found its way into (X)Emacs.
17537 (tramp-read-passwd): Invoke `password-read' if available,
17538 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
17539 fallback any longer.
17540 (tramp-clear-passwd): New function.
17541 (tramp-process-actions, tramp-process-multi-actions):
17542 Clear password cache if login has failed.
17543
17544 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
17545 its own module.
17546 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
17547 `ange-ftp-ftp-name-res'. There could be incorrect values from
17548 previous calls in case the "ftp" method is used in the Tramp file
17549 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17550
17551 2004-02-28 Richard M. Stallman <rms@gnu.org>
17552
17553 * term.el (term-mouse-paste): Call mouse-set-point.
17554
17555 * thumbs.el: New file.
17556
17557 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17558
17559 * progmodes/ebnf-abn.el: Doc fix.
17560
17561 * progmodes/ebnf-bnf.el: Doc fix.
17562 (ebnf-repeat): Code fix.
17563
17564 * progmodes/ebnf2ps.el: Doc fix.
17565 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
17566
17567 2004-02-28 Juri Linkov <juri@jurta.org>
17568
17569 * ffap.el (dired-at-point): Additional writability test for
17570 relative directory names.
17571 (dired-at-point-prompter): Treat directories as a directory, get
17572 the directory component from files.
17573 (ffap-string-at-point): Return string from region if region is active.
17574 (ffap-file-at-point): Remove redundant code.
17575
17576 2004-02-28 Kim F. Storm <storm@cua.dk>
17577
17578 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
17579 Initialize margin area images to nil.
17580 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
17581 (breakpoint-enabled-bitmap-face)
17582 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
17583 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
17584 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
17585 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
17586 (gdb-reset): Use gdb-remove-breakpoint-icons.
17587 (gdb-put-string): Add dprop arg to specify alternative display
17588 property (for setting fringe bitmap).
17589 (gdb-remove-strings): Doc fix.
17590 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
17591 icon in fringe (if available), or else as icon or text in display
17592 margin. Creates necessary icons in breakpoint-bitmap,
17593 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
17594 Also make left window margin if required.
17595 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
17596 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
17597 no longer needed.
17598 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
17599 gdb-put-breakpoint-icon.
17600 (gdb-assembler-mode): Don't set left-margin-width here.
17601
17602 2004-02-27 Kevin Ryde <user42@zip.com.au>
17603
17604 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
17605 comma, so that it DTRT in macros.
17606
17607 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
17608
17609 * progmodes/sh-script.el (sh-shell-arg)
17610 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
17611 (sh-leading-keywords, sh-other-keywords): Fix custom type.
17612
17613 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
17614
17615 * faces.el (face-spec-set-match-display): Add a new attribute,
17616 `min-colors'.
17617 (region, highlight, secondary-selection): Use `min-colors'.
17618
17619 * custom.el (defface): Add documentation for `min-colors'.
17620
17621 * font-lock.el (font-lock-comment-face, font-lock-string-face)
17622 (font-lock-keyword-face, font-lock-function-name-face)
17623 (font-lock-variable-name-face, font-lock-constant-face):
17624 Use `min-colors'.
17625
17626 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
17627
17628 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17629
17630 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
17631 define assq-delete-all if it's not defined.
17632 (ebnf-generate-region): Code fix.
17633
17634 * printing.el: Doc fix.
17635 (pr-version): New version number (6.7.2).
17636 (pr-command): Return empty string if command is an empty string.
17637
17638 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17639
17640 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
17641
17642 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
17643 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
17644 semi-down-full. Fix a bug on productions like test = {"test"}* | (
17645 "tt" ["test"] ). Reported by Markus Dreyer
17646 <mdreyer@ix.urz.uni-heidelberg.de>.
17647 (ebnf-version): New version number (4.0).
17648 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
17649 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
17650 (ebnf-delete-style): New commands.
17651 (ebnf-directory, ebnf-file): New funs.
17652 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
17653 (ebnf-production-name-p, ebnf-stop-on-error): New options.
17654 (ebnf-syntax-alist): New var.
17655 (ebnf-element-width): New fun replacing ebnf-list-width.
17656 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
17657 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
17658 (ebnf-prologue): Adjust vars.
17659 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
17660 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
17661 (ebnf-check-style-values, ebnf-generate-production)
17662 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
17663 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
17664 (ebnf-token-repeat): Code fix.
17665
17666 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
17667 %right, %left and %prec. Suggested by Matthew K. Junker
17668 <junker@alum.mit.edu>.
17669 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
17670
17671 * progmodes/ebnf-iso.el: Doc fix.
17672 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
17673 (ebnf-iso-lex): Code fix.
17674
17675 * progmodes/ebnf-bnf.el: Doc fix.
17676 (ebnf-bnf-lex): Code fix.
17677
17678 * progmodes/ebnf-otz.el: Doc fix.
17679
17680 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
17681
17682 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
17683 (abbrev-prefix-mark): Doc fix.
17684
17685 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
17686
17687 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
17688 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
17689 (gdb-var-delete): Make interactive (really).
17690 (gdb-edit-value): Make non-interactive.
17691
17692 * progmodes/gud.el (gud-speedbar-menu-items):
17693 Add gdb-var-delete and, indirectly, gdb-edit-value.
17694 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
17695 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
17696 (gud-gdb-marker-filter): Add comment for annotations.
17697
17698 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17699
17700 * calendar/calendar.el (generate-calendar)
17701 (calendar-read-date): Prevent display of BC calendars once more -
17702 reverts 2003-10-01 change.
17703 (generate-calendar-month): Doc fix.
17704
17705 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
17706
17707 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
17708 return value of increment-calendar-month.
17709
17710 2004-02-21 Stephen Compall <s11@member.fsf.org>
17711
17712 * saveplace.el (save-place-forget-unreadable-files)
17713 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
17714 (save-place-forget-unreadable-files): New function.
17715 (save-place-alist-to-file): Use it to filter out files that are
17716 no longer readable.
17717
17718 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
17719 current Texinfo environment, using the same method as in
17720 `texinfo-insert-@end', and insert a space rather than a newline if
17721 point in a @table environment.
17722
17723 2004-02-21 Juri Linkov <juri@jurta.org>
17724
17725 * ffap.el (ffap-file-at-point): Try parent directories.
17726
17727 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
17728
17729 * vcursor.el (vcursor-modifiers): New defcustom.
17730 (vcursor-cs-binding): Use vcursor-modifiers instead of a
17731 hard-coded list.
17732
17733 2004-02-21 Masatake YAMATO <jet@gyve.org>
17734
17735 * play/animate.el (animate-birthday-present): Accept names other
17736 than `Sarah', too.
17737
17738 2004-02-21 Juri Linkov <juri@jurta.org>
17739
17740 * startup.el: Remove table of command line arguments from the
17741 Commentary section.
17742
17743 2004-02-20 John Wiegley <johnw@newartisans.com>
17744
17745 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
17746 again" modifier from 'e' to 'E', since 'e' is also used by the
17747 "file extension" modifier.
17748
17749 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
17750
17751 * help-fns.el (describe-categories): Doc fix.
17752
17753 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17754
17755 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
17756 temporary file for buffer already visiting one. This change makes
17757 output likely to be directly usable by patch program.
17758 Suggested by Adrian Aichner <adrian@xemacs.org>
17759
17760 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
17761
17762 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
17763 case of variables defined in compound statements.
17764 (gdb-setup-windows, gdb-source-info, gdb-source-info):
17765 Simplify constructions using switch-to-buffer.
17766
17767 2004-02-19 Simon Josefsson <jas@extundo.com>
17768
17769 * play/morse.el: Fix typo.
17770 (morse-code): Add @.
17771
17772 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
17773
17774 * calendar/appt.el (appt-display-format): Change default to
17775 'ignore, for backwards compatibility.
17776 (appt-display-message): If appt-display-format is 'ignore,
17777 respect old vars appt-msg-window and appt-visible.
17778 (appt-activate): Don't depend on return value of cancel-timer.
17779
17780 * calendar/calendar.el (calendar-holidays): Doc fix.
17781
17782 * calendar/cal-coptic.el (coptic-prompt-for-date):
17783 Use assoc-string instead of assoc-ignore-case.
17784 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
17785 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
17786 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
17787 * calendar/cal-islam.el (calendar-goto-islamic-date)
17788 (mark-islamic-diary-entries): Ditto.
17789 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
17790 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
17791 (calendar-read-mayan-tzolkin-date): Ditto.
17792 * calendar/calendar.el (calendar-read-date): Ditto.
17793 * calendar/diary-lib.el (mark-diary-entries): Ditto.
17794
17795 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
17796
17797 * progmodes/executable.el (executable-command-find-posix-p):
17798 Fix choice of the directory.
17799
17800 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
17801
17802 * simple.el (interprogram-cut-function)
17803 (interprogram-paste-function, kill-new, kill-append):
17804 Doc fixes.
17805 (kill-region): Make it return nil. Doc fix.
17806 (yank-pop): Make its argument optional.
17807 (yank): Make ARG `-' equivalent to `-1'.
17808
17809 2004-02-17 Eli Zaretskii <eliz@gnu.org>
17810
17811 * mail/rmail.el (rmail-get-new-mail): Don't reference
17812 rmail-use-spam-filter if rmail-spam-filter is not loaded.
17813
17814 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
17815
17816 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
17817 if one of global-auto-revert-non-file-buffers or autorevert-mode
17818 is non-nil.
17819
17820 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17821
17822 * subr.el (delete-dups): A better implementation from Karl Heuer
17823 <kwzh@gnu.org>.
17824
17825 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17826
17827 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
17828 correct place.
17829 * progmodes/icon.el (icon-indent-command): Ditto.
17830 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
17831
17832 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17833
17834 * progmodes/grep.el (grep-compute-defaults): Undo change from
17835 2004-01-29: don't use executable-command-find-posix-p.
17836
17837 2004-02-16 Richard Sharman <rsharman@pobox.com>
17838
17839 * hilit-chg.el: Use require instead of eval-and-compile.
17840 (highlight-compare-buffers): New function.
17841
17842 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
17843
17844 * man.el (Man-fontify-manpage): Render section headings in
17845 `Man-overstrike-face' even when overstrike was not used by man
17846 formatter for section headings.
17847
17848 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
17849
17850 * rmail-spam-filter.el (vm-use-spam-filter)
17851 (rsf-min-region-length-added-to-spam-list): New variables.
17852 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
17853 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
17854 spam testing. Don't delete spam message if automatic deletion
17855 after output via variable rmail-delete-after-output is turned on.
17856 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
17857 rsf-bbdb-dont-create-entries-for-spam.
17858 (check-field): New function, extracted from code in
17859 rmail-spam-filter to ease addition of header fields like content-type.
17860 (message-content-type): New variable to check the content-type:
17861 field added, also in defcustom of rsf-definitions-alist.
17862 (rmail-spam-filter): Replace repeated test code for header fields
17863 by calls to check-field; change the call to
17864 rmail-output-to-rmail-file such that rmail-current-message stays
17865 the same to avoid wrong deletion of unseen flags.
17866 (rsf-add-contents-type): New function to convert old format
17867 of rmail-spam-definitions-alist into new one.
17868 Change prefixes of all variables and functions from
17869 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
17870
17871 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17872
17873 * loadhist.el (unload-hook-features-list): New defvar.
17874
17875 2004-02-16 Dave Love <fx@gnu.org>
17876
17877 * loadhist.el (unload-feature): Doc fix. Rename flist to
17878 unload-hook-features-list.
17879
17880 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
17881
17882 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
17883 cookie. Don't check if we are looking-at open-formula.
17884
17885 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
17886
17887 * subr.el (match-string-no-properties): Use substring-no-properties.
17888
17889 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17890
17891 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
17892 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
17893 Use lower-case "rx" in all error message.
17894
17895 2004-02-16 Dave Love <fx@gnu.org>
17896
17897 * emacs-lisp/rx.el (rx-or): Put group around result.
17898 (rx-constituents): Add backref.
17899 (rx-syntax): Add string-delimiter, comment-delimiter.
17900 (rx-categories): Add combining-diacritic.
17901 (rx-check-not, rx-greedy, rx): Doc fix.
17902 (rx-backref, rx-check-backref): New.
17903
17904 2004-02-16 Jesper Harder <harder@ifa.au.dk>
17905
17906 * newcomment.el (uncomment-region): Allow eob as comment end.
17907
17908 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17909
17910 * filecache.el: All message and error commands now use prefix
17911 "Filecache:" to make it easy to read *Messages* buffer.
17912
17913 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17914
17915 * autorevert.el: Add support to detect changed dired and VC buffers.
17916 (auto-revert-active-p, auto-revert-list-diff)
17917 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
17918 (auto-revert-handler, auto-revert-active-p): New functions.
17919 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
17920 and `auto-revert-active-p'.
17921 (eval-when-compile): Defvar dired-directory and vc-mode.
17922 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17923 (auto-revert-handler-vc): New functions.
17924
17925 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17926
17927 * progmodes/compile.el (compilation-directory): New defvar.
17928 (compile): Save current directory in compilation-directory.
17929 (recompile): Bind default-directory to compilation-directory if
17930 that is non-nil.
17931
17932 2004-02-16 Dave Love <fx@gnu.org>
17933
17934 * newcomment.el (comment-insert-comment-function)
17935 (comment-region-function, uncomment-region-function): New.
17936 (comment-indent): Use comment-insert-comment-function.
17937 (uncomment-region): Use uncomment-region-function.
17938 (comment-region): Use comment-region-function.
17939
17940 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
17941
17942 2004-02-16 Richard Stallman <rms@gnu.org>
17943
17944 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
17945 loaddefs* and ldefs-boot*.
17946
17947 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17948
17949 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
17950 and email address at the beginning and end of the address.
17951
17952 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
17953 anchored at the beginning of the email address.
17954
17955 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
17956
17957 * international/ccl.el (ccl-compile-write): Pass `left' to
17958 ccl-embed-code to generate correct code of write-expr-register.
17959
17960 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
17961
17962 * progmodes/grep.el (grep-compute-defaults): Fix typos.
17963
17964 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17965
17966 * x-dnd.el: Mention support for Motif in commentary.
17967 (x-dnd-handle-drag-n-drop-event): Ditto.
17968
17969 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
17970
17971 * ses.el: Use "ses--" prefixes for buffer-local variables.
17972 Use (point-min) instead of 1, even when we know the buffer
17973 is unnarrowed.
17974 (ses-build-load-map): Delete. Distribute its content to defconst's for
17975 the three maps.
17976 (ses-menu, ses-header-line-menu): New menus.
17977 (ses-mode-map): Use them.
17978 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
17979
17980 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
17981
17982 * Makefile.in: Fix the CC Mode recompile kludge so it works
17983 when building in a different directory.
17984
17985 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
17986
17987 * simple.el (kill-new): Put yank-handler property on the entire string.
17988
17989 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17990
17991 * diff.el: Don't use compile any more, use diff-mode instead.
17992 (diff-regexp-alist, diff-old-file, diff-new-file)
17993 (diff-parse-differences, diff-process-setup): Remove.
17994 (diff-sentinel): New fun.
17995 (diff): Use it. Run the process ourselves.
17996 Use diff-mode for the rest of the processing.
17997
17998 * diff.el (diff): Simplify code handling `switch'.
17999
18000 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18001
18002 * pcvs-defs.el (cvs-menu): Add `tag'.
18003
18004 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
18005
18006 * simple.el (kill-append): Doc fix.
18007
18008 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18009 Adapt outline-regexp to the new conventions for commenting out code.
18010
18011 2004-02-11 John Paul Wallington <jpw@gnu.org>
18012
18013 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
18014
18015 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18016
18017 * diff.el (diff-switches): New fun.
18018 (diff, diff-backup): Use it.
18019 (diff): Clean up the args construction. Use backquote.
18020 Use listp instead of consp to avoid putting a nil arg.
18021 (diff): Add a revert-buffer function.
18022
18023 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18024
18025 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
18026 handled by x-dnd-handle-file-name.
18027 (x-dnd-known-types): Add COMPOUND_TEXT.
18028 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
18029 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
18030 x-dnd-empty-state.
18031 (x-dnd-forget-drop): Ditto.
18032 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
18033 (x-dnd-handle-one-url): Return private when inserting text.
18034 (x-dnd-insert-ctext): New function.
18035 (x-dnd-handle-file-name): New function for FILE_NAME.
18036 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
18037 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
18038 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
18039
18040 2004-02-10 Kenichi Handa <handa@m17n.org>
18041
18042 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
18043 instead of while loop.
18044
18045 2004-02-10 Miles Bader <miles@gnu.org>
18046
18047 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
18048
18049 2004-02-09 Kenichi Handa <handa@m17n.org>
18050
18051 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
18052 have end-of-line.
18053
18054 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
18055
18056 * Makefile.in: Added extra dependencies in the recompile target
18057 needed to cope with the compile time macro expansions in CC Mode.
18058
18059 2004-02-09 Kim F. Storm <storm@cua.dk>
18060
18061 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
18062 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
18063 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
18064 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
18065 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
18066 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
18067 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
18068 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
18069 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
18070 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
18071 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
18072
18073 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18074
18075 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
18076 Don't allow shrink if there's a window on our right.
18077
18078 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
18079 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
18080 Bring together declaration and initialization.
18081 (prolog-mode-variables): Don't set the syntax table.
18082 Don't set paragraph-start and comment-indent-function.
18083 Add /*..*/ to the comment regexps.
18084 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
18085 (prolog-mode-map): Don't bind TAB.
18086 (prolog-mode): Set the syntax table.
18087 (prolog-comment-indent): Remove.
18088 (inferior-prolog-mode-map): Initialize in the declaration.
18089 (inferior-prolog-mode-syntax-table)
18090 (inferior-prolog-mode-abbrev-table): New vars.
18091 (inferior-prolog-mode): Derive from comint-mode.
18092 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
18093 minibuffer windows.
18094
18095 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
18096 in file names, as long as it is unabmiguous.
18097
18098 2004-02-08 Andreas Schwab <schwab@suse.de>
18099
18100 * textmodes/reftex-toc.el
18101 (reftex-toc-load-all-files-for-promotion): Remove useless use of
18102 format. Doc fix.
18103
18104 * textmodes/refer.el (refer-find-entry-internal): Remove extra
18105 format string arguments.
18106
18107 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
18108 string argument.
18109
18110 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
18111
18112 * play/zone.el (zone-call): Fix format string.
18113
18114 * net/webjump.el (webjump-builtin): Add missing format string argument.
18115
18116 * midnight.el (midnight-delay-set): Remove extra format string argument.
18117
18118 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
18119
18120 * hexl.el (hexl-insert-char): Add missing format string argument.
18121
18122 * format.el (format-decode): Fix format string.
18123
18124 * emulation/vi.el (vi-mode): Remove extra format string argument.
18125 (vi-repeat-last-search): Likewise.
18126 (vi-reverse-last-search): Likewise.
18127 (vi-goto-mark): Likewise.
18128 (vi-reverse-last-find-char): Likewise.
18129 (vi-repeat-last-find-char): Likewise.
18130 (vi-locate-def): Likewise.
18131
18132 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
18133
18134 * ediff-util.el (ediff-toggle-read-only): Remove extra format
18135 string argument.
18136 (ediff-toggle-regexp-match): Likewise.
18137
18138 * dired-aux.el (dired-do-query-replace-regexp): Add missing
18139 format string argument.
18140
18141 * calc/calc-map.el (calc-get-operator): Remove extra format
18142 string argument.
18143
18144 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
18145
18146 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
18147 string argument.
18148
18149 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
18150
18151 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
18152
18153 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
18154
18155 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
18156 (cl-struct-setf-expander): Likewise.
18157
18158 * vc.el (with-vc-file): Fix unsafe uses of error.
18159 (vc-cancel-version): Likewise.
18160
18161 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
18162
18163 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
18164 thousands separator; fixes <class>:<line-number> regexp for
18165 non-english locales.
18166
18167 2004-02-08 Andreas Schwab <schwab@suse.de>
18168
18169 * view.el (view-mode-enable): Revert previous change.
18170
18171 2004-02-07 Kim F. Storm <storm@cua.dk>
18172
18173 * simple.el (line-number-at-pos): Rename from line-at-pos.
18174 Uses changed (what-line and vc-annotate-warp-version).
18175
18176 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18177
18178 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
18179 (diff-mode): Remove aborted attempt at support for compile.el.
18180 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
18181
18182 2004-02-06 Andreas Schwab <schwab@suse.de>
18183
18184 * view.el (view-mode-enable): Add view-mode-map to
18185 minor-mode-overriding-map-alist.
18186
18187 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18188
18189 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
18190
18191 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
18192
18193 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
18194 with point inside rather than after the paragraph.
18195
18196 2004-02-04 Sam Steingold <sds@gnu.org>
18197
18198 * mail/smtpmail.el (smtpmail-try-auth-methods):
18199 Do not try authentication when no mechanism is available.
18200 Pass port-name as defaultport to `netrc-machine'.
18201
18202 2004-02-04 Stephen Eglen <stephen@gnu.org>
18203
18204 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
18205 to show how minibuffer height can be constrained.
18206
18207 2004-02-04 John Paul Wallington <jpw@gnu.org>
18208
18209 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
18210
18211 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18212
18213 * x-dnd.el: New file for drag and drop.
18214
18215 * term/x-win.el: require x-dnd, set after-make-frame-functions
18216 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
18217 drag-n-drop event.
18218
18219 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
18220 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
18221 (dired-dnd-handle-file): New functions for drag and drop support.
18222 (dired-mode): Initialize drag and drop if x-dnd present.
18223
18224 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
18225
18226 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
18227 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
18228 (cperl-mode): Set fill-paragraph-function.
18229 (cperl-fill-paragraph): Make it non-interactive.
18230
18231 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
18232
18233 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
18234
18235 2004-02-02 David Kastrup <dak@gnu.org>
18236
18237 * replace.el (perform-replace): Allow 'literal argument in
18238 regexp-flag to indicate literal replacement.
18239 (query-replace-regexp-eval): Use it.
18240
18241 2004-02-01 Andreas Schwab <schwab@suse.de>
18242
18243 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
18244
18245 2004-02-01 Stephen Eglen <stephen@gnu.org>
18246
18247 * info-look.el: Add support for maxima-mode. Update commentary
18248 because info-lookup-symbol is now bound to C-h S.
18249
18250 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
18251
18252 * simple.el (edit-and-eval-command): Bind print-level and
18253 minibuffer-history-sexp-flag around call to read-from-minibuffer.
18254 Correct initial position in command-history.
18255
18256 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
18257
18258 * files.el (read-directory-name): Adapt the docstring to recent
18259 change in Fread_file_name.
18260
18261 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
18262
18263 * ses.el (ses-print-cell): If print format too wide for column
18264 width, truncate decimal places if that helps to avoid "#####" fill.
18265 * ses.el (ses-initial-column-width): Revert previous change.
18266
18267 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
18268
18269 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
18270 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
18271 Add edebug info.
18272 (jit-lock-mode): Setup/cancel the new timer.
18273 (jit-lock-context-fontify): New fun. Extracted from
18274 context fontification code of jit-lock-stealth-fontify.
18275 (jit-lock-stealth-fontify): Don't do context fontification any more.
18276
18277 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
18278 (jit-lock-fontify-now): Handle the `quit' case.
18279 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
18280
18281 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
18282
18283 * progmodes/executable.el (executable-command-find-posix-p):
18284 New. Check if find handles arguments Posix-style.
18285
18286 * progmodes/grep.el (grep-compute-defaults):
18287 Use executable-command-find-posix-p.
18288 (grep-find): Check `grep-find-command'.
18289
18290 * filecache.el (file-cache-find-posix-p): Delete.
18291 (file-cache-add-directory-using-find):
18292 Use `executable-command-find-posix-p'.
18293
18294 2004-01-29 Dave Love <fx@gnu.org>
18295
18296 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18297 Iterate the hook function if arg is given.
18298 (mark-defun, narrow-to-defun): Change order of finding the limits.
18299
18300 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
18301 (byte-compile-format-warn): New.
18302 (byte-compile-callargs-warn): Use it.
18303 (Format, message, error): Add byte-compile-format-like property.
18304 (byte-compile-maybe-guarded): New.
18305 (byte-compile-if, byte-compile-cond): Use it.
18306 (byte-compile-lambda): Compile interactive forms,
18307 just to make warnings about them.
18308
18309 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
18310
18311 * ses.el (ses-initial-column-width): Increase to 14, so it will
18312 work well with the default printer of "%.7g" for extreme values
18313 like "-1.234567e+07".
18314
18315 2004-01-29 Kenichi Handa <handa@m17n.org>
18316
18317 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
18318
18319 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
18320
18321 * dos-w32.el: Added support for the `default-printer-name' function.
18322
18323 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
18324
18325 * server.el (server-socket-name): Don't use the hostname in the
18326 socket name since /tmp is local to the host anyway.
18327
18328 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
18329 robust check of widening and fix var-naming.
18330
18331 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
18332
18333 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
18334 or rmail-spam- to rsf- in all function and variable names.
18335 (rsf-min-region-to-spam-list): New variable.
18336 (rsf-bbdb-auto-delete-spam-entries): Rename from
18337 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
18338 scanned together with the recipients field for spam testing; Don't
18339 delete spam message if rmail-delete-after-output is non-nil;
18340 (rsf-check-field): New function, extracted from code in
18341 rmail-spam-filter to ease addition of header fields like
18342 content-type:;
18343 (message-content-type): New variable. The content-type: field was
18344 added also in defcustom of rsf-definitions-alist;
18345 (rmail-spam-filter): Replace repeated test code for header fields
18346 by calls to check-field; change the call to
18347 rmail-output-to-rmail-file such that rmail-current-message stays
18348 the same to avoid wrong deletion of unseen flags.
18349 (rmail-use-spam-filter): Add autoload cookie.
18350
18351 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
18352
18353 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
18354 (file-cache-add-directory-using-find): Add Cygwin support.
18355 (file-cache-find-command-posix-flag): New user variable.
18356
18357 * filecache.el (file-cache-add-directory): Check for
18358 directories an remove them from dir-files.
18359
18360 2004-01-27 Richard M. Stallman <rms@gnu.org>
18361
18362 * man.el (Man-fontify-manpage): Clean up message.
18363
18364 2004-01-27 Kenichi Handa <handa@m17n.org>
18365
18366 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
18367 (sentence-end): Define using sentence-end-without-space.
18368
18369 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
18370 a sentence ends with one of a character in sentence-end-without-space.
18371
18372 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
18373
18374 * font-lock.el (font-lock): Add jit-lock as explicit group member.
18375 (jit-lock): Group declaration moved to jit-lock.el.
18376 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
18377 when necessary.
18378
18379 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
18380 (jit-lock-context-unfontify-pos): Rename from
18381 jit-lock-first-unfontify-pos.
18382 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
18383
18384 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
18385
18386 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
18387 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
18388 (fortran-fill): When filling a string, adjust re-search-backward
18389 argument for special case of string just on fill-column.
18390 When filling non-string, allow one extra char if
18391 fortran-break-before-delimiters is non-nil.
18392 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
18393 Use fortran-break-delimiters-re and fortran-no-break-re to
18394 correctly handle cases such as "**".
18395
18396 * progmodes/f90.el (f90-break-delimiters): Doc fix.
18397 (f90-no-break-re): Add some extra tokens. Doc fix.
18398
18399 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
18400
18401 * mail/rmail-spam-filter.el:
18402 Use two semicolons as Commentary line prefix.
18403 Add ";;; Code:" stylized comment.
18404 Delete end-of-line whitespace.
18405 Wrap (require 'cl) with `eval-when-compile'.
18406
18407 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
18408
18409 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
18410 at the top level of vc.el.
18411
18412 2004-01-23 Andre Spiegel <spiegel@gnu.org>
18413
18414 * vc.el (vc-current-line): Function removed. This is now done by
18415 the new function line-at-pos in simple.el.
18416 (vc-annotate-warp-version): Use line-at-pos instead of
18417 vc-current-line.
18418
18419 2004-01-22 Kim F. Storm <storm@cua.dk>
18420
18421 * simple.el (line-at-pos): New defun.
18422 (what-line): Use it. Optimize by only counting lines in narrowed
18423 region once.
18424
18425 2004-01-22 Kenichi Handa <handa@m17n.org>
18426
18427 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
18428 point (register r1) only for charset mule-unicode-0100-24ff.
18429
18430 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
18431
18432 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
18433 trailing white space and ensure a final newline.
18434
18435 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
18436 Add autoload cookie.
18437
18438 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
18439
18440 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
18441 activate view-mode explicitly.
18442
18443 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18444
18445 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
18446 menu-bar-enable-clipboard and make Paste use clipboard first.
18447
18448 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18449
18450 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
18451 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
18452 (vc-mcvs-cvs): Remove.
18453 (vc-mcvs-command): Remove use of assert.
18454
18455 * outline.el (outline-insert-heading): Tighten up match.
18456 (outline-demote, outline-move-subtree-down): Don't assume anything
18457 about outline-regexp.
18458
18459 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
18460 (texinfo-show-structure): Explicitly add ^, and simplify.
18461
18462 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
18463
18464 * calendar/appt.el (appt-check): Restore usage of
18465 appt-issue-message deleted in previous change.
18466 (top-level): Activate package when loaded (needed for backwards
18467 compatibility).
18468
18469 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18470
18471 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
18472 following previous change to smtpmail-send-data.
18473
18474 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
18475
18476 * vc.el (vc-default-previous-version): Doc enhancement.
18477 (vc-default-next-version): New function.
18478 (vc-print-log): New arg FOCUS-REV.
18479 (vc-annotate-mode): Derive from view-mode.
18480 (vc-annotate): New args REVISION, DISPLAY-MODE.
18481 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
18482 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
18483 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
18484 (vc-annotate-show-diff-revision-at-line, vc-current-line)
18485 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
18486
18487 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
18488
18489 2004-01-19 Karl Berry <karl@gnu.org>
18490
18491 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
18492 or "TexInfo".
18493
18494 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
18495
18496 * subr.el (delete-dups): New function.
18497
18498 2004-01-19 Karl Berry <karl@gnu.org>
18499
18500 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
18501 with ^, since that's what texinfo-show-structure
18502 documentation says (plus it works much better in texinfo.txi).
18503
18504 2004-01-18 Jesper Harder <harder@ifa.au.dk>
18505
18506 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
18507
18508 2004-01-18 David Ponce <david@dponce.com> (tiny change)
18509
18510 * progmodes/which-func.el (which-function-mode): Don't cancel
18511 which-func-update-timer if not set.
18512
18513 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
18514
18515 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
18516 Remove spurious left square bracket in XX:XXam regexp.
18517
18518 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
18519
18520 * progmodes/cc-defs.el: Do not require cl at run time.
18521
18522 2004-01-16 Richard M. Stallman <rms@gnu.org>
18523
18524 * emacs-lisp/cl.el (cl-cannot-unload): New function.
18525 (cl-unload-hook): Defvar this to run cl-cannot-unload.
18526
18527 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
18528 Call rmail-spam-filter. Delete and expunge spam.
18529 Print number of spam messages deleted.
18530 Save and restore the deletion status of old messages when reading
18531 new mail with spam filter, so that expunging spam does not expunge
18532 msgs deleted by the user.
18533 (rmail-only-expunge): Add an optional argument dont-show to
18534 prevent showing message after expunge.
18535
18536 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
18537
18538 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
18539 * subr.el (declare): New macro.
18540
18541 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
18542
18543 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
18544
18545 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
18546
18547 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18548 Test window-system rather than system-type (for X11/Mac).
18549
18550 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
18551
18552 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
18553
18554 2004-01-12 Richard M. Stallman <rms@gnu.org>
18555
18556 * mail/rmail.el (rmail-convert-to-babyl-format):
18557 Use mail-unquote-printable-region.
18558 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
18559 (rmail-hex-char-to-integer): Functions deleted.
18560
18561 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
18562 (mail-unquote-printable-region): New arg NOERROR.
18563 For invalid encoding, either signal an error to just return nil.
18564
18565 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18566
18567 * calendar/appt.el: Update copyright and commentary.
18568 (appt-issue-message): Make obsolete.
18569 (appt-visible, appt-msg-window): Make obsolete, in favour of
18570 appt-display-format.
18571 (appt-display-mode-line, appt-display-duration)
18572 (appt-display-diary, appt-time-msg-list, appt-mode-string)
18573 (appt-prev-comp-time, appt-display-count, appt-timer)
18574 (appt-convert-time): Doc change.
18575 (appt-disp-window-function, appt-delete-window-function):
18576 Use defcustom rather than defvar.
18577 (appt-display-format): New variable.
18578 (appt-display-message): New function with display code from appt-check.
18579 (appt-check): Add optional FORCE argument. Doc change.
18580 Add appt-make-list to diary-hook if displaying diary.
18581 Remove checking of view-diary-entries-initially.
18582 Message display section removed to new function appt-display-message.
18583 (appt-display-window): Doc change. Remove unused internal var
18584 this-buffer. Do not beep, since appt-display-message does that.
18585 (appt-make-list): Doc change. Use caar.
18586 (appt-sort-list): Simplify by using builtin sort function.
18587 (appt-update-list): New function for updating appts when diary is
18588 saved.
18589 (appt-activate): New autoloaded function to toggle package
18590 functionality.
18591
18592 * calendar/cal-x.el: (calendar-one-frame-setup)
18593 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
18594
18595 * calendar/calendar.el: Update copyright.
18596 (view-diary-entries-initially, european-calendar-style): Doc change.
18597 (calendar-setup): Make defcustom rather than defvar.
18598 (mark-visible-calendar-date): Initialize temp-face and faceinfo
18599 in let binding so local to function.
18600
18601 * calendar/diary-lib.el: Update copyright.
18602 (diary, diary-entry-time): Doc change.
18603 (list-diary-entries): Doc change. Trivial logic change.
18604 (fancy-diary-display): Restore make-face command mistakenly
18605 deleted 2003-05-08.
18606 (show-all-diary-entries): Allow to pop-up frame if needed.
18607
18608 2004-01-09 John Paul Wallington <jpw@gnu.org>
18609
18610 * bindings.el (mode-line-change-eol): Add EVENT parameter.
18611 Temporarily select EVENT's window for changing eol type.
18612
18613 2004-01-09 Deepak Goel <deego@gnufans.org>
18614
18615 * calendar/diary-lib.el (diary-entry-time):
18616 Also accept time in the form XX[.XX][am/pm/AM/PM].
18617 (fancy-diary-font-lock-keywords): Likewise.
18618 (diary-font-lock-keywords): Likewise.
18619 * calendar/appt.el (appt-add): Likewise.
18620 (appt-make-list): Likewise.
18621 (appt-convert-time): Likewise.
18622
18623 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
18624
18625 * gdb-ui.el (gdb-ann3): Revert previous change.
18626 (gdb-source-info): Allow for case of where compilation directory
18627 is not recorded.
18628
18629 2004-01-08 John Paul Wallington <jpw@gnu.org>
18630
18631 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
18632
18633 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
18634
18635 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
18636
18637 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
18638 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
18639 problems.
18640 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
18641
18642 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
18643
18644 * files.el (write-file-functions, write-contents-functions):
18645 Clarify docstrings.
18646
18647 2004-01-07 Kenichi Handa <handa@m17n.org>
18648
18649 * international/mule.el (set-auto-coding): Fix for the case that
18650 end-of-line is only CR.
18651
18652 2004-01-07 Kim F. Storm <storm@cua.dk>
18653
18654 * subr.el (event-start, event-end): Doc fix.
18655 (posn-string, posn-image): New defuns.
18656 (posn-object): Return either image or string object.
18657 (posn-object-x-y): Return 8th element of position.
18658 (posn-object-width-height): New defun.
18659
18660 2004-01-06 Andreas Schwab <schwab@suse.de>
18661
18662 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
18663 output.
18664
18665 2004-01-05 Karl Berry <karl@gnu.org>
18666
18667 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
18668 / and *, too.
18669
18670 2003-12-31 Simon Josefsson <jas@extundo.com>
18671
18672 * files.el (before-save-hook): Add.
18673 (basic-save-buffer): Use before-save-hook.
18674
18675 * emacs-lisp/copyright.el: Fix comment to recommend
18676 before-save-hook instead of write-file-functions.
18677
18678 2004-01-05 Richard M. Stallman <rms@gnu.org>
18679
18680 * finder.el (finder-commentary): Call delete-other-windows.
18681
18682 * net/ange-ftp.el (ange-ftp-file-attributes):
18683 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
18684
18685 2004-01-04 Karl Berry <karl@gnu.org>
18686
18687 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
18688 comment characters % and # in the copyright year notice,
18689 as well as ;.
18690
18691 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
18692
18693 * wid-edit.el (default): Define dummy :value-delete.
18694 Reported by Jesper Harder <harder@ifa.au.dk>.
18695
18696 2004-01-03 Richard M. Stallman <rms@gnu.org>
18697
18698 * progmodes/compile.el (compile-internal): Use point, not point-min,
18699 for set-window-point.
18700
18701 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
18702
18703 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
18704
18705 * progmodes/grep.el (grep-mode-map):
18706 Don't remap next-line, previous-line.
18707
18708 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
18709
18710 * speedbar.el (speedbar-edit-line): Change regexp to position
18711 the cursor on the first character of this line's button.
18712
18713 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
18714
18715 * subr.el (functionp): Doc fix.
18716
18717 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
18718
18719 * progmodes/idlwave.el (idlwave-make-tags):
18720 * textmodes/flyspell.el (flyspell-large-region):.
18721 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
18722 * emulation/viper-util.el (viper-glob-unix-files):
18723 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
18724 * man.el (Man-init-defvars):
18725 * jka-compr.el (jka-compr-call-process):
18726 * files.el (get-free-disk-space,insert-directory):
18727 * ediff-ptch.el (ediff-test-patch-utility):
18728 * ediff-diff.el (ediff-test-utility):
18729 * dired-aux.el (dired-check-process):
18730 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
18731 test the return value of call-process, because it can be a string.
18732
18733 2003-12-31 John Paul Wallington <jpw@gnu.org>
18734
18735 * bindings.el (completion-ignored-extensions): Add .pfsl.
18736
18737 2003-12-31 Kim F. Storm <storm@cua.dk>
18738
18739 * ido.el (ido-nonreadable-directory-p): New defun to check for
18740 nonreadable directory without activating tramp (to avoid problems
18741 with checking incomplete tramp paths).
18742 (ido-set-current-directory, ido-file-internal)
18743 (ido-file-name-all-completions1): Use it.
18744
18745 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
18746
18747 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
18748 documentation if the anchor (or node) name is preceded by `info
18749 anchor' or `Info anchor' in addition to earlier `info node' and
18750 `Info node'.
18751 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
18752
18753 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18754
18755 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
18756 error in arguments to base64-decode-region. Remove ^M characters
18757 after decoding base64.
18758
18759 2003-12-30 Simon Josefsson <jas@extundo.com>
18760
18761 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
18762 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
18763 have only been distributed with Emacs for some years.
18764 (texinfo-mode-hook): Customize.
18765
18766 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18767
18768 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
18769 cleaner (suggested by Richard Stallman).
18770
18771 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
18772 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
18773 file-name clashes on 8+3 DOS filesystems.
18774
18775 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
18776 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
18777 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
18778 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
18779 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
18780 file-name clashes on 8+3 filesystems.
18781
18782 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
18783 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
18784 file-name clashes on 8+3 DOS filesystems.
18785
18786 2003-12-29 Richard M. Stallman <rms@gnu.org>
18787
18788 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
18789 Upcase the character.
18790
18791 * textmodes/flyspell.el (mail-mode-flyspell-verify):
18792 Search for header separator alone on a line, literally,
18793 and search for it backward, not forward.
18794 (flyspell-abbrev-table): Always use global-abbrev-table
18795 if there is no local one.
18796
18797 * progmodes/sh-script.el (sh-get-indent-info):
18798 Don't move point back if at bob.
18799
18800 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
18801
18802 * play/handwrite.el (handwrite): Make the handwrite credit message
18803 a comment rather than an output command.
18804
18805 * obsolete/sc.el: Display message that this file is obsolete.
18806
18807 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
18808
18809 * mail/rfc822.el (rfc822-address-start): Declare variable.
18810 Renamed from address-start. All uses changed.
18811
18812 * term.el (term-exec): Set up sentinel.
18813 (term-sentinel): New function.
18814 (term-handle-exit): New function.
18815
18816 * subr.el (assoc-ignore-case, assoc-ignore-representation):
18817 Use assoc-string, and mark them obsolete.
18818 (delay-mode-hooks): Mark as permanent local.
18819
18820 * simple.el (sendmail-user-agent-compose): Use assoc-string.
18821
18822 * register.el (copy-rectangle-to-register): Doc fix.
18823
18824 * info.el (Info-insert-dir): Use assoc-string.
18825
18826 * info-look.el (info-lookup): Use assoc-string.
18827
18828 * frame.el (pop-up-frame-function): Use quote, not `function'.
18829 (frame-notice-user-settings): Calculate ADJUSTED-TOP
18830 copying with lists as coordinate values.
18831
18832 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
18833
18834 * find-dired.el (kill-find): New command.
18835 (find-dired): Make buffer read-only.
18836 Set up a keymap with C-c C-k running kill-find.
18837 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
18838
18839 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
18840
18841 * filecache.el (file-cache-ignore-case): New variable.
18842 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
18843
18844 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
18845 (comint-dynamic-complete-as-filename): Rename local vars.
18846 (comint-dynamic-list-filename-completions): Likewise.
18847
18848 * comint.el (comint-dynamic-list-completions-config): New var.
18849 (comint-dynamic-list-completions): Handle both SPC and TAB right.
18850
18851 * comint.el (comint-file-name-chars): Add [].
18852 (comint-word): Use skip-chars-backward, not search.
18853
18854 * shell.el (shell-file-name-chars): Add [].
18855
18856 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
18857
18858 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
18859
18860 * generic.el (define-generic-mode): Doc fix.
18861
18862 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18863
18864 * files.el (kill-some-buffers): Doc fix.
18865
18866 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
18867
18868 * comint.el (comint-watch-for-password-prompt): Pass `string' as
18869 arg to send-invisible
18870 (send-invisible): Doc fix. The argument is now a prompt, not the
18871 string to send.
18872 (comint-read-noecho): Doc fix.
18873
18874 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
18875
18876 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
18877 "@", as required by some ISP hosting service. Fix defcustom
18878 argument syntax errors that prevented use of customization.
18879
18880 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18881
18882 * xml.el (xml-get-attribute-or-nil): Doc fix.
18883
18884 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
18885
18886 * net/zone-mode.el (zone-mode): Use write-file-functions, not
18887 write-file-hooks.
18888
18889 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
18890
18891 * autorevert.el (auto-revert-interval): Doc fix.
18892
18893 2003-12-29 Mark A. Hershberger <mah@everybody.org>
18894
18895 * xml.el (xml-get-attribute-or-nil): New function, like
18896 xml-get-attribute, but returns nil if the attribute was not found.
18897 (xml-get-attribute): Convert to defsubst, uses
18898 xml-get-attribute-or-nil.
18899
18900 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18901
18902 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
18903
18904 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
18905
18906 * custom.el (custom-declare-theme): Use `value' when putting
18907 properties on `theme'.
18908
18909 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
18910
18911 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
18912 for each yank-handler segment.
18913 (insert-for-yank-1): New function, with the body of the previous
18914 insert-for-yank.
18915
18916 * textmodes/table.el (table-yank-handler): New defcustom.
18917 (table--put-cell-indicator-property): Put yank-handler property
18918 that indicates the yank handler for the table cell.
18919
18920 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
18921
18922 * generic-x.el (etc-modules-conf-generic-mode): A more complete
18923 set of keywords.
18924
18925 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18926
18927 * international/mule-cmds.el (reset-language-environment)
18928 (set-language-environment): Don't invoke fontset-related functions
18929 if fontset-list is not fboundp.
18930
18931 2003-12-29 Kenichi Handa <handa@m17n.org>
18932
18933 * international/mule-cmds.el (reset-language-environment):
18934 Call set-overriding-fontspec-internal with nil.
18935 (set-language-environment): Call set-overriding-fontspec-internal
18936 if the language environment specify `overriding-fontspec'.
18937 (language-info-alist): Doc added.
18938
18939 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
18940 characters of mule-unicode-0100-24ff.
18941 (ccl-encode-windows-1251-font): New CCL program.
18942 ("Bulgarian"): Specify overriding-fontspec.
18943 ("Belarusian"): Likewise.
18944
18945 2003-12-28 Sam Steingold <sds@gnu.org>
18946
18947 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
18948 parameter ID-FORMAT to conform with the 2003-11-30 patch.
18949
18950 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
18951
18952 * progmodes/gud.el (gud-gdb-command-name): Set default to
18953 "gdb --annotate=3".
18954 (gud-gdb-marker-filter): Look out for annotations.
18955 (gdb-first-pre-prompt): New variable.
18956 Remove trailing white space.
18957
18958 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
18959 if necessary.
18960 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
18961 annotations are detected.
18962 (gud-gdba-marker-filter): Use global variable gud-marker-acc
18963 instead of a local one to allow transition from
18964 gud-gdb-marker-filter.
18965 Remove trailing white space.
18966
18967 2003-12-27 Kim F. Storm <storm@cua.dk>
18968
18969 * ido.el: Handle non-readable directories.
18970 (ido-decorations): Add 9th element for non-readable directory.
18971 (ido-directory-nonreadable): New dynamic var.
18972 (ido-set-current-directory): Set it.
18973 (ido-read-buffer, ido-file-internal):
18974 (ido-read-file-name, ido-read-directory-name): Let-bind it.
18975 (ido-file-name-all-completions1): Return empty list for
18976 non-readable directory.
18977 (ido-exhibit): Print [Not readable] if directory is not readable.
18978 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
18979 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
18980 Use it.
18981
18982 2003-12-27 Lars Hansen <larsh@math.ku.dk>
18983
18984 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
18985 calls to directory-files-and-attributes and file-attributes.
18986 (ls-lisp-format): Remove system dependent handling of user and
18987 group id's.
18988
18989 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
18990
18991 * ffap.el (ffap-read-file-or-url): Revert previous change.
18992
18993 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
18994
18995 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
18996 new list of included files called `files-with-node-lines', that
18997 only have node lines. This way @include commands can include any
18998 file, such as version and update files without node lines, not
18999 just files that are chapters.
19000
19001 2003-12-25 Andreas Schwab <schwab@suse.de>
19002
19003 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
19004 file not found.
19005
19006 2003-12-08 Miles Bader <miles@gnu.org>
19007
19008 * dired.el (dired-between-files): Always use dired-move-to-filename,
19009 which is more robust in non-english locales.
19010
19011 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
19012
19013 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
19014
19015 2003-12-24 Andreas Schwab <schwab@suse.de>
19016
19017 * shell.el (shell-file-name-quote-list): Add backslash.
19018
19019 * comint.el (comint-quote-filename): Correctly handle backslash
19020 in comint-file-name-quote-list.
19021
19022 2003-12-24 Kenichi Handa <handa@m17n.org>
19023
19024 * international/mule-cmds.el (set-default-coding-systems):
19025 Call ucs-set-table-for-input for all buffers that don't have local
19026 value of buffer-file-coding-system.
19027
19028 * international/ucs-tables.el (ucs-set-table-for-input):
19029 If translation-table-for-encode is a symbol, get its
19030 translation-table property.
19031
19032 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
19033
19034 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
19035 to `completing-read' on a recently fixed bug.
19036
19037 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
19038 instead of SPACE, to get the list of possible fringe modes.
19039 SPACE only works if both `partial-completion-mode' and
19040 `completion-auto-help' are nil.
19041
19042 * complete.el (PC-is-complete-p): Delete.
19043 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
19044 calls to `test-completion'.
19045
19046 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
19047
19048 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
19049 to edit values when there are no children.
19050
19051 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
19052 a mode called "Assembler" already exists.
19053 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
19054 (gud-watch): Use format option. Remove font properties from string.
19055 (gdb-var-create-handler, gdb-var-list-children-handler):
19056 Don't bother about properties as there are none.
19057 (gdb-var-create-handler, gdb-var-list-children-handler)
19058 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
19059 with two arguments.
19060 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
19061 Let speedbar show value changes with a different font.
19062 (gdb-edit-value): New defun.
19063 (gdb-clear-partial-output, gdb-clear-inferior-io)
19064 (def-gdb-auto-update-handler): Use erase-buffer.
19065 (gdb-frame-handler): Display watch expressions in
19066 FUNCTION::VARIABLE format if required.
19067
19068 2003-12-23 John Paul Wallington <jpw@gnu.org>
19069
19070 * info.el (Info-unescape-quotes, Info-split-parameter-string)
19071 (Info-goto-emacs-command-node): Doc fixes.
19072
19073 2003-12-12 Jesper Harder <harder@ifa.au.dk>
19074
19075 * cus-edit.el (custom-add-parent-links): Define "many".
19076
19077 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
19078
19079 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
19080 (widget-child-validate, widget-type-value-create)
19081 (widget-type-default-get, widget-type-match): New functions.
19082 (lazy): New widget.
19083 (menu-choice, checklist, radio-button-choice, editable-list)
19084 (group, documentation-string): Remove redundant (per 2003-10-25
19085 change) calls to `widget-children-value-delete'.
19086 (widget-choice-value-get, widget-choice-value-inline): Remove.
19087 (menu-choice): Update widget.
19088
19089 2003-12-03 Kenichi Handa <handa@m17n.org>
19090
19091 * language/cyrillic.el: Register "microsoft-cp1251" in
19092 ctext-non-standard-encodings-alist.
19093 ("Bulgarian"): Add ctext-non-standard-encodings.
19094 ("Belarusian"): Likewise.
19095
19096 * international/mule-conf.el (compound-text-with-extensions):
19097 Change the type to 2 (iso-2022 base).
19098
19099 * international/mule.el (ctext-non-standard-encodings-alist):
19100 Change the format.
19101 (ctext-non-standard-encodings): New variable.
19102 (ctext-post-read-conversion): Fully re-written.
19103 (ctext-non-standard-designations-alist): Delete it.
19104 (ctext-non-standard-encodings-table): New function.
19105 (ctext-pre-write-conversion): Fully re-written.
19106
19107 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
19108
19109 * cus-edit.el (custom-add-parent-links): Add documentation links
19110 for parent, if the item has none of its own.
19111
19112 2003-11-30 Richard M. Stallman <rms@gnu.org>
19113
19114 * dired-aux.el (dired-do-query-replace-regexp):
19115 Report files visited read-only.
19116
19117 2003-11-30 Juri Linkov <juri@jurta.org>
19118
19119 * dired-aux.el (dired-compare-directories): New command.
19120 (dired-file-set-difference, dired-files-attributes): New functions.
19121
19122 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
19123 Version 2.0.38 of Tramp released.
19124
19125 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
19126 Charles Curley <charlescurley@charlescurley.com>.
19127 (tramp-multi-connection-function-alist): Add ssht entry which adds
19128 "-e none -t -t" to the list of ssh args. Suggested by Adrian
19129 Aichner.
19130 (tramp-get-method-parameter): New function to retrieve a method
19131 parameter. This allows for omission of method parameters.
19132 Callers adjusted.
19133
19134 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
19135
19136 * net/tramp.el: Add new optional parameter ID-FORMAT to
19137 `file-attributes'. Calls of `file-attributes' won't use this
19138 parameter for backward compatibility reasons.
19139 (tramp-perl-file-attributes): Add a new parameter to Perl script
19140 in order to handle uid/gid as strings, if desired.
19141 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
19142 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
19143 order to make the function more general.
19144 (tramp-handle-file-attributes): Replace proprietary optional
19145 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
19146 (tramp-handle-file-attributes-with-perl): Handle parameter
19147 NONNUMERIC if set. This wasn't done in the past.
19148 (tramp-post-connection): Apply second parameter "$2" if
19149 `tramp-remote-perl' is called.
19150
19151 * net/tramp-smb.el (tramp-smb-handle-delete-file):
19152 Correct cut'n'waste error (`filename' instead of `directory').
19153 (tramp-smb-handle-directory-files-and-attributes)
19154 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
19155 introduced parameter ID-FORMAT.
19156 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
19157 error (`directory' instead of `ldir').
19158
19159 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
19160 `file-attributes' has a second parameter. If yes, apply it with
19161 value "'integer". Otherwise, don't use that parameter (default is
19162 integer format).
19163
19164 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
19165
19166 * help.el (help-map): Bind `display-local-help' to `C-h .'.
19167 (help-for-help): Add `C-h .' to the listed Help options.
19168 Remove trailing whitespace.
19169
19170 * help-at-pt.el: New file.
19171
19172 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
19173
19174 * subr.el (noreturn, 1value): New macros for test coverage.
19175 See `testcover.el'.
19176
19177 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
19178
19179 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
19180 for macro `1value'.
19181 (testcover-1value): New function. Checks that a 1value form
19182 actually returns only one value. Requested by RMS.
19183
19184 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
19185
19186 * gdb-ui.el (gud-watch, gdb-var-create-handler)
19187 (gdb-var-list-children, gdb-var-list-children-handler)
19188 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
19189 gdb commands that use mi to keep them out of the command history.
19190
19191 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19192
19193 * cus-start.el (all): Add use-file-dialog.
19194
19195 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19196
19197 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
19198
19199 2003-11-27 Kim F. Storm <storm@cua.dk>
19200
19201 * subr.el (posn-object-x-y): New defun.
19202
19203 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
19204
19205 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
19206 Don't use `space' for \\\n.
19207 Be more selective as to which # are comment-starters.
19208
19209 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
19210
19211 * subr.el (number-sequence): Improve handling of floating point
19212 arguments (suggested by Kim Storm). Allow negative arguments.
19213
19214 2003-11-26 Kenichi Handa <handa@m17n.org>
19215
19216 * international/mule-cmds.el (standard-display-european-internal):
19217 Cancel the standard-display-table setting for ` and '.
19218
19219 2003-11-26 Kim F. Storm <storm@cua.dk>
19220
19221 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
19222 New defcustoms to add ffap-like functionality to ido.
19223 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
19224 (ido-no-final-slash): New defun.
19225 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
19226 (ido-read-file-name): ): Toggle VC checking via
19227 vc-handled-backends instead of vc-master-templates.
19228 (ido-file-internal): Handle ido-use-url-at-point and
19229 ido-use-filename-at-point via code borrowed from ffap-guesser.
19230 Handle new ido-exit code ffap.
19231 (ido-sort-list): Ignore final slash when sorting file names.
19232
19233 2003-11-25 Kim F. Storm <storm@cua.dk>
19234
19235 * emulation/cua-base.el (cua--standard-movement-commands):
19236 Add forward-sentence and backward-sentence.
19237
19238 2003-11-25 Stephen Eglen <stephen@gnu.org>
19239
19240 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
19241 iswitchb-exit is set to 'usefirst when user selects buffer at head
19242 of list using RET. (Selecting buffers at the head of the list was
19243 broken if the substring was also a complete buffername.)
19244
19245 2003-11-23 Kim F. Storm <storm@cua.dk>
19246
19247 * progmodes/compile.el (grep-command, grep-use-null-device)
19248 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
19249 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
19250 (grep-regexp-alist, grep-program, find-program)
19251 (grep-find-use-xargs, grep-history, grep-find-history)
19252 (grep-process-setup, grep-compute-defaults)
19253 (grep-default-command, grep, grep-tag-default, grep-find)
19254 (grep-expand-command-macros, grep-tree-last-regexp)
19255 (grep-tree-last-files, grep-tree): Move grep variables, functions
19256 and commands to new file grep.el.
19257 (compilation-mode-map): Remove grep commands from Compile sub-menu.
19258 (compilation-process-setup-function): Doc fix.
19259 (compilation-highlight-regexp, compilation-highlight-overlay): New
19260 defvars used for highlighting current compile error in source buffer.
19261 (compile-internal): New optional args HIGHLIGHT-REGEXP and
19262 LOCAL-MAP which overrides compilation-highlight-regexp and
19263 compilation-mode-map for this compilation.
19264 Delay calling compilation-set-window-height until after running
19265 compilation-process-setup-function so it can buffer-local override
19266 compilation-window-height.
19267 Check buffer-local value of compilation-scroll-output.
19268 (compilation-set-window-height): Use buffer-local value of
19269 compilation-window-height.
19270 (compilation-revert-buffer): Don't pass (undefined)
19271 preserve-modes arg to revert-buffer.
19272 (next-error-no-select, previous-error-no-select): New commands.
19273 (compilation-goto-locus): Temporarily highlight current match in
19274 source buffer using compilation-highlight-regexp.
19275
19276 * progmodes/grep.el: New file with grep code from compile.el.
19277 (grep): New defcustom group.
19278 (grep-window-height): New defcustom, like compilation-window-height.
19279 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
19280 (grep-scroll-output): New defcustom, like compilation-scroll-output.
19281 (grep-command, grep-use-null-device, grep-find-command)
19282 (grep-tree-files-aliases, grep-tree-ignore-case)
19283 (grep-tree-ignore-CVS-directories): Move to grep custom group.
19284 (grep-setup-hook): New hook variable.
19285 (grep-mode-map): New keymap for grep commands. Add Grep menu.
19286 (grep-last-buffer): New defvar, override compilation-last-buffer.
19287 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
19288 Call compile-internal with args highlight-regexp and grep-mode-map.
19289
19290 2003-11-23 Kim F. Storm <storm@cua.dk>
19291
19292 * subr.el (event-start, event-end): Doc fix.
19293 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
19294 (posn-area, posn-actual-col-row, posn-object): New defuns.
19295 (posn-col-row): Simplify doc. Rewrite to use cond.
19296 (posn-point): Also return buffer position for events outside text
19297 area (that info is now present in the event position).
19298
19299 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
19300 mouse-set-point so that hscroll still works now that clicks on
19301 fringes generate specific mouse events.
19302 (mouse-set-point): Note that it now works in fringes and margins
19303 too due to new semantics of posn-point in fringes and margins.
19304
19305 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
19306 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
19307
19308 2003-11-20 Kim F. Storm <storm@cua.dk>
19309
19310 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
19311 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
19312 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
19313 to 100 for icons to avoid increasing line height when shown.
19314
19315 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19316
19317 * newcomment.el (comment-normalize-vars): Initialize properly if
19318 comment-start was nil.
19319
19320 2003-11-19 Andreas Schwab <schwab@suse.de>
19321
19322 * simple.el (set-variable): Fix indentation.
19323
19324 2003-11-17 Kenichi Handa <handa@m17n.org>
19325
19326 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
19327 Fix docstring.
19328
19329 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19330
19331 * international/latin1-disp.el (latin1-display): Fix docstring.
19332
19333 2003-11-16 John Wiegley <johnw@newartisans.com>
19334
19335 * eshell/em-ls.el (eshell-ls-file): There are times with
19336 size-width is nil and uncomputed (when directories are created in
19337 dired, for example); in this case, 4 is reasonable default value,
19338 although it may caused skewed new entries (which could be avoided
19339 by returning the original value of 8 in all cases, but 99% of the
19340 time this is a waste of whitespace).
19341
19342 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
19343
19344 * cc-engine.el (c-guess-continued-construct)
19345 (c-guess-basic-syntax): Check a little more carefully if it's a
19346 function declaration when an unknown construct followed by a block
19347 is found inside a statement context. This avoids macros followed
19348 by blocks to be taken as function declarations.
19349
19350 (c-guess-continued-construct): Change the analysis of a statement
19351 continuation with a brace open to `substatement-block', for
19352 consistency with recognized statements.
19353
19354 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
19355 start is in a position so that `c-beginning-of-statement-1' jumped
19356 to the beginning of the same statement.
19357
19358 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
19359 Don't accept binary operators in the arglist if we're in a function
19360 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
19361 template recognition in cases like "if (a < b || c > d)".
19362
19363 (c-restricted-<>-arglists): New more appropriate name for
19364 `c-disallow-comma-in-<>-arglists'.
19365
19366 Accessing functions updated for the variable name change.
19367
19368 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
19369 match data could get clobbered if NOT-INSIDE-TOKEN is used.
19370
19371 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
19372 labels.
19373
19374 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
19375 instead of duplicating parts of it. This fixes bogus label
19376 recognition.
19377
19378 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
19379 of checking the context in which to apply the minimum indentation,
19380 so that it isn't enforced in e.g. namespace blocks.
19381
19382 * cc-vars.el (c-inside-block-syms): New constant used by
19383 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
19384 to somewhat reduce the risk of becoming stale.
19385
19386 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
19387 cc-cmds to cc-engine to allow use from cc-align.
19388
19389 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
19390 qualified identifiers containing "::".
19391
19392 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
19393 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
19394
19395 * cc-vars.el (c-emacs-features): Use a space in front of the name
19396 of the temporary buffer. That also avoids dumping problems in
19397 XEmacs due to undo info being left around after the buffer is killed.
19398
19399 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
19400 arglist to see if it's a K&R style declaration.
19401
19402 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
19403 before returning `knr-argdecl-intro'.
19404
19405 2003-11-16 John Wiegley <johnw@newartisans.com>
19406
19407 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
19408 field in a long-listing always 8 characters, use `size-width',
19409 which has already been computed.
19410
19411 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
19412
19413 * subr.el (minor-mode-list): Add `hs-minor-mode'.
19414
19415 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19416
19417 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
19418 Support operation while narrowed, with `diff-restrict-view'.
19419
19420 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19421
19422 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19423 Take additional optional arg NARROWFUN. For the generated functions:
19424 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
19425 include frags that arrange to check for and save narrowing state before
19426 the move and then conditionally call NARROWFUN after the move.
19427
19428 2003-11-14 John Wiegley <johnw@newartisans.com>
19429
19430 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
19431 that was optional, but obviously missing based on surrounding code.
19432
19433 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
19434 string arguments to numbers unless the whole argument was seen as
19435 a number.
19436
19437 2003-11-14 Kenichi Handa <handa@m17n.org>
19438
19439 * international/mule.el (ctext-non-standard-encodings-alist):
19440 Fix coding systems.
19441
19442 2003-11-10 Kenichi Handa <handa@m17n.org>
19443
19444 * language/kannada.el ("Kannada"): Add sample-text.
19445
19446 * language/knd-util.el (kannada-compose-region)
19447 (kannada-compose-string, kannada-post-read-conversion):
19448 Add autoload cookie.
19449
19450 * international/quail.el (quail-completion): Change the message
19451 "corresponding translations" to "corresponding characters".
19452
19453 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
19454
19455 * descr-text.el (describe-char): Fix typo.
19456
19457 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
19458
19459 These changes are to support Kannada language/script.
19460
19461 * Makefile.in (DONTCOMPILE): Add kannada.el.
19462
19463 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
19464
19465 * loadup.el: Preload kannada.el.
19466
19467 * language/ind-util.el (ucs-kannada-to-is13194-alist)
19468 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
19469 New variables.
19470
19471 * language/kannada.el: New file.
19472
19473 * language/knd-util.el: New file.
19474
19475 2003-11-07 Andreas Schwab <schwab@suse.de>
19476
19477 * progmodes/autoconf.el (autoconf-font-lock-keywords):
19478 Also highlight AH_*.
19479
19480 * xml.el (xml-parse-dtd): Fix misplaced paren.
19481
19482 2003-11-07 Kenichi Handa <handa@m17n.org>
19483
19484 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
19485
19486 2003-11-05 Juri Linkov <juri@jurta.org>
19487
19488 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
19489 (desktop-buffer-file): Use saved buffer-file-coding-system
19490 for file reading. Set auto-insert to nil to prevent automatic
19491 insertion into restored empty files.
19492
19493 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
19494
19495 * files.el (risky-local-variable-p): Make second argument optional.
19496
19497 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
19498
19499 * subr.el (add-hook): Fix last change.
19500
19501 2003-11-03 Eli Zaretskii <eliz@gnu.org>
19502
19503 * mail/rmail.el (rmail-convert-to-babyl-format):
19504 If base64-decode-region signals an error, catch it and silently
19505 ignore it.
19506
19507 2003-11-01 Mark A. Hershberger <mah@everybody.org>
19508
19509 * xml.el (xml-parse-region): Allow comments to appear after the
19510 topmost element has closed.
19511 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
19512 (xml-ns-expand-attr): New functions to do namespace handling.
19513 (xml-intern-attrlist): Back-compatible handling of attribute names.
19514 (xml-parse-tag): Move namespace handling to separate functions.
19515 Now produces elements in the form ((:ns . "element") (attr-list)
19516 children) instead of ('ns:element (attr-list) children).
19517 (xml-parse-attlist): Fix attribute parsing.
19518 (xml-parse-dtd): Change parsing so that it produces strings
19519 instead of interned symbols.
19520
19521 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
19522
19523 * dired.el (dired-ls-sorting-switches): Doc fix.
19524
19525 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
19526
19527 * emacs-lisp/rx.el (rx-or): Fix the case of
19528 "(rx (and ?a (or ?b ?c) ?d))".
19529
19530 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
19531
19532 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
19533 (texinfo-format-region): Use it.
19534 (texinfo-format-buffer-1): Ditto.
19535
19536 2003-11-01 Alan Mackenzie <acm@muc.de>
19537
19538 Changes to allow scrolling whilst in isearch mode:
19539 * isearch.el (isearch-unread-key-sequence): New function,
19540 extracted from isearch-other-meta-char.
19541 (top level): (put 'foo 'isearch-scroll) on all Emacs's
19542 "scrollable" standard functions.
19543 (isearch-allow-scroll): New customizable variable.
19544 (isearch-string-out-of-window, isearch-back-into-window)
19545 (isearch-reread-key-sequence-naturally)
19546 (isearch-lookup-scroll-key): New functions.
19547 (isearch-other-meta-char): Doc string and functionality enhanced.
19548 Now accepts a prefix argument.
19549 (isearch-lazy-highlight-window-end): New variable.
19550 (isearch-lazy-highlight-new-loop): Pay attention to the window's
19551 end (thru isearch-lazy-highlight-window-end), not only its start.
19552
19553 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
19554 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
19555 (universal-argument, universal-argument-more, negative-argument)
19556 (digit-argument, universal-argument-other-key): Minor changes.
19557
19558 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19559
19560 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
19561 recursively if the last message is deleted, thus avoiding an
19562 infinite loop.
19563
19564 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19565
19566 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
19567 (tex-main-file): Don't add .tex if the extension is already present.
19568 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
19569
19570 2003-10-29 Lute Kamstra <lute@gnu.org>
19571
19572 * progmodes/octave-inf.el (inferior-octave-prompt):
19573 Recognize version number in prompt.
19574
19575 2003-10-28 Dave Love <fx@gnu.org>
19576
19577 * international/characters.el: Fix some Unicode ranges.
19578
19579 2003-10-28 Kenichi Handa <handa@m17n.org>
19580
19581 * disp-table.el (standard-display-8bit)
19582 (standard-display-default, standard-display-ascii)
19583 (standard-display-g1, standard-display-graphic)
19584 (standard-display-underline): Assure that standard-display-table
19585 is a display table.
19586
19587 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
19588
19589 * simple.el (reindent-then-newline-and-indent): Delete space *after*
19590 reindenting the first line.
19591
19592 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
19593
19594 * wid-edit.el (widget-default-delete): Always delete child widgets.
19595
19596 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19597
19598 * newcomment.el (comment-indent): Don't call indent-according-to-mode
19599 if the line has code.
19600 Don't try to line up with something that's too far left.
19601
19602 * progmodes/octave-mod.el (octave-comment-start): Simplify.
19603 (octave-mode-syntax-table): Add % as a comment starter.
19604 (octave-point): Remove.
19605 (octave-in-comment-p, octave-in-string-p)
19606 (octave-not-in-string-or-comment-p, calculate-octave-indent)
19607 (octave-blink-matching-block-open, octave-auto-fill):
19608 Use line-(beginning|end)-position instead.
19609
19610 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
19611
19612 * emacs-lisp/authors.el (authors-aliases): Add correct realname
19613 for Francesco Potort\e,Al\e(B.
19614
19615 2003-10-23 Dave Love <fx@gnu.org>
19616
19617 * international/mule-cmds.el (locale-charset-to-coding-system):
19618 Don't rely on nil being a coding system.
19619
19620 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
19621 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
19622 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
19623
19624 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
19625
19626 * gdb-ui.el (gdb-current-language): New variable.
19627 (gdb-update-flag): Remove variable.
19628 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
19629 (gdb-take-last-elt): Remove function.
19630 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
19631 (gdb-post-prompt): Check for variable object changes here.
19632
19633 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
19634 object changes in gdb-ui.el.
19635
19636 2003-10-21 Richard M. Stallman <rms@gnu.org>
19637
19638 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
19639
19640 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
19641 Don't check for foo*/ wildcard form here.
19642 (insert-directory): Recognize foo*/ as a wildcard.
19643 Separate wildcard-regexp variable from the arg, wildcard.
19644
19645 * subr.el (add-hook): Correctly detect when make-local-hook was used.
19646 (remove-hook): Correctly handle strange cases about local hooks.
19647
19648 2003-10-21 David Ponce <david@dponce.com>
19649
19650 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
19651 argument REAL, to return a real number instead of a rounded
19652 integer value. Define as inline function.
19653 (ruler-mode-right-fringe-cols): Likewise.
19654 (ruler-mode-scroll-bar-cols): New function.
19655 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
19656 (ruler-mode-right-scroll-bar-cols): Likewise.
19657 (ruler-mode-space): New function.
19658 (ruler-mode-ruler): Use it. Handle variations of fringe style,
19659 scroll bar mode and margins in a more robust way.
19660
19661 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
19662
19663 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
19664 (antlr-c-init-language-vars): New function.
19665 (antlr-mode): Use it with cc-mode before v5.29.
19666 (antlr-c-common-init): Don't set some local vars here.
19667 (antlr-mode): Set them here.
19668 (antlr-c-forward-sws): New function alias.
19669 (antlr-mode): Redefine with cc-mode before v5.30.
19670 (antlr-skip-sexps): Use it.
19671 (antlr-skip-exception-part): Ditto.
19672 (antlr-skip-file-prelude): Ditto.
19673 (antlr-outside-rule-p): Ditto.
19674 (antlr-end-of-body): Ditto.
19675 (antlr-option-kind): Ditto.
19676 (antlr-insert-option-area): Ditto.
19677 (antlr-file-dependencies): Ditto.
19678
19679 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19680
19681 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
19682 Move backward only if point was not inside an entry.
19683
19684 2003-10-21 Richard M. Stallman <rms@gnu.org>
19685
19686 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
19687
19688 2003-10-21 Juri Linkov <juri@jurta.org>
19689
19690 * compare-w.el: Automatically skip non-matching text to resync.
19691 (compare-windows-whitespace): Doc fix.
19692 (compare-windows-sync, compare-windows-sync-string-size)
19693 (compare-windows-recenter, compare-ignore-whitespace)
19694 (compare-windows-highlight, compare-windows-face): New variables.
19695 (compare-windows): Use compare-windows-sync.
19696 (compare-windows-highlight, compare-windows-dehighlight)
19697 (compare-windows-sync-regexp)
19698 (compare-windows-sync-default-function): New functions.
19699
19700 2003-10-21 Juri Linkov <juri@jurta.org>
19701
19702 * diff.el (diff-parse-differences): Don't visit the files now;
19703 instead, just record the error locus.
19704
19705 2003-10-21 Dave Love <fx@gnu.org>
19706
19707 * progmodes/cfengine.el: New file.
19708
19709 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19710
19711 * complete.el (PC-do-completion): Do not forget to use `pred' as the
19712 default-directory when completing file names.
19713
19714 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
19715
19716 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
19717 followed by the word `face', it gets treated as a face, even if
19718 it is also defined as a variable or a function.
19719
19720 2003-10-20 Dave Love <fx@gnu.org>
19721
19722 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19723 Avoid incf in macro expansion.
19724
19725 2003-10-20 John Paul Wallington <jpw@gnu.org>
19726
19727 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
19728 `evenp' so we don't implicitly require cl library at runtime.
19729
19730 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
19731
19732 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
19733 (help-make-xrefs): Only make cross-references for faces if
19734 preceded or followed by the word `face'. Do not make a
19735 cross-reference for variables without variable documentation,
19736 unless preceded by the word `variable' or `option'. Update doc
19737 string accordingly.
19738
19739 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
19740
19741 * progmodes/hideshow.el: Rewrite one-armed `if'
19742 constructs using either `when' or `unless'.
19743 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
19744
19745 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
19746
19747 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
19748 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
19749 instead of 12x12.
19750
19751 2003-10-16 Eli Zaretskii <eliz@gnu.org>
19752
19753 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
19754 message while converting to Babyl.
19755
19756 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
19757
19758 * allout.el (allout-mode): Doc fix.
19759
19760 2003-10-16 Lute Kamstra <lute@gnu.org>
19761
19762 * subr.el (force-mode-line-update): Fix docstring.
19763
19764 2003-10-14 Dave Love <fx@gnu.org>
19765
19766 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
19767 (default-input-method): Add :link, improve :type.
19768 (locale-charset-language-names): Fix utf-8 pattern.
19769 (locale-charset-match-p, locale-charset-alist)
19770 (locale-charset-to-coding-system): New.
19771 (set-locale-environment): Deal with codeset part of locale specs.
19772
19773 2003-10-14 Lute Kamstra <lute@gnu.org>
19774
19775 * fringe.el (fringe-mode): Use active voice in docstring.
19776 (set-fringe-style): Ditto.
19777
19778 2003-10-13 Lute Kamstra <lute@gnu.org>
19779
19780 * fringe.el (fringe-mode): Fix docstring.
19781 (set-fringe-style): Ditto.
19782
19783 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
19784
19785 * ediff-mult.el (ediff-filegroup-action):
19786 Use ediff-default-filtering-regexp.
19787
19788 * ediff-util.el (ediff-recenter): Don't call
19789 ediff-restore-highlighting twice.
19790 (ediff-select-difference): Set current difference.
19791 (ediff-unselect-and-select-difference): Add comment.
19792
19793 * ediff.el (ediff-directories,ediff-directory-revisions)
19794 (ediff-directories3,ediff-merge-directories)
19795 (ediff-merge-directories-with-ancestor)
19796 (ediff-merge-directory-revisions)
19797 (ediff-merge-directory-revisions-with-ancestor):
19798 Use ediff-default-filtering-regexp.
19799
19800 2003-10-12 Andreas Schwab <schwab@suse.de>
19801
19802 * international/mule-cmds.el (locale-charset-language-names):
19803 Simplify regex by removing unused grouping.
19804
19805 2003-10-10 Dave Love <fx@gnu.org>
19806
19807 * bindings.el: Don't bind stop.
19808
19809 2003-10-08 Miles Bader <miles@gnu.org>
19810
19811 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
19812 face instead of attempting to emulate it.
19813
19814 2003-10-07 Kenichi Handa <handa@m17n.org>
19815
19816 * international/mule-diag.el (list-coding-systems-1): List coding
19817 systems that are loaded automatically.
19818
19819 * international/code-pages.el (iso-8859-11): Add autoload cookie.
19820
19821 * international/mule.el (autoload-coding-system): New function.
19822
19823 2003-10-07 Andreas Schwab <schwab@suse.de>
19824
19825 * log-edit.el (log-edit-changelog-entries): Prefer local value of
19826 change-log-default-name in the buffer visiting the file.
19827
19828 2003-10-06 Dave Love <fx@gnu.org>
19829
19830 * files.el (find-file-hook): Customize.
19831 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
19832
19833 * bindings.el (completion-ignored-extensions): Remove .log.
19834 (global-map): Add again, open, stop keys.
19835
19836 2003-10-05 Richard M. Stallman <rms@gnu.org>
19837
19838 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
19839 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
19840 Use sh-modify directly.
19841 (sh-select): Use sh-append, not eval.
19842
19843 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
19844
19845 * info.el (Info-following-node-name): New function.
19846
19847 * loadhist.el (unload-feature-special-hooks):
19848 Rename from loadhist-hook-functions.
19849 (loadhist-hook-functions): Now an alias.
19850
19851 2003-10-04 Eli Zaretskii <eliz@gnu.org>
19852
19853 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
19854 file-name clashes on 8+3 filesystems.
19855
19856 * Makefile.in (DONTCOMPILE, bootstrap-clean):
19857 Rename loaddefs-boot.el to ldefs-boot.el
19858
19859 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
19860 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
19861
19862 2003-10-03 Lute Kamstra <lute@gnu.org>
19863
19864 * info.el (Info-mode): Revert previous change.
19865 (Info-escape-percent): New function.
19866 (Info-fontify-node): Use it.
19867
19868 2003-10-02 Andreas Schwab <schwab@suse.de>
19869
19870 * loaddefs-boot.el: Regenerated.
19871
19872 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
19873
19874 * ffap.el: Remove defadvice related code from CVS since `complete'
19875 provides a `PC-completion-as-file-name-predicate' variable that
19876 ffap can override.
19877
19878 2003-10-02 Kenichi Handa <handa@m17n.org>
19879
19880 * international/utf-8.el (ccl-decode-mule-utf-8):
19881 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
19882
19883 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
19884 * international/subst-big5.el: Likewise.
19885 * international/subst-gb2312.el: Likewise.
19886 * international/subst-ksc.el: Likewise.
19887
19888 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19889
19890 * calendar/calendar.el (increment-calendar-month)
19891 (calendar-leap-year-p, calendar-absolute-from-gregorian)
19892 (generate-calendar, calendar-read-date, calendar-interval)
19893 (calendar-day-of-week): Handle years BC.
19894 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
19895
19896 2003-10-01 Dave Love <fx@gnu.org>
19897
19898 * language/cyrillic.el (cp1251): Alias for windows-1251.
19899
19900 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
19901 bootstrap.
19902
19903 2003-10-01 Lute Kamstra <lute@gnu.org>
19904
19905 * files.el: Fix typo.
19906 * imenu.el (imenu--generic-function): Docstring fix.
19907
19908 2003-09-30 Richard M. Stallman <rms@gnu.org>
19909
19910 * dired.el (dired-mode): Handle dired-directory as a list.
19911
19912 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
19913
19914 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
19915
19916 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
19917
19918 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
19919 Replace gud-display with gud-watch.
19920 (gud-speedbar-buttons): Add stuff for watching expressions
19921 in the speedbar when using M-x gdba. Use dolist on old part
19922 of this function.
19923
19924 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
19925 (gdb-update-flag): New variables.
19926 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
19927 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
19928 (gud-watch, gdb-var-create-handler) : New functions.
19929 (gdb-var-list-children, gdb-var-list-children-handler)
19930 (gdb-var-create-regexp, gdb-var-update-regexp)
19931 (gdb-var-list-children-regexp): New constants.
19932 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
19933 (gdb-annotation-rules): Reduce annotation set (level 3).
19934 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
19935 (gdb-post-prompt): Don't update GDB buffers every time speedbar
19936 updates.
19937 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
19938 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
19939 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
19940 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
19941 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
19942 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
19943 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
19944 (gud-display, gud-display1)
19945 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
19946 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
19947 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
19948 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
19949 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
19950 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
19951 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
19952 (gdb-display-display-buffer, gdb-toggle-display)
19953 (gdb-delete-display, gdb-expressions-popup-menu)
19954 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
19955 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
19956 to display buffer.
19957
19958 2003-09-30 Richard M. Stallman <rms@gnu.org>
19959
19960 * progmodes/ada-mode.el (ada-mode): Don't use advice.
19961 Instead, set which-func-functions.
19962
19963 * progmodes/which-func.el (which-func-modes): Add ada-mode.
19964 (which-func-functions): New variable.
19965 (which-function): Use that.
19966
19967 * info.el (Info-mode): Double each `%' in header line.
19968
19969 * emacs-lisp/lisp-mnt.el (lm-with-file):
19970 When FILE is nil, run BODY in current buffer.
19971
19972 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
19973
19974 * help.el (describe-mode): Start with a brief list of minor modes.
19975 Find them thru minor-mode-list so as to find them all.
19976 Show them in alphabetical order.
19977
19978 * mail/sendmail.el (mail-aliases): Doc fix.
19979
19980 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
19981
19982 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19983
19984 * mail/rmailsum.el (rmail-make-summary-line-1):
19985 Change comma after last label to a space.
19986 (rmail-summary-font-lock-keywords): Adapt to that change.
19987
19988 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
19989
19990 * progmodes/scheme.el (scheme-mode-variables): When setting
19991 `font-lock-defaults', also specify that "#" should
19992 be interpreted with `word' syntax.
19993 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
19994
19995 2003-09-30 Lars Hansen <larsh@math.ku.dk>
19996
19997 * desktop.el: A lot of comments updated.
19998 (desktop-save-mode): Minor mode introduced.
19999 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
20000 (desktop-load-default): Function made obsolete.
20001 (desktop-locals-to-save): Variable made customizable.
20002 (desktop-read): Optional parameter `dirname' added.
20003 (desktop-change-dir, desktop-revert): Parameter `dirname' in
20004 `desktop-read' used.
20005 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
20006
20007 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
20008
20009 * whitespace.el (whitespace-clean-msg): Add user customizable message
20010 for displaying ``clean'' output.
20011 (whitespace-buffer): Use `whitespace-clean-msg'.
20012 (whitespace-global-mode): Fix typo.
20013
20014 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
20015
20016 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
20017
20018 2003-09-29 Lute Kamstra <lute@gnu.org>
20019
20020 * bindings.el (mode-line-modes): Remove superfluous :propertize
20021 construct in initialization.
20022 (mode-line-position): Change cons cell into proper list in
20023 initialization.
20024
20025 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
20026
20027 * international/mule.el (decode-coding-inserted-region): Use car
20028 of the return value of find-operation-coding-system.
20029
20030 2003-09-29 Kenichi Handa <handa@m17n.org>
20031
20032 * descr-text.el (describe-char): Fix previous change.
20033
20034 2003-09-28 Kenichi Handa <handa@m17n.org>
20035
20036 * descr-text.el (describe-char-display): New function.
20037 (describe-char): Pay attention to display table on describing how
20038 a character is displayed.
20039
20040 * international/mule-cmds.el (encoded-string-description):
20041 Prepend "0x" to each encoded byte.
20042
20043 2003-09-28 Andreas Schwab <schwab@suse.de>
20044
20045 * find-file.el (ff-special-constructs): Add autoload cookie.
20046
20047 2003-09-28 Kevin Ryde <user42@zip.com.au>
20048
20049 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
20050 makeinfo appends to duplicate index entries.
20051
20052 2003-09-28 Eli Zaretskii <eliz@gnu.org>
20053
20054 * dired-x.el (dired-clean-tex): Doc fix.
20055
20056 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
20057 using a Chinese tutorial.
20058
20059 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20060
20061 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
20062 between "MAIL FROM:" and "RCPT TO:" and the following address.
20063
20064 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20065
20066 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
20067
20068 2003-09-28 David Ponce <david@dponce.com>
20069
20070 * recentf.el (recentf-initialize-file-name-history): New defcustom.
20071 (recentf-load-list): When `recentf-initialize-file-name-history'
20072 is non-nil, initialize an empty `file-name-history' with the
20073 recent list.
20074
20075 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
20076
20077 * man.el (Man-default-man-entry): Remove the leading `*' from the
20078 word at point.
20079
20080 2003-09-26 Lute Kamstra <lute@gnu.org>
20081
20082 * bindings.el (mode-line-position): Mention size indication in
20083 docstring.
20084
20085 2003-09-26 Andre Spiegel <spiegel@gnu.org>
20086
20087 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
20088
20089 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
20090 because it's autoloaded now.
20091
20092 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20093
20094 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
20095 (sh-font-lock-keywords, sh-feature): Fix previous change of
20096 sh-feature to avoid infloop with sh-font-lock-keywords.
20097
20098 2003-09-25 Kim F. Storm <storm@cua.dk>
20099
20100 * frame.el (frame-current-scroll-bars): New defun.
20101
20102 * window.el (window-current-scroll-bars): New defun.
20103
20104 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20105
20106 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
20107 cause errors when the state cache contains info on parts that have
20108 been narrowed out.
20109
20110 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20111
20112 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
20113 `c-setup-paragraph-variables' has to be used when this variable is
20114 changed; it doesn't work to reinitialize the mode since that
20115 typically clobbers the variable.
20116
20117 * progmodes/cc-styles.el (c-setup-paragraph-variables):
20118 Make it interactive.
20119
20120 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20121
20122 * progmodes/cc-fonts.el (c-font-lock-declarations):
20123 Fix recognition of constructors and destructors for classes whose
20124 names are matched by `*-font-lock-extra-types'.
20125
20126 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
20127 followed by an identifier in C++ then it's a type.
20128
20129 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20130
20131 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
20132 problem that primarily affected XEmacs. Don't use faces to find
20133 unterminated strings since Emacs and XEmacs fontify strings
20134 differently - this function should now work better in XEmacs.
20135
20136 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20137
20138 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
20139 `expand-abbrev' workaround which caused braces to misbehave inside
20140 macros.
20141
20142 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
20143 handling. This bug could cause interactive font locking to bail out.
20144
20145 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20146
20147 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20148 Handle paren-style types in Pike. Also fixed some cases of
20149 insufficient handling of unbalanced parens.
20150
20151 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
20152
20153 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
20154 common shell prompts that are not common filename or URL characters.
20155 (ffap-file-at-point): Use the new regexp to strip the prompts from
20156 the file names. This is an issue mostly for user prompts that
20157 don't have a trailing space and find-file-at-point is invoked from
20158 within a shell inside Emacs.
20159
20160 2003-09-24 Andre Spiegel <spiegel@gnu.org>
20161
20162 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
20163 stamps numerically, rather than textually.
20164
20165 2003-09-24 Kenichi Handa <handa@m17n.org>
20166
20167 * language/devan-util.el (devanagari-post-read-conversion):
20168 * language/mlm-util.el (malayalam-post-read-conversion):
20169 * language/tml-util.el (tamil-post-read-conversion):
20170 Add autoload cookie.
20171
20172 * international/utf-8.el (utf-8-post-read-conversion):
20173 Call post-read-conversion functions for Devanagari, Malayalam,
20174 and Tamil.
20175
20176 2003-09-23 Dave Love <fx@gnu.org>
20177
20178 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
20179
20180 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
20181
20182 * progmodes/gud.el (perldb): Add gud-until to list of commands.
20183 Update gud-remove.
20184
20185 2003-09-22 Richard M. Stallman <rms@gnu.org>
20186
20187 * progmodes/sh-script.el (sh-mode-default-syntax-table):
20188 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
20189 (sh-mode-syntax-table-input): New variable.
20190 (sh-require-final-newline): Don't use eval.
20191 (sh-builtins, sh-leading-keywords, sh-other-keywords)
20192 (sh-variables, sh-font-lock-keywords): Don't use eval.
20193 (sh-set-shell): When setting require-final-newline,
20194 treat value = `require-final-newline' as don't change it.
20195 Set sh-mode-syntax-table locally based on
20196 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
20197
20198 * progmodes/compile.el (compile-internal):
20199 Call compilation-set-window-height before setting window start.
20200
20201 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
20202
20203 * emacs-lisp/bytecomp.el (byte-compile-log-file):
20204 Clear out byte-compile-last-warned-form.
20205
20206 2003-09-22 Richard M. Stallman <rms@gnu.org>
20207
20208 * woman.el (woman-file-name, woman-follow-word):
20209 If current-word returns nil, use "".
20210
20211 * simple.el (eval-expression): Bind standard-output in to-buffer case.
20212
20213 2003-09-22 Richard M. Stallman <rms@gnu.org>
20214
20215 * emacs-lisp/lisp-mnt.el (lm-with-file):
20216 Don't visit the file, just use insert-file-contents in temp buffer.
20217
20218 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
20219
20220 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
20221 Add surrounding \\( and \\) around the header, as in
20222 for lm-history-header 'Change Log\\|History'.
20223
20224 2003-09-22 John Paul Wallington <jpw@gnu.org>
20225
20226 * progmodes/ld-script.el: Add Commentary section,
20227 minor cleanup of file header.
20228 (ld-script-font-lock-keywords): Doc fix.
20229 (toplevel): Provide `ld-script' feature.
20230
20231 2003-09-21 Kim F. Storm <storm@cua.dk>
20232
20233 * scroll-bar.el (set-scroll-bar-mode): Initialize to
20234 new built-in variable default-frame-scroll-bars.
20235 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
20236 scroll-bar-mode; notably, use it instead of t when we toggle
20237 scroll-bars on.
20238 (toggle-scroll-bar): Use default-frame-scroll-bars.
20239
20240 2003-09-19 Masatake YAMATO <jet@gyve.org>
20241
20242 * pcvs.el (cvs-do-removal): Change the prompt depending on
20243 `filter' value.
20244
20245 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20246
20247 * startup.el (command-line-1): Stop startup-echo-area-message
20248 being hidden by "Loading image..." message.
20249 (use-fancy-splash-screens-p, display-splash-screen):
20250 Move display-graphic-p test from latter to former.
20251
20252 * progmodes/sh-script.el (sh-font-lock-keywords):
20253 Highlight escaped EOLs differently from other backslash constructs.
20254
20255 2003-09-19 Richard M. Stallman <rms@gnu.org>
20256
20257 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
20258 New functions.
20259 (edebug-enter, edebug-outside-excursion): Use them.
20260
20261 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
20262 Fix the condition for whether to print "In WHERE".
20263
20264 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
20265
20266 * finder.el (finder-mode-hook): New variable.
20267 (finder-mode): Run hook finder-mode-hook
20268
20269 2003-09-18 Masatake YAMATO <jet@gyve.org>
20270
20271 * progmodes/ebrowse.el: Fix broken magic autoload comments.
20272
20273 2003-09-17 Mario Lang <mlang@delysid.org>
20274
20275 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
20276 "p %e" to actually print the value in the GUD buffer.
20277
20278 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
20279
20280 From David Ponce <david.ponce@wanadoo.fr>:
20281 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
20282 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
20283 from loaddefs-boot.el if necessary.
20284
20285 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
20286
20287 * progmodes/gud.el (gud-find-class): Make jdb work again since
20288 cc-mode changed the syntactic information.
20289
20290 2003-09-15 David Ponce <david@dponce.com>
20291
20292 * recentf.el: (recentf-exclude): Accept predicates too.
20293 (recentf-file-readable-p): New function.
20294 (recentf-include-p): Handle predicates in recentf-exclude.
20295 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
20296 (recentf-cleanup): Likewise.
20297 (recentf-save-list): Use write-file to handle backup of
20298 recentf-save-file.
20299
20300 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
20301
20302 * loaddefs-boot.el: Renamed from `loaddefs.el'
20303 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
20304 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
20305 necessary.
20306
20307 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
20308
20309 * electric.el (Electric-pop-up-window): For the `one-window' case,
20310 no longer disconcertingly move point in the original buffer.
20311
20312 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20313
20314 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
20315
20316 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
20317
20318 * dired.el (dired-mode-map): Fix typo.
20319
20320 2003-09-11 Richard M. Stallman <rms@gnu.org>
20321
20322 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
20323
20324 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20325
20326 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
20327 the function is less noisy. Now only `kill-buffer' can ask questions.
20328
20329 2003-09-10 Mario Lang <mlang@delysid.org>
20330
20331 * battery.el: Update Commentary and Copyright.
20332 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
20333 appear due to wrong ordering of the expressions in `or'.
20334
20335 2003-09-09 Lute Kamstra <lute@gnu.org>
20336
20337 * misc.el (upcase-char): Fix docstring.
20338 (zap-up-to-char): New command.
20339
20340 2003-09-08 David Ponce <david@dponce.com>
20341
20342 Ensure that recentf correctly updates the menu bar.
20343 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
20344 (recentf-menu-bar): New function.
20345 (recentf-clear-data): Use it
20346 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
20347 of easy-menu-change.
20348
20349 2003-09-08 Lute Kamstra <lute@gnu.org>
20350
20351 * simple.el (size-indication-mode): New.
20352 * bindings.el (mode-line-position): Add buffer size indicator.
20353
20354 2003-09-04 Mario Lang <mlang@delysid.org>
20355
20356 * battery.el (battery-linux-proc-acpi): New function.
20357 (battery-status-function): Modify default value calculation to also
20358 check for availability of ACPI.
20359 (battery-echo-area-format): Ditto.
20360 (battery-mode-line-format): Ditto.
20361
20362 2003-09-06 Dave Love <fx@gnu.org>
20363
20364 * ielm.el (ielm-mode-hook): Add :options.
20365
20366 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
20367 (eldoc-print-current-symbol-info): Use it.
20368
20369 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
20370
20371 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
20372 being displayed in GUD buffer.
20373 (gdb-idle-input-queue): Remove var. Use just one queue.
20374 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
20375 Remove functions. Use just one queue.
20376 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
20377 (gdb-invalidate-assembler, gdb-get-current-frame):
20378 Modify functions. Use just one queue.
20379
20380 2003-09-04 Dave Love <fx@gnu.org>
20381
20382 * cus-start.el: Add blink-cursor-alist.
20383
20384 * ruler-mode.el (ruler-mode-fill-column-char)
20385 (ruler-mode-current-column-char): Use char-displayable-p,
20386 not window-system.
20387
20388 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
20389
20390 * language/european.el (windows-1252): Move from code-pages.
20391
20392 * language/cyrillic.el ("Windows-1251"): Delete.
20393 ("Bulgarian", "Belarusian"): Remove `features'.
20394 (windows-1251): Move from code-pages.
20395
20396 * international/mule-diag.el (non-iso-charset-alist):
20397 Remove `codepage' stuff.
20398 (print-designation, list-coding-systems-1): Output fixes.
20399
20400 * international/code-pages.el (cp-make-translation-table)
20401 (cp-valid-codes): Made defsubsts.
20402 (cp-fix-safe-chars): Delete.
20403 (mule-diag): Don't require.
20404 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
20405 (top-level): Check for defined coding system when defining
20406 cp... aliases. Change w32-add-charset-info test to avoid warning.
20407 (non-iso-charset-alist): Defvar when compiling.
20408 (cp-make-coding-system): Doc fix.
20409
20410 2003-09-02 Jason Rumney <jasonr@gnu.org>
20411
20412 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
20413 line-ends from CVS before doing conversion.
20414
20415 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
20416
20417 * calendar/diary-lib.el (diary-header-line-flag)
20418 (diary-header-line-format): New variables.
20419 (list-diary-entries): Use them to set header line in simple diary.
20420
20421 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
20422 other than font-lock-string-face to highlight backslashes.
20423
20424 2003-09-01 Jason Rumney <jasonr@gnu.org>
20425
20426 * international/titdic-cnv.el (tit-read-key-value): Include \r in
20427 regexp.
20428
20429 2003-09-01 Dave Love <fx@gnu.org>
20430
20431 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
20432
20433 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
20434 and :help; also line and column numbers labels.
20435
20436 * international/mule-util.el (char-displayable-p): Move from
20437 latin1-disp, rename and autoload.
20438
20439 * international/latin1-disp.el (latin1-char-displayable-p):
20440 Now obsolete alias. Replace uses with char-displayable-p.
20441 (latin1-display-ucs-per-lynx): Fix last change.
20442
20443 * international/mule-cmds.el (standard-display-european-internal):
20444 Don't use char code for Latin-1 NBSP.
20445 <XFree86 4>: Unfrob NBSP display table. Set display table to use
20446 U+2018, U+2019 for `'.
20447 (select-safe-coding-system): Message fix.
20448
20449 2003-09-01 Kenichi Handa <handa@m17n.org>
20450
20451 * international/fontset.el (setup-default-fontset): For Thai
20452 font, specify "*" family.
20453
20454 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20455
20456 * progmodes/compile.el (previous-error): Accept a prefix
20457 argument, similarly to next-error.
20458
20459 2003-08-31 Masatake YAMATO <jet@gyve.org>
20460
20461 * pcvs.el (cvs-do-removal): Use = instead of eq to check
20462 the number of files. Bind the number of files to a local
20463 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
20464
20465 2003-08-30 Eli Zaretskii <eliz@gnu.org>
20466
20467 * vc-hooks.el (vc-make-version-backup): Fix the change made on
20468 2003-07-26: msdos-long-file-names is a function, not a variable.
20469
20470 2003-08-29 Richard M. Stallman <rms@gnu.org>
20471
20472 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
20473 Do nothing with mail-personal-alias-file if it is nil.
20474
20475 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
20476 Do nothing if mail-personal-alias-file is nil.
20477
20478 * term.el (term-exec-1): Bind coding-system-for-read.
20479
20480 * dired.el (dired-mouse-find-file-other-window):
20481 Use dired-view-command-alist here, as in dired-view-file.
20482 (dired-view-command-alist): Use %s to substitute file name.
20483 Handle .ps_pages, .eps, .jpg, .gif, .png.
20484
20485 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20486
20487 * info.el (Info-mode-map): Bind S-tab and <backtab> to
20488 `Info-prev-reference', instead of M-tab.
20489
20490 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
20491
20492 * simple.el (blink-matching-open): Work correctly on chars that
20493 are designated as parens through the syntax-table text property.
20494
20495 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
20496
20497 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
20498 line break position in the middle of a non-kinsoku (e.g. latin)
20499 word, making it skip until either a space or a character with
20500 category "|".
20501 (kinsoku-longer): Test for end of buffer.
20502
20503 2003-08-28 Eli Zaretskii <eliz@gnu.org>
20504
20505 * mail/rmail.el (rmail-convert-to-babyl-format):
20506 Detect quoted-printable- and base64-encoded messages and decode them
20507 automatically. Set the message's encoding from the charset=
20508 header, if any. Decode base64-encoded messages in Mail format as well.
20509
20510 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20511
20512 * mail/smtpmail.el: Fix previous change.
20513 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
20514 calling smtpmail-via-smtp.
20515 (smtpmail-via-smtp): Add fall-back values for envelope-from.
20516
20517 2003-08-26 John Paul Wallington <jpw@gnu.org>
20518
20519 * image.el (image-jpeg-p): Don't search beyond length of data.
20520
20521 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20522
20523 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
20524 misfeature in `expand-abbrev' which caused electric keywords like
20525 "else" to disappear if an open brace was typed directly afterwards.
20526
20527 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20528
20529 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
20530 mandatory in `define-widget'.
20531
20532 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
20533 Don't align the operators "!=", "<=" and ">=" as assignment operators.
20534
20535 (c-assignment-operators): New language constant that only contains
20536 the assignment operators.
20537
20538 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
20539
20540 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20541
20542 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20543 Safeguard against unbalanced sexps.
20544
20545 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
20546
20547 * version.el (emacs-version): Check for gtk. Include gtk version info.
20548
20549 2003-08-25 John Paul Wallington <jpw@gnu.org>
20550
20551 * man.el (Man-default-man-entry): Don't whizz past the section
20552 number before looking for it.
20553
20554 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
20555
20556 * progmodes/gud.el (gud-display-line): Don't set window-point if
20557 source buffer is not visible. (Only happens with M-x gdba.)
20558
20559 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
20560 documentation.
20561 (gdb-source, gdb-source-info): Update to assembler unnecessary
20562 as its done after each GDB command anyway.
20563 (gdb-pre-prompt): Use with-current-buffer.
20564 (gdb-insert-field): Add help-echo text.
20565 (gdb-invalidate-assembler): Re-display of assembler now done in
20566 gdb-info-breakpoints-custom.
20567 (gdb-info-breakpoints-custom): Force re-display of assembler to
20568 happen *after* update of breakpoints buffer.
20569 (gdb-display-source-buffer): Don't choke if gdb-source-window
20570 isn't visible.
20571 (gdb-put-string, gdb-put-arrow): Remove free variables.
20572
20573 2003-08-24 John Paul Wallington <jpw@gnu.org>
20574
20575 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
20576
20577 * man.el (Man-default-man-entry): Strip text properties when
20578 snarfing parts of entry because `format' preserves properties.
20579
20580 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20581
20582 * files.el (file-newest-backup): Use `expand-file-name'.
20583
20584 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
20585 Allow the diary to pop up a new frame, if needed.
20586
20587 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
20588 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
20589 (smtpmail-send-it): Make treatment of envelope-from consistent with
20590 sendmail.el.
20591
20592 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
20593 (sh-leading-keywords): Add the bash `time' reserved word.
20594 (sh-variables): Add some bash variables.
20595 (sh-add-completer): Fix nil branch of case statement.
20596
20597 2003-08-24 Masatake YAMATO <jet@gyve.org>
20598
20599 * progmodes/ld-script.el: New file.
20600
20601 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
20602
20603 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
20604
20605 2003-08-23 Andre Spiegel <spiegel@gnu.org>
20606
20607 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
20608 Better explain obsolescence, and what to use instead.
20609
20610 2003-08-23 Masatake YAMATO <jet@gyve.org>
20611
20612 * pcvs.el (cvs-do-removal): Show the deleted file name
20613 on the prompt.
20614
20615 2003-08-20 Dave Love <fx@gnu.org>
20616
20617 * international/mule.el (make-coding-system)
20618 (set-buffer-file-coding-system): Doc fix.
20619
20620 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
20621
20622 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
20623
20624 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
20625
20626 * international/utf-16.el: Add mime-text-unsuitable coding system
20627 properties.
20628
20629 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
20630
20631 * cus-edit.el: Add some :links.
20632 (bib): Remove.
20633
20634 * textmodes/bib-mode.el (bib): Add :group external.
20635
20636 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
20637
20638 * wid-edit.el (widget-echo-help): Make it handle expressions that
20639 evaluate to strings.
20640
20641 2003-08-18 Michael Mauger <mmaug@yahoo.com>
20642
20643 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
20644
20645 Simplify selection of SQL products to define highlighting and
20646 interactive mode. Includes detailed instructions on adding
20647 support for new products.
20648
20649 * progmodes/sql.el (sql-product): New variable. Identifies SQL
20650 product for use in highlighting and interactive mode.
20651 (sql-interactive-product): New variable. SQL product for
20652 sql-interactive-mode.
20653 (sql-product-support): New variable. Specifies product-specific
20654 parameters to drive highlighting and interactive mode.
20655 (sql-imenu-generic-expression): Add more object types.
20656 (sql-sqlite-options): Correct comment.
20657 (sql-ms-program): Use "osql" rather than "isql".
20658 (sql-prompt-regexp, sql-prompt-length): Update comment.
20659 (sql-mode-menu): Add "Start SQLi session" entry.
20660 Replace Highlighting submenu with Product menu. Fix Send Region entry.
20661 (sql-mode-abbrev-table): Add abbreviations. Support of
20662 SYSTEM-FLAG on define-abbrev. Support was removed with last
20663 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
20664 (sql-mode-font-lock-object-name): Add font-lock pattern for object
20665 names.
20666 (sql-mode-ansi-font-lock-keywords): Set as default value.
20667 (sql-mode-oracle-font-lock-keywords): Set as default value.
20668 Support Oracle 9i keywords.
20669 (sql-mode-postgres-font-lock-keywords): Set as default value.
20670 (sql-mode-linter-font-lock-keywords): Set as default value.
20671 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
20672 SQLServer 2000.
20673 (sql-mode-sybase-font-lock-keywords)
20674 (sql-mode-interbase-font-lock-keywords)
20675 (sql-mode-sqlite-font-lock-keywords)
20676 (sql-mode-strong-font-lock-keywords)
20677 (sql-mode-mysql-font-lock-keywords)
20678 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
20679 keywords.
20680 (sql-mode-font-lock-defaults): Update comment.
20681 (sql-product-feature): New function. Returns feature associated
20682 with a product from `sql-product-support' alist.
20683 (sql-product-font-lock): New function. Set font-lock support
20684 based on `sql-product'.
20685 (sql-add-product-keywords): New function. Add font-lock rules to
20686 product-specific keyword variables.
20687 (sql-set-product): New function. Set `sql-product' and apply
20688 appropriate font-lock highlighting.
20689 (sql-highlight-product): New function. Set font-lock support
20690 based on a product. Also set mode name to include product name.
20691 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
20692 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
20693 Use `sql-set-product'.
20694 (sql-highlight-ms-keywords)
20695 (sql-highlight-sybase-keywords)
20696 (sql-highlight-interbase-keywords)
20697 (sql-highlight-strong-keywords)
20698 (sql-highlight-mysql-keywords)
20699 (sql-highlight-sqlite-keywords)
20700 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
20701 (sql-get-login): Prompt in the same order as the tokens.
20702 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
20703 (sql-product-interactive): New function. Common portions of
20704 product-specific interactive mode wrappers.
20705 (sql-interactive-mode): Rewritten to use product features.
20706 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
20707 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
20708 (sql-db2, sql-linter): Use `sql-product-interactive'.
20709 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
20710 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
20711 (sql-connect-ingres, sql-connect-postgres)
20712 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
20713 New functions. Format command line parameters and invoke comint on
20714 the appropriate interpreter. Code was in the corresponding
20715 `sql-xyz' function before.
20716 (sql-connect-ms): New function. Support -E argument to use
20717 operating system credentials for authentication.
20718
20719 2003-08-18 Kenichi Handa <handa@m17n.org>
20720
20721 * international/mule.el (encode-char): Fix for the ASCII case.
20722
20723 2003-08-15 Kenichi Handa <handa@m17n.org>
20724
20725 * international/fontset.el (setup-default-fontset): Change "*" to
20726 nil in the specifications of font family.
20727
20728 2003-08-18 Kim F. Storm <storm@cua.dk>
20729
20730 * kmacro.el (kmacro-keymap): Group related bindings in
20731 initialization for clarity. Bind C-s to start macro.
20732 Remove C-r binding.
20733 (kmacro-initial-counter-value): New defvar to hold initial counter
20734 value in case we set the value before defining a macro.
20735 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
20736 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
20737 not defining or executing macro. Doc fix.
20738 (kmacro-add-counter): Clear kmacro-initial-counter-value.
20739 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
20740 temporarily view older elements on the macro ring without cycling
20741 the ring.
20742 (kmacro-display): Doc fix.
20743 (kmacro-exec-ring-item): New helper function.
20744 (kmacro-call-ring-2nd): Use it.
20745 (kmacro-call-ring-2nd-repeat): Doc fix.
20746 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
20747 (kmacro-end-or-call-macro): Execute last viewed macro (using
20748 kmacro-exec-ring-item) from ring if this follows
20749 kmacro-view-macro. This allows us to find a macro on the ring
20750 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
20751 the ring to bring it to the head of the ring.
20752 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
20753 Allow binding to reserved keys without specifying C-x C-k prefix.
20754 Ask for confirmation if entered key sequence is already bound to
20755 a non-macro command.
20756 (kmacro-view-macro): Repeating command will show older elements
20757 on the macro ring; C-k will execute the last viewed macro.
20758 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
20759 property from 'ring to 'head.
20760
20761 2003-08-17 Alan Shutko <ats@acm.org>
20762
20763 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
20764 keeping December out of the alist.
20765
20766 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
20767
20768 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
20769 * calendar/calendar.el (calendar-mode-map): Bind it to key.
20770 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
20771 (calendar-flatten): New function.
20772 (calendar-mouse-view-other-diary-entries)
20773 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
20774 in the menu title and to show multi-line diary entries correctly
20775 in the menu.
20776
20777 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
20778
20779 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
20780 defcustom, because the default was recently changed.
20781
20782 2003-08-16 Richard M. Stallman <rms@gnu.org>
20783
20784 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
20785
20786 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
20787 New subroutine, broken out of eval-last-sexp-1.
20788 (eval-last-sexp-1): Use eval-last-sexp-print-value.
20789
20790 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
20791
20792 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
20793
20794 * simple.el (eval-expression): Use eval-last-sexp-print-value.
20795
20796 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
20797
20798 * progmodes/compile.el (compilation-error-regexp-alist):
20799 Add Java ANt error detection as described in document
20800 http://ant.apache.org/faq.html
20801
20802 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
20803
20804 * simple.el (backward-word, forward-to-indentation)
20805 (backward-to-indentation): Argument changed to optional.
20806 (next-line, previous-line): Use `or' instead of `unless'.
20807
20808 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20809
20810 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
20811 instead of a constant.
20812
20813 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
20814
20815 * shell.el (shell): With prefix-arg, suggest a new buffer name.
20816
20817 2003-08-12 Andre Spiegel <spiegel@gnu.org>
20818
20819 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
20820 (vc-sccs-workfile-version): Search the entire delta table, rather
20821 than just the first entry, because that might be a deleted version.
20822
20823 2003-08-11 Karl Fogel <kfogel@red-bean.com>
20824
20825 * menu-bar.el (menu-bar-options-menu): Supply a body for the
20826 [save-place] binding in the Options menu. Have it require
20827 'saveplace' and then toggle the variable manually, to avoid an an
20828 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
20829 for the bug report.
20830
20831 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
20832
20833 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
20834 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
20835 (gdb-info-threads-custom): Add help-echo text.
20836 (gdb-display-back): Don't use purecopy.
20837 (gdb-info-breakpoints-custom, gdb-reset)
20838 (gdb-assembler-custom): Use display-images-p to test if breakpoint
20839 icons can be displayed.
20840
20841 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
20842
20843 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
20844
20845 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
20846
20847 * bookmark.el (bookmark-completing-read):
20848 Return a string, instead of a list of one string.
20849 Use a popup menu if activated from the mouse.
20850 (bookmark-edit-annotation): Remove unused vars.
20851 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
20852 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
20853 to bookmark-completing-read.
20854 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
20855 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
20856 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
20857 and erase-buffer.
20858 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
20859 (bookmark-menu-jump, bookmark-menu-insert)
20860 (bookmark-popup-menu-and-apply-function)
20861 (bookmark-menu-popup-paned-bookmark-menu): Remove.
20862 (bookmark-menu-build-paned-menu): Remove by folding it into
20863 bookmark-menu-popup-paned-menu.
20864 (menu-bar-bookmark-map): Move the define-key statements here.
20865 Use the "non-menu" commands since they now pop up a menu if needed.
20866 (bookmark-exit-hook-internal): Simplify.
20867
20868 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
20869
20870 * reftex-toc.el (reftex-toc-rename-label): New function.
20871 (reftex-toc-check-docstruct): New function.
20872
20873 * reftex.el (reftex-region-active-p): New function.
20874
20875 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
20876 regexp to find the \bibliography macro.
20877
20878 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
20879 which does not exist in LaTeX.
20880 (reftex-cite-format-builtin): Added amsrefs support.
20881 (reftex-toc-confirm-promotion): New option
20882
20883 * reftex-toc.el
20884 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
20885 (reftex-toc-demote, reftex-toc-promote)
20886 (reftex-toc-do-promote, reftex-toc-promote-prepare)
20887 (reftex-toc-promote-action, reftex-toc-extract-section-number)
20888 (reftex-toc-newhead-from-alist)
20889 (reftex-toc-load-all-files-for-promotion): New functions.
20890 (reftex-toc-help): Added description of new keys.
20891 (reftex-toc-split-windows-fraction): New option.
20892 (reftex-recenter-toc-when-idle): Search *toc* window on all
20893 visible frames.
20894 (reftex-toc): Additional parameter REUSE
20895 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
20896 with REUSE argument.
20897 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
20898 the call of `reftex-toc'.
20899 (reftex-make-separate-toc-frame): New function .
20900 (reftex-toc-recenter): When called with triple prefix arg, call
20901 `reftex-make-separate-toc-frame' first.
20902 (reftex-toc-toggle-dedicated-frame): New command.
20903 (reftex-toc-quit): Adapted to delete frame when called in
20904 dedicated frame.
20905
20906 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
20907 all enclosing macros.
20908
20909
20910 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20911
20912 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
20913 first use.
20914
20915 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20916
20917 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
20918
20919 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20920
20921 * calendar/calendar.el (list-diary-entries-hook)
20922 (diary-display-hook, nongregorian-diary-listing-hook)
20923 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
20924 Add some customize options for these hooks.
20925 (calendar-abbrev-construct): Don't try to take a substring longer
20926 than the original string.
20927
20928 2003-08-05 Richard M. Stallman <rms@gnu.org>
20929
20930 * emacs-lisp/testcover.el (noreturn): Report error if does return.
20931 (testcover-reinstrument-clauses): Doc fix.
20932
20933 * emacs-lisp/warnings.el: Doc fixes, args renamed.
20934 (warning-type-format): Rename from warning-group-format.
20935
20936 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
20937 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
20938 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
20939 to prevent warnings about defvar for an obsolete variable.
20940
20941 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
20942 warning-group-format renamed to warning-type-format.
20943
20944 * subr.el (read-passwd): Use clear-string instead of fillarray.
20945
20946 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
20947 Use vconcat instead of concat.
20948 (edmacro-sanitize-for-string): New function.
20949
20950 2003-08-05 Dave Love <fx@gnu.org>
20951
20952 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
20953 line-number-display-limit-width.
20954
20955 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
20956
20957 2003-08-05 Kenichi Handa <handa@m17n.org>
20958
20959 * international/code-pages.el: Don't require mule-diag.
20960
20961 * international/mule-diag.el (non-iso-charset-alist):
20962 Add autoload cookie.
20963
20964 * language/devan-util.el (dev-glyph-order): Add an entry for the
20965 glyph code #xC4.
20966
20967 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
20968
20969 * calendar/calendar.el (diary-file, diary-file-name-prefix)
20970 (european-calendar-style, diary-date-forms)
20971 (calendar-day-name-array, calendar-month-name-array): Doc change.
20972 (generate-calendar-month): Adapt for new behaviour of
20973 `calendar-day-name' function.
20974 (calendar-abbrev-length, calendar-day-abbrev-array)
20975 (calendar-month-abbrev-array): New variables.
20976 (calendar-abbrev-construct): New function.
20977 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
20978 rather than fixing abbrevs at some width. Calling syntax change.
20979 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
20980 (calendar-date-string): Adapt for new behaviours of
20981 `calendar-day-name' and `calendar-month-name' functions.
20982
20983 * calendar/diary-lib.el (list-diary-entries): Adapt for new
20984 behaviour of `calendar-day-name' and `calendar-month-name' functions.
20985 (diary-name-pattern): Use abbrev arrays, rather than fixing
20986 abbrevs at three chars. Calling syntax change.
20987 (mark-diary-entries): Adapt for new behaviours of
20988 `diary-name-pattern' and `calendar-make-alist' functions.
20989 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
20990 `diary-name-pattern' function.
20991 (font-lock-diary-date-forms): Use abbrev arrays, rather than
20992 fixing abbrevs at three chars. Calling syntax change.
20993 (cal-hebrew, cal-islam): Require when compiling.
20994 (diary-font-lock-keywords): Adapt for new behaviour of
20995 `font-lock-diary-date-forms' function.
20996
20997 * calendar/cal-hebrew.el: Reposition some code so defined before used.
20998 (calendar-hebrew-month-name-array-common-year)
20999 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
21000 (list-hebrew-diary-entries): Adapt for new behaviours of
21001 `calendar-day-name' and `add-to-diary-list' functions.
21002 (mark-hebrew-diary-entries): Adapt for new behaviours of
21003 `diary-name-pattern' and `calendar-make-alist' functions.
21004
21005 * calendar/cal-islam.el (calendar-islamic-month-name-array):
21006 Add doc string.
21007 (list-islamic-diary-entries): Adapt for new behaviours of
21008 `calendar-day-name' and `add-to-diary-list' functions.
21009 (mark-islamic-diary-entries): Adapt for new behaviours of
21010 `diary-name-pattern' and `calendar-make-alist' functions.
21011
21012 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
21013 `calendar-month-name' function.
21014
21015 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
21016
21017 * calendar/solar.el (solar-seasons-data): Move definition before use.
21018
21019 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
21020 (cal-tex-LaTeX-hourbox): Move definition before use.
21021
21022 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
21023 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
21024 * lunar.el, solar.el (displayed-month, displayed-year):
21025 Define for compiler.
21026
21027 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21028
21029 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
21030 MODE. Renamed from c-init-c-language-vars'.
21031 (c-initialize-cc-mode): Change accordingly.
21032 (c-common-init): Ditto.
21033 (c-mode): Ditto.
21034 (c++-mode): Use `c-init-language-vars-for'.
21035 (objc-mode): Ditto.
21036 (java-mode): Ditto.
21037 (idl-mode): Ditto.
21038 (pike-mode): Ditto.
21039 (awk-mode): Ditto.
21040
21041 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21042
21043 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
21044 or not the point moved.
21045
21046 (c-search-decl-header-end): Don't trip up on operator identifiers
21047 in C++ and operators like == in all languages.
21048
21049 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
21050 Detect leading labels correctly.
21051
21052 2003-08-02 Andreas Schwab <schwab@suse.de>
21053
21054 * textmodes/ispell.el: Don't redo key bindings on loading, put
21055 them only in loaddefs.el.
21056 * bookmark.el: Likewise.
21057 * dabbrev.el: Likewise.
21058 * emerge.el: Likewise.
21059
21060 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
21061 has more than one member.
21062
21063 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
21064
21065 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21066
21067 * lpr.el (printify-region): It was ending conversion before the
21068 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
21069
21070 2003-07-31 John Paul Wallington <jpw@gnu.org>
21071
21072 * net/browse-url.el (browse-url-epiphany): Doc fix.
21073
21074 2003-07-30 Kenichi Handa <handa@m17n.org>
21075
21076 * international/fontset.el (setup-default-fontset):
21077 Change registry names of Akurti fonts.
21078
21079 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
21080
21081 * comint.el (comint-read-noecho): Use `clear-string' instead of
21082 `fillarray'.
21083
21084 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
21085
21086 * outline.el (outline-mode-hook): Add defvar.
21087
21088 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
21089
21090 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
21091 Restore assembler in source window if that is what has been selected.
21092 (menu): Add gdb-restore-windows to menu. Make gdba
21093 specific menus only visible from gdba.
21094
21095 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
21096
21097 * progmodes/compile.el (compilation-environment): New user variable.
21098 (compile-internal): Respect it.
21099
21100 2003-07-23 Masatake YAMATO <jet@gyve.org>
21101
21102 * progmodes/gud.el (gdb-script-font-lock-keywords):
21103 Put `font-lock-function-name-face' on a symbol which includes
21104 `-' like `hook-run'. Put font-lock-variable-name-face
21105 on a symbol starting with $.
21106
21107 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
21108
21109 * files.el (set-visited-file-name): Use truename for buffer-file-name.
21110
21111 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21112
21113 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
21114
21115 2003-07-26 Andre Spiegel <spiegel@gnu.org>
21116
21117 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
21118 Use with-no-warnings.
21119 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
21120 rather than to find-file-not-found-hook, which doesn't exist.
21121
21122 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21123
21124 * international/quail.el (quail-translate-key): Fix previous change.
21125
21126 2003-07-25 John Paul Wallington <jpw@gnu.org>
21127
21128 * server.el (server-start): Check `server-process' is non-nil
21129 before killing it to avoid killing current buffer's process.
21130
21131 * simple.el (choose-completion-string): Use `minibufferp';
21132 test `completion-reference-buffer' if `buffer' arg is nil.
21133 (push-mark): Use `when' and `unless'.
21134 (pop-mark): Use `when'.
21135
21136 * mouse-sel.el (mouse-sel-get-selection-function):
21137 Check `x-last-selected-text-primary'. Don't barf if it or
21138 `x-last-selected-text' aren't bound.
21139
21140 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21141
21142 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
21143
21144 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
21145
21146 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
21147
21148 2003-07-23 John Paul Wallington <jpw@gnu.org>
21149
21150 * tooltip.el (defface tooltip): Inherit from variable-pitch.
21151
21152 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21153
21154 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
21155 string. Defvar the derived hook.
21156
21157 * macros.el (insert-kbd-macro): Escape double quote character.
21158 From Thomas W Murphy <twm@andrew.cmu.edu>.
21159
21160 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
21161
21162 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
21163 to match the specific mark rather than reusing comment-start-skip.
21164
21165 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
21166
21167 * progmodes/hideshow.el (hs-special-modes-alist):
21168 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
21169
21170 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
21171
21172 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
21173 value using ?\s.
21174
21175 2003-07-21 John Paul Wallington <jpw@gnu.org>
21176
21177 * subr.el (with-selected-window): Add closing paren.
21178
21179 2003-07-21 Richard M. Stallman <rms@gnu.org>
21180
21181 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
21182 (lisp-mode): Likewise.
21183
21184 * subr.el (with-selected-window): Copy code form save-selected-window
21185 so as to call select-window with norecord arg.
21186 (dynamic-completion-table): Doc fix.
21187 (lazy-completion-table): Doc fix.
21188
21189 * international/mule-cmds.el (set-locale-environment):
21190 langinfo renamed to locale-info.
21191
21192 * international/mule.el (auto-coding-functions): Doc fix.
21193
21194 2003-07-21 Kenichi Handa <handa@m17n.org>
21195
21196 * international/quail.el (quail-translate-key):
21197 Update quail-current-str correctly.
21198
21199 2003-07-21 Andreas Schwab <schwab@suse.de>
21200
21201 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
21202 ?, to "_".
21203
21204 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
21205 Version 2.0.36 of Tramp released.
21206
21207 * net/tramp.el (tramp-default-password-end-of-line): Rename from
21208 tramp-password-end-of-line.
21209 (tramp-password-end-of-line): New method parameter.
21210 (tramp-get-password-end-of-line): Function to access method
21211 parameter `tramp-password-end-of-line', or variable
21212 `tramp-default-password-end-of-line' (default value).
21213 (tramp-methods): Add entries for new parameter
21214 tramp-password-end-of-line.
21215 (tramp-enter-password): Use new function
21216 `tramp-get-password-end-of-line'.
21217 (tramp-handle-insert-file-contents): Do not
21218 unconditionally inhibit the file operation file-local-copy, only
21219 do that when the inhibit-file-name-operation is currently
21220 insert-file-contents. This fixes finding remote CVS-controlled
21221 files. (It would barf on inserting the CVS/Entries file
21222 literally, because the file-local-copy handler wasn't called.)
21223 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
21224 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
21225 (tramp-initial-commands): New variable.
21226 (tramp-process-initial-commands): New function, using the variable.
21227 (tramp-open-connection-setup-interactive-shell): Call the new function.
21228 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
21229 method into the buffer name, never use nil. Reported by Hanak
21230 David <dhanak@inf.bme.hu>.
21231 (tramp-open-connection-setup-interactive-shell): Erase buffer
21232 before sending "stty -onlcr".
21233
21234 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
21235
21236 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
21237
21238 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
21239
21240 2003-07-19 John Paul Wallington <jpw@gnu.org>
21241
21242 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
21243 (artist-draw-rect, artist-draw-square): Doc fixes.
21244
21245 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
21246
21247 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
21248
21249 2003-07-19 Kenichi Handa <handa@m17n.org>
21250
21251 * international/kkc.el (kkc-show-conversion-list-update):
21252 Highlight the correct candidate in the message.
21253
21254 2003-07-18 John Paul Wallington <jpw@gnu.org>
21255
21256 * simple.el (current-word): Don't include punctuation char when
21257 `really-word' arg is non-nil.
21258
21259 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
21260
21261 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
21262 moved to the directory obsolete.
21263
21264 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
21265
21266 * info.el (Info-menu-entry-name-re): Allow newlines in
21267 menu entry names.
21268
21269 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
21270 syntax-ppss-after-change-function.
21271 (syntax-ppss-after-change-function): New alias. Update uses.
21272 (syntax-ppss): Catch the case where the buffer is narrowed.
21273
21274 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21275
21276 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
21277 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
21278
21279 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21280
21281 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
21282 since it might be modified.
21283
21284 * progmodes/cc-langs.el (c++-make-template-syntax-table)
21285 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
21286 names to these language constants.
21287
21288 2003-07-15 Kim F. Storm <storm@cua.dk>
21289
21290 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
21291 All uses changed.
21292
21293 2003-07-14 Mark A. Hershberger <mah@everybody.org>
21294
21295 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
21296 Namespace support.
21297
21298 2003-07-13 Juanma Barranquero <lektu@terra.es>
21299
21300 * frame.el (modify-all-frames-parameters): Reinstall (copyright
21301 papers received).
21302
21303 2003-07-13 Karl Eichwalder <ke@suse.de>
21304
21305 * textmodes/po.el (po-find-charset): White space at the start of the
21306 Content-Type field body is non-mandatory.
21307
21308 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
21309
21310 * textmodes/texinfo.el (texinfo-section-list):
21311 Append appendixsection; a synonym for appendixsec.
21312
21313 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
21314
21315 * man.el (Man-translate-cleanup): New.
21316 (Man-translate-references): Call `Man-translate-cleanup' to clean
21317 leading, trailing and middle spaces.
21318
21319 2003-07-13 Lars Hansen <larsh@math.ku.dk>
21320
21321 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
21322 Handle `dired-directory' being a list.
21323
21324 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
21325
21326 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
21327 it doesn't exist.
21328
21329 2003-07-12 Richard M. Stallman <rms@gnu.org>
21330
21331 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
21332
21333 * progmodes/cc-defs.el (c-make-keywords-re):
21334 Don't use delete-duplicates.
21335 (c-lang-const): Don't use mapcan.
21336
21337 * apropos.el (apropos-show-scores): Make it customizable.
21338 Document new meaning.
21339 (apropos): Compute scores from symbols.
21340 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
21341
21342 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21343
21344 * ps-bdf.el: Fix copyright line.
21345 (bdf-directory-list): Fix initialization code.
21346
21347 2003-07-11 John Paul Wallington <jpw@gnu.org>
21348
21349 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
21350 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
21351 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
21352
21353 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
21354
21355 * emacs-lisp/ring.el (ring-elements): Doc fix.
21356
21357 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21358
21359 * calendar/timeclock.el (timeclock-relative)
21360 (timeclock-ask-before-exiting, timeclock-use-display-time):
21361 Doc changes.
21362 (timeclock-modeline-display): Give a message if
21363 `timeclock-use-display-time' is non-nil but `display-time-mode'
21364 is not active.
21365
21366 2003-07-11 Kenichi Handa <handa@m17n.org>
21367
21368 * international/mule-cmds.el (set-language-environment):
21369 Set current-language-environment to the correct string.
21370
21371 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21372
21373 * ps-print.el: Print line number correctly in a region. Reported by
21374 Tim Allen <timallen@ls83.fsnet.co.uk>.
21375 (ps-print-version): New version number (6.6.2).
21376 (ps-printing-region): Code fix.
21377
21378 2003-07-10 John Paul Wallington <jpw@gnu.org>
21379
21380 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
21381 this function can be called from `add-completions-from-tags-table'.
21382
21383 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
21384
21385 * calendar/timeclock.el (timeclock-use-display-time)
21386 (timeclock-day-over-hook, timeclock-workday-remaining)
21387 (timeclock-status-string, timeclock-when-to-leave)
21388 (timeclock-when-to-leave-string, timeclock-log-data)
21389 (timeclock-find-discrep, timeclock-day-base)
21390 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
21391 (timeclock-modeline-display): Set the variable
21392 `timeclock-modeline-display'.
21393 (timeclock-update-modeline): Doc fix. Respect value of
21394 `timeclock-relative'.
21395
21396 2003-07-09 Richard M. Stallman <rms@gnu.org>
21397
21398 * textmodes/reftex-parse.el (reftex-all-document-files):
21399 Add autoload cookie.
21400
21401 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
21402 (reftex-scanning-info-available-p): Add autoload cookie.
21403
21404 * international/mule-cmds.el
21405 (set-display-table-and-terminal-coding-system): Delete duplicate
21406 aset on standard-display-table.
21407
21408 * view.el (view-file): If existing buffer's major mode is special,
21409 don't go into view mode.
21410
21411 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
21412
21413 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21414
21415 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
21416 buffer changes; there's third party code that calls this function
21417 directly.
21418
21419 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21420
21421 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
21422 (autodoc-font-lock-keywords): Don't byte compile on font lock
21423 initialization when running from byte compiled files.
21424
21425 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21426
21427 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
21428 statement ends with auto-increment "++".
21429
21430 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21431
21432 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21433 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21434 these are changed, so declare them as variables and not constants.
21435
21436 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
21437
21438 * subr.el (dolist, dotimes): Doc fix.
21439
21440 2003-07-08 Kim F. Storm <storm@cua.dk>
21441
21442 * international/mule-cmds.el
21443 (set-display-table-and-terminal-coding-system): Don't break
21444 bootstrap if standard-display-table isn't setup yet.
21445
21446 2003-07-07 Richard M. Stallman <rms@gnu.org>
21447
21448 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
21449 Give it a doc string, and autoload it.
21450
21451 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
21452 Use with-no-warnings.
21453
21454 * info.el (Info-search): If find invisible text, search again.
21455
21456 * isearch.el (search-whitespace-regexp): Add a shy group around it.
21457
21458 * man.el (Man-name-regexp): Match + as part of name.
21459
21460 * simple.el (visible-mode): Rename from vis-mode.
21461 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
21462
21463 * simple.el (current-word): New arg REALLY-WORD specifies
21464 don't include punctuation chars.
21465
21466 * emacs-lisp/debug.el (debug, debugger-env-macro):
21467 Use with-no-warnings while accessing and binding unread-command-char.
21468
21469 * international/mule-cmds.el
21470 (set-display-table-and-terminal-coding-system): Use explicit loop
21471 instead of calling standard-display-default.
21472
21473 * net/ange-ftp.el (ange-ftp-file-symlink-p):
21474 Use condition-case to catch error in ange-ftp-get-files.
21475
21476 * net/browse-url.el (browse-url-browser-function):
21477 Add alternative for Epiphany.
21478 (browse-url-epiphany-program, browse-url-epiphany-arguments)
21479 (browse-url-epiphany-startup-arguments)
21480 (browse-url-epiphany-new-window-is-tab): New variables.
21481 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
21482
21483 * progmodes/compile.el (compile-auto-highlight): Default now t.
21484 (compile): Doc fix.
21485 (compilation-next-error): Fix previous change.
21486
21487 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
21488
21489 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
21490
21491 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
21492
21493 * gdb-ui.el (gdb-source-info): Display current frame when
21494 attaching to an existing process.
21495 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
21496 while laying out windows when attaching to an existing process.
21497
21498 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
21499
21500 * info.el (Info-menu): Use Info-menu-entry-name-re.
21501
21502 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
21503
21504 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
21505 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
21506
21507 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
21508 to match the same text.
21509
21510 2003-07-06 John Paul Wallington <jpw@gnu.org>
21511
21512 * vc.el (vc-annotate-offset): Move defvar up.
21513
21514 2003-07-06 Kim F. Storm <storm@cua.dk>
21515
21516 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
21517 This should fix the infinite loop when extracting menu names.
21518
21519 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21520
21521 * files.el (auto-mode-alist, interpreter-mode-alist):
21522 Remove entries to CC Mode modes to avoid duplicates; they are now added
21523 with autoload directives in cc-mode.el.
21524
21525 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21526
21527 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21528 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21529 these are changed, so declare them as variables and not constants.
21530
21531 * progmodes/cc-mode.el: Fix some autoload problems: Try to
21532 ensure that the entry for ".c" extension comes before the one for
21533 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
21534 Fix incorrect entries that were added to `interpreter-mode-alist'.
21535 Move the autoload directives for AWK to the top level since they
21536 aren't recognized anywhere else. Do not use the new AWK mode doc
21537 in the autoload form for the old AWK mode.
21538
21539 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21540
21541 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
21542 (bibtex-sort-ignore-string-entries): Default value t.
21543 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
21544 erroneously in previous version.
21545 (bibtex-string-files): Docstring reflects new parsing scheme.
21546 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
21547 docstring, add # as one of the chars to crush
21548 (bibtex-autokey-prefix-string, bibtex-autokey-names)
21549 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
21550 (bibtex-autokey-name-change-strings)
21551 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
21552 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
21553 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
21554 (bibtex-autokey-title-terminators)
21555 (bibtex-autokey-titlewords-stretch)
21556 (bibtex-autokey-titleword-ignore)
21557 (bibtex-autokey-titleword-case-convert)
21558 (bibtex-autokey-titleword-abbrevs)
21559 (bibtex-autokey-titleword-abbrevs)
21560 (bibtex-autokey-titleword-change-strings)
21561 (bibtex-autokey-titleword-length)
21562 (bibtex-autokey-titleword-separator)
21563 (bibtex-autokey-name-year-separator)
21564 (bibtex-autokey-year-title-separator)
21565 (bibtex-autokey-before-presentation-function)
21566 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
21567 Fix docstring.
21568 (bibtex-strings, bibtex-reference-keys):
21569 Use lazy-completion-table and make-variable-buffer-local.
21570 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
21571 (bibtex-braced-string-syntax-table)
21572 (bibtex-quoted-string-syntax-table): New variables.
21573 (bibtex-parse-nested-braces): Remove.
21574 (bibtex-parse-field-string): Use syntax table and forward-sexp.
21575 (bibtex-parse-association): Simplify.
21576 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
21577 (bibtex-parse-field-text): Simplify.
21578 (bibtex-search-forward-field, bibtex-search-backward-field):
21579 argument BOUND can take value t.
21580 (bibtex-start-of-field, bibtex-start-of-name-in-field)
21581 (bibtex-end-of-name-in-field, bibtex-end-of-field)
21582 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21583 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
21584 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
21585 (bibtex-skip-to-valid-entry): Return buffer position of beginning
21586 and ending of entry. Update for changes of bibtex-search-entry.
21587 Simplify.
21588 (bibtex-map-entries): FUN is called with three arguments.
21589 (bibtex-search-entry): Return a cons pair with buffer positions of
21590 beginning and end of entry.
21591 (bibtex-enclosing-field): Simplify.
21592 (bibtex-format-entry): Use booktitle to set a missing title.
21593 (bibtex-autokey-get-names): Fiddle with regexps.
21594 (bibtex-generate-autokey): Use identity.
21595 (bibtex-parse-keys): Use simplified parsing algorithm if
21596 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
21597 arguments. Return alist of keys.
21598 (bibtex-parse-strings): Simplify. Return alist of strings.
21599 (bibtex-complete-string-cleanup): Fix docstring.
21600 (bibtex-read-key): New function.
21601 (bibtex-mode): Fix docstring. Do not parse for keys and
21602 strings when the mode is entered. Set fill-paragraph-function to
21603 bibtex-fill-field. Setup font-lock-mark-block-function the way
21604 font-lock intended.
21605 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
21606 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
21607 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
21608 (bibtex-Preamble): Avoid hard coded constants.
21609 (bibtex-make-field): Fix docstring. Simplify.
21610 (bibtex-beginning-of-entry): Always return new position of point.
21611 (bibtex-end-of-entry): Rearrange cond clauses.
21612 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
21613 Update for changes of bibtex-map-entries.
21614 (bibtex-ispell-abstract): Do not move point.
21615 (bibtex-entry-index): Use downcase. Simplify.
21616 (bibtex-lessp): Handle catch-all.
21617 (bibtex-find-crossref): Turn into a command.
21618 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
21619 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
21620 preamble entries.
21621 (bibtex-fill-field-bounds): New function.
21622 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
21623 (bibtex-fill-entry): Use bibtex-fill-field-bounds
21624 (bibtex-String): Use bibtex-strings. Always obey
21625 bibtex-sort-ignore-string-entries.
21626
21627 2003-07-05 John Paul Wallington <jpw@gnu.org>
21628
21629 * cus-theme.el (customize-create-theme):
21630 Call `customize-create-theme' in Reset widget's notify function.
21631
21632 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
21633 (ibuffer-mark-interactive): Use `or' instead of `unless'.
21634 (define-ibuffer-column name): Add summarizer.
21635 (define-ibuffer-column size): Likewise.
21636 (define-ibuffer-column filename): Likewise.
21637 (define-ibuffer-column process): Likewise. Change BODY's output too.
21638 (define-ibuffer-column filename-and-process): Likewise, likewise.
21639 (ibuffer): Remove local vars `already-in' and `need-update'.
21640
21641 * ibuf-ext.el: Don't require `derived' at compile-time.
21642
21643 2003-07-05 Kim F. Storm <storm@cua.dk>
21644
21645 * info.el: Disable paragraph refilling.
21646 (Info-refill-paragraphs): New defcustom.
21647 (Info-fontify-node): Use it.
21648
21649 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
21650
21651 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
21652 thingies from constructors created by defstruct.
21653
21654 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
21655 the default value of the variable.
21656 (byte-code-meter): Move declaration to top level.
21657
21658 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
21659
21660 * info.el (Info-following-node-name-re): New fun.
21661 (Info-following-node-name): Remove.
21662 (Info-insert-dir): Use the new fun.
21663 (Info-extract-pointer): Don't save restriction; use new fun.
21664 (Info-menu-entry-name-re): New const.
21665 (Info-menu-entry-name-re): Use it along with new fun.
21666 (Info-node-spec-re): Use new fun.
21667 (Info-complete-menu-item, Info-fontify-node): Use new const.
21668 (Info-goto-node, Info-follow-reference, Info-menu-update):
21669 Use match-string.
21670 (Info-follow-reference): Use assoc-string.
21671 Use a list of strings for the completion table.
21672 (Info-fontify-node): Use match-string, line-end-position.
21673 Limit the search for `node:' to the first line.
21674
21675 * newcomment.el (uncomment-region): Remove padding coming from
21676 comment-start rather than just from comment-padding.
21677
21678 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
21679 (vc-cvs-stay-local-p): Use vc-stay-local-p.
21680 (vc-cvs-rename-file): Remove (use the default).
21681 (vc-cvs-register): Register parent dir if needed.
21682 (vc-cvs-could-register): Return non-nil if parent can be registered.
21683 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
21684 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
21685
21686 * vc-svn.el (vc-svn-use-edit): Make it into a const.
21687 (vc-svn-update): Fix the arguments to `svn'.
21688 (vc-svn-diff-tree): Just use `vc-svn-diff'.
21689 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
21690 Simple implementations, assuming `name' is a URL.
21691
21692 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
21693 set of chars allowed unquoted in a case pattern.
21694
21695 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
21696
21697 * font-lock.el (font-lock-extra-types-widget)
21698 (c-font-lock-extra-types, c++-font-lock-extra-types)
21699 (objc-font-lock-extra-types, java-font-lock-extra-types)
21700 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
21701 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
21702 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
21703 (font-lock-match-c++-structor-declaration)
21704 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
21705 (c++-font-lock-keywords-3, c++-font-lock-keywords)
21706 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
21707 (objc-font-lock-keywords-3, objc-font-lock-keywords)
21708 (java-font-lock-keywords-1, java-font-lock-keywords-2)
21709 (java-font-lock-keywords-3, java-font-lock-keywords)
21710 (java-font-lock-syntactic-face-function): Remove obsolete code
21711 and constants. It's all in cc-fonts.el now.
21712
21713 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
21714
21715 * mail/sendmail.el (mail-specify-envelope-from)
21716 (mail-envelope-from): Doc fix.
21717
21718 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
21719
21720 * generic-x.el: Do away with the dependency on `c-emacs-features'
21721 when populating `rul-generic-mode-syntax-table'; we already know
21722 this isn't XEmacs.
21723
21724 See ChangeLog.10 for earlier changes.
21725
21726 ;; Local Variables:
21727 ;; coding: iso-2022-7bit
21728 ;; End:
21729
21730 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
21731 Copying and distribution of this file, with or without modification,
21732 are permitted provided the copyright notice and this notice are preserved.
21733
21734 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1