]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
2
3 * forms.el (forms--intuit-from-file): Fix reference to
4 `forms-number-of-fields' in error message.
5 (forms-print): Fix quoting in error message.
6
7 * forms.el (forms-mode):
8 * emulation/vi.el (vi-goto-insert-state):
9 * progmodes/flymake.el (flymake-new-err-info)
10 (flymake-start-syntax-check-for-current-buffer)
11 (flymake-simple-cleanup):
12 * eshell/esh-var.el (eshell/export):
13 * progmodes/gud.el (xdb):
14 * textmodes/flyspell.el (flyspell-incorrect-hook)
15 (flyspell-maybe-correct-transposition)
16 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
17
18 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
19
20 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
21 minibuffer prompt.
22
23 2005-06-13 Kim F. Storm <storm@cua.dk>
24
25 * subr.el (add-to-ordered-list): New defun.
26
27 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
28 add cua--keymap-alist to emulation-mode-map-alists.
29
30 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
31
32 * subr.el (complete-in-turn): New macro.
33 (dynamic-completion-table, lazy-completion-table): Add debug info.
34
35 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
36 in preference to face aliases.
37
38 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
39 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
40 Remove unused vars `start' and `firstline'.
41 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
42 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
43
44 2005-06-13 Eli Zaretskii <eliz@gnu.org>
45
46 * cus-start.el (all): Don't complain about missing GTK-related
47 variables, unless either `gtk' is boundp or this isn't a
48 `windows-nt' build.
49
50 2005-06-13 Lute Kamstra <lute@gnu.org>
51
52 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
53 run-mode-hooks.
54
55 * ediff-mult.el (ediff-meta-mode):
56 * ediff-util.el (ediff-mode): Use run-mode-hooks.
57
58 * ledit.el (ledit-mode): Use delay-mode-hooks.
59
60 * woman.el (woman-mode-line-format): Delete constant.
61 (woman-mode-map): Initialize it properly.
62 (woman-mode): Set mode-class property to special.
63 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
64 Set major-mode and mode-name. Don't set mode-line-format directly.
65 (Man-getpage-in-background): Don't reference woman-mode-line-format.
66
67 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
68 string argument obsolete.
69
70 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
71
72 * textmodes/org.el: (org-CUA-compatible): New option.
73 (org-disputed-keys): New variable.
74 (org-key): New function.
75 (orgtbl-make-binding): Add docstring to the created function.
76 (org-mode): Set paragraph start/separate regexps.
77 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
78 (org-archive-location, org-archive-mark-done)
79 (org-archive-stamp-time): New options.
80 (org-archive-subtree): New command.
81 (org-fill-paragraph): New function.
82 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
83 (org-fake-empty-table-line): Function removed.
84 (org-format-org-table-html): Do not create empty table lines at
85 separator lines. Improved table header treatment.
86 (org-link-format): New option.
87 (org-make-link): New function.
88 (org-insert-link, org-store-link): Use org-make-link.
89 (org-open-file): Quote file name for shell command, to allow
90 spaces in file names.
91 (org-link-regexp): Fix bug with mailto link.
92 (org-link-maybe-angles-regexp, org-protected-link-regexp):
93 New constants.
94 (org-export-as-html): Deal with the optional angles around a link.
95 Better treatment of file: links.
96 (org-open-at-point): Replace @{ and @} with < and >.
97 (org-run-mode-hooks): Function removed.
98 (org-agenda-mode): No longer use `org-run-mode-hooks'.
99
100 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
101
102 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
103 MI command -data-list-register-values.
104 (gdb-post-prompt): Indent properly.
105
106 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
107
108 * hilit-chg.el (highlight-changes-colors): Rename from
109 `highlight-changes-colours'.
110 (highlight-changes-colours): Keep as obsolete alias.
111 (highlight-changes-face-list): Doc fix.
112 (hilit-chg-make-list): Use `highlight-changes-colors'.
113
114 2005-06-12 Mark A. Hershberger <mah@everybody.org>
115
116 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
117 defun-prompt-regexp.
118
119 2005-06-12 Eli Zaretskii <eliz@gnu.org>
120
121 * loadup.el: Don't say we are dumping under 2 names on windows-nt
122 and cygwin.
123
124 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
125 Don't use an old loaddefs.el, as in Makefile.in.
126
127 2005-06-12 Lute Kamstra <lute@gnu.org>
128
129 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
130
131 * man.el (Man-mode-map): Initialize it properly.
132 (Man-mode): Set mode-class property to special.
133
134 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
135
136 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
137
138 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
139 A newline is needed in the docstring there.
140
141 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
142 Doc fixes.
143
144 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
145
146 * printing.el: Doc fix. The menubar is no more changed when printing
147 is loaded, it only changes when pr-menu-bind or pr-update-menus is
148 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
149 (pr-version): New version number (6.8.4).
150 (pr-menu-bind): New command.
151 (pr-update-menus): Docstring and code fix.
152 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
153 Docstring fix.
154 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
155 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
156
157 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
158
159 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
160 "Returns" to "return", document useful return values, etc.
161
162 2005-06-11 Alan Mackenzie <acm@muc.de>
163
164 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
165 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
166 (adaptive-file-function): Minor amendment to doc-string.
167
168 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
169
170 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
171 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
172 Fix :type--it is `integer', not `string'.
173
174 * faces.el (modeline-highlight): Rename from (the erroneous)
175 `modeline-higilight'.
176
177 2005-06-11 Lute Kamstra <lute@gnu.org>
178
179 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
180 lisp-interaction-mode-map but make it the parent.
181 (edebug-eval-mode): Use define-derived-mode.
182
183 2005-06-11 Andreas Schwab <schwab@suse.de>
184
185 * bindings.el: Add binding of `ESC functionkey' for every
186 `M-functionkey'.
187 * hexl.el (hexl-mode-map): Likewise.
188
189 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
190
191 * progmodes/compile.el (compilation-error-regexp-alist-alist)
192 [msft]: update regexp for newer msft compilers.
193
194 2005-06-10 Mark A. Hershberger <mah@everybody.org>
195
196 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
197 ATTLIST portions of included DTDs.
198 (xml-parse-dtd): Eliminate use of inefficient match-data.
199
200 2005-06-10 Miles Bader <miles@gnu.org>
201
202 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
203 (mpuz-text): Remove "-face" suffix from face names.
204 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
205 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
206 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
207
208 * play/gomoku.el (gomoku-O, gomoku-X):
209 Remove "-face" suffix from face names.
210 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
211 New backward-compatibility aliases for renamed faces.
212 (gomoku-font-lock-keywords): Use renamed gomoku faces.
213
214 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
215
216 * thumbs.el: Fixes for changes of 2005-06-09.
217 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
218 as a directory.
219 (thumbs-thumbname): Remove directory separator from format string;
220 `thumbs-thumbsdir' now returns a valid directory name.
221 (thumbs-temp-dir): New defsubst.
222 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
223 Use it.
224
225 * cus-edit.el (minibuffer):
226 * files.el (make-backup-file-name-function):
227 * filesets.el (filesets-external-viewers):
228 * hilit-chg.el (highlight-changes-colours)
229 (highlight-changes-face-list, highlight-changes-rotate-faces):
230 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
231 * kmacro.el (kmacro-call-macro):
232 * log-edit.el (log-edit-changelog-full-paragraphs):
233 * mouse.el (mouse-1-click-follows-link):
234 * skeleton.el (skeleton-autowrap):
235 * subr.el (insert-for-yank-1):
236 * tempo.el (tempo-insert-region):
237 * terminal.el (terminal-emulator):
238 * time.el (display-time-mail-face):
239 * vc.el (vc-annotate):
240 * vcursor.el (vcursor-copy-line):
241 * woman.el (woman-bold-headings, woman-ignore)
242 (woman-default-faces, woman-monochrome-faces):
243 * calendar/todo-mode.el (todo-insert-threshold):
244 * emulation/pc-select.el (pc-select-selection-keys-only)
245 (pc-selection-mode):
246 * emulation/vip.el (vip-find-char-forward):
247 * emulation/viper-cmd.el (viper-find-char-forward):
248 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
249 (input-method-exit-on-invalid-key):
250 * international/mule-diag.el (describe-coding-system):
251 * international/ucs-tables.el (unify-8859-on-encoding-mode):
252 * net/browse-url.el (browse-url-xterm-program):
253 * obsolete/lazy-lock.el (lazy-lock-mode):
254 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
255 (cperl-mode):
256 * progmodes/cpp.el (cpp-face-light-name-list)
257 (cpp-face-dark-name-list):
258 * progmodes/delphi.el (delphi-newline-always-indents):
259 Fix spellings in docstrings.
260
261 * ido.el (ido-mode, ido-file-extensions-order)
262 (ido-default-file-method, ido-default-buffer-method)
263 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
264 (ido-decorations, ido-read-file-name-as-directory-commands)
265 (ido-read-file-name-non-ido, ido-work-directory-list)
266 (ido-ignore-item-temp-list, ido-current-directory)
267 (ido-magic-forward-char, ido-enter-find-file)
268 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
269 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
270
271 2005-06-10 Lute Kamstra <lute@gnu.org>
272
273 * play/dunnet.el (dun-mode): Use define-derived-mode.
274 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
275 obsolete alias.
276
277 * play/doctor.el (doctor-mode-map): Remove defvar.
278 (doctor-mode): Use define-derived-mode.
279
280 * mail/mspools.el (mspools-mode):
281 * net/eudc-hotlist.el (eudc-hotlist-mode):
282 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
283
284 2005-06-10 Miles Bader <miles@gnu.org>
285
286 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
287 Remove "-face" suffix from face names.
288 (flyspell-incorrect-face, flyspell-duplicate-face):
289 New backward-compatibility aliases for renamed faces.
290 (flyspell-mode-on, make-flyspell-overlay)
291 (flyspell-highlight-incorrect-region)
292 (flyspell-highlight-duplicate-region)
293 (flyspell-display-next-corrections)
294 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
295
296 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
297 from face name.
298 (texinfo-heading-face): New backward-compatibility alias for
299 renamed face.
300 (texinfo-heading-face): Use renamed texinfo-heading face.
301
302 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
303 suffix from face names.
304 (tex-math-face, tex-verbatim-face):
305 New backward-compatibility aliases for renamed faces.
306 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
307 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
308 literal face name.
309
310 * textmodes/table.el (table-cell): Remove "-face" suffix from face
311 name.
312 (table-cell-face): New backward-compatibility alias for renamed face.
313 (table--put-cell-face-property, table--update-cell-face):
314 Use renamed table-cell face.
315
316 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
317 from face name.
318 (sgml-namespace-face): New backward-compatibility alias for
319 renamed face.
320 (sgml-namespace-face): Use renamed sgml-namespace face.
321
322 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
323 (org-level-4, org-level-5, org-level-6, org-level-7)
324 (org-level-8, org-warning, org-headline-done)
325 (org-deadline-announce, org-scheduled-today)
326 (org-scheduled-previously, org-link, org-done, org-table)
327 (org-time-grid): Remove "-face" suffix from face names.
328 (org-level-1-face, org-level-2-face, org-level-3-face)
329 (org-level-4-face, org-level-5-face, org-level-6-face)
330 (org-level-7-face, org-level-8-face, org-warning-face)
331 (org-headline-done-face, org-deadline-announce-face)
332 (org-scheduled-today-face, org-scheduled-previously-face)
333 (org-link-face, org-done-face, org-table-face)
334 (org-time-grid-face):
335 New backward-compatibility aliases for renamed faces.
336 (org-level-faces, org-set-font-lock-defaults, org-timeline)
337 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
338 (org-agenda-get-timestamps, org-agenda-get-scheduled)
339 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
340
341 * emulation/viper-init.el (viper-search, viper-replace-overlay)
342 (viper-minibuffer-emacs, viper-minibuffer-insert)
343 (viper-minibuffer-vi): Remove "-face" suffix from face names.
344 (viper-search-face, viper-replace-overlay-face)
345 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
346 (viper-minibuffer-vi-face):
347 New backward-compatibility aliases for renamed faces.
348 (viper-search-face, viper-replace-overlay-face)
349 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
350 (viper-minibuffer-vi-face): Use renamed viper faces.
351
352 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
353 Remove "-face" suffix from face names.
354 (testcover-nohits-face, testcover-1value-face):
355 New backward-compatibility aliases for renamed faces.
356 (testcover-mark): Use renamed testcover faces.
357
358 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
359 face name.
360 (diary-button-face): New backward-compatibility alias for renamed face.
361 (diary-entry): Use renamed diary-button face.
362
363 * calendar/calendar.el (diary, calendar-today, holiday)
364 (mark-visible-calendar-date): Remove "-face" suffix from face names.
365 (diary-face, calendar-today-face, holiday-face):
366 New backward-compatibility aliases for renamed faces.
367 (eval-after-load "facemenu", diary-entry-marker)
368 (calendar-today-marker, calendar-holiday-marker, diary-face):
369 Use renamed calendar faces.
370
371 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
372 (compare-windows-face): New backward-compatibility alias for
373 renamed face.
374 (compare-windows-highlight): Use renamed compare-windows face.
375
376 * strokes.el (strokes-char): Remove "-face" suffix from face name.
377 (strokes-char-face): New backward-compatibility alias for renamed face.
378 (strokes-encode-buffer): Use renamed strokes-char face.
379
380 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
381 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
382 Remove "-face" suffix from face names.
383 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
384 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
385 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
386 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
387 Use renamed pcvs faces.
388 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
389 * pcvs-defs.el (cvs-mode-map): Likewise.
390 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
391
392 * info.el (info-title-1, info-title-2, info-title-3)
393 (info-title-4): Remove "-face" suffix from and downcase face names.
394 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
395 (Info-title-4-face):
396 New backward-compatibility aliases for renamed faces.
397 (Info-fontify-node): Use renamed info faces.
398
399 * hilit-chg.el (highlight-changes, highlight-changes-delete):
400 Remove "-face" suffix from face names.
401 (highlight-changes-face, highlight-changes-delete-face):
402 New backward-compatibility aliases for renamed faces.
403 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
404 (hilit-chg-make-list): Use renamed highlight-changes faces.
405
406 * generic-x.el (show-tabs-tab, show-tabs-space):
407 Remove "-face" suffix from face names.
408 (show-tabs-tab-face, show-tabs-space-face):
409 New backward-compatibility aliases for renamed faces.
410 (show-tabs-generic-mode-font-lock-defaults-1)
411 (show-tabs-generic-mode-font-lock-defaults-2):
412 Use renamed show-tabs faces.
413
414 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
415 (smerge-markers): Remove "-face" suffix from face names.
416 (smerge-mine-face, smerge-other-face, smerge-base-face)
417 (smerge-markers-face):
418 New backward-compatibility aliases for renamed faces.
419 (smerge-mine-face, smerge-other-face, smerge-base-face)
420 (smerge-markers-face): Use renamed smerge faces.
421
422 * log-view.el (log-view-file, log-view-message):
423 Remove "-face" suffix from face names.
424 (log-view-file-face, log-view-message-face):
425 New backward-compatibility aliases for renamed faces.
426 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
427
428 * paren.el (show-paren-match, show-paren-mismatch):
429 Remove "-face" suffix from face names.
430 (show-paren-match-face, show-paren-mismatch-face):
431 New backward-compatibility aliases for renamed faces.
432 (show-paren-function): Use renamed show-paren faces.
433
434 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
435 (ruler-mode-margins, ruler-mode-fringes)
436 (ruler-mode-column-number, ruler-mode-fill-column)
437 (ruler-mode-comment-column, ruler-mode-goal-column)
438 (ruler-mode-tab-stop, ruler-mode-current-column):
439 Remove "-face" suffix from face names.
440 (ruler-mode-default-face, ruler-mode-pad-face)
441 (ruler-mode-margins-face, ruler-mode-fringes-face)
442 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
443 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
444 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
445 New backward-compatibility aliases for renamed faces.
446 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
447 (ruler-mode-column-number, ruler-mode-fill-column)
448 (ruler-mode-comment-column, ruler-mode-goal-column)
449 (ruler-mode-tab-stop, ruler-mode-current-column)
450 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
451
452 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
453 face name.
454 (whitespace-highlight-the-space): Use renamed face.
455 (whitespace-highlight-face): New backward-compatibility alias for
456 renamed face.
457
458 * woman.el (woman-italic, woman-bold, woman-unknown)
459 (woman-addition, woman-symbol-face):
460 Remove "-face" suffix from face names.
461 (woman-italic-face, woman-bold-face, woman-unknown-face)
462 (woman-addition-face):
463 New backward-compatibility aliases for renamed faces.
464 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
465 (woman-decode-region, woman-replace-match)
466 (woman-display-extended-fonts, woman-special-characters)
467 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
468 Use renamed woman faces.
469
470 * longlines.el (longlines-visible-face): Face removed.
471
472 * diff-mode.el (diff-header, diff-file-header, diff-index)
473 (diff-hunk-header, diff-removed, diff-added, diff-changed)
474 (diff-function, diff-context, diff-nonexistent): Remove "-face"
475 suffix from face names.
476 (diff-header-face, diff-file-header-face, diff-index-face)
477 (diff-hunk-header-face, diff-removed-face, diff-added-face)
478 (diff-changed-face, diff-function-face, diff-context-face)
479 (diff-nonexistent-face): New backward-compatibility aliases for
480 renamed faces.
481 (diff-header-face, diff-file-header-face)
482 (diff-index, diff-index-face, diff-hunk-header)
483 (diff-hunk-header-face, diff-removed, diff-removed-face)
484 (diff-added, diff-added-face, diff-changed-face, diff-function)
485 (diff-function-face, diff-context-face, diff-nonexistent)
486 (diff-nonexistent-face): Use renamed diff-mode faces.
487
488 * progmodes/compile.el (compilation-warning-face)
489 (compilation-info-face): Remove "-face" suffix from face names.
490 (compilation-warning-face, compilation-info-face):
491 New backward-compatibility aliases for renamed faces.
492 (compilation-warning-face, compilation-info-face):
493 Use renamed compilation faces.
494
495 * add-log.el (change-log-date, change-log-name)
496 (change-log-email, change-log-file, change-log-list)
497 (change-log-conditionals, change-log-function)
498 (change-log-acknowledgement): Remove "-face" suffix from face names.
499 (change-log-date-face, change-log-name-face)
500 (change-log-email-face, change-log-file-face)
501 (change-log-list-face, change-log-conditionals-face)
502 (change-log-function-face, change-log-acknowledgement-face):
503 New backward-compatibility aliases for renamed faces.
504 (change-log-font-lock-keywords): Use renamed change-log faces.
505
506 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
507 (custom-set, custom-changed, custom-saved, custom-button)
508 (custom-button-pressed, custom-documentation, custom-state)
509 (custom-comment, custom-comment-tag, custom-variable-tag)
510 (custom-variable-button, custom-face-tag, custom-group-tag-1)
511 (custom-group-tag): Remove "-face" suffix from face names.
512 (custom-magic-alist, custom-magic-value-create)
513 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
514 (custom-invalid-face, custom-rogue-face, custom-modified-face)
515 (custom-set-face, custom-changed-face, custom-saved-face)
516 (custom-button-face, custom-button-pressed-face)
517 (custom-documentation-face, custom-state-face)
518 (custom-comment-face, custom-comment-tag-face)
519 (custom-variable-tag-face, custom-variable-button-face)
520 (custom-face-tag-face, custom-group-tag-face-1)
521 (custom-group-tag-face):
522 New backward-compatibility aliases for renamed faces.
523
524 * wid-edit.el (widget-documentation, widget-button)
525 (widget-field, widget-single-line-field, widget-inactive)
526 (widget-button-pressed): "-face" suffix removed from face names.
527 (widget-documentation-face, widget-button-face)
528 (widget-field-face, widget-single-line-field-face)
529 (widget-inactive-face, widget-button-pressed-face):
530 New backward-compatibility aliases for renamed faces.
531 (widget-documentation-face, widget-button-face)
532 (widget-button-pressed-face, widget-specify-field)
533 (widget-specify-inactive): Use renamed widget faces.
534
535 2005-06-10 Kenichi Handa <handa@m17n.org>
536
537 * term/x-win.el (x-clipboard-yank): Remove condition-case
538 wrapping.
539
540 2005-06-11 Kenichi Handa <handa@m17n.org>
541
542 * add-log.el (change-log-font-lock-keywords): Make the regexp for
543 date lines stricter.
544
545 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
546
547 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
548 of x-get-selection.
549
550 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
551
552 * comint.el (comint-mode, comint-snapshot-last-prompt):
553 * frame.el (frame-current-scroll-bars):
554 * term.el (term-mode, term-check-proc, term-input-sender)
555 (term-simple-send, term-extract-string, term-word)
556 (term-match-partial-filename):
557 * window.el (window-current-scroll-bars):
558 * emulation/cua-base.el (cua-normal-cursor-color)
559 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
560 (cua-global-mark-cursor-color):
561 * mail/undigest.el (rmail-forward-separator-regex):
562 Fix typos in docstrings.
563
564 * comint.el (comint-check-proc, make-comint-in-buffer)
565 (comint-source-default): Doc fixes.
566
567 * term.el (term-send-string): Improve argument/docstring
568 consistency.
569
570 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
571
572 * comint.el (comint-send-input): Bind `inhibit-read-only' around
573 call to `delete-region'.
574 (comint-mode-hook): Do not enable Font Lock by default.
575
576 2005-06-09 Lute Kamstra <lute@gnu.org>
577
578 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
579 could be void.
580
581 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
582
583 * emacs-lisp/debug.el (debugger-will-be-back): New var.
584 (debug): Use it.
585 (debugger-step-through, debugger-continue, debugger-jump)
586 (debugger-return-value): Set it when needed.
587 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
588 Use inhibit-read-only.
589
590 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
591
592 * window.el (shrink-window-if-larger-than-buffer)
593 (window-size-fixed): Fix typo in docstring.
594
595 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
596 thumbnails directory on loading.
597 (thumbs-conversion-program): Use `eq' to check the system type,
598 not `equal'.
599 (thumbs-temp-dir): Initialize to `temporary-file-directory',
600 not "/tmp". Fix docstring.
601 (thumbs-thumbsdir): New function to return the thumbnails
602 directory, creating it if needed.
603 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
604 (thumbs-temp-file): Delete variable and make it into a function.
605 (thumbs-resize-image, thumbs-modify-image): Use it.
606 (thumbs-kill-buffer): Simplify.
607 (thumbs-gensym): Defalias or duplicate CL `gensym'.
608 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
609 docstrings.
610
611 2005-06-09 Kim F. Storm <storm@cua.dk>
612
613 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
614 set-match-data to free markers in match-data.
615
616 * replace.el (replace-match-data): Pass RESEAT arg `t' to
617 match-data to unchain markers in match-data.
618
619 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
620
621 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
622 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
623 unnecessary now.
624
625 2005-06-08 Richard M. Stallman <rms@gnu.org>
626
627 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
628 give the variable a doc string that doesn't say don't set it directly.
629
630 * textmodes/ispell.el (ispell-check-version):
631 Use match-string-no-properties.
632 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
633 (ispell-buffer-local-words): Likewise.
634
635 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
636 except on terminals with enough colors to really display it.
637 (makefile-dependency-regex): Delete spurious `bb'.
638
639 * faces.el (escape-glyph): Use blue once again in last case.
640 (no-break-space): Redefine so that it isn't invisible on a tty.
641
642 2005-06-08 Kim F. Storm <storm@cua.dk>
643
644 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
645 also when reading directory name.
646
647 2005-06-08 Lute Kamstra <lute@gnu.org>
648
649 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
650 (flyspell-mode-line-string): Remove autoload cookie.
651 (flyspell-mode): Remove defvar.
652
653 2005-06-07 Lute Kamstra <lute@gnu.org>
654
655 * textmodes/org.el (org-run-mode-hooks): New function.
656 (org-agenda-mode): Use it.
657
658 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
659
660 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
661
662 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
663
664 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
665
666 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
667
668 * font-lock.el (font-lock-add-keywords): Doc fix.
669
670 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
671
672 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
673 (tex-compile-default): In the absence of any history, use the order in
674 tex-compile-alist to choose the preferred command.
675 (tex-compile-commands): Reorder a bit.
676
677 * textmodes/flyspell.el (flyspell-auto-correct-binding)
678 (flyspell-incorrect-face, flyspell-duplicate-face):
679 Use (X)Emacs-agnostic code.
680 (flyspell-mode-map): Don't overwrite at each load. Remove code
681 redundant with the subsequent add-minor-mode. Merge Emacs and
682 XEmacs code.
683 (flyspell-word): Minor simplification.
684 (flyspell-math-tex-command-p): Quieten the byte-compiler.
685 (flyspell-external-point-words): Remove unused vars `size' and `start'.
686 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
687 Merge the corresponding Emacs code.
688 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
689
690 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
691 a dedicated window.
692
693 * international/latexenc.el (latexenc-find-file-coding-system):
694 Undo part of last patch, to turn off a compiler warning.
695
696 2005-06-06 Juri Linkov <juri@jurta.org>
697
698 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
699 Rename `tmm-inactive-face' to `tmm-inactive'.
700
701 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
702
703 * iswitchb.el: Rename faces.
704
705 2005-06-06 Kim F. Storm <storm@cua.dk>
706
707 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
708 (cua-global-mark): Remove -face suffix from face names.
709
710 * emulation/cua-gmrk.el (cua--init-global-mark):
711 Remove cua-global-mark face setup.
712
713 2005-06-06 Richard M. Stallman <rms@gnu.org>
714
715 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
716 just like other allowed characters.
717 (makefile-match-dependency): Exclude leading and training whitespace
718 from the range of regexp subexp 1.
719 (makefile-macroassign-regex): Don't try to match the body,
720 just the name of the macro being defined.
721
722 * info.el (Info-read-node-name-2): New function.
723 (Info-read-node-name-1): Use that.
724 Add a completion-base-size-function property.
725
726 * simple.el (completion-setup-function): Look for
727 completion-base-size-function property of
728 minibuffer-completion-table.
729
730 * files.el (locate-file-completion): Doc fix.
731
732 * printing.el: Don't call pr-update-menus; user must do that.
733
734 * emacs-lisp/debug.el (debugger-window): New variable.
735 (debug): Use debugger-window if it is set and still alive.
736 Record debugger-window for next entry.
737
738 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
739
740 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
741
742 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
743 (hack-one-local-variable, hack-local-variables)
744 (hack-local-variables-prop-line): Pass that arg.
745
746 2005-06-06 Kim F. Storm <storm@cua.dk>
747
748 * ido.el (ido-first-match, ido-only-match, ido-subdir)
749 (ido-indicator): Remove -face suffix from face names.
750
751 2005-06-06 Juri Linkov <juri@jurta.org>
752
753 * font-lock.el (font-lock-regexp-backslash)
754 (font-lock-regexp-backslash-construct): New faces.
755 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
756 after `('. Add `while-no-input' to control structures.
757
758 * faces.el (no-break-space, shadow): New faces.
759 (escape-glyph): Use less loud colors pink2 and red4.
760
761 * diff-mode.el (diff-context-face)
762 * dired.el (dired-ignored)
763 * rfn-eshadow.el (file-name-shadow)
764 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
765
766 * info.el (Info-title-1-face): Use green instead of yellow because
767 bold yellow is not readable on light backgrounds.
768
769 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
770 before selecting the desired mode to not spend time fontifying
771 old contents.
772
773 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
774
775 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
776 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
777
778 * ps-print.el (ps-default-fg, ps-default-bg):
779 Fix typos in docstrings.
780
781 * isearchb.el (isearchb): Don't pass a spurious second argument to
782 `iswitchb-completions'.
783
784 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
785
786 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
787 to preserve point.
788 (gdb-find-file-hook): Add doc string.
789
790 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
791 C dereferenced pointer expression.
792 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
793
794 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
795
796 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
797 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
798 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
799 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
800 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
801 Make background transparent.
802
803 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
804
805 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
806 (font-lock-remove-keywords): Doc fix.
807 (font-lock-mode-major-mode): Compiler defvar.
808 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
809
810 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
811 (font-lock-mode): Update `font-lock-mode-major-mode'.
812 (font-lock-set-defaults): Compiler defvar.
813 (font-lock-default-function): Take `font-lock-mode-major-mode'
814 into account.
815
816 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
817 keep track of which major mode it enabled the minor mode for.
818 Use find-file-hook again. Update docstring.
819
820 * simple.el (eval-expression-print-level)
821 (eval-expression-print-length, eval-expression-debug-on-error):
822 Doc fixes.
823
824 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
825
826 * iswitchb.el (iswitchb-single-match-face)
827 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
828 (iswitchb-invalid-regexp-face): New faces.
829 (iswitchb-completions): Use them.
830 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
831 now marked as an obsolete alias.
832 (iswitchb-read-buffer): Remove check for bound font variables.
833 (iswitchb-invalid-regexp): New free variable.
834 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
835 set iswitchb-invalid-regexp.
836 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
837 invalid regexps.
838 (iswitchb-completions): Add check for complete match when entering
839 a regexp.
840 (iswitchb-completions): Remove require-match argument.
841 (iswitchb-exhibit): Fix caller.
842 (iswitchb-common-match-inserted): New variable.
843 (iswitchb-complete, iswitchb-completion-help): Use it.
844
845 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
846
847 * url-http.el (url-http-chunked-encoding-after-change-function):
848 Use `url-http-debug' instead of `message'.
849
850 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
851
852 * url-http.el (url-http-parse-headers): Pass redirected URL as a
853 callback argument.
854
855 2005-06-04 Kim F. Storm <storm@cua.dk>
856
857 * simple.el (line-move): Only call sit-for when moving backwards.
858
859 * ido.el (ido-make-merged-file-list-1): New defun split from
860 ido-make-merged-file-list.
861 (ido-make-merged-file-list): Bind throw-on-input around call to
862 ido-make-merged-file-list-1. Return input-pending-p if
863 interrupted by more input available.
864 (ido-read-internal): Handle input-pending-p return value from
865 ido-make-merged-file-list.
866
867 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
868
869 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
870 compatibility code.
871
872 * international/latexenc.el (latexenc-find-file-coding-system):
873 Don't inherit the EOL part of the coding-system from the
874 tex-main buffer. Fit within 80 columns.
875
876 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
877
878 * tmm.el (tmm-inactive-face): New face.
879 (tmm-remove-inactive-mouse-face): New function.
880 (tmm-prompt, tmm-add-one-shortcut)
881 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
882 but not selectable.
883
884 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
885
886 * faces.el (face-equal): Improve argument/docstring consistency.
887
888 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
889
890 * progmodes/make-mode.el (makefile-targets-face)
891 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
892 (makefile-bsdmake-dependency-regex)
893 (makefile-makepp-rule-action-regex)
894 (makefile-bsdmake-rule-action-regex): New constants.
895 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
896
897 * progmodes/compile.el (compilation-error-regexp-alist-alist):
898 Allow (...) within `...' for makepp messages.
899
900 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
901
902 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
903
904 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
905 "." files are deleted from all file lists before comparison.
906
907 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
908 (viper-ESC-key): Made them customizable.
909
910 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
911
912 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
913
914 * autorevert.el (auto-revert-buffers): Use save-match-data.
915
916 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
917
918 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
919 menu items with a nil command binding.
920
921 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
922
923 * emacs-lisp/cl-macs.el (defsetf):
924 Improve argument/docstring consistency.
925
926 * faces.el (list-faces-display): Improve the formatting by
927 computing the maximum length required for any face-name (reworked
928 patch of 1999-01-11, accidentally deleted on 1999-07-21).
929 (internal-find-face): Remove redundant info in docstring.
930
931 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
932
933 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
934 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
935 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
936 (gdb-assembler-custom): Improve regexps.
937 (def-gdb-auto-update-handler): Use window point to preserve point.
938
939 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
940
941 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
942
943 2005-05-31 Jay Belanger <belanger@truman.edu>
944
945 * calc/calc-embed.el (calc-embedded-word): Change argument passed
946 to calc-embedded.
947 (calc-embedded-make-info): Have plain prefix argument select
948 entire line.
949
950 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
951
952 * faces.el (list-faces-display): Signal error if passed a regexp
953 that matches no face name.
954
955 * simple.el (filter-buffer-substring): Fix typo in docstring.
956
957 2005-05-31 Richard M. Stallman <rms@gnu.org>
958
959 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
960 (vhdl-emacs-21): Doc fix.
961 (vhdl-mode): Unconditionally set comment-padding.
962 (vhdl-fixup-whitespace-region): Insert spaces only where
963 there are none.
964 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
965
966 2005-05-30 John Wiegley <johnw@newartisans.com>
967
968 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
969 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
970 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
971 `directory-sep-char' to ?/, and all uses of `string-to-int' to
972 `string-to-number'.
973
974 2005-05-30 Jay Belanger <belanger@truman.edu>
975
976 * calc/calc.el (calc-bug-address): Fix docstring.
977 (calc-window-hook, calc-trail-window-hook): New variables.
978 (calc-trail-display): Restore use of calc-trail-window-hook.
979 (calc): Restore use of calc-window-hook.
980
981 2005-05-31 Masatake YAMATO <jet@gyve.org>
982
983 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
984
985 * help-fns.el (help-C-file-name): Add autoload mark for
986 `find-function-noselect'.
987
988 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
989
990 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
991 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
992
993 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
994
995 * calendar/diary-lib.el (mark-included-diary-files): Only kill
996 included diary buffer if it was not already being visited.
997 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
998
999 * calendar/icalendar.el (top-level): Do not require 'appt.
1000
1001 * mail/supercite.el (sc-select-attribution): Only use a list
1002 element from sc-attrib-selection-list if it returns a string.
1003 Reported by Davide G. M. Salvetti <salve@debian.org>.
1004
1005 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
1006
1007 * thumbs.el (thumbs-thumbname): The resulting thubname now
1008 includes a hash value to improve its uniqueness, and has a ".jpg"
1009 extension. Also, it is now a valid filename on all systems.
1010 (thumbs-make-thumb): Use `let', not `let*'.
1011 (thumbs-show-thumbs-list): Check for JPEG availability.
1012
1013 2005-05-30 Richard M. Stallman <rms@gnu.org>
1014
1015 * filesets.el (filesets-menu-ensure-use-cached):
1016 Prevent warning when emacs-version>= is undefined.
1017
1018 * printing.el (pr-interactive-n-up): Use string-to-number.
1019
1020 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
1021
1022 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1023 Warn only when name to be defined is quoted.
1024
1025 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
1026
1027 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
1028 Make regexp more robust.
1029 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
1030 Force regeneration of disassembly.
1031
1032 2005-05-29 Jay Belanger <belanger@truman.edu>
1033
1034 * calc/calc.el (calc-user-invocation): Check if
1035 calc-invocation-macro is non-nil.
1036
1037 2005-05-29 Juri Linkov <juri@jurta.org>
1038
1039 * add-log.el (change-log-font-lock-keywords):
1040 Add `+' to e-mail regexp to accept mail address with keywords.
1041
1042 * man.el (Man-name-regexp): Add `:' to accept qualified names.
1043
1044 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
1045
1046 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
1047
1048 * ielm.el (inferior-emacs-lisp-mode): Ditto.
1049
1050 2005-05-29 Richard M. Stallman <rms@gnu.org>
1051
1052 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1053 Undo the change that moves to end of the current word.
1054
1055 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1056
1057 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
1058 Throw error when count <= 0 to ensure input is a number.
1059 (gdb-read-memory-custom): Pick up address from buffer.
1060 (gdb-memory-mode): Allow user to increment and decrement
1061 memory address from header line.
1062
1063 2005-05-29 Richard M. Stallman <rms@gnu.org>
1064
1065 * flyspell.el (flyspell-version): Function deleted.
1066 (flyspell-auto-correct-previous-hook): Doc fix.
1067
1068 * jit-lock.el (jit-lock-function, jit-lock-after-change):
1069 Do nothing if memory is full.
1070
1071 * font-lock.el (font-lock-fontify-syntactically-region):
1072 Pass t for GREEDY to looking-back.
1073
1074 * saveplace.el (save-place-alist-to-file): Write the file
1075 using write-region.
1076
1077 * subr.el (looking-back): New argument GREEDY.
1078
1079 * progmodes/compile.el (compilation-start): Set the mode
1080 before inserting the initial text.
1081
1082 * progmodes/which-func.el (which-func-update-1): Turn the mode
1083 off in case of error by setting which-func-mode.
1084
1085 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
1086
1087 * flyspell.el (flyspell-auto-correct-previous-word):
1088 Narrow down to what's on the screen, and recenter overlays
1089 at the end of the next word.
1090
1091 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
1092
1093 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
1094 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
1095 (flyspell-abbrev-p): Default to nil.
1096 (flyspell-use-global-abbrev-table-p): Doc fix.
1097 (flyspell-large-region): Allow nil as value.
1098 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
1099
1100 (mail-mode-flyspell-verify): More robust handling
1101 of `mail-header-separator'. More efficient signature detection.
1102 Allow for regexp metacharacters in message-header-separator.
1103 Adding `To' not to be checked in mail-mode-flyspell-verify.
1104
1105 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
1106 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
1107 Bind flyspell-auto-correct-binding.
1108 Bind C-. and C-, .
1109 (flyspell-mode-map): Likewise.
1110 (flyspell-mode): Doc fix.
1111 (flyspell-accept-buffer-local-defs): Preserve current buffer.
1112 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
1113 (flyspell-word-cache-result): New var, always local.
1114 (flyspell-check-pre-word-p): Doc fix.
1115 (flyspell-check-changed-word-p): Handle spc like newline.
1116 (flyspell-post-command-hook): Set flyspell-word-cache-result.
1117 (flyspell-word-search-backward, flyspell-word-search-forward):
1118 New functions.
1119 (flyspell-word): Return t if nothing to check.
1120 When parsing TeX code, check for after } or \.
1121 Use flyspell-word-search-backward to find previous word.
1122 Return nil if duplicated word.
1123 For word already checked, return same value as last time.
1124 Set flyspell-word-cache-result after checking.
1125 Don't clobber the return value.
1126 (flyspell-get-word): Major rewrite.
1127 (flyspell-external-point-words): New locals pword, pcount.
1128 Fix size used in progress message.
1129 Find the proper corresponding word in flyspell-large-region-buffer.
1130 (flyspell-region): Check for flyspell-large-region = nil.
1131 (flyspell-highlight-incorrect-region): Clean up overlays in region.
1132 (flyspell-auto-correct-word): Check that WORD is a cons.
1133 (flyspell-correct-word): Likewise.
1134
1135 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
1136
1137 * progmodes/make-mode.el (makefile-rule-action-regex)
1138 (makefile-macroassign-regex, makefile-makepp-mode)
1139 (makefile-bsdmake-mode): Continuation lines may be empty.
1140 Reported by Joshua Varner.
1141 (makefile-makepp-font-lock-keywords): Add $(stem).
1142
1143 2005-05-28 Karl Berry <karl@gnu.org>
1144
1145 * textmodes/tex-mode.el: Now that tex-send-command calls
1146 shell-quote-argument (2005-03-31 change), remove all calls to
1147 shell-quote-argument; they all end up invoking tex-send-command.
1148 The double quoting loses on filenames with non-safe characters,
1149 such as "@". Reported by Frederik Fouvry.
1150
1151 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1152
1153 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
1154 about preserving point.
1155
1156 2005-05-27 Jay Belanger <belanger@truman.edu>
1157
1158 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
1159 Info-goto-node.
1160
1161 * calc/calc-embed.el (calc-embed-arg): New variable.
1162 (calc-do-embedded-activate, calc-embedded-activate-formula)
1163 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
1164 variable by new variable.
1165 (calc-embedded-make-info): Replace undeclared variable by new
1166 variable. When selecting region with positive prefix
1167 argument, use end of previous line instead of beginning of line.
1168
1169 * calc/calc-aent.el (calc-arg-values): Declare it.
1170
1171 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
1172 Declare them.
1173
1174 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
1175
1176 * calc/calc.el (calc-alg-map): Declare it.
1177
1178 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
1179
1180 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
1181
1182 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
1183 (gdb-registers-buffer, toggle-gdb-all-registers):
1184 Toggle display of floating point registers.
1185 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
1186
1187 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
1188 (toggle-gud-tooltip-dereference):
1189 Rename from gud-toggle-tooltip-dereference.
1190
1191 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1192
1193 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
1194
1195 2005-05-27 Jay Belanger <belanger@truman.edu>
1196
1197 * calc/calc-prog.el (calc-kbd-report): Remove.
1198 (calc-kbd-query): Rewrite.
1199
1200 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
1201
1202 * image.el (image-library-alist): Move to image.c.
1203 (image-type-available-p): Doc fix.
1204
1205 2005-05-27 Lute Kamstra <lute@gnu.org>
1206
1207 * calc/calc.el (calc):
1208 * outline.el (outline-1, outline-2, outline-3, outline-4)
1209 (outline-5, outline-6, outline-7, outline-8):
1210 * textmodes/dns-mode.el (dns-mode):
1211 * textmodes/sgml-mode.el (sgml-namespace-face):
1212 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
1213 (tex-verbatim-face, tex-use-reftex):
1214 * textmodes/texinfo.el (texinfo-heading-face):
1215 Specify customization group.
1216
1217 * longlines.el: Don't require easy-mmode.
1218 (longlines-visible-face): Specify customization group.
1219
1220 2005-05-27 Kenichi Handa <handa@m17n.org>
1221
1222 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
1223 encoding table of windows-1251.
1224
1225 * international/ucs-tables.el (ucs-set-table-for-input):
1226 If translation-table-for-input of a coding system is a symbol, get
1227 its translation-table property.
1228
1229 * international/code-pages.el: Don't register a coding system into
1230 non-iso-charset-alist more than once.
1231 (cp-make-coding-system): Likewise.
1232
1233 2005-05-26 John Wiegley <johnw@newartisans.com>
1234
1235 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
1236 `eshell-resume-eval' is wrapped in a list, it indicates that the
1237 command was run asynchronously. In that case, unwrap the value
1238 before checking the delimiter value.
1239
1240 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
1241 character before a space at the end of a line is \, assume the space
1242 is part of the last argument rather than a final argument separator.
1243
1244 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
1245 is in use, and the target is `t' or `nil' (which are the most common
1246 values), don't assume that the symbol target is a buffer.
1247
1248 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
1249
1250 * calendar/calendar.el (calendar-mode-line-format):
1251 Use mode-line-highlight as mouse-face.
1252
1253 * time.el (display-time-string-forms, display-time-update):
1254 Use mode-line-highlight as mouse-face.
1255
1256 2005-05-26 Jay Belanger <belanger@truman.edu>
1257
1258 * calc/calc.el (calc-language-alist): Remove extra defvar.
1259
1260 2005-05-26 Lute Kamstra <lute@gnu.org>
1261
1262 * arc-mode.el (archive-mode):
1263 * bookmark.el (bookmark-read-annotation-mode)
1264 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
1265 * bs.el (bs-mode):
1266 * calc/calc-yank.el (calc-edit-mode):
1267 * calc/calc.el (calc-mode, calc-trail-mode):
1268 * calculator.el (calculator-mode):
1269 * chistory.el (command-history-mode):
1270 * comint.el:
1271 * cus-edit.el (custom-mode):
1272 * descr-text.el (describe-text-mode):
1273 * ebuff-menu.el (Electric-buffer-menu-mode):
1274 * ediff-util.el (ediff-mode):
1275 * emacs-lisp/re-builder.el (reb-mode):
1276 * emulation/vi.el (vi-mode-setup):
1277 * emulation/ws-mode.el (wordstar-mode):
1278 * eshell/esh-mode.el (eshell-mode):
1279 * forms.el (forms-mode):
1280 * help-mode.el (help-mode):
1281 * hexl.el (hexl-mode):
1282 * ibuffer.el (ibuffer-mode):
1283 * ielm.el (inferior-emacs-lisp-mode):
1284 * info.el (Info-mode, Info-edit-mode):
1285 * international/swedish.el:
1286 * ledit.el (ledit-from-lisp-mode):
1287 * locate.el (locate-mode):
1288 * mail/rmail.el (rmail-mode):
1289 * mail/rmailedit.el (rmail-edit-mode):
1290 * mail/rmailsum.el (rmail-summary-mode):
1291 * mail/supercite.el (sc-electric-mode):
1292 * net/eudc.el (eudc-mode):
1293 * net/quickurl.el (quickurl-list-mode):
1294 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
1295 * obsolete/ooutline.el (outline-mode):
1296 * obsolete/options.el (Edit-options-mode):
1297 * obsolete/rnews.el (news-mode):
1298 * obsolete/rnewspost.el (news-reply-mode):
1299 * play/5x5.el (5x5-mode):
1300 * play/decipher.el (decipher-mode, decipher-stats-mode):
1301 * play/gomoku.el (gomoku-mode):
1302 * play/snake.el (snake-mode):
1303 * play/solitaire.el (solitaire-mode):
1304 * play/tetris.el (tetris-mode):
1305 * progmodes/ada-mode.el (ada-mode):
1306 * progmodes/antlr-mode.el (antlr-mode):
1307 * progmodes/autoconf.el (autoconf-mode):
1308 * progmodes/dcl-mode.el (dcl-mode):
1309 * progmodes/delphi.el (delphi-mode):
1310 * progmodes/ebrowse.el (ebrowse-tree-mode)
1311 (ebrowse-electric-list-mode, ebrowse-member-mode)
1312 (ebrowse-electric-position-mode):
1313 * progmodes/f90.el (f90-mode):
1314 * progmodes/fortran.el (fortran-mode):
1315 * progmodes/icon.el (icon-mode):
1316 * progmodes/idlw-help.el (idlwave-help-mode):
1317 * progmodes/idlw-shell.el (idlwave-shell-mode):
1318 * progmodes/idlwave.el (idlwave-mode):
1319 * progmodes/inf-lisp.el (inferior-lisp-mode):
1320 * progmodes/m4-mode.el (m4-mode):
1321 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
1322 * progmodes/modula2.el (modula-2-mode):
1323 * progmodes/octave-inf.el (inferior-octave-mode):
1324 * progmodes/octave-mod.el (octave-mode):
1325 * progmodes/pascal.el (pascal-mode):
1326 * progmodes/sh-script.el (sh-mode):
1327 * progmodes/sql.el (sql-mode, sql-interactive-mode):
1328 * progmodes/vhdl-mode.el (vhdl-mode):
1329 * progmodes/xscheme.el (scheme-interaction-mode):
1330 * replace.el (occur-mode):
1331 * ses.el (ses-mode):
1332 * simple.el (completion-list-mode):
1333 * skeleton.el:
1334 * speedbar.el (speedbar-mode):
1335 * term.el (term-mode):
1336 * terminal.el (terminal-edit-mode):
1337 * textmodes/reftex-index.el (reftex-index-mode)
1338 (reftex-index-phrases-mode):
1339 * textmodes/reftex-sel.el (reftex-select-label-mode)
1340 (reftex-select-bib-mode):
1341 * textmodes/reftex-toc.el (reftex-toc-mode):
1342 * wdired.el (wdired-change-to-wdired-mode):
1343 * wid-browse.el (widget-browse-mode):
1344 Use run-mode-hooks.
1345
1346 * array.el (array-mode):
1347 * calendar/todo-mode.el (todo-mode):
1348 * man.el (Man-mode):
1349 * play/landmark.el (lm-mode):
1350 * play/mpuz.el (mpuz-mode):
1351 Use kill-all-local-variables and run-mode-hooks.
1352
1353 * subr.el (delay-mode-hooks): Specify indentation.
1354
1355 2005-05-26 Mark A. Hershberger <mah@everybody.org>
1356
1357 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
1358
1359 2005-05-26 Jay Belanger <belanger@truman.edu>
1360
1361 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
1362 of nil.
1363
1364 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
1365
1366 * progmodes/gdb-ui.el (gdb-frame-address):
1367 Rename from gdb-current-address.
1368 (gdb-previous-frame-address): Rename from gdb-previous-address.
1369 (gdb-selected-frame): Rename from gdb-current-frame.
1370 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
1371 (gdb-frame-number): Rename from gdb-current-stack-level.
1372 (gdb-ann3): Match new mode-name for disassembly buffer.
1373 Extend initialisation of variables.
1374 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
1375 (gdb-memory-mode): Use mouse-face in header line.
1376 (gdb-assembler-buffer-name): Call it disassembly and give frame
1377 in mode line.
1378 (gdb-source-spec-regexp, gdb-assembler-custom)
1379 (gdb-invalidate-assembler, gdb-frame-handler):
1380 Make robust to leading zeroes in address format.
1381
1382 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
1383
1384 * textmodes/org.el (org-mode): Use `define-derived-mode' to
1385 define `org-mode'.
1386 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
1387
1388 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1389
1390 * log-edit.el (log-edit-changelog-entries): Distinguish between
1391 filenames like xfns.c and fns.c.
1392
1393 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
1394
1395 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
1396 point after reverting.
1397 (Buffer-menu-make-sort-button): Handle the case where
1398 `Buffer-menu-use-header-line' is nil.
1399
1400 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1401
1402 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
1403 New funcs. In minibuffer-local-completion-map bind `]', `/'
1404 and `:' to them.
1405
1406 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1407
1408 * startup.el (normal-top-level): Allow modification of load-path while
1409 we're iterating over it.
1410
1411 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
1412
1413 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
1414 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
1415 (thumbs-resize-interactive, thumbs-insert-image)
1416 (thumbs-insert-thumb, thumbs-dired-show-marked)
1417 (thumbs-find-image-at-point, thumbs-delete-images)
1418 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
1419 (thumbs-increment-image-size, thumbs-decrement-image-size):
1420 Fix typos in docstrings.
1421
1422 2005-05-24 Andre Spiegel <spiegel@gnu.org>
1423
1424 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
1425 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
1426 (cperl-mode): Use them.
1427
1428 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
1429
1430 * window.el (quit-window, shrink-window-if-larger-than-buffer):
1431 Doc fixes.
1432
1433 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
1434
1435 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
1436 Bind C-d to gdb-inferior-io-eof.
1437
1438 * dired.el (dired-dnd-popup-notice): Use message-box.
1439
1440 2005-05-23 Masatake YAMATO <jet@gyve.org>
1441
1442 * bindings.el (mode-line-major-mode-keymap):
1443 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
1444
1445 * faces.el (mode-line-highlight): New face.
1446
1447 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
1448 as mouse-face.
1449
1450 * bindings.el (top-level, help-echo, mode-line-modified)
1451 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
1452 as mouse-face.
1453
1454 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
1455
1456 * progmodes/cc-engine.el (c-guess-basic-syntax):
1457 Remove spurious call to `zerop'.
1458
1459 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
1460
1461 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
1462
1463 CC Mode update to 5.30.10:
1464
1465 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
1466 could go past the limit in decoration level 2, thereby causing
1467 errors during interactive fontification.
1468
1469 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
1470 the file is evaluated interactively.
1471
1472 * cc-engine.el (c-guess-basic-syntax): Handle operator
1473 declarations somewhat better in C++.
1474
1475 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
1476 make use of `run-mode-hooks' which has been added in Emacs 21.1.
1477 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1478 (awk-mode): Use it.
1479 (make-local-hook): Suppress warning about obsoleteness.
1480
1481 * cc-engine.el, cc-align.el, cc-cmds.el
1482 (c-append-backslashes-forward, c-delete-backslashes-forward)
1483 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
1484 Compensate for return value from `forward-line' when it has moved
1485 but not to a different line due to eob.
1486
1487 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
1488 `objc-method-intro' and `objc-method-args-cont'.
1489
1490 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
1491
1492 CC Mode update to 5.30.10:
1493
1494 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
1495 in the copyright statement. Incidentally, change "along with GNU
1496 Emacs" to "along with this program" where it occurs.
1497
1498 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
1499 so that it is interactive, hence can be found by M-x awk-mode
1500 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
1501 <gmorris+emacs@ast.cam.ac.uk>.
1502
1503 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
1504 Mode's regexps.
1505
1506 2005-05-23 Kevin Ryde <user42@zip.com.au>
1507
1508 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
1509 c-parse-state, to avoid a lisp error (on bad code).
1510
1511 2005-05-23 Lute Kamstra <lute@gnu.org>
1512
1513 * subr.el (font-lock-defaults): Remove defvar as it's already
1514 defined in font-core.el.
1515
1516 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
1517
1518 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
1519
1520 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
1521 more general and work when GDB variable "print pretty" is on,
1522 as with Emacs, for example.
1523
1524 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
1525
1526 * font-core.el: Update comment.
1527
1528 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
1529 Use `after-change-major-mode-hook' instead of `find-file-hook'.
1530
1531 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
1532
1533 2005-05-22 Eli Zaretskii <eliz@gnu.org>
1534
1535 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
1536 and `yank-handler' in the doc strings.
1537
1538 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1539
1540 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
1541
1542 2005-05-22 Richard M. Stallman <rms@gnu.org>
1543
1544 * help.el (describe-key): Move print-help-return-message call
1545 out of conditional.
1546
1547 * progmodes/etags.el (list-tags): Use with-no-warnings.
1548
1549 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
1550 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
1551 (starttls-extra-args, starttls-extra-arguments): Add defvars.
1552
1553 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
1554
1555 * language/viet-util.el (viet-viscii-nonascii-translation-table):
1556 Add defvar.
1557
1558 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
1559 Use defvar, not defconst.
1560
1561 * hexl.el (hexl-follow-line): Use with-no-warnings.
1562
1563 * emulation/tpu-extras.el: Use write-file-functions instead of
1564 write-file-hooks.
1565
1566 * dired.el (dired-font-lock-keywords): Fontify files with junk
1567 extensions even if marked by -F.
1568
1569 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
1570
1571 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
1572 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
1573 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
1574 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
1575 (concatenate, list-length, get*, getf, cl-remprop):
1576 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
1577 (etypecase, progv, lexical-let, lexical-let*)
1578 (multiple-value-bind, multiple-value-setq, shiftf):
1579 Improve argument/docstring consistency.
1580
1581 * subr.el (focus-frame, unfocus-frame):
1582 Revert deletion on 2005-05-01.
1583
1584 2005-05-22 Andre Spiegel <spiegel@gnu.org>
1585
1586 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
1587 doesn't exist.
1588
1589 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
1590 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
1591
1592 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
1593
1594 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
1595 already deleted variables: auto-fill-hook, blink-paren-hook,
1596 lisp-indent-hook, inhibit-local-variables, unread-command-event,
1597 suspend-hooks, comment-indent-hook, meta-flag,
1598 before-change-function, after-change-function,
1599 font-lock-doc-string-face.
1600
1601 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1602
1603 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
1604
1605 2005-05-21 Eli Zaretskii <eliz@gnu.org>
1606
1607 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
1608 rmail-dont-reply-to.
1609
1610 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1611
1612 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
1613 literal blank when splitting new-header-values.
1614
1615 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
1616
1617 * calendar/cal-menu.el (cal-menu-update): Add separator as a
1618 string so that tmm doesn't create a completion entry for it.
1619
1620 * textmodes/table.el (table-disable-menu): Ditto.
1621
1622 2005-05-21 Richard M. Stallman <rms@gnu.org>
1623
1624 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
1625
1626 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
1627
1628 * net/rcompile.el (remote-compile): Use compilation-start.
1629
1630 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
1631
1632 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
1633
1634 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
1635 Default to makefile-bsdmake-mode on BSD systems.
1636
1637 * imenu.el (imenu-generic-expression, imenu--generic-function'):
1638 REGEXP may also be a search function now. The part of doc-string
1639 for describing the structure was 95% identical to that of
1640 `imenu--generic-function'. Unify it there.
1641
1642 * progmodes/make-mode.el (makefile-imenu-generic-expression):
1643 Use function to find dependencies, because regexp alone is so complex,
1644 it easily goes into an endless loop.
1645 (makefile-makepp-mode): Also add submenu for Perl functions
1646 defined in the makefile.
1647 (makefile-bsdmake-mode): Special imenu-generic-expression no
1648 longer needed, due to function call.
1649 (makefile-match-dependency): Take BOUND into account when checking
1650 if we're through.
1651
1652 2005-05-20 Jay Belanger <belanger@truman.edu>
1653
1654 * calc/calc-units.el (calc-invalidate-units-table):
1655 Use inhibit-read-only.
1656 (math-build-units-table-buffer): Use view-mode.
1657
1658 2005-05-20 David Kastrup <dak@gnu.org>
1659
1660 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
1661 easy-menu-add is not a nop on Emacs; and clarify when to call it.
1662
1663 2005-05-20 Lute Kamstra <lute@gnu.org>
1664
1665 * diff-mode.el (diff-header-face, diff-file-header-face)
1666 (diff-index-face, diff-hunk-header-face, diff-removed-face)
1667 (diff-added-face, diff-changed-face, diff-function-face)
1668 (diff-context-face, diff-nonexistent-face): Put them in the
1669 diff-mode customization group.
1670
1671 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1672
1673 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
1674
1675 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
1676
1677 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
1678 Minor regexp-optimization.
1679
1680 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
1681
1682 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
1683 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
1684 (org-agenda-add-time-grid-maybe): New function.
1685 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
1686 (org-table-create): `dotimes' instead of `mapcar'.
1687 (org-xor): Simplify implementation.
1688 (org-agenda): `inhibit-redisplay' turned on.
1689 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
1690 a consistent line after a state change.
1691 (org-agenda-remove-times-when-in-prefix): New option.
1692 (org-prefix-has-time): New variable.
1693 (org-parse-time-string): Optional argument NODEFAULT.
1694 (org-format-agenda-item): Parse items for time-of-day
1695 specifications and move these into the prefix if possible.
1696 (org-agenda-priority): Get current heading, not previous heading
1697 during agenda remote editing.
1698
1699 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
1700
1701 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
1702 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
1703 (remove-duplicates, delete-duplicates, substitute)
1704 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
1705 (nsubstitute-if-not, find, find-if, find-if-not, position)
1706 (position-if, position-if-not, count, count-if, count-if-not)
1707 (mismatch, search, sort*, stable-sort, merge, member*)
1708 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
1709 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
1710 (intersection, nintersection, set-difference, nset-difference)
1711 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
1712 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
1713 (nsublis, tree-equal): Improve argument/docstring consistency.
1714
1715 * subr.el (send-string, send-region):
1716 Remove obsolescence declaration.
1717 (window-dot, set-window-dot, read-input, show-buffer)
1718 (eval-current-buffer, string-to-int):
1719 Add release number to obsolescence declarations.
1720
1721 2005-05-19 Kim F. Storm <storm@cua.dk>
1722
1723 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
1724 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
1725
1726 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
1727
1728 * faces.el (list-faces-display): Make back button respect optional
1729 regexp arg.
1730
1731 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
1732
1733 * calculator.el (calculator-radix-grouping-mode)
1734 (calculator-radix-grouping-digits, calculator-displayer)
1735 (calculator-radix-grouping-separator, calculator-copy-displayer):
1736 * dabbrev.el (dabbrev-search-these-buffers-only):
1737 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
1738 (diff-advance-after-apply-hunk, diff-mode-hook)
1739 (diff-minor-mode-prefix):
1740 * imenu.el (imenu-use-popup-menu):
1741 * jit-lock.el (jit-lock-context-time):
1742 * newcomment.el (comment-fill-column, comment-column)
1743 (comment-style, comment-padding, comment-multi-line)
1744 (comment-empty-lines, comment-auto-fill-only-comments):
1745 * reveal.el (reveal-around-mark):
1746 * uniquify.el (uniquify-buffer-name-style)
1747 (uniquify-after-kill-buffer-p)
1748 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
1749 (uniquify-min-dir-content, uniquify-separator)
1750 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
1751 * w32-vars.el (w32-fixed-font-alist):
1752 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1753 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
1754 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
1755 * progmodes/perl-mode.el (perl-indent-level)
1756 (perl-continued-statement-offset, perl-continued-brace-offset)
1757 (perl-brace-offset, perl-brace-imaginary-offset)
1758 (perl-label-offset, perl-indent-continued-arguments)
1759 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
1760 * progmodes/tcl.el (tcl-indent-level)
1761 (tcl-continued-indent-level, tcl-auto-newline)
1762 (tcl-tab-always-indent, tcl-electric-hash-style)
1763 (tcl-help-directory-list, tcl-use-smart-word-finder)
1764 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
1765 (inferior-tcl-source-command):
1766 * textmodes/fill.el (enable-kinsoku):
1767 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
1768 * textmodes/table.el (table-yank-handler):
1769 Specify missing group (and type, if simple) in defcustom.
1770
1771 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1772
1773 * progmodes/compile.el (compilation-finish-function): Fix defvar.
1774
1775 2005-05-19 Richard M. Stallman <rms@gnu.org>
1776
1777 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
1778
1779 * subr.el (event-basic-type): Don't get an error.
1780 (left-fringe-p): Function deleted.
1781
1782 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
1783 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
1784
1785 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
1786 in recursive copy.
1787
1788 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
1789
1790 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
1791
1792 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
1793 Call byte-compile-nogroup-warn if appropriate.
1794
1795 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
1796 (compilation-set-window): Don't call left-fringe-p; do it directly.
1797
1798 2005-05-19 Jay Belanger <belanger@truman.edu>
1799
1800 * calc/calc-graph.el (calc-graph-format-data): Make sure
1801 var-PlotRejects is bound before trying to check its value.
1802
1803 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
1804
1805 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
1806 definition of this variable from reftex-global.el to reftex.el,
1807 because it is needed in the menu.
1808
1809 2005-05-19 Lute Kamstra <lute@gnu.org>
1810
1811 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
1812 years are fixed. Don't insert a space after a dash.
1813
1814 2005-05-19 Kim F. Storm <storm@cua.dk>
1815
1816 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
1817
1818 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
1819
1820 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
1821 strings, because (eq ... ?\\) is fairly frequent.
1822
1823 * progmodes/make-mode.el (makefile-add-this-line-targets):
1824 Simplify and integrate into `makefile-pickup-targets'.
1825 (makefile-add-this-line-macro): Simplify and integrate into
1826 `makefile-pickup-macros.
1827 (makefile-pickup-filenames-as-targets): Simplify.
1828 (makefile-previous-dependency, makefile-match-dependency):
1829 Don't stumble over `::'.
1830
1831 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
1832
1833 * subr.el (post-command-idle-hook, post-command-idle-delay):
1834 Remove obsoletion of post-command-idle-hook and
1835 post-command-idle-delay.
1836
1837 * faces.el (list-faces-display): Provide button when describe-face
1838 is called to take user back to the list of faces.
1839
1840 * help-fns.el (describe-variable): Remove hyperlinks in a
1841 variable's value as these are quite frequently inappropriate.
1842
1843 * follow.el (follow-submit-feedback, follow-mode):
1844 Remove references to post-command-idle-hook.
1845
1846 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
1847
1848 * progmodes/make-mode.el (makefile-previous-dependency)
1849 (makefile-match-dependency): Check for := (and in bsd mode also
1850 !=) to give a better result, even when font-lock is not on.
1851
1852 2005-05-18 Jay Belanger <belanger@truman.edu>
1853
1854 * calc/calc-help.el (calc-s-prefix-help):
1855 Add `calc-copy-special-constant' to help string.
1856
1857 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1858
1859 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1860
1861 2005-05-18 Jay Belanger <belanger@truman.edu>
1862
1863 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
1864 in linear factors are in proper order.
1865
1866 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
1867
1868 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1869 Support for jurabib.
1870
1871 * textmodes/reftex.el (featurep): Define aliases for overlay
1872 commands, for XEmacs compatibility, and use these aliases in
1873 overlay initializations.
1874 (reftex-highlight): Use `reftex-move-overlay'.
1875 (reftex-unhighlight): Use `reftex-delete-overlay'.
1876 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
1877 (reftex-access-search-path): Use `reftex-uniquify' instead of
1878 `reftex-uniq'
1879
1880 * textmodes/reftex-sel.el (reftex-select-unmark):
1881 Overlay `before-string' property modification enables for Emacs as well.
1882 (reftex-select-item): Use `reftex-delete-overlay'.
1883 (reftex-select-mark): Use `reftex-make-overlay' and
1884 `reftex-overlay-put'.
1885 (reftex-select-unmark): Use `reftex-delete-overlay' and
1886 `reftex-overlay-put'.
1887
1888 2005-05-18 Lute Kamstra <lute@gnu.org>
1889
1890 * emacs-lisp/lisp.el (check-parens): Fix docstring.
1891
1892 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
1893
1894 * add-log.el (add-change-log-entry):
1895 * array.el (array-make-template, array-reconfigure-rows)
1896 (array-init-max-row, array-init-max-column)
1897 (array-init-columns-per-line, array-init-field-width):
1898 * replace.el (replace-match-maybe-edit, perform-replace):
1899 * textmodes/spell.el (spell-region):
1900 Replace `read-input' by `read-string'.
1901
1902 * forms.el (forms-mode):
1903 * finder.el (finder-compile-keywords):
1904 * shadowfile.el (shadow-read-files):
1905 Replace `eval-current-buffer' by `eval-buffer'.
1906
1907 * terminal.el (te-pass-through):
1908 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
1909 (ange-ftp-raw-send-cmd):
1910 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
1911 (send-process-next-char, telnet-initial-filter, telnet):
1912 Replace `send-string' by `process-send-string'.
1913
1914 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
1915 (prolog-consult-region): Replace `send-string' by
1916 `process-send-string'; replace `send-region' by `process-send-region'.
1917
1918 * progmodes/delphi.el (delphi-log-msg):
1919 Replace `set-window-dot' by `set-window-point'.
1920
1921 * subr.el (window-dot, set-window-dot, read-input, send-string)
1922 (send-region, show-buffer, eval-current-buffer):
1923 Make really obsolete, as the comment says.
1924
1925 2005-05-17 Kim F. Storm <storm@cua.dk>
1926
1927 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
1928 (cua--init-keymaps): Bind C-return instead of S-return to set
1929 rectangle mark.
1930
1931 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
1932 instead of S-return to toggle/clear rectangle mark.
1933
1934 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
1935
1936 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
1937 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
1938 Also fontify plain strings assigned to variables, mostly so that a
1939 colon has a face and is thus not taken as a dependency separator.
1940 (makefile-previous-dependency): Inline the new matcher, because it
1941 is too complex to work in both directions.
1942 (makefile-match-dependency): Eliminate `backward' arg (see above).
1943 Completely reimplemented so as to not sometimes go into an endless
1944 loop. It should also be more efficient, because first it only
1945 searches for `:', instead of applying the very complex regexp.
1946 (makefile-mode): Cancel `font-lock-support-mode', because blocks
1947 to be fontified in one piece can be too long for JIT.
1948 Makefiles are never *that* big.
1949
1950 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
1951
1952 * dired.el (dired-mode): Simplify.
1953
1954 2005-05-17 Lute Kamstra <lute@gnu.org>
1955
1956 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
1957 defcustom for the mode hook variable.
1958
1959 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
1960 Emacs Lisp Reference Manual.
1961
1962 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
1963
1964 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
1965 (evenp, list*):
1966 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
1967 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
1968
1969 * net/tramp-smb.el (tramp-smb-open-connection):
1970 Pass `tramp-chunksize' as fifth (required) argument.
1971
1972 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
1973
1974 * font-lock.el (lisp-font-lock-keywords-1):
1975 Set `font-lock-negation-char-face' for [^...] char group.
1976 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
1977
1978 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
1979 a var, and refine it to mask one more level of nested vars.
1980 (makefile-rule-action-regex): Turn it into a var, and refine it so
1981 it recognizes backslashed continuation lines as belonging to the
1982 same command.
1983 (makefile-macroassign-regex): Refine it so it recognizes
1984 backslashed continuation lines as belonging to the same command.
1985 (makefile-var-use-regex): Don't look at the next char, because it
1986 might be the same one to be skipped by the initial [^$], leading
1987 to an overlooked variable use.
1988 (makefile-make-font-lock-keywords): Remove two parameters, which
1989 are now variables that some of the modes set locally.
1990 Handle dependency and rule action matching through functions, because
1991 regexps alone match too often. Dependency matching now comes
1992 last, so it can check, whether a colon already matched something else.
1993 (makefile-mode): Inform that font-lock improves makefile parsing
1994 capabilities.
1995 (makefile-match-dependency, makefile-match-action): New functions.
1996
1997 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
1998
1999 * emacs-lisp/cl-extra.el (equalp): Doc fix.
2000
2001 * align.el (align-regexp):
2002 * ansi-color.el (ansi-color-get-face):
2003 * array.el (array-reconfigure-rows, array-init-max-row)
2004 (array-init-max-column, array-init-columns-per-line)
2005 (array-init-field-width):
2006 * dired-aux.el (dired-trample-file-versions):
2007 * dired-x.el (dired-mark-sexp):
2008 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
2009 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
2010 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
2011 * faces.el (face-read-integer):
2012 * files.el (backup-extract-version, insert-directory):
2013 * hexl.el (hexl-insert-decimal-char):
2014 * server.el (server-process-filter):
2015 * shell.el (shell-extract-num):
2016 * startup.el (command-line-1):
2017 * term.el (term-command-hook):
2018 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
2019 (time-stamp-do-number):
2020 * time.el (display-time-update):
2021 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
2022 (timezone-fix-time):
2023 * vms-patch.el (vms-suspend-resume-hook):
2024 * calendar/appt.el (appt-convert-time):
2025 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2026 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
2027 * calendar/cal-islam.el (mark-islamic-diary-entries):
2028 * calendar/calendar.el (calendar-cursor-to-date)
2029 (calendar-star-date):
2030 * calendar/diary-lib.el (diary-attrtype-convert)
2031 (mark-diary-entries, diary-entry-time):
2032 * calendar/solar.el (solar-get-number):
2033 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
2034 * emacs-lisp/re-builder.el (reb-display-subexp):
2035 * emulation/edt.el (edt-set-scroll-margins):
2036 * emulation/tpu-extras.el (tpu-set-scroll-margins):
2037 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
2038 (vip-get-ex-count):
2039 * emulation/viper-ex.el (viper-get-ex-token)
2040 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
2041 * international/fontset.el (fontset-plain-name):
2042 * mail/feedmail.el (feedmail-look-at-queue-directory):
2043 * mail/mailalias.el (mail-get-names):
2044 * mail/rmail.el (rmail-convert-to-babyl-format):
2045 * mail/rmailsum.el (rmail-make-basic-summary-line)
2046 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
2047 (rmail-summary-goto-msg):
2048 * mail/smtpmail.el (smtpmail-read-response):
2049 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
2050 (ange-ftp-vms-add-file-entry):
2051 * play/gametree.el (gametree-looking-at-ply)
2052 (gametree-current-branch-score):
2053 * progmodes/ada-xref.el (ada-prj-find-prj-file)
2054 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
2055 * progmodes/cperl-mode.el (condition-case):
2056 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
2057 (ebrowse-set-member-buffer-column-width)
2058 (ebrowse-select-1st-to-9nth):
2059 * progmodes/etags.el (etags-snarf-tag):
2060 * progmodes/flymake.el (flymake-parse-line):
2061 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
2062 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
2063 (idlwave-shell-menu-def):
2064 * progmodes/ps-mode.el (ps-run-goto-error):
2065 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
2066 (vhdl-speedbar-contract-level):
2067 * term/mac-win.el (x-handle-numeric-switch):
2068 * term/sun-mouse.el (sun-get-frame-data):
2069 * term/w32-win.el (x-handle-numeric-switch):
2070 * term/x-win.el (x-handle-numeric-switch):
2071 * textmodes/ispell.el (ispell-parse-output):
2072 * textmodes/nroff-mode.el (nroff-outline-level):
2073 * textmodes/reftex-cite.el (reftex-bib-sort-year)
2074 (reftex-bib-sort-year-reverse, reftex-format-citation):
2075 * textmodes/reftex-parse.el (reftex-init-section-numbers)
2076 (reftex-section-number):
2077 * textmodes/texinfmt.el (texinfo-paragraphindent):
2078 Replace `string-to-int' by `string-to-number'.
2079
2080 * international/latexenc.el: Add page marker to force the "Local
2081 Variables:" string out of the last page.
2082
2083 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2084
2085 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
2086 tooltip-change-major-mode.
2087 (gud-tooltip-print-command): Remove case where gud-minor-mode
2088 is gdb ("--fullname").
2089 (gud-tooltip-tips): Turn GUD tooltips off for this case and
2090 explain to user.
2091
2092 2005-05-16 Jay Belanger <belanger@truman.edu>
2093
2094 * calc/calc-store.el (calc-copy-special-constant): New function.
2095
2096 * calc/calc-ext.el (calc-init-extensions): Add binding for
2097 `calc-copy-special-constant'.
2098
2099 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
2100 for the `calc-copy-special-constant' command.
2101
2102 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2103
2104 * subr.el (left-fringe-p): New function.
2105
2106 * progmodes/compile.el (compilation-setup): Set local value of
2107 overlay-arrow-string to "" always.
2108 (compilation-set-window): Left fringe then don't scroll.
2109 No left fringe then no arrow and scroll message to top.
2110 (compilation-context-lines): Adjust doc string accordingly.
2111
2112 2005-05-16 Kim F. Storm <storm@cua.dk>
2113
2114 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
2115 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
2116 (ido-wide-find-dir-or-delete-dir): New command for M-d.
2117 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
2118 (ido-read-file-name): Handle commands with ido property value
2119 equal to find-file as reading a file name, to allow C-d to enter dired.
2120 (ibuffer-find-file): Add ido property with value find-file.
2121
2122 2005-05-15 Kim F. Storm <storm@cua.dk>
2123
2124 * subr.el (open-network-stream-nowait): Remove.
2125 (open-network-stream-server): Remove.
2126
2127 2005-05-15 Richard M. Stallman <rms@gnu.org>
2128
2129 * faces.el (describe-face): Output a definition link button.
2130
2131 * help-mode.el (help-face-def): New button type.
2132
2133 * emacs-lisp/copyright.el (copyright-fix-years):
2134 Match properly if the first year is 2-digit.
2135 Don't mess up the whitespace after the years by filling.
2136
2137 * dired-aux.el (dired-mark-confirm):
2138 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
2139
2140 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
2141 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
2142 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
2143
2144 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2145 Set font-lock-comment-start-skip.
2146
2147 * font-lock.el (font-lock-comment-start-skip): New variable.
2148 (font-lock-comment-end-skip): New variable.
2149 (font-lock-fontify-syntactically-region): Use them if non-nil.
2150
2151 2005-05-15 Jay Belanger <belanger@truman.edu>
2152
2153 * calc/calc-store.el (calc-store-value): Return a string rather
2154 than display it as a message.
2155 Use calc-var-name for variable name.
2156 (calc-store-into): Add the result of calc-store-value to message.
2157 (calc-copy-variable): Add a message.
2158 (calc-store-exchange): Improve error messages.
2159 (calc-store-binary, calc-store-map): Don't reset the values of
2160 special constants.
2161
2162 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2163
2164 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
2165 manual to docstring.
2166
2167 * files.el (hack-local-variables-confirm): Add STRING argument.
2168 Make the function handle non file visiting buffers correctly.
2169 (hack-local-variables-prop-line, hack-local-variables)
2170 (hack-one-local-variable): Use STRING arg of
2171 `hack-local-variables-confirm'.
2172
2173 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
2174
2175 Sync with Tramp 2.0.49.
2176
2177 * tramp.el (tramp-handle-dired-call-process)
2178 (tramp-handle-insert-directory):`insert-buffer' cannot be used
2179 because the contents of the Tramp buffer is changed before
2180 insertion (`expand-file' and alike).
2181 (tramp-handle-insert-directory): If `localname' has an empty
2182 nondirectory name, it must not be quoted.
2183 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
2184 variable `tramp-chunksize'. Change callees.
2185 (tramp-open-connection-setup-interactive-shell): Check remote host
2186 for buggy `send-process-string' implementation.
2187 Set `tramp-chunksize' if found. Reported by Michael Kifer
2188 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
2189 (tramp-handle-shell-command): `insert-buffer' cannot be used
2190 because the contents of the Tramp buffer is changed before
2191 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
2192 <frederic.bothamy@free.fr>.
2193 (tramp-set-auto-save): Actions should be done for Tramp file name
2194 handler only. Ange-FTP has its own auto-save mechanism.
2195 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2196 (tramp-set-auto-save-file-modes): Set file modes of
2197 `buffer-auto-save-file-name' to ?\600 as fallback solution.
2198 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
2199 (tramp-bug): Remove obsolete variable.
2200 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
2201 for presence of `mml-mode'. Make it running for older Emacsen as well.
2202
2203 2005-05-14 John Paul Wallington <jpw@pobox.com>
2204
2205 * ibuf-ext.el (define-ibuffer-filter filename):
2206 If `dired-directory' is a list, use its car.
2207
2208 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
2209
2210 * ibuffer.el (define-ibuffer-column filename):
2211 If `dired-directory' is a list, use its car.
2212
2213 2005-05-14 Richard M. Stallman <rms@gnu.org>
2214
2215 * subr.el (symbol-file): Doc fix.
2216
2217 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
2218 (byte-compile-form): Call byte-compile-nogroup-warn.
2219 (byte-compile-warning-types): Doc fix.
2220
2221 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
2222
2223 * progmodes/cc-engine.el (c-literal-faces):
2224 Add font-lock-comment-delimiter-face.
2225
2226 * net/net-utils.el (dig): Use with-no-warnings.
2227
2228 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
2229 (sc-recite-frame-alist, sc-default-cite-frame)
2230 (sc-default-uncite-frame, sc-default-recite-frame)
2231 (sc-attrib-selection-list, sc-rewrite-header-list):
2232 Mark as risky-local-variable.
2233
2234 * international/ogonek.el (ogonek-jak, ogonek-how):
2235 Don't use beginning-of-buffer.
2236
2237 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
2238
2239 * calendar/solar.el (solar-data-list): Move definition up.
2240
2241 * dnd.el (dnd-protocol-alist): Add autoload.
2242
2243 * progmodes/sh-script.el: Many doc usage fixes.
2244 (sh-indent-after-do): Change default to match common styles.
2245
2246 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
2247
2248 * files.el (interpreter-mode-alist)
2249 (auto-mode-interpreter-regexp): Doc fixes.
2250
2251 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
2252
2253 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
2254
2255 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
2256
2257 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2258
2259 * dired.el (dired-mode): make-variable-buffer-local =>
2260 make-local-variable.
2261
2262 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2263
2264 * term/mac-win.el (mac-select-convert-to-string): Try coding
2265 systems in mac-script-code-coding-systems if specified one cannot
2266 encode string for `com.apple.traditional-mac-plain-text'.
2267
2268 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
2269
2270 * progmodes/make-mode.el (makefile-targets-face)
2271 (makefile-shell-face, makefile-makepp-perl-face): New faces.
2272 (makefile-dependency-regex): Fix it to not make the colon in
2273 $(var:a=b) special.
2274 (makefile-rule-action-regex): New regexp for highlighting embedded
2275 Shell strings.
2276 (makefile-macroassign-regex): Handle != for highlighting as
2277 embedded Shell strings.
2278 (makefile-var-use-regex): New const.
2279 (makefile-statements, makefile-automake-statements)
2280 (makefile-gmake-statements, makefile-makepp-statements)
2281 (makefile-bsdmake-statements): New consts.
2282 (makefile-make-font-lock-keywords): New function.
2283 (makefile-automake-font-lock-keywords)
2284 (makefile-gmake-font-lock-keywords)
2285 (makefile-makepp-font-lock-keywords)
2286 (makefile-bsdmake-font-lock-keywords): New consts.
2287 (makefile-mode-map): Add switchers between the various submodes.
2288 (makefile-mode): Document the availability of the variants.
2289 (makefile-automake-mode, makefile-gmake-mode)
2290 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
2291
2292 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
2293 new variants of makefile-mode.
2294
2295 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2296
2297 * font-lock.el (font-lock-comment-delimiter-face): Fix up
2298 the inheritance.
2299
2300 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
2301
2302 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
2303 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
2304
2305 * files.el (normal-mode): Extend the scope of the
2306 `enable-local-variables' binding to include the `set-auto-mode' call.
2307 (magic-mode-alist): Doc fix.
2308
2309 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2310
2311 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
2312 font-lock-comment-face rather than copying its setting.
2313
2314 2005-05-12 Andreas Schwab <schwab@suse.de>
2315
2316 * eshell/esh-mode.el (eshell-send-input): Doc fix.
2317
2318 2005-05-12 Lute Kamstra <lute@gnu.org>
2319
2320 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
2321 defcustom for the mode hook variable. Delete the last argument.
2322 * generic-x.el: Fix callers of define-generic-mode.
2323 (generic-x-modes): Delete group.
2324 (show-tabs-tab-face, show-tabs-space-face): Put them in the
2325 generic-x customization group.
2326
2327 2005-05-12 Kim F. Storm <storm@cua.dk>
2328
2329 * font-lock.el (font-lock-negation-char-face): Default to "off".
2330
2331 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
2332 font-lock-negation-char-face to ! in !=.
2333
2334 2005-05-12 Masatake YAMATO <jet@gyve.org>
2335
2336 * add-log.el (find-change-log): Fix typos in the docstring
2337 of function.
2338
2339 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2340
2341 * international/latexenc.el (latexenc-find-file-coding-system):
2342 Avoid `re-search-forward' when looking for input encoding because
2343 of speed and safety. Better regular expressions for recognizing
2344 input encoding. Limit a search for TeX-master/tex-main-file to
2345 the local variable section.
2346
2347 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
2348
2349 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
2350 syntax of $ to "'" (quote).
2351
2352 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2353
2354 * dnd.el (dnd-protocol-alist): Improve custom type.
2355
2356 * dired.el (dired-dnd-protocol-alist): New variable.
2357 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
2358 `dired-mode-hook' to the end.
2359
2360 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2361
2362 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
2363 comment-end if comment-start-skip is not set.
2364 Obey the font-lock-comment-delimiter-face variables.
2365
2366 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2367
2368 * files.el (executable-find): Move from executable.el. Use locate-file.
2369 * progmodes/executable.el (executable-find): Move to files.el.
2370
2371 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
2372 when trying to ensure forward progress.
2373
2374 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
2375
2376 * mouse-sel.el (mouse-sel-follow-link-p): New function.
2377 (mouse-select, mouse-select-internal, mouse-extend-internal):
2378 Use it to implement mouse-1-click-follows-link functionality.
2379
2380 2005-05-11 Richard M. Stallman <rms@gnu.org>
2381
2382 * font-lock.el (font-lock-fontify-syntactically-region):
2383 Use font-lock-comment-delimiter-face for comment delimiters.
2384
2385 2005-05-10 Jay Belanger <belanger@truman.edu>
2386
2387 * calc/calc-help.el (calc-m-prefix-help): Add mention of
2388 preserving embedded modes.
2389
2390 2005-05-10 Richard M. Stallman <rms@gnu.org>
2391
2392 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
2393
2394 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
2395 Move from ada-stmt.el.
2396 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
2397
2398 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
2399 Move to ada-mode.el.
2400 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
2401
2402 * cus-edit.el (custom-file): Call file-chase-links.
2403
2404 * files.el (read-directory-name): Fix previous change.
2405 (hack-local-variables-confirm): New function.
2406 (hack-local-variables-prop-line, hack-local-variables)
2407 (hack-one-local-variable): Use it.
2408
2409 2005-05-10 Lute Kamstra <lute@gnu.org>
2410
2411 * font-lock.el (font-lock-keywords-alist)
2412 (font-lock-removed-keywords-alist): Clarify docstrings.
2413
2414 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
2415
2416 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
2417 (gdb-source-info): Check for preprocessor info.
2418 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
2419 a macro for a function.
2420 (gdb-info-breakpoints-custom): Try to find file again if not already
2421 found (user might have used GDB dir command).
2422 (gdb-get-location): Update gdb-location-alist correctly for change
2423 to gdb-info-breakpoints-custom.
2424
2425 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
2426 (gud-tooltip-print-command): Add gdbmi case.
2427 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
2428 preprocessor info.
2429
2430 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
2431
2432 * startup.el (fancy-splash-insert): Fix typo in doc string.
2433
2434 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
2435
2436 * obsolete/float.el (string-to-float):
2437 * obsolete/hilit19.el (hilit-add-pattern):
2438 * obsolete/rnews.el (news-parse-range, news-select-message)
2439 (news-get-pruned-list-of-files): Replace `string-to-int' by
2440 `string-to-number'.
2441
2442 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
2443 `find-file-not-found-hooks'; use `add-hook'.
2444 (uncompress-while-visiting): Set `write-file-functions', not
2445 `write-file-hooks'; use `add-hook'.
2446
2447 2005-05-09 Kim F. Storm <storm@cua.dk>
2448
2449 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
2450 (cua-paste): Handle clipboard action.
2451 (cua--init-keymaps): Remap clipboard-kill-region and
2452 clipboard-kill-ring-save.
2453
2454 2005-05-08 Eli Zaretskii <eliz@gnu.org>
2455
2456 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2457 Improve commentary.
2458
2459 * simple.el (next-error-overlay-arrow-position): Revert the change
2460 made on 2005-04-30.
2461
2462 2005-05-07 Jay Belanger <belanger@truman.edu>
2463
2464 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
2465 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
2466 `calc-sel-reselect'.
2467
2468 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
2469 Calc is in embedded mode.
2470
2471 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2472
2473 * progmodes/compile.el (compilation-setup):
2474 Set overlay-arrow-string to an empty string on text terminals.
2475
2476 * textmodes/ispell.el (ispell-program-name): Try looking for
2477 "aspell" along exec-path, and if found, use it as the default
2478 speller program.
2479
2480 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
2481
2482 * international/mule.el (sgml-xml-auto-coding-function):
2483 Recognize encoding='FOO' in single quotes as well as in double quotes.
2484
2485 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2486
2487 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
2488 as well as `interactive', so that defmacro* would recognize
2489 `declare' forms.
2490
2491 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2492
2493 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2494 Explain more about the LIGHTER arg's usage in the doc string.
2495 Add commentary to clarify what the code does. Fix the regexp that
2496 strips whitespace from LIGHTER. Quote LIGHTER before using it,
2497 since it could have characters special to regular expressions.
2498
2499 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
2500
2501 * replace.el (occur-1): Bind inhibit-read-only so that
2502 erase-buffer doesn't barf on read-only text properties (likewise
2503 for add-text-properties in occur-engine). Mark buffer as unmodified.
2504 (occur-engine): Don't set buffer-read-only here.
2505
2506 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2507
2508 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
2509 list-buffers-directory. This caused the *cvs-commit* buffer to be
2510 sometimes mistakenly reused as a *cvs* buffer.
2511
2512 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
2513
2514 * tooltip.el: Move code for GUD tooltips into gud.el.
2515 (require): CL no longer needed to compile case.
2516 (tooltip-mode): Do not toggle functions for GUD tooltips.
2517 (tooltip-gud-tips-p): Remove. Replace with minor mode
2518 gud-tooltip-mode in gud.el.
2519 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
2520 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
2521 tooltip-gud prefix with gud-tooltip and obsolete.
2522 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
2523 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
2524 (tooltip-mouse-motion): Mouse movement functions/variable.
2525 Rename in gud.el by adding gud prefix.
2526 (tooltip-gud-original-filter, tooltip-gud-dereference)
2527 (tooltip-gud-event, tooltip-toggle-gud-tips)
2528 (tooltip-gud-process-output, tooltip-gud-print-command)
2529 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
2530 gud.el by replacing tooltip-gud prefix with gud-tooltip.
2531 (gdb-tooltip-print): Move to gdb-ui.el.
2532
2533 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
2534 (require): CL needed to compile case.
2535 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
2536 tooltip-gud-tips-p. Make it a minor-mode.
2537 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
2538 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
2539 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
2540 (gud-tooltip-change-major-mode)
2541 (gud-tooltip-activate-mouse-motions-if-enabled)
2542 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
2543 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
2544 (gud-tooltip-original-filter, gud-tooltip-dereference)
2545 (gud-tooltip-event, tooltip-toggle-gud-tips)
2546 (gud-tooltip-process-output, gud-tooltip-print-command)
2547 (gud-tooltip-tips): Move from tooltip.el.
2548
2549 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
2550 (gdb-cpp-define-alist-flags): Doc fix.
2551 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
2552 gud-tooltip-mode is t.
2553
2554 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2555
2556 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
2557 evaporate if their text is deleted.
2558 (goto-address-at-point): Make it work as a mouse binding as well.
2559 (goto-address-at-mouse): Obsolete it. Update users.
2560
2561 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
2562
2563 * calendar/appt.el (top-level): No longer activate on load.
2564
2565 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
2566
2567 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2568 * net/webjump.el (webjump):
2569 * progmodes/idlw-help.el (idlwave-do-context-help1)
2570 (idlwave-highlight-linked-completions):
2571 * textmodes/po.el (po-find-file-coding-system-guts):
2572 Replace `assoc-ignore-case' by `assoc-string'.
2573
2574 2005-05-06 Eli Zaretskii <eliz@gnu.org>
2575
2576 * files.el (locate-file): Doc fix.
2577
2578 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
2579 Remove the redundant test for ms-dos.
2580
2581 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
2582 look for the preprocessor with exec-suffixes. If not found in
2583 standard places, look in exec-path. Remove most of the tests that
2584 used system-type.
2585
2586 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
2587
2588 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
2589
2590 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
2591 file-name clash with jka-compr.el on 8+3 filesystems.
2592
2593 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2594
2595 * term/mac-win.el: Don't define or bind scroll bar functions if
2596 x-toolkit-scroll-bars is t.
2597 (x-select-text, x-get-selection-value):
2598 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
2599 (PRIMARY): Put mac-scrap-name property.
2600 (mac-select-convert-to-file-url): New function.
2601 (public.file-url): New selection target type. Add to
2602 selection-converter-alist.
2603 (x-get-selection, x-selection-value): Handle it.
2604 (x-cut-buffer-or-selection-value): New alias.
2605
2606 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2607
2608 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
2609 entry to avoid calling bibtex-find-entry with arg global
2610 being t. Remove arg key.
2611 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
2612 (bibtex-copy-summary-as-kill): Change accordingly.
2613
2614 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2615
2616 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
2617 (org-agenda-date-later): Use with-current-buffer.
2618
2619 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2620
2621 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
2622 (define-obsolete-variable-alias): Doc Fixes.
2623
2624 2005-05-06 Kim F. Storm <storm@cua.dk>
2625
2626 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
2627 vertical-motion when selective-display is active.
2628
2629 * ido.el (ido-setup-hook): New hook.
2630 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
2631 (ido-input-stack): New var.
2632 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
2633 ido-next-work-file binding to M-O.
2634 Bind M-f to ido-wide-find-file-or-pop-dir.
2635 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
2636 (ido-read-internal): Run ido-setup-hook.
2637 Catch quit in read-file-name and read-string to cancel edit.
2638 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
2639 Automatically pop-all when completing a directory name (RET).
2640 (ido-file-internal): Add with-no-warnings around ffap and dired code.
2641 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
2642 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
2643 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
2644 New functions for M-b/M-f to move among the directory components.
2645 (ido-make-merged-file-list): Catch quit to cancel merge.
2646 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
2647 (ido-completion-help): No warnings for ido-completion-buffer-full.
2648
2649 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
2650
2651 * font-lock.el (font-lock-negation-char-face): New face and variable.
2652 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
2653 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
2654 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
2655 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
2656
2657 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
2658
2659 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
2660 Fix typo in docstring.
2661
2662 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
2663 (ebrowse-print-statistics-line)
2664 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
2665
2666 * term/w32-win.el (image-library-alist): Add additional name for
2667 Xpm library.
2668
2669 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
2670
2671 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
2672 use gcc instead of cpp.
2673
2674 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
2675 (gdb-create-define-alist): Use it.
2676 (gdb-cpp-define-alist-program): Update for MS-DOS.
2677
2678 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
2679
2680 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
2681
2682 2005-05-04 Richard M. Stallman <rms@gnu.org>
2683
2684 * help.el (describe-key): No error when UNTRANSLATED is nil.
2685
2686 * simple.el (line-move-1): Fix previous change to signal errors
2687 appropriately.
2688
2689 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
2690
2691 * calendar/icalendar.el (icalendar-version): Now at 0.12.
2692 (icalendar-duration-correction): Remove.
2693 (icalendar--get-event-properties): Split result at commas.
2694 (icalendar--decode-isoduration): New optional argument
2695 DURATION-CORRECTION.
2696 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
2697 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
2698 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
2699 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
2700 (icalendar--convert-anniversary-to-ical): New functions, extracted
2701 from icalendar-export-region, with bug fixes.
2702 (icalendar-export-region): Use the above functions.
2703 (icalendar-import-buffer): Check before saving diary file.
2704 (icalendar--convert-recurring-to-diary)
2705 (icalendar--convert-non-recurring-all-day-to-diary)
2706 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
2707 extracted from icalendar--convert-ical-to-diary, with bug fixes.
2708 (icalendar--convert-ical-to-diary): Use the above functions.
2709
2710 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
2711
2712 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
2713 Remove these recent additions.
2714 (c-mode): Restore to before 2005-04-28.
2715
2716 * progmodes/cc-vars.el (cc-define-list-program): Remove this
2717 recent addition.
2718
2719 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
2720 (gdb-define-alist): New variables.
2721 (gdb-create-define-alist): New function.
2722 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
2723 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
2724 with string-to-number.
2725 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
2726
2727 * progmodes/gud.el: Replace string-to-int with string-to-number.
2728 (gud-find-file): Handle gdb-define-alist.
2729
2730 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
2731
2732 2005-05-02 Jay Belanger <belanger@truman.edu>
2733
2734 * calc/calc-aent.el (math-read-token):
2735 * calc/calc-bin.el (calc-word-size):
2736 * calc/calc-ext.el (calc-read-number-fancy):
2737 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
2738 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
2739 * calc/calc-frac.el (calc-over-notation):
2740 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
2741 (calc-graph-num-points, calc-graph-init):
2742 * calc/calc-prog.el (calc-read-parse-table-part)
2743 (calc-edit-macro-repeats):
2744 * calc/calc-yank.el (calc-do-grab-rectangle):
2745 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
2746 Replace `string-to-int' by `string-to-number'.
2747
2748 2005-05-02 Kim F. Storm <storm@cua.dk>
2749
2750 * kmacro.el: Use executing-kbd-macro-index variable.
2751
2752 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
2753
2754 * net/rlogin.el (rlogin-parse-words): Delete func.
2755 (rlogin): Use split-string, not rlogin-parse-words.
2756 Also, if there are option-like elements in the parsed args,
2757 take the host to be the first arg immediately following them.
2758 Suggested by Michael Mauger.
2759
2760 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2761
2762 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
2763
2764 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2765
2766 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
2767 (cc-mode-cpp-program): Rename to cc-define-list-program and
2768 move to cc-vars.el.
2769
2770 * progmodes/cc-vars.el (cc-define-list-program):
2771 Change to "gcc -E -dM -". Make customizable.
2772
2773 2005-05-02 Kim F. Storm <storm@cua.dk>
2774
2775 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
2776
2777 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2778
2779 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
2780
2781 * international/mule-util.el (truncate-string): Remove alias and
2782 obsolete declaration.
2783
2784 * international/mule-cmds.el (update-iso-coding-systems):
2785 Remove alias and obsolete declaration.
2786
2787 * international/mule.el (coding-system-parent): Remove alias and
2788 obsolete declaration.
2789
2790 * subr.el (define-function, sref): Remove aliases and obsolete
2791 declarations.
2792 (chars-in-region): Remove obsolete declaration.
2793
2794 2005-05-01 Richard M. Stallman <rms@gnu.org>
2795
2796 * info.el (Info-mode): Set widen-automatically to nil, locally.
2797
2798 * simple.el (widen-automatically): New variable.
2799 (pop-global-mark): Obey widen-automatically.
2800
2801 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2802
2803 * term/xterm.el (function-key-map): Call substitute-key-definition
2804 before the keymap size is increased by a lot of define-key calls.
2805
2806 2005-05-01 Richard M. Stallman <rms@gnu.org>
2807
2808 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
2809 Rename ARG to ELEMENT. Doc fix.
2810
2811 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2812
2813 * allout.el (allout-exposure): Remove macro and obsolete declaration.
2814 Remove references to allout-exposure/change to allout-new-exposure.
2815
2816 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
2817 bytecode symbols.
2818
2819 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
2820 (compiled-function-p, focus-frame, unfocus-frame):
2821 Remove aliases and obsolete declarations.
2822 Back out inadvertent changes from previous commit.
2823
2824 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2825
2826 * files.el (require-final-newline): Make Custom tags consistent
2827 with mode-require-final-newline.
2828 (mode-require-final-newline): Doc fix.
2829
2830 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2831
2832 * international/latexenc.el (latexenc-find-file-coding-system):
2833 Fix regular expressions.
2834
2835 2005-05-01 David Kastrup <dak@gnu.org>
2836
2837 * international/latexenc.el (latexenc-find-file-coding-system):
2838 Fix regular expressions.
2839
2840 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2841
2842 * subr.el (string-to-int): Make obsolete.
2843
2844 2005-04-30 Richard M. Stallman <rms@gnu.org>
2845
2846 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
2847
2848 * loadup.el: load jka-comp-hook.
2849
2850 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
2851 (jka-compr-handler): Add autoload. `put' calls moved
2852 to jka-comp-hook.el.
2853 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
2854 (jka-compr-inhibit): Autoload.
2855
2856 * jka-comp-hook.el: New file.
2857 Enable the mode by default.
2858
2859 * files.el (backup-buffer-copy): Use copy-file instead
2860 of write-region, and put back the 'excl.
2861
2862 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
2863
2864 * progmodes/flymake.el (flymake-split-string)
2865 (flymake-split-string, flymake-log, flymake-pid-to-names)
2866 (flymake-reg-names, flymake-get-source-buffer-name)
2867 (flymake-unreg-names, flymake-add-line-err-info)
2868 (flymake-add-err-info): Clarify docstrings.
2869 (flymake-popup-menu, flymake-make-emacs-menu)
2870 (flymake-make-xemacs-menu): Add docstrings.
2871 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
2872 Set variables directly throughout.
2873
2874 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
2875
2876 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
2877 exists. Initialise cc-define-alist.
2878 (c-mode): Add cc-create-define-alist locally to after-save-hook.
2879 If there is no file (Macroexpansion) don't create an alist.
2880
2881 2005-04-29 Sam Steingold <sds@gnu.org>
2882
2883 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
2884 (cc-create-define-alist): Use it instead of the hard-coded string.
2885
2886 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2887
2888 * international/mule-conf.el (file-coding-system-alist): Fix regexp
2889 for latexenc.
2890
2891 2005-04-29 Lute Kamstra <lute@gnu.org>
2892
2893 * emacs-lisp/generic.el: Improve commentary section.
2894 (define-generic-mode): Improve docstring.
2895
2896 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
2897
2898 * textmodes/org.el (many places): Change to quiet the byte compiler.
2899 (org-prefix-format-compiled): New variable.
2900 (org-compile-prefix-format): New function.
2901 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
2902 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
2903 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
2904 (org-get-entries-from-diary): Use `org-get-time-of-day' for
2905 consistency with entries from `org-mode' files.
2906 (org-get-time-of-day): Fix bug with partial matches early in a line.
2907 (org-non-link-chars): New constant.
2908 (org-link-regexp): Respect `org-non-link-chars'.
2909 (org-agenda-day-view): Remove command.
2910 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
2911 (org-follow-bbdb-link, org-store-link): Search also company field.
2912 (org-highlight-overlay): New variable.
2913 (org-highlight, org-unhighlight): New functions.
2914 (org-agenda-mode): Add pre-command-hook to remove highlight.
2915 (org-evaluate-time-range): Behavior depends upon whether time stamp
2916 contains a time or not.
2917 (org-show-subtree, org-show-entry): New functions.
2918 (org-agenda-cleanup-fancy-diary): Remove empty lines.
2919
2920 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
2921
2922 * comint.el (comint-output-filter-functions): Add autoload cookie.
2923
2924 2005-04-28 Kim F. Storm <storm@cua.dk>
2925
2926 * ido.el (ido-everywhere): Fix last change.
2927
2928 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2929
2930 * international/latexenc.el: New file.
2931 * international/mule-conf.el (file-coding-system-alist): For .tex,
2932 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
2933
2934 2005-04-28 Lute Kamstra <lute@gnu.org>
2935
2936 * font-lock.el (font-lock-add-keywords)
2937 (font-lock-remove-keywords): Clarify docstring.
2938 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
2939 Don't start docstrings with a `*'.
2940 (font-lock-update-removed-keyword-alist): Give it a docstring.
2941
2942 * generic-x.el: Update commentary section.
2943 Only require font-lock when compiling.
2944 Define all modes conditionally.
2945 Place all generic modes in the generic-x-modes customization group.
2946 (generic-x-modes): New customization group.
2947 (generic-default-modes, generic-mswindows-modes)
2948 (generic-unix-modes, generic-other-modes): New constants.
2949 (generic-define-mswindows-modes, generic-define-unix-modes):
2950 Update docstrings. Make them obsolete.
2951 (generic-extras-enable-list): New default value. Update docstring.
2952 Improve :type. Change :set function.
2953 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
2954 Fix docstring.
2955
2956 * emacs-lisp/generic.el (generic-mode-internal):
2957 Simplify font-lock-defaults.
2958 (define-generic-mode): Fix docstring.
2959
2960 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2961
2962 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
2963 font-lock-face property to highlight matches.
2964
2965 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
2966
2967 * progmodes/cc-mode.el (cc-create-define-alist): New function.
2968 (cc-define-alist): New variable.
2969 (c-mode): Make it local and initialise it.
2970
2971 * progmodes/gdb-ui.el (gdb-active-process): New variable.
2972 (gdb-exited): New function.
2973 (gdb-annotation-rules): Use it.
2974 (gdb-starting): Set gdb-active-process to t.
2975 (gdb-stopping): Amend doc string.
2976 (gdb-reset): Set gdb-active-process to nil.
2977
2978 * tooltip.el (tooltip-gud-tips): Show the associated #define
2979 directives when a C program under GDB is not executing.
2980
2981 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2982
2983 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
2984 font-lock-fontify-syntactic-keywords.
2985
2986 * font-lock.el (font-lock-default-fontify-region): Don't force
2987 parse-sexp-lookup-properties to nil.
2988
2989 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2990
2991 * man.el (man-mode-syntax-table): Set up `:' to have
2992 word-constituent syntax.
2993
2994 2005-04-27 Lute Kamstra <lute@gnu.org>
2995
2996 * novice.el (disable-command): Don't add spurious newlines to the
2997 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
2998
2999 2005-04-26 Jay Belanger <belanger@truman.edu>
3000
3001 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
3002 than one window before deleting window.
3003
3004 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
3005
3006 * shell.el (shell-prompt-pattern): Doc fix.
3007 (shell-mode): Set paragraph-separate buffer locally to "\\'".
3008
3009 * comint.el (comint-prompt-regexp, comint-get-old-input)
3010 (comint-use-prompt-regexp)
3011 (comint-use-prompt-regexp-instead-of-fields)
3012 (comint-replace-by-expanded-history, comint-send-input)
3013 (comint-output-filter, comint-get-old-input-default)
3014 (comint-line-beginning-position, comint-bol, comint-show-output)
3015 (comint-backward-matching-input, comint-forward-matching-input)
3016 (comint-next-prompt, comint-previous-prompt):
3017 Rename `comint-use-prompt-regexp-instead-of-fields' to
3018 `comint-use-prompt-regexp'. Keep old name as alias and declare
3019 obsolete.
3020 (comint-use-prompt-regexp): Shorten first line of doc string.
3021
3022 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
3023 Set paragraph-separate buffer locally to "\\'".
3024
3025 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
3026 Adapt to above name change.
3027
3028 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3029 (smbclient-prompt-regexp): Ditto.
3030
3031 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
3032
3033 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
3034
3035 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
3036 gdb-location-list.
3037 Break lines that are over 80 characters wide.
3038
3039 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3040
3041 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
3042 New fun and var, to preserve compatibility.
3043
3044 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
3045
3046 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
3047
3048 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
3049 name to file-newer-than-file-p.
3050
3051 2005-04-26 Richard M. Stallman <rms@gnu.org>
3052
3053 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
3054
3055 * progmodes/python.el (python-mode):
3056 Use new name eldoc-documentation-function.
3057
3058 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
3059
3060 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3061 (eldoc-documentation-function):
3062 Rename from eldoc-print-current-symbol-info-function. Calls changed.
3063
3064 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
3065
3066 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
3067
3068 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3069
3070 * term/xterm.el (function-key-map): Fix strings for
3071 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
3072 {C,S,A,C-S}-{f1-f12}.
3073
3074 2005-04-26 Kenichi Handa <handa@m17n.org>
3075
3076 * international/mule-cmds.el (select-safe-coding-system):
3077 Fix previous change.
3078
3079 2005-04-26 Lute Kamstra <lute@gnu.org>
3080
3081 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
3082
3083 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
3084 (font-lock-comment-delimiter-face): Ditto.
3085
3086 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
3087
3088 2005-04-25 Jay Belanger <belanger@truman.edu>
3089
3090 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
3091 to t while inserting information; use help-mode.
3092
3093 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3094
3095 * term.el (ansi-term-color-vector): Use the xterm colors.
3096 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
3097
3098 2005-04-25 Lute Kamstra <lute@gnu.org>
3099
3100 * font-core.el (font-lock-defaults): Fix docstring.
3101
3102 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
3103
3104 2005-04-25 Kenichi Handa <handa@m17n.org>
3105
3106 * international/mule-cmds.el (select-safe-coding-system):
3107 Don't check consistency with coding: spec, etc if raw-text or
3108 no-conversion was found to be safe.
3109
3110 2005-04-24 Richard M. Stallman <rms@gnu.org>
3111
3112 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
3113 citation markers at start of each line.
3114
3115 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
3116 citation markers at start of each line.
3117
3118 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
3119
3120 * files.el (mode-require-final-newline): Fix previous change.
3121 (require-final-newline): Fix type label.
3122
3123 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3124
3125 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
3126 statement in buffer (broken by 2004-11-24 change).
3127
3128 2005-04-24 Kim F. Storm <storm@cua.dk>
3129
3130 * ido.el (ido-everywhere): Save and restore old read-buffer-function
3131 and read-file-name-function values. Don't overwrite existing
3132 non-nil values if ido-mode is enabled without ido-everywhere.
3133
3134 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
3135
3136 * files.el (mode-require-final-newline): Minor doc fix.
3137
3138 2005-04-24 Eli Zaretskii <eliz@gnu.org>
3139
3140 * subr.el (syntax-after): Doc fix.
3141 (syntax-class): If argument is nil, return nil. Mask off upper 16
3142 bits, not 8 bits.
3143
3144 * files.el (mode-require-final-newline): Doc fix.
3145 (backup-buffer-copy): Fix last change.
3146
3147 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3148
3149 * term/mac-win.el: Require select. Set selection-coding-system to
3150 mac-system-coding-system. Call menu-bar-enable-clipboard.
3151 (x-last-selected-text-clipboard, x-last-selected-text-primary)
3152 (x-select-enable-clipboard): New variables.
3153 (x-select-text, x-get-selection, x-selection-value)
3154 (x-get-selection-value, mac-select-convert-to-string)
3155 (mac-services-open-file, mac-services-open-selection)
3156 (mac-services-insert-text): New functions.
3157 (CLIPBOARD, FIND): Put mac-scrap-name property.
3158 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
3159 (public.tiff): Put mac-ostype property.
3160 (selection-converter-alist): Add entries for them.
3161 (mac-application-menu-map): New keymap.
3162 (interprogram-cut-function, interprogram-paste-function): Set to
3163 x-select-text and x-get-selection-value, respectively.
3164 (split-window-keep-point): Set to t.
3165
3166 2005-04-23 Richard M. Stallman <rms@gnu.org>
3167
3168 * files.el (read-directory-name): Always pass non-nil
3169 DEFAULT-FILENAME arg to read-file-name.
3170 (backup-buffer-copy, basic-save-buffer-2): Take care against
3171 writing thru an unexpected existing symlink.
3172 (revert-buffer): In indirect buffer, revert the base buffer.
3173 (magic-mode-alist): Doc fix.
3174 (buffer-stale-function): Doc fix.
3175 (minibuffer-with-setup-hook): Avoid warning.
3176 (mode-require-final-newline): Doc and custom fix.
3177
3178 * follow.el (follow-end-of-buffer): Use with-no-warnings.
3179
3180 * font-lock.el (font-lock-comment-face): On terminals with few colors,
3181 use the default appearance.
3182 (font-lock-comment-delimiter-face): New face, new variable.
3183
3184 * imenu.el (imenu--generic-function): The official position of a
3185 definition is the start of the line that BEG is in.
3186
3187 * midnight.el (midnight-timer): Move defvar up.
3188
3189 * mouse.el (mouse-drag-region-1): Delete some debugging code.
3190
3191 * saveplace.el (save-place-to-alist): Use with-no-warnings.
3192
3193 * startup.el (command-line): Use with-no-warnings.
3194
3195 * window.el (window-size-fixed): New defvar.
3196
3197 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
3198
3199 * mail/rmail.el (rmail-font-lock-keywords):
3200 Use font-lock-comment-delimiter-face.
3201
3202 * mail/sendmail.el (mail-font-lock-keywords):
3203 Use font-lock-comment-delimiter-face.
3204
3205 * progmodes/compile.el (next-error-highlight-timer): New defvar.
3206
3207 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
3208
3209 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3210 Specify t for LAXMATCH when matching directories.
3211 Save match data around compilation-compat-error-properties form.
3212
3213 2005-04-23 David Kastrup <dak@gnu.org>
3214
3215 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
3216 Mention that the autoloaded aliases should be kept for AUCTeX.
3217
3218 2005-04-23 Andreas Schwab <schwab@suse.de>
3219
3220 * isearch.el (isearch-forward): Doc fix.
3221
3222 2005-04-23 Eli Zaretskii <eliz@gnu.org>
3223
3224 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
3225 (jit-lock-stealth-nice): Change default value to 0.5.
3226
3227 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
3228
3229 * abbrev.el (write-abbrev-file): Write table entries in
3230 alphabetical order by table name.
3231
3232 2005-04-22 Kim F. Storm <storm@cua.dk>
3233
3234 * ido.el (ido-read-internal): Fix `list' completion.
3235
3236 2005-04-22 Kenichi Handa <handa@m17n.org>
3237
3238 * recentf.el (recentf-save-file-coding-system): New variable.
3239 (recentf-save-list): Encode the file by
3240 recentf-save-file-coding-system and add coding: tag.
3241
3242 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
3243
3244 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
3245
3246 2005-04-21 Lute Kamstra <lute@gnu.org>
3247
3248 * loadhist.el (unload-feature): Don't remove a function from hooks
3249 if it is about to be restored to an autoload . Remove functions
3250 that will become unbound from auto-mode-alist. Simplify the code.
3251
3252 * subr.el (assq-delete-all): New implementation that is linear,
3253 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
3254 (rassq-delete-all): New function.
3255
3256 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3257 Add size-indication-mode.
3258
3259 2005-04-21 Kenichi Handa <handa@m17n.org>
3260
3261 * international/mule-cmds.el: Add autoload for widget-value in
3262 eval-when-compile.
3263
3264 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
3265
3266 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3267 Add tooltip-mode.
3268
3269 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
3270
3271 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
3272
3273 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
3274 (inferior-lisp-filter-regexp, inferior-lisp-program)
3275 (inferior-lisp-load-command, inferior-lisp-prompt)
3276 (inferior-lisp-mode-hook, lisp-source-modes)
3277 (inferior-lisp-load-hook): defvar->defcustom.
3278 (inferior-lisp-program, inferior-lisp-prompt)
3279 (inferior-lisp-load-hook): Doc fixes.
3280 (inferior-lisp-install-letter-bindings): Small change in
3281 introductory comment.
3282
3283 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3284
3285 * vc.el (vc-annotate-color-map): Change some colors so that text
3286 using them as foreground is readable on both white and black
3287 backgrounds.
3288
3289 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3290
3291 * international/mule-conf.el (translation-table-for-input):
3292 Remove redundant declaration.
3293
3294 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3295
3296 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
3297
3298 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
3299 (tooltip-toggle-gud-tips): New function.
3300
3301 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3302
3303 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
3304 right angle brackets.
3305
3306 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3307
3308 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
3309
3310 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3311
3312 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
3313 Remove. Update callers to use expand-file-name instead.
3314
3315 * subr.el (syntax-class): New function.
3316
3317 * simple.el (blink-matching-open): Use it.
3318
3319 * paren.el (show-paren-function): Use it to recognize parens that are
3320 also used in 2-char comment markers.
3321
3322 2005-04-19 Lute Kamstra <lute@gnu.org>
3323
3324 * loadhist.el (unload-feature): Update for new format of
3325 load-history. Simplify the code.
3326
3327 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3328
3329 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
3330 (mac-add-charset-info): New function. Initialize variable
3331 mac-charset-info-alist using it.
3332 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
3333 for translation.
3334 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
3335 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
3336 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
3337 New CCL programs.
3338
3339 2005-04-19 Kim F. Storm <storm@cua.dk>
3340
3341 * simple.el (next-buffer, prev-buffer, next-error)
3342 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3343 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
3344
3345 * bindings.el (next-buffer, prev-buffer, next-error)
3346 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3347 (clone-indirect-buffer-other-window): Move bindings from simple.el.
3348 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
3349 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
3350
3351 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3352
3353 * isearch.el (isearch-edit-string): Make the search-ring available for
3354 minibuffer history commands.
3355 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
3356 the default history commands now work just as well.
3357 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
3358
3359 2005-04-18 Kim F. Storm <storm@cua.dk>
3360
3361 * emulation/cua-base.el (cua--pre-command-handler): Add more
3362 elaborate check for shift modifier on non-window systems.
3363
3364 2005-04-18 Lars Hansen <larsh@math.ku.dk>
3365
3366 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
3367
3368 2005-04-18 Kim F. Storm <storm@cua.dk>
3369
3370 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
3371 and make it optional. Don't test tooltip-gud-echo-area here.
3372 (tooltip-gud-process-output, gdb-tooltip-print):
3373 Pass tooltip-gud-echo-area to tooltip-show.
3374 (tooltip-help-tips): Remove second optional arg to tooltip-show.
3375
3376 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3377
3378 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
3379 `display-graphic-p' may not be bound yet.
3380
3381 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
3382
3383 * startup.el (command-line): No longer enable Xterm Mouse mode by
3384 default in terminals compatible with xterm.
3385
3386 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
3387
3388 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
3389
3390 * tooltip.el (tooltip-gud-echo-area): Rename from
3391 tooltip-use-echo-area.
3392 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
3393 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
3394 area independently of where help tooltips are displayed.
3395
3396 2005-04-17 David Kastrup <dak@gnu.org>
3397
3398 * cus-theme.el (custom-theme-write-variables): Quote variables
3399 where necessary.
3400
3401 2005-04-17 Richard M. Stallman <rms@gnu.org>
3402
3403 * simple.el (yank-excluded-properties): Add follow-link to value.
3404
3405 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
3406
3407 * startup.el (fancy-splash-max-time): Just 30 seconds.
3408 (fancy-splash-delay): Just 7.
3409 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
3410
3411 * loadhist.el (unload-feature): Update for new format of load-history.
3412 Simplify the code.
3413
3414 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
3415 (rmail-font-lock-keywords): Don't fontify the text of a citation.
3416
3417 * mail/sendmail.el (mail-font-lock-keywords):
3418 Don't fontify subject text.
3419 Don't fontify the text of a citation.
3420
3421 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
3422
3423 * comint.el (comint-output-filter): Run comint-output-filter-functions
3424 with point where the user had it.
3425
3426 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3427
3428 * international/ucs-tables.el (ucs-set-table-for-input):
3429 Disable when using unify-on-decoding.
3430
3431 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3432
3433 * emulation/cua-base.el (cua-global-mark-face): Add special case
3434 for displays supporting a high number of colors.
3435
3436 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3437
3438 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
3439
3440 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
3441
3442 * filesets.el (filesets-add-buffer): If user supplies a name of a
3443 non-existing fileset, create a new fileset.
3444
3445 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
3446
3447 * textmodes/org.el (org-up-heading-all): Fix bug with
3448 `outline-up-heading-all'.
3449
3450 2005-04-16 Andreas Schwab <schwab@suse.de>
3451
3452 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
3453 /etc/permissions.d/* and /etc/aliases.d/*.
3454
3455 2005-04-16 Kenichi Handa <handa@m17n.org>
3456
3457 * international/code-pages.el (cp-make-coding-system):
3458 Set `translation-table-for-input' property value to the symbol
3459 ucs-mule-to-mule-unicode, not to that value.
3460 (pt154): Escape guillemet by `\'.
3461
3462 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
3463
3464 * loadup.el: Load tooltip if x-show-tip is fboundp.
3465
3466 * startup.el (command-line): Add comment.
3467
3468 * tooltip.el (tooltip-mode): Specify correct standard value for
3469 Custom in init-value.
3470
3471 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
3472
3473 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
3474 possible.
3475
3476 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
3477
3478 * textmodes/org.el (org-agenda-date-prompt): Rename from
3479 `org-agenda-date-today'.
3480 (org-evaluate-time-range): Insert at point instead of directly
3481 after time range.
3482 (org-first-headline-recenter, org-subtree-end-visible-p)
3483 (org-optimize-window-after-visibility-change): New functions
3484 (org-agenda-post-command-hook): Don't allow point at end of line,
3485 to make sure it always hits the text properties.
3486 (org-agenda-next-date-line, org-agenda-previous-date-line):
3487 New commands.
3488 (org-set-regexps-and-options): Category may contain white space.
3489 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3490 Improve marker positions.
3491 (org-agenda-new-marker): Argument POS made optional.
3492 (org-agenda-get-timestamps): Deadlines which are done are listed
3493 in org-done-face now.
3494 (org-agenda-get-todos, org-agenda-get-timestamps)
3495 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3496 Set `undone-face' and `done-face' properties.
3497 (org-last-todo-state-is-todo): New variable.
3498 (org-todo): Set `org-last-todo-state-is-todo'.
3499 (org-agenda-todo): Change face according to
3500 `org-last-todo-state-is-todo'. And change other lines refering to
3501 the same entry.
3502 (org-calendar-goto-agenda): New command.
3503 (org-calendar-to-agenda-key): New option.
3504 (org-startup-folded): New allowed value `content'.
3505 (org-set-regexps-and-options): Accept new value `content' for
3506 `org-startup-folded'.
3507 (org-get-current-options): Handle new value `content' for
3508 `org-startup-folded'.
3509 (org-insert-todo-heading): New command.
3510 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
3511 interactively in empty file and option
3512 `org-insert-mode-line-in-empty-file' has been set.
3513 (org-agenda-todo,org-agenda-priority): Modify to use
3514 `org-agenda-change-all-lines'.
3515 (org-warning-face): Change color on dark background
3516
3517 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3518
3519 * international/mule-cmds.el (set-locale-environment): On Mac OS,
3520 use preferences AppleLocale and AppleLanguages, and variable
3521 mac-system-locale for default locale. On Mac OS Classic, use
3522 mac-system-coding-system for default coding systems.
3523
3524 * term/mac-win.el: Don't set file-name-coding-system.
3525 Decode variables system-name, emacs-build-system, user-login-name, and
3526 user-full-name by mac-system-coding-system on Mac OS Classic.
3527 (mac-system-coding-system): New variable.
3528
3529 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
3530
3531 * startup.el (command-line): Handle `xterm-mouse-mode' before
3532 reading init file.
3533
3534 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
3535
3536 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3537
3538 * progmodes/sh-script.el (sh-here-document-word): Make it a
3539 defcustom. Doc fix.
3540 (sh-add): Bash uses $(( )) for arithmetic.
3541 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
3542 (sh-maybe-here-document): Remove quotes and leading whitespace
3543 from heredoc word when closing. Indent heredoc with tabs if word
3544 starts with "-".
3545
3546 2005-04-13 Richard M. Stallman <rms@gnu.org>
3547
3548 * simple.el (undo): Fix previous change.
3549
3550 * custom.el (defface): Doc fix.
3551
3552 2005-04-13 Lute Kamstra <lute@gnu.org>
3553
3554 * Makefile.in (DONTCOMPILE): Remove list.
3555 (compile, compile-always): Don't use DONTCOMPILE.
3556 (update-authors): Load the library in which batch-update-authors
3557 is defined.
3558 * makefile.w32-in (DONTCOMPILE): Remove list.
3559 (compile, compile-always): Fix comments.
3560 (update-authors): Load the library in which batch-update-authors
3561 is defined.
3562
3563 * generic-x.el (generic-mode-ini-file-find-file-hook):
3564 Rename to ini-generic-mode-find-file-hook.
3565 Keep generic-mode-ini-file-find-file-hook as an alias.
3566 (ini-generic-mode-find-file-hook): Rename from
3567 generic-mode-ini-file-find-file-hook. Fix docstring.
3568 (ini-generic-mode): Docstring change.
3569 (bat-generic-mode-run-as-comint): Silence the byte compiler.
3570
3571 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
3572 called from lisp.
3573
3574 * generic.el: Move to the emacs-lisp subdir.
3575
3576 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3577
3578 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
3579 and C-S- function and cursor motion keys.
3580
3581 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
3582
3583 * startup.el (command-line): Enable Xterm Mouse mode by default.
3584 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
3585 for Custom. No longer show "Mouse" in mode line when enabled.
3586 Doc fix.
3587
3588 2005-04-12 Kim F. Storm <storm@cua.dk>
3589
3590 * emulation/cua-base.el (cua-rectangle-face)
3591 (cua-rectangle-noselect-face): Define face attributes here.
3592
3593 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
3594
3595 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3596
3597 * startup.el (command-line): Turn off blinking cursor if
3598 cursorBlink in resources is off or false.
3599
3600 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3601
3602 * term/mac-win.el (dnd): Require dnd.
3603 (mac-drag-n-drop): Call dnd-handle-one-url.
3604 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
3605 (kTextEncodingISOLatin2): Remove constants.
3606 (mac-script-code-coding-systems): New constant.
3607 (mac-handle-language-change): New function.
3608 (special-event-map): Bind it to `language-change' event.
3609 (mac-centraleurroman, mac-cyrillic): New coding systems.
3610 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
3611 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
3612 and mac-cyrillic-encoder to encode-mac-centraleurroman and
3613 encode-mac-cyrillic, respectively.
3614
3615 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3616
3617 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
3618 Don't set overlay-arrow-string to "=>" as this is done
3619 globally in C now.
3620
3621 2005-04-12 Lute Kamstra <lute@gnu.org>
3622
3623 * generic-x.el (rc-generic-mode, rul-generic-mode):
3624 Fix auto-mode-alist entries.
3625 (etc-fstab-generic-mode): Tweak fontification.
3626
3627 * generic.el (generic-make-keywords-list): Fix docstring.
3628 (generic-mode-internal): Simplify generic-font-lock-keywords.
3629
3630 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3631
3632 * whitespace.el (whitespace-buffer-leading)
3633 (whitespace-buffer-trailing): Revert the incorrect test inversion.
3634 However, fix the highlight area for the leading and
3635 trailing whitespaces to show space.
3636
3637 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3638
3639 * whitespace.el (whitespace-version): Bump to 3.5
3640
3641 (whitespace-buffer-leading, whitespace-buffer-trailing):
3642 Invert sense of the test to highlight the whitespace.
3643
3644 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3645
3646 * progmodes/gud.el (gud-display-line): GUD uses its own
3647 overlay arrow now so don't set overlay-arrow-string.
3648 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
3649
3650 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3651
3652 * term.el (term-ansi-current-bold, term-ansi-current-underline)
3653 (term-ansi-current-reverse, term-ansi-current-invisible)
3654 (term-ansi-face-already-done): Change to boolean.
3655 (term-reset-terminal, term-handle-colors-array): Handle the above
3656 vars accordingly.
3657 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
3658 (term-emulate-terminal): Use the new name.
3659
3660 * faces.el (secondary-selection): Use yellow1, not yellow.
3661 (trailing-whitespace): Use red1, not red.
3662
3663 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3664
3665 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
3666 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
3667 (dired-dnd-handle-file): Call dnd-get-local-file-uri
3668
3669 * cus-edit.el (dnd): New group.
3670
3671 * term/w32-win.el (dnd): Require dnd
3672 (w32-drag-n-drop): Call dnd-handle-one-url.
3673
3674 * x-dnd.el: Require dnd.
3675 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
3676 Call dnd-handle-one-url.
3677 (x-dnd-types-alist, x-dnd-insert-utf8-text)
3678 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
3679 to dnd-insert-text.
3680 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
3681 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
3682 (x-dnd-get-local-file-name, x-dnd-open-local-file)
3683 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
3684
3685 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
3686
3687 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3688
3689 * wdired.el: Doc fixes.
3690 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
3691 (wdired-use-dired-vertical-movement): Rename from
3692 wdired-always-move-to-filename-beginning.
3693 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
3694 (wdired-change-to-wdired-mode): Change mode name.
3695 (wdired-newline): Delete.
3696
3697 2005-04-11 Richard M. Stallman <rms@gnu.org>
3698
3699 * whitespace.el (whitespace-highlight-the-space):
3700 Don't call whitespace-unhighlight-the-space here.
3701
3702 * simple.el (undo): Record t in undo-equiv-table
3703 for the redo record made by an undo-in-region.
3704
3705 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3706
3707 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
3708 (gdb-frame-inferior-io-buffer): New Functions to control
3709 display of separate IO buffer.
3710 (menu): Add them to menu-bar.
3711 (gdb-display-buffer): Check for buffer another frame.
3712 Protect GUD buffer.
3713 (gdb-setup-windows): Create IO buffer if not already there.
3714 (gdb-memory-mode): Remove purecopy noops.
3715
3716 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
3717
3718 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
3719 and pass to self-insert-command.
3720
3721 2005-04-11 Lute Kamstra <lute@gnu.org>
3722
3723 * generic.el: Commentary section cleanup.
3724 (generic): Delete.
3725 (generic-use-find-file-hook, generic-lines-to-scan)
3726 (generic-find-file-regexp, generic-ignore-files-regexp)
3727 (default-generic-mode, generic-mode-find-file-hook)
3728 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
3729 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
3730 (generic-use-find-file-hook, generic-lines-to-scan)
3731 (generic-find-file-regexp, generic-ignore-files-regexp)
3732 (default-generic-mode, generic-mode-find-file-hook)
3733 (generic-mode-ini-file-find-file-hook): Move from generic.el.
3734
3735 2005-04-10 Karl Fogel <kfogel@red-bean.com>
3736
3737 * bookmark.el (bookmark-write-file): Catch errors writing file.
3738 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
3739
3740 2005-04-10 Richard M. Stallman <rms@gnu.org>
3741
3742 * startup.el (fancy-splash-tail): Update copyright year.
3743 (command-line): Split part of -Q into -D.
3744 (emacs-basic-display): New defvar.
3745 (fancy-splash-text): Correct name of menu item.
3746
3747 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
3748
3749 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
3750 lines in one node.
3751
3752 * comint.el (comint-send-input): New arg ARTIFICIAL.
3753 Callers in this file changed.
3754
3755 * abbrev.el (define-abbrevs): Read system abbrevs properly.
3756
3757 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
3758
3759 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
3760
3761 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
3762 `ldap-search-internal'.
3763
3764 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3765
3766 * files.el (set-auto-mode-1): Use line-end-position.
3767
3768 * international/latin-1.el:
3769 * international/latin-2.el:
3770 * international/latin-3.el:
3771 * international/latin-4.el:
3772 * international/latin-5.el:
3773 * international/latin-8.el:
3774 * international/latin-9.el: Give punctuation syntax to NBSP.
3775
3776 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
3777 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
3778 Use char-classes to accept non-ascii letters, accepted in some recent
3779 bibtex implementations.
3780
3781 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3782
3783 * custom.el (custom-set-minor-mode): Any non-nil value for the
3784 variable should enable the mode when set through Custom.
3785
3786 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3787
3788 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
3789 TAB binding so tab-always-indent is obeyed.
3790 (vhdl-minibuffer-local-map): Move initialization into declaration.
3791 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
3792 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
3793 (vhdl-hooked-abbrev): Avoid test for XEmacs.
3794 (vhdl-current-line): Use line-beginning-position.
3795 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
3796 with-output-to-temp-buffer, so the current position can be recorded.
3797
3798 2005-04-10 Masatake YAMATO <jet@gyve.org>
3799
3800 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3801 Add regexp for gcov.
3802
3803 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3804
3805 * calendar/time-date.el (time-to-seconds, seconds-to-time)
3806 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
3807 syntax which Emacs 20 doesn't support.
3808
3809 2005-04-09 Richard M. Stallman <rms@gnu.org>
3810
3811 * help.el (describe-key-briefly, describe-key):
3812 Replace strings as event types with "(any string)".
3813
3814 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3815
3816 * arc-mode.el (archive-mode-map): Move initialization into
3817 the declaration. Override *all* bindings of `undo'.
3818 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
3819
3820 2005-04-09 Jay Belanger <belanger@truman.edu>
3821
3822 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
3823
3824 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3825
3826 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
3827 (xterm-register-default-colors): Update color values computation
3828 to match xterm-200.
3829
3830 2005-04-09 Kenichi Handa <handa@m17n.org>
3831
3832 * international/code-pages.el (iso-latin-7): Fix the map.
3833
3834 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
3835
3836 * emacs-lisp/lisp.el (defun-prompt-regexp)
3837 (parens-require-spaces, buffer-end, end-of-defun)
3838 (insert-parentheses): Doc fixes.
3839
3840 2005-04-08 Kim F. Storm <storm@cua.dk>
3841
3842 * comint.el (comint-highlight-prompt): Fix face spec.
3843 * hi-lock.el (hi-green): Likewise.
3844
3845 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3846
3847 * cus-edit.el (custom-modified-face):
3848 * comint.el (comint-highlight-input): Fix previous changes.
3849 * term.el (term-handle-ansi-escape): Add a comment.
3850
3851 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3852
3853 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
3854 in the buffer and in whitespace-highlighted-space.
3855 (whitespace-unhighlight-the-space): Simplify.
3856 (whitespace-buffer): Simplify.
3857
3858 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3859
3860 * textmodes/table.el (table-cell-face): Add special case for
3861 displays supporting a high number of colors.
3862 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3863 (vhdl-font-lock-reserved-words-face)
3864 (vhdl-speedbar-architecture-face)
3865 (vhdl-speedbar-instantiation-face)
3866 (vhdl-speedbar-architecture-selected-face)
3867 (vhdl-speedbar-instantiation-selected-face): Likewise.
3868 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
3869 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
3870 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
3871 (ebrowse-root-class-face, ebrowse-member-attribute-face)
3872 (ebrowse-progress-face): Likewise.
3873 * progmodes/compile.el (compilation-info-face): Likewise.
3874 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
3875 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
3876 * calendar/calendar.el (diary-face): Likewise.
3877 * woman.el (woman-italic-face, woman-bold-face)
3878 (woman-unknown-face): Likewise.
3879 * wid-edit.el (widget-button-pressed-face): Likewise.
3880 * whitespace.el (whitespace-highlight-face): Likewise.
3881 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
3882 * pcvs-info.el (cvs-marked-face): Likewise.
3883 * info.el (info-xref): Likewise.
3884 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
3885 * hilit-chg.el (highlight-changes-face)
3886 (highlight-changes-delete-face): Likewise.
3887 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
3888 (hi-red-b): Likewise.
3889 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
3890 * font-lock.el (font-lock-keyword-face)
3891 (font-lock-function-name-face, font-lock-warning-face): Likewise.
3892 * cus-edit.el (custom-invalid-face, custom-modified-face)
3893 (custom-set-face, custom-changed-face, custom-variable-tag-face)
3894 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
3895 * comint.el (comint-highlight-prompt): Likewise.
3896
3897 2005-04-08 Lute Kamstra <lute@gnu.org>
3898
3899 * font-lock.el (font-lock-keywords): Docstring fixes.
3900
3901 2005-04-08 Kenichi Handa <handa@m17n.org>
3902
3903 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
3904 chars are more than a limit, print " and more..." at the tail.
3905
3906 2005-04-08 Kim F. Storm <storm@cua.dk>
3907
3908 * emacs-lisp/authors.el (authors-aliases): Update list.
3909 (authors-ignored-files): New list.
3910 (authors-fixed-entries): Fix typo.
3911 (authors-renamed-files-alist): Update list.
3912 (authors-add): Check authors-ignored-files.
3913
3914 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
3915
3916 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
3917 optional, to ensure backward compatibility.
3918
3919 2005-04-08 Stephen Eglen <stephen@gnu.org>
3920
3921 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
3922
3923 2005-04-08 Kim F. Storm <storm@cua.dk>
3924
3925 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
3926
3927 * mouse.el (mouse-on-link-p): Doc fix.
3928
3929 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
3930
3931 * ielm.el (ielm-prompt-read-only): Doc fix.
3932
3933 * comint.el (comint-prompt-read-only): Doc fix.
3934
3935 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
3936
3937 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
3938 ensure dired always handles wildcards passed to ffap.
3939 (find-file-at-point): Use it.
3940 (ffap-dired-wildcards): Doc fix.
3941
3942 2005-04-07 Juri Linkov <juri@jurta.org>
3943
3944 * simple.el (next-error-overlay-arrow-position): New defvar.
3945 Put "=>" on its property `overlay-arrow-string'. Add it to
3946 `overlay-arrow-variable-list'.
3947
3948 * progmodes/compile.el (compilation-setup):
3949 Set `next-error-overlay-arrow-position' to nil. Also set it to
3950 nil in the local hook `kill-buffer-hook'. Make local variable
3951 `overlay-arrow-string' and set it to "=>".
3952 (compilation-goto-locus): Set BOL position to
3953 `next-error-overlay-arrow-position' instead of
3954 `overlay-arrow-position'.
3955
3956 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
3957 locally instead of adding it to the global hook.
3958 (Info-kill-buffer): Move up.
3959
3960 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
3961
3962 * term/xterm.el (xterm-standard-colors): Update color values from
3963 xterm-200.
3964
3965 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
3966
3967 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
3968
3969 * fast-lock.el:
3970 * lazy-lock.el: Move them to the obsolete subdir.
3971
3972 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3973
3974 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
3975 (wdired-add-replace-advice): Remove.
3976 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
3977
3978 2005-04-06 Kim F. Storm <storm@cua.dk>
3979
3980 * startup.el (command-line): Add --bare-bones alias for -Q.
3981
3982 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3983
3984 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
3985 create the startup fontset if a font specification ends with
3986 `mac-roman'.
3987
3988 2005-04-06 Lute Kamstra <lute@gnu.org>
3989
3990 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
3991 change.
3992
3993 * emacs-lisp/copyright.el (copyright-update-year): Replace the
3994 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
3995
3996 2005-04-05 Lute Kamstra <lute@gnu.org>
3997
3998 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
3999 (define-generic-mode): Ditto. Fix debug declaration.
4000
4001 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
4002 Put them in the generic-x group.
4003
4004 * calendar/timeclock.el (timeclock): Doc fix.
4005
4006 * generic.el (define-generic-mode): Don't use custom-current-group.
4007 Document default :group value.
4008 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
4009 (define-global-minor-mode): Don't use custom-current-group.
4010
4011 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
4012
4013 * startup.el (command-line-1): Display startup-echo-area-message
4014 when fancy splash screen is in use.
4015
4016 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
4017 (sh-escaped-newline): New face.
4018 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
4019 newline, and use sh-escaped-newline face.
4020
4021 * progmodes/tcl.el (tcl-escaped-newline): New face.
4022 (tcl-builtin-list): New variable.
4023 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
4024 newlines. Fix keywords subexpression number.
4025
4026 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
4027
4028 * textmodes/org.el (org-diary-default-entry): Fix call to
4029 `add-to-diary-entry'.
4030
4031 2005-04-05 Kim F. Storm <storm@cua.dk>
4032
4033 * ediff-init.el: Use (featurep 'xemacs).
4034
4035 2005-04-05 David Ponce <david@dponce.com>
4036
4037 * cus-edit.el (face): Derive from symbol widget. Display sample
4038 of the current face on the fly.
4039 (widget-face-sample-face-get, widget-face-notify): New functions.
4040 (widget-face-value-create): Remove.
4041
4042 * wid-edit.el (widget-field-end): Temporarily remove field
4043 narrowing before to call `get-char-property'.
4044
4045 2005-04-04 Jay Belanger <belanger@truman.edu>
4046
4047 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
4048 (math-read-subscripts): New variable.
4049 (math-read-preprocess-string): Process subscripts.
4050
4051 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
4052
4053 * comint.el (comint-prompt-read-only): Doc fix.
4054
4055 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
4056 `-1'. Doc fix.
4057
4058 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
4059
4060 * textmodes/org.el (org-insert-mode-line-in-empty-file):
4061 Change default value to nil.
4062
4063 2005-04-04 Lute Kamstra <lute@gnu.org>
4064
4065 * autorevert.el (auto-revert-mode): Specify :group.
4066 * battery.el (display-battery-mode): Specify :group.
4067 * diff-mode.el (diff-minor-mode): Specify :group.
4068 * font-core.el (font-lock-mode): Specify :group.
4069 * hl-line.el (hl-line-mode): Specify :group.
4070 * iimage.el (iimage): New customization group.
4071 (iimage-mode): Specify :group.
4072 * longlines.el (longlines-mode): Specify :group.
4073 * master.el: Don't require easy-mmode.
4074 (master): New customization group.
4075 (master-mode): Specify :group.
4076 * msb.el (msb-mode): Specify :group.
4077 * reveal.el (reveal-mode): Specify :group.
4078 * simple.el (next-error-follow-minor-mode): Specify :group.
4079 * smerge-mode.el (smerge-mode): Specify :group.
4080 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
4081 * emulation/cua-base.el (cua-mode): Specify :group.
4082 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
4083 * language/thai-util.el (thai-auto-composition-mode)
4084 (thai-word-mode): Specify :group.
4085 * mail/supercite.el (sc-minor-mode): Specify :group.
4086 * progmodes/cwarn.el (cwarn-mode): Specify :group.
4087 * progmodes/flymake.el (flymake-mode): Specify :group.
4088 * progmodes/glasses.el (glasses-mode): Specify :group.
4089 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
4090 * textmodes/enriched.el (enriched-mode): Specify :group.
4091 * textmodes/refill.el (refill-mode): Specify :group.
4092
4093 * add-log.el (change-log-font-lock-keywords): Names in
4094 parenthesized lists can contain spaces.
4095
4096 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
4097
4098 * startup.el (fancy-splash-text): Shorten default text of
4099 "Emacs Tutorial" line. Also, if the current language env
4100 indicates an available tutorial file other than TUTORIAL,
4101 extract its title and append it to the line in parentheses.
4102 (fancy-splash-insert): If arg is a thunk, funcall it.
4103
4104 2005-04-04 Jay Belanger <belanger@truman.edu>
4105
4106 * calc.el (calc-language-alist): Add tags to customization type.
4107
4108 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
4109
4110 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
4111 Doc fix.
4112
4113 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
4114
4115 * add-log.el (change-log-font-lock-keywords): The manual
4116 describing a Change Log entry, says: (...) "Aside from these
4117 header lines, every line in the change log starts with a space or
4118 a tab.". The font-lock was not highlighting lines started with
4119 spaces, added support for it.
4120
4121 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4122
4123 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
4124 (bibtex-generate-url-list): Update docstring accordingly. Put the
4125 complex example in the docstring.
4126 (bibtex-font-lock-url): Use pop.
4127
4128 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4129
4130 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
4131
4132 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
4133
4134 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4135
4136 * filesets.el (filesets-set-default): Doc fix.
4137
4138 2005-04-03 Lute Kamstra <lute@gnu.org>
4139
4140 * generic.el (define-generic-mode): Add argument to specify
4141 keywords for defcustom.
4142 (default-generic-mode): Specify :group.
4143
4144 * generic-x.el: Specify :group for all generic modes.
4145
4146 * desktop.el (desktop-no-desktop-file-hook)
4147 (desktop-after-read-hook): Doc fix.
4148
4149 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
4150
4151 * simple.el (visible-mode): Use explicit :group keyword.
4152 This changes the group of `visible-mode-hook' from paren-blinking
4153 to editing-basics.
4154
4155 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
4156
4157 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
4158 mailbox specifications as well as URLs.
4159 (rmail-insert-inbox-text): Remove unused conditional branches.
4160
4161 2005-04-01 Jay Belanger <belanger@truman.edu>
4162
4163 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
4164 (calc-gnuplot-print-command): Move definitions to calc.el.
4165
4166 * calc/calc-embed.el (calc-embedded-announce-formula)
4167 (calc-embedded-open-formula, calc-embedded-close-formula)
4168 (calc-embedded-open-word, calc-embedded-close-word)
4169 (calc-embedded-open-plain, calc-embedded-close-plain)
4170 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4171 (calc-embedded-open-mode, calc-embedded-close-mode):
4172 Move definitions to calc.el.
4173
4174 * calc/calc.el (calc-settings-file, calc-language-alist):
4175 Make customizable.
4176 (calc-embedded-announce-formula, calc-embedded-open-formula)
4177 (calc-embedded-close-formula, calc-embedded-open-word)
4178 (calc-embedded-close-word, calc-embedded-open-plain)
4179 (calc-embedded-close-plain, calc-embedded-open-new-formula)
4180 (calc-embedded-close-new-formula, calc-embedded-open-mode)
4181 (calc-embedded-close-mode, calc-gnuplot-name)
4182 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
4183 from other files and make customizable.
4184
4185 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4186
4187 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
4188 Use buffer-live-p.
4189 (cvs-mode-run): Don't call cvs-update-header here.
4190 (cvs-run-process): Call cvs-update-header.
4191 Use process properties for cvs-postprocess and cvs-buffer so that
4192 the sentinel can behave better if the temp buffer is killed.
4193 Use a pipe rather than a tty, to better handle unexpected prompts.
4194 (cvs-sentinel): Rewrite. Call cvs-update-header.
4195
4196 2005-04-01 Andre Spiegel <spiegel@gnu.org>
4197
4198 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
4199 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
4200
4201 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4202
4203 * generic.el (define-generic-mode): Add indentation rule.
4204
4205 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4206
4207 * files.el (mode-require-final-newline): Make Custom correctly
4208 report a nil value and allow to set it to nil via Custom.
4209 Doc fix.
4210
4211 2005-04-01 Kenichi Handa <handa@m17n.org>
4212
4213 * international/characters.el: Enable the correct case setting for
4214 dotless-i and dotted-I.
4215
4216 2005-04-01 Kim F. Storm <storm@cua.dk>
4217
4218 * ido.el (ido-file-internal): Fall back to non-ido command if
4219 initial directory is on slow ftp (or tramp) host.
4220
4221 2005-03-31 Richard M. Stallman <rms@gnu.org>
4222
4223 * emacs-lisp/autoload.el (make-autoload):
4224 Handle define-global-minor-mode.
4225
4226 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4227 Rename from easy-mmode-define-global-mode.
4228 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
4229
4230 * progmodes/scheme.el (scheme-mode-syntax-table):
4231 Update syntax of | and # for two-character comment syntax.
4232
4233 2005-03-31 Lute Kamstra <lute@gnu.org>
4234
4235 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
4236 (define-minor-mode): Call custom-current-group at load-time.
4237
4238 * generic.el (define-generic-mode): Add debug declaration.
4239 Add defcustom for the mode hook.
4240 (generic-mode-internal): Use run-mode-hooks.
4241
4242 2005-03-31 Kim F. Storm <storm@cua.dk>
4243
4244 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
4245 (mouse-fixup-help-message): New defun called by show_help_echo
4246 to fixup mouse-2 prefix in help messages when applicable.
4247
4248 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
4249
4250 2005-03-31 Kenichi Handa <handa@m17n.org>
4251
4252 * language/thai-word.el (thai-find-word-ends): Pay attention to
4253 the case that we reach the end of buffer.
4254
4255 * textmodes/fill.el (fill-text-properties-at): New function.
4256 (fill-newline): Use fill-text-properties-at instead of
4257 text-properties-at.
4258
4259 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4260
4261 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
4262 not comint-quote-filename.
4263
4264 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
4265
4266 * help-fns.el (help-with-tutorial): Revert last change.
4267
4268 2005-03-31 Kim F. Storm <storm@cua.dk>
4269
4270 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
4271
4272 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
4273
4274 * calendar/cal-china.el: Update reference to "Calendrical
4275 Calculations" book; there's a new edition.
4276 * calendar/cal-coptic.el: Likewise.
4277 * calendar/cal-french.el: Likewise.
4278 * calendar/cal-hebrew.el: Likewise.
4279 * calendar/cal-islam.el: Likewise.
4280 * calendar/cal-iso.el: Likewise.
4281 * calendar/cal-julian.el: Likewise.
4282 * calendar/cal-mayan.el: Likewise.
4283 * calendar/cal-persia.el: Likewise.
4284 * calendar/calendar.el: Likewise.
4285 * calendar/holidays.el: Likewise.
4286 * calendar/lunar.el: Likewise.
4287 * calendar/solar.el: Likewise.
4288
4289 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
4290 white space from doc string.
4291
4292 2005-03-30 Jay Belanger <belanger@truman.edu>
4293
4294 * calc/calc-help.el (calc-full-help): Remove email address.
4295
4296 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4297
4298 * help-fns.el (help-with-tutorial): Delete title line.
4299
4300 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4301
4302 * calendar/cal-x.el (calendar-one-frame-setup)
4303 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
4304 rather than 'symbol for set-window-dedicated-p.
4305
4306 * calendar/appt.el (appt-buffer-name): Make it a constant.
4307 (appt-add): Doc fix.
4308
4309 * filesets.el (filesets-menu-path, filesets-menu-before)
4310 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
4311 (filesets-menu-cache-file): Use directory ~/.emacs.d.
4312 (filesets-add-submenu): Delete and use add-submenu instead.
4313
4314 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
4315
4316 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
4317 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
4318 (org-diary-default-entry): New function.
4319 (org-get-entries-from-diary): Better parsing of diary entries.
4320 (org-agenda-check-no-diary): New function.
4321 ("diary-lib"): Advice to function `add-to-diary-list', to allow
4322 linking to diary entries.
4323 (org-agenda-execute-calendar-command): New function.
4324 (org-agenda): Improve visible section in window.
4325 Use `org-fit-agenda-window'.
4326 (org-fit-agenda-window): New option.
4327 (org-move-subtree-down): Better handling of empty lines
4328 at end of subtree.
4329 (org-cycle): Numeric prefix is interpreted now as show-subtree N
4330 levels up.
4331 (org-fontify-done-headline): New option.
4332 (org-headline-done-face): New face.
4333 (org-set-font-lock-defaults): Use `org-headline-done-face'.
4334 (org-table-copy-down): Rename from `org-table-copy-from-above'.
4335 When current field is non-empty, it is copied to next row.
4336 (org-table-copy-from-above): Fix bug which made it
4337 impossible to copy fields containing only a single non-white character.
4338
4339 2005-03-30 Kim F. Storm <storm@cua.dk>
4340
4341 * kmacro.el (kmacro-end-macro): Isearch may store this command
4342 into the macro -- so ignore it when executing keyboard macro.
4343
4344 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4345
4346 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
4347
4348 2005-03-29 Kenichi Handa <handa@m17n.org>
4349
4350 * language/thai.el ("Thai"): Set setup-function and exit-function
4351 for Thai language environment.
4352
4353 * language/thai-util.el: Require thai-word.
4354 (thai-word-mode-map): New variable.
4355 (thai-word-mode): New minor mode.
4356 (setup-thai-language-environment-internal): New function.
4357 (exit-thai-language-environment-internal): New function.
4358
4359 * language/thai-word.el (thai-word-table): Declare it by defvar,
4360 use dolist to initialize it.
4361 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
4362 (thai-fill-find-break-point): New functions.
4363
4364 2005-03-29 Richard M. Stallman <rms@gnu.org>
4365
4366 * simple.el (idle-update-delay): Move definition up.
4367 (set-mark): Doc fix.
4368
4369 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
4370
4371 * longlines.el: New file.
4372
4373 * simple.el (buffer-substring-filters): New variable.
4374 (filter-buffer-substring): New function.
4375 (kill-region, copy-region-as-kill): Use it.
4376
4377 * register.el (copy-to-register, append-to-register)
4378 (prepend-to-register): Use filter-buffer-substring.
4379
4380 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4381
4382 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
4383 (gud-filter-pending-text): Move in front of gdb.
4384 (gud-overlay-arrow-position): New variable.
4385 (gud-sentinel, gud-display-line): Use it in place of
4386 overlay-arrow-position.
4387
4388 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4389
4390 * progmodes/fortran.el (fortran-if-indent): Doc fix.
4391 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
4392 (fortran-font-lock-keywords-4): New variable.
4393 (fortran-blocks-re, fortran-end-block-re)
4394 (fortran-start-block-re): New constants, for hideshow.
4395 (hs-special-modes-alist): Add a Fortran entry.
4396 (fortran-mode-map): Bind fortran-end-of-block,
4397 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
4398 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
4399 (fortran-looking-at-if-then, fortran-end-of-block)
4400 (fortran-beginning-of-block): New functions, for hideshow.
4401
4402 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4403 Doc fix. Tweak regexp.
4404 (f90-beginning-of-block): Push mark first.
4405
4406 2005-03-29 Jay Belanger <belanger@truman.edu>
4407
4408 * calc/calc.el: Update copyright date.
4409 (calc-version): Increase to 2.1.
4410 (calc-version-date): Remove.
4411
4412 * calc/calc-help.el: Update copyright date.
4413 (calc-full-help): Remove reference to calc-version-date.
4414 Update copyright date.
4415
4416 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4417
4418 * vc.el (vc-do-command): Use a pipe for async processes, so password
4419 prompts don't show up at places where the user can't reply.
4420
4421 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4422
4423 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
4424 on the file name we pass to the inferior shell.
4425
4426 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4427
4428 * progmodes/which-func.el (which-function): Be robust in the face of an
4429 imenu--make-index-alist failure.
4430
4431 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4432
4433 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
4434
4435 * progmodes/python.el (python-preoutput-filter): Fix last change.
4436
4437 2005-03-29 Lute Kamstra <lute@gnu.org>
4438
4439 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
4440 functions and compiled macros.
4441 (debug-convert-byte-code): Handle macros too.
4442 (debug-on-entry-1): Don't signal an error when trying to clear a
4443 function that is not set to debug on entry.
4444
4445 2005-03-29 Jay Belanger <belanger@truman.edu>
4446
4447 * calc/calc-lang.el: Add functions to math-function-table
4448 properties of tex and math.
4449
4450 2005-03-29 Kenichi Handa <handa@m17n.org>
4451
4452 * ps-mule.el (ps-mule-plot-string): Translate characters by
4453 ps-print-translation-table.
4454 (ps-mule-begin-job): Call find-charset-region/string with
4455 ps-print-translation-table.
4456 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
4457
4458 * ps-print.el (ps-print-translation-table): New variable.
4459 (ps-plot-region): Translate characters by ps-print-translation-table.
4460
4461 2005-03-29 Juri Linkov <juri@jurta.org>
4462
4463 * simple.el (next-error-highlight-timer): New variable.
4464
4465 * progmodes/compile.el (compilation-goto-locus):
4466 Use `next-error-highlight-timer' instead of `sit-for'.
4467
4468 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4469
4470 * mail/supercite.el (sc-mail-field): Use assoc-string.
4471 (sc-get-address): Simplify regexps.
4472
4473 * files.el (minibuffer-with-setup-hook): New macro.
4474 (find-file-read-args): Use it to avoid let-binding
4475 minibuffer-with-setup-hook (which breaks turning on/off
4476 file-name-shadow-mode while in the prompt).
4477
4478 * complete.el (PC-read-include-file-name-internal): Use test-completion.
4479
4480 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
4481
4482 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
4483
4484 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4485
4486 * window.el (window-buffer-height): Use count-screen-lines.
4487
4488 * progmodes/python.el (python-preoutput-leftover): New var.
4489 (python-preoutput-filter): Use it.
4490 (python-send-receive): Loop until all the result has been received.
4491
4492 2005-03-28 Juri Linkov <juri@jurta.org>
4493
4494 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
4495
4496 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
4497 "Recover Crashed Session".
4498 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
4499 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
4500 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
4501 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
4502 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
4503 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
4504 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
4505 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
4506
4507 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
4508 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
4509 Ediff Sessions", "Toggle use of separate control buffer frame",
4510 "Use separate frame for Ediff control buffer".
4511
4512 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
4513 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
4514 "Rename Bookmark", "Delete Bookmark".
4515
4516 * info.el (Info-mode-menu): Remove ellipsis from "Index".
4517 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
4518 Add `:active Info-index-alternatives' to "Next Matching Item".
4519
4520 * wdired.el (wdired-change-to-wdired-mode):
4521 Mention `wdired-abort-changes' key in the initial message.
4522
4523 * international/mule.el (auto-coding-alist): Associate non-ascii
4524 image filename extensions with `no-conversion'.
4525
4526 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4527
4528 * international/iso-acc.el:
4529 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
4530
4531 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4532
4533 * textmodes/sgml-mode.el (html-mode): Doc update.
4534
4535 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
4536
4537 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
4538
4539 * term.el (term-move-columns): Fix face after extending a line.
4540 (term-insert-spaces): Likewise.
4541 (term-reset-terminal): Fix off by one error.
4542
4543 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4544
4545 * international/mule.el (auto-coding-alist): Add .xpi files.
4546
4547 * files.el (auto-mode-alist): Add .xpi files.
4548
4549 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
4550
4551 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
4552
4553 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4554
4555 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
4556
4557 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4558
4559 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
4560 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
4561
4562 * calendar/cal-move.el (calendar-beginning-of-year): Move the
4563 cursor to Jan 1 when needed.
4564 (calendar-end-of-year): Fix -/+ typo.
4565 Reported by Chong Yidong <cyd@stupidchicken.com>.
4566
4567 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4568
4569 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
4570
4571 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
4572 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
4573
4574 2005-03-25 Richard M. Stallman <rms@gnu.org>
4575
4576 * filesets.el (filesets-init): Add autoload.
4577
4578 * mail/mailalias.el (mail-directory): Doc fix.
4579
4580 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4581
4582 * mail/mailalias.el (mail-directory-process): Do nothing if
4583 mail-directory-process is an atom.
4584 (mail-get-names): Ignore mail-directory-names if it is an atom.
4585 (mail-directory-process defvar): Doc fix.
4586 (mail-names): Doc fix.
4587
4588 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
4589
4590 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
4591
4592 2005-03-26 Kenichi Handa <handa@m17n.org>
4593
4594 * international/mule-util.el (detect-coding-with-priority):
4595 Call update-coding-systems-internal before detect-coding-region.
4596
4597 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
4598
4599 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4600 (gdb-frames-mode-map): Add follow-link property.
4601
4602 2005-03-25 Jay Belanger <belanger@truman.edu>
4603
4604 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
4605 for variables.
4606
4607 2005-03-25 Juri Linkov <juri@jurta.org>
4608
4609 * image-mode.el: Optimize image filename extension regexps in
4610 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
4611 in `auto-mode-alist'.
4612 (image-mode): Add `image-toggle-display-text' to local hook
4613 `change-major-mode-hook'. Display the image as an image by
4614 default. Set `cursor-type' and `truncate-lines' if the image
4615 is already displayed. Take into account the current mode (image
4616 or text) in message.
4617 (image-minor-mode): New minor mode.
4618 (image-mode-maybe, image-toggle-display-text): New functions.
4619 (image-toggle-display): Use called-interactively-p.
4620 Let-bind `inhibit-read-only' to t.
4621
4622 * image-mode.el (image-minor-mode): Set `cursor-type' and
4623 `truncate-lines' if the image is already displayed. Add turning
4624 image-minor-mode off to `change-major-mode-hook'. Add message.
4625 Call `image-toggle-display-text' after turning image-minor-mode off.
4626
4627 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4628
4629 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
4630 Terminal.app, use utf-8.
4631 (set-display-table-and-terminal-coding-system): Add coding-system arg.
4632 (set-locale-environment): Use it.
4633
4634 * term/xterm.el: Undo last change, better done in mule-cmds.el.
4635
4636 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
4637
4638 * progmodes/python.el (python-close-block-statement-p)
4639 (python-outdent-p, python-current-defun): Use symbol-end.
4640
4641 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
4642
4643 * files.el (save-some-buffers): Doc fix.
4644
4645 2005-03-25 Werner Lemberg <wl@gnu.org>
4646
4647 * complete.el, thumbs.el: Replace `legal' with `valid'.
4648 * calendar/calendar.el: Replace `legal' with `valid'.
4649 * emacs-lisp/advice.el: Replace `legal' with `valid'.
4650 * mail/supercite.el: Replace `legal' with `valid'.
4651 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
4652 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
4653 Replace `legal' with `valid'.
4654 * textmodes/reftex-vars.el, textmodes/reftex.el:
4655 Replace `legal' with `valid'.
4656
4657 2005-03-25 Werner Lemberg <wl@gnu.org>
4658
4659 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
4660 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
4661 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
4662 * emulation/vip.el: Replace `illegal' with `invalid'.
4663 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
4664 * mail/supercite.el: Replace `illegal' with `invalid'.
4665 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
4666 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
4667 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
4668 * progmodes/sh-script.el, progmodes/xscheme.el:
4669 Replace `illegal' with `invalid'.
4670 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
4671 * textmodes/reftex-index.el, textmodes/reftex-parse.el
4672 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
4673 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
4674
4675 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4676
4677 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
4678 (flymake-find-buildfile, flymake-find-possible-master-files)
4679 (flymake-check-include, flymake-parse-line): Replace loops over the
4680 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
4681
4682 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
4683 Substitute file-name-as-directory in the rest of the file.
4684 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
4685 (flymake-replace-region): Remove unused arg `buffer'.
4686 (flymake-check-patch-master-file-buffer): Update calls to it.
4687 (flymake-add-err-info): Remove unused var `count'.
4688 (flymake-mode): Use define-minor-mode.
4689
4690 * progmodes/flymake.el: Use with-current-buffer.
4691 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
4692 flymake-replace-regexp-in-string, flymake-line-beginning-position)
4693 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
4694 Avoid testing for `xemacs'.
4695 (flymake-nop): Move.
4696 (flymake-region-has-flymake-overlays): Return the computed value.
4697 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
4698 Remove unused var `endline'.
4699 (flymake-get-line-count): Remove unused function.
4700 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
4701
4702 * emulation/vi.el:
4703 * generic.el:
4704 * hilit-chg.el (global-highlight-changes):
4705 * hi-lock.el (hi-lock-mode):
4706 * follow.el: find-file-hooks -> find-file-hook.
4707
4708 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
4709
4710 2005-03-24 Juri Linkov <juri@jurta.org>
4711
4712 * dired.el (dired-mode-map): Add menu item "Compare directories"
4713 for dired-compare-directories.
4714
4715 * dired-aux.el (dired-compare-directories): Add autoload cookie.
4716 Doc fix. Replace `read-file-name' with `read-directory-name'.
4717
4718 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4719
4720 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
4721
4722 2005-03-24 Jay Belanger <belanger@truman.edu>
4723
4724 * calc/calc-embed.el (calc-embedded-mode-change): Save all
4725 relevant mode settings in calc-embedded-original-modes when modes
4726 are permanently changed.
4727
4728 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4729
4730 * autoinsert.el: find-file-hooks -> find-file-hook.
4731
4732 2005-03-24 Lute Kamstra <lute@gnu.org>
4733
4734 * generic.el (generic-font-lock-defaults): Make it obsolete.
4735 (generic-font-lock-keywords): New variable to replace
4736 generic-font-lock-defaults.
4737 (generic-mode-set-font-lock): Delete it.
4738 (generic-mode-internal): Don't call generic-mode-set-font-lock.
4739 (generic-bracket-support): Add docstring.
4740
4741 * generic-x.el: Rename generic-font-lock-defaults to
4742 generic-font-lock-keywords throughout.
4743 (mailagent-rules-setup-function): Delete it.
4744 (mailagent-rules-generic-mode): Use anonymous function instead.
4745 (show-tabs-generic-mode-font-lock-defaults-1)
4746 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
4747 Quote faces.
4748 (show-tabs-tab-face, show-tabs-space-face): Specify background,
4749 not foreground.
4750
4751 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4752 Recognize define-generic-mode.
4753
4754 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4755
4756 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
4757 if there's no completion table.
4758
4759 2005-03-23 Miles Bader <miles@gnu.org>
4760
4761 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4762 Remove tty-specific variants, as they're no longer needed.
4763
4764 2005-03-23 Lute Kamstra <lute@gnu.org>
4765
4766 * generic-x.el: Code cleanup: make args constant whenever possible.
4767 (installshield-statement-keyword-list)
4768 (installshield-system-functions-list)
4769 (installshield-system-variables-list, installshield-types-list)
4770 (installshield-funarg-constants-list): Make them constants.
4771
4772 * generic.el (generic-make-keywords-list): Add autoload cookie.
4773
4774 * calendar/time-date.el: Add comment on time value formats.
4775 Don't require parse-time.
4776 (with-decoded-time-value): New macro.
4777 (encode-time-value): New function.
4778 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4779 (days-to-time): Return a valid time value when arg is huge.
4780 (time-since): Use time-subtract.
4781 (time-to-number-of-days): Use time-to-seconds.
4782
4783 2005-03-23 David Ponce <david@dponce.com>
4784
4785 * recentf.el: (recentf-keep): New option.
4786 (recentf-menu-action): Default to `find-file'.
4787 (recentf-keep-non-readable-files-flag)
4788 (recentf-keep-non-readable-files-p)
4789 (recentf-file-readable-p, recentf-find-file)
4790 (recentf-cleanup-remote): Remove.
4791 (recentf-include-p): More robust.
4792 (recentf-keep-p): New function.
4793 (recentf-remove-if-non-kept): Rename from
4794 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
4795 All callers updated.
4796 (recentf-menu-items-for-commands): Fix help string.
4797 (recentf-track-closed-file): Update. Doc fix.
4798 (recentf-cleanup): Update. Count removed files. Doc fix.
4799
4800 2005-03-23 Kim F. Storm <storm@cua.dk>
4801
4802 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4803 Don't inherit from fringe face (now happens automatically).
4804
4805 2005-03-22 Kim F. Storm <storm@cua.dk>
4806
4807 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
4808 position values.
4809
4810 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4811
4812 * menu-bar.el (showhide-date-time): Remove.
4813 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
4814 (menu-bar-make-mm-toggle): Simplify.
4815
4816 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4817
4818 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
4819 Accept qualified variable and function names.
4820
4821 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
4822
4823 * bindings.el (completion-ignored-extensions):
4824 Remove ".lis" for `vax-vms'.
4825
4826 2005-03-22 Andreas Schwab <schwab@suse.de>
4827
4828 * generic-x.el: Revert last change.
4829 * ldefs-boot.el: Update.
4830
4831 2005-03-22 Jay Belanger <belanger@truman.edu>
4832
4833 * calc/calc-embed (calc-embedded-original-modes): New variable.
4834 (calc-embedded-save-original-modes)
4835 (calc-embedded-restore-original-modes): New functions.
4836 (calc-do-embedded): Save original modes when entering embedded mode
4837 and restore when leaving embedded mode.
4838 (calc-embedded-modes-change): Change the value of
4839 calc-embedded-original-modes to reflect permanent changes.
4840
4841 2005-03-22 Lute Kamstra <lute@gnu.org>
4842
4843 * generic-x.el: Require generic again.
4844
4845 2005-03-22 Miles Bader <miles@gnu.org>
4846
4847 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4848 Tweak details to look good on both ttys and bitmap displays, light
4849 or dark background, etc.
4850
4851 2005-03-21 Kim F. Storm <storm@cua.dk>
4852
4853 * tooltip.el (tooltip-show-help-function): Check car and cdr of
4854 mouse position.
4855
4856 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4857
4858 * icomplete.el: Don't forcibly turn on the mode upon load.
4859 (icomplete-mode): Use define-minor-mode.
4860 (icomplete-eoinput): Default to nil.
4861 (icomplete-minibuffer-setup): Remove autoload.
4862 (icomplete-tidy): Simplify.
4863 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
4864 in the initial state or if the user has modified the field.
4865 Fix handling of icomplete-max-delay-chars.
4866 Remove code that handles the oddball case where
4867 minibuffer-completion-table is an integer.
4868 Wrap icomplete-completions in while-no-input in case building
4869 completions takes more time than expected.
4870 (icomplete-completions): Simplify.
4871
4872 2005-03-21 Richard M. Stallman <rms@gnu.org>
4873
4874 * jka-compr.el (jka-compr-really-do-compress):
4875 Make variable buffer-local.
4876
4877 * image-mode.el: Handle .xpm files too.
4878 (image-toggle-display): Preserve modification flag.
4879
4880 * help.el (where-is): Don't mention aliases with no key bindings.
4881
4882 2005-03-21 Lute Kamstra <lute@gnu.org>
4883
4884 * generic.el: Fix commentary section. Don't require cl for compilation.
4885 (generic-mode-list): Add autoload cookie.
4886 (generic-use-find-file-hook, generic-lines-to-scan)
4887 (generic-find-file-regexp, generic-ignore-files-regexp)
4888 (generic-mode, generic-mode-find-file-hook)
4889 (generic-mode-ini-file-find-file-hook): Fix docstrings.
4890 (define-generic-mode): Make it a defmacro. Fix docstring.
4891 (generic-mode-internal): Code cleanup. Add autoload cookie.
4892 (generic-mode-set-comments): Code cleanup.
4893 * generic-x.el: Don't prevent compilation. Don't require generic.
4894 Follow coding conventions. Minor code cleanup.
4895 (etc-fstab-generic-mode): Add some keywords.
4896 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
4897 define-generic-mode like a function declaration.
4898
4899 2005-03-21 Jay Belanger <belanger@truman.edu>
4900
4901 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
4902 changing modes.
4903
4904 2005-03-21 Sam Steingold <sds@gnu.org>
4905
4906 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
4907
4908 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
4909
4910 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
4911 Add underscore to "f$ lexicals" regexp.
4912
4913 2005-03-20 Juri Linkov <juri@jurta.org>
4914
4915 * subr.el (progress-reporter-do-update): When `min-value' is equal
4916 to `max-value', set `percentage' to 0 and prevent division by zero.
4917
4918 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
4919
4920 Sync with Tramp 2.0.48.
4921
4922 * tramp.el (all): Change all addresses to .gnu.org.
4923 (tramp-append-tramp-buffers): New defun.
4924 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
4925 Catch `dont-send' signal.
4926 (tramp-set-auto-save-file-modes): Set always permissions, because
4927 there might be an old auto-saved file belonging to another
4928 original file. This could be a security threat. Reported by
4929 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
4930 Check for Emacs 21.3.50 removed.
4931
4932 * tramp-smb.el (all): Remove debug construct for
4933 `with-parsed-tramp-file-name'.
4934 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
4935 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
4936 No error message if DIRECTORY or FILENAME doesn't exist.
4937 (tramp-smb-open-connection): Check existence of
4938 `tramp-smb-program'.
4939
4940 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4941
4942 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
4943 Properly handle the case where the `m' or `s' command's argument is not
4944 yet terminated.
4945 (perl-indent-new-calculate): New function.
4946 (perl-indent-line): Use it.
4947
4948 2005-03-20 Miles Bader <miles@gnu.org>
4949
4950 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
4951 in text-mode too. Change to new face names.
4952 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
4953 Add `:weight bold' attribute.
4954 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
4955
4956 2005-03-19 Juri Linkov <juri@jurta.org>
4957
4958 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
4959
4960 * international/mule.el (auto-coding-alist): Sync with
4961 `auto-mode-alist' by adding upper case archive file extensions
4962 and adding ear/war to jar extension.
4963
4964 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
4965
4966 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
4967 running, restart it.
4968
4969 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
4970
4971 * finder.el (finder-current-item): Throw an error on an empty line.
4972
4973 * man.el (Man-follow-manual-reference): If current-word returns
4974 nil, use "".
4975
4976 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
4977
4978 * simple.el (goto-line): Doc fix.
4979
4980 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
4981
4982 * files.el (save-buffer): Doc fix.
4983
4984 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
4985
4986 * recentf.el (recentf-cleanup-remote): New variable.
4987 (recentf-cleanup): Use it to conditionally check availablity of
4988 remote files.
4989
4990 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
4991
4992 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
4993 function names.
4994
4995 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4996
4997 * language/thai-word.el: New file.
4998
4999 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5000
5001 * files.el (backup-buffer): If the file's directory is not
5002 writable, use copy instead of move to backup the file.
5003
5004 2005-03-19 Eli Zaretskii <eliz@gnu.org>
5005
5006 * obsolete/keyswap.el: Moved to obsolete/ from term/.
5007
5008 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5009
5010 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
5011 Use functionp instead of symbolp and fboundp. Reported by Drkm
5012 <darkman_spam@yahoo.fr>.
5013 (ps-print-version): New version 6.6.6.
5014
5015 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
5016
5017 * textmodes/table.el (table--line-column-position): New idiom.
5018 (table--row-column-insertion-point-p): New function to test
5019 validity of row and column insertion operation at a location.
5020 (table-global-menu, table-cell-menu): Use above functions for
5021 deterministic test operation.
5022 (table--editable-cell-p): Behave in deterministic fashion.
5023
5024 2005-03-18 Juri Linkov <juri@jurta.org>
5025
5026 * isearch.el (isearch-lazy-highlight-new-loop):
5027 Make arguments beg and end optional.
5028 (isearch-update): Remove optional arguments nil from
5029 isearch-lazy-highlight-new-loop.
5030 (isearch-lazy-highlight-search): Let-bind case-fold-search to
5031 isearch-lazy-highlight-case-fold-search instead of
5032 isearch-case-fold-search, and let-bind isearch-regexp to
5033 isearch-lazy-highlight-regexp.
5034 Use isearch-lazy-highlight-last-string instead of isearch-string.
5035
5036 * replace.el (perform-replace): Remove bindings of global
5037 variables isearch-string, isearch-regexp, isearch-case-fold-search.
5038 Add three new arguments to `replace-highlight'.
5039 (replace-highlight): Add arguments string, regexp, case-fold.
5040 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
5041 to allow isearch-lazy-highlight-new-loop to use these values
5042 to set corresponding isearch-lazy-highlight-* internal
5043 variables whose values lazy highlighting will use regardless of
5044 changes to global variables isearch-string, isearch-regexp,
5045 isearch-case-fold-search during lazy highlighting loop.
5046 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
5047 to `lazy-highlight-cleanup'.
5048
5049 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
5050 (ispell-highlight-face): Set default face to `isearch' when
5051 lazy highlighting is enabled.
5052 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
5053 priority to 1. Add lazy highlighting.
5054 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
5055 from `isearch-dehighlight'.
5056
5057 2005-03-18 David Ponce <david@dponce.com>
5058
5059 * files.el (hack-local-variables): Do a case-insensitive search
5060 for End.
5061
5062 2005-03-18 Juri Linkov <juri@jurta.org>
5063
5064 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
5065 `isearch-lazy-highlight-cleanup', add alias to old name and
5066 declare obsolete. Add release numbers to other obsolete vars.
5067 (isearch-done, isearch-lazy-highlight-new-loop):
5068 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
5069 (lazy-highlight-cleanup) <variable>: Doc fix.
5070 (isearch-lazy-highlight-update): Rename obsolete
5071 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
5072
5073 2005-03-18 Kenichi Handa <handa@m17n.org>
5074
5075 * language/thai-util.el: Fix categorization of Thai characters in
5076 thai-category-table.
5077 (thai-composition-pattern): Adjust it for the above change.
5078 (thai-self-insert-command, thai-compose-syllable): New functions.
5079 (thai-compose-region): Use thai-compose-syllable.
5080 (thai-compose-string): Likewise.
5081 (thai-composition-function): Likewise.
5082 (thai-auto-composition): New function.
5083 (thai-auto-composition-mode): New minor mode.
5084
5085 * language/thai.el: Fix patterns to be registered in
5086 composition-function-table.
5087
5088 * international/quail.el (quail-input-method): Locally bind
5089 inhibit-modification-hooks to t.
5090
5091 2005-03-17 Richard M. Stallman <rms@gnu.org>
5092
5093 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
5094 (perl-mode): Use run-mode-hooks.
5095
5096 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
5097 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
5098 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
5099
5100 * mail/sendmail.el (sendmail-send-it): Reenable the code
5101 to compute resend-to-address and use it.
5102
5103 * tar-mode.el (tar-mode): Turn off undo unconditionally.
5104
5105 * image-mode.el: New file.
5106
5107 * image.el (insert-sliced-image): Add autoload cookie.
5108
5109 * font-lock.el (font-lock-lines-before): New user option.
5110 (font-lock-after-change-function): Obey it.
5111
5112 * bindings.el (esc-map): Make M-g a prefix.
5113 Bind M-g g and M-g M-g to goto-line.
5114
5115 * faces.el (face-id): Doc fix.
5116
5117 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5118
5119 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
5120 (rmail-show-message): Use rmail-unknown-mail-followup-to.
5121 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
5122
5123 * mail/sendmail.el (mail-yank-ignored-headers)
5124 (mail-font-lock-keywords, mail-mode-fill-paragraph):
5125 Add Mail-Followup-To and Mail-Reply-To headers.
5126 (mail-citation-hook): Add autoload cookie.
5127 (mail-mode): Doc fix.
5128 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
5129 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
5130 (mail-mode-fill-paragraph): Handle those headers.
5131 (mail-mailing-lists): New variable.
5132 (mail-mail-reply-to, mail-mail-followup-to): New functions.
5133
5134 2005-03-17 Juri Linkov <juri@jurta.org>
5135
5136 * isearch.el (isearch-fallback): Check for `(car previous)'
5137 before calling `isearch-other-end-state'.
5138
5139 2005-03-17 Kim F. Storm <storm@cua.dk>
5140
5141 * simple.el (move-beginning-of-line): Move to beginning of buffer
5142 line, as well as beginning of screen line.
5143
5144 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
5145
5146 * calendar/diary-lib.el (mark-diary-entries): Use new optional
5147 argument REDRAW rather than calendar-redrawing variable.
5148 * calendar/calendar.el (calendar-redrawing): Delete.
5149 (redraw-calendar): Do not bind calendar-redrawing.
5150
5151 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
5152
5153 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
5154 diary-file buffer.
5155
5156 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5157
5158 * help.el (describe-mode): Allow a :minor-mode-function property to
5159 specify a different minor mode toggle function than the variable.
5160 * simple.el (auto-fill-function):
5161 * subr.el (add-minor-mode): Use it.
5162
5163 2005-03-16 Kenichi Handa <handa@m17n.org>
5164
5165 * language/ethio-util.el (sera-being-called-by-w3): New variable.
5166 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
5167 (ethio-fidel-to-sera-buffer): Likewise.
5168
5169 2005-03-16 Juri Linkov <juri@jurta.org>
5170
5171 * emacs-lisp/find-func.el (find-function-regexp):
5172 Add defun-emitting macro `menu-bar-make-toggle'.
5173
5174 * isearch.el: Put `isearch-scroll' property to
5175 `split-window-horizontally'.
5176
5177 * info.el: Update error messages for `debug-ignored-errors'.
5178 (Info-isearch-search): Doc fix.
5179 (Info-find-node): Move up code to go into info buffer before
5180 recording the node to the history.
5181 (Info-fontify-node): Fontify titles only if the next line
5182 has two or more `*', `=', `-', `.'.
5183 Display "go to this node" for empty (match-string 3).
5184
5185 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5186
5187 * term/mac-win.el: Add mouse pointer shape constants.
5188
5189 2005-03-15 Kim F. Storm <storm@cua.dk>
5190
5191 * simple.el (move-beginning-of-line): Use vertical-motion.
5192
5193 2005-03-15 Juri Linkov <juri@jurta.org>
5194
5195 * isearch.el (isearch-error): New variable.
5196 (isearch-invalid-regexp, isearch-within-brackets): Remove.
5197 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
5198 (isearch-within-brackets-state): Remove.
5199 (isearch-case-fold-search-state, isearch-pop-fun-state):
5200 Decrease frame index.
5201 (isearch-mode, isearch-top-state, isearch-push-state)
5202 (isearch-edit-string, isearch-abort, isearch-search-and-update)
5203 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
5204 (isearch-search, isearch-lazy-highlight-new-loop):
5205 Replace `isearch-invalid-regexp' with `isearch-error'.
5206 Remove `isearch-within-brackets'.
5207 (isearch-search): Add `search-failed' handler to `condition-case'.
5208 (isearch-lazy-highlight-search): Add `condition-case' to catch
5209 errors and allow `isearch-lazy-highlight-update' to try
5210 highlighting from the beginning of the window.
5211 (isearch-repeat): Move up code to set isearch-wrapped to t
5212 before calling isearch-wrap-function.
5213
5214 * info.el (Info-isearch-initial-node): New internal variable.
5215 (Info-search): Signal an error in isearch mode when search leaves
5216 the initial node. Signal an error when `bound' is non-nil and
5217 nothing was found in the current subfile.
5218 (Info-isearch-search): Remove `condition-case'.
5219 (Info-isearch-wrap): Don't wrap when search failed during leaving
5220 the initial node. If `Info-isearch-search' is nil, wrap around
5221 the current node.
5222 (Info-isearch-start): New fun.
5223 (Info-mode): Add buffer-local hook `Info-isearch-start' to
5224 `isearch-mode-hook'.
5225
5226 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5227
5228 * simple.el (normal-erase-is-backspace): Set default to t if
5229 running on Mac.
5230
5231 * term/mac-win.el (function-key-map): Sync with x-win.el.
5232
5233 2005-03-15 Kenichi Handa <handa@m17n.org>
5234
5235 * international/mule-cmds.el (locale-language-names): Modify the
5236 format of elements and add more entries.
5237 (locale-preferred-coding-systems): Add more entries.
5238 (set-locale-environment): Adjust for the change of
5239 locale-language-names.
5240
5241 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5242
5243 * pcvs.el (smerge-ediff): Remove bogus autoload.
5244
5245 2005-03-14 Lute Kamstra <lute@gnu.org>
5246
5247 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
5248 Ignore a `*' at the beginning of a line.
5249
5250 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
5251 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
5252 subr.el.
5253 (dont-compile, eval-when-compile, eval-and-compile): Use declare
5254 to specify indentation.
5255
5256 * generic.el (define-generic-mode): Let generic-mode-list be a
5257 list of strings; test membership with equal.
5258
5259 2005-03-14 Kim F. Storm <storm@cua.dk>
5260
5261 * simple.el (next-line, previous-line): Add optional try-vscroll
5262 arg to recognize interactive use. Pass it on to line-move.
5263 (line-move): Don't perform auto-window-vscroll when defining or
5264 executing keyboard macro to ensure consistent behaviour.
5265
5266 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5267
5268 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
5269
5270 2005-03-13 Lute Kamstra <lute@gnu.org>
5271
5272 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
5273 debugger-setup-buffer so that backtrace marks the frames set to
5274 debug-on-exit and we don't have to do it manually. Set an extra
5275 debug-on-exit for macro's.
5276 (debugger-setup-buffer): Don't mark the top frame manually.
5277
5278 2005-03-12 Lute Kamstra <lute@gnu.org>
5279
5280 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
5281 lisp-indent-function throughout.
5282 (with-no-warnings): Set lisp-indent-function property.
5283
5284 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
5285
5286 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
5287 Add entry for backslash.
5288
5289 2005-03-12 Juri Linkov <juri@jurta.org>
5290
5291 * info.el (Info-search): Four fixes for backward search.
5292
5293 2005-03-11 Jay Belanger <belanger@truman.edu>
5294
5295 * calc/calc.el (calc-language-alist): New variable.
5296 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
5297 (calc-embedded-find-modes): Use calc-language-alist instead of
5298 calc-embedded-language-alist.
5299
5300 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5301
5302 * calendar/calendar.el (calendar-redrawing): New internal
5303 variable.
5304 (redraw-calendar): Remove bogus save-excursion from previous
5305 change. Bind calendar-redrawing to t for mark-diary-entries.
5306 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
5307 calendar if that is why we were called.
5308
5309 2005-03-11 Kenichi Handa <handa@m17n.org>
5310
5311 * international/mule.el (make-coding-system): Set property
5312 coding-system-define-form to nil.
5313 (define-coding-system-alias): Likewise.
5314
5315 2005-03-11 Kenichi Handa <handa@m17n.org>
5316
5317 These changes are suggested by Dave Love <fx@gnu.org>.
5318
5319 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
5320 coding: tag.
5321 (adaptive-fill-regexp): Add more bullets.
5322 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
5323 regexps.
5324
5325 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5326
5327 * help.el (describe-mode): Properly handle non-trivial lighters.
5328 Don't ignore minor modes that are not listed in minor-mode-list.
5329
5330 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
5331 feature ON when the user requests to turn it OFF.
5332
5333 2005-03-10 Lute Kamstra <lute@gnu.org>
5334
5335 * emacs-lisp/debug.el (debug-entry-code): Delete it.
5336 (implement-debug-on-entry): New function to replace debug-entry-code.
5337 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
5338 second argument as the 2005-03-07 change makes it obsolete.
5339 (debug-on-entry, cancel-debug-on-entry): Update call to
5340 debug-on-entry-1.
5341 (debug, debugger-setup-buffer): Comment update.
5342 (debugger-frame-number): Update to work with implement-debug-on-entry.
5343
5344 2005-03-10 Jay Belanger <belanger@truman.edu>
5345
5346 * calc/calc-embed.el (math-ms-args): Declare it.
5347 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
5348 math-ms-args.
5349 (calc-embedded-subst): Use math-multi-subst-rec to substitute
5350 variables.
5351
5352 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
5353
5354 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
5355 Use message-box.
5356
5357 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
5358 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
5359 (tooltip-gud-tips): Simplify.
5360 (tooltip-gud-tips-p): Remove superflouous :set.
5361 (tooltip-gud-modes): Add fortran-mode.
5362 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
5363
5364 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
5365
5366 2005-03-09 Kim F. Storm <storm@cua.dk>
5367
5368 * play/animate.el (animate-place-char): Use forward-line instead
5369 of next-line to improve performance.
5370
5371 2005-03-09 Simon Josefsson <jas@extundo.com>
5372
5373 * net/browse-url.el (browse-url-default-browser): Doc fix.
5374
5375 2005-03-09 Miles Bader <miles@gnu.org>
5376
5377 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
5378 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
5379
5380 2005-03-09 Kenichi Handa <handa@m17n.org>
5381
5382 * international/latin-1.el: Set case and syntax for 255 only if
5383 set-case-syntax-set-multibyte is nil.
5384
5385 * textmodes/ispell.el (ispell-insert-word): New function.
5386 (ispell-word): Use ispell-insert-word to insert a new word.
5387 (ispell-process-line): Likewise.
5388 (ispell-complete-word): Likewise.
5389
5390 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
5391
5392 * calendar/calendar.el (redraw-calendar): Preserve point.
5393 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5394 (calendar-week-start-day): Move after definition of
5395 redraw-calendar. Delete buffer test, since redraw-calendar has
5396 that now.
5397
5398 * calendar/diary-lib.el (mark-diary-entries): Only call
5399 redraw-calendar in the first of any recursive calls.
5400 Reported by Alan Shutko <ats@acm.org>.
5401
5402 2005-03-08 Juri Linkov <juri@jurta.org>
5403
5404 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
5405 (html-horizontal-rule, html-line, html-image, html-checkboxes)
5406 (html-radio-buttons): Add a space before the trailing `/>' where
5407 sgml-xml-mode is non-nil.
5408 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
5409 the subsequent tag of the empty XML tag.
5410 (html-href-anchor): Don't set initial input to "http:".
5411 (html-image): Ask for the image URL and set point inside alt="".
5412 (html-name-anchor): Duplicate the name in the `id' attribute when
5413 sgml-xml-mode is non-nil.
5414 (html-paragraph): Remove \n before <p>.
5415 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
5416 instead of `checked' when sgml-xml-mode is non-nil.
5417
5418 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
5419 Remove 1 space before #RRGGBB to not truncate it on terminal
5420 windows w/o fringes. Remove 1 space between bg and fg examples
5421 to get more space.
5422 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
5423 avoid byte-compile warnings.
5424
5425 * image-file.el (image-file-handler): Put `safe-magic' property to
5426 `image-file-handler'.
5427
5428 * info.el (Info-isearch-search): Emulate word search in
5429 isearching through multiple Info nodes with Info-search.
5430 (Info-isearch-wrap): Allow isearch-word.
5431
5432 2005-03-08 Lute Kamstra <lute@gnu.org>
5433
5434 * emacs-lisp/debug.el (debugger-step-through): Make sure that
5435 stepping into the debugger's code is not possible.
5436 (debugger-jumping-flag): Docstring update.
5437
5438 2005-03-08 Jay Belanger <belanger@truman.edu>
5439
5440 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
5441 embedded mode begins.
5442 (calc-embedded-language-alist): New variable.
5443 (calc-embedded-find-modes): Use calc-embedded-language-alist to
5444 set default language mode.
5445
5446 2005-03-08 Kenichi Handa <handa@m17n.org>
5447
5448 * international/ccl.el (define-ccl-program): Fix docstring about
5449 extra 256 bytes assured for the output buffer.
5450
5451 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5452 Fix BUFFER_MAGNIFICATION to 2.
5453 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5454
5455 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
5456
5457 * align.el (align-rules-list): Added an alignment rule for CSS
5458 declarations (applies to css-mode and html-mode buffers).
5459
5460 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5461
5462 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
5463
5464 2005-03-07 Kim F. Storm <storm@cua.dk>
5465
5466 * simple.el (move-beginning-of-line): New command.
5467
5468 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
5469
5470 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
5471
5472 * emulation/cua-base.el: Put CUA move property on move-end-of-line
5473 and move-beginning-of-line.
5474
5475 * apropos.el (apropos-print): Omit command from M-x ... RET.
5476
5477 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
5478
5479 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
5480 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
5481
5482 2005-03-06 Richard M. Stallman <rms@gnu.org>
5483
5484 * bindings.el (esc-map): Bind M-g to goto-line.
5485
5486 * facemenu.el (global-map): Bind M-o, not M-g.
5487
5488 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5489
5490 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
5491 "Open Directory" as for "Open File".
5492
5493 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
5494
5495 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
5496 (push-mark-command): Run activate-mark-hook.
5497
5498 2005-03-06 Richard M. Stallman <rms@gnu.org>
5499
5500 * help-mode.el (help-mode-finish): Don't alter the element
5501 in view-return-to-alist if there already is one.
5502
5503 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
5504 make sure the current buffer is the expected one.
5505
5506 * novice.el (disabled-command-function): Output in *Disabled Command*.
5507 Explicitly ignore non-keyboard events, and explicitly handle C-g.
5508
5509 * textmodes/flyspell.el (flyspell-large-region):
5510 Pass args differently for aspell.
5511
5512 * files.el (mode-require-final-newline): Doc fix.
5513
5514 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5515
5516 * progmodes/which-func.el (which-function):
5517 Specify NOERROR when calling imenu--make-index-alist.
5518
5519 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5520
5521 * simple.el (normal-erase-is-backspace): Define default value.
5522
5523 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
5524 (custom-reevaluate-setting): Simple function to handle
5525 variables that are defined before their default value can really
5526 be computed.
5527
5528 * startup.el (command-line): Use it for temporary-file-directory,
5529 small-emporary-file-directory, auto-save-file-name-transforms,
5530 blink-cursor-mode, and normal-erase-is-backspace.
5531
5532 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
5533 progress, even with buggy anchored keywords.
5534
5535 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
5536
5537 * simple.el (goto-line): Remove unbalanced final parenthesis.
5538
5539 2005-03-05 Richard M. Stallman <rms@gnu.org>
5540
5541 * simple.el (goto-line): Use a number at point as the default.
5542 With C-u as arg, switch buffers.
5543
5544 2005-03-05 Juri Linkov <juri@jurta.org>
5545
5546 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
5547 with `no-blinking-cursor'.
5548
5549 * startup.el (no-blinking-cursor): New defvar.
5550 (command-line): Add `--no-blinking-cursor' to longopts.
5551 Set `no-blinking-cursor' to t for command line arguments
5552 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
5553 with `no-blinking-cursor' in the condition for calling
5554 `blink-cursor-mode'.
5555
5556 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
5557
5558 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
5559 (menu-bar-options-save): Add blink-cursor-mode.
5560 (menu-bar-options-menu): Add blink-cursor-mode.
5561
5562 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
5563
5564 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
5565 (icalendar-export-file, icalendar-export-region)
5566 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
5567 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
5568
5569 2005-03-04 Lute Kamstra <lute@gnu.org>
5570
5571 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
5572 (debug-function-list): Ditto.
5573
5574 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
5575
5576 * textmodes/texinfmt.el (texinfo-append-refill):
5577 Redefine the types of line to which @refill
5578 is not appended by replacing a search for `@refill\\|@bye' with
5579 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
5580 itemize@refill' bug and the unfilled long lines bug.
5581 (texinfmt-version): Update number and date.
5582
5583 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
5584
5585 * international/code-pages.el (windows-1250, windows-125[2-8])
5586 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
5587
5588 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5589
5590 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
5591 bound yet.
5592
5593 2005-03-02 Romain Francoise <romain@orebokech.com>
5594
5595 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
5596 buffer after removing limits.
5597 (ibuffer-pop-filter): Ditto.
5598 Update copyright.
5599
5600 2005-03-02 Miles Bader <miles@gnu.org>
5601
5602 * button.el (make-text-button): If the user doesn't specify a
5603 type, use the default. Rewrite to use `add-text-properties' and
5604 plist functions.
5605
5606 2005-03-01 Lute Kamstra <lute@gnu.org>
5607
5608 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
5609 (debugger-jumping-flag): New var.
5610 (debug-entry-code): Use it.
5611 (debugger-jump): Use debugger-jumping-flag and add
5612 debugger-reenable to post-command-hook.
5613 (debugger-reenable): Use debugger-jumping-flag and remove itself
5614 from post-command-hook.
5615 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
5616 debugger-reenable.
5617
5618 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
5619
5620 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
5621 inclusion of "itemize\\|", which may be unnecessary, is certainly
5622 inelegant, and stops refilling in itemize lists when formatting
5623 Japanese Texinfo files to Info.
5624 Update copyright to 2005.
5625
5626 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
5627
5628 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
5629 of an error if GDB can't find the source file.
5630
5631 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5632
5633 * calendar/calendar.el (redraw-calendar): Work from any buffer,
5634 not just the calendar.
5635
5636 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
5637 first.
5638 (diary-redraw-calendar): New function.
5639 (make-diary-entry): Add diary-redraw-calendar to local
5640 write-contents-functions. Turn off selective display before
5641 inserting in diary.
5642
5643 2005-03-01 Kim F. Storm <storm@cua.dk>
5644
5645 * emacs-lisp/copyright.el (copyright-fix-years): New command.
5646
5647 2005-03-01 Lute Kamstra <lute@gnu.org>
5648
5649 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
5650 that debug-entry-code can be safely removed from a function while
5651 this code is being evaluated. Revert the 2005-02-27 change as the
5652 new implementation no longer requires it. Make sure that a
5653 function body containing just a string is not mistaken for a docstring.
5654 (debug): Skip one more frame in case of debug on entry.
5655 (debugger-setup-buffer): Delete one more frame line in case of
5656 debug on entry.
5657 (debugger-frame-number): Update to use the new text introduced by
5658 the 1999-11-03 change. Skip one more frame in case of debug on entry.
5659
5660 2005-02-28 Kim F. Storm <storm@cua.dk>
5661
5662 * double.el (double-translate-key): Call force-window-update after
5663 read-event to avoid crash in redisplay.
5664
5665 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5666
5667 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
5668 (debug): Use it. Move the inhibit-trace earlier.
5669 (debug-entry-code): New const.
5670 (debug-on-entry-1): Use it.
5671
5672 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
5673
5674 * international/utf-16.el (ccl-encode-mule-utf-16le):
5675 Fix BUFFER_MAGNIFICATION to 2.
5676 (ccl-encode-mule-utf-16be): Likewise.
5677
5678 2005-02-28 Kenichi Handa <handa@m17n.org>
5679
5680 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5681 Fix BUFFER_MAGNIFICATION to 4.
5682 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5683
5684 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
5685
5686 * speedbar.el (speedbar-update-flag): Doc fix.
5687 (speedbar-show-info-under-mouse): Give set-mouse-position the right
5688 argument.
5689
5690 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5691
5692 * reveal.el (reveal-post-command): Don't try to reveal overlays which
5693 have a non-nil `invisible' property but are actually visible.
5694
5695 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
5696 for perldoc sections.
5697 (perl-outline-regexp, perl-outline-level): New var and function.
5698 (perl-mode): Use them.
5699
5700 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
5701
5702 * calendar/diary-lib.el (diary-remind): Discard any mark portion
5703 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
5704
5705 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
5706
5707 * cus-edit.el: Comment change.
5708 (custom-buffer-create-internal): Slightly reword text at top of
5709 Custom buffers. Mention there that saving an option edits the
5710 init file. Add link to Emacs manual node on `custom-file'.
5711 (custom-magic-alist): Rewrite individual State messages to use
5712 capitalized keywords. Doc fix.
5713
5714 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5715
5716 * calendar/calendar.el (calendar-buffer): Move above
5717 calendar-week-start-day.
5718 (calendar-week-start-day): Doc fix. Add :set function.
5719 (calendar-minimum-window-height): New variable.
5720 (generate-calendar-window): Only resize window if selected-window
5721 is displaying the calendar buffer. Use new variable
5722 calendar-minimum-window-height.
5723 (generate-calendar): Reword error message.
5724 (calendar-mode-map): Bind DEL to scroll-other-window-down.
5725
5726 2005-02-27 Andreas Schwab <schwab@suse.de>
5727
5728 * vc.el (vc-do-command): Don't run command asynchronously when
5729 operating in a remote directory.
5730
5731 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
5732 change from sync with Tramp 2.0.47.
5733
5734 2005-02-27 Richard M. Stallman <rms@gnu.org>
5735
5736 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5737
5738 * textmodes/flyspell.el (flyspell-mode-on):
5739 Call ispell-change-dictionary only if necessary.
5740
5741 * emacs-lisp/re-builder.el (regexp-builder): New function.
5742
5743 * register.el (describe-register-1): Explicitly handle
5744 yank-excluded-properties = t.
5745
5746 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
5747 (custom-magic-alist): Change the status descriptions again.
5748 (face widget-type): Total rewrite based on `restricted-sexp'
5749 to eliminate the confusing double hiding levels.
5750
5751 * emacs-lisp/debug.el (debug-on-entry-1):
5752 If function body is empty, add nil as body form.
5753
5754 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5755
5756 * emacs-lisp/trace.el (inhibit-trace): New var.
5757 (trace-make-advice): Use it.
5758
5759 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
5760
5761 2005-02-26 Kim F. Storm <storm@cua.dk>
5762
5763 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
5764 (mouse-on-link-p, mouse-drag-region-1): Use it.
5765
5766 2005-02-25 Lute Kamstra <lute@gnu.org>
5767
5768 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
5769
5770 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
5771
5772 * frame.el (blink-cursor-mode): Add :group keyword.
5773
5774 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
5775
5776 * calendar/icalendar.el (icalendar--decode-isodatetime):
5777 New optional argument DAY-SHIFT.
5778 (icalendar-export-region): Fix coding-system-for-write.
5779 (icalendar--convert-ical-to-diary): Shift end-day of all-day
5780 events by one.
5781
5782 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5783
5784 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
5785
5786 2005-02-24 Kim F. Storm <storm@cua.dk>
5787
5788 * international/iso-acc.el (iso-accents-compose): Fix crash
5789 during redisplay. Call force-window-update after read-event
5790 and delete-region to signal that window is not accurate.
5791
5792 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5793
5794 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
5795 Remove unused and inexistent var `inhibit-trace'.
5796 (debugger-mode): Use run-mode-hooks.
5797 (debugger-list-functions): Add buttons; setup xref stack.
5798
5799 2005-02-23 Richard M. Stallman <rms@gnu.org>
5800
5801 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
5802 appointment says it was explicitly made.
5803 (appt-add): Set the 3rd element.
5804 (appt-make-list): Preserve explicit appointments.
5805
5806 * subr.el (find-tag-default): Catch errors in forward-sexp.
5807
5808 2005-02-23 Juri Linkov <juri@jurta.org>
5809
5810 * info.el (Info-isearch-search): New defcustom.
5811 (Info-isearch-search): Call the default isearch function
5812 when Info-isearch-search is nil.
5813 (Info-isearch-wrap): Use variable Info-isearch-search.
5814
5815 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
5816
5817 * cus-edit.el: Comment change.
5818
5819 2005-02-22 Kim F. Storm <storm@cua.dk>
5820
5821 * progmodes/hideif.el (hide-ifdef-use-define-alist):
5822 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
5823
5824 2005-02-22 Simon Josefsson <jas@extundo.com>
5825
5826 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
5827 New variable.
5828 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
5829 Oskarsson" <myrkraverk@users.sourceforget.net>.
5830
5831 2005-02-22 Kim F. Storm <storm@cua.dk>
5832
5833 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
5834 check that window of that event is the selected window.
5835 (mouse-drag-region-1): Compare mouse event window to selected
5836 window before setting point.
5837
5838 * tooltip.el (tooltip-show-help-function): Pass event to
5839 mouse-on-link-p so it can check selected window.
5840
5841 2005-02-22 Kenichi Handa <handa@m17n.org>
5842
5843 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
5844 (ps-mule-show-warning): New function.
5845 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
5846 characters are found.
5847
5848 * ps-print.el (ps-header-footer-string): Return a list of header
5849 and footer strings.
5850
5851 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5852
5853 * pcvs.el (cvs-retrieve-revision): Fix thinko.
5854
5855 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5856
5857 * frame.el (blink-cursor-mode): Use define-minor-mode.
5858
5859 * term/mac-win.el (function-key-map): Use char-names more consistently.
5860 (file-name-coding-system): Only set it for MacOS-9. The other case is
5861 already handled in mule-cmds.el (where it also works when mac-win.el
5862 is not used).
5863
5864 2005-02-21 Kenichi Handa <handa@m17n.org>
5865
5866 * international/mule.el (ctext-pre-write-conversion): Always use
5867 " *code-converting-work*" buffer for work.
5868
5869 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
5870
5871 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
5872
5873 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
5874
5875 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
5876
5877 * ses.el (undo-more): Restore defadvice, but only the part that
5878 allows changes outside the restricted area of the buffer.
5879
5880 2005-02-20 Kim F. Storm <storm@cua.dk>
5881
5882 * simple.el (line-move): Add fourth optional arg try-vscroll which
5883 must be set to perform auto-window-vscroll.
5884 When moving backwards and doing auto-window-vscroll, automatically
5885 vscroll to the last part of lines which are taller than the window.
5886 (next-line, previous-line): Set try-vscroll arg on line-move.
5887
5888 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5889
5890 * replace.el (query-replace, query-replace-regexp)
5891 (replace-string, replace-regexp): When operating on region, make
5892 the minibuffer prompt say so.
5893
5894 * isearch.el (isearch-forward): Document isearch-query-replace and
5895 isearch-query-replace-regexp keybindings.
5896
5897 2005-02-19 Jay Belanger <belanger@truman.edu>
5898
5899 * calc/calc-aent.el (math-read-token): Add local variable.
5900
5901 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
5902 (calc-edit-top): Move declaration to earlier in file.
5903 (calc-edit-macro-repeats): Add local variables.
5904
5905 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
5906 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
5907 calcFunc-tanh.
5908 Adjust integration rule for calcFunc-tan.
5909
5910 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5911
5912 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
5913 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
5914 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
5915 (viper-skip-separators): Bug fix.
5916 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
5917 particular major mode.
5918 (viper-del-backward-char-in-replace): Don't put deleted char on the
5919 kill ring.
5920
5921 * viper-ex.el (viper-color-display-p): New function.
5922 (viper-has-face-support-p): Use viper-color-display-p.
5923
5924 * viper-keym.el (viper-gnus-modifier-map): New keymap.
5925
5926 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
5927
5928 * viper-util.el (viper-glob-unix-files): Fix shell status check.
5929 (viper-file-remote-p): Make equivalent to file-remote-p.
5930
5931 * viper.el (viper-major-mode-modifier-list):
5932 Use viper-gnus-modifier-map.
5933
5934 2005-02-19 David Kastrup <dak@gnu.org>
5935
5936 * subr.el (subregexp-context-p): Fix garbled doc string by adding
5937 quoting.
5938
5939 2005-02-19 Jay Belanger <belanger@truman.edu>
5940
5941 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
5942 Remove extra definitions.
5943 (calc-coth): New function.
5944 (calcFunc-cot): Fix `let'.
5945
5946 2005-02-19 Eli Zaretskii <eliz@gnu.org>
5947
5948 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
5949 the reasons we use "type pc" in these faces.
5950
5951 * button.el (button): Ditto.
5952
5953 2005-02-19 Michael Mauger <mmaug@yahoo.com>
5954
5955 * replace.el (query-replace-read-from): Set the value of
5956 query-replace-from-history-variable to handle the case of an empty
5957 string entered to accept the suggested default.
5958
5959 * net/tramp.el (tramp-file-name-for-operation):
5960 Use dired-call-process instead of dired-call-process-command.
5961
5962 2005-02-19 Jay Belanger <belanger@truman.edu>
5963
5964 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
5965 (math-div-non-trig): New variables.
5966 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
5967 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
5968 (math-combine-prod, math-div-symb-fancy): Add simplifications for
5969 trig expressions.
5970
5971 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
5972
5973 * progmodes/gdb-ui.el (gdb-var-update-handler)
5974 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
5975 for watch expressions,
5976 (gdb-var-create-handler): Don't set speedbar-update-flag.
5977 (gdb-post-prompt): Simplify test for speedbar.
5978
5979 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5980
5981 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
5982 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
5983 we use the syntax table of the correct buffer.
5984 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
5985 Felix Gatzemeier.
5986
5987 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
5988 (ediff-file-remote-p): Make synonymous with file-remote-p.
5989 In all deffaces ediff-*-face-*, use min-colors.
5990
5991 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
5992 ediff-recurse-to-subdirectories.
5993 (ediff-mark-if-equal): Check that the arguments are strings, use
5994 ediff-same-contents (after to Felix Gatzemeier).
5995
5996 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
5997 nil.
5998
5999 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6000
6001 * log-view.el (log-view-message-re): Fix up Subversion regexp.
6002
6003 2005-02-18 David Kastrup <dak@gnu.org>
6004
6005 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
6006 use `mark-active' when defined.
6007
6008 2005-02-18 Kenichi Handa <handa@m17n.org>
6009
6010 * ps-print.el (ps-font-info-database): New entry
6011 ZapfChancery-MediumItalic with correct font name. Fix font name
6012 of the entry Zapf-Chancery-MediumItalic.
6013
6014 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
6015
6016 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
6017
6018 2005-02-16 Kim F. Storm <storm@cua.dk>
6019
6020 * ido.el (ido-fallback-command): Pass user input to fallback command.
6021
6022 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
6023
6024 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
6025 (gdb-find-file-hook): Add server prefix.
6026
6027 2005-02-16 Richard M. Stallman <rms@gnu.org>
6028
6029 * replace.el (perform-replace): Pass new args to replace-highlight.
6030 (replace-highlight): Take region args,
6031 and pass them to isearch-lazy-highlight-new-loop.
6032
6033 * novice.el (disabled-command-hook): Autoload the defalias
6034 and the make-obsolete-variable call.
6035
6036 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
6037
6038 * isearch.el (isearch-lazy-highlight-start-limit)
6039 (isearch-lazy-highlight-end-limit): New variables limit
6040 the region for highlighting.
6041 (isearch-lazy-highlight-new-loop): New args BEG and END.
6042 (isearch-lazy-highlight-search): Use the new vars.
6043 (isearch-lazy-highlight-update): Likewise.
6044
6045 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
6046
6047 * cus-start.el (all): Use default-boundp.
6048
6049 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
6050
6051 * menu-bar.el (menu-bar-select-frame): Handle current frame.
6052
6053 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
6054
6055 * autorevert.el (auto-revert-stop-on-user-input)
6056 (auto-revert-verbose): Doc fixes.
6057
6058 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
6059
6060 * international/mule-cmds.el (set-locale-environment): Remove call
6061 to set-selection-coding-system on Windows.
6062
6063 2005-02-15 Jay Belanger <belanger@truman.edu>
6064
6065 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
6066 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6067 calcFunc-coth.
6068 (math-simplify-sqrt): Add simplifications.
6069
6070 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
6071 to list.
6072
6073 * calc/calc-ext.el: Add functions to autoloads.
6074
6075 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
6076 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
6077 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
6078 (math-csc-raw, math-cot-raw): New functions.
6079
6080 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
6081
6082 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
6083 the variable name in a message.
6084
6085 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
6086 calcFunc-csc, calcFunc-cot.
6087
6088 * calc/calcalg2.el: Add derivative and integration rules for
6089 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
6090 calcFunc-csch, calcFunc-coth.
6091 (math-do-integral-methods): Add to checks for when to use
6092 substitutions.
6093
6094 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
6095
6096 2005-02-15 Lute Kamstra <lute@gnu.org>
6097
6098 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6099 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
6100 <monnier@iro.umontreal.ca>
6101 (lisp-outline-level): Improve efficiency. Suggested by David
6102 Kastrup <dak@gnu.org>.
6103
6104 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
6105
6106 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
6107 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
6108 (gdb-set-gud-minor-mode-existing-buffers): New functions.
6109 (gdb-find-file-hook): New hook. Add it to find-file-hook.
6110 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
6111
6112 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
6113
6114 * cus-start.el (all): Comment change.
6115
6116 2005-02-14 Lute Kamstra <lute@gnu.org>
6117
6118 * cus-start.el (all): Check if symbol is void.
6119
6120 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
6121
6122 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
6123 optional argument to \cite.
6124
6125 2005-02-14 Richard M. Stallman <rms@gnu.org>
6126
6127 * cus-edit.el (custom-buffer-create-internal): Update help message.
6128 (custom-magic-alist): Update help messages.
6129
6130 * cus-start.el (all): Allow a var to specify a standard value.
6131
6132 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
6133
6134 * custom.el (custom-theme-set-variables): Handle variable aliases.
6135
6136 * frame.el (blink-cursor-timer): Doc fix.
6137 (blink-cursor): Make it an alias for `blink-cursor-mode' and
6138 declare obsolete.
6139 (blink-cursor-mode): Define with defcustom and use correct
6140 standard expression in that defcustom.
6141 * startup.el (command-line): Adapt to above changes in frame.el.
6142
6143 2005-02-11 Lute Kamstra <lute@gnu.org>
6144
6145 * apropos.el (apropos-score-doc): Prevent division by zero.
6146
6147 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
6148
6149 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
6150 (icalendar--get-event-property-attributes)
6151 (icalendar--get-event-properties)
6152 (icalendar--datetime-to-diary-date): New functions.
6153 (icalendar--split-value): Doc fix.
6154 (icalendar--datetime-to-noneuropean-date)
6155 (icalendar--datetime-to-european-date): New optional argument
6156 SEPARATOR. Return result as a string instead of a list.
6157 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
6158 (icalendar--convert-string-for-export): Rename arg S to STRING.
6159 (icalendar-export-region): Doc fix. Change name of error buffer.
6160 Save output buffer.
6161 (icalendar-import-file): Add blank at end of prompt.
6162 (icalendar-import-buffer): Doc fix. Do not switch to error
6163 buffer. Indicate status in return value.
6164 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
6165 buffer. Save output buffer. Handle exception from recurrence
6166 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
6167 events. Fix problems with weekly all-day events.
6168
6169 2005-02-10 Richard M. Stallman <rms@gnu.org>
6170
6171 * simple.el (eval-expression-print-format):
6172 Avoid warning about edebug-active.
6173
6174 * help.el (help-for-help-internal): Rename from help-for-help.
6175 (help-for-help): Define with defalias.
6176
6177 * font-core.el (font-lock-default-function): Use with-no-warnings.
6178
6179 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
6180
6181 * custom.el (defface): Doc fix.
6182
6183 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
6184
6185 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
6186 width 0" to prevent word wrapping problems.
6187
6188 2005-02-09 Kim F. Storm <storm@cua.dk>
6189
6190 * ido.el (ido-file-extensions-order): New defcustom.
6191 (ido-file-extension-lessp, ido-file-extension-aux)
6192 (ido-file-extension-order): New advanced file ordering.
6193 (ido-file-lessp): New simple file ordering.
6194 (ido-sort-list): Remove.
6195 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
6196 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
6197
6198 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
6199
6200 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
6201 that some versions of grep produce.
6202 (grep-mode-font-lock-keywords): Likewise.
6203
6204 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
6205
6206 * progmodes/gdb-ui.el (gdb-location-list): New variable.
6207 (gdb-cdir): Delete.
6208 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
6209 (gdb-source-info): Treat case when source file is in another
6210 directory properly.
6211 (gdb-get-location): New function.
6212
6213 2005-02-07 Jay Belanger <belanger@truman.edu>
6214
6215 * calc/calc-prog.el (calc-write-parse-table-part)
6216 (calc-fix-token-name): Fix a check for language type.
6217
6218 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
6219
6220 2005-02-07 Andre Spiegel <spiegel@gnu.org>
6221
6222 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
6223 as directory not writable.
6224
6225 2005-02-07 Kim F. Storm <storm@cua.dk>
6226
6227 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
6228 (cua--standard-movement-commands): Remove list.
6229 Instead, set CUA property value to move for movement commands.
6230 (cua-movement-commands): Remove. Users must set CUA prop instead.
6231 (cua--pre-command-handler): Check CUA property.
6232 (cua--init-keymaps): Don't remap undo commands.
6233 (cua-mode): Don't call cua--rectangle-on-off.
6234
6235 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
6236 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
6237 (cua--rect-undo-set-point): New var.
6238 (cua--rectangle-undo-boundary): Setup undo apply entry.
6239 (cua--rect-undo-handler): New function for rectangle undo.
6240 (cua--rect-start-position, cua--rect-end-position): Add.
6241 (cua--rectangle-post-command): Call cua--rectangle-set-corners
6242 for restored rectangle. Set point if cua--rect-undo-set-point.
6243
6244 2005-02-06 Jay Belanger <belanger@truman.edu>
6245
6246 * calc/calc-lang.el (calc-tex-language): Display more information
6247 in messages.
6248
6249 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
6250 in TeX mode.
6251
6252 2005-02-06 Richard M. Stallman <rms@gnu.org>
6253
6254 * emacs-lisp/lisp.el (buffer-end): Doc fix.
6255
6256 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6257
6258 * net/ldap.el (ldap-search-internal): Support attributes with
6259 optional descriptions separated by a semi-colon, as in
6260 "userCertificate;binary".
6261
6262 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6263
6264 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
6265 isn't a cons (i.e. the version is 0).
6266
6267 2005-02-05 Eli Zaretskii <eliz@gnu.org>
6268
6269 * help.el (help-for-help): Doc fix.
6270
6271 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
6272
6273 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
6274 GDB-Windows on the menu-bar as this works better.
6275
6276 2005-02-04 Jay Belanger <belanger@truman.edu>
6277
6278 * calc/calc-embed.el (calc-embedded-update): Don't put in
6279 unnecessary newlines. Adjust the end of formula marker.
6280
6281 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
6282 (math-latex-parse-two-args): New function.
6283
6284 2005-02-03 Lute Kamstra <lute@gnu.org>
6285
6286 * help-fns.el (help-with-tutorial): Make sure that users cannot
6287 remove the entire text of the tutorial by means of `undo'.
6288
6289 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
6290
6291 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
6292 in recent changes, where the ispell process was repeatedly
6293 killed & restarted.
6294
6295 * international/mule-cmds.el (set-locale-environment): Set file-name
6296 coding system to utf-8 on Darwin systems.
6297 (set-default-coding-systems): Don't set default-file-name-coding-system
6298 on Darwin systems.
6299
6300 2005-02-03 Richard M. Stallman <rms@gnu.org>
6301
6302 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
6303
6304 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
6305
6306 * faces.el (list-faces-display): Add optional argument.
6307
6308 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6309
6310 * font-core.el (font-lock-default-function): Handle the rare case where
6311 only font-lock-keywords is set.
6312
6313 2005-02-02 Kenichi Handa <handa@m17n.org>
6314
6315 * international/characters.el: Cancel previous change for
6316 I-WITH-DOT-ABOVE and DOTLESS-i.
6317
6318 * international/latin-5.el: Cancel previous change.
6319
6320 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6321
6322 * progmodes/gud.el: Correction to syntax in gud-menu-map.
6323
6324 2005-02-02 Kenichi Handa <handa@m17n.org>
6325
6326 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
6327 DOTLESS-i.
6328
6329 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
6330 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
6331
6332 * case-table.el (get-upcase-table): New function.
6333 (copy-case-table): Copy upcaes table too if non-nil.
6334 (set-case-syntax-delims): Maintain upcase table too.
6335 (set-case-syntax-pair): Likewise.
6336 (set-upcase-syntax, set-downcase-syntax): New functions.
6337 (set-case-syntax): Maintain upcase table too.
6338
6339 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6340
6341 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
6342
6343 * progmodes/gud.el (gud-goto-info): New function.
6344 (gud-tool-bar-map): Use correct icon.
6345
6346 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6347
6348 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
6349 When delegating, order args in the funcall correctly.
6350
6351 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6352
6353 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
6354
6355 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
6356
6357 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
6358 buffer not visiting a file.
6359
6360 2005-01-31 Jay Belanger <belanger@truman.edu>
6361
6362 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
6363 bound on the line with the formula.
6364
6365 2005-01-31 Kim F. Storm <storm@cua.dk>
6366
6367 * ses.el (ses-create-cell-variable-range)
6368 (ses-destroy-cell-variable-range, ses-reset-header-string)
6369 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
6370 (ses-insert-row): Fix format of apply undo entries.
6371
6372 2005-01-31 Jay Belanger <belanger@truman.edu>
6373
6374 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
6375 parts.
6376
6377 * calc/calc-embed.el (calc-embedded-open-formula)
6378 (calc-embedded-close-formula): Ignore matrix environments.
6379
6380 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
6381 TeX mode.
6382
6383 * calc/calc-lang.el (math-function-table, math-oper-table)
6384 (math-variable-table): Adjust the LaTeX portions.
6385
6386 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
6387 (math-latex-ignore-words): New constant.
6388
6389 2005-01-31 Richard M. Stallman <rms@gnu.org>
6390
6391 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
6392 (ispell-local-dictionary): Doc fix.
6393 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
6394 Don't reinitialize at run time. Don't defcustom.
6395 All uses changed to append ispell-local-dictionary-alist,
6396 or check it first.
6397 (ispell-current-dictionary): New variable for dictionary in use.
6398 (ispell-dictionary): Now used only for global default.
6399 (ispell-start-process): Set ispell-current-dictionary,
6400 not ispell-dictionary.
6401 (ispell-change-dictionary): Use this only for setting
6402 user preferences.
6403 (ispell-internal-change-dictionary): New function
6404 to change the current dictionary in use.
6405 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
6406 Use ispell-current-dictionary.
6407 Handle ispell-local-dictionary-overridden.
6408 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
6409
6410 2005-01-31 Jay Belanger <belanger@truman.edu>
6411
6412 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
6413
6414 * calc/calc-ext.el: Add calc-latex-language to autoloads.
6415 (calc-mode-map): Add calc-latex-language.
6416
6417 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
6418 (math-latex-print-frac): New functions.
6419 (math-oper-table, math-function-table, math-variable-table)
6420 (math-complex-format, math-input-filter): Add latex properties.
6421 (calc-set-language): Set math-expr-special-function-mapping.
6422
6423 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
6424 (calc-write-parse-table-part): Add LaTeX support.
6425
6426 * calc/calc.el (calc-language): Adjust docstring.
6427 (calc-set-mode-line): Add LaTeX support.
6428 (math-expr-special-function-mapping): New variable.
6429 (math-tex-ignore-words): Add to list.
6430
6431 * calc/calccomp.el (math-compose-expr, math-compose-rows):
6432 Add LaTeX support.
6433 (math-compose-expr): Add support for special functions.
6434
6435 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
6436
6437 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
6438
6439 * progmodes/gdb-ui.el (gdb-memory-address)
6440 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
6441 (gdb-memory-mode-map, gdb-memory-format-keymap)
6442 (gdb-memory-format-menu, gdb-memory-unit-keymap)
6443 (gdb-memory-unit-menu): New variables for a buffer
6444 that lets the user examine program memory.
6445 (gdb-memory-set-address, gdb-memory-set-repeat-count)
6446 (gdb-memory-format-binary, gdb-memory-format-octal)
6447 (gdb-memory-format-unsigned, gdb-memory-format-signed)
6448 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
6449 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
6450 (gdb-memory-unit-word, gdb-memory-unit-halfword)
6451 (gdb-memory-unit-byte, gdb-memory-unit-menu)
6452 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
6453 (gdb-memory-mode, gdb-memory-buffer-name)
6454 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
6455 New functions for above buffer.
6456
6457 2005-01-30 Richard M. Stallman <rms@gnu.org>
6458
6459 * cus-edit.el (custom-bury-buffer): Function deleted.
6460 (custom-buffer-done-function): Option deleted.
6461 (custom-buffer-done-kill): New (replacement option.
6462 (Custom-buffer-done): Call quit-window.
6463 (custom-buffer-create-internal): Update for above changes.
6464
6465 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
6466
6467 * simple.el (undo-ask-before-discard): New var.
6468 (undo-outer-limit-truncate): Implement it.
6469 (undo-extra-outer-limit): Doc update.
6470
6471 2005-01-29 Richard M. Stallman <rms@gnu.org>
6472
6473 * ses.el (undo-more): Delete defadvice.
6474 (ses-begin-change): Doc fix.
6475
6476 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
6477 instead of rebinding C-x u and C-_.
6478
6479 * files.el (normal-backup-enable-predicate): Return nil for files
6480 in /tmp, regardless of temporary-file-directory.
6481
6482 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
6483
6484 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
6485 (open-rectangle, delete-whitespace-rectangle-line)
6486 (clear-rectangle-line): If FILL, pass t instead of FILL
6487 for move-to-column's 2nd arg.
6488
6489 * simple.el (undo): Fix the test for continuing a series of undos.
6490 (undo-more): Set pending-undo-list to t when we reach end.
6491 (pending-undo-list): Move up defvar.
6492
6493 * wid-edit.el (widget-button-click):
6494 Shorten the range of the track-mouse binding.
6495
6496 * comint.el (comint-insert-input): Undo previous changes;
6497 use last-input-event in interactive spec.
6498
6499 2005-01-29 Eli Zaretskii <eliz@gnu.org>
6500
6501 * progmodes/compile.el (compilation-start): Bind buffer-read-only
6502 to nil before invoking call-process. Reset buffer's modified flag
6503 after fontifying it in the no-async branch.
6504
6505 * wid-edit.el (widget-specify-button): If mouse pointer shape
6506 cannot be changed, use mouse face instead.
6507
6508 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
6509
6510 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6511 (gdb-goto-breakpoint): Make breakpoint handling work on template
6512 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
6513 (gdb-assembler-custom): Update to recognise breakpoint information
6514 added on 2005-01-19.
6515
6516 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
6517
6518 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
6519 (dsssl-mode): Use define-derived-mode.
6520 (scheme-mode-initialize): Remove.
6521 (scheme-mode): Use run-mode-hooks.
6522
6523 * cus-edit.el (customize-group-other-window)
6524 (custom-buffer-create-other-window): Don't override special-display-*.
6525 (custom-mode-map): Make it dense.
6526
6527 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
6528 sets the default value.
6529
6530 2005-01-28 Eli Zaretskii <eliz@gnu.org>
6531
6532 * descr-text.el: Add more keywords.
6533
6534 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6535
6536 * speedbar.el: Avoid unnecessary use of locate-library.
6537
6538 * international/mule-cmds.el (standard-display-european-internal):
6539 Don't fiddle with latin-1 non-break space any more since it's now
6540 special cased in the C code.
6541 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
6542
6543 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
6544
6545 * cus-start.el (all): Add `undo-outer-limit'.
6546
6547 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6548
6549 * textmodes/bibtex.el (bibtex-format-entry):
6550 Use `bibtex-empty-field-re' only on the text of fields, not on entire
6551 field lines.
6552 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
6553 not on part of a buffer.
6554
6555 2005-01-25 Lute Kamstra <lute@gnu.org>
6556
6557 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
6558 nonempty field text strings like "{letters\\macro{}more letters}".
6559 Clarify docstring.
6560 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
6561 (bibtex-entry-offset, bibtex-parse-association)
6562 (bibtex-parse-field-name): Fix typos in docstrings.
6563 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
6564
6565 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
6566
6567 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
6568 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
6569 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
6570 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
6571
6572 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
6573 isearch minor mode.
6574
6575 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
6576
6577 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
6578
6579 2005-01-24 Lute Kamstra <lute@gnu.org>
6580
6581 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
6582 CASECHARS and NOT-CASECHARS regular expressions of the
6583 "nederlands" and "nederlands8" dictionaries to prevent a "Range
6584 striding over charsets" error.
6585
6586 2005-01-24 Jay Belanger <belanger@truman.edu>
6587
6588 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
6589 display variable name.
6590
6591 2005-01-24 Kenichi Handa <handa@m17n.org>
6592
6593 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
6594 Fix setting of the element of encoded-kbd-iso2022-invocations.
6595
6596 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
6597
6598 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6599 (gdb-threads-select): Change to also accept mouse events.
6600 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
6601 (gdb-threads-mouse-select): Delete.
6602
6603 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
6604
6605 * files.el (insert-directory): Take care of empty directory,
6606 listed without -a switch.
6607
6608 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6609
6610 * textmodes/refill.el (refill-post-command-function):
6611 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
6612 to the list of functions that we should be careful not to undo.
6613 (refill-late-fill-paragraph-function): Remove.
6614 (refill-saved-state): New var.
6615 (refill-mode): Use it to save fill-paragraph-function.
6616 Save also the value of auto-fill-function.
6617
6618 * term/w32-win.el: Simplify code.
6619
6620 2005-01-23 Kim F. Storm <storm@cua.dk>
6621
6622 * simple.el (line-move): Adapt to new return value from
6623 pos-visible-in-window-p.
6624
6625 * simple.el (line-move): Fix last change. Check partial
6626 visibility at point rather than at window-start.
6627
6628 2005-01-22 Jason Rumney <jasonr@gnu.org>
6629
6630 * term/w32-win.el (xw-defined-colors): Remove debug-message.
6631
6632 2005-01-22 David Kastrup <dak@gnu.org>
6633
6634 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
6635
6636 2005-01-22 Eli Zaretskii <eliz@gnu.org>
6637
6638 * type-break.el (type-break-mode): Add a test for
6639 type-break-file-name being non-nil.
6640
6641 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6642
6643 * net/eudc.el (top level): Call (message "") via progn, so that
6644 eudc-options-file is loaded.
6645
6646 2005-01-22 Kim F. Storm <storm@cua.dk>
6647
6648 * simple.el (line-move-1): Rename from line-move.
6649 (line-move): New function that adjusts vscroll for partially
6650 visible rows, and calls line-move-1 otherwise.
6651
6652 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
6653
6654 * pcomplete.el: define pcomplete-read-event instead of read-event,
6655 since it's not a complete read-event implementation
6656
6657 2005-01-20 Jay Belanger <belanger@truman.edu>
6658
6659 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
6660 for called function.
6661
6662 2005-01-20 Steven Tamm <steventamm@mac.com>
6663
6664 * term/mac-win.el (process-connection-type): Remove.
6665 Controlled now by s/darwin.h:PTY_ITERATION.
6666
6667 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6668
6669 * window.el (handle-select-window): Don't switch window when we're
6670 in the minibuffer.
6671
6672 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
6673
6674 * subr.el (dotimes-with-progress-reporter): New macro.
6675
6676 * ses.el (ses-dotimes-msg): Remove macro.
6677 Use `dotimes-with-progress-reporter' instead.
6678
6679 2005-01-19 Steven Tamm <steventamm@mac.com>
6680
6681 * term/mac-win.el (process-connection-type): Use new
6682 operating-system-release variable to use ptys on Darwin 7 (OSX
6683 10.3) when using carbon build.
6684
6685 2005-01-19 Jay Belanger <belanger@truman.edu>
6686
6687 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
6688 flags if the last command was a tab or M-tab.
6689
6690 * calc/calc-prog.el (calc-user-define-edit): Put original formula
6691 in formula editing buffer.
6692
6693 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6694
6695 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
6696 breakpoint image symbol in margin.
6697
6698 2005-01-19 Jay Belanger <belanger@truman.edu>
6699
6700 * calc/calc-prog.el (calc-execute-kbd-macro):
6701 Ignore calc-keep-arg-flag.
6702
6703 2005-01-19 Kenichi Handa <handa@m17n.org>
6704
6705 * textmodes/ispell.el (ispell-looking-at): New function.
6706 (ispell-process-line): Use ispell-looking-at to compare the ispell
6707 output and the buffer contents.
6708
6709 2005-01-18 Jay Belanger <belanger@truman.edu>
6710
6711 * calc/calc.el (calc-display-raw): Fix docstring.
6712
6713 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6714
6715 * simple.el (blink-matching-open): Strip extra info from syntax.
6716
6717 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
6718 funny chars in the end-of-here-doc marker.
6719
6720 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6721
6722 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
6723 that enable/disabled state of breakpoints is shown correctly in
6724 fringe and on ttys.
6725 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
6726 Add breakpoint information as text properties.
6727 (gdb-mouse-toggle-breakpoint):
6728 Rename to gdb-mouse-set-clear-breakpoint.
6729 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
6730 breakpoints in the margin.
6731 (gdb-remove-strings): Simplify.
6732
6733 2005-01-17 Jay Belanger <belanger@truman.edu>
6734
6735 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
6736 erasing buffer.
6737
6738 2005-01-17 Richard M. Stallman <rms@gnu.org>
6739
6740 * progmodes/grep.el (grep-find): Copy from `grep' the condition
6741 for calling grep-compute-defaults.
6742
6743 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
6744 if buffer is empty.
6745
6746 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
6747
6748 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6749
6750 * hilit-chg.el (highlight-changes-mode): Don't autoload.
6751
6752 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
6753 non-preloaded variables.
6754
6755 2005-01-17 Steven Tamm <steventamm@mac.com>
6756
6757 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
6758 tex-shell cause to force interactivity when using pipes.
6759
6760 2005-01-17 Kim F. Storm <storm@cua.dk>
6761
6762 * simple.el (just-one-space): Make arg optional.
6763
6764 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
6765
6766 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
6767 posn-at-x-y to t to access left-margin.
6768
6769 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
6770
6771 Sync with Tramp 2.0.47.
6772
6773 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
6774 catching keep-date problems in cp/scp operations.
6775 (tramp-handle-copy-file): Don't call `set-file-modes'
6776 unconditionally. Specialized functions should know better what is
6777 necessary. This improves performance a little bit, and the
6778 functions could catch errors with `cp -p' and `scp -p'.
6779 (tramp-do-copy-or-rename-file-via-buffer)
6780 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
6781 when appropriate.
6782 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
6783 Call `set-file-modes' when appropriate.
6784 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
6785 Johnsson <isak@hypergene.com>
6786 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
6787 of both Tramp buffer and debug buffer. Reported by Joakim Verona
6788 <joakim@verona.se>
6789 (tramp-file-name-for-operation): Mark `shell-command' as magic for
6790 Emacs only.
6791
6792 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
6793 `find-file-hooks' and `dired-mode-hook'.
6794 (tramp-minor-mode-map): Respective map. Add remapping for
6795 `compile' and `recompile'.
6796 (tramp-remap-command, tramp-recompile): New defuns.
6797 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
6798 in buffer "*Compilation*". Call the commands asynchronously.
6799
6800 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
6801 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
6802 `shell-command', because it isn't magic in XEmacs. Reported by
6803 Adrian Aichner <adrian@xemacs.org>.
6804
6805 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6806 `substitute-in-file-name.
6807 (tramp-smb-handle-substitute-in-file-name): New defun.
6808 (tramp-smb-advice-PC-do-completion): Delete advice.
6809
6810 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
6811
6812 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
6813 Fix error in deleting region.
6814
6815 2005-01-15 Richard M. Stallman <rms@gnu.org>
6816
6817 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
6818 In non-temp buffer, switch syntax table temporarily.
6819
6820 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
6821
6822 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
6823
6824 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
6825
6826 * imenu.el (imenu--split-menu): Copy menulist before sorting.
6827 (imenu--generic-function): Use START, not BEG, as pos of definition.
6828
6829 * simple.el (just-one-space): Argument specifies number of spaces.
6830
6831 * simple.el (eval-expression-print-format): Avoid warning
6832 about edebug-active.
6833
6834 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
6835
6836 * progmodes/sh-script.el: Code copied from make-mode.el
6837 with small changes,
6838 (sh-mode-map): Bind C-c C-\.
6839 (sh-backslash-column, sh-backslash-align): New variables.
6840 (sh-backslash-region, sh-append-backslash): New functions.
6841
6842 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6843
6844 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
6845 (rmail-pop-password, rmail-pop-password-required): Move to
6846 rmail-obsolete group.
6847 (rmail-set-pop-password): Rename to rmail-set-remote-password.
6848 All callers updated.
6849 (rmail-get-pop-password): Rename to rmail-get-remote-password.
6850 Take an argument specifying whether it is POP or IMAP mailbox we
6851 are using. All callers updated.
6852 (rmail-pop-password-error): Rename to
6853 rmail-remote-password-error. Added mailutils-specific error message.
6854 (rmail-movemail-search-path)
6855 (rmail-movemail-variant-in-use): New variables.
6856 (rmail-remote-password, rmail-remote-password-required):
6857 New customization variables.
6858 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
6859 (rmail-parse-url): New function.
6860 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
6861 with GNU mailutils movemail.
6862
6863 2005-01-15 Kevin Ryde <user42@zip.com.au>
6864
6865 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
6866 suffix to space, $ or '$, to correctly position point when going
6867 to @table style constants like DBL_MAX.
6868
6869 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
6870
6871 * type-break.el (type-break-mode, type-break-file-time)
6872 (type-break-file-keystroke-count, type-break-choose-file):
6873 Don't store data in or load data from the file if type-break-file-name
6874 is nil.
6875 (type-break-file-name): Doc update as per the above.
6876
6877 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
6878
6879 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
6880 lookup-key might return nil; handle that.
6881
6882 2005-01-15 Alan Mackenzie <acm@muc.de>
6883
6884 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
6885 rather than the element found, thus enabling the tree to be setcar'd.
6886
6887 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6888
6889 * textmodes/org.el (org-show-following-heading): New option.
6890 (org-show-hierarchy-above): Use `org-show-following-heading'.
6891 (org-cycle): Documentation fix.
6892
6893 * textmodes/org.el (orgtbl-optimized): New option
6894 (orgtbl-mode): New command, a minor mode.
6895 (orgtbl-mode-map): New variable.
6896 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
6897 (orgtbl-error, orgtbl-self-insert-command)
6898 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
6899
6900 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
6901 a local variable in each org-mode buffer.
6902
6903 * textmodes/org.el (org-set-regexps-and-options): Rename from
6904 `org-set-regexps'. Added checking for STARTUP keyword.
6905 (org-get-current-options): Add STARTUP options.
6906 (org-table-insert-row): Mode mode intelligent about when
6907 realignment is needed.
6908 (org-self-insert-command, org-delete-backward-char, org-delete-char):
6909 New commands.
6910 (org-enable-table-editor): New default value `optimized'.
6911 (org-table-blank-field): Support blanking regions if active.
6912
6913 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6914
6915 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
6916 if the year is not given.
6917
6918 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
6919 Add new escapes %m and %M, fixed bug with %F by adding
6920 save-match-data.
6921 (reftex-reference): Remove ?. from list of spaces.
6922 (reftex-label-info): Add automatic label prefix recognition.
6923
6924 * textmodes/reftex-index.el (reftex-index-next-phrase):
6925 Add slave parameter to call of `reftex-index-this-phrase'.
6926 (reftex-index-this-phrase): New optional argument.
6927 (reftex-index-region-phrases): Add slave parameter to call of
6928 `reftex-index-this-phrase'.
6929 (reftex-display-index): New argument redo.
6930 (reftex-index-rescan): Add 'redo to arguments of
6931 `reftex-display-index'.
6932 (reftex-index-Rescan, reftex-index-revert)
6933 (reftex-index-switch-index-tag): Add 'redo to arguments of
6934 `reftex-display-index'.
6935 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
6936 indexing. Fix bug with matching is there is a quote before or
6937 after the word.
6938
6939 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
6940 Fix bug when collecting citation keys in lines with comments.
6941 (reftex-citation): Prefix argument no longer rescans the document,
6942 but forces prompting for optional arguments of cite macros.
6943 (reftex-do-citation): Prompting for optional arguments implemented.
6944
6945 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6946 Add optional arguments to most cite commands.
6947 (reftex-cite-cleanup-optional-args): New option
6948 (reftex-cite-prompt-optional-args): New option.
6949 (reftex-trust-label-prefix): New option.
6950
6951 * textmodes/reftex-toc.el (reftex-toc-find-section):
6952 Add push-mark before changing the position in the buffer.
6953
6954 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
6955 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
6956
6957 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
6958
6959 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
6960 more carefully.
6961
6962 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6963
6964 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
6965 (sgml-mode): Use it.
6966 (sgml-get-context): Better keep track of implicitly closed tags.
6967
6968 2005-01-13 Kenichi Handa <handa@m17n.org>
6969
6970 * textmodes/ispell.el: These changes are to fix misalignment error
6971 caused by equivalent characters of different Emacs charsets.
6972 (ispell-unified-chars-table): New variable.
6973 (ispell-get-decoded-string): New function.
6974 (ispell-get-casechars, ispell-get-not-casechars)
6975 (ispell-get-otherchars): Call ispell-get-decoded-string.
6976
6977 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
6978
6979 * custom.el (custom-declare-variable): Just put symbol instead
6980 of (defvar . symbol) in `current-load-list'.
6981
6982 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6983
6984 * emacs-lisp/elint.el: Fixed typo in Commentary section.
6985
6986 2005-01-12 Jay Belanger <belanger@truman.edu>
6987
6988 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
6989 to create a Calc summary.
6990
6991 2005-01-12 Kim F. Storm <storm@cua.dk>
6992
6993 * mouse.el (mouse-on-link-p): Change functionality and doc
6994 string to comply with latest description in lisp ref.
6995
6996 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
6997
6998 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
6999 Enable mouse clicks on mode-line, header-line and margin.
7000 (event-type): Give mouse event symbols an 'event-kind property
7001 with value 'mouse-click.
7002
7003 2005-01-12 Juri Linkov <juri@jurta.org>
7004
7005 * facemenu.el (list-colors-display): Add new arg buffer-name.
7006 Use it. Fix docstring. Replace code for identifying duplicate
7007 colors by the name with call to `list-colors-duplicates' which
7008 identifies duplicate colors by the value unless the color
7009 is one of special Windows colors. Set truncate-lines to t.
7010 Print sorted duplicate color names on each line. Indent to 22
7011 \(the longest color name in rgb.txt) instead of 20. Optimize.
7012 (list-colors-duplicates): New function.
7013 (facemenu-color-name-equal): Delete function.
7014
7015 * facemenu.el (list-colors-print): New function created from code
7016 in list-colors-display. Print #RRGGBB at the window right edge.
7017 (list-colors-display): When temp-buffer-show-function is not
7018 defined, call list-colors-print from temp-buffer-show-hook
7019 to get the right value of window-width in list-colors-print
7020 after the buffer is displayed.
7021
7022 * simple.el (pop-mark): Move deactivate-mark out of conditional
7023 part to deactivate the active mark regardless of the state of the
7024 mark ring.
7025
7026 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
7027 variables line in desktop files.
7028
7029 2005-01-12 Juri Linkov <juri@jurta.org>
7030
7031 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
7032 Bring together isearch highlight related options.
7033 (lazy-highlight): Replace group `replace' by `matching'.
7034 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7035 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7036 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
7037 and declare them obsolete.
7038 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
7039 (isearch-faces): Remove defgroup.
7040 (isearch-overlay, isearch-highlight, isearch-dehighlight):
7041 Move isearch highlighting code closer to lazy highlighting code.
7042
7043 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
7044 (query-replace-highlight, query-replace-lazy-highlight)
7045 (query-replace): Move definitions to the beginning of the file.
7046
7047 2005-01-11 Juri Linkov <juri@jurta.org>
7048
7049 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
7050 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
7051 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
7052
7053 * info.el (Info-history-forward): New variable.
7054 (Info-select-node): Reset Info-history-forward to nil.
7055 (Info-last): Turn into defalias.
7056 (Info-history-back): Rename from Info-last.
7057 Add current node to Info-history-forward.
7058 (Info-history-forward): New fun.
7059 (Info-mode-map): Replace Info-last by Info-history-back.
7060 Bind Info-history-forward to "r".
7061 (Info-mode-menu): Replace Info-last by Info-history-back.
7062 Fix menu item text. Add menu item for Info-history-forward.
7063 (info-tool-bar-map): Replace Info-last by Info-history-back.
7064 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
7065 for Info-history-forward.
7066 (Info-mode): Replace Info-last by Info-history-back in docstring.
7067 Add local variable Info-history-forward.
7068 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
7069
7070 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7071
7072 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
7073 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
7074 Ignore select-window events rather than fiddle with
7075 mouse-autoselect-window.
7076
7077 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
7078
7079 * type-break.el (type-break-mode): Fix previous change.
7080
7081 2005-01-10 Jay Belanger <belanger@truman.edu>
7082
7083 * calc/calc-ext.el (calc-reset): Reset when inside embedded
7084 calculator; only reset when point is inside a calculator.
7085 Don't adjust the window height if the window takes up the whole height
7086 of the frame.
7087
7088 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
7089
7090 * ebuff-menu.el (Electric-buffer-menu-mode):
7091 Preserve value of buffer-local var header-line-format.
7092
7093 2005-01-09 Jay Belanger <belanger@truman.edu>
7094
7095 * calc/calc.el (calc-mode-var-list-restore-saved-values):
7096 Make sure settings file exists before accessing it.
7097
7098 * calc/calc-embed.el (calc-embedded-subst):
7099 Replace math-multi-subst-rec, which is only supposed to be called
7100 by math-multi-subst, by math-multi-subst.
7101
7102 2005-01-09 Andre Spiegel <spiegel@gnu.org>
7103
7104 * vc.el (vc-allow-async-revert): New user option.
7105 (vc-disable-async-diff): New internal variable.
7106 (vc-revert-buffer): Use them to disable asynchronous diff.
7107
7108 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
7109 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
7110 asynchronously if vc-disable-async-diff is t.
7111
7112 2005-01-09 Jay Belanger <belanger@truman.edu>
7113
7114 * calc/calc.el (defcalcmodevar): New macro.
7115 (calc-mode-var-list-restore-default-values)
7116 (calc-mode-var-list-restore-saved-values): New functions.
7117 (calc-mode-var-list): Use defcalcmodevar to define it.
7118 (calc-always-load-extensions, calc-line-numbering)
7119 (calc-line-breaking, calc-display-just, calc-display-origin)
7120 (calc-number-radix, calc-leading-zeros, calc-group-digits)
7121 (calc-group-char, calc-point-char, calc-frac-format)
7122 (calc-prefer-frac, calc-hms-format, calc-date-format)
7123 (calc-float-format, calc-full-float-format, calc-complex-format)
7124 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
7125 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
7126 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
7127 (calc-matrix-brackets, calc-language, calc-language-option)
7128 (calc-left-label, calc-right-label, calc-word-size)
7129 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7130 (calc-display-raw, calc-internal-prec, calc-angle-mode)
7131 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7132 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7133 (calc-window-height, calc-display-trail, calc-show-selections)
7134 (calc-use-selections, calc-assoc-selections)
7135 (calc-display-working-message, calc-auto-why, calc-timing)
7136 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
7137 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
7138 (calc-gnuplot-default-device, calc-gnuplot-default-output)
7139 (calc-gnuplot-print-device, calc-gnuplot-print-output)
7140 (calc-gnuplot-geometry, calc-graph-default-resolution)
7141 (calc-graph-default-resolution-3d, calc-invocation-macro)
7142 (calc-show-banner): Use defcalcmodevar to declare them and set
7143 their default values.
7144
7145 * calc/calc-ext.el (calc-reset): Restore saved values of variables
7146 instead of default values (but restore default values if there is
7147 an argument of 0).
7148
7149 2005-01-09 David Kastrup <dak@gnu.org>
7150
7151 * desktop.el (desktop-restore-eager): Fix typo in type.
7152
7153 2005-01-08 Richard M. Stallman <rms@gnu.org>
7154
7155 * cus-edit.el (customize): Delete :link.
7156
7157 2005-01-08 Jay Belanger <belanger@truman.edu>
7158
7159 * calc/calc.el (calc-mode): Remove the extension from the
7160 `calc-settings-file' file name when loading it.
7161
7162 2005-01-08 Kim F. Storm <storm@cua.dk>
7163
7164 * info.el (Info-mode-map, Info-next-link-keymap)
7165 (Info-prev-link-keymap, Info-up-link-keymap):
7166 Map follow-link to mouse-face.
7167 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
7168
7169 2005-01-08 Jay Belanger <belanger@truman.edu>
7170
7171 * calc/calc.el (calc-settings-file): Change default value.
7172 Suggested by cgw in a comment in calc-mode.el.
7173
7174 * calc/calc-mode.el (calc-settings-file-name):
7175 Compare calc-settings-file to user-init-file instead of ~/.emacs.
7176 Replace ~/.emacs in a prompt by calc-settings-file.
7177
7178 2005-01-07 Lars Hansen <larsh@math.ku.dk>
7179
7180 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
7181 (desktop-lazy-idle-delay): New customizable variables.
7182 (desktop-buffer-args-list): New variable.
7183 (desktop-append-buffer-args): New function.
7184 (desktop-save): Call desktop-append-buffer-args for some buffers.
7185 (desktop-lazy-create-buffer): New function.
7186 (desktop-idle-create-buffers): New function.
7187 (desktop-read): Add message about buffers to restore lazily.
7188 (desktop-lazy-abort): New command.
7189 (desktop-clear): Call desktop-lazy-abort.
7190 (desktop-lazy-complete): New command.
7191
7192 2005-01-06 Richard M. Stallman <rms@gnu.org>
7193
7194 * emacs-lisp/find-func.el (find-face-definition):
7195 Rename from find-face.
7196
7197 2005-01-06 Kim F. Storm <storm@cua.dk>
7198
7199 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
7200
7201 * man.el (Man-xref-man-page, Man-xref-header-file)
7202 (Man-xref-normal-file): Add follow-link property.
7203
7204 2005-01-06 Jay Belanger <belanger@truman.edu>
7205
7206 * calc/calc-units.el: Make sure the proper macro definitions are
7207 available when compiling.
7208
7209 2005-01-06 Juri Linkov <juri@jurta.org>
7210
7211 * isearch.el (isearch-lazy-highlight-update):
7212 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
7213
7214 2005-01-06 Miles Bader <miles@gnu.org>
7215
7216 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
7217 (isearch-lazy-highlight-face): Use new name.
7218
7219 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7220
7221 * uniquify.el (uniquify-rationalize-file-buffer-names):
7222 Re-add an interactive spec.
7223 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
7224 to the same name.
7225
7226 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
7227 (isearch-update, isearch-done): Adjust calls accordingly.
7228
7229 2005-01-05 Richard M. Stallman <rms@gnu.org>
7230
7231 * custom.el (custom-set-variables, custom-theme-set-variables):
7232 Clarify documentation.
7233
7234 * emacs-lisp/find-func.el (find-variable)
7235 (find-variable-other-window, find-variable-other-frame):
7236 Fix the TYPE args to find-function-read and find-function-do-it.
7237 (find-function): Doc fix.
7238 (find-function-at-point): Replace function-at-point alias.
7239
7240 2005-01-04 Richard M. Stallman <rms@gnu.org>
7241
7242 * cus-face.el (custom-declare-face):
7243 Record defface in current-load-list.
7244
7245 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
7246
7247 * emacs-lisp/find-func.el: Doc fixes.
7248 (find-face-regexp): New variable.
7249 (find-function-regexp-alist): New variable.
7250 (find-function-C-source): Third arg is now TYPE.
7251 (find-function-search-for-symbol): Handle general TYPE.
7252 (find-function-read, find-function-do-it): Handle general TYPE.
7253 (find-definition-noselect, find-face): New functions.
7254 (function-at-point): Alias deleted.
7255
7256 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
7257
7258 * battery.el (display-battery-mode): Rename from display-battery.
7259 Handle the case where it gets turned off.
7260
7261 2005-01-04 Richard M. Stallman <rms@gnu.org>
7262
7263 * cus-edit.el (customize): Make :link point to user doc.
7264
7265 * man.el (Man-fontify-manpage): Turn off undo generation.
7266
7267 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
7268
7269 2005-01-04 Andreas Schwab <schwab@suse.de>
7270
7271 * files.el (insert-directory): Only look for error lines in
7272 inserted text. Don't move too far after processing --dired markers.
7273
7274 2005-01-04 Richard M. Stallman <rms@gnu.org>
7275
7276 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7277 Don't expand if the character is @, period, dash, etc.
7278 (define-mail-abbrev): Quote names that contain problem characters.
7279
7280 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
7281
7282 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
7283
7284 2005-01-03 Richard M. Stallman <rms@gnu.org>
7285
7286 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
7287 (query-replace-highlight, query-replace-lazy-highlight)
7288 (query-replace): Definitions moved up. Doc fix.
7289
7290 2005-01-03 Richard M. Stallman <rms@gnu.org>
7291
7292 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
7293 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7294 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7295 (lazy-highlight-face): Rename from isearch-lazy-...
7296 Change all references to them.
7297
7298 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7299
7300 * cus-edit.el (custom-file): Doc fix for defcustom.
7301 (custom-file): The function no longer sets the variable
7302 `custom-file' to its return value.
7303
7304 * startup.el (command-line): No longer load `custom-file'.
7305
7306 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7307
7308 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
7309
7310 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
7311 Don't confuse module-prefixed identifiers for labels.
7312 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
7313
7314 2005-01-02 Richard M. Stallman <rms@gnu.org>
7315
7316 * files.el (basic-save-buffer-1): Fix previous change.
7317
7318 * loadhist.el (file-loadhist-lookup): New function.
7319 (file-provides, file-requires): Use it.
7320
7321 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
7322 instead of calculating the right size.
7323
7324 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7325
7326 * vc-svn.el (vc-svn-diff): Stay local if possible.
7327
7328 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
7329
7330 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
7331
7332 * files.el (hack-local-variables): Fix last change.
7333
7334 2005-01-02 Jay Belanger <belanger@truman.edu>
7335
7336 * calc/calc-yank.el (calc-edit-top): New variable.
7337 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
7338 object. Change header properties.
7339 (calc-edit-finish, calc-edit-finish-stack-object)
7340 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
7341 edited object.
7342 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
7343 for the beginning of the edited object.
7344 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
7345 for the beginning of the edited object.
7346 * calc/calc-prog.el (calc-edit-macro-finish-edit)
7347 (calc-finish-formula-edit, calc-macro-repeats)
7348 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
7349 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
7350 beginning of the edited object.
7351 (calc-user-define-edit): Change the header for editing macros.
7352 Remove unnecessary variable.
7353
7354 2005-01-01 Jay Belanger <belanger@truman.edu>
7355
7356 * calc/calc-yank.el (calc-edit-mode): Change default header.
7357 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
7358 * calc/calc-store.el (calc-edit-variable): Change title to match new
7359 header.
7360 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
7361 mode to match new header.
7362 (calc-user-define-edit): Change titles to include names of commands.
7363 (calc-finish-formula-edit): Adjust to handle new header.
7364 (calc-finish-macro-edit): Remove.
7365 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
7366 (calc-edit-macro-command, calc-edit-macro-command-type)
7367 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
7368 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
7369 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
7370 (calc-edit-macro-finish-edit): New functions.
7371 (calc-user-define-edit): Use new functions to edit named calc macros.
7372
7373 2005-01-01 Stefan <monnier@iro.umontreal.ca>
7374
7375 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
7376
7377 * ses.el (copy-region-as-kill): Deactivate mark.
7378
7379 2005-01-01 Richard M. Stallman <rms@gnu.org>
7380
7381 * replace.el (occur-1): If the output buffer is also an input,
7382 don't kill it, rename it.
7383
7384 * faces.el (set-face-background, set-face-foreground): Doc fix.
7385
7386 * cus-face.el (custom-face-attributes): Fix :help-echo strings
7387 for :foreground and :background.
7388
7389 * dired.el (dired-view-command-alist): Variable deleted.
7390 (dired-view-file, dired-mouse-find-file-other-window):
7391 Delete the code to use it.
7392
7393 2005-01-01 Kim F. Storm <storm@cua.dk>
7394
7395 * image.el (insert-sliced-image): Use t for line-height property.
7396
7397 2004-12-31 Jay Belanger <belanger@truman.edu>
7398
7399 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
7400 for "var-" at the beginning of the minibuffer.
7401
7402 2004-12-31 Richard M. Stallman <rms@gnu.org>
7403
7404 * faces.el (read-face-name):
7405 Don't treat an attribute spec as a list of faces.
7406
7407 * simple.el (undo): Use undo-equiv-table to detect
7408 unexpected changes since previous undo.
7409 (undo-list-saved): Variable deleted.
7410 (buffer-disable-undo): Don't alter undo-list-saved.
7411
7412 * files.el (require-final-newline): Allow `visit' and `visit-save'.
7413 (mode-require-final-newline): New option.
7414 (after-find-file): Handle require-final-newline with new values.
7415 (basic-save-buffer): Handle new values of require-final-newline.
7416
7417 * progmodes/sh-script.el (sh-require-final-newline):
7418 Alist value now controls whether to use mode-require-final-newline.
7419 (sh-set-shell): Implement that new meaning.
7420
7421 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
7422 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
7423 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
7424 Delete old-Emacs compatibility code.
7425 (antlr-c-common-init): Function deleted.
7426
7427 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
7428 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
7429 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
7430 * progmodes/python.el (python-mode): Use mode-require-final-newline.
7431 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
7432 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
7433 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
7434 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
7435 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
7436 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
7437 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
7438 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
7439 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
7440 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
7441 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
7442 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
7443
7444 2004-12-31 Jay Belanger <belanger@truman.edu>
7445
7446 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
7447 way to return to Calc.
7448
7449 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
7450 finish, C-xk as the way to cancel the edit. Add cancel routine to
7451 kill-buffer-hook.
7452
7453 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
7454 MacEdit code.
7455
7456 * calc/calc-prog.el: Remove obsolete MacEdit code.
7457 (calc-macro-edit-algebraic, calc-macro-edit-variable)
7458 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
7459
7460 2004-12-31 Kenichi Handa <handa@m17n.org>
7461
7462 * international/mule.el (buffer-file-coding-system-explicit):
7463 Rename for explicit-buffer-file-coding-system.
7464 (after-insert-file-set-coding): Adjust for the above change.
7465
7466 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
7467 to buffer-file-coding-system-explicit.
7468 (basic-save-buffer-1): Likewise.
7469
7470 2004-12-30 Richard M. Stallman <rms@gnu.org>
7471
7472 * textmodes/artist.el (artist-butlast-fn): Var deleted.
7473 (artist-butlast, artist-last): Functions deleted.
7474 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
7475 (artist-compute-key-compl-table): Call remq directly.
7476 (artist-remove-nulls): Function deleted.
7477 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
7478 (artist-push, artist-pop): Macro deleted.
7479
7480 2004-12-30 Andreas Leue <al@sphenon.de>
7481
7482 * textmodes/artist.el (artist-version): 1.2.6
7483 (artist-prev-next-op-alist): New variable.
7484 (artist-select-next-op-in-list): New function.
7485 (artist-select-prev-op-in-list): New function.
7486 (artist-make-prev-next-op-alist): New function.
7487 (artist-is-in-op-list-p): New function.
7488 (artist-get-first-non-nil-op): New function.
7489 (artist-get-last-non-nil-op): New function.
7490 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
7491 artist-prev-next-op-alist.
7492 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
7493 change drawing operation.
7494
7495 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
7496
7497 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
7498
7499 2004-12-31 Masatake YAMATO <jet@gyve.org>
7500
7501 * server.el (server-process-filter): Suppress `error', too.
7502
7503 2004-12-30 Jay Belanger <belanger@truman.edu>
7504
7505 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
7506 Change the way a variable is displayed in a message.
7507
7508 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
7509 (calc-user-define-permanent, calc-execute-kbd-macro):
7510 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
7511
7512 2004-12-30 Kenichi Handa <handa@m17n.org>
7513
7514 * files.el (basic-save-buffer-1):
7515 Set explicit-buffer-file-coding-system to last-coding-system-used.
7516 (revert-buffer): Pay attention to
7517 explicit-buffer-file-coding-system (not buffer-file-coding-system)
7518 on bind coding-system-for-read.
7519
7520 * international/mule.el (explicit-buffer-file-coding-system):
7521 New buffer local variable.
7522 (after-insert-file-set-coding): Set it to coding-system-for-read.
7523
7524 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
7525
7526 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
7527
7528 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
7529
7530 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
7531 that include line numbers.
7532
7533 2004-12-29 Milan Zamazal <pdm@zamazal.org>
7534
7535 * files.el (hack-local-variables): If no PREFIX, set it to "^".
7536 Redundant variable PREFIXLEN removed.
7537
7538 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
7539
7540 * eshell/em-hist.el (eshell-previous-matching-input):
7541 Start the deletion from the end of the output.
7542
7543 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7544
7545 * term/mac-win.el: Require x-dnd.
7546 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
7547
7548 2004-12-29 David Kastrup <dak@gnu.org>
7549
7550 * international/mule.el (decode-coding-inserted-region):
7551 Don't barf if `buffer-undo-list' is already set to `t'.
7552
7553 2004-12-29 Jay Belanger <belanger@truman.edu>
7554
7555 * calc/calc-prog.el (calc-user-define-formula): Put default values
7556 for function names in prompts.
7557 (calc-user-define-permanent, calc-user-define-composition)
7558 (calc-user-define-formula): Remove the need for "calcFunc-" in the
7559 default input for algebraic functions.
7560
7561 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
7562
7563 * vc-rcs.el (vc-rcs-annotate-command):
7564 Fix omission bug: Call `vc-setup-buffer'.
7565
7566 2004-12-29 Kenichi Handa <handa@m17n.org>
7567
7568 * international/mule.el (recode-region): New function.
7569
7570 2004-12-28 Richard M. Stallman <rms@gnu.org>
7571
7572 * simple.el (undo-extra-outer-limit): New variable.
7573 (undo-outer-limit-truncate): Test and set it.
7574
7575 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
7576 enables the feature to extend the existing region.
7577
7578 * simple.el (mark-word): New arg ALLOW-EXTEND
7579 enables the feature to extend the existing region.
7580
7581 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
7582 enables the feature to extend the existing region.
7583
7584 * startup.el (site-run-file): Don't allow setting it with Custom.
7585
7586 * simple.el (buffer-disable-undo): Fix previous change.
7587
7588 2004-12-27 Masatake YAMATO <jet@gyve.org>
7589
7590 * hexl.el (hexlify-buffer): Remove fontification here.
7591 Use font lock mechanism instead.
7592 (hexl-font-lock-keywords): New font lock kewords.
7593 (hexl-mode-old-font-lock-keywords): New variable.
7594 (hexl-mode): Store the old font lock keywords.
7595 (hexl-mode-exit): Restore the old font lock keywords.
7596
7597 2004-12-27 Richard M. Stallman <rms@gnu.org>
7598
7599 * simple.el (undo): Fix previous change.
7600
7601 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7602
7603 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
7604 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
7605 Call x-open-connection on Mac OS X.
7606
7607 2004-12-27 Richard M. Stallman <rms@gnu.org>
7608
7609 * files.el (buffer-save-without-query): New var (buffer-local).
7610 (save-some-buffers): Save those buffers first, w/o asking.
7611
7612 * files.el (insert-directory-ls-version): New variable.
7613 (insert-directory): When ls returns an error, test the version
7614 number to decide what the return code means.
7615 With --dired output format, detect and distinguish lines
7616 that are really error messages.
7617 (insert-directory-adj-pos): New function.
7618
7619 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
7620
7621 * battery.el (battery-mode-line-format): Remove initial spaces.
7622
7623 * uniquify.el (uniquify-rationalize-file-buffer-names):
7624 Delete interactive spec.
7625
7626 * type-break.el (type-break-mode): Set buffer-save-without-query.
7627 Remove code that tried to set save-some-buffers-always.
7628 (type-break-file-keystroke-count): Bind deactivate-mark.
7629
7630 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
7631
7632 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
7633 Test that the buffer is live, and maybe reject current buffer too.
7634 Clarify.
7635 (next-error-find-buffer): Rewrite for clarity.
7636
7637 * loadup.el: Don't use buffer-disable-undo; do it directly.
7638
7639 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
7640 (describe-variable): Call symbol-file with `defvar'.
7641
7642 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
7643 (symbol-file): Rewritten to handle new load-history format.
7644 Now takes an arg TYPE to specify looking for a particular
7645 type of definition only.
7646
7647 * emacs-lisp/debug.el (debugger-make-xrefs):
7648 Call symbol-file with `defun'.
7649
7650 * emacs-lisp/find-func.el (find-function-noselect):
7651 Call symbol-file with `defun'.
7652 (find-variable-noselect): Call symbol-file with `defvar'.
7653
7654 * eshell/esh-cmd.el (eshell-find-alias-function):
7655 Call symbol-file with `defun'.
7656
7657 * eshell/esh-test.el (eshell-test-goto-func):
7658 Call symbol-file with `defun'.
7659
7660 * mail/rmail.el (rmail-resend):
7661 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
7662
7663 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
7664
7665 * progmodes/compile.el (compilation-find-buffer): Rename arg.
7666
7667 * textmodes/texinfmt.el (texinfo-format-buffer-1):
7668 Call buffer-disable-undo.
7669
7670 * simple.el (undo-list-saved): New variable (buffer-local).
7671 (undo): Set and test it.
7672 (buffer-disable-undo): Move here from buffer.c.
7673 Clear out undo-list-saved.
7674
7675 * international/mule.el (decode-coding-inserted-region):
7676 Set buffer-undo-list in a correct and optimal way.
7677
7678 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
7679 (cperl-font-lock-unfontify-region-function): No need to save and
7680 restore info, since font-lock.el does it for us.
7681
7682 * ansi-color.el (save-buffer-state): Definition deleted.
7683 (ansi-color-unfontify-region): Don't use save-buffer-state.
7684
7685 2004-12-27 Dave Love <fx@gnu.org>
7686
7687 * wid-edit.el (function): Use restricted-sexp as parent.
7688
7689 2004-12-27 Kevin Ryde <user42@zip.com.au>
7690
7691 * simple.el (next-matching-history-element): Use same
7692 `interactive' form as previous-matching-history-element.
7693
7694 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
7695 it can appear unencoded and has been seen from yahoo.
7696
7697 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
7698
7699 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
7700 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
7701
7702 2004-12-27 Kenichi Handa <handa@m17n.org>
7703
7704 * international/utf-8.el (utf-translate-cjk-load-tables):
7705 Bind coding-system-for-read to nil while loading subst-*.
7706
7707 2004-12-26 Jay Belanger <belanger@truman.edu>
7708
7709 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
7710 default input.
7711
7712 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
7713
7714 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
7715 before reverting and disable undo recording while reverting.
7716
7717 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
7718
7719 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
7720 (hs-make-overlay): New function.
7721 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
7722 (hs-flag-region): Delete function.
7723 (hs-hide-comment-region): No longer use `hs-flag-region'.
7724 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
7725 (hs-hide-block-at-point): Likewise.
7726 (hs-hide-level-recursive): Use `hs-discard-overlays'.
7727 (hs-hide-all, hs-show-all): Likewise.
7728 (hs-show-block): Likewise.
7729 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
7730
7731 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
7732
7733 * progmodes/hideshow.el: Require `cl' when compiling.
7734 Remove XEmacs and Emacs 19 compatibility.
7735 Use `dolist' and `add-to-list' for load-time actions.
7736 (hs-discard-overlays): Use `dolist'.
7737 (hs-show-block): Likewise.
7738
7739 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
7740
7741 * faces.el (mode-line, mode-line-inactive): Use min-colors.
7742
7743 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
7744
7745 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
7746 When extending backwards, move outside the current comment first.
7747
7748 2004-12-22 Kenichi Handa <handa@m17n.org>
7749
7750 * international/quail.el (quail-start-translation): Fix prompt
7751 string for the case if input-method-use-echo-area being non-nil.
7752 (quail-start-conversion): Likewise.
7753 (quail-show-guidance): Don't show guidance if
7754 input-method-use-echo-area is non-nil.
7755
7756 2004-12-21 Richard M. Stallman <rms@gnu.org>
7757
7758 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
7759
7760 2004-12-21 Markus Rost <rost@ias.edu>
7761
7762 * calendar/diary-lib.el (mark-diary-entries):
7763 Set mark-diary-entries-in-calendar only after checking for diary-file.
7764
7765 2004-12-21 Richard M. Stallman <rms@gnu.org>
7766
7767 * faces.el (escape-glyph): Use blue against light foreground.
7768
7769 * simple.el (undo-outer-limit-truncate): New function.
7770 (undo-outer-limit-function): Use undo-outer-limit-truncate.
7771
7772 2004-12-21 Eli Barzilay <eli@barzilay.org>
7773
7774 * calculator.el (calculator-radix-grouping-mode)
7775 (calculator-radix-grouping-digits)
7776 (calculator-radix-grouping-separator):
7777 New defcustoms for the new radix grouping mode functionality.
7778 (calculator-mode-hook): Now used in electric mode too,
7779 (calculator): Call it.
7780 (calculator-mode-map): Some new keys.
7781 (calculator-message): New function. Some new calls.
7782 (calculator-op, calculator-set-register): Use it.
7783 (calculator-string-to-number): New function, mostly moved and
7784 updated code from calculator-curnum-value.
7785 (calculator-curnum-value): Use it.
7786 (calculator-paste): Use it, and update grabbing the current-kill.
7787 (calculator-rotate-displayer)
7788 (calculator-rotate-displayer-back): Toggle digit grouping when
7789 in radix mode, use calculator-message.
7790 (calculator-displayer-prev, calculator-displayer-next):
7791 Change digit group size when in radix mode.
7792 (calculator-number-to-string): Rename from
7793 calculator-num-to-string. Now deals with digit grouping in
7794 radix mode.
7795 (calculator-update-display, calculator-put-value): Use the new name.
7796 (calculator-fact): Return a floating point number.
7797 (calculator-mode): Doc fix.
7798
7799 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
7800
7801 * calendar/calendar.el (view-other-diary-entries): Add autoload.
7802 * calendar/diary-lib.el (view-other-diary-entries):
7803 Use current-prefix-arg in interactive spec.
7804
7805 2004-12-19 Jay Belanger <belanger@truman.edu>
7806
7807 * calc/calc-aent.el (calcAlg-blank-matching-open):
7808 Temporarily adjust the syntax of both delimiters of half-open intervals.
7809
7810 2004-12-19 Kim F. Storm <storm@cua.dk>
7811
7812 * mouse.el (mouse-1-click-follows-link): Doc fix.
7813
7814 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7815
7816 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
7817 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
7818 instead of centraleuropean as the name
7819
7820 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
7821
7822 Sync with Tramp 2.0.46.
7823
7824 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
7825 parameters wrt Tramp convention.
7826 (tramp-handle-file-attributes-with-perl)
7827 (tramp-handle-directory-files-and-attributes): Apply it.
7828 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
7829 `copy-program'. Reported by Zack Weinberg
7830 <zack@codesourcery.com>.
7831 (top): Set `edebug-form-spec' property directly rather than
7832 calling `def-edebug-spec'.
7833
7834 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
7835 advice less fragile. Surround temporary redefinition of
7836 `substitute-in-file-name' with `unwind-protect'. Suggested by
7837 Matt Hodges <MPHodges@member.fsf.org>.
7838
7839 2004-12-17 Juri Linkov <juri@jurta.org>
7840
7841 * replace.el (occur-accumulate-lines, occur-engine):
7842 Make forcing deferred font-lock fontification jit-specific.
7843
7844 2004-12-17 Kim F. Storm <storm@cua.dk>
7845
7846 * mouse.el (mouse-1-click-follows-link): New defcustom.
7847 (mouse-on-link-p): New function.
7848 (mouse-drag-region-1): Implement mouse-1-click-follows-link
7849 functionality. Map a mouse-1 click event into a mouse-2 (or
7850 other) event when position is inside a link.
7851
7852 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
7853 prefix in tooltip text with "mouse-1" when this is a link
7854 recognized by mouse-1-click-follows-link functionality.
7855
7856 * help.el (describe-key): Report effective and original binding
7857 for mouse-1 when clicked on a link.
7858 (describe-mode): Add follow-link property to "minor-mode" button.
7859
7860 * help-fns.el (describe-variable): Add follow-link property to
7861 "below" button.
7862
7863 * help-mode.el (help-xref): Add follow-link property.
7864
7865 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
7866 (apropos-command, apropos-variable, apropos-face, apropos-group)
7867 (apropos-widget, apropos-plist): Add follow-link property.
7868
7869 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
7870 checks if position is in a filename, rather than some other
7871 clickable item. Function looks for cvs-filename-face at position.
7872
7873 * wid-edit.el (widget-specify-field, widget-specify-button):
7874 Map a :follow-link keyword into a follow-link property.
7875 (link): Add :follow-link keyword, map to RET binding.
7876
7877 * dired.el (dired-mode-map): Map follow-link to mouse-face.
7878
7879 * progmodes/compile.el (compilation-minor-mode-map)
7880 (compilation-button-map, compilation-mode-map): Likewise.
7881
7882 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
7883
7884 * play/zone.el (zone): Init `line-spacing' from orig buffer.
7885 (zone-replace-char): Take `count' and `del-count'
7886 instead of `direction'. Update callers. When `del-count' is
7887 non-nil, delete that many characters, otherwise `count' characters
7888 backwards. Insert the newly-replaced string `count' times.
7889 (zone-fret): Handle chars w/ width greater than one.
7890 (zone-fall-through-ws): No longer take window width `ww'.
7891 Update callers. Add handling for `char-width' greater than one.
7892 (zone-pgm-drip): Update var holding window-end position every cycle.
7893
7894 2004-12-17 Andre Spiegel <spiegel@gnu.org>
7895
7896 * vc.el (vc-default-update-changelog): Use insert-file-contents,
7897 rather than insert-file.
7898
7899 2004-12-16 Jay Belanger <belanger@truman.edu>
7900
7901 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
7902 (math-init-random-base, math-random-digit): Check to see if
7903 var-RandSeed is bound.
7904 (math-random-last): Declare it.
7905 (math-random-digit): Don't make math-random-last local.
7906
7907 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
7908
7909 * play/zone.el (zone): Fix omission bug: Use a self-disabling
7910 one-shot thunk for uniform (error, quit, normal) recovery.
7911 Reported by John Paul Wallington.
7912 (zone-pgm-random-life): Fix bug:
7913 Recognize empty initial field by lack of "@" chars.
7914
7915 2004-12-16 Juri Linkov <juri@jurta.org>
7916
7917 * help.el (function-called-at-point):
7918 * help-fns.el (variable-at-point): As a last resort try stripping
7919 non-word prefixes and suffixes.
7920
7921 * descr-text.el (describe-property-list): Don't treat syntax-table
7922 specially. Use describe-text-sexp which inserts [show] button
7923 for large objects and handles printing errors. Sort properties
7924 by names in alphabetical order instead of by value sizes.
7925 Add `mouse-face' to list of properties for `describe-face' widget.
7926 (describe-char): Mask out face-id from 19 bits of character.
7927 Print face-id separately.
7928
7929 * replace.el (occur-accumulate-lines, occur-engine):
7930 Fontify unfontified matching lines in the source buffer
7931 before copying them.
7932 (occur-engine): Don't put mouse-face on context lines.
7933 (occur-next-error): Set point to line beginning/end
7934 before searching for prev/next property to skip multiple
7935 matches on a line (not supported by occur engine).
7936 Remove redundant prefix-numeric-value.
7937
7938 2004-12-15 Juri Linkov <juri@jurta.org>
7939
7940 * replace.el (match): New face.
7941 (list-matching-lines-face): Change default from `bold' to `match'.
7942
7943 * progmodes/grep.el (grep-match-face): New defvar.
7944 (grep-mode-font-lock-keywords): Use grep-match-face instead of
7945 compilation-column-face to highlight grep matches.
7946
7947 * apropos.el (apropos-match-face): Change default from
7948 `secondary-selection' to `match'.
7949
7950 * info-look.el (info-lookup-highlight-face): Change default from
7951 `highlight' to `match'.
7952
7953 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
7954
7955 * progmodes/executable.el (executable-interpret): Eliminate
7956 obsolete compile-internal, and switch to comint for interaction.
7957
7958 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
7959
7960 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
7961 `&&' when skipping multiple statements on a line.
7962
7963 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
7964
7965 * play/zone.el (zone): Set `truncate-lines'.
7966 Also, init `tab-width' with value from original buffer.
7967 (zone-shift-up): Rewrite for speed.
7968 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
7969 (zone-pgm-jitter): Remove redundant entries from ops vector.
7970 (zone-exploding-remove): Reduce iteration count.
7971 (zone-cpos): Convert to defsubst.
7972 (zone-replace-char): New defsubst.
7973 (zone-park/sit-for): Likewise.
7974 (zone-fret): Take window-start arg.
7975 Update callers. Use `zone-park/sit-for'.
7976 (zone-fill-out-screen): Rewrite.
7977 (zone-fall-through-ws): Likewise. Update callers.
7978 (zone-pgm-drip): Use `zone-replace-char'.
7979 Move var inits before while-loop. Use `zone-park/sit-for'.
7980 (zone-pgm-random-life): Handle empty initial field.
7981 Use `zone-replace-char' and `zone-park/sit-for'.
7982
7983 2004-12-15 Juri Linkov <juri@jurta.org>
7984
7985 * isearch.el (isearch-update): Test isearch-lazy-highlight
7986 before calling isearch-lazy-highlight-new-loop.
7987 (isearch-lazy-highlight-new-loop):
7988 Don't test isearch-lazy-highlight.
7989
7990 * replace.el (perform-replace): Add isearch-case-fold-search.
7991 Use delimited-flag for isearch-regexp.
7992 Reset isearch-lazy-highlight-last-string to force lazy
7993 highlighting when called from isearch mode.
7994 (query-replace-highlight): Revert defcustom type to boolean.
7995 (query-replace-lazy-highlight): New defcustom.
7996 (query-replace): New face.
7997 (perform-replace, replace-highlight, replace-dehighlight):
7998 Test query-replace-lazy-highlight instead of special value
7999 `isearch' of query-replace-highlight.
8000 (replace-dehighlight): Don't call isearch-dehighlight.
8001 (replace-highlight): Don't call isearch-highlight.
8002 Use face `query-replace' unconditionally.
8003
8004 2004-12-14 Kim F. Storm <storm@cua.dk>
8005
8006 * simple.el (inhibit-mark-movement): Remove defvar.
8007 (beginning-of-buffer, end-of-buffer): Don't use it.
8008
8009 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8010 Don't use inhibit-mark-movement.
8011
8012 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
8013 (cua--undo-push-mark): Remove.
8014 (cua--pre-command-handler, cua--post-command-handler):
8015 Don't fiddle with inhibit-mark-movement.
8016
8017 2004-12-14 Juri Linkov <juri@jurta.org>
8018
8019 * buff-menu.el (list-buffers-noselect): Collect internal info
8020 for every buffer in BUFFER-LIST arg too.
8021 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
8022 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
8023 Bind same-window-buffer-names and same-window-regexps to nil.
8024
8025 2004-12-13 Juri Linkov <juri@jurta.org>
8026
8027 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
8028
8029 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
8030 (sc-cite-region, sc-uncite-region, sc-recite-region):
8031 Fix previous change to handle not alist as a symbol, but
8032 a citation frame as a symbol that represents a variable name.
8033
8034 2004-12-13 Richard M. Stallman <rms@gnu.org>
8035
8036 * filecache.el (file-cache-add-directory-using-find):
8037 Only set up file-cache-find-command-posix-flag if we will use it.
8038
8039 * bindings.el (mode-line-buffer-identification-keymap):
8040 Don't cancel the mode-line's usual down-mouse-1 binding.
8041
8042 * cus-edit.el (custom-face-selected): Handle `default' specs.
8043 (custom-face-edit): Increase extra-offset.
8044 (custom-display): Handle `default' specs.
8045
8046 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
8047
8048 * emacs-lisp/elint.el (elint-standard-variables)
8049 (elint-unknown-builtin-args): Move definitions up.
8050
8051 * net/browse-url.el (browse-url-url-at-point): Add autoload.
8052
8053 * info.el (info-xref-visited): Use `default' instead of t.
8054 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
8055
8056 * faces.el (header-line, mode-line-inactive, tool-bar):
8057 Use `default' instead of t for setting the defaults.
8058 (face-spec-choose): Separate `t' from `default'.
8059
8060 * subr.el (while-no-input): New macro.
8061
8062 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
8063
8064 * filecache.el (file-cache-add-directory-using-find):
8065 Only test file-cache-find-command-posix-flag on some systems.
8066
8067 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8068
8069 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
8070 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
8071 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
8072 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
8073 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
8074
8075 2004-12-12 Juri Linkov <juri@jurta.org>
8076
8077 * files.el (find-file-other-window, find-file-other-frame):
8078 Add the first buffer to the returned value to return the complete
8079 list of all visited buffers.
8080 (find-file-read-only, find-file-read-only-other-window)
8081 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
8082 `find-file-read-args'. Signal an error about non-existent file
8083 only if file name doesn't contain wildcards. Toggle read-only in
8084 all visited buffers.
8085 (find-alternate-file, find-alternate-file-other-window):
8086 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
8087 called interactively. Pass arg `wildcards' to other functions.
8088 (find-file-noselect): Doc fix.
8089
8090 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
8091 Doc fix.
8092 (ffap-directory-finder): New variable.
8093 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
8094 (ffap-file-at-point): Add /* to immediately rejected names.
8095 Return absolute file names matching ffap-dired-wildcards.
8096 (ffap-read-file-or-url): Set default value for `completing-read'
8097 to `buffer-file-name'.
8098 (find-file-at-point): When filename matches ffap-dired-wildcards,
8099 call ffap-file-finder with t arg `wildcards', instead of dired.
8100 (ffap-other-window, ffap-other-frame): Return visited buffers.
8101 (ffap-read-only, ffap-read-only-other-window)
8102 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
8103 (dired-at-point): Call ffap-directory-finder instead of dired.
8104 (ffap-dired-other-window, ffap-dired-other-frame)
8105 (ffap-list-directory): New commands.
8106 (ffap-bindings): New keybindings for new commands.
8107
8108 2004-12-12 Juri Linkov <juri@jurta.org>
8109
8110 * simple.el (beginning-of-buffer, end-of-buffer):
8111 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8112 Do not push mark when mark is active in transient-mark-mode.
8113
8114 * simple.el (mark-word):
8115 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
8116 * textmodes/paragraphs.el (mark-paragraph):
8117 Extend the region when mark is active in transient-mark-mode,
8118 regardless of the last command. Doc fix.
8119
8120 * simple.el (mark-word): Preserve direction when repeating.
8121 Make arg optional. Interactive "p" -> "P".
8122 (transient-mark-mode, inhibit-mark-movement): Doc fix.
8123
8124 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
8125 preserving direction, to mark forward instead of backward when mark
8126 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
8127
8128 2004-12-12 Juri Linkov <juri@jurta.org>
8129
8130 * isearch.el (isearch-edit-string): Set 7th arg of
8131 `read-from-minibuffer' to `t' to inherit the current input
8132 method (whose name is indicated by [IM] in the minibuffer prompt)
8133 from the current buffer to the minibuffer.
8134 (isearch-lazy-highlight-update): Put body to `with-local-quit'
8135 to allow C-g quitting for lazy highlighting looping inside the
8136 search with nested repetition operators. Add overlay to the list
8137 before setting its face and other properties to avoid the case of
8138 code quitting after placing the new overlay but before it's
8139 recorded on the list. Select the window where isearch was
8140 activated, to highlight matches in the right window when isearch
8141 switches the current window to the minibuffer.
8142
8143 * international/isearch-x.el
8144 (isearch-process-search-multibyte-characters):
8145 Use `isearch-message' as initial input for `read-string' instead
8146 of adding it to the minibuffer prompt. After reading a string
8147 remove the initial value of `isearch-message' from the string.
8148
8149 * replace.el (replace-match-maybe-edit): Doc fix.
8150 (perform-replace): Don't call `replace-highlight' when automatic
8151 replacement is requested in literal mode, since it is intended
8152 only to highlight words during entering a new replacement string
8153 for \? in non-literal mode.
8154
8155 * replace.el (query-replace-highlight): Add new value `isearch'
8156 that allows query replacement to use isearch highlighting.
8157 Change type from `boolean' to `choice'. Doc fix.
8158 (replace-highlight, replace-dehighlight, perform-replace):
8159 Use isearch highlighting if query-replace-highlight eq `isearch'.
8160
8161 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
8162
8163 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8164 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
8165
8166 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
8167 case of \end{verbatim}.
8168
8169 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
8170
8171 * term.el (term-termcap-format): Synchronyze with terminfo.
8172 (term-emulate-terminal): Handle reset.
8173 (term-reset-terminal): New function.
8174
8175 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
8176
8177 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
8178 (zone-fill-out-screen): New func.
8179 (zone-pgm-drip): Use `zone-fill-out-screen'.
8180 Also, no longer go to point-min on every cycle.
8181 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
8182 (zone-pgm-random-life-wait): New user var.
8183 (zone-pgm-random-life): New func.
8184
8185 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
8186
8187 * files.el (auto-mode-alist): Map .com to DCL mode.
8188
8189 2004-12-09 Richard M. Stallman <rms@gnu.org>
8190
8191 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
8192
8193 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
8194
8195 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
8196 buffer with a display margin.
8197
8198 2004-12-08 Jay Belanger <belanger@truman.edu>
8199
8200 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
8201 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
8202
8203 2004-12-08 Richard M. Stallman <rms@gnu.org>
8204
8205 * faces.el: Delete code to set display table.
8206 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
8207
8208 2004-12-08 Jay Belanger <belanger@truman.edu>
8209
8210 * calc/calc.el: Add math-read-preprocess-string to autoloads.
8211
8212 * calc/calc-ext.el (math-read-replacement-list)
8213 (math-read-superscripts, math-read-preprocess-string): Move to
8214 calc-aent.el.
8215
8216 * calc/calc-aent.el (math-read-replacement-list)
8217 (math-read-superscripts, math-read-preprocess-string): Move from
8218 calc-ext.el.
8219
8220 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8221
8222 * isearch.el (isearch-quote-char): Fix up typo in last change.
8223
8224 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8225
8226 * mouse.el (mouse-set-font): Handle the case where the command was
8227 not invoked using the mouse.
8228
8229 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
8230 (edmacro-finish-edit): Further update for keyboard macros that are
8231 lambda forms.
8232 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
8233
8234 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8235
8236 * font-lock.el (font-lock-unfontify-region): Save buffer state.
8237 (font-lock-default-unfontify-region): Don't save buffer state any more.
8238
8239 2004-12-07 Jay Belanger <belanger@truman.edu>
8240
8241 * calc/calc-help.el (calc-describe-key):
8242 Set calc-summary-indentation even when Calc Summary buffer exists.
8243
8244 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
8245
8246 * calendar/holidays.el (holiday-easter-etc): Make arguments
8247 optional for backwards compatibility. Doc fix.
8248 Remove un-necessary local vars mandatory, output-list.
8249 (holiday-advent): Make arguments optional for backwards
8250 compatibility. Doc fix.
8251
8252 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8253
8254 * paren.el (show-paren-function): Fix last change (2004-12-02).
8255
8256 * international/mule-util.el (char-displayable-p): Return nil for
8257 unibyte mode.
8258
8259 * subr.el (subregexp-context-p): New function.
8260
8261 * isearch.el (isearch-quote-char): Use it.
8262
8263 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
8264 (regexp-opt-not-groupie*-re): Remove.
8265 (regexp-opt): Properly handle inputs with duplicate entries.
8266
8267 2004-12-06 Richard M. Stallman <rms@gnu.org>
8268
8269 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
8270
8271 * cus-edit.el (custom-file): Doc fix.
8272
8273 * textmodes/org.el: New file.
8274
8275 2004-12-06 Kenichi Handa <handa@m17n.org>
8276
8277 * ldefs-boot.el: Update international/mule-util.el section.
8278
8279 2004-12-05 Sam Steingold <sds@gnu.org>
8280
8281 * net/tramp.el (tramp-handle-file-accessible-directory-p):
8282 Fix `tramp-time-diff' comparison logic.
8283
8284 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
8285
8286 * progmodes/which-func.el (which-function):
8287 Use `run-hook-with-args-until-success' instead of a custom loop.
8288 Fixes bug with local hooks.
8289
8290 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8291
8292 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
8293 Use delete-dups when calculating the initial value.
8294 (bibtex-autokey-get-title): Use <=.
8295 (bibtex-goto-line): New function.
8296 (bibtex-reposition-window): Use line numbers instead of point
8297 positions. Use window-body-height.
8298 (bibtex-find-crossref): Use bibtex-reposition-window.
8299 (bibtex-find-entry): Use bibtex-reposition-window. Always return
8300 position of entry if key is found or nil if not found.
8301
8302 2004-12-05 Richard M. Stallman <rms@gnu.org>
8303
8304 * cus-edit.el (custom-file): Doc fix.
8305
8306 * progmodes/sh-script.el (sh-indent-for-then): Change default.
8307
8308 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8309
8310 * simple.el (blink-matching-open):
8311 * textmodes/tex-mode.el (tex-validate-region):
8312 Obey syntax-table text properties.
8313
8314 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
8315
8316 * wid-edit.el (widget-specify-field): Add `real-field' property to
8317 boundary.
8318 (widget-field-at): Use it.
8319
8320 2004-12-02 Richard M. Stallman <rms@gnu.org>
8321
8322 * progmodes/cc-mode.el (awk-mode autoload):
8323 Supply t meaning interactive function.
8324
8325 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
8326 (isearch-mode-map): No special definition for space.
8327 (isearch-whitespace-chars): Command deleted.
8328 (isearch-forward-regexp): Doc fix.
8329 (isearch-quote-char): When a space is not inside brackets,
8330 use `[ ]' instead of just space.
8331 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
8332
8333 * imenu.el (imenu--generic-function): Delete code to exclude
8334 matches in comments.
8335
8336 * man.el (Man-reverse-face): Change default to `highlight'.
8337
8338 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
8339 (occur-engine): Use `face' prop rather than `font-lock-face'
8340 when specifying use of `match-face'.
8341 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
8342
8343 * emacs-lisp/elint.el (elint-standard-variables): Update list.
8344
8345 * add-log.el (add-log-current-defun): Handle the case where point
8346 is in the header part of a DEFUN construct.
8347
8348 2004-12-02 Dave Love <fx@gnu.org>
8349
8350 * progmodes/python.el (python-font-lock-syntactic-keywords):
8351 Fix previous change.
8352
8353 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
8354
8355 * paren.el (show-paren-function): Check for matching chars
8356 specified by text props.
8357
8358 2004-12-02 Jay Belanger <belanger@truman.edu>
8359
8360 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
8361 when reading a new key sequence.
8362
8363 2004-12-02 Kim F. Storm <storm@cua.dk>
8364
8365 * faces.el (escape-glyph): Rename from glyph.
8366 (standard-display-table): Set it here. Add escape-glyph face to
8367 extra slot characters.
8368
8369 * disp-table.el: Undo 2004-12-01 change. Display table is now
8370 setup in faces.el.
8371
8372 2004-12-02 Mark A. Hershberger <mah@everybody.org>
8373
8374 * xml.el (xml-parse-dtd): Don't show validity messages when
8375 xml-validating-parser is nil.
8376 (xml-substitute-special): Fix validity error messages to
8377 actually show the unexpandable entity. Added validity error if &
8378 isn't followed by an entity.
8379 (xml-parse-tag): Concatenate any string following the a
8380 <![CDATA[]]> section to the parsed CDATA.
8381 (xml-parse-dtd): Skip parameter entity declarations and use of
8382 parameter entities.
8383
8384 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8385
8386 * kmacro.el (kmacro-default-counter-format): New var.
8387 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
8388 (kmacro-display): Remove `nil' from `and' form. Delete call to
8389 `format' inside `message'.
8390 (kmacro-start-macro): Use `kmacro-default-counter-format'.
8391
8392 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8393
8394 * pcvs.el (cvs-header-msg): New function.
8395 (cvs-update-header): Use it. Change calling convention.
8396 Correctly handle the case of having simultaneous active processes.
8397 (cvs-sentinel): Don't call cvs-update-header any more.
8398 (cvs-mode-run): Update call and add cvs-update-header to postproc.
8399
8400 2004-12-01 Jay Belanger <belanger@truman.edu>
8401
8402 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
8403 Change message.
8404
8405 2004-12-01 Juri Linkov <juri@jurta.org>
8406
8407 * progmodes/prolog.el (prolog-mode-variables):
8408 Fix imenu-generic-expression.
8409
8410 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
8411
8412 * faces.el (glyph): New face.
8413
8414 * disp-table.el: Add an autoloaded table, that doesn't require
8415 this library, with glyph face.
8416
8417 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
8418 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
8419 (conf-quote-normal): Allow normalizing only ' or ".
8420 (conf-mode): Regexp-quote constructed comment-start and don't
8421 match section {} where "name" contains braces.
8422
8423 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
8424 files.
8425
8426 2004-12-01 Kenichi Handa <handa@m17n.org>
8427
8428 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
8429 (x-select-text): Don't treat eight-bit-control/graphic chars
8430 specially. Store the encoded text in the X cut buffer.
8431 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
8432 with x-last-selected-text-cut-encoded.
8433
8434 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8435
8436 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
8437
8438 2004-11-30 Markus Rost <rost@ias.edu>
8439
8440 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
8441 AUCTeX.
8442
8443 2004-11-30 Jay Belanger <belanger@truman.edu>
8444
8445 * calc/calc-arith.el (math-possible-signs): Made stronger checks
8446 on signs of intervals.
8447 (math-pow-of-zero): Strengthen checks for positive and negative
8448 exponents.
8449
8450 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
8451 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
8452 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
8453 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
8454 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
8455 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
8456 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
8457 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
8458 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
8459 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
8460 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
8461 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
8462 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
8463 with provide statements.
8464
8465 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
8466
8467 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
8468
8469 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
8470 (calc-load-everything, math-defsimplify): Replace dummy autoloading
8471 functions by require statements.
8472 (math-defsimplify): Move to calc-alg.el, add to autoloads.
8473
8474 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
8475 (calc-gnuplot-print): Give them values.
8476
8477 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
8478 autoloads.
8479 Add calc-do-embedded-activate to autoloads.
8480 (calc-gnuplot-name, calc-gnuplot-plot-command)
8481 (calc-gnuplot-print-command): Move them to calc-graph.el.
8482
8483 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8484
8485 * term/mac-win.el (ccl-encode-mac-roman-font)
8486 (ccl-encode-mac-cyrillic-font)
8487 (ccl-encode-mac-centraleuropean-font, encoder-list)
8488 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
8489 Support Cyrillic, CentralEuropean, and Dingbat font display
8490
8491 2004-11-30 Andre Spiegel <spiegel@gnu.org>
8492
8493 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
8494
8495 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
8496 still nil.
8497
8498 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
8499
8500 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
8501 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
8502
8503 2004-11-29 Jay Belanger <belanger@truman.edu>
8504
8505 * calc/calc-arith.el (math-pow-of-zero): Take into account different
8506 cases of the base and exponent.
8507
8508 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8509
8510 * simple.el (next-error-buffer-p): Allow for inclusive and
8511 exclusive tests for finding a buffer.
8512 (next-error-find-buffer): Pass the exclusive and inclusive tests
8513 to next-error-buffer-p.
8514
8515 * replace.el (occur-next-error): Switch to the Occur buffer when
8516 appropriate, use the exclusive filter to next-error-find-buffer to
8517 do it. Use the absolute value of the motion amount.
8518
8519 2004-11-29 Kenichi Handa <handa@m17n.org>
8520
8521 * startup.el (command-line): Decode all default-directory by
8522 locale-coding-system.
8523
8524 2004-11-29 Jay Belanger <belanger@truman.edu>
8525
8526 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
8527 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
8528 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
8529 Replace calls to calc-extensions by appropriate require, replace
8530 calc-extensions-loaded by appropriate featurep.
8531
8532 * calc/calc-ext.el: Move require to end of file.
8533 Remove redundant loading of calc.el.
8534 (calc-extensions-loaded): Remove unnecessary variable.
8535 (calc-extensions): Remove unnecessary function.
8536 (calc-load-everything): Replace calc-need-macros by appropriate require.
8537
8538 * calc/calc-macs.el: Move provide to end of file.
8539 (calc-need-macros): Remove unnecessary function.
8540
8541 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
8542 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
8543 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
8544 Replace calc-extensions by appropriate require.
8545 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
8546
8547 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
8548 Replace calc-need-macros by appropriate require.
8549
8550 * calc/calc.el: Move require to end of file.
8551 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
8552 Remove unnecessary variable.
8553 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
8554 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
8555 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
8556 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
8557 (math-stack-value-offset, math-format-value, math-format-flat-expr)
8558 (math-format-number, math-format-bignum, math-read-number)
8559 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
8560 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
8561 by appropriate require.
8562 (calc-check-defines): Replace calc-need-macros by appropriate require.
8563
8564 2004-11-29 Kim F. Storm <storm@cua.dk>
8565
8566 * macros.el (insert-kbd-macro): Handle kmacro functions.
8567
8568 2004-11-28 Juri Linkov <juri@jurta.org>
8569
8570 * compare-w.el (compare-windows-highlight): Attach each overlay
8571 to its window to properly highlight differences while comparing
8572 two windows of the same buffer. Fix arguments.
8573 (compare-windows-sync-default-function): Fix arguments of
8574 `compare-windows-highlight'.
8575
8576 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
8577 Use `read-expression-history'. Set initial contents only if
8578 `edebug-global-break-condition' is non-nil. Set histpos to 1
8579 if initial contents is equal to the last history element.
8580 (edebug-set-conditional-breakpoint): Instead of temporarily
8581 prepending the current condition to the history, set initial
8582 contents to the current condition. Set histpos to 1 if initial
8583 contents is equal to the last history element.
8584
8585 * info.el (Info-search-whitespace-regexp): Remove shy group.
8586 (Info-search): Forward line if search is on the header line.
8587 Use search-whitespace-regexp in two other places.
8588
8589 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
8590
8591 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
8592 warning. Delay real definition, which uses
8593 `set-fringe-indicators-1' till after the definition of that function.
8594
8595 2004-11-28 Kim F. Storm <storm@cua.dk>
8596
8597 * fringe.el (fringe): New defgroup.
8598 (fringe-mode): Move to fringe group.
8599 (fringe-indicators): New defcustom.
8600 (set-fringe-indicators-1): New defun.
8601
8602 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
8603 (menu-bar-showhide-fringe-ind-menu): New keymap.
8604 (menu-bar-showhide-fringe-ind-empty)
8605 (menu-bar-showhide-fringe-ind-mixed)
8606 (menu-bar-showhide-fringe-ind-box)
8607 (menu-bar-showhide-fringe-ind-right)
8608 (menu-bar-showhide-fringe-ind-left)
8609 (menu-bar-showhide-fringe-ind-none): New defuns.
8610 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
8611
8612 2004-11-27 Richard M. Stallman <rms@gnu.org>
8613
8614 * comint.el (comint-read-noecho): Add trivial compatibility definition.
8615
8616 * generic.el (define-generic-mode): Doc fix.
8617
8618 * menu-bar.el (menu-bar-options-save): For the options
8619 that are toggled with menu-bar-make-mm-toggle, don't check
8620 for customized-value prop.
8621
8622 2004-11-27 Eli Zaretskii <eliz@gnu.org>
8623
8624 * mail/supercite.el (sc-cite-region): Handle the case where
8625 sc-cite-frame-alist is a symbol.
8626 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
8627 a symbol.
8628 (sc-recite-region): Handle the case where sc-recite-frame-alist is
8629 a symbol.
8630
8631 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8632
8633 * wid-edit.el (widget-narrow-to-field): New function.
8634 (widget-complete): Use it.
8635
8636 2004-11-27 Jay Belanger <belanger@truman.edu>
8637
8638 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
8639 variable.
8640 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
8641 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
8642 (math-alg-inequalities): Move declaration to earlier in the file.
8643
8644 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
8645 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
8646 Declare them.
8647
8648 * calc/calc-lang.el (math-expr-data, math-expr-token)
8649 (math-exp-old-pos): Declare them.
8650
8651 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
8652 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
8653
8654 2004-11-27 Kim F. Storm <storm@cua.dk>
8655
8656 * progmodes/flymake.el: Use (featurep 'xemacs).
8657 (flymake-makehash): Change to defsubst. Use fboundp.
8658 (flymake-time-to-float): Remove.
8659 (flymake-float-time): Merge code from flymake-time-to-float here.
8660 (flymake-replace-regexp-in-string): Change to defsubst.
8661 (flymake-split-string-remove-empty-edges):
8662 Rename to flymake-split-string.
8663 (flymake-split-string): Remove previous defalias.
8664 (flymake-get-temp-dir): Change to defsubst.
8665 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
8666 Define for xemacs only.
8667 (flymake-master-file-count-limit): Change into compiler defvar only.
8668 (flymake-find-possible-master-files): Let-bind it dynamically while
8669 sorting files using flymake-master-file-compare.
8670
8671 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8672
8673 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
8674 of defun-prompt-regexp matches inside a comment/string but the
8675 beginning is correctly outside everything.
8676
8677 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
8678 appears within a string or a comment.
8679
8680 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
8681 rather than make-symbol for symbols which are used in
8682 a symbol-macrolet or equivalent.
8683
8684 2004-11-26 Jay Belanger <belanger@truman.edu>
8685
8686 * calc-misc.el (calc-last-why-command): Declare it.
8687
8688 * calc-vec.el (math-grade-vec): New variable.
8689 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
8690 Replace variable grade-vec by declared variable.
8691 (math-rb-close): New variable.
8692 (math-read-brackets, math-read-vector): Replace variable close by
8693 declared variable.
8694
8695 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
8696 (calc-one-window, calc-edit-handler, calc-restore-trail)
8697 (calc-allow-ret): Declare them.
8698
8699 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
8700 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
8701 (math-radix-float-cache-tag, math-random-cache)
8702 (math-max-digits-cache, math-integral-cache, math-units-table)
8703 (math-format-date-cache, math-holidays-cache-tag): Declare them.
8704 (math-moc-func): New variable.
8705 (math-map-over-constants, math-map-over-constants-rec):
8706 Replace variable func by declared variable.
8707
8708 * calc/calc-store.el (calc-given-value, calc-store-opers):
8709 Declare them.
8710 (calc-var-name-map): Move declaration to earlier in the file.
8711 (calc-pv-pos): New variable.
8712 (calc-permanent-variable, calc-insert-permanent-variable):
8713 Replace variable pos by declared variable.
8714
8715 * calc/calc-mtx.el (calc-det-lu): New variable.
8716 (math-det-raw, math-det-step): Replace variable lu by declared variable.
8717
8718 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
8719 (math-multi-subst, math-multi-subst-rec): Replace variables temp
8720 and arg by declared variables.
8721 (calcFunc-reducer): Fix incorrect variable.
8722 (math-inner-mul-func, math-inner-add-func): New variables.
8723 (calcFunc-inner, math-inner-mats): Replace variables mul-func
8724 and add-func by declared variables.
8725
8726 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
8727 (calc-digit-value): Declare them.
8728
8729 * calc/calc-help.el (Info-history): Declare it.
8730 (calc-describe-key): Make calc-summary-indentation a local variable.
8731 (calc-help-long-names): Move declaration to earlier in file.
8732
8733 * calc/calc-embed.el (calc-original-buffer): Declare it.
8734 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
8735 (calc-embed-bot): New variables.
8736 (calc-do-embedded, calc-embedded-mark-formula)
8737 (calc-embedded-find-bounds, calc-embedded-duplicate)
8738 (calc-embedded-new-formula, calc-embedded-make-info):
8739 Replace vars outer-top, outer-bot, bot and top by declared variables.
8740 (calc-embed-prev-modes): New variable.
8741 (calc-embedded-set-modes, calc-embedded-update): Replace variable
8742 prev-modes with declared variable.
8743 (calc-embed-vars-used): New variable.
8744 (calc-embedded-make-info, calc-embedded-evaluate-expr)
8745 (calc-embedded-update, calc-embedded-find-vars): Replace variable
8746 vars-used by declared variable.
8747
8748 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
8749 (math-format-radix-float): Remove unnecessary setq.
8750 (math-radix-float-cache): Declare it.
8751
8752 * calc/calcsel2.el (calc-keep-selection): Declare it.
8753
8754 * calc/calc-maint.el: Remove file.
8755
8756 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8757
8758 * textmodes/bibtex.el (bibtex-sort-entry-class)
8759 (bibtex-comment-start): Use defcustom.
8760 (bibtex-entry-field-alist): Use nil if initial content of the
8761 field is undefined. Fix docstring.
8762 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
8763 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
8764 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
8765 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
8766 Fix docstring.
8767 (bibtex-autokey-title-terminators): Use only one regexp.
8768 (bibtex-string-maybe-empty-head): New variable.
8769 (bibtex-remove-delimiters-string): New function.
8770 (bibtex-text-in-field-bounds, bibtex-text-in-string):
8771 Use bibtex-remove-delimiters-string.
8772 (bibtex-progress-message, bibtex-field-left-delimiter)
8773 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
8774 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
8775 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
8776 Simplify.
8777 (bibtex-format-entry): Use save-excursion for inherited booktitle.
8778 Use eq and bibtex-remove-delimiters-string. For end markers use
8779 insertion type so that marker stays after inserted text.
8780 (bibtex-autokey-get-names): Return empty string if name is missing.
8781 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
8782 calling bibtex-autokey-name-case-convert.
8783 (bibtex-autokey-demangle-title):
8784 Call bibtex-autokey-titleword-case-convert. Remove call to
8785 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
8786 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
8787 (bibtex-read-key): New optional arg global.
8788 (bibtex-files-expand): New optional arg force.
8789 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
8790 (bibtex-complete-crossref-cleanup): Rename from
8791 bibtex-complete-key-cleanup. Simplify code.
8792 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
8793 Operate on current entry.
8794 (bibtex-button): Add docstring.
8795 (bibtex-entry): Simplify.
8796 (bibtex-make-field): Replace optional arg called-by-yank with more
8797 specific args move and interactive.
8798 (bibtex-end-of-entry): Use forward-sexp.
8799 (bibtex-find-entry-globally): Remove.
8800 (bibtex-find-crossref): Allow for crossref key located in other buffer.
8801 Bound to C-c C-x.
8802 (bibtex-find-entry): New optional args global and display.
8803 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
8804 (bibtex-validate): Use arg force of bibtex-files-expand.
8805 (bibtex-clean-entry): Bugfix, clean string entries properly.
8806 Always keep point at beginning of entry.
8807 (bibtex-complete): Bugfix. Handle string entries properly.
8808 Call cleanup functions only if needed.
8809 (bibtex-String): Use bibtex-read-string-key.
8810 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
8811 case of replacement text.
8812
8813 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8814
8815 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
8816 (tramp-perl-directory-files-and-attributes): New constant.
8817 (tramp-file-name-handler-alist): Delete file-directory-files, add
8818 directory-files-and-attributes.
8819 (tramp-perl-file-attributes): Surround uid and gid by double
8820 quotes. Change parameter id-format from nonnumeric.
8821 (tramp-convert-file-attributes): New function.
8822 (tramp-handle-file-attributes): Use it.
8823 (tramp-maybe-send-perl-script): New function.
8824 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
8825 file mode. Change parameter id-format from nonnumeric.
8826 (tramp-handle-file-attributes-with-ls): Change parameter id-format
8827 from nonnumeric.
8828 (tramp-post-connection): Don't send tramp-perl-file-attributes
8829 script. Reset connection property "perl-scripts".
8830 (tramp-handle-insert-directory): Run real handler when ls-lisp is
8831 in use.
8832
8833 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8834
8835 * desktop.el (desktop-read): Replace mapcar with mapc.
8836 (desktop-create-buffer): Replace mapcar with mapc.
8837 Remove redundant piece of code.
8838
8839 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
8840
8841 * progmodes/gud.el (gud-display-line): Use display-buffer
8842 for GDB-UI as for GUD.
8843
8844 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
8845 Delete variables.
8846 (gdb-ann3): Don't make GUD buffer dedicated.
8847 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
8848 (gdb-display-source-buffer): Delete function.
8849 (gdb-view-source-function, gdb-view-assembler): Delete functions.
8850 (menu): Delete menu bindings for viewing source/assembler.
8851 (gdb-setup-windows, gdb-restore-windows):
8852 Don't dedicate GUD. No assembler now.
8853 (gdb-reset): No need to undedicate source buffers now.
8854 (gdb-source-info): No assembler now.
8855
8856 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
8857
8858 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
8859 width to those for special frames.
8860 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
8861 Use display-buffer.
8862 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
8863 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8864 (gdb-frame-assembler-buffer): Rework like
8865 gdb-frame-breakpoints-buffer.
8866
8867 2004-11-25 Richard M. Stallman <rms@gnu.org>
8868
8869 * progmodes/flymake.el: Reindent.
8870 (flymake-split-string): Turn into defalias.
8871 (flymake-fix-file-name): Rename from flymake-fix-path-name.
8872 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
8873 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
8874 (flymake-build-relative-filename): Rename from ...path.
8875 Fix error message.
8876
8877 2004-11-25 Cheng Gao <chenggao@gmail.com>
8878
8879 * progmodes/flymake.el: Much whitespace and capitalization change.
8880 Move `provide' to end. Require `compile' only when compiling.
8881
8882 2004-11-24 Jay Belanger <belanger@truman.edu>
8883
8884 * calc/calc-alg.el: Added comment.
8885 (math-polynomial-base): Replace variable mpb-top-expr by
8886 math-poly-base-top-expr.
8887
8888 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
8889 (math-polynomial-p1): Replace variable mpb-top-expr by declared
8890 variable.
8891 (math-poly-base-total-base): New variable.
8892 (math-total-polynomial-base, math-polynomial-p1): Replace variable
8893 mpb-total-base by declared variable.
8894 (math-factored-vars, math-to-list): Declare it.
8895 (math-fact-expr): New variable.
8896 (calcFunc-factors, calcFunc-factor, math-factor-expr)
8897 (math-factor-expr-try, math-factor-expr-part): Replace variable
8898 expr by declared variable.
8899 (math-fet-x): New variable.
8900 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
8901 by declared variable.
8902 (math-factor-poly-coefs): Make temp a local variable.
8903
8904 * calc/calc-units.el (calc-convert-units): Make units a local
8905 variable.
8906 (calc-num-units, calc-den-units): New variables.
8907 (calc-explain-units, calc-explain-units-rec): Replace variables
8908 num-units and den-units by declared variables.
8909 (math-cu-unit-list): New variable.
8910 (math-build-units-table, math-compare-unit-names)
8911 (math-convert-units, math-convert-units-rec): Replace variable
8912 unit-list by declared variable.
8913 (math-fbu-base, math-fbu-entry): New variables.
8914 (math-find-base-units, math-find-base-units-rec): Replace variables
8915 base and entry by declared variables.
8916 (math-which-standard): New variable.
8917 (math-to-standard-units, math-to-standard-rec): Replace variable
8918 which-standard by declared variable.
8919 (math-fcu-u): New variable.
8920 (math-find-compatible-unit, math-find-compatible-unit-rec):
8921 Replace variable u by declared variable.
8922 (math-cu-new-units, math-cu-pure): New variables.
8923 (math-convert-units, math-convert-units-rec): Replace variables
8924 new-units and pure by declared variables.
8925 (math-try-cancel-units): New variable.
8926 (math-simplify-units-quotient): Replace variable try-cancel-units by
8927 declared variable.
8928
8929 2004-11-24 Richard M. Stallman <rms@gnu.org>
8930
8931 * textmodes/ispell.el (ispell-check-version):
8932 If default-directory is nonexistent, use home dir.
8933
8934 * progmodes/grep.el (grep-regexp-alist):
8935 Don't match parens around line numbers.
8936
8937 * progmodes/cperl-mode.el (cperl-indent-region)
8938 (cperl-imenu--create-perl-index, cperl-xsub-scan):
8939 Don't print progress messages.
8940
8941 * progmodes/compile.el (compilation-mode-map):
8942 Don't inherit from compilation-minor-mode-map;
8943 copy its bindings instead. But the menu bar Compile
8944 entry now does inherit from compilation-menu-map.
8945
8946 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8947 Use with-no-warnings around compiler-macroexpand.
8948
8949 * imenu.el: Don't always require newcomment.
8950 (imenu--generic-function): Call comment-normalize-vars
8951 if we have a comment syntax.
8952 Exit the loop if REGEXP matches the null string.
8953 Test comment-start as well as comment-start-skip
8954 when deciding whether to check for comments.
8955
8956 * tooltip.el (tooltip-mode): Doc fix.
8957
8958 * term.el (term-escape-char, term-mode): Doc fixes.
8959
8960 2004-11-24 Dave Love <fx@gnu.org>
8961
8962 * progmodes/python.el (python-font-lock-syntactic-keywords):
8963 Check for escapes in the regexp.
8964 (python-quote-syntax): Don't do it here.
8965
8966 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8967
8968 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8969 (gdb-frames-mode-map, gdb-threads-mode-map)
8970 (gdb-registers-mode-map, gdb-locals-mode-map)
8971 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
8972 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
8973
8974 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
8975 (dedicated-switch-to-buffer): Rework.
8976 (gdb-var-evaluate-expression-handler, gdb-put-string):
8977 Remove unused variable bindings.
8978 (gdb-setup-windows, gdb-display-buffer):
8979 Simplify. Use pop-to-buffer.
8980 (gdb-view-source-function): Simplify.
8981 (gdb-frame-breakpoints-buffer):
8982 Use pop-to-buffer, special-display-regexps.
8983
8984 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8985
8986 * progmodes/f90.el (f90-smart-end)
8987 (f90-previous-statement, f90-beginning-of-block): Doc fix.
8988 (f90-calculate-indent): Handle un-named PROGRAM blocks.
8989 (f90-end-of-block): Doc fix. Make check of outermost block
8990 conditional on value of `f90-smart-end'.
8991 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
8992 Handle case where END-BLOCK is nil.
8993 (f90-match-end): Handle un-named PROGRAM blocks.
8994 (f90-backslash-not-special): New function.
8995
8996 2004-11-24 Jay Belanger <belanger@truman.edu>
8997
8998 * calc/calc.el (calc-embedded-active): Removed unnecessary
8999 declaration.
9000 (calc-show-banner): Removed redundant declaration.
9001
9002 * calc/calc-graph.el (calc-gnuplot-default-device)
9003 (calc-gnuplot-default-output, calc-gnuplot-print-device)
9004 (calc-gnuplot-print-output, calc-gnuplot-geometry)
9005 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
9006 Remove redundant initial values.
9007
9008 * calc/calc-arith.el (math-scalar-functions)
9009 (math-nonscalar-functions, math-scalar-if-args-functions)
9010 (math-real-functions, math-positive-functions)
9011 (math-nonnegative-functions, math-real-scalar-functions)
9012 (math-real-if-arg-functions, math-integer-functions)
9013 (math-num-integer-functions, math-rounding-functions)
9014 (math-float-rounding-functions, math-integer-if-args-functions)
9015 (math-super-types): Move declarations to earlier in file.
9016 (math-unit-prefixes): Declared it.
9017 (math-floor-prec, math-trunc-prec): New variables.
9018 (math-trunc-fancy): Replace variable prec by declared variable.
9019 (math-floor-fancy): Replace variable prec by declared variable.
9020 (math-com-bterms): New variable.
9021 (math-commutative-equal, math-commutative-collect):
9022 Replace variable bterms by declared variable.
9023
9024 * calc/calc-misc.el (math-trunc): Replace variable prec by
9025 math-trunc-prec.
9026 (math-floor): Replace variable prec by math-floor-prec.
9027
9028 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
9029 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
9030 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
9031 (math-format-date, math-format-date-part): Replace variables
9032 date, dt, year, month, day, weekday, hour, minute, second and
9033 bc-flag by declared variables.
9034 (math-pd-str): New variable.
9035 (math-parse-date, math-parse-date-word, math-parse-standard-date):
9036 Replace variable str by declared variable.
9037 (math-daylight-savings-hook, math-tzone-names): Move definitions
9038 to earlier in the file.
9039 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
9040 (math-sh-year): New variable.
9041 (math-setup-add-holidays, math-setup-holidays)
9042 (math-setup-year-holidays): Replace variable `year' by declared
9043 variable.
9044
9045 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
9046 New variables.
9047 (math-nth-root-float, math-nth-root-float-iter): Replace variables
9048 n, nf and nfm1 by declared variables.
9049 (math-nri-n): New variable.
9050 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
9051 n by declared variable.
9052 (calcFunc-log): Removed misplaced condition.
9053
9054 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9055
9056 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
9057
9058 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9059
9060 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
9061 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
9062 Dedicate gdb-related windows.
9063 (gdb-display-buffer): Dedicate gdb-related windows.
9064 Don't grab other frames.
9065 (gdb-reset): Remove dedicated property after debugging.
9066
9067 2004-11-24 Jay Belanger <belanger@truman.edu>
9068
9069 * calc/calc-sel.el: Add comment.
9070
9071 * calc/calc.el (math-stack-value-offset): Replace variables c,
9072 wid and off with math-svo-c, math-svo-wid and math-svo-off.
9073
9074 * calc/calccomp.el (math-comp-sel-tag): Declare it.
9075 (math-svo-c, math-svo-wid, math-svo-off): New variables.
9076 (math-stack-value-offset-fancy): Replace variables c, wid and off
9077 by declared variables.
9078 (math-comp-just, math-comp-comma-spc): New variables.
9079 (math-compose-expr, math-compose-matrix): Replace variables `just'
9080 and comma-spc by declared variable.
9081 (math-comp-vector-prec): New variable.
9082 (math-compose-expr, math-compose-matrix, math-compose-rows):
9083 Replace variable vector-prec by declared variable.
9084 (math-comp-left-bracket, math-comp-right-bracket)
9085 (math-comp-comma): New variables.
9086 (math-compose-expr, math-compose-rows): Replace variables
9087 left-bracket, right-bracket and comma by declared variables.
9088 (math-comp-full-width): New variable.
9089 (math-comp-to-string-flat, math-comp-to-string-flat-term):
9090 Replace variable full-width by declared variable.
9091 (math-comp-highlight, math-comp-word, math-comp-level)
9092 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
9093 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
9094 New variables.
9095 (math-comp-to-string-flat, math-comp-to-string-flat-term)
9096 (math-comp-sel-flat-term): Replace variables comp-highlight,
9097 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
9098 declared variables.
9099 (math-comp-simplify, math-comp-simplify-term)
9100 (math-comp-add-string, math-comp-add-string-sel):
9101 Replace variables comp-highlight, comp-buf, comp-base,
9102 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
9103
9104 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9105
9106 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
9107
9108 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
9109 and x-server-version may throw.
9110
9111 2004-11-23 Kim F. Storm <storm@cua.dk>
9112
9113 * subr.el (substitute-key-definition-key): Optimize.
9114 Don't call indirect-function for nil defn (always signals error).
9115
9116 * ido.el (ido-read-internal): Fix require-match check when
9117 ido-directory-too-big is set.
9118
9119 2004-11-23 Jay Belanger <belanger@truman.edu>
9120
9121 * calc/calc-ext.el (math-read-replacement-list)
9122 (math-read-superscripts): New variables.
9123 (math-read-preprocess-string): New function.
9124 (math-read-expr): Filter input through math-read-preprocess-string.
9125
9126 * calc/calc-aent.el (math-read-exprs): Filter input through
9127 math-read-preprocess-string.
9128
9129 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
9130
9131 * progmodes/compile.el (compilation-start): In cd command use
9132 substitute-env-vars -- not quite shell compatible but better than
9133 nothing.
9134 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
9135 handle the newer versions messages, which are more parseable.
9136
9137 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9138
9139 * reveal.el (reveal-mode-map): New var.
9140 (reveal-mode): Use it.
9141
9142 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
9143
9144 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
9145 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
9146
9147 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9148
9149 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
9150 header-line when needed.
9151 Use fixed-pitch only in the header-line.
9152 Build the underline automatically. Use emdash if available.
9153
9154 2004-11-22 Richard M. Stallman <rms@gnu.org>
9155
9156 * dired.el (dired-recursive-copies): Move from dired-aux.el.
9157 * dired-aux.el (dired-recursive-copies): Move to dired.el.
9158
9159 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
9160
9161 * progmodes/gdb-ui.el (gdb-resync): New function.
9162 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
9163 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
9164 Use it to fail more gracefully.
9165 (gdb-variables): Delete variable.
9166 Re-order variables to reduce byte-compiler warnings.
9167
9168 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9169
9170 * descr-text.el (describe-char):
9171 * paren.el (show-paren-function):
9172 * subr.el (syntax-after): Undo last change.
9173
9174 * progmodes/python.el (run-python): Don't hard code *Python*.
9175 Don't modify global process-environment.
9176 (python-send-region, python-load-file): Don't assume that
9177 python-buffer == (process-buffer (python-proc)).
9178 (python-switch-to-python): Simplify.
9179
9180 * dired.el (dired-align-file): Don't assume line starts with spaces.
9181
9182 2004-11-21 Jay Belanger <belanger@truman.edu>
9183
9184 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
9185 Replace variable `lines' by math-read-big-lines.
9186 (math-read-big-expr): Replace variables the-baseline, the-h2
9187 and err-msg by math-read-big-baseline, math-read-big-h2 and
9188 math-read-err-msg.
9189 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
9190
9191 * calc/calc-lang.el (math-read-big-rec): Fix typo.
9192 (math-read-big-balance): Replace unbound variable by value.
9193 (math-read-big-lines): New variable.
9194 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9195 (math-read-big-error, math-read-big-balance): Replace variable
9196 `lines' by declared variable.
9197 (math-read-big-baseline, math-read-big-h2): New variables.
9198 (math-read-big-rec): Replace variables the-baseline and the-h2
9199 by declared variables.
9200 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
9201 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9202 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
9203 declared variables.
9204 (math-read-big-err-msg): New variable.
9205 (math-read-big-error): Replace variable err-msg by declared variable.
9206
9207 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9208
9209 * ses.el: Add coding cookie.
9210 Fix up docstrings, follow new commenting conventions.
9211 (ses-header-line-menu): Fix missing variable rename for header-row.
9212 (ses-cell-size): Remove.
9213 (ses-make-cell): New function.
9214 (ses-cell, ses-insert-row, ses-insert-column): Use it.
9215 (ses-calculate-cell): Remove unused var `symbol'.
9216 (ses-narrowed-p): New function.
9217 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
9218 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
9219 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
9220 (ses-setup): Use restore-buffer-modified-p.
9221 (ses-cleanup): Remove unused var `end'.
9222 (ses-header-string-left-offset): Remove.
9223 (ses-create-header-string): Adjust to new behavior of `align-to'.
9224 Truncate excessively large fields to preserve alignment.
9225 (ses-reconstruct-all): Remove unused var `refs'.
9226 (ses-read-cell-printer): Remove unused var `prompt'.
9227 (ses-delete-row): Remove unused var `pos'.
9228 (ses-delete-column): Remove unused var `new'.
9229
9230 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9231
9232 * ps-print.el: Insert :version tag into all defgroup and defcustom.
9233 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9234 Eliminate eval-and-compile usage.
9235 (ps-insert-file): Use insert-file-contents instead of insert-file.
9236 (ps-setup): Code fix.
9237
9238 * printing.el (pr-setup, lpr-setup): Code fix.
9239
9240 2004-11-21 Jay Belanger <belanger@truman.edu>
9241
9242 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
9243 (calc-original-buffer): Declare them.
9244 (calc-user-formula-alist): New variable.
9245 (calc-user-define-formula, calc-fix-user-formula)
9246 (calc-user-define-composition, calc-finish-formula-edit):
9247 Replace variable `alist' by declared variable.
9248 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
9249 (var-q7, var-q7, var-q8, var-q9): Declare them.
9250 (calc-kbd-push): Don't check to see if var-q0 through var-q9
9251 are bound.
9252 (calcFunc-typeof): Replace undeclared variable by expression.
9253 (math-exp-env): New variable.
9254 (math-define-body, math-define-exp): Replace exp-env by declared var.
9255 (math-define-exp): Replace misplaced variable by expression.
9256
9257 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
9258 (calc-curve-model, calc-curve-coefnames): New variables.
9259 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
9260 varnames, model and coefnames by declared variables.
9261 (math-root-widen): New variable.
9262 (math-search-root, math-find-root): Replace variable root-widen by
9263 declared variable.
9264 (var-DUMMY): Declare it.
9265 (math-root-vars, math-min-vars): Move the declarations to earlier in
9266 the file.
9267 (math-brent-min): Make d a local variable.
9268 (math-find-minimum): Replace non-existent variable.
9269 (math-ninteg-romberg): Remove unnecessary variable.
9270 (math-ninteg-temp): New variable.
9271 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
9272 integ-temp by declared variable.
9273 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
9274 New variables.
9275 (math-general-fit): Replace variables first-var, first-coef and
9276 new-coefs by declared variables.
9277 (calcFunc-fitvar): Replace variable first-var by declared variable.
9278 (calcFunc-fitparam): Replace variable first-coef by declared variable.
9279 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
9280 (math-all-vars-vars, math-all-vars-found): New variables.
9281 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
9282 found by declared variable math-all-vars-vars.
9283
9284 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
9285
9286 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
9287 of `defconst'.
9288
9289 2004-11-20 Richard M. Stallman <rms@gnu.org>
9290
9291 * isearch.el (isearch-mode-map): Don't bind SPC.
9292 (isearch-whitespace-chars): Function deleted.
9293 (isearch-search): Bind search-spaces-regexp.
9294 (isearch-lazy-highlight-search): Likewise.
9295 (search-whitespace-regexp): Doc fix.
9296 (isearch-forward-regexp): Doc fix.
9297
9298 * emacs-lisp/bytecomp.el (byte-compile-form):
9299 Move the calls to byte-compile-set-symbol-position,
9300 to avoid having two for the same symbol occurrence.
9301
9302 * comint.el (comint-input-ring-size): Increase to 150.
9303
9304 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
9305 New variables.
9306 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
9307 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
9308
9309 * imenu.el (imenu--generic-function):
9310 Ensure we keep moving backward even if BEG isn't further back.
9311
9312 * replace.el (query-replace-read-to, query-replace-read-from):
9313 Specify t for KEEP-ALL in read-from-minibuffer.
9314
9315 * progmodes/python.el (python-switch-to-python):
9316 If Python isn't running, start it.
9317 Don't alter debug-ignored-errors.
9318
9319 * progmodes/cperl-mode.el (cperl-indent-region):
9320 Don't mind imenu-scanning-message.
9321
9322 * bindings.el (global-map): Bind C-e to move-end-of-line.
9323
9324 * simple.el (line-move-finish): New arg FORWARD.
9325 Ignore invisible newlines, not intangible ones.
9326 Conditions for acceptable stopping positions depend on FORWARD.
9327 (line-move): Pass FORWARD arg to line-move-finish.
9328
9329 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
9330 of HEADER. Compensate for this change in the code to add display
9331 properties. Don't make the first line intangible.
9332
9333 * info.el (Info-search): Fix previous change.
9334
9335 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9336
9337 * Makefile.in (recompile): Revert 2004-11-19 change.
9338 (compile): Likewise.
9339
9340 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
9341
9342 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
9343
9344 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9345
9346 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
9347 defgroup and defcustom. Eliminate eval-and-compile usage.
9348
9349 * progmodes/ebnf-otz.el: Fix typos.
9350
9351 2004-11-19 Jay Belanger <belanger@truman.edu>
9352
9353 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
9354 (calc-edit-finish, calc-finish-stack-edit): Replace variable
9355 disp-trail by declared variable.
9356
9357 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
9358 (calc-finish-selection-edit): Replace variable disp-trail by
9359 declared variable.
9360 (calc-selection-cache-entry): Move declaration to earlier in the file.
9361 (calc-selection-cache-num, calc-selection-cache-comp)
9362 (calc-selection-cache-offset, calc-selection-true-num)
9363 (calc-final-point-line, calc-final-point-column)
9364 (calc-original-buffer): Declare them.
9365 (calc-fnp-op, calc-fnp-num): New variables.
9366 (calc-find-nth-part, calc-find-nth-part-rec)
9367 (calc-select-previous): Replace op and num by declared variables.
9368 (calc-rsf-old, calc-rsf-new): New variables.
9369 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
9370 Replace variables old and new by declared variables.
9371 (calc-sel-reselect): New variable.
9372 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
9373 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
9374 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
9375 reselect with declared variable.
9376
9377 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
9378 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
9379 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
9380 (math-import-list, math-rewrite-phase): Declare them.
9381 (math-rewrite): Use let* to declare variables.
9382 (calc-rewrite-selection): Make rules a local variable.
9383 (calc-rewr-sel): New variable.
9384 (calc-rewrite-selection, calc-locate-selection-marker)
9385 (calc-rewrite): Use the declared variable calc-rewr-sel instead
9386 of sel.
9387 (math-rewrite-whole-expr): New variable.
9388 (math-rewrite, math-rewrite-phase): Replace variable expr by
9389 declared variable.
9390 (math-rewrite-heads-heads, math-rewrite-heads-skips)
9391 (math-rewrite-heads-blanks ): New variables.
9392 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
9393 heads, skips and blanks by declared variables.
9394 (math-rwcomp-subst-old, math-rwcomp-subst-new)
9395 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
9396 New variables.
9397 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
9398 old, new, old-func and new-func by declared variables.
9399 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
9400 Remove unnecessary variable.
9401 (math-apply-rw-regs): New variable.
9402 (math-apply-rewrites, math-rwapply-replace-regs)
9403 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
9404 (math-apply-rw-ruleset): New variable.
9405 (math-apply-rewrites, math-rwapply-remember): Replace variable
9406 ruleset by declared variable.
9407
9408 2004-11-19 Richard M. Stallman <rms@gnu.org>
9409
9410 * info.el (Info-search): Use search-whitespace-regexp.
9411
9412 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9413
9414 * vc-rcs.el (vc-rcs-parse): New function.
9415 (vc-rcs-annotate-command): Likewise.
9416 (vc-rcs-annotate-current-time): Likewise.
9417 (vc-rcs-annotate-time): Likewise.
9418 (vc-rcs-annotate-extract-revision-at-line): Likewise.
9419
9420 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9421
9422 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
9423
9424 2004-11-18 Jay Belanger <belanger@truman.edu>
9425
9426 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
9427
9428 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9429
9430 * printing.el: Eliminate use of interactive-p and eval-and-compile.
9431 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9432 Use make-temp-file to generate PostScript files in any situation.
9433 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
9434 (pr-interactive-p): Eliminate var.
9435 (pr-save-interactive): Eliminate macro.
9436 (pr-interface, pr-ps-directory-preview)
9437 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9438 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9439 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9440 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9441 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9442 (pr-ps-region-ps-print, pr-ps-mode-preview)
9443 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9444 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9445 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
9446 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9447 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9448 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9449 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9450 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9451 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9452 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9453 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9454 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
9455 Eliminate pr-save-interactive usage.
9456 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
9457 Eliminate pr-interactive-p usage.
9458 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
9459 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
9460 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
9461 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
9462 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
9463 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
9464 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
9465 New funs.
9466 (pr-ps-file): Use make-temp-file to generate a temporary file.
9467
9468 2004-11-17 Jay Belanger <belanger@truman.edu>
9469
9470 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
9471 a local variable.
9472 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
9473 (math-top-only): New variable.
9474 (math-simplify, math-simplify-step): Replace variable top-only by
9475 declared variable math-top-only.
9476 (math-simplify-expr): Declare it.
9477 Replace argument expr in all calls of math-defsimplify by
9478 math-simplify-expr.
9479 (math-simplify-plus, math-simplify-times, math-simplify-divide)
9480 (math-simplify-divisor, math-simplify-one-divisor)
9481 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
9482 (math-simplify-pow): Replace variable expr by declared variable
9483 math-simplify-expr.
9484 (math-simplify-divisor): Remove local variables temp and op.
9485 (math-simplify-one-divisor): Make temp and op local variables.
9486 (math-simplify-divisor-nover, math-simplify-divisor-dover):
9487 New variables.
9488 (math-simplify-divisor, math-simplify-one-divisor):
9489 Replace variables nover and dover by declared variables.
9490 (math-expr-subst-new, math-expr-subst-old): New variables.
9491 (math-expr-subst, math-expr-subst-rec): Replace variables new
9492 and old by declared variables.
9493 (math-is-poly-degree, math-is-poly-loose): New variables.
9494 (math-is-polynomial, math-is-poly-rec): Replace variables degree
9495 and loose by declared variables.
9496 (math-poly-base-const-ok, math-poly-base-pred): New variables.
9497 (math-polynomial-base, math-polynomial-base-rec):
9498 Replace variables const-ok and mpb-pred by declared variables.
9499
9500 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
9501
9502 * calc/calc-ext.el (math-defsimplify): Change the argument in
9503 the created function to math-simplify-expr.
9504
9505 * calc/calc-units.el (math-simplify-expr): Declare it.
9506 Replace argument expr in all calls of math-defsimplify by
9507 math-simplify-expr.
9508 (math-simplify-units-prod): Replace variable expr by declared
9509 variable math-simplify-expr.
9510
9511 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9512
9513 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
9514 Replace mapcar->dolist, format->string.
9515
9516 2004-11-17 Miles Bader <miles@gnu.org>
9517
9518 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
9519 * progmodes/idlwave.el: Remove RCS keywords.
9520
9521 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
9522
9523 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
9524 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
9525 Update to IDLWAVE version 5.5. Too many changes to list them here.
9526 * progmodes/idlw-help.el: New file.
9527
9528 2004-11-16 Richard M. Stallman <rms@gnu.org>
9529
9530 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9531 Discard spaces after \i according to TeX rules.
9532
9533 * international/mule.el (set-buffer-file-coding-system):
9534 New arg NOMODIFY.
9535 (after-insert-file-set-coding): Pass that new arg.
9536 Prevent set-buffer-multibyte from trying to lock the file.
9537
9538 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
9539
9540 * saveplace.el (save-place): Doc fix.
9541
9542 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
9543 temporarily widen before finding the following word to copy.
9544
9545 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
9546 (cl-map-keymap): Definition deleted.
9547
9548 * subr.el (map-keymap-internal): New function.
9549
9550 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9551
9552 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
9553 when pressing rather than when releasing mouse-2. Simplify.
9554
9555 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9556
9557 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
9558 (compilation-mode): Set it here instead.
9559
9560 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
9561
9562 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
9563 (loop, cl-parse-loop-clause, defsetf): Use backquote.
9564
9565 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9566
9567 * progmodes/compile.el (compilation-internal-error-properties):
9568 Fix up a transposition-typo. Check end-col before using it.
9569
9570 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
9571
9572 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9573 Discard whitespace after macro \i when converting it.
9574
9575 2004-11-16 Juri Linkov <juri@jurta.org>
9576
9577 * emacs-lisp/find-func.el (find-function-regexp):
9578 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
9579 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
9580 Remove invalid `\W' from [^cgv\W]. Doc fix.
9581 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
9582
9583 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
9584
9585 * play/life.el: Maintainer is now FSF.
9586 (life-patterns, life-neighbor-deltas, life-window-start)
9587 (life-current-generation, life-generation-string): Use defvar
9588 instead of defconst.
9589
9590 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9591
9592 * progmodes/compile.el (compilation-move-to-column): New fun.
9593 (compilation-internal-error-properties)
9594 (compilation-next-error-function): Use it to make sure we don't go past
9595 the end of line.
9596
9597 2004-11-15 John Paul Wallington <jpw@gnu.org>
9598
9599 * autoinsert.el (auto-insert-alist): Insert the user's name in
9600 copyright notice, rather than Free Software Foundation, for the
9601 Emacs Lisp header case too.
9602
9603 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9604
9605 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
9606 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9607 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
9608 return the list of string in a string.
9609 (pr-call-process): Message if calling process returns an error, that
9610 is, the exit status is different of zero.
9611
9612 2004-11-15 Jay Belanger <belanger@truman.edu>
9613
9614 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
9615 variable var-thing.
9616 (math-integ-depth, math-integ-level, math-integral-limit)
9617 (math-enable-subst, math-any-substs, math-integ-msg)
9618 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
9619 (math-int-threshold, math-int-factors, math-double-roots)
9620 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
9621 (var-GenCount): Declare these variables.
9622 (calcFunc-integ): Don't check if var-IntegLimit is bound.
9623 (math-integral-cache, math-integral-cache-state):
9624 Move declarations to earlier in the file.
9625 (math-deriv-var, math-deriv-total, math-deriv-symb)
9626 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
9627 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
9628 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
9629 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
9630 (math-solve-res): New variables
9631 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
9632 (math-integral, math-replace-integral-parts)
9633 (math-integrate-by-parts, calc-dump-integral-cache)
9634 (math-try-integral, math-do-integral, math-do-integral)
9635 (math-do-integral-methods, math-try-solve-for)
9636 (math-try-solve-prod, math-solve-poly-funny-powers)
9637 (math-solve-crunch-poly, math-decompose-poly)
9638 (math-solve-find-root-term, math-find-root-in-prod)
9639 (math-integ-try-linear-substitutions)
9640 (math-integ-try-substitutions, math-expr-rational-in)
9641 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
9642 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
9643 (math-solve-for, math-solve-system, math-solve-system-rec)
9644 (math-solve-get-sign, math-solve-get-int)
9645 (math-solve-system-subst): Replace undeclared variables with newly
9646 declared variables.
9647
9648 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9649
9650 * winner.el (winner-active-region, winner-edges, winner-window-list):
9651 Define at toplevel.
9652 (winner-mode-map): Move init inside declaration.
9653
9654 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
9655
9656 * files.el (convert-standard-filename): Doc fix.
9657
9658 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
9659
9660 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
9661 passwd, group, shadow, default/* and pam.d/*.
9662
9663 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9664
9665 * printing.el (pr-menu-spec): Adjust menu specification.
9666
9667 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9668
9669 * printing.el: Doc fix. Insert :version tag into all defcustom.
9670 Handle interactive-p as is recommended in Emacs Lisp Reference.
9671 Set the file permission bits for newly created files.
9672 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9673 The printing menu specification (in `pr-menu-spec') was merged.
9674 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9675 (pr-version): New version number (6.8.3).
9676 (pr-file-modes): New option.
9677 (pr-interactive-p): New var.
9678 (pr-save-interactive, pr-save-file-modes): New macros.
9679 (pr-setup): Code fix.
9680 (pr-menu-spec): Menu specification merged.
9681 (pr-call-process, pr-text2ps): Set file permission bits.
9682 (pr-despool-print): Set file permission bits. Handle interactive-p as
9683 is recommended.
9684 (pr-interface, pr-ps-directory-preview)
9685 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9686 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9687 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9688 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9689 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9690 (pr-ps-region-ps-print, pr-ps-mode-preview)
9691 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9692 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9693 (pr-despool-using-ghostscript, pr-despool-ps-print)
9694 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9695 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9696 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9697 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9698 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9699 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9700 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9701 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9702 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
9703 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
9704 Handle interactive-p as is recommended.
9705
9706 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9707
9708 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
9709 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
9710
9711 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
9712 so it doesn't forget to highlight the beginning of the region either.
9713
9714 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
9715
9716 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
9717 (c-font-lock-init): Eliminate obsolete make-local-hook.
9718 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9719 (awk-mode): Use run-mode-hooks.
9720
9721 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
9722
9723 2004-11-13 Kim F. Storm <storm@cua.dk>
9724
9725 * mouse.el (mouse-drag-copy-region): Add :version.
9726 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
9727 while dragging mode line, so mode line can be dragged downwards.
9728 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
9729 while pressing mouse button so window doesn't scroll until we
9730 release the mouse if clicking on partially visible line.
9731
9732 2004-11-12 Jay Belanger <belanger@truman.edu>
9733
9734 * calc/calc-graph.el (calc-dumb-map): Declare it.
9735 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
9736 than unbound.
9737 (calc-graph-name): Made `end' a local variable.
9738 (calc-graph-lookup): Made `varname' a local variable.
9739 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
9740 Declare them.
9741 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
9742 (calc-graph-plot, calc-graph-compute-3d): Remove references to
9743 the unused variable y3vec.
9744 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
9745 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
9746 calc-graph-prev-kill-hook.
9747 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
9748 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
9749 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
9750 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
9751 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
9752 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
9753 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
9754 (calc-graph-y3value, calc-graph-y3name)
9755 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
9756 (calc-graph-stepcount, calc-graph-is-splot)
9757 (calc-graph-surprise-splot, calc-graph-blank)
9758 (calc-graph-non-blank, calc-graph-curve-num): New variables.
9759 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
9760 (calc-graph-recompute-2d, calc-graph-compute-3d)
9761 (calc-graph-format-data): Replace undeclared variables with the
9762 above newly declared variables.
9763
9764 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
9765
9766 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
9767 `rsf-beep' and `rsf-sleep-after-message'.
9768
9769 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
9770 list if `message-sender' is non-nil.
9771
9772 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9773
9774 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
9775 consing by using mapc instead of mapcar.
9776
9777 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
9778
9779 * tooltip.el (require): Explain why CL is needed.
9780
9781 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9782
9783 * printing.el: Insert :version into defgroup (printing). All reference
9784 to Files option in menubar were changed to File.
9785 (pr-version): New version number (6.8.2).
9786 (pr-get-symbol): Call easy-menu-intern.
9787 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
9788 compilation gripes.
9789
9790 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9791
9792 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
9793 new byte-compile-function-environment binding to t.
9794
9795 * font-lock.el (font-lock-fontify-syntactically-region):
9796 Don't forget to highlight the last char when we hit `end'.
9797
9798 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
9799 (mwheel-scroll): Adjust accordingly.
9800
9801 * cvs-status.el: Reduce spurious warnings.
9802 (cvs-status-checkout): Remove.
9803 (cvs-status-mode-map): Use cvs-mode-checkout instead.
9804
9805 * pcvs.el (cvs-mode-checkout): New command.
9806
9807 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
9808
9809 * tooltip.el: Require CL.
9810
9811 * emacs-lisp/bytecomp.el: Use push.
9812 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
9813 (defalias): Remove the `byte-compile' property and add
9814 a `byte-hunk-handler'.
9815
9816 2004-11-11 Juri Linkov <juri@jurta.org>
9817
9818 * info.el (Info-search): Save match data for isearch.
9819 Skip Tag Table node.
9820
9821 * descr-text.el (describe-char): Replace syntax-after with code
9822 from its previous version.
9823
9824 * files.el (magic-mode-alist): Use optimization for SGML mode too.
9825 (set-auto-mode): Doc fix. Remove unused variable `xml'.
9826
9827 * international/mule.el (sgml-html-meta-auto-coding-function):
9828 Remove > after <html to allow HTML attributes.
9829
9830 2004-11-11 Jay Belanger <belanger@truman.edu>
9831
9832 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
9833 a variable.
9834 (calcFunc-dfac): Replace unbound max by n.
9835 (math-stirling-local-cache): New variable.
9836 (math-stirling-number, math-stirling-1, math-stirling-2):
9837 Replace the variable `cache' by the declared variable
9838 math-stirling-local-cache.
9839 (var-RandSeed): Declare it as a variable.
9840 (math-init-random-base, math-random-digit): Don't check to see if
9841 var-RandSeed is bound.
9842 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
9843 Declare them instead of just setting them.
9844 (math-init-random-base): Made i a local variable.
9845 (math-random-digit): Made math-random-last a local variable.
9846 (math-prime-test-cache): Move declaration to before it is used.
9847 (math-prime-test-cache-k, math-prime-test-cache-q)
9848 (math-prime-test-cache-nm1, math-prime-factors-finished):
9849 Declare them as variables.
9850
9851 2004-11-11 Jay Belanger <belanger@truman.edu>
9852
9853 * calc/calc-ext.el (math-defcache): Use defvar for the new
9854 variables it creates.
9855
9856 2004-11-11 Lars Hansen <larsh@math.ku.dk>
9857
9858 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
9859 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
9860 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
9861 (desktop-save): Add :version.
9862
9863 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9864
9865 * printing.el (pr-get-symbol): Don't downcase.
9866
9867 2004-11-10 Jay Belanger <belanger@truman.edu>
9868
9869 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
9870 string to kill-ring.
9871
9872 * calc/calc-aent.el (calc-alg-exp, math-toks)
9873 (math-exp-pos,math-exp-old-pos, math-exp-token)
9874 (math-exp-keep-spaces, math-exp-str): New variables.
9875 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
9876 (calcAlg-enter): Use declared variable calc-alg-exp.
9877 (math-build-parse-table, math-find-user-token): Use declared
9878 variable math-toks.
9879 (math-read-exprs, math-read-token, calc-check-user-syntax)
9880 (calc-match-user-syntax, match-factor-after, math-read-factor):
9881 Use declared variables math-exp-pos math-exp-old-pos.
9882 (math-read-exprs, math-read-token, math-read-expr-level)
9883 (calc-check-user-syntax, calc-match-user-syntax)
9884 (match-factor-after, math-read-factor): Use declared variable
9885 math-exp-token.
9886 (math-read-exprs, math-read-expr-list, math-read-token)
9887 (math-read-factor): Use declared variable math-exp-keep-spaces.
9888 (math-read-exprs, math-read-token): Use declared variable
9889 math-exp-str.
9890 (calc-match-user-syntax): Make m a local variable.
9891
9892 * calc/calc-ext.el (math-read-expr): Use declared variables
9893 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
9894 math-exp-keep-spaces.
9895
9896 * calc/calc-forms.el (math-read-angle-bracket): Use declared
9897 variables math-exp-pos, math-exp-str.
9898
9899 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
9900 math-exp-old-pos.
9901 (math-parse-fortran-vector, math-parse-fortran-vector-end)
9902 (math-parse-eqn-prime): Use declared variable math-exp-token.
9903
9904 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
9905 Use declared variable math-exp-pos.
9906 (math-check-for-commas): Use declared variable math-exp-str.
9907 (math-read-brackets): Use declared variables math-exp-old-pos,
9908 math-exp-keep-spaces.
9909 (math-read-brackets, math-read-vector, math-read-matrix):
9910 Use declared variable math-exp-token.
9911
9912 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9913
9914 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
9915 where the keymap is a symbol.
9916 (easy-menu-add-item): Use keymap-prompt. Simplify.
9917
9918 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
9919
9920 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
9921 (sgml-parse-tag-backward): Use it to skip spurious < or >.
9922
9923 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
9924
9925 * ebuff-menu.el: Doc fixes throughout.
9926 (electric-buffer-menu-mode-hook): New defvar.
9927
9928 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
9929
9930 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
9931 The resulting compiler warnings appear to be harmless.
9932
9933 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
9934
9935 * textmodes/conf-mode.el: New file.
9936
9937 * files.el (auto-mode-alist, magic-mode-alist): Use it.
9938
9939 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9940
9941 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
9942
9943 2004-11-09 Jay Belanger <belanger@truman.edu>
9944
9945 * calc/calc-ext.el (calc-init-extensions): Remove old code.
9946
9947 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
9948 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
9949 (calc-z-prefix-help, calc-user-function-list): Use declared
9950 variables calc-z-prefix-buf, calc-z-prefix-msgs.
9951 (math-map-tree, math-map-tree-rec): Use declared variables
9952 math-mt-many, math-mt-func.
9953 (math-read-expression, math-read-string): Use declared variable
9954 math-expr-data.
9955
9956 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
9957 variable math-normalize-a.
9958
9959 * calc/calc.el (math-normalize-a): New variable.
9960 (math-normalize): Use declared variable math-normalize-a.
9961
9962 * calc/calc-poly.el (math-expand-form): Use declared variable
9963 math-mt-many.
9964
9965 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9966 Use declared variable math-mt-many.
9967 (math-rewrite): Use declared variable math-mt-func.
9968
9969 * calc/calc-vec.el (math-read-brackets, math-read-vector)
9970 (math-read-matrix): Use declared variable math-expr-data.
9971
9972 * calc/calc-lang.el (math-parse-fortran-vector)
9973 (math-parse-fortran-vector-end, math-parse-tex-sum)
9974 (math-parse-eqn-matrix, math-parse-eqn-prime)
9975 (math-read-math-subscr): Use declared variable math-expr-data.
9976
9977 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
9978 (math-read-expr-level, math-read-token, calc-check-user-syntax)
9979 (calc-match-user-syntax, math-read-if, math-factor-after)
9980 (math-read-factor): Use declared variable math-expr-data.
9981
9982 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
9983
9984 * calendar/diary-lib.el (diary-from-outlook)
9985 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
9986 interactive-p; but rather new optional argument NOCONFIRM.
9987
9988 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9989
9990 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
9991 (easy-menu-name-match): Revert correspondingly.
9992
9993 2004-11-09 Richard M. Stallman <rms@gnu.org>
9994
9995 * emacs-lisp/bytecomp.el (byte-compile-defalias):
9996 Turn off warnings for the new function even if definition not constant.
9997 If the definition isn't a quoted symbol, record (FUNCTION . t).
9998 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
9999 (byte-compile-callargs-warn): Handle (FUNCTION . t).
10000 (display-call-tree, byte-compile-arglist-warn):
10001 Handle t returned by byte-compile-fdefinition.
10002
10003 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10004
10005 * Makefile.in (maintainer-clean): Depend on distclean.
10006
10007 * help-fns.el (help-C-file-name): File name must be in build-files
10008 to be returned.
10009
10010 2004-11-09 Jay Belanger <belanger@truman.edu>
10011
10012 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
10013 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
10014
10015 * calc/calc.el (calc, calc-trail-display, calc-mode):
10016 Remove obsolete sections.
10017
10018 * calc/calc.el (calc-x-paste-text): Remove.
10019
10020 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
10021 mouse-2.
10022
10023 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
10024
10025 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
10026 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
10027 current frame (in case of recursive calls).
10028 (gdb-show-changed-values): Add :version keyword.
10029
10030 2004-11-09 Kenichi Handa <handa@m17n.org>
10031
10032 * international/mule-cmds.el: Change coding: tag back to
10033 iso-2022-7bit.
10034
10035 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10036
10037 * international/mule-cmds.el: Change coding-system to utf-8.
10038 (select-safe-coding-system-interactively):
10039 New function extracted from select-safe-coding-system.
10040 (select-safe-coding-system): Use it.
10041
10042 2004-11-08 Richard M. Stallman <rms@gnu.org>
10043
10044 * subr.el (syntax-after): Doc fix.
10045
10046 * paren.el (show-paren-function): Change calls to syntax-after
10047 for new way of returning the value.
10048
10049 * menu-bar.el (menu-bar-file-menu): Make this the real name
10050 and menu-bar-files-menu the alias. Use the former.
10051 (global-map): Use `file', not `files', as the symbol.
10052
10053 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
10054
10055 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
10056 Don't use beginning-of-buffer.
10057 (filesets-cmd-show-result): Use with-no-warnings.
10058
10059 2004-11-08 Juri Linkov <juri@jurta.org>
10060
10061 * progmodes/compile.el (compile): Don't overwrite last command in
10062 minibuffer history with default command if they are not equal.
10063
10064 2004-11-08 Jay Belanger <belanger@truman.edu>
10065
10066 * calc/calcalg2.el (math-do-integral-methods): Try linear then
10067 non-linear substitutions.
10068
10069 2004-11-08 Jay Belanger <belanger@truman.edu>
10070
10071 * calc/calcalg2.el (math-linear-subst-tried): New variable.
10072 (math-do-integral): Set `math-linear-subst-tried' to nil.
10073 (math-do-integral-methods): Use `math-linear-subst-tried' to
10074 determine what type of substitution to try.
10075 (math-integ-try-linear-substituion):
10076 Set `math-linear-subst-tried' to t.
10077
10078 2004-11-08 Kim F. Storm <storm@cua.dk>
10079
10080 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
10081
10082 2004-11-07 Juri Linkov <juri@jurta.org>
10083
10084 * info-look.el (info-lookup): Allow reusing in the current buffer
10085 not only *info* buffer, but all (even renamed) Info buffers
10086 by checking for major-mode instead of *info* buffer name.
10087 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
10088 (octave-mode, maxima-mode) <doc-spec>:
10089 Allow long dashes generated by Texinfo 4.7 before definitions.
10090 (texinfo-mode) <doc-spec>: Add space to suffix to find command
10091 definitions with argument separated by space.
10092
10093 2004-11-06 Richard M. Stallman <rms@gnu.org>
10094
10095 * simple.el (next-error group, face): Move before first use.
10096 (next-error-highlight, next-error-highlight-no-select): Likewise.
10097
10098 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
10099 (line-move): New args NOERROR and TO-END.
10100 Return t if if succeed in moving specified number of lines.
10101 (move-end-of-line): New function.
10102
10103 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
10104 (end-of-buffer-other-window): Likewise.
10105
10106 * simple.el (line-move-ignore-invisible): Default to t.
10107
10108 * subr.el (syntax-after): Return the syntax letter, not the raw code.
10109
10110 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
10111
10112 * international/iso-cvt.el (iso-cvt-define-menu):
10113 Rename menu-bar-files-menu to menu-bar-file-menu.
10114
10115 * net/browse-url.el (browse-url-gnome-moz-program)
10116 (browse-url-gnome-moz-arguments): Move up before first use.
10117
10118 * net/tramp.el (tramp group): Add :version.
10119
10120 * progmodes/ada-xref.el (ada-gdb-application):
10121 Use goto-char instead of beginning-of-buffer.
10122
10123 * progmodes/cperl-mode.el (cperl-info-on-command):
10124 Use goto-char instead of beginning-of-buffer.
10125
10126 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
10127 Move up before first use.
10128 (idlwave-shell-temp-pro-file): Likewise.
10129 (idlwave-shell-temp-rinfo-save-file): Likewise.
10130 (idlwave-shell-temp-file): Minor doc fix.
10131
10132 * textmodes/flyspell.el (flyspell-external-point-words):
10133 Use goto-char instead of beginning-of-buffer.
10134
10135 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
10136
10137 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
10138 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
10139 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
10140
10141 2004-11-06 David Ponce <david@dponce.com>
10142
10143 * recentf.el (recentf-menu-path): Use menu item name.
10144
10145 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10146
10147 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
10148 display doesn't support images.
10149
10150 2004-11-06 Andreas Schwab <schwab@suse.de>
10151
10152 * tempo.el (tempo-match-finder): Doc fix.
10153
10154 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
10155
10156 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
10157
10158 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
10159 (easy-menu-lookup-name): New fun to replace it.
10160 (easy-menu-get-map): Use it to obey menu item names (rather than just
10161 keys) when looking up `path'.
10162 (easy-menu-always-true-p): Rename from easy-menu-always-true.
10163 (easy-menu-convert-item-1): Adjust to new name.
10164
10165 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
10166
10167 * outline.el (hide-body): Don't hide lines at the top of the file
10168 that precede the first header line.
10169
10170 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
10171
10172 * align.el (align-areas): Delete whitespace before reindenting, so
10173 that tabs are never placed after spaces.
10174
10175 2004-11-06 Alan Shutko <ats@acm.org>
10176
10177 * macros.el (insert-kbd-macro): Do completions based on macros,
10178 rather than all commands.
10179
10180 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
10181
10182 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
10183 to solve a bug whereby tags with 'b' don't match.
10184
10185 2004-11-05 Juri Linkov <juri@jurta.org>
10186
10187 * info.el (Info-search): Don't search in node header lines
10188 and file headers.
10189
10190 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
10191 symbol-constituent characters after dot, not only digits.
10192
10193 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
10194
10195 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
10196
10197 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10198
10199 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10200 if a dialog will be used, read-file-name otherwise.
10201
10202 2004-11-04 Richard M. Stallman <rms@gnu.org>
10203
10204 * textmodes/table.el (table group): Add :version.
10205
10206 * textmodes/ispell.el (ispell-word):
10207 Don't alter args; set them only thru `interactive' spec.
10208
10209 * textmodes/flyspell.el (flyspell-word):
10210 Don't alter FOLLOWING; set it only thru `interactive' spec.
10211
10212 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
10213
10214 * net/browse-url.el (browse-url-maybe-new-window):
10215 Use called-interactively-p.
10216
10217 * mail/supercite.el (sc-cite-region):
10218 Don't use interactive-p. Add arg INTERACTIVE.
10219 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
10220
10221 * international/mule-cmds.el (set-input-method, toggle-input-method):
10222 Don't use interactive-p. Add arg INTERACTIVE.
10223
10224 * eshell/esh-mode.el (eshell-show-maximum-output):
10225 Don't use interactive-p.
10226 (eshell-truncate-buffer): Just message, no error, if buffer is short.
10227
10228 * mouse.el (mouse-show-mark): Get positions to delete from mark
10229 and point, not from mouse-drag-overlay.
10230
10231 * imenu.el (imenu-eager-completion-buffer): Add :version.
10232
10233 * filesets.el (filesets group): Add :version.
10234
10235 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
10236
10237 * files.el (xml-based-modes): Delete var.
10238 (magic-mode-alist): New more general var.
10239 (set-auto-mode): Use it.
10240
10241 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
10242 when clicking from another window.
10243
10244 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
10245
10246 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
10247 (vc-cvs-annotate-time): Incorporate value of deleted var.
10248 Remove special-case handling of beginning-of-buffer cruft.
10249 Cache ending position (point) and return value in text property
10250 `vc-cvs-annotate-time', and consult it on subsequent invocations.
10251
10252 * vc-cvs.el (vc-cvs-annotate-command):
10253 Delete extraneous lines from beginning of buffer.
10254 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
10255
10256 * progmodes/grep.el (grep-default-command): Take empty string
10257 for tag if all other methods yield nil. Shell-quote the tag.
10258
10259 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
10260 spec in `interactive' form, and mention it in the docstring.
10261 Also, make sure point is at bol after calling `annotate-time'.
10262
10263 2004-11-02 Richard M. Stallman <rms@gnu.org>
10264
10265 * cus-edit.el (customize-group-other-window):
10266 Select the window that displays the custom buffer.
10267 (custom-buffer-create-other-window): Likewise.
10268
10269 * comint.el (comint-insert-input): Fix previous change.
10270
10271 * emacs-lisp/elp.el (elp-instrument-function):
10272 Use called-interactively-p.
10273
10274 * emacs-lisp/easymenu.el (easy-menu-intern):
10275 Don't downcase; rather, case-flip the first letter of each word.
10276
10277 * emacs-lisp/easy-mmode.el (define-minor-mode):
10278 Use called-interactively-p.
10279
10280 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
10281 Add interactive-only.
10282 (byte-compile-warnings): Add interactive-only as option.
10283 (byte-compile-interactive-only-functions): New variable.
10284 (byte-compile-form): Warn about calls to functions
10285 in byte-compile-interactive-only-functions.
10286
10287 * emacs-lisp/autoload.el (update-file-autoloads):
10288 Don't use interactive-p; take new arg SAVE-AFTER.
10289
10290 * emacs-lisp/advice.el (ad-make-advised-definition):
10291 Use called-interactively-p.
10292
10293 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10294
10295 * files.el (find-file-existing): New function.
10296
10297 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
10298 find-file-existing. Add "New File..." that calls find-file.
10299
10300 * diropen.pbm, diropen.xpm: New files.
10301
10302 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
10303 icon diropen. New tool bar item find-file-existing uses icon open.
10304
10305 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10306 instead of read-file-name.
10307
10308 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
10309
10310 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
10311 (icalendar--split-value): Change name of work buffer.
10312 (icalendar--get-weekday-abbrev): Return nil on error.
10313 (icalendar--date-to-isodate): New function.
10314 (icalendar-convert-diary-to-ical)
10315 (icalendar-extract-ical-from-buffer): Use only two args for
10316 make-obsolete (XEmacs compatibility).
10317 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
10318 (icalendar-export-region): Doc fix.
10319 If error, return non-nil and write errors to a buffer.
10320 Use correct weekday for weekly recurring events.
10321 Check whether date has been parsed for ordinary events.
10322 Make weekly events start in the year 2000.
10323 DTEND is non-inclusive, shift end date by one day if
10324 necessary (not for entries that have date and time).
10325 Rename local let variables: oops -> found-error, datestring ->
10326 startdatestring.
10327
10328 2004-11-02 Kim F. Storm <storm@cua.dk>
10329
10330 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
10331 keep-mode-if-same variable. Add it as optional arg instead.
10332 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
10333
10334 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
10335 substitute-command-keys will select lower-case bindings like those
10336 used in the static help texts.
10337
10338 * descr-text.el (describe-text-properties): Don't err if called in
10339 the *Help* buffer; output to *Help-2* buffer instead.
10340
10341 * kmacro.el (group kmacro): Add :version.
10342 (kmacro-keyboard-quit): New function to cleanup on C-g.
10343 (kmacro-start-macro): Set defining-kbd-macro to append when
10344 appending to last macro.
10345
10346 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
10347
10348 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
10349
10350 * progmodes/gdb-ui.el (gdb-enable-debug-log)
10351 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
10352 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
10353 Add :version keyword.
10354
10355 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
10356
10357 * progmodes/flymake.el (flymake-err-line-patterns):
10358 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
10359 `compilation-error-regexp-alist-alist' to internal Flymake format.
10360
10361 * progmodes/flymake.el: Eliminate byte-compiler warnings.
10362
10363 2004-11-01 Jay Belanger <belanger@truman.edu>
10364
10365 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
10366 with `interactive "s"'.
10367
10368 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10369
10370 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10371 Revert change from 2004-10-16. '*' checks the current buffer, but the
10372 mouse click may be in another buffer.
10373
10374 2004-11-01 John Paul Wallington <jpw@gnu.org>
10375
10376 * files.el (large-file-warning-threshold): Add :version keyword.
10377 (kill-some-buffers): Doc fix.
10378
10379 * thumbs.el (group thumbs): Add :version keyword.
10380
10381 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
10382
10383 2004-11-01 Richard M. Stallman <rms@gnu.org>
10384
10385 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
10386
10387 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
10388
10389 * allout.el (allout group): Add :version.
10390 (allout-init): Don't use interactive-p.
10391 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
10392 (allout-forward-current-level, allout-backward-current-level):
10393 Don't use interactive-p.
10394
10395 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
10396 (bibtex-find-text): Likewise.
10397
10398 * progmodes/vhdl-mode.el (vhdl-fill-region)
10399 (vhdl-beginning-of-statement): Don't use interactive-p.
10400
10401 * progmodes/idlwave.el (idlwave-update-routine-info):
10402 Don't use interactive-p.
10403
10404 * progmodes/idlw-shell.el (idlwave-shell-send-char):
10405 Don't use interactive-p.
10406
10407 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
10408 Don't use interactive-p.
10409
10410 * progmodes/ada-xref.el (ada-make-body-gnatstub):
10411 Don't use interactive-p.
10412
10413 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
10414 (fortune-in-buffer): Doc fix.
10415
10416 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
10417
10418 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
10419 don't select the temporary buffer.
10420 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
10421 (eudc-get-phone): Likewise.
10422
10423 2004-11-01 Kim F. Storm <storm@cua.dk>
10424
10425 * man.el (Man-xref-normal-file): Fix help-echo.
10426
10427 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10428
10429 * reveal.el (reveal-last-tick): New var.
10430 (reveal-post-command): Use it to avoid closing overlays when we're
10431 appending text to them.
10432
10433 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10434
10435 * textmodes/bibtex.el: Require button.
10436 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
10437 (bibtex-reference-keys): Distinguish between header keys and
10438 crossref keys.
10439 (bibtex-beginning-of-field): New function.
10440 (bibtex-url-map): Remove.
10441 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
10442 (bibtex-font-lock-url-regexp): Assume that field names begin at
10443 the beginning of a line.
10444 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
10445 Remove field delimiters. Use bibtex-beginning-of-field.
10446 Bugfix, point can be inside a field with a url.
10447 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
10448 New functions.
10449 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
10450 (bibtex-key-in-head): Simplify.
10451 (bibtex-current-line): Use bolp.
10452 (bibtex-parse-keys): Remove unused arg `add'.
10453 Use bibtex-type-in-head and bibtex-key-in-head.
10454 (bibtex-parse-entry, bibtex-autofill-entry):
10455 Use bibtex-type-in-head and bibtex-key-in-head.
10456 (bibtex-autokey-get-field): Do not alter case of replacement text.
10457 (bibtex-autokey-get-names): Do all processing of name list.
10458 (bibtex-autokey-get-year): New function.
10459 (bibtex-autokey-get-title): Do all processing of title words.
10460 (bibtex-generate-autokey): Simplify.
10461 (bibtex-string-files-init): Use default-directory.
10462 Allow for absolute file names in bibtex-string-files.
10463 (bibtex-files, bibtex-file-path): New variables.
10464 (bibtex-files-expand): New function.
10465 (bibtex-find-entry-globally): New command.
10466 (bibtex-summary-function): New variable.
10467 (bibtex-summary): Default value of bibtex-summary-function.
10468 (bibtex-find-crossref): New optional args pnt and split.
10469 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
10470 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
10471 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
10472 Fix handling of required and alternative fields.
10473 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
10474 Use cons and display-buffer.
10475 (bibtex-validate-globally): New command.
10476 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
10477 bibtex-parse-keys and bibtex-parse-strings for updating
10478 bibtex-reference-keys and bibtex-strings.
10479 (bibtex-realign): Remove blank lines past the last entry.
10480 (bibtex-reformat): Use bibtex-entry-format as default.
10481 (bibtex-choose-completion-string): Remove.
10482 (bibtex-complete): Do not use bibtex-choose-completion-string.
10483 (bibtex-url): Simplify.
10484
10485 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10486
10487 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
10488 (x-dnd-types-alist, x-dnd-open-file-other-window)
10489 (x-dnd-known-types): Add :version.
10490
10491 2004-10-31 John Paul Wallington <jpw@gnu.org>
10492
10493 * ibuffer.el (group ibuffer): Add :version keyword.
10494
10495 2004-10-31 Kim F. Storm <storm@cua.dk>
10496
10497 * ido.el (group ido): Add :version keyword.
10498 (ido-mode): Remove :version keyword.
10499
10500 * emulation/cua-base.el (group cua): Add :version keyword.
10501 (cua-mode): Remove :version keyword.
10502
10503 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
10504
10505 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
10506
10507 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
10508 compiler warning.
10509 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
10510 function.
10511 (help-at-pt-display-when-idle): Remove autoload.
10512
10513 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10514
10515 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
10516
10517 2004-10-30 Juri Linkov <juri@jurta.org>
10518
10519 * help.el (function-called-at-point):
10520 * help-fns.el (variable-at-point): Read -> intern.
10521
10522 2004-10-30 Simon Josefsson <jas@extundo.com>
10523
10524 * progmodes/autoconf.el (autoconf-font-lock-keywords):
10525 Recognize AS_* too.
10526
10527 2004-10-29 Simon Josefsson <jas@extundo.com>
10528
10529 * subr.el (read-passwd): Move back from password.el.
10530
10531 * password.el: Remove, not ready yet.
10532
10533 2004-10-29 Andreas Schwab <schwab@suse.de>
10534
10535 * speedbar.el (speedbar-frame-parameters): Improve customize type.
10536
10537 2004-10-29 Sam Steingold <sds@gnu.org>
10538
10539 * mouse.el (mouse-show-mark): Replace the last occurrence of
10540 x-lost-selection-hooks with x-lost-selection-functions.
10541
10542 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10543
10544 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
10545 x-lost-selection-functions is bound.
10546
10547 * mouse-sel.el (mouse-sel-mode):
10548 * emacs-lisp/lselect.el: Adjust to new names for
10549 x-(lost|sent)-selection-functions.
10550
10551 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
10552 New obsolete aliases of x-lost-selection-functions and
10553 x-sent-selection-functions.
10554
10555 2004-10-28 Kim F. Storm <storm@cua.dk>
10556
10557 * imenu.el (imenu-scanning-message): Remove.
10558 (imenu-progress-message): Make it a no-op.
10559
10560 2004-10-28 John Paul Wallington <jpw@gnu.org>
10561
10562 * files.el (set-auto-mode): Call `throw' correctly.
10563
10564 2004-10-28 Juri Linkov <juri@jurta.org>
10565
10566 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
10567 to search `Info-...' commands in `info' manual.
10568 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10569 Add 'info-file "emacs" property.
10570 (Info-find-emacs-command-nodes): Fix index line number regexp.
10571 Set real line number (instead of fake 0) in first element of the
10572 returned list.
10573 (Info-goto-emacs-command-node): Use line number of first element
10574 to set point in the first found Info node.
10575
10576 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
10577 code to `grep-mode-font-lock-keywords'.
10578 (grep-mode-font-lock-keywords): Delete grep markers instead
10579 of making them invisible.
10580
10581 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10582
10583 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
10584 and x-server-version in bug report.
10585
10586 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
10587
10588 * files.el (set-auto-mode-0): New function.
10589 (set-auto-mode): Use it to handle aliased modes and to
10590 be consistent between C-x C-f and C-x C-w.
10591
10592 2004-10-28 Kenichi Handa <handa@m17n.org>
10593
10594 * international/utf-8.el (utf-translate-cjk-charsets):
10595 Add katakana-jisx0201.
10596
10597 * international/subst-jis.el: Add data for JISX0201.
10598
10599 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10600
10601 * obsolete/hilit19.el (hilit-mode): New function.
10602 Move all the toplevel side-effecting stuff into it, so that loading
10603 hilit19 doesn't mess everything up any more.
10604
10605 2004-10-27 Richard M. Stallman <rms@gnu.org>
10606
10607 * add-log.el (add-change-log-entry): Set up mailing address
10608 and full name later, and don't alter add-log-mailing-address
10609 or add-log-full-name.
10610
10611 * elide-head.el (elide-head): Change error to message.
10612 (elide-head-show): Likewise.
10613
10614 * apropos.el (apropos-macrop): Doc fix.
10615
10616 * mouse.el (mouse-show-mark): Do most processing the same
10617 regardless of transient-mark-mode.
10618
10619 * shadowfile.el (shadow-copy-files): Use interactive-p
10620 only to control whether to print a message.
10621
10622 * tar-mode.el (tar-mode): Use write-contents-functions,
10623 not write-contents-hooks.
10624
10625 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
10626 directory-sep-char.
10627
10628 2004-10-27 Richard M. Stallman <rms@gnu.org>
10629
10630 * strokes.el (strokes-unload-hook): Fix previous change.
10631
10632 * type-break.el (type-break-run-at-time): Always use run-at-time;
10633 forget the alternatives.
10634 (type-break-cancel-function-timers): Always use cancel-function-timers;
10635 forget the alternatives.
10636
10637 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
10638
10639 2004-10-27 Kenichi Handa <handa@m17n.org>
10640
10641 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
10642
10643 * international/subst-gb2312.el: Likewise.
10644
10645 * international/subst-big5.el: Likewise.
10646
10647 * international/subst-ksc.el: Likewise.
10648
10649 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
10650 New variable.
10651 (utf-translate-cjk-set-unicode-range): New function.
10652 (utf-translate-cjk-unicode-range): Make it customizable.
10653 (utf-8-post-read-conversion):
10654 Use utf-translate-cjk-unicode-range-string.
10655 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
10656 Unicode ranges.
10657
10658 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
10659
10660 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
10661 trivial variants to shorten the list.
10662 (xml-based-modes): New var.
10663 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
10664 declaration higher priority than auto-mode-alist.
10665
10666 * find-file.el (cc-other-file-alist): Bring it in line with
10667 cc-mode's auto-mode-alist entries and use \' instead of $.
10668
10669 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
10670 and add "Id" and "Name" submenus to it.
10671
10672 * imenu.el (imenu--generic-function): Skip matches in comments.
10673
10674 2004-10-26 Jay Belanger <belanger@truman.edu>
10675
10676 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
10677 (full-calc-keypad, calc-trail-display): Use an extra argument
10678 instead of `interactive-p'.
10679
10680 * calc/calc-misc.el (calc-other-window): Use an extra argument
10681 instead of `interactive-p'.
10682
10683 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
10684 `interactive-p'.
10685
10686 2004-10-26 Kim F. Storm <storm@cua.dk>
10687
10688 * help.el (describe-key): Describe both down-event and up-event
10689 for a mouse click.
10690
10691 2004-10-26 Richard M. Stallman <rms@gnu.org>
10692
10693 * woman.el (woman): Don't call interactive-p.
10694
10695 * pcomplete.el (pcomplete): Instead of interactive-p,
10696 use an arg set non-nil by the interactive spec.
10697
10698 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
10699 use an arg set non-nil by the interactive spec.
10700
10701 * man.el (Man-cleanup-manpage): Instead of interactive-p,
10702 use an arg set non-nil by the interactive spec.
10703
10704 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10705
10706 * progmodes/flymake.el (flymake-split-string):
10707 Use `flymake-split-string-remove-empty-edges' in any case.
10708
10709 2004-10-26 Masatake YAMATO <jet@gyve.org>
10710
10711 * progmodes/flymake.el (flymake-err-line-patterns):
10712 Use `compilation-error-regexp-alist-alist' instead of
10713 `compilation-error-regexp-alist'.
10714
10715 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10716
10717 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
10718 verbatim face on the \ of \end{verbatim}.
10719
10720 2004-10-25 Jay Belanger <belanger@truman.edu>
10721
10722 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
10723 erasing minibuffer.
10724
10725 2004-10-25 Simon Josefsson <jas@extundo.com>
10726
10727 * subr.el (read-passwd): Move to net/password.el.
10728
10729 * net/password.el (read-passwd): Add. Autoload it.
10730
10731 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
10732
10733 * mouse-sel.el (mouse-sel-mode): Specify custom group.
10734
10735 * simple.el (process-file): Fix logic.
10736
10737 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10738
10739 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
10740 (increase-right-margin): Remove erroneous call to `interactive-p'.
10741
10742 2004-10-24 Kim F. Storm <storm@cua.dk>
10743
10744 * help.el (describe-mode): Fix 2004-10-13 change.
10745 Copy pure "Auto Fill" string so it can be propertized later
10746 without causing a read-only error.
10747
10748 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10749
10750 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
10751 style indexes.
10752
10753 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10754
10755 * simple.el (process-file): Accept nil for INFILE. Reported by
10756 Luc Teirlinck.
10757
10758 2004-10-24 Masatake YAMATO <jet@gyve.org>
10759
10760 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
10761 Handle periods and underscores in a function name.
10762 Remove the address fontification.
10763
10764 2004-10-24 Masatake YAMATO <jet@gyve.org>
10765
10766 * progmodes/asm-mode.el (asm-font-lock-keywords):
10767 Use font-lock-variable-name-face for registers.
10768
10769 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
10770
10771 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
10772 kill-all-local-variables.
10773 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
10774 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
10775 Use kill-all-local-variables and provide mode-hooks.
10776 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
10777 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
10778 Suggested by Masatake YAMATO <jet@gyve.org>.
10779
10780 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
10781
10782 * simple.el (process-file): New function, similar to call-process
10783 but supports file handlers.
10784 * vc.el (vc-do-command): Use it, instead of call-process.
10785 * net/tramp-vc.el (vc-do-command): Do not advise it if
10786 process-file is fboundp.
10787 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
10788 process-file.
10789 (tramp-handle-process-file): New function.
10790 (tramp-file-name-for-operation): Support process-file.
10791
10792 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
10793
10794 * calendar/icalendar.el (icalendar--weekday-array): New constant.
10795 (icalendar-weekdayabbrev-table)
10796 (icalendar-monthnumber-table): Delete.
10797 (icalendar--get-month-number): Use calendar-month-name-array.
10798 (icalendar--get-weekday-number): New function.
10799 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
10800 (icalendar-export-region): Handle multi-line entries.
10801 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
10802
10803 2004-10-23 John Paul Wallington <jpw@gnu.org>
10804
10805 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
10806 `wildcards' set to t in interactive spec.
10807
10808 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
10809 interactive spec rather than use `interactive-p'.
10810 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
10811 rather than use function `interactive-p'.
10812
10813 2004-10-22 Kenichi Handa <handa@m17n.org>
10814
10815 * international/mule.el (translate-region): Implement it in Lisp
10816 as a front end of translate-region-internal.
10817
10818 2004-10-21 Jay Belanger <belanger@truman.edu>
10819
10820 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
10821 Declare these variables with defvar.
10822
10823 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
10824 is bound, only check to see if it is bound.
10825
10826 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10827
10828 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10829 Don't output messages.
10830
10831 * calc/calc-help.el (calc-describe-bindings): Fix last change.
10832
10833 2004-10-21 John Paul Wallington <jpw@gnu.org>
10834
10835 * calc/calc-graph.el (calc-graph-init):
10836 Use `set-process-query-on-exit-flag'.
10837
10838 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
10839
10840 * progmodes/compile.el (compilation-start): Rely on `cd' to get
10841 dir right and also allow argumentless cd.
10842
10843 2004-10-19 Richard M. Stallman <rms@gnu.org>
10844
10845 * textmodes/flyspell.el (flyspell-mode): Doc fix.
10846
10847 * eshell/em-unix.el (eshell-grep):
10848 Don't bind compilation-process-setup-function.
10849
10850 * comint.el (comint-insert-input): Use @ in `interactive'.
10851 (comint-input-filter-functions): Doc fix.
10852 (comint-kill-whole-line, comint-get-source): Doc fix.
10853
10854 * progmodes/compile.el (compilation-setup):
10855 Don't set buffer-read-only if MINOR is non-nil.
10856
10857 2004-10-19 Jay Belanger <belanger@truman.edu>
10858
10859 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
10860 (calc-emacs-type-gnu19): Remove.
10861 (calc-digit-map, calc-read-key-sequence, calc-read-key):
10862 Remove check for old emacs versions.
10863
10864 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
10865 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
10866 for current Emacs.
10867
10868 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
10869 the end of the minibuffer.
10870 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
10871 copy `esc-map'.
10872
10873 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
10874
10875 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
10876 call that would be given when the current emacs was used.
10877
10878 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
10879
10880 * calendar/icalendar.el: Set coding to utf-8.
10881 (icalendar-version): Increase to 0.07.
10882 (icalendar-monthnumber-table): Change March pattern.
10883 (icalendar-get-all-event-properties)
10884 (icalendar-set-event-property): Delete.
10885 (icalendar-all-events): No longer interactive.
10886 (icalendar-convert-diary-to-ical)
10887 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
10888 their replacements.
10889 (icalendar-export-file, icalendar-export-region): New functions;
10890 essentially old `icalendar-convert-diary-to-ical' but appending to
10891 target rather than overwriting.
10892 (icalendar-import-file): Append to target file rather than
10893 overwriting. Fourth arg deleted.
10894 (icalendar-import-buffer): New name for old
10895 `icalendar-extract-ical-from-buffer'.
10896 (icalendar--convert-string-for-import): New name for
10897 old `icalendar-convert-for-import'.
10898 (include-icalendar-files): Delete.
10899 Prefix for all internal functions changed from `icalendar-'
10900 to `icalendar--'.
10901
10902 2004-10-19 Richard M. Stallman <rms@gnu.org>
10903
10904 * paths.el (news-path): Fix previous change.
10905
10906 2004-10-18 Jay Belanger <belanger@truman.edu>
10907
10908 * calc/calc-help.el (calc-describe-bindings):
10909 Set `buffer-read-only' to nil while working in the keybindings buffer;
10910 remove some extra information from the keybindings buffer.
10911
10912 2004-10-18 David Ponce <david@dponce.com>
10913
10914 * mouse.el (mouse-drag-move-window-top): New function.
10915 (mouse-drag-mode-line-1): Use it.
10916
10917 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
10918
10919 * info.el (Info-fontify-node): For multiline refs,
10920 arrange to unfontify newline and surrounding whitespace.
10921
10922 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10923
10924 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
10925 directory is missing.
10926
10927 2004-10-17 John Paul Wallington <jpw@gnu.org>
10928
10929 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
10930 New customizable variable; whether to display buffers that match
10931 `ibuffer-maybe-show-predicates' by default.
10932 (ibuffer-maybe-show-predicates): Mention it in docstring.
10933 (ibuffer-display-maybe-show-predicates): New variable.
10934 (ibuffer-update): Prefix arg now toggles whether buffers that
10935 match `ibuffer-maybe-show-predicates' should be displayed.
10936 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
10937 locally to heed `ibuffer-default-display-maybe-show-predicates'.
10938 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
10939
10940 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
10941
10942 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
10943 work correctly.
10944
10945 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
10946
10947 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
10948 (Buffer-menu-beginning): New helper function.
10949 (Buffer-menu-execute): Use it.
10950 (Buffer-menu-select): Use it.
10951 (Buffer-menu-sort): Use it and also keep markers.
10952
10953 2004-10-17 Richard M. Stallman <rms@gnu.org>
10954
10955 * paths.el (news-directory): Rename from news-path. Old name alias.
10956 (rmail-spool-directory): Use defvar.
10957 (sendmail-program): Use defcustom.
10958 (remote-shell-program): Use defcustom.
10959 (term-file-prefix): Use defvar.
10960 (abbrev-file-name): Use defvar.
10961
10962 * term.el: Add maintainer.
10963
10964 * subr.el (with-local-quit): Return nil if there's a quit.
10965 (read-passwd): Use with-local-quit. Doc fix.
10966
10967 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
10968 (strokes-unload-hook): Set as a variable with add-hook.
10969
10970 * startup.el (fancy-splash-tail, normal-splash-screen):
10971 Update copyright year.
10972
10973 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
10974
10975 * server.el (server-unload-hook): Set as a variable with add-hook.
10976
10977 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
10978
10979 * frame.el (special-display-popup-frame):
10980 Make the buffer current as its frame is created.
10981
10982 * delsel.el (delsel-unload-hook): Set as a variable.
10983
10984 * comint.el (comint-output-filter-functions):
10985 Add comint-watch-for-password-prompt.
10986 (comint-read-noecho): Function deleted.
10987 (send-invisible): Use read-passwd.
10988
10989 * fringe.el (fringe-mode-initialize): New function.
10990 (fringe-mode): Use fringe-mode-initialize as :initialize.
10991
10992 2004-10-17 Kim F. Storm <storm@cua.dk>
10993
10994 * language/indian.el (indian-script-language-alist): Swap value and doc.
10995 (indian-font-char-index-table): Doc fix.
10996
10997 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10998
10999 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
11000
11001 2004-10-16 Juri Linkov <juri@jurta.org>
11002
11003 * progmodes/compile.el (compilation-start): Move let-binding of
11004 `process-environment' into `with-current-buffer' body.
11005 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11006
11007 2004-10-16 Richard M. Stallman <rms@gnu.org>
11008
11009 * pcvs-util.el (cvs-bury-buffer):
11010 Don't call get-buffer-window for effect.
11011
11012 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
11013
11014 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
11015
11016 * msb.el (msb-unload-hook): Set the variable.
11017
11018 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
11019 Use * to err if buffer is readonly.
11020
11021 * subr.el (looking-back): Return only t or nil.
11022
11023 * whitespace.el (whitespace-unload-hook): Set the variable.
11024
11025 * view.el (view-mode-enable): Set view-page-size and
11026 view-half-page-size to nil.
11027 (view-set-half-page-size-default): view-half-page-size = nil
11028 means the default.
11029 (View-scroll-page-forward): Use view-page-size-default.
11030 (View-scroll-page-backward): Likewise.
11031 (view-page-size, view-half-page-size): Doc fixes.
11032
11033 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
11034
11035 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
11036
11037 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
11038 "cl" like other files. Instead, call byte-compile-find-cl-functions.
11039 (byte-compile-log-1): Bind inhibit-read-only.
11040 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
11041 (byte-compile-log-warning): Likewise.
11042 (byte-compile-file-form-require): Detect "cl" from the arg value.
11043
11044 * progmodes/compile.el (compilation-start): Assume compilation-mode
11045 will make the buffer read-only.
11046 (compilation-mode): Take arg name-of-mode.
11047 (compilation-setup): Make buffer read-only.
11048 (compilation-handle-exit): Bind inhibit-read-only.
11049
11050 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
11051 (ispell-message): Likewise.
11052 (ispell-show-choices): Don't call get-buffer-window uselessly.
11053 (ispell-init-process): Use set-process-query-on-exit-flag.
11054
11055 2004-10-16 Kim F. Storm <storm@cua.dk>
11056
11057 * fringe.el (fringe-bitmaps): Only initialize when defined.
11058
11059 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
11060 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
11061
11062 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
11063
11064 2004-10-15 Simon Josefsson <jas@extundo.com>
11065
11066 * net/password.el: Add.
11067
11068 2004-10-14 Masatake YAMATO <jet@gyve.org>
11069
11070 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
11071 (gdb-script-end-of-defun): New function.
11072 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
11073 `gdb-script-end-of-defun' as *-of-defun-function.
11074
11075 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
11076
11077 * button.el (button-activate): Allow a marker to display as an action.
11078
11079 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
11080
11081 * help.el (describe-mode): Use it to make minor mode list into
11082 hyperlinks.
11083
11084 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11085
11086 * vc.el (vc-annotate-display-select): Fix typo.
11087
11088 * subr.el (substitute-key-definition-key): New function.
11089 (substitute-key-definition): Use it with map-keymap.
11090 (event-modifiers): Use push.
11091 (mouse-movement-p, with-temp-buffer): Simplify.
11092
11093 2004-10-12 Jay Belanger <belanger@truman.edu>
11094
11095 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
11096 New variables.
11097 (calc-help-index-entries): New function.
11098 (calc-describe-function): Use `calc-help-function-list' instead of
11099 obarray for completion.
11100 (calc-describe-variable): Use `calc-help-variable-list' instead
11101 of obarray for completion.
11102
11103 2004-10-12 Richard M. Stallman <rms@gnu.org>
11104
11105 * info-look.el (info-lookup-file): Add info-file property.
11106 (info-lookup-symbol): Likewise.
11107
11108 * info.el (info-xref): Add underlining.
11109 (info): Add info-file property.
11110 (Info-find-emacs-command-nodes): Specify case-sensitive search.
11111
11112 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
11113
11114 Sync with Tramp 2.0.45.
11115
11116 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
11117 defined. This is not the case for XEmacs without package "edebug".
11118 (tramp-set-auto-save-file-modes): Set permissions of autosaved
11119 remote files to the permissions of the original file. This is not
11120 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
11121 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
11122 (tramp-perl-decode): Fix an error in Perl implementation.
11123 $pending must be cleared every loop. Reported by Benjamin Place
11124 <benjaminplace@sprintmail.com>
11125
11126 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
11127 Don't activate advice during definition. This is done later on,
11128 depending on test result of `substitute-in-file-name'.
11129 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11130
11131 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11132
11133 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
11134
11135 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
11136
11137 2004-10-12 David Ponce <david@dponce.com>
11138
11139 * recentf.el (recentf-edit-list): Update the menu when the recentf
11140 list has been modified.
11141
11142 2004-10-12 Simon Josefsson <jas@extundo.com>
11143
11144 * net/tls.el (tls-certtool-program): New variable.
11145 (tls-certificate-information): New function, based on
11146 ssl-certificate-information.
11147
11148 2004-10-12 Kenichi Handa <handa@m17n.org>
11149
11150 * international/mule.el (coding-system-equal): Move from mule-util.el.
11151
11152 * international/mule-util.el (coding-system-equal): Move to mule.el.
11153
11154 2004-10-12 Kim F. Storm <storm@cua.dk>
11155
11156 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
11157 reset kmacro-initial-counter-value if set.
11158 (kmacro-set-counter): Only set kmacro-counter if defining or executing
11159 macro. Set kmacro-initial-counter-value otherwise. Never set both.
11160 (kmacro-display): Show macro counter if non-zero.
11161
11162 * subr.el (substitute-key-definition): Mention command remapping
11163 in doc string.
11164
11165 2004-10-11 Jay Belanger <belanger@truman.edu>
11166
11167 * calc/calc-misc.el (calc-info-goto-node): New function.
11168 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
11169 node in one step.
11170 (calc-describe-copying, calc-describe-distribution)
11171 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
11172 Go to appropriate info node in one step.
11173
11174 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11175
11176 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
11177
11178 * font-lock.el (font-lock-apply-highlight): Fix last change.
11179
11180 2004-10-11 Simon Josefsson <jas@extundo.com>
11181
11182 * mail/smtpmail.el (smtpmail-open-stream): Look for
11183 starttls-gnutls-program instead of starttls-program iff
11184 starttls-use-gnutls is non-nil.
11185 (smtpmail-open-stream): Don't overwrite user settings of
11186 starttls-extra-arguments and starttls-extra-args.
11187
11188 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11189
11190 * comint.el (comint-mouse-insert-input): Remove.
11191 (comint-insert-input): Make it work for mouse bindings.
11192 (comint-mode-map): Move defs into the declaration.
11193 (comint-output-filter): Typo.
11194
11195 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
11196
11197 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
11198
11199 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
11200 (ange-ftp-call-chmod): Reference remote-shell-program instead of
11201 ange-ftp-remote-shell.
11202
11203 2004-10-10 Andreas Schwab <schwab@suse.de>
11204
11205 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
11206 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
11207 Reported by <sri@asu.edu>.
11208
11209 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
11210
11211 * vc.el (vc-annotate-mode): Remove variable.
11212 (vc-annotate-display-select): Only call vc-annotate-mode
11213 if we're not in that mode already.
11214
11215 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
11216
11217 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
11218 (imenu-choose-buffer-index): Check here for rescan instead.
11219
11220 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
11221 where the face expression evals to nil.
11222
11223 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
11224 (tex-font-lock-keywords-2): Use it.
11225 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
11226
11227 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
11228
11229 2004-10-09 Kim F. Storm <storm@cua.dk>
11230
11231 * subr.el (progress-reporter-update): Define before first usage.
11232 (make-progress-reporter): Doc fix.
11233
11234 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11235
11236 * textmodes/paragraphs.el (sentence-end-double-space)
11237 (sentence-end-without-period, sentence-end-without-space)
11238 (sentence-end): Doc fixes.
11239
11240 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
11241
11242 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
11243 Change paragraph-start regexp so we don't fill code starting with #'(.
11244
11245 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
11246
11247 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
11248 New defcustom.
11249 (extract-address-components): Use it.
11250
11251 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11252
11253 * subr.el (make-progress-reporter, progress-reporter-update)
11254 (progress-reporter-force-update, progress-reporter-do-update)
11255 (progress-reporter-done): New functions.
11256
11257 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
11258
11259 * progmodes/etags.el (etags-tags-completion-table): Use progress
11260 reporter.
11261 (etags-tags-apropos): Likewise.
11262
11263 2004-10-08 Alan Mackenzie <acm@muc.de>
11264
11265 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
11266 of current line.
11267
11268 2004-10-08 Masatake YAMATO <jet@gyve.org>
11269
11270 * server.el (server-process-filter): Wrap `process-send-region'
11271 by `condition-case' to guard the case when the pipe to PROC is closed.
11272
11273 2004-10-07 Mark A. Hershberger <mah@everybody.org>
11274
11275 * xml.el (xml-substitute-special): Limit handling of external entities.
11276
11277 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
11278
11279 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
11280
11281 2004-10-06 John Paul Wallington <jpw@gnu.org>
11282
11283 * xml.el (xml-parse-dtd): Fix `error' call.
11284
11285 2004-10-05 Mark A. Hershberger <mah@everybody.org>
11286
11287 * xml.el (xml-substitute-special): Return a single string instead
11288 of a list of strings if an entity substitution is made.
11289
11290 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
11291
11292 * calendar/icalendar.el: New file.
11293
11294 2004-10-05 Juri Linkov <juri@jurta.org>
11295
11296 * isearch.el (isearch-done): Set mark after running hook.
11297 Reported by Drew Adams <drew.adams@oracle.com>.
11298
11299 * info.el (Info-history, Info-toc): Fix Info headers.
11300 (Info-toc): Narrow buffer before Info-fontify-node.
11301 (Info-build-toc): Don't check for special Info file names.
11302 Set main-file to nil if Info-find-file returns a symbol.
11303
11304 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
11305
11306 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
11307 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
11308 * calendar/cal-menu.el (calendar-mode-map): Ditto.
11309
11310 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
11311
11312 * calendar/cal-iso.el (calendar-iso-read-args): New function,
11313 for old interactive spec from calendar-goto-iso-date.
11314 (calendar-goto-iso-date): Use it.
11315 (calendar-goto-iso-week): New function. Suggested by Emilio
11316 C. Lopes <eclig@gmx.net>.
11317
11318 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
11319
11320 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
11321 `set-right-margin' bindings that follow the minor mode conventions.
11322
11323 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11324
11325 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
11326 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
11327 (latex-block-args-alist): Add minipage and picture.
11328 (latex-block-body-alist): Use reftex-label if enabled.
11329 (latex-insert-block): Don't insert a \n if not necessary.
11330 (tex-compile-commands): Make sure dvips doesn't send to printer.
11331 (tex-compile-default): Handle the case where no executable is found.
11332 (latex-noindent-environments): New var.
11333 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
11334 If tex-indent-allhanging is non-nil, make sure we only align for macros
11335 at beginning of line.
11336
11337 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
11338
11339 * newcomment.el (comment-beginning): Doc fix and don't choke on
11340 unset `comment-end-skip' when at beginning of comment.
11341
11342 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
11343
11344 * term.el (term-adjust-current-row-cache): Don't allow the current
11345 row to become negative.
11346 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
11347 the end of the line. Fix scroll down. Add comments.
11348 (term-handle-ansi-escape): Don't exceed terminal width when moving
11349 right.
11350 (term-scroll-region): Move the cursor after setting the scroll region.
11351
11352 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
11353
11354 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
11355 to `width' for consistency with docstring. Doc fix.
11356
11357 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
11358
11359 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
11360 This is necessary for derived modes.
11361
11362 2004-09-30 Kim F. Storm <storm@cua.dk>
11363
11364 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
11365 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
11366
11367 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
11368 kmacro-extract-lambda functions.
11369 (edit-kbd-macro): Handle kmacro lambda forms.
11370 Include counter and counter format in edit buffer.
11371 (edmacro-finish-edit): Get counter and format from edit buffer and
11372 update kmacro bindings when found.
11373
11374 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
11375
11376 * textmodes/paragraphs.el (forward-paragraph):
11377 Avoid args-out-of-range error when point winds up at the beginning of
11378 the buffer and hard newlines are enabled.
11379
11380 * newcomment.el (comment-multi-line): Doc fix.
11381
11382 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11383
11384 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
11385 (diff-fixup-modifs): Catch unified-diff file-headers.
11386
11387 2004-09-29 Kim F. Storm <storm@cua.dk>
11388
11389 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
11390 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
11391 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
11392
11393 * fringe.el (fringe-bitmap-p): New macro.
11394 (fringe-bitmaps): Add standard fringe bitmaps on load.
11395
11396 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11397
11398 * dired.el (dired-view-command-alist): Use more efficient regexps.
11399 Remove dubious arguments.
11400 (dired-align-file): New function.
11401 (dired-insert-directory): Use it.
11402 (dired-move-to-end-of-filename): Make the " -> " search more specific.
11403 (dired-buffers-for-dir): Remove unused var `pattern'.
11404
11405 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
11406
11407 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
11408 from diary display excursion. Store diary buffer's point for
11409 `simple-diary-display'.
11410 (simple-diary-display): Set window point and start when
11411 displaying buffer, to preserve point.
11412
11413 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
11414
11415 * textmodes/enriched.el (enriched-translations): Replace defconst
11416 with defvar.
11417
11418 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11419
11420 * printing.el: Doc fix.
11421 (pr-version): New version number (6.8.1).
11422 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
11423 make-temp-name.
11424 (pr-delete-file): Check if file exists before deleting it.
11425 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
11426
11427 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
11428
11429 * term.el (term-display-table): New variable.
11430 (term-mode): Use it.
11431 (term-exec-1): Set the coding system to binary.
11432 (term-emulate-terminal): Decode the string before inserting it.
11433
11434 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
11435
11436 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
11437 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
11438 (map): Bind S-prior, S-next and S-insert.
11439 (term-mode): Set `indent-tabs-mode' to nil.
11440 (term-paste): New function to be bound to S-insert.
11441 (term-send-del, term-send-backspace): Change the strings sent.
11442 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
11443 (term-handle-colors-array): Fix handling of underline and reverse.
11444 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
11445 (term-erase-in-line): Fix comparison.
11446 (term-emulate-terminal): Fix line wrap handling.
11447 (term-start-output-log): Rename from `term-set-output-log'.
11448 (term-stop-output-log): Rename from `term-stop-photo'.
11449 (term-switch-to-alternate-sub-buffer): Comment out, unused.
11450
11451 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11452
11453 * dired.el (dired-move-to-filename): Don't output a message if
11454 raise-error is non-nil. Fix return position and value.
11455
11456 * files.el (insert-directory): Obey --dired even with symlinks.
11457
11458 2004-09-25 Lars Hansen <larsh@math.ku.dk>
11459
11460 * ls-lisp.el (ls-lisp-format): Mark file names with property
11461 dired-filename.
11462
11463 2004-09-25 Kim F. Storm <storm@cua.dk>
11464
11465 * ido.el (ido-max-directory-size): New defcustom.
11466 (ido-decorations): Add "too big" element.
11467 (ido-directory-too-big): New dynamic var.
11468 (ido-may-cache-directory): Don't cache big directories.
11469 (ido-directory-too-big-p): New defun.
11470 (ido-set-current-directory): Update ido-directory-too-big.
11471 (ido-read-internal): Make empty ido-cur-item if too-big.
11472 (ido-buffer-internal): Use ido-read-internal directly instead of
11473 ido-read-buffer.
11474 (ido-file-internal): Init ido-directory-too-big.
11475 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
11476 and redo completion with full list.
11477 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
11478 it, and show completions.
11479 (ido-all-completions): Let bind ido-directory-too-big to nil.
11480 (ido-exhibit): Handle ido-directory-too-big.
11481 (ido-read-buffer): Handle fallback to read-buffer.
11482 Init ido-directory-too-big.
11483 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
11484 Init ido-directory-too-big.
11485
11486 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11487
11488 * subr.el (delay-mode-hooks): Doc fix.
11489
11490 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
11491
11492 * textmodes/enriched.el
11493 (enriched-default-text-properties-local-flag): New variable.
11494 (enriched-mode): Make sure that enabling and disabling the mode is
11495 a no-op. Doc fix.
11496
11497 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
11498
11499 * calendar/holidays.el (holiday-advent): Report on a specified day
11500 offset from advent, not just advent.
11501 (holiday-easter-etc): Report on one specified day offset from
11502 easter, not all easter holidays. Various Easter holidays moved to
11503 `christian-holidays' variable in calendar.el.
11504 * calendar/calendar.el (christian-holidays): Adapt for new
11505 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
11506
11507 2004-09-23 Kim F. Storm <storm@cua.dk>
11508
11509 * image.el (insert-sliced-image): Add doc string.
11510
11511 * ido.el (ido-choice-list): New dynamic var for `list' context.
11512 (ido-context-switch-command): New dynamic var.
11513 (ido-define-mode-map): Generalize switch between file/buffer contexts.
11514 (ido-read-internal): Handle new `list' context.
11515 Handle insert-buffer and insert-file ido-exit values.
11516 (ido-buffer-internal): New arg switch-cmd. Use it to setup
11517 ido-context-switch-command. Handle insert-file ido-exit value.
11518 (ido-read-buffer): Set ido-context-switch-command to 'ignore
11519 unless it is already bound by caller.
11520 (ido-file-internal): New arg switch-cmd. Use it to setup
11521 ido-context-switch-command. Handle insert-buffer ido-exit value.
11522 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
11523 used for context switching.
11524 (ido-all-completions): Handle new `list' context.
11525 (ido-make-choice-list): Return choices for `list' context.
11526 (ido-find-file-in-dir, ido-display-file, ido-write-file)
11527 (ido-display-buffer, ido-kill-buffer): Disable context switching.
11528 (ido-insert-buffer, ido-insert-file): Setup context switching.
11529 (ido-exhibit): Handle `list' context.
11530 (ido-read-file-name): Disable context switching. Handle fallback.
11531 (ido-read-directory-name): Disable context switching.
11532 (ido-completing-read): New defun like completing-read. Setup and
11533 use new `list' context.
11534
11535 2004-09-20 Jesper Harder <harder@ifa.au.dk>
11536
11537 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
11538
11539 2004-09-21 Jay Belanger <belanger@truman.edu>
11540
11541 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
11542 `calc-graph-set-styles' so the gnuplot buffer will appear in a
11543 separate window.
11544
11545 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
11546
11547 * subr.el (after-change-major-mode-hook): Doc fix.
11548
11549 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11550
11551 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
11552 of ghostscript for monochrome PostScript file in Windows.
11553
11554 2004-09-21 Kenichi Handa <handa@m17n.org>
11555
11556 * descr-text.el (describe-char): Checking of quail activation fixed.
11557
11558 2004-09-21 Jay Belanger <belanger@truman.edu>
11559
11560 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
11561
11562 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
11563
11564 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
11565 after the mode hooks instead of before. Doc fix.
11566
11567 2004-09-20 Jason Rumney <jasonr@gnu.org>
11568
11569 * startup.el (command-line) [windows-nt]: Try .emacs first, then
11570 _emacs, but revert to .emacs if neither exists in home directory.
11571
11572 2004-09-20 John Paul Wallington <jpw@gnu.org>
11573
11574 * bindings.el (completion-ignored-extensions): Add .dfsl.
11575
11576 2004-09-20 Richard M. Stallman <rms@gnu.org>
11577
11578 * bindings.el (scroll-left): Make it disabled.
11579
11580 * files.el (enable-local-eval): Doc fix.
11581
11582 * indent.el (move-to-left-margin): Special case for minibuffer.
11583
11584 * term.el (term-emulate-terminal): Turn off undo for output.
11585 Use with-current-buffer and save-selected-window.
11586
11587 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
11588
11589 * progmodes/make-mode.el (makefile-fill-paragraph):
11590 Don't insist on spaces when looking for comments. # is enough.
11591
11592 * files.el (hack-local-variables): Copy the variables list
11593 to another buffer, strip prefixes and suffixes there, then read.
11594 (enable-local-eval): Doc fix.
11595 (ignored-local-variables): Initialize to nil.
11596 (risky-local-variable-p): Don't check ignored-local-variables here.
11597 (hack-one-local-variable): Ignore var if in ignored-local-variables.
11598
11599 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11600
11601 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
11602 of = to "." (punctuation).
11603
11604 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11605
11606 * subr.el (event-basic-type): Fix mask (extend to 22bits).
11607
11608 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
11609
11610 * textmodes/enriched.el (enriched-rerun-flag): New variable.
11611 (enriched-before-change-major-mode): New function.
11612 Add it to `change-major-mode-hook'.
11613 (enriched-after-change-major-mode): New function.
11614 Add it to `after-change-major-mode-hook'.
11615 (enriched-mode): Make it work correctly if called from
11616 `after-change-major-mode-hook'.
11617 No longer set `indent-line-function'.
11618
11619 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
11620
11621 * subr.el (after-change-major-mode-hook): New variable.
11622 (run-mode-hooks): Implement it.
11623
11624 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11625
11626 * battery.el (battery-linux-proc-apm): Use string-to-number.
11627 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
11628 Use dolist (and less indentation). Use erase-buffer.
11629 Pre-initialize `design-capacity', `warn', and `low'.
11630 (battery-format): Use replace-regexp-in-string.
11631
11632 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
11633
11634 * battery.el: Delete superfluous empty lines.
11635 (battery-linux-proc-acpi): Attempt to gather information from all
11636 battery subdirectories regardless of their file name.
11637 (battery-linux-proc-apm): Replace all occurrences of
11638 battery-hex-to-int-2 with string-to-int (base 16).
11639 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
11640 (battery-hex-map): Delete variable.
11641
11642 2004-09-18 John Paul Wallington <jpw@gnu.org>
11643
11644 * calc/calc-units.el (calc-quick-units): Fix overzealous
11645 s/or/unless/.
11646
11647 2004-09-17 Jay Belanger <belanger@truman.edu>
11648
11649 * calc/calc.el (calc-mode-var-list): Fix the value of
11650 `calc-matrix-brackets'.
11651
11652 2004-09-17 Romain Francoise <romain@orebokech.com>
11653
11654 * ibuf-ext.el (define-ibuffer-filter filename):
11655 Expand dired-directory since buffer-file-name is absolute.
11656
11657 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11658
11659 * ediff-init.el (ediff-current-diff-face-A)
11660 (ediff-current-diff-face-B, ediff-current-diff-face-C)
11661 (ediff-current-diff-face-Ancestor)
11662 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11663 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11664 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11665 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11666 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11667 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11668 Use min-colors.
11669
11670 * term.el (term-down): Perform vertical motion if DOWN is negative.
11671 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
11672 (term-termcap-format): Synchronyze with the eterm terminfo entry
11673 in etc/e/eterm.ti.
11674 (term-handle-colors-array): If the current foreground or
11675 background are zero (i.e. unspecified), use the foreground and
11676 background of the default face for reverse video.
11677 (term-ansi-at-eval-string, term-ansi-default-fg)
11678 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
11679 (term-mem): Delete ununsed function.
11680 (term-protocol-version): Increment.
11681 (term-current-face): Set to default.
11682
11683 2004-09-15 Jay Belanger <belanger@truman.edu>
11684
11685 * calc/calc.el (calc-mode-var-list): Define this variable.
11686 (calc-always-load-extensions, calc-line-numbering)
11687 (calc-line-breaking, calc-display-just, calc-display-origin)
11688 (calc-number-radix, calc-leading-zeros, calc-group-digits)
11689 (calc-group-char, calc-point-char, calc-frac-format)
11690 (calc-prefer-frac, calc-hms-format, calc-date-format)
11691 (calc-float-format, calc-full-float-format, calc-complex-format)
11692 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
11693 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
11694 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
11695 (calc-matrix-brackets, calc-language, calc-language-option)
11696 (calc-left-label, calc-right-label, calc-word-size)
11697 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
11698 (calc-display-raw, calc-internal-prec, calc-angle-mode)
11699 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
11700 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
11701 (calc-window-height, calc-display-trail, calc-show-selections)
11702 (calc-use-selections, calc-assoc-selections)
11703 (calc-display-working-message, calc-auto-why, calc-timing)
11704 (calc-mode-save-mode, calc-standard-date-formats)
11705 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
11706 (calc-user-parse-tables, calc-gnuplot-default-device)
11707 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11708 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11709 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11710 (calc-invocation-macro, calc-show-banner): Give these values as
11711 part of `calc-mode-var-list's initialization after the variables
11712 are declared with defvar.
11713 (calc-bug-address): Change email address to send bug reports to.
11714 Change the maintainer address at the top.
11715 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
11716 than "\\.emacs" to determine if it is the user-init-file.
11717
11718 * calc/calc-embed.el (calc-embedded-set-modes): Use
11719 `calc-mode-var-list' correctly.
11720
11721 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
11722
11723 * vc.el (annotate-time): Document point handling.
11724 (vc-annotate-display-autoscale): Doc fix.
11725
11726 2004-09-15 Miles Bader <miles@gnu.org>
11727
11728 * generic.el (generic-make-keywords-list): Use symbol rather than
11729 word anchors in regexp.
11730
11731 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
11732
11733 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
11734 no file name consider `dired-directory'.
11735
11736 2004-09-14 Kim F. Storm <storm@cua.dk>
11737
11738 * faces.el (cursor): Add face-no-inherit property. Doc fix.
11739
11740 2004-09-14 Simon Josefsson <jas@extundo.com>
11741
11742 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
11743
11744 * textmodes/dns-mode.el: Add.
11745
11746 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11747
11748 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
11749 (disabled-command-function): Make the ?\ char more obvious.
11750
11751 * vc-arch.el (vc-arch-root, vc-arch-registered):
11752 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
11753
11754 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
11755
11756 * windmove.el (windmove-frame-edges): Report coordinates of
11757 outside edges of frame, not inside edges.
11758 (windmove-coordinates-of-position): Convert into wrapper to new
11759 function `windmove-coordinates-of-window-position';
11760 `compute-motion' always applies to selected window.
11761 (windmove-coordinates-of-position): Update documentation to refer
11762 to Emacs 21 Lisp Reference Manual.
11763 (windmove-find-other-window): Fix off-by-one errors for max x,y.
11764
11765 2004-09-13 Kim F. Storm <storm@cua.dk>
11766
11767 * isearch.el (isearch-resume-in-command-history): Rename from
11768 isearch-resume-enabled and change default to nil.
11769
11770 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11771
11772 * vc-hooks.el (vc-ignore-dir-regexp): New var.
11773 (vc-registered): Use it.
11774 (vc-find-root): New fun.
11775
11776 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11777 Don't tell to use \\{...} when it's already done.
11778
11779 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
11780 Provide a sample complex default.
11781 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
11782 (bibtex-entry): Use mapc.
11783
11784 2004-09-12 Kim F. Storm <storm@cua.dk>
11785
11786 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
11787
11788 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
11789 inhibit-field-text-motion to t so rectangles work in comint buffers.
11790
11791 * simple.el (choose-completion-string): Set buffer before running
11792 choose-completion-string-functions hook so it can be buffer-local.
11793
11794 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
11795
11796 * progmodes/compile.el (compilation-start): Parse command to see
11797 if it starts with a cd, and if so perform it for the *compilation*
11798 buffer. Change the header to reflect this.
11799
11800 2004-09-11 Kim F. Storm <storm@cua.dk>
11801
11802 * ido.el (ido-enable-dot-prefix): Doc fix.
11803 (ido-enable-dot-prefix): New defcustom.
11804 (ido-set-matches1): Use it.
11805
11806 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11807
11808 * textmodes/bibtex.el (bibtex-mark-active)
11809 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
11810
11811 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11812
11813 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
11814 used in a case insensitive environment.
11815 (bibtex-mode-map): Rearrange order of menus.
11816 (bibtex-quoted-string-re): Obsolete.
11817 (bibtex-complete-key-cleanup): Variable replaced by new function.
11818 (bibtex-font-lock-keywords): Use backquotes.
11819 (bibtex-font-lock-url-regexp): New internal variable.
11820 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
11821 "OPT" and "ALT".
11822 (bibtex-insert-current-kill, bibtex-make-field)
11823 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
11824 (bibtex-parse-field-text): Simplify.
11825 (bibtex-string=): New helper function.
11826 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
11827 (bibtex-map-entries): Use bibtex-string=.
11828 (bibtex-search-entry): Use not.
11829 (bibtex-enclosing-field): Fix docstring.
11830 (bibtex-assoc-regexp): Obsolete.
11831 (bibtex-format-entry): Use assoc-string and bibtex-string=.
11832 (bibtex-autokey-get-names): Handle empty name field.
11833 (bibtex-parse-strings): Use assoc-string and unless.
11834 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
11835 Use assoc-string.
11836 (bibtex-pop): Simplify.
11837 (bibtex-mode): Set font-lock-extra-managed-props.
11838 (bibtex-entry-update): Use assoc-string.
11839 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
11840 (bibtex-autofill-entry): Use bibtex-string=.
11841 (bibtex-print-help-message): Simplify.
11842 (bibtex-find-entry): New optional arg START.
11843 (bibtex-validate): Use bibtex-string= and assoc-string.
11844 Do not call obsolete function compilation-parse-errors.
11845 (bibtex-remove-delimiters): Only remove delimiters if present.
11846 (bibtex-copy-entry-as-kill): Add docstring.
11847 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
11848 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
11849 (bibtex-complete): Use bibtex-predefined-month-strings,
11850 bibtex-string=, and new function bibtex-complete-key-cleanup.
11851 (bibtex-generate-url-list): New variable.
11852 (bibtex-url): New command bound to C-c C-l and mouse-2.
11853 (bibtex-url-map): New local keymap for bibtex-url-mouse.
11854 (bibtex-font-lock-url): New function.
11855
11856 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11857
11858 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
11859
11860 2004-09-09 Kim F. Storm <storm@cua.dk>
11861
11862 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
11863 counter and format with binding.
11864 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
11865 the declared macro uses own macro counter and format. Give symbol
11866 kmacro property.
11867 (kmacro-keymap): Bind kmacro-name-last-macro to n.
11868 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
11869 (kmacro-end-and-call-macro): Doc fix.
11870
11871 2004-09-09 Lars Hansen <larsh@math.ku.dk>
11872
11873 * desktop.el (desktop-clear-preserve-buffers):
11874 Remove make-obsolete-variable.
11875
11876 2004-09-08 Richard M. Stallman <rms@gnu.org>
11877
11878 * buff-menu.el (list-buffers-noselect): Call format-mode-line
11879 with the buffer as argument.
11880
11881 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
11882
11883 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
11884
11885 2004-09-08 Juri Linkov <juri@jurta.org>
11886
11887 * replace.el (perform-replace): Use `query-replace-descr'.
11888
11889 * cus-start.el (history-delete-duplicates): Specify customization.
11890
11891 * diff-mode.el (diff-mode-map):
11892 * progmodes/compile.el (compilation-mode-map):
11893 * progmodes/grep.el (grep-mode-map):
11894 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
11895 to `next-error-follow-minor-mode'.
11896
11897 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11898
11899 * isearch.el (isearch-lazy-highlight-update): Take into account
11900 the case of zero-length match at the search bound.
11901
11902 2004-09-08 Kim F. Storm <storm@cua.dk>
11903
11904 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
11905 change. Use zero width overlays when necessary.
11906
11907 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11908
11909 * subr.el (split-string): Docfix.
11910
11911 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11912
11913 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
11914 (display-call-tree): Ensure newline after caller/calls blocks.
11915
11916 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11917
11918 * startup.el (command-line-1): Make option
11919 --directory/-L modify `load-path' straight away.
11920
11921 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11922
11923 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
11924
11925 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11926
11927 * emacs-lisp/autoload.el (make-autoload):
11928 Handle `define-compilation-mode'.
11929
11930 * emacs-lisp/lisp-mode.el (define-compilation-mode):
11931 Specify `doc-string-elt' property.
11932
11933 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11934
11935 * bs.el (bs-mode): Doc fix.
11936
11937 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11938
11939 * info.el (Info-insert-dir): Fix temp buffer leak bug.
11940
11941 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11942
11943 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
11944
11945 2004-09-08 Kenichi Handa <handa@m17n.org>
11946
11947 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
11948 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
11949 ps-mule-next-point -> 1+).
11950
11951 * composite.el (encode-composition-rule): Add autoload cooky.
11952
11953 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11954
11955 * format.el (buffer-auto-save-file-format): Make it permanent local.
11956
11957 2004-09-07 Kim F. Storm <storm@cua.dk>
11958
11959 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
11960 (authors-fixed-entries): Fix typo.
11961 (authors-canonical-author-name): Compact multiple spaces.
11962 Ignore trivial names (e.g. only first name).
11963
11964 * term.el (term-window-width): Only use full window width on
11965 window system if overflow-newline-into-fringe is enabled.
11966 (term-mode): Don't disable overflow-newline-into-fringe.
11967
11968 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11969
11970 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
11971 motion as seen on my Mac OS X xterms.
11972
11973 * newcomment.el (uncomment-region-default, comment-region-default):
11974 New functions extracted from uncomment-region and comment-region.
11975 (comment-region, comment-region-function, uncomment-region)
11976 (uncomment-region-function): Use them.
11977
11978 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
11979
11980 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
11981 It's not crucial but can make sense at times.
11982
11983 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
11984 the first commit.
11985
11986 * vc.el (vc-buffer-context, vc-restore-buffer-context):
11987 Disable obsolete code.
11988
11989 2004-09-07 Juri Linkov <juri@jurta.org>
11990
11991 * progmodes/grep.el (grep-highlight-matches): Change default from
11992 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
11993 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
11994 if grep option `--color' is available, or to `nil' otherwise.
11995 (grep-process-setup): Call `grep-compute-defaults' if
11996 `grep-highlight-matches' is not computed. Set env-vars only
11997 if `grep-highlight-matches' is `t'.
11998 (grep-use-null-device): Remove redundant type `boolean' (`choice'
11999 is already defined).
12000
12001 * progmodes/compile.el (compilation-start): Use copy of
12002 `process-environment' created by `copy-sequence' to not
12003 modify env-vars in the global `process-environment'.
12004
12005 2004-09-06 Eli Zaretskii <eliz@gnu.org>
12006
12007 * simple.el (next-error-follow-minor-mode): Fix last change.
12008
12009 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
12010
12011 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
12012 permanent local.
12013
12014 2004-09-04 Richard M. Stallman <rms@gnu.org>
12015
12016 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
12017 highlighting if the search string is empty.
12018
12019 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
12020
12021 * facemenu.el (facemenu-active-faces): Change condition of inner
12022 `while' loop to also check the first two elements of `face-atts'
12023 and `mask-atts'.
12024
12025 2004-09-04 John Paul Wallington <jpw@gnu.org>
12026
12027 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
12028 (thumbs-view-image-mode): Make buffer read-only.
12029
12030 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
12031
12032 * textmodes/ispell.el (ispell-really-aspell): New defvar.
12033 (ispell-check-version): Set it.
12034 (ispell-send-replacement): New function.
12035 (ispell-process-line): Call ispell-send-replacement.
12036
12037 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12038
12039 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
12040 Support choosing seconds with "s".
12041
12042 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
12043
12044 * terminal.el (te-escape): Show `?' in prompt for help key.
12045
12046 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
12047
12048 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
12049
12050 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
12051
12052 * simple.el (next-error-follow-minor-mode)
12053 (next-error-follow-mode-post-command-hook): New functions.
12054 (next-error-follow-last-line): New defvar.
12055
12056 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
12057 * progmodes/compile.el (compilation-mode-map): Likewise.
12058 * progmodes/grep.el (grep-mode-map): Likewise.
12059 * replace.el (occur-mode-map): Likewise.
12060
12061 * newcomment.el (uncomment-region): Bind comment-use-global-state
12062 to nil.
12063
12064 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
12065
12066 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
12067 locally around the call to `revert-buffer'.
12068
12069 2004-09-03 Juri Linkov <juri@jurta.org>
12070
12071 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
12072 `isearch-adjusted' to `t'.
12073 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
12074 (isearch-message-prefix): Add "pending" for isearch-adjusted.
12075 (isearch-other-meta-char): Restore isearch-point unconditionally.
12076 (isearch-query-replace): Add new arg `regexp-flag' and use it.
12077 Set point to start of match if region is not active in transient
12078 mark mode (to include the current match to region boundaries).
12079 Push the search string to `query-replace-from-history-variable'.
12080 Add prompt "Query replace regexp" for isearch-regexp.
12081 Add region beginning/end as last arguments of `perform-replace.'
12082 (isearch-query-replace-regexp): Replace code by the call to
12083 `isearch-query-replace' with arg `t'.
12084
12085 2004-09-03 Richard M. Stallman <rms@gnu.org>
12086
12087 * startup.el (normal-top-level): Undo previous TERM change.
12088
12089 2004-09-03 Kim F. Storm <storm@cua.dk>
12090
12091 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
12092 highlight overlays; allow using RET when cursor is over a button.
12093 (cua--highlight-rectangle): Use it.
12094 (cua--rectangle-set-corners): Don't move backwards at eol.
12095 (cua--forward-line): Don't move into void after eob.
12096
12097 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
12098 point is set (and displayed) inside rectangle.
12099 (cua--rectangle-operation): Fix for highlight of empty lines.
12100 (cua--highlight-rectangle): Fix highlight for tabs.
12101 Position cursor at left/right edge of rectangle using new `cursor'
12102 property on overlay strings.
12103 (cua--indent-rectangle): Don't tabify.
12104 (cua-rotate-rectangle): Ignore that point has moved.
12105
12106 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12107
12108 * term/mac-win.el: Add ASCII equivalents for some function keys.
12109 (mode-line-frame-identification): Sync with x-win.el.
12110
12111 2004-09-02 Juri Linkov <juri@jurta.org>
12112
12113 * progmodes/compile.el (compilation-buffer-name): Compare major
12114 mode with second element of compilation-arguments instead of third
12115 to reflect latest changes in compilation-arguments structure.
12116 (recompile): Use global variable `compilation-directory' to get
12117 recent compilation directory only when `recompile' is invoked NOT
12118 in the compilation buffer. Otherwise, use `default-directory' of
12119 the compilation buffer.
12120 (compilation-error-properties): Allow to funcall col and end-col.
12121 (compilation-mode-font-lock-keywords): Check col and end-col by
12122 `integerp'.
12123 (compilation-goto-locus): If end-mk is non-nil in transient mark
12124 mode don't activate the mark (and don't display message in
12125 push-mark), but highlight overlay between mk and end-mk.
12126
12127 * progmodes/grep.el (grep-highlight-matches): New defcustom.
12128 (grep-regexp-alist): Add rule to highlight grep matches.
12129 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
12130
12131 * info.el (Info-fontify-node): Don't compute other-tag
12132 if Info-hide-note-references=hide.
12133
12134 * help.el (function-called-at-point):
12135 * help-fns.el (variable-at-point):
12136 Try `find-tag-default' when other methods failed.
12137
12138 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12139 Do not push mark if inhibit-mark-movement is non-nil.
12140
12141 * textmodes/ispell.el (ispell-html-skip-alists):
12142 Fix backslashes in docstring.
12143
12144 2004-09-01 Juri Linkov <juri@jurta.org>
12145
12146 * isearch.el (isearch-wrap-function)
12147 (isearch-push-state-function): New defvars.
12148 (isearch-pop-fun-state): New defsubst.
12149 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
12150 (isearch-push-state): Set the result of calling
12151 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
12152 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
12153 restore the mode-specific starting point of terminated search.
12154 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
12155 (isearch-repeat): Call `isearch-wrap-function' if defined.
12156 (isearch-message-prefix): Don't add prefix "over" to the message
12157 for wrapped search if `isearch-wrap-function' is defined.
12158 (isearch-search): Call function saved in `isearch-pop-fun-state' to
12159 restore the mode-specific starting point of failed search.
12160
12161 * info.el (Info-search-whitespace-regexp): Fix backslashes.
12162 (Info-search): Add new optional arguments for the sake of isearch.
12163 Replace whitespace in Info-search-whitespace-regexp literally.
12164 Add backward search. Don't call `Info-select-node' if regexp is
12165 found in the same Info node. Don't add node to Info-history for
12166 wrapped isearch.
12167 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
12168 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
12169 (Info-mode): Set local variables `isearch-search-fun-function',
12170 `isearch-wrap-function', `isearch-push-state-function',
12171 `search-whitespace-regexp'.
12172
12173 * isearch.el: Remove ancient Change Log section.
12174 (isearch-string, isearch-message-string, isearch-point)
12175 (isearch-success, isearch-forward-flag, isearch-other-end)
12176 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12177 (isearch-barrier, isearch-within-brackets)
12178 (isearch-case-fold-search): Add suffix `-state' to state-related
12179 defsubsts to avoid name clashes with other function names.
12180
12181 * simple.el (next-error): New defgroup and defface.
12182 (next-error-highlight, next-error-highlight-no-select):
12183 New defcustoms.
12184 (next-error-no-select): Let-bind next-error-highlight to the value
12185 of next-error-highlight-no-select before calling `next-error'.
12186
12187 * progmodes/compile.el (compilation-goto-locus):
12188 Use `next-error' face instead of `region'. Set 4-th argument of
12189 `move-overlay' to `current-buffer' to move overlay to different
12190 source buffers. Use new variable `next-error-highlight'.
12191
12192 * simple.el (next-error-find-buffer): Move the rule
12193 "if current buffer is a next-error capable buffer" after the
12194 rule "if next-error-last-buffer is set to a live buffer".
12195 Simplify to test all rules in one `or'.
12196 (next-error): Doc fix.
12197 (next-error, previous-error, first-error)
12198 (next-error-no-select, previous-error-no-select):
12199 Make arguments optional.
12200
12201 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
12202
12203 * macros.el (apply-macro-to-region-lines): Make it operate on all
12204 lines that begin in the region, rather than on all complete lines
12205 in the region.
12206
12207 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12208
12209 * x-dnd.el (x-dnd-protocol-alist): Document update.
12210 (x-dnd-known-types): Defcustom it.
12211 (x-dnd-handle-motif): Print message-atom in error message.
12212
12213 2004-08-30 John Paul Wallington <jpw@gnu.org>
12214
12215 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
12216 strings rather than programatically constructing message.
12217
12218 2004-08-30 Richard M. Stallman <rms@gnu.org>
12219
12220 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
12221 Don't return a string that would read as the wrong character code.
12222
12223 2004-08-29 Kim F. Storm <storm@cua.dk>
12224
12225 * emulation/cua-base.el (cua-auto-expand-rectangles):
12226 Remove automatic rectangle padding feature; replace by non-destructive
12227 virtual rectangle edges feature.
12228 (cua-virtual-rectangle-edges): New defcustom.
12229 (cua-auto-tabify-rectangles): New defcustom.
12230 (cua-paste): If paste into a marked rectangle, insert rectangle at
12231 current column, even if virtual; also paste exactly as many lines
12232 as has been marked (ignore additional lines or add empty lines),
12233 but paste whole source if only one line is marked.
12234 (cua--update-indications): No longer use overwrite-cursor to
12235 indicate rectangle padding
12236
12237 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
12238 (cua--rectangle-virtual-edges): New defun.
12239 (cua--rectangle-get-corners): Remove optional PAD arg.
12240 (cua--rectangle-set-corners): Never do padding.
12241 (cua--forward-line): Remove optional PAD arg. Simplify.
12242 (cua-resize-rectangle-right, cua-resize-rectangle-left)
12243 (cua-resize-rectangle-down, cua-resize-rectangle-up):
12244 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
12245 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
12246 (cua--rectangle-move): Never do padding. Simplify.
12247 (cua--tabify-start): New defun.
12248 (cua--rectangle-operation): Add tabify arg. All callers changed.
12249 (cua--pad-rectangle): Remove.
12250 (cua--delete-rectangle): Handle delete with virtual edges.
12251 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
12252 (cua--insert-rectangle): Handle insert at virtual column.
12253 Perform auto-tabify if necessary.
12254 (cua--activate-rectangle): Remove optional FORCE arg.
12255 Never do padding. Simplify.
12256 (cua--highlight-rectangle): Enhance for virtual edges.
12257 (cua-toggle-rectangle-padding): Remove command.
12258 (cua-toggle-rectangle-virtual-edges): New command.
12259 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
12260 (cua--rectangle-post-command): Don't force rectangle padding.
12261 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
12262
12263 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
12264
12265 * indent.el (edit-tab-stops-buffer): Doc fix.
12266
12267 2004-08-28 Richard M. Stallman <rms@gnu.org>
12268
12269 * progmodes/grep.el (grep-default-command): Use find-tag-default.
12270 (grep-tag-default): Function deleted.
12271
12272 * subr.el (find-tag-default): Move from etags.el.
12273
12274 * progmodes/etags.el (find-tag-default): Move to subr.el.
12275
12276 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
12277 into the basic character if it has an uppercase form.
12278
12279 2004-08-27 Kenichi Handa <handa@m17n.org>
12280
12281 * international/utf-8.el (utf-8-post-read-conversion): If the
12282 buffer is unibyte, temporarily make it multibyte.
12283
12284 2004-08-27 Masatake YAMATO <jet@gyve.org>
12285
12286 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
12287
12288 2004-08-25 John Paul Wallington <jpw@gnu.org>
12289
12290 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
12291 0, 1, and many mismatches in message.
12292 (tex-start-shell): Use `set-process-query-on-exit-flag'.
12293
12294 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
12295 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
12296
12297 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12298
12299 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
12300 vc-diff-switches differently.
12301
12302 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
12303
12304 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
12305 before and a real defvar after
12306 `speedbar-supported-extension-expressions'. This is to silence
12307 the compiler without breaking bootstrapping.
12308
12309 2004-08-22 Richard M. Stallman <rms@gnu.org>
12310
12311 * textmodes/flyspell.el (flyspell-word):
12312 Use set-process-query-on-exit-flag.
12313 (flyspell-highlight-duplicate-region): Take POSS as arg.
12314 (flyspell-word): Pass POSS as arg.
12315
12316 * progmodes/ada-xref.el: Many doc and style fixes.
12317 (ada-find-any-references): Use compilation-start.
12318 (ada-get-ali-file-name): Improve error msg.
12319 (ada-get-ada-file-name): Likewise.
12320
12321 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
12322 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
12323
12324 * mail/mail-extr.el (mail-extr-all-top-level-domains):
12325 Add forward defvar.
12326
12327 * whitespace.el (global-whitespace-mode): New alias
12328 for whitespace-global-mode.
12329
12330 * speedbar.el (speedbar-file-regexp): Move definition up.
12331 (speedbar-mode, speedbar-set-mode-line-format):
12332 Use with-no-warnings.
12333 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
12334
12335 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
12336 controls whether to display the error buffer.
12337
12338 * ps-mule.el: Delete compatibility code for old Emacses.
12339 (ps-mule-find-wrappoint): Don't use chars-in-region.
12340
12341 * frame.el (display-mouse-p, display-selections-p):
12342 Use with-no-warnings.
12343
12344 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
12345
12346 2004-08-22 David Kastrup <dak@gnu.org>
12347
12348 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
12349 information.
12350
12351 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
12352
12353 2004-08-22 Andreas Schwab <schwab@suse.de>
12354
12355 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
12356
12357 2004-08-22 Masatake YAMATO <jet@gyve.org>
12358
12359 * cvs-status.el (cvs-status-checkout): New function.
12360 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
12361
12362 2004-08-21 David Kastrup <dak@gnu.org>
12363
12364 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
12365 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
12366 has been converted to use hashtables, the relation `nil=none' is
12367 no longer valid, as `nil' is not a hashtable. This patch tries to
12368 reduce the number of resulting errors.
12369
12370 2004-08-21 John Paul Wallington <jpw@gnu.org>
12371
12372 * subr.el (process-kill-without-query): Made obsolete in
12373 version 21.4, not 21.5.
12374
12375 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
12376 (vc-previous-comment, vc-next-comment)
12377 (vc-comment-search-reverse, vc-comment-search-forward)
12378 (vc-comment-to-change-log): Likewise.
12379
12380 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
12381
12382 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
12383
12384 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
12385 Correct indentation of DEFMETHODS with non-standard method
12386 combinations (e.g., PROGN, MIN, MAX).
12387
12388 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
12389
12390 * startup.el (normal-top-level-add-subdirs-to-load-path):
12391 Avoid unnecessarily checking system-type.
12392 (normal-top-level): Set TERM to "dumb". Simplify.
12393
12394 * avoid.el (mouse-avoidance-ignore-p): New fun.
12395 Also ignore switch-frame, select-window, double, and triple clicks.
12396 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
12397 (mouse-avoidance-fancy-hook): Use it.
12398
12399 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
12400
12401 * avoid.el (mouse-avoidance-nudge-mouse)
12402 (mouse-avoidance-banish-destination): Stay within the current window
12403 to avoid problems with mouse-autoselect-window.
12404
12405 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12406
12407 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
12408 the newer format of some messages in cvs-1.12.1.
12409
12410 2004-08-19 Masatake YAMATO <jet@gyve.org>
12411
12412 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
12413 (elp-results-jump-to-definition-by-mouse)
12414 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
12415 (elp-output-result): Use elp-output-insert-symname.
12416
12417 2004-08-18 Kenichi Handa <handa@m17n.org>
12418
12419 * language/cyrillic.el: Register koi8-r in
12420 ctext-non-standard-encodings-alist.
12421 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
12422
12423 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
12424
12425 * emacs-lisp/copyright.el (copyright-update-year): Delete code
12426 that replaces 20xy with xy.
12427
12428 2004-08-17 John Paul Wallington <jpw@gnu.org>
12429
12430 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
12431 (reb-force-update): Doc fix.
12432
12433 2004-08-16 Richard M. Stallman <rms@gnu.org>
12434
12435 * progmodes/which-func.el (which-func-update-1): Doc fix.
12436
12437 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
12438 (sh-mode-abbrev-table): New variable.
12439
12440 * progmodes/compile.el (compilation-mode): Doc fix.
12441
12442 * emacs-lisp/lisp-mode.el (eval-last-sexp):
12443 Don't cons a new symbol each time.
12444 (eval-last-sexp-fake-value): New variable.
12445
12446 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
12447 (copyright-update-year): Detect continuation of list of years.
12448
12449 * term.el (term-default-fg-color, term-default-bg-color)
12450 (ansi-term-color-vector): Use `unspecified', not nil, as default.
12451
12452 * imenu.el: Several doc fixes: don't say variables are buffer-local.
12453
12454 2004-08-16 Davis Herring <herring@lanl.gov>
12455
12456 * isearch.el (isearch-string, isearch-message-string, isearch-point)
12457 (isearch-success, isearch-forward-flag, isearch-other-end)
12458 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12459 (isearch-barrier, isearch-within-brackets)
12460 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
12461
12462 2004-08-16 Kenichi Handa <handa@m17n.org>
12463
12464 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
12465
12466 2004-08-15 Kenichi Handa <handa@m17n.org>
12467
12468 * term/x-win.el (x-selection-value): If utf8 was successful but
12469 ctext was not, use utf8 string.
12470
12471 2004-08-14 Davis Herring <herring@lanl.gov>
12472
12473 * isearch.el: Remove accidental changes of March 4. Fix backing
12474 up when a regexp isearch is made more general. Use symbolic
12475 accessor functions for isearch stack frames to make usage clearer.
12476 (search-whitespace-regexp): Made groups in documentation shy (as
12477 is the group in the default value).
12478 (isearch-fallback): New function, addresses problems with regexps
12479 liberalized by `\|', adds support for liberalization by `\}' (the
12480 general repetition construct), and incorporates behavior for
12481 `*'/`?'.
12482 (isearch-}-char): New command, calls `isearch-fallback' with
12483 arguments appropriate to a typed `}'.
12484 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
12485 appropriately.
12486 (isearch-mode-map): Bind `}' to `isearch-}-char'.
12487 (isearch-string, isearch-message,string, isearch-point)
12488 (isearch-success, isearch-forward-flag, isearch-other-end)
12489 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12490 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
12491 New inline functions to read fields of a stack frame.
12492
12493 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
12494
12495 * battery.el (battery-linux-proc-acpi): Look into battery
12496 directories matching the literal string "CMB", too (required for
12497 Linux kernel version 2.6.7).
12498
12499 2004-08-14 John Paul Wallington <jpw@gnu.org>
12500
12501 * cus-start.el (read-file-name-completion-ignore-case): Add.
12502 (blink-cursor-alist): Change version to "21.4".
12503
12504 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
12505
12506 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
12507
12508 * speedbar.el (speedbar-scan-subdirs): New option.
12509 (speedbar-file-lists): Don't ignore file-name case on Unix and use
12510 dolist.
12511 (speedbar-insert-files-at-point): Take an extra argument and use
12512 it to optionally find out if a subdir is empty. Also unreadable
12513 files don't get expand buttons.
12514 (speedbar-directory): New image (unused pixmap already existed).
12515 (speedbar-expand-image-button-alist): Use it.
12516
12517 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
12518
12519 CC Mode update to 5.30.9:
12520
12521 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
12522 Move from cc-vars to cc-defs for dependency reasons. Fix the
12523 POSIX char class test to check that it works in
12524 `skip-chars-(forward|backward)' too.
12525
12526 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
12527 first argument starts with a special brace list.
12528
12529 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
12530 when `c-opt-type-concat-key' is used (i.e. in Pike).
12531
12532 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
12533 Fix bug when the inner char pair doesn't have paren syntax,
12534 i.e. "(<>)".
12535
12536 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
12537 whitespace safe.
12538
12539 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
12540 position for `arglist-intro', `arglist-cont-nonempty' and
12541 `arglist-close' when there are two arglist open parens on the same
12542 line and there's nothing in front of the first.
12543
12544 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
12545 locking of qualified names in Java, which previously could fontify
12546 common indexing expressions in many cases. The standard Java
12547 naming conventions are used to tell them apart.
12548
12549 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
12550 Fix inconsistency wrt opening parens on the first line inside a paren
12551 block.
12552
12553 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
12554 compile time for the sake of `c-major-mode-is'.
12555
12556 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
12557 `c-major-mode-is' in the event that this is used inside a
12558 `c-lang-defconst'.
12559
12560 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
12561 `c-lang-defconst' so that it works better with fallback languages.
12562
12563 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
12564 it to fail to record the base mode.
12565
12566 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12567 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
12568 is used. Reorder the syntax checks to get more efficient
12569 skipping in some situations.
12570
12571 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
12572 continuation which might precede the newly inserted '{'.
12573
12574 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12575 Fix cases where it could loop indefinitely.
12576
12577 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
12578 size specs correctly. Only fontify identifiers in front of '('
12579 with as functions - don't accept any paren char. Tighten up
12580 initializer skipping to stop before function and class blocks.
12581
12582 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
12583 the point could be left directly after an open paren when finding
12584 the beginning of the first decl in the block.
12585
12586 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
12587 table when filtering out legitimate open parens to be recorded.
12588 This could cause cache inconsistencies when e.g.
12589 `c++-template-syntax-table' was temporarily in use.
12590
12591 * progmodes/cc-engine.el (c-on-identifier)
12592 (c-simple-skip-symbol-backward): Small fix for handling "-"
12593 correctly in `skip-chars-backward'. Affected the operator lfun
12594 syntax in Pike.
12595
12596 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
12597 Fix bug that could cause an error from `after-change-functions' when
12598 the changed region is at bob.
12599
12600 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
12601
12602 CC Mode update to 5.30.9:
12603
12604 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
12605 to say that <TAB> doesn't insert WS into a CPP line.
12606 (c-indent-command, c-tab-always-indent): Amend doc strings.
12607
12608 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
12609 checks for user errors, thus eliminating cryptic and unhelpful
12610 Emacs error messages. (1) Check the arg to `c-set-style' is a
12611 string. (2) Check that settings to `c-offsets-alist' are not
12612 spuriously quoted.
12613
12614 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
12615 which precedes the newly inserted `{'.
12616
12617 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
12618
12619 Sync with Tramp 2.0.44.
12620
12621 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
12622 function "tramp_file_attributes". Otherwise, file names
12623 containing spaces are misinterpreted. Reported by Magnus Henoch
12624 <mange@freemail.hu>.
12625 (tramp-handle-file-truename): FILENAME must be expanded first.
12626 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
12627 obscure results. Reported by D. Goel <deego@gnufans.org>.
12628 (tramp-handle-verify-visited-file-modtime): If file does not
12629 exist, say it is not modified if and only if that agrees with the
12630 buffer's record. Check whether a file is visiting the buffer, or
12631 the buffer has no recorded last modification time. Return t in
12632 case the visiting file doesn't exist. Suggested by Luc Teirlinck
12633 <teirllm@auburn.edu>.
12634 (tramp-handle-write-region): Pass modtime explicitely to
12635 `set-visited-file-modtime', because filename can be different
12636 from (buffer-file-name) if `file-precious-flag' is set.
12637 `set-visited-file-modtime' must be called always when `visit' is t
12638 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
12639 (tramp-handle-set-visited-file-modtime): If `time-list' is not
12640 nil, don't apply the whole body. If the file doesn't exists, set
12641 modtime to '(-1 65535). Suggested by Luc Teirlinck
12642 <teirllm@auburn.edu>.
12643
12644 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
12645
12646 * help.el (describe-bindings): Doc fix.
12647
12648 * subr.el (kbd): Doc fix.
12649
12650 2004-08-08 John Paul Wallington <jpw@gnu.org>
12651
12652 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
12653 instead of `string-to-int'.
12654 (define-ibuffer-column mode): Fix indentation.
12655
12656 2004-08-08 Lars Hansen <larsh@math.ku.dk>
12657
12658 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
12659
12660 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
12661
12662 * subr.el (global-unset-key, local-unset-key): Doc fixes.
12663
12664 * novice.el (disabled-command-function): New variable renamed from
12665 `disabled-command-hook'.
12666 (disabled-command-hook): Keep the _variable_ as alias for
12667 `disabled-command-function' and make obsolete.
12668 (disabled-command-function): Function renamed from
12669 `disabled-command-hook'. Adapt code to name change of the variable.
12670
12671 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
12672
12673 * simple.el (completion-root-regexp): New defvar.
12674 (completion-setup-function): Use it instead of a literal string.
12675
12676 2004-08-07 John Paul Wallington <jpw@gnu.org>
12677
12678 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
12679 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
12680 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
12681 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
12682
12683 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12684
12685 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
12686 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
12687
12688 2004-08-04 Kenichi Handa <handa@m17n.org>
12689
12690 * international/encoded-kb.el (encoded-kbd-setup-keymap):
12691 Fix previous change.
12692
12693 2004-08-03 Kenichi Handa <handa@m17n.org>
12694
12695 * international/encoded-kb.el: The following changes are to
12696 utilize key-translation-map instead of minor mode map.
12697 (encoded-kbd-iso2022-non-ascii-map): Delete it.
12698 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
12699 (encoded-kbd-last-key): New function.
12700 (encoded-kbd-iso2022-single-shift): New function.
12701 (encoded-kbd-iso2022-designation)
12702 (encoded-kbd-self-insert-iso2022-7bit)
12703 (encoded-kbd-self-insert-iso2022-8bit)
12704 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
12705 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
12706 key-translation-map.
12707 (encoded-kbd-setup-keymap): Setup key-translation-map.
12708 (saved-key-translation-map): New variable.
12709 (encoded-kbd-mode): Save/restore key-translation-map.
12710 Adjust for the change of encoded-kbd-setup-keymap.
12711
12712 2004-08-02 Kim F. Storm <storm@cua.dk>
12713
12714 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
12715 and call compute-motion with nil for topos and width to get proper
12716 usable width and height for both window and non-window systems.
12717
12718 * windmove.el (windmove-coordinates-of-position): Let compute-motion
12719 calculate usable window width and height.
12720
12721 * window.el (window-buffer-height): Call compute-motion with nil width.
12722
12723 2004-08-01 David Kastrup <dak@gnu.org>
12724
12725 * replace.el (query-replace-read-from):
12726 Use `query-replace-compile-replacement'.
12727 (query-replace-compile-replacement): New function.
12728 (query-replace-read-to): Use `query-replace-compile-replacement'
12729 for repeating the last command.
12730
12731 2004-08-01 John Paul Wallington <jpw@gnu.org>
12732
12733 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
12734 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
12735 (pr-switches): Remove period from end of error messages.
12736
12737 * help-mode.el (help-go-back): Likewise.
12738
12739 * abbrev.el (only-global-abbrevs): Doc fix.
12740 (edit-abbrevs-map): Define within defvar.
12741 (quietly-read-abbrev-file): Doc fix.
12742
12743 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
12744
12745 * novice.el (enable-command, disable-command): Doc fixes.
12746
12747 * subr.el (event-modifiers, event-basic-type): Doc fixes.
12748
12749 2004-07-30 Richard M. Stallman <rms@gnu.org>
12750
12751 * subr.el (with-local-quit): Doc fix.
12752
12753 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
12754
12755 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
12756
12757 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
12758
12759 * custom.el (defcustom): Doc fix.
12760
12761 2004-07-28 Masatake YAMATO <jet@gyve.org>
12762
12763 * progmodes/etags.el (etags-tags-apropos): Show building progress.
12764
12765 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12766
12767 * imenu.el (imenu-prev-index-position-function)
12768 (imenu-extract-index-name-function, imenu-name-lookup-function)
12769 (imenu--index-alist): Docstring redundancy fix.
12770
12771 2004-07-25 Lars Hansen <larsh@math.ku.dk>
12772
12773 * wdired.el (wdired-finish-edit): Require dired-aux before locally
12774 binding dired-backup-overwrite.
12775
12776 2004-07-25 John Paul Wallington <jpw@gnu.org>
12777
12778 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
12779
12780 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
12781
12782 * term/tty-colors.el (tty-color-approximate): Doc fix.
12783
12784 * select.el (x-get-selection, x-set-selection): Doc fixes.
12785
12786 * frame.el (make-frame): Doc fix.
12787
12788 2004-07-24 Richard M. Stallman <rms@gnu.org>
12789
12790 * mail/rmail.el (rmail-mime-charset-pattern):
12791 Don't include semicolon in the charset value.
12792
12793 * replace.el (occur-next-error): Call set-window-point.
12794 (occur-engine): Handle negative NLINES.
12795
12796 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
12797
12798 * frame.el (modify-all-frames-parameters): Minor doc fix.
12799 (set-frame-configuration): Doc fix.
12800
12801 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12802
12803 * simple.el (completion-setup-function): Compute the common parts
12804 and the first difference place correctly when
12805 partial-completion-mode is on.
12806
12807 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12808
12809 * ps-print.el: Doc fix.
12810 (ps-print-version): New version 6.6.5.
12811 (ps-printing-region): Doc fix.
12812 (ps-generate-string-list): Comment fix.
12813 (ps-message-log-max): Code fix.
12814
12815 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
12816
12817 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
12818 generated PostScript.
12819
12820 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
12821
12822 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
12823 with Gnus v5_10 branch.)
12824
12825 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
12826
12827 * calendar/time-date.el (time-to-number-of-days): New function.
12828 Imported from from Gnus.
12829
12830 2004-07-22 Kim F. Storm <storm@cua.dk>
12831
12832 * progmodes/make-mode.el: Fix comments.
12833
12834 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12835
12836 * printing.el: Doc fix.
12837
12838 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
12839
12840 * frame.el (modify-all-frames-parameters): Minor doc fix.
12841
12842 2004-07-20 Richard M. Stallman <rms@gnu.org>
12843
12844 * textmodes/fill.el (fill-nobreak-p): If this break point is
12845 at the end of the line, don't consider the newline which follows
12846 as a reason to return t.
12847
12848 2004-07-19 John Paul Wallington <jpw@gnu.org>
12849
12850 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
12851
12852 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
12853
12854 * dired-aux.el (dired-do-kill-lines): Expand docstring.
12855 Delete irrelevant code.
12856
12857 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12858
12859 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12860 New docstring. From Luc Teirlinck.
12861
12862 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
12863
12864 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
12865 section.
12866 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
12867 non-file buffers. We know it is nil.
12868
12869 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12870
12871 Sync with Tramp 2.0.43.
12872
12873 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12874 Remove outdated comment.
12875 (tramp-locked, tramp-locker): New variables for implementing a
12876 global lock.
12877 (tramp-sh-file-name-handler): Use them to implement the global lock.
12878
12879 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
12880
12881 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
12882 calls to respective `xxx` calls.
12883 (tramp-process-alive-regexp): Precise doc string.
12884 (tramp-multi-action-process-alive): New defun.
12885 (tramp-multi-actions): Use it.
12886 (tramp-handle-find-backup-file-name): `copy-tree' is available
12887 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
12888 in order to avoid this function.
12889 (tramp-handle-write-region): Set current buffer. If connection
12890 wasn't open, `file-modes' has changed it accidently. Reported by
12891 David Kastrup <dak@gnu.org>.
12892 (tramp-enter-password, tramp-read-passwd): New arguments USER and
12893 HOST.
12894 (tramp-action-password, tramp-multi-action-password): Apply it.
12895 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
12896 name must still contain the port number. Otherwise, we have two
12897 Tramp buffers, with all the confusion. Reported by Myron Selby
12898 <myron@xytech.com> and Rolf Dubitzky
12899 <Dubitzky@physi.uni-heidelberg.de>.
12900
12901 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
12902 HOST to `tramp-enter-passwd'.
12903
12904 * net/tramp-vc.el (all): Code cleanup. Change all
12905 `tramp-handle-xxx' calls to respective `xxx` calls.
12906
12907 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
12908
12909 * emacs-lisp/testcover.el: New category "potentially-1valued" for
12910 functions that are not erroneous if either 1-valued or
12911 multi-valued. Detect functions in this class.
12912 (testcover-1value-functions, testcover-compose-functions)
12913 (testcover-progn-functions) Add some additional functions to lists.
12914 (testcover-mark): Bugfix when marking up the definition for an
12915 empty function.
12916
12917 2004-07-17 Richard M. Stallman <rms@gnu.org>
12918
12919 * replace.el (occur-read-primary-args): Pass default to
12920 read-from-minibuffer.
12921
12922 * mail/footnote.el (footnote-section-tag): Use defcustom.
12923
12924 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
12925 Compile font-lock-keywords, not KEYWORDS.
12926 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
12927 Add warn, check-type. Handle cerror like error.
12928
12929 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12930
12931 * progmodes/which-func.el (which-func-keymap): New var.
12932 (which-func-face): New face.
12933 (which-func-format): Use them.
12934
12935 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12936
12937 * buff-menu.el (list-buffers-noselect): Append the buffer's
12938 process status to its mode name.
12939
12940 2004-07-16 Kim F. Storm <storm@cua.dk>
12941
12942 * simple.el (inhibit-mark-movement): New defvar.
12943 (beginning-of-buffer, end-of-buffer): Do not push mark if
12944 inhibit-mark-movement is non-nil or C-u prefix is given.
12945
12946 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
12947 Init to beginning-of-buffer and end-of-buffer.
12948 (cua--undo-push-mark): New defvar.
12949 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
12950 already active and command is in cua--preserve-mark-commands.
12951 Also fix check for shift modifier on non-window systems.
12952 (cua--post-command-handler): Clear inhibit-mark-movement if set.
12953
12954 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
12955
12956 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
12957 of two integers, instead of a cons.
12958
12959 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12960 `visited-file-modtime' now returns a list of two integers, instead
12961 of a cons.
12962
12963 * dired.el (dired-directory-changed-p): Ditto.
12964
12965 * progmodes/grep.el (grep): Doc fix.
12966
12967 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12968
12969 * autorevert.el (auto-revert-tail-mode)
12970 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
12971 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
12972 in both at the same time.
12973 (auto-revert-tail-mode): New command.
12974 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
12975 (auto-revert-handler): Revert only either tail or whole file.
12976
12977 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
12978 add auto-revert-tail-mode.
12979
12980 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12981
12982 * printing.el: Doc fix. Change name of some funs.
12983 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
12984 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
12985 (pr-standard-file-name): New fun. Replace pr-standard-path.
12986 (pr-call-process): Code fix.
12987
12988 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
12989
12990 * subr.el (with-selected-window): Doc fix.
12991
12992 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
12993
12994 * subr.el (get-buffer-window-list): Doc fix.
12995
12996 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
12997
12998 * files.el (switch-to-buffer-other-window): Doc fix.
12999
13000 * window.el (save-selected-window, one-window-p)
13001 (split-window-keep-point, split-window-vertically)
13002 (split-window-horizontally): Doc fixes.
13003
13004 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13005
13006 * printing.el: Doc fix. Now it uses call-process instead of
13007 shell-command for low command execution.
13008 (pr-version): New version number (6.8).
13009 (pr-shell-file-name): Option removed.
13010 (pr-shell-command): Fun removed.
13011 (pr-call-process): New fun. Replace pr-shell-command.
13012 (pr-standard-path, pr-remove-nil-from-list): New funs.
13013 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
13014 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
13015 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
13016 (pr-ps-utility-process, pr-txt-print): Code fix.
13017
13018 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13019
13020 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
13021 boolean.
13022
13023 2004-07-09 Lars Hansen <larsh@math.ku.dk>
13024
13025 * wid-edit.el (widget-field-buffer): Doc fix.
13026
13027 2004-07-09 John Paul Wallington <jpw@gnu.org>
13028
13029 * emacs-lisp/re-builder.el (reb-update-overlays):
13030 Distinguish between one and several matches in message.
13031
13032 2004-07-09 Richard M. Stallman <rms@gnu.org>
13033
13034 * mouse.el (mouse-set-region-1): If transient-mark-mode
13035 is `identity', change it to `only'.
13036
13037 * simple.el (current-word): Doc fix.
13038
13039 2004-07-09 Mark A. Hershberger <mah@everybody.org>
13040
13041 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
13042 so that it is more understanding of whitespace.
13043
13044 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
13045 (("ns" . "element") (attr-list) children) instead of
13046 ((:ns . "element") (attr-list) children) in order to reduce the
13047 number of symbols used.
13048 (xml-skip-dtd): Change to use xml-parse-dtd but set
13049 xml-validating-parsing to nil.
13050 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
13051 (xml-substitute-entity): Remove in favor of new entity substitution.
13052 (xml-substitute-special): Rewrite in to substitute complex
13053 entities from DOCTYPE declarations.
13054 (xml-parse-fragment): Parse fragments from entity deleclarations.
13055 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
13056 (xml-parse-dtd, xml-substitute-special): Make validity checks
13057 conditioned on xml-validating-parser. Add "Not Well Formed" to
13058 error messages about well-formedness.
13059
13060 2004-07-08 Steven Tamm <steventamm@mac.com>
13061
13062 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
13063 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
13064 Do not treat double clicks and triple clicks specially in the
13065 scroll bar (preventing strange repositioning problems)
13066
13067 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
13068
13069 * replace.el (query-replace-regexp-eval): Fix last change.
13070
13071 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13072
13073 * replace.el (query-replace-descr): New fun.
13074 (query-replace-read-from, query-replace-read-args): Default to the
13075 previous from&to.
13076 (query-replace-read-to): Quote the `from' string when displaying it.
13077 (query-replace-regexp-eval): Immediately check read-only status.
13078 Use query-replace-read-from to get the \n checking.
13079 Quote the `from' string when displaying it.
13080 (map-query-replace-regexp, occur-read-primary-args):
13081 Quote the `from' string when displaying it.
13082
13083 * isearch.el (isearch-query-replace): Pass the regexp-ness and
13084 delimited-ness of the search to query-replace.
13085
13086 * replace.el (query-replace-read-from, query-replace-read-to):
13087 New funs extracted from query-replace-read-args.
13088 (query-replace-read-args): Use them.
13089
13090 * replace.el (query-replace-interactive, query-replace-read-args):
13091 Remove the `initial' special value.
13092 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
13093 (occur-engine): Remove unused var `matchend'.
13094
13095 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
13096 Use the search string without prompting.
13097
13098 2004-07-05 Kenichi Handa <handa@m17n.org>
13099
13100 * international/mule.el (decode-coding-inserted-region):
13101 Set last-coding-system-used only when coding is nil.
13102
13103 2004-07-03 Eli Zaretskii <eliz@gnu.org>
13104
13105 * progmodes/grep.el (grep-compute-defaults, grep-command)
13106 (grep-program, find-program, grep-find-use-xargs, grep-history)
13107 (grep-find-history, grep-tag-default, grep-find-command)
13108 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
13109 Add autoload cookies, for unbundled packages that load `compile'
13110 and expect all grep-related symbols to become defined.
13111
13112 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
13113
13114 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
13115 (iimage-mode-image-search-path): New user option to search the
13116 image file.
13117 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
13118 have locate-file.
13119 (iimage-mode-buffer): Use it.
13120
13121 2004-07-03 Nick Roberts <nickrob@gnu.org>
13122
13123 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
13124 carefully.
13125 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
13126
13127 2004-07-03 Juri Linkov <juri@jurta.org>
13128
13129 * replace.el (query-replace-read-args): Swallow space after 'foo,
13130 not after (quote foo). Match space only immediately after symbol,
13131 not anywhere in the whole string.
13132
13133 2004-07-02 Richard M. Stallman <rms@gnu.org>
13134
13135 * replace.el (query-replace-read-args): Swallow space after
13136 symbols, not after closeparens. But avoid error if string ends there.
13137
13138 * progmodes/python.el (python-beginning-of-statement):
13139 Exit the loop if backward-up-list gets error.
13140
13141 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
13142
13143 2004-07-02 Andre Spiegel <spiegel@gnu.org>
13144
13145 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
13146 only if vc-consult-headers is non-nil.
13147
13148 2004-07-02 Juri Linkov <juri@jurta.org>
13149
13150 * pcvs.el (cvs-mode-diff-repository): New command.
13151
13152 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
13153
13154 2004-07-01 Juri Linkov <juri@jurta.org>
13155
13156 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
13157 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
13158 C-M-% to isearch-query-replace-regexp.
13159 (minibuffer-local-isearch-map): Add arrow key bindings.
13160 Bind C-f to isearch-yank-char-in-minibuffer.
13161 (isearch-forward): Doc fix.
13162 (isearch-edit-string): Doc fix.
13163 (isearch-query-replace, isearch-query-replace-regexp): New funs.
13164 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
13165 (isearch-yank-char): Add optional arg.
13166 (isearch-yank-char-in-minibuffer): New fun.
13167
13168 * replace.el (query-replace-interactive): Change type from boolean
13169 to choice. Add value `initial'.
13170 (query-replace-read-args): Handle value `initial' of
13171 query-replace-interactive.
13172
13173 2004-06-29 Kim F. Storm <storm@cua.dk>
13174
13175 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
13176 (breakpoint-disabled-bitmap-face): Add :group 'gud.
13177
13178 * progmodes/ada-xref.el (ada-tight-gvd-integration):
13179 Add :group 'ada.
13180
13181 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
13182
13183 2004-06-29 Juri Linkov <juri@jurta.org>
13184
13185 * replace.el (query-replace-read-args): Swallow a space after
13186 everything except )]" which in most cases means after a symbol.
13187
13188 * emacs-lisp/pp.el (pp-buffer): Add autoload.
13189
13190 2004-06-28 Richard M. Stallman <rms@gnu.org>
13191
13192 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
13193 More changes to go with previous change in font-lock.el.
13194
13195 2004-06-26 David Kastrup <dak@gnu.org>
13196
13197 * replace.el (perform-replace): Highlight the match even in
13198 non-query mode if there is potential replace string editing.
13199
13200 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
13201
13202 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
13203 agree with new return value of `file-remote-p'.
13204 This syncs with Tramp 2.0.42.
13205
13206 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
13207 according to new documentation of `file-remote-p'.
13208
13209 * files.el (file-remote-p): Fix doc to say that return value is
13210 identification of remote system, if not nil.
13211 (file-relative-name): Use new return value of `file-remote-p'.
13212
13213 2004-06-26 Nick Roberts <nickrob@gnu.org>
13214
13215 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
13216 (gdb-goto-breakpoint): Fix breakage.
13217
13218 2004-06-26 Eli Zaretskii <eliz@gnu.org>
13219
13220 * man.el (Man-getpage-in-background): Add windows-nt to the list
13221 of systems where shell-file-name should be used instead of
13222 literal "sh".
13223
13224 2004-06-25 Sam Steingold <sds@gnu.org>
13225
13226 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
13227 function names `(setf symbol)'.
13228
13229 2004-06-24 Richard M. Stallman <rms@gnu.org>
13230
13231 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
13232
13233 * font-lock.el (font-lock-keywords): Change format of compiled values.
13234 Document it.
13235 (font-lock-add-keywords): If font-lock-keywords is compiled,
13236 extract the uncompiled version, modify, then recompile.
13237 (font-lock-remove-keywords): Likewise.
13238 (font-lock-fontify-keywords-region): Handle changed format.
13239 (font-lock-compile-keywords): Handle changed format.
13240 (font-lock-set-defaults): Compile the keywords explicitly here.
13241
13242 2004-06-24 David Kastrup <dak@gnu.org>
13243
13244 * replace.el (query-replace-read-args): Implement `\,' and `\#'
13245 replacements here.
13246 (query-replace-regexp): Doc string explaining this and the new
13247 `\?' replacement. Remove `\,' and `\#' implementation here, as it
13248 is better placed in `query-replace-read-args'.
13249 (replace-regexp): Explain `\,', `\#' and `\?'.
13250 (replace-match-data): New function for thorough reuse/destruction
13251 of old match-data.
13252 (replace-match-maybe-edit): Function for implementing `\?' editing.
13253 (perform-replace): Fix maintaining of the match stack including
13254 already matched regions, implement `\?', fix various problems
13255 with regions while editing and other stuff.
13256 (replace-highlight): Simplify.
13257
13258 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
13259
13260 * progmodes/grep.el (grep-error-screen-columns): New variable.
13261 (grep-regexp-alist): Give it the full functionality of gnu style
13262 compilation messages with line and column ranges. Ask me for the
13263 perl script I'm working on, that uses these.
13264
13265 2004-06-23 Nick Roberts <nickrob@gnu.org>
13266
13267 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
13268 Remove.
13269 (comint-insert-input, comint-mouse-insert-input): New functions
13270 based on comint-insert-clicked-input for two bindings but just
13271 one functionality.
13272
13273 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
13274
13275 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
13276
13277 2004-06-23 Lars Hansen <larsh@math.ku.dk>
13278
13279 * files.el (write-contents-functions): Doc fix.
13280
13281 2004-06-21 Juanma Barranquero <lektu@terra.es>
13282
13283 * image.el (image-library-alist): Rewrite docstring in active voice.
13284
13285 2004-06-20 Richard M. Stallman <rms@gnu.org>
13286
13287 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
13288
13289 * isearch.el (isearch-repeat): Avoid testing old match data.
13290 (isearch-message): Display trailing space in special font
13291 when search is failing.
13292 (isearch-search-fun-function): Doc fix.
13293
13294 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
13295
13296 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
13297
13298 * frame.el (show-trailing-whitespace): Doc fix.
13299
13300 * cus-edit.el (custom-variable-documentation): New function.
13301 (custom-variable): Use it.
13302
13303 2004-06-19 Nick Roberts <nickrob@gnu.org>
13304
13305 * man.el (Man-getpage-in-background): Revert previous change but
13306 make cygwin a special case.
13307
13308 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
13309
13310 * autorevert.el (global-auto-revert-non-file-buffers):
13311 Update docstring.
13312
13313 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
13314
13315 * progmodes/compile.el (compilation-error-properties): Store one
13316 more than end-col, if present, so that transient-mark-mode will
13317 highlight last char too.
13318 * progmodes/grep.el (grep-regexp-alist): Match columns and column
13319 ranges, if present.
13320
13321 2004-06-18 Jason Rumney <jasonr@gnu.org>
13322
13323 * makefile.w32-in: Double percent signs in for loops.
13324
13325 2004-06-17 David Kastrup <dak@gnu.org>
13326
13327 * replace.el (query-replace-read-args): Only warn about use of \n
13328 and \t when we are doing a regexp replacement and the actual
13329 escaped character is n or t.
13330 (query-replace-regexp): Add \, and \# interpretation to
13331 interactive call and document it.
13332 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
13333 as shortkey for replace-count.
13334 (replace-quote): New function for doubling backslashes.
13335
13336 2004-06-17 Juanma Barranquero <lektu@terra.es>
13337
13338 * files.el (parse-colon-path, cd): Mention in docstring that the
13339 path separator is colon in GNU-like systems.
13340
13341 * newcomment.el (comment-region-internal): Fix docstring.
13342
13343 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
13344 (ewoc-invalidate, ewoc-collect): Doc fixes.
13345 (ewoc--create-node, ewoc--delete-node-internal):
13346 Fix typos in docstring.
13347
13348 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13349
13350 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
13351 manual to docstring.
13352
13353 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13354
13355 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
13356
13357 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13358
13359 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13360 Add hyperlink to emacs-xtra manual to docstring.
13361
13362 * autorevert.el (global-auto-revert-non-file-buffers):
13363 Add hyperlink to emacs-xtra manual to docstring, as well as an
13364 info-link.
13365
13366 2004-06-14 Juanma Barranquero <lektu@terra.es>
13367
13368 * image.el (image-library-alist): New variable to map image types
13369 to external libraries. Initialized to nil, unless system-specific
13370 configs change it.
13371 (image-type-available-p): Determine whether an image type is
13372 available by calling `init-image-library'.
13373
13374 * term/w32-win.el (image-library-alist): Initialize to a known set
13375 of probable library names.
13376
13377 2004-06-14 Kenichi Handa <handa@m17n.org>
13378
13379 * international/code-pages.el (windows-1256, cp1125): Fix tables
13380 for several characters.
13381
13382 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
13383
13384 2004-06-13 Richard M. Stallman <rms@gnu.org>
13385
13386 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
13387
13388 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
13389 not "`pc-selection-mode'".
13390
13391 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
13392
13393 * simple.el (previous-matching-history-element): Specify a default.
13394
13395 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
13396
13397 * cus-face.el (custom-declare-face): Simplify code.
13398
13399 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
13400
13401 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
13402
13403 * files.el (before-save-hook): Add `time-stamp' to the options.
13404
13405 * time-stamp.el (time-stamp): Recommend adding it to
13406 `before-save-hook', rather than `write-file-functions'.
13407 Make a similar change in `Commentary' section.
13408
13409 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
13410
13411 * diff-mode.el (diff-current-defun): If at start of hunk, use
13412 position of first change.
13413
13414 2004-06-13 Lars Hansen <larsh@math.ku.dk>
13415
13416 * dired-x.el (dired-mark-omitted): Bind to "*O".
13417
13418 2004-06-12 Karl Fogel <kfogel@red-bean.com>
13419
13420 * bookmark.el (bookmark-bmenu-relocate): New function, as
13421 suggested by David J. Biesack <David.Biesack@sas.com>.
13422 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
13423 (bookmark-bmenu-mode): Describe binding in doc string.
13424 (bookmark-set-filename): Save the bookmark list if it's time.
13425
13426 2004-06-13 Kenichi Handa <handa@m17n.org>
13427
13428 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
13429 (ccl-untranslated-to-ucs): Fix typo.
13430
13431 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
13432
13433 * progmodes/python.el (python-open-block-statement-p):
13434 Fix indentation after a block opening that contains a comment.
13435
13436 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
13437
13438 * bindings.el (completion-ignored-extensions): Add file extensions
13439 of Python byte-compiled files.
13440
13441 2004-06-12 Juri Linkov <juri@jurta.org>
13442
13443 * info.el (Info-goto-node): Add autoload.
13444 (Info-toc): Add substring-no-properties on Info file name.
13445 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
13446 (Info-mode-map): Bind L to Info-history, T to Info-toc.
13447
13448 2004-06-12 Kenichi Handa <handa@m17n.org>
13449
13450 * international/mule-cmds.el (set-language-environment):
13451 Load subst tables if necessary.
13452
13453 * international/mule.el (decode-char): Load subst tables if necessary.
13454 (encode-char): Likewise.
13455
13456 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
13457 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
13458 (utf-16le-decode-loop): Set r5 to -1 before loop.
13459 (utf-16be-decode-loop): Likewise.
13460 (ccl-decode-mule-utf-16le): Add EOF processing block.
13461 (ccl-decode-mule-utf-16be): Likewise.
13462 (ccl-decode-mule-utf-16le-with-signature): Likewise.
13463 (ccl-decode-mule-utf-16be-with-signature): Likewise.
13464 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
13465 (ccl-mule-utf-16-encode-untrans): New CCL.
13466 (utf-16-decode-to-ucs): Handle pre-read character.
13467 (utf-16le-encode-loop): Handle surrogate pair.
13468 (utf-16be-encode-loop): Likewise.
13469 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
13470 of utf-16le-encode-loop.
13471 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
13472 of utf-16be-encode-loop.
13473 (mule-utf-16-post-read-conversion):
13474 Call utf-8-post-read-conversion at first.
13475 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
13476 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
13477 Add post-read-conversion and pre-write-conversion.
13478
13479 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
13480 (utf-translate-cjk-unicode-range): New variable.
13481 (utf-translate-cjk-load-tables): New function.
13482 (utf-lookup-subst-table-for-decode): New function.
13483 (utf-lookup-subst-table-for-encode): New function.
13484 (utf-translate-cjk-mode): Init-value changed to t. Don't load
13485 tables here. Update safe-charsets of utf-* coding systems.
13486 (ccl-mule-utf-untrans): New CCL.
13487 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
13488 at end of each branch.
13489 (ccl-mule-utf-8-encode-untrans): New CCL.
13490 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
13491 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
13492 length of encoding. Don't return r0.
13493 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
13494 (utf-8-post-read-conversion): Narrow to region properly.
13495 If utf-translate-cjk-mode is on, load tables if necessary.
13496 Call utf-8-compose with hash-table arg if necessary.
13497 Call XXX-compose-region instead of XXX-post-read-convesion.
13498 (utf-8-pre-write-conversion): New function.
13499 (mule-utf-8): Include CJK charsets in safe-charsets if
13500 utf-translate-cjk-mode is on. Add pre-write-conversion.
13501
13502 * international/characters.el: Temporarily set
13503 utf-translate-cjk-mode to nil.
13504
13505 * language/devan-util.el (devanagari-compose-region):
13506 Add autoload cookie.
13507
13508 * international/ccl.el (ccl-dump-call): Fix printing the
13509 subroutine name.
13510
13511 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
13512
13513 * dired.el (dired-revert): If buffer is marked unmodified before
13514 reverting, keep it marked unmodified.
13515 Adapt to new conventions for commenting out code.
13516 (dired-make-relative): Adapt to new conventions for commenting out code.
13517
13518 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
13519
13520 * eshell/esh-module.el (eshell-load-defgroups):
13521 Bind `vc-handled-backends' to nil when opening files.
13522
13523 2004-06-11 Juanma Barranquero <lektu@terra.es>
13524
13525 * files.el (parse-colon-path, cd): Doc fixes (refer to
13526 `path-separator', not colon).
13527
13528 2004-06-10 Juanma Barranquero <lektu@terra.es>
13529
13530 * newcomment.el (comment-search-forward)
13531 (comment-search-backward): Fix typos in docstring.
13532 (comment-region): Doc fix.
13533
13534 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
13535
13536 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
13537 switch is no longer stored in `dired-switches-alist'.
13538
13539 * dired-aux.el (dired-insert-subdir): Do not store R switch in
13540 `dired-switches-alist'.
13541
13542 2004-06-10 Kim F. Storm <storm@cua.dk>
13543
13544 * pcvs.el (cvs-mode-diff-yesterday): New command.
13545
13546 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
13547
13548 2004-06-10 Juri Linkov <juri@jurta.org>
13549
13550 * emacs-lisp/edebug.el (edebug-eval-defun):
13551 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
13552 Fix docstring.
13553
13554 * simple.el (eval-expression-print-format): Don't print additional
13555 information on the first call to `eval-print-last-sexp'.
13556 (next-error-find-buffer): Fix punctuation.
13557 (killing) <defgroup>: Fix punctuation.
13558 (yank-excluded-properties): Change group from editing to killing.
13559
13560 * replace.el (perform-replace): Use `limit' to terminate the
13561 while-loop explicitly.
13562
13563 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13564
13565 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
13566 Use lc-*.xpm as prefix instead of *-locol.xpm.
13567
13568 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
13569 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
13570 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
13571 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
13572 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
13573 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
13574 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
13575 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
13576 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
13577 * toolbar/lc-up_arrow.xpm:
13578 Rename from *-locol.xpm.
13579
13580 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
13581
13582 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
13583 include forms like &<str>; as valid url patterns.
13584
13585 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
13586
13587 * dired.el (dired-diff, dired-backup-diff)
13588 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
13589 (dired-do-chown, dired-do-touch, dired-do-print)
13590 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
13591 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
13592 (dired-create-directory, dired-do-copy, dired-do-symlink)
13593 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
13594 (dired-do-copy-regexp, dired-do-hardlink-regexp)
13595 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
13596 (dired-maybe-insert-subdir, dired-next-subdir)
13597 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
13598 (dired-kill-subdir, dired-tree-up, dired-tree-down)
13599 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
13600 (dired-run-shell-command, dired-query): Remove redundant,
13601 or incorrect, autoloads.
13602
13603 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
13604 does not end in a slash. Add optional argument KILL-ROOT.
13605 Update docstring.
13606 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
13607 (dired-query): Add autoloads.
13608
13609 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
13610
13611 * progmodes/compile.el (compilation-set-window-height):
13612 Rearrange the save-* functions because a buffer can have several current
13613 point in different windows.
13614 (compilation-error-regexp-alist-alist): Recognize {standard input}
13615 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
13616
13617 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13618
13619 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
13620 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
13621 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
13622 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
13623 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
13624 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
13625 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
13626 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
13627 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
13628 * toolbar/up_arrow-locol.xpm:
13629 New versions of icons that uses fewer colors.
13630
13631 * toolbar/tool-bar.el (tool-bar-local-item)
13632 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
13633 if display-color-cells is 256 or less.
13634
13635 2004-06-08 Kim F. Storm <storm@cua.dk>
13636
13637 * wid-edit.el (widget-specify-button): Use hand pointer rather
13638 than mouse-face as visible mouse-over effect.
13639
13640 2004-06-07 Karl Fogel <kfogel@red-bean.com>
13641
13642 * saveplace.el (save-place-alist-to-file): Bind `print-length'
13643 and `print-level' to nil when writing out `save-place-alist'.
13644 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
13645
13646 2004-06-07 Juanma Barranquero <lektu@terra.es>
13647
13648 * completion.el (completion-kill-region): Doc fix.
13649
13650 * format.el (format-insert-annotations)
13651 (format-annotate-location): Doc fixes.
13652 (format-subtract-regions): Make arguments match their use in docstring.
13653
13654 * simple.el (kill-region): Doc fix.
13655
13656 * subr.el (insert-buffer-substring-no-properties)
13657 (insert-buffer-substring-as-yank): Doc fixes.
13658
13659 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
13660
13661 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13662 Update docstring.
13663 (dired-reset-subdir-switches): New function.
13664
13665 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
13666 Limit scope of `buffer-read-only' binding.
13667
13668 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
13669
13670 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
13671 eshell-explicit-command-char.
13672
13673 2004-06-06 Juanma Barranquero <lektu@terra.es>
13674
13675 * help-fns.el (help-argument-name): Inherit from italic face only
13676 if the frame supports it.
13677
13678 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13679
13680 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
13681 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
13682 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
13683 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
13684 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
13685 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
13686 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
13687 New conversions from xpm files.
13688
13689 * toolbar/README: New file.
13690
13691 2004-06-06 Richard M. Stallman <rms@gnu.org>
13692
13693 * isearch.el (isearch-mode-map): Undo previous change.
13694
13695 2004-06-05 Juri Linkov <juri@jurta.org>
13696
13697 * bindings.el (debug-ignored-errors): Add regexps for history
13698 related messages. Remove $ from "No further undo information".
13699 Move Ediff's messages to ediff.el.
13700
13701 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
13702
13703 * cus-edit.el (custom-display): Add `min-colors'.
13704
13705 * custom.el (defface): Add `supports' to docstring.
13706
13707 * help-fns.el (help-argument-name): Add :group 'help.
13708
13709 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
13710
13711 * find-dired.el (find-ls-subdir-switches): New user option.
13712 (find-dired): No longer call `abbreviate-file-name' on DIR.
13713 Set `dired-subdir-switches' buffer-locally.
13714
13715 * locate.el: Merge the two `Commentary' sections.
13716 (locate-ls-subdir-switches): New user option.
13717 (locate): Update for other changes.
13718 (locate-mode-map): Restore Dired binding for mouse-2.
13719 Bind `locate-mouse-view-file' to M-mouse-2.
13720 Bind `l' to `locate-do-redisplay'.
13721 (locate-main-listing-line-p, locate-do-redisplay): New functions.
13722 (locate-mouse-view-file, locate-tags, locate-find-directory):
13723 Print message if used outside main listing.
13724 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
13725 Various changes to support inserted subdirectories.
13726 (locate-insert-header): Change header of *Locate* buffer.
13727
13728 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13729 Change interactive default switches.
13730 (dired-rename-subdir-2): Update `dired-switches-alist'.
13731 (dired-insert-subdir, dired-kill-subdir):
13732 Handle `dired-switches-alist'. Do not mark buffer modified.
13733 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
13734 (dired-insert-subdir-doinsert): Omit messages.
13735 Handle `dired-subdir-switches'.
13736 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
13737
13738 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
13739 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
13740 subdirs if -R switch is used for a subdir.
13741 (dired-mode): Set `dired-switches-alist'.
13742 (dired-build-subdir-alist): Only print number of directories in
13743 echo area when invoked interactively.
13744
13745 2004-06-05 Lars Hansen <larsh@math.ku.dk>
13746
13747 * dired-x.el (dired-omit-mode): Rename from
13748 dired-omit-files-p. Use define-minor-mode to define it.
13749 (dired-omit-files-p): Add as alias for dired-omit-mode.
13750 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
13751 dired-mark-omitted.
13752 (dired-mark-omitted): Add. Bind to M-O.
13753
13754 2004-06-05 Kenichi Handa <handa@m17n.org>
13755
13756 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
13757
13758 2004-06-05 Juanma Barranquero <lektu@terra.es>
13759
13760 * help-fns.el (help-argument-name): Reintroduce face.
13761 (help-default-arg-highlight): Use it, now that
13762 `face-differs-from-default-p' can be trusted.
13763
13764 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13765
13766 * textmodes/table.el: Sentence commands added to Point Motion
13767 group; kill and backward-kill commands added to Extraction group.
13768
13769 2004-06-04 Mario Lang <mlang@delysid.org>
13770
13771 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
13772 systems appear to use mW, make the code handle this. Fix a
13773 division-by-zero bug while at it, and handle kernels with
13774 a slightly different layout in /proc/acpi.
13775
13776 2004-06-04 Karl Fogel <kfogel@red-bean.com>
13777
13778 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
13779 because the latter is a CL-ism. This fixes the bug reported by
13780 Shawn Boyette <mdxi@collapsar.net> in
13781 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
13782
13783 2004-06-04 Miles Bader <miles@gnu.org>
13784
13785 * faces.el (display-supports-face-attributes-p): Function moved to
13786 C code. Previously only the tty-related portion of this function
13787 was done in C; however the previous attempt to do a halfway-proper
13788 job for non-tty displays in lisp didn't work properly because of
13789 funny conditions during Emacs startup.
13790 (face-differs-from-default-p): Simplify, now that
13791 display-supports-face-attributes-p works properly on all display
13792 types. Remove :stipple from comparison; it doesn't really work
13793 in emacs anyway.
13794
13795 2004-06-04 Miles Bader <miles@gnu.org>
13796
13797 * faces.el (face-differs-from-default-p): Use a different
13798 implementation, so we can really check whether FACE displays
13799 differently or not.
13800
13801 2004-06-04 Miles Bader <miles@gnu.org>
13802
13803 * faces.el (display-supports-face-attributes-p): Implement a
13804 `different from default' check for non-tty displays.
13805
13806 2004-06-03 David Kastrup <dak@gnu.org>
13807
13808 * woman.el (woman-mapcan): More concise code.
13809 (woman-topic-all-completions, woman-topic-all-completions-1)
13810 (woman-topic-all-completions-merge): Replace by a simpler and
13811 much faster implementation based on O(n log n) sort/merge instead
13812 of the old O(n^2) behavior.
13813
13814 2004-06-03 Miles Bader <miles@gnu.org>
13815
13816 * subr.el (read-number): Use canonical format for default in prompt.
13817
13818 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
13819 Add regexp for " [...]" style defaults.
13820
13821 2004-06-02 Romain Francoise <romain@orebokech.com>
13822
13823 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
13824 groups: if the user asks for a hidden buffer, open the
13825 corresponding filter group to expose it.
13826
13827 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
13828 `ibuffer-jump-to-buffer'.
13829 (ibuffer-jump-offer-only-visible-buffers): New user option.
13830
13831 2004-06-02 Juanma Barranquero <lektu@terra.es>
13832
13833 * faces.el (frame-update-faces): Add empty docstring so the one
13834 for `ignore' doesn't show through.
13835
13836 * subr.el (process-kill-without-query): Remove spurious "\n" on
13837 obsolescence string.
13838 (focus-frame, unfocus-frame): Add obsolescence declaration and
13839 empty docstring.
13840
13841 * international/mule.el (register-char-codings): Make alias for
13842 `ignore'. Move docstring to obsolescence info and remove redundancy.
13843
13844 2004-06-02 Kim F. Storm <storm@cua.dk>
13845
13846 * frame.el (blink-cursor-start): Turn cursor off initially so blink
13847 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
13848
13849 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13850
13851 * comint.el (comint-replace-by-expanded-history-before-point):
13852 Obey `start' as the docstring says.
13853 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
13854 (comint-update-fence): Prevent font-lock from running unnecessarily.
13855 (comint-dynamic-list-completions): Use with-current-buffer.
13856
13857 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13858
13859 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
13860 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
13861 (bibtex-entry-update): Handle alternatives and optional fields.
13862 (bibtex-parse-entry): Bugfix, handle empty key.
13863
13864 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13865
13866 * vc-arch.el (vc-arch-state): Don't assume the file exists.
13867
13868 2004-05-31 Lars Hansen <larsh@math.ku.dk>
13869
13870 * desktop.el (desktop-save): Don't save minor modes without a
13871 known mode initialization function.
13872
13873 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
13874
13875 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
13876
13877 * autorevert.el: Update `Commentary' section.
13878
13879 2004-05-30 Juanma Barranquero <lektu@terra.es>
13880
13881 * dos-fns.el (convert-standard-filename):
13882 * files.el (convert-standard-filename):
13883 * w32-fns.el (convert-standard-filename):
13884 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
13885
13886 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
13887
13888 Sync with Tramp.
13889
13890 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
13891 (tramp-let-maybe): Move to an earlier spot in the file.
13892 Patch by Andreas Schwab.
13893
13894 2004-05-30 Andreas Schwab <schwab@suse.de>
13895
13896 * dired.el (dired-get-filename): Don't use dired-re-dot.
13897
13898 2004-05-30 Richard M. Stallman <rms@gnu.org>
13899
13900 * files.el (find-file): Doc fix.
13901
13902 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
13903
13904 2004-05-30 Nick Roberts <nickrob@gnu.org>
13905
13906 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
13907 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
13908 modeline of the locals buffer.
13909 (gdb-goto-breakpoint): Handle gdbmi.
13910 (gdb-get-frame-number): Change for gdbmi.
13911
13912 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
13913
13914 * files.el (file-remote-p): Apply file name handler for operation
13915 `file-remote-p'. It isn' a property any longer.
13916 (file-relative-name): `fh' and `fd' get the required value via
13917 `find-file-name-handler' already.
13918
13919 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
13920 (top): Remove setting of `file-remote-p' property for
13921 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
13922
13923 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
13924
13925 Version 2.0.41 of Tramp released.
13926
13927 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
13928 Throw away if process has died.
13929 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
13930 (tramp-out-of-band-prompt-regexp): Rename to
13931 `tramp-process-alive-regexp', because its usage is widen.
13932 (tramp-actions-copy-out-of-band): Apply it.
13933 (tramp-actions-before-shell, tramp-multi-actions):
13934 Add `tramp-action-process-alive' action.
13935 (tramp-action-process-alive): New defun.
13936 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13937 Add entry for `file-remote-p'.
13938 (tramp-handle-file-remote-p): New defun.
13939 (top): Remove setting of `file-remote-p'. Don't set
13940 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
13941
13942 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
13943 `file-remote-p'.
13944
13945 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
13946 counted for (last) line. [They should or they shouldn't? --Stef]
13947 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
13948
13949 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
13950
13951 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
13952 not really necessary but seems to keep the shell history smaller
13953 in some cases. It is no substitute for setting HISTFILE and
13954 HISTSIZE from tramp-open-connection-setup-interactive-shell,
13955 though. Suggested by Luc Teirlinck.
13956 (tramp-open-connection-setup-interactive-shell): Export variables
13957 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
13958 (tramp-set-process-query-on-exit-flag): New compat function.
13959 (tramp-open-connection-multi, tramp-open-connection-su)
13960 (tramp-open-connection-rsh, tramp-open-connection-telnet)
13961 (tramp-do-copy-or-rename-file-out-of-band): Use it.
13962 (tramp-let-maybe): New macro, let-binds a variable only if it
13963 isn't obsolete.
13964 (tramp-check-ls-commands, tramp-handle-expand-file-name)
13965 (tramp-handle-file-truename): Use it.
13966 (tramp-completion-file-name-regexp-unified): Avoid matching
13967 filenames starting with "/:" -- those are reserved for
13968 file-name-non-special.
13969
13970 * tramp-smb.el (tramp-smb-open-connection):
13971 Use tramp-set-process-query-on-exit-flag compat function.
13972
13973 2004-05-29 Richard M. Stallman <rms@gnu.org>
13974
13975 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
13976
13977 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
13978 (eval-last-sexp-print-value): Print char equivalent regardless
13979 of standard-output value.
13980
13981 * thumbs.el (thumbs-subst-char-in-string): Delete.
13982 (thumbs-thumbname): Use subst-char-in-string.
13983 (thumbs-resize-image): Use condition-case, not ignore-errors.
13984 (thumbs-kill-buffer): Likewise.
13985
13986 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
13987 (thumbs-mode): Make buffer read-only.
13988 (thumbs-make-thumb): Unconditionally accept an existing file.
13989 (thumbs-insert-thumb): Add thumb-image-file property to the image.
13990 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
13991 (thumbs-show-thumbs-list): Error if images not supported.
13992 (thumbs-save-current-image): Improve prompt string.
13993 (thumbs-mode-map): Define u, R, x.
13994 (thumbs-unmark): New command.
13995 (thumbs-emboss-image): Minor cleanup.
13996 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
13997 (thumbs-rename-images): New command.
13998 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
13999
14000 * thumbs.el (thumbs-current-image): New function.
14001 (thumbs-file-list, thumbs-file-alist): New functions.
14002 (thumbs-find-image): Delete arg L.
14003 Don't set up thumbs-fileL as buffer-local global var.
14004 (thumbs-find-image-at-point): Use thumbs-current-image.
14005 (thumbs-set-image-at-point-to-root-window): Likewise.
14006 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
14007 Record and warn about errors. Update thumbs-markedL for deletions.
14008 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
14009 (thumbs-redraw-buffer): Use thumbs-file-list.
14010 (thumbs-mark): Use thumbs-current-image.
14011 (thumbs-show-name): Use thumbs-current-image.
14012
14013 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
14014 and imenu--last-menubar-index-alist.
14015
14016 * subr.el (with-selected-window): Undo previous change.
14017
14018 2004-05-29 John Paul Wallington <jpw@gnu.org>
14019
14020 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
14021 (thumbs-mouse-find-image): New command.
14022 (thumbs-mode-map): Bind it to mouse-2.
14023 (thumbs-mode): Make mode-class special.
14024 (thumbs-view-image-mode): Likewise.
14025
14026 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
14027
14028 * flymake.el: New file.
14029
14030 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
14031
14032 * files.el (find-file-noselect-1): Do not bind
14033 `inhibit-read-only' to t during execution of
14034 `find-file-not-found-functions'.
14035
14036 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14037
14038 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
14039 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
14040
14041 2004-05-28 Juri Linkov <juri@jurta.org>
14042
14043 * simple.el (eval-expression-print-format): New fun.
14044
14045 * simple.el (eval-expression):
14046 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
14047 * emacs-lisp/edebug.el (edebug-compute-previous-result)
14048 (edebug-eval-expression): Print additionally the value returned by
14049 `eval-expression-print-format'.
14050
14051 * emacs-lisp/lisp.el (insert-pair-alist): New var.
14052 (insert-pair): Make arguments optional. Find character pair
14053 from `insert-pair-alist' according to the last input event.
14054 (insert-parentheses): Make arguments optional.
14055 (raise-sexp, delete-pair): New funs.
14056
14057 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
14058 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14059 Bind C-M-q to `indent-pp-sexp'.
14060
14061 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
14062 `pp-to-string' modified to be able to format text with newlines.
14063 (pp-to-string): Move the buffer-formatting part of the code to
14064 `pp-buffer'. Call `pp-buffer'.
14065
14066 * info.el (Info-desktop-buffer-misc-data): Don't save information
14067 about virtual files.
14068 (Info-restore-desktop-buffer): Restore Info buffers in prepared
14069 buffers with names obtained from the desktop file instead of the
14070 default *info* buffer.
14071
14072 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14073
14074 * subr.el (with-selected-window): Only save/restore the selected window.
14075
14076 * progmodes/compile.el (compilation-error-regexp-alist):
14077 Use expand-file-name and data-directory.
14078
14079 * progmodes/grep.el (grep-tree): Rework previous fix.
14080
14081 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
14082 after the user marked text with the mouse.
14083
14084 * startup.el (command-line): Keep the first regexp of
14085 auto-save-file-name-transforms intact.
14086
14087 2004-05-28 Juanma Barranquero <lektu@terra.es>
14088
14089 * cus-edit.el (customize-face, customize-face-other-window)
14090 (custom-face-edit-delete): Make arguments match their use in
14091 docstring.
14092 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
14093 docstring.
14094
14095 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
14096 not `cvs-butlast'.
14097
14098 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
14099 `nbutlast' are in subr.el).
14100
14101 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
14102 (set-w32-system-coding-system): Doc fixes.
14103
14104 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
14105 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
14106 Make arguments match their use in docstring.
14107 (artist-draw-region-trim-line-endings)
14108 (artist-mouse-choose-operation): Fix typo in docstring.
14109 (artist-key-set-point-common): Doc fix.
14110
14111 2004-05-28 Simon Josefsson <jas@extundo.com>
14112
14113 * mail/smtpmail.el (smtpmail-open-stream):
14114 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
14115
14116 2004-05-26 Simon Josefsson <jas@extundo.com>
14117
14118 * starttls.el: Merge with my GNUTLS based starttls.el.
14119 (starttls-gnutls-program, starttls-use-gnutls)
14120 (starttls-extra-arguments, starttls-process-connection-type)
14121 (starttls-connect, starttls-failure, starttls-success): New variables.
14122 (starttls-program, starttls-extra-args): Doc fix.
14123 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
14124 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
14125 and pass on to corresponding *-gnutls function if it is set.
14126
14127 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
14128
14129 * autorevert.el (auto-revert-handler): Disable auto-reverting of
14130 remote files.
14131
14132 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
14133
14134 * files.el (file-name-non-special): There are more operations
14135 which need handling: `find-backup-file-name',
14136 `insert-file-contents', `verify-visited-file-modtime',
14137 `write-region'. Rename t value of method to `add'. Add new
14138 methods `quote' and `unquote-then-quote' to file-arg-indices.
14139
14140 2004-05-25 Juri Linkov <juri@jurta.org>
14141
14142 * info.el (Info-toc): Call Info-mode on intermediate buffer.
14143 (Info-index-nodes): Enclose code in condition-case to catch errors.
14144 (Info-index-node): Don't search all index nodes if request is only
14145 for the current node and file is not in the cache of index nodes.
14146 (Info-mode-map): Bind Info-copy-current-node-name to `w'
14147 for consistency with dired-copy-filename-as-kill.
14148 Bind `S' to Info-search-case-sensitively.
14149 (Info-copy-current-node-name): New arg. With zero prefix arg put
14150 the name inside a function call to `info'. Display copied text in
14151 the echo area.
14152
14153 2004-05-25 Sam Steingold <sds@gnu.org>
14154
14155 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
14156 strip the package prefix from the symbol name, if any.
14157 Make it the `find-tag-default-function' for `lisp-mode'.
14158
14159 2004-05-25 John Paul Wallington <jpw@gnu.org>
14160
14161 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
14162 instead of obsolete `process-kill-without-query'.
14163
14164 * textmodes/texinfmt.el (texinfo-indexvar-alist):
14165 Declare as variable, not constant.
14166
14167 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
14168
14169 * files.el (find-file-noselect-1): Fix bug introduced by
14170 Revision 1.694. As a side effect, `inhibit-read-only'
14171 is again, by default, t during execution of
14172 `find-file-not-found-functions'.
14173 (insert-directory): Check that lines were really inserted by
14174 the --dired switch, before erasing them.
14175
14176 2004-05-24 Nick Roberts <nickrob@gnu.org>
14177
14178 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
14179 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
14180 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
14181 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
14182 gud-minor-mode (gdbmi).
14183
14184 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14185
14186 * net/browse-url.el (browse-url-interactive-arg): Enable user to
14187 explicitly select the text to be taken as URL.
14188
14189 2004-05-23 Juri Linkov <juri@jurta.org>
14190
14191 * info.el (Info-index-nodes): New var and fun.
14192 (Info-goto-index, Info-index, info-apropos)
14193 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
14194 (Info-index): Fix docstring. Store and restore Info-history-list.
14195 (Info-complete-nodes): New var.
14196 (Info-complete-menu-item): Use it.
14197 (Info-index-node): New fun.
14198 (Info-final-node, Info-forward-node, Info-backward-node)
14199 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
14200 Use Info-index-node.
14201 (Info-extract-menu-item, Info-extract-menu-counting): Set second
14202 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
14203 (Info-find-node-2): If a node with period in its name not found,
14204 try to find a node without the name part after period.
14205 (Info-select-node): Call Info-fontify-node only if
14206 Info-fontify-maximum-menu-size is not nil.
14207 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
14208 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
14209 Preserve Info-history-list.
14210 (Info-toc): Set Info-current-file.
14211 (Info-build-toc): Move point to the beginning of the buffer.
14212 Add main-file variable.
14213 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
14214 Use backslashed representation of the control character ^_.
14215
14216 * textmodes/texinfmt.el (texinfo-print-index): Print index line
14217 numbers in the new Texinfo 4.7 format.
14218
14219 * add-log.el (change-log-font-lock-keywords): Remove `:' from
14220 regexps for function and variable names.
14221
14222 * descr-text.el (describe-property-list): Add [show] button for
14223 `syntax-table' property with action to pp to a separate buffer.
14224 (describe-char): Replace search-forward by re-search-forward with
14225 whitespace regexp after "character:" to not fail in too narrow windows.
14226
14227 * simple.el (next-error-find-buffer): Add a rule to return
14228 next-error capable buffer if one window on the selected frame
14229 displays such buffer.
14230
14231 2004-05-23 Nick Roberts <nickrob@gnu.org>
14232
14233 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
14234 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
14235 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
14236 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
14237 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
14238 Handle new value for gud-minor-mode (gdbmi).
14239 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
14240 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
14241 Change from local to global gdb variable set.
14242 (gdb-ann3): Initialise above gdb variable set.
14243 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
14244 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
14245 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
14246 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
14247 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
14248 (gdb-info-locals-handler, gdb-invalidate-assembler)
14249 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
14250 set as global variables.
14251 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
14252 Handle gdbmi.
14253 (gdb-info-breakpoints-custom): Fix regexp.
14254 (def-gdb-var): Delete.
14255
14256 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
14257 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
14258 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
14259 a new mode. The file (gdb-mi.el) for this mode will be included
14260 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
14261 primary interface.
14262
14263 2004-05-23 Jesper Harder <harder@ifa.au.dk>
14264
14265 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
14266 interpreted as a directory.
14267
14268 2004-05-22 Richard M. Stallman <rms@gnu.org>
14269
14270 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
14271 as a close quote.
14272
14273 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
14274
14275 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
14276 Use assoc-string, not assoc-ignore-case.
14277
14278 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
14279
14280 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
14281 If moving back then fwd gets a defun that ends before point,
14282 try again moving fwd then back.
14283
14284 * files.el (file-name-non-special): Allow t in file-arg-indices
14285 to mean requote the return value. Use `identity' as an element
14286 rather than as the whole value.
14287
14288 * gs.el (gs-options): Add -dSAFER. Mark it risky.
14289
14290 2004-05-22 Juanma Barranquero <lektu@terra.es>
14291
14292 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
14293 `help-make-usage'.
14294 (help-highlight-arguments): Skip function name before searching
14295 for arguments.
14296
14297 2004-05-21 Juanma Barranquero <lektu@terra.es>
14298
14299 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
14300 Don't mention in the docstring these arguments meant for
14301 internal (recursive) use only.
14302 (allout-char-spec): Comment out (it's not implemented).
14303 (allout-old-expose-topic, allout-exposure): Fix docstring and add
14304 obsolescence declaration.
14305 (allout-flatten-exposed-to-buffer)
14306 (allout-indented-exposed-to-buffer): Fix typos in docstring.
14307 (my-mark-marker): Doc fix.
14308 (produce-allout-mode-map, allout-sibling-index)
14309 (allout-isearch-expose, allout-distinctive-bullet)
14310 (allout-open-topic, allout-reindent-body)
14311 (allout-rebullet-heading, allout-process-exposed)
14312 (allout-insert-listified, allout-latex-verb-quote)
14313 (allout-insert-latex-header, allout-insert-latex-trailer):
14314 Make arguments match their use in docstring.
14315 (allout-primary-bullet, allout-old-style-prefixes)
14316 (allout-inhibit-protection, allout-init, allout-mode)
14317 (allout-before-change-protect, allout-flag-region):
14318 Use "Emacs" instead of "emacs" in docstrings.
14319
14320 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
14321
14322 * international/characters.el: Modify syntax of more characters.
14323
14324 2004-05-21 Masatake YAMATO <jet@gyve.org>
14325
14326 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
14327 (etags-tags-completion-table): Show parsing progress.
14328
14329 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
14330
14331 * locate.el (locate-prompt-for-command): Shorten first line of
14332 docstring.
14333 (locate-mode): Expand docstring and include keymap summary.
14334
14335 * files.el (find-file-noselect-1): Limit the scope of the
14336 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
14337 is, by default, nil during the execution of
14338 `find-file-not-found-functions' and `find-file-hook'.
14339
14340 2004-05-20 Michael Mauger <mmaug@yahoo.com>
14341
14342 * facemenu.el (facemenu-color-name-equal): New function.
14343 (list-colors-display): Use it to compare colors instead of
14344 facemenu-color-equal.
14345
14346 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
14347
14348 * compare-w.el (compare-windows-face): Use min-colors instead of
14349 checking for tty or pc types.
14350
14351 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14352
14353 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
14354 (completion-setup-function): Use with-current-buffer.
14355 Properly save excursion. Simplify.
14356 Don't assume there is necessarily a `mouse-face' property somewhere.
14357
14358 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
14359
14360 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
14361
14362 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
14363 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
14364 Use with-current-buffer.
14365 (byte-goto-log-buffer): Delete.
14366 (byte-compile-log-file): Call compilation-forget-errors.
14367
14368 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14369
14370 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
14371 output messages into the search result.
14372
14373 2004-05-19 Masatake YAMATO <jet@gyve.org>
14374
14375 * wid-edit.el (widget-radio-button-notify): Revert my last
14376 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14377
14378 2004-05-19 Kenichi Handa <handa@m17n.org>
14379
14380 * international/characters.el: Fix syntax (open/close) of CJK chars.
14381
14382 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14383
14384 * help-mode.el (help-go-back): Don't depend on position of back button.
14385
14386 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14387
14388 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
14389 files files don't contain an accidental additional /.
14390
14391 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
14392 in source buffer.
14393
14394 2004-05-18 Masatake YAMATO <jet@gyve.org>
14395
14396 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
14397 to widget-apply. :action method assumes 2 arguments, not 3.
14398
14399 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
14400
14401 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14402 New constants.
14403 (hs-special-modes-alist): Add an f90-mode entry.
14404
14405 2004-05-17 Sam Steingold <sds@gnu.org>
14406
14407 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
14408 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
14409
14410 2004-05-16 Kim F. Storm <storm@cua.dk>
14411
14412 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
14413
14414 2004-05-15 John Wiegley <johnw@newartisans.com>
14415
14416 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
14417 (eshell-output-object-to-target): Improve output speed 20% by not
14418 calling `eshell-stringify' if something is already known to be a string.
14419
14420 2004-05-15 Alex Ott <ott@jet.msk.su>
14421
14422 * textmodes/ispell.el (ispell-local-dictionary-alist):
14423 Add windows-1251 to the choice of coding systems.
14424 (ispell-dictionary-alist-6): Add support for "russianw.aff",
14425 encoded in cp1251.
14426
14427 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
14428
14429 * progmodes/compile.el (compilation-warning-face)
14430 (compilation-info-face): Use min-colors.
14431
14432 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14433
14434 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
14435 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
14436 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
14437 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
14438 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
14439 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
14440 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
14441 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
14442 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
14443 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
14444 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
14445 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
14446 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
14447 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
14448
14449 2004-05-15 Kim F. Storm <storm@cua.dk>
14450
14451 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
14452 Use it to set triggered-p element of timer.
14453 (timer-event-handler): Set triggered-p element non-nil while running
14454 the timer function.
14455
14456 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14457
14458 * descr-text.el (describe-char-unicode-data)
14459 (describe-char-unicodedata-file): Re-enable the unicode code now that
14460 the licensing issues have been cleared in the unicode-4 license.
14461 (describe-text-properties-1): Remove unused `overlay' var.
14462 (describe-char): Remove unused var `buffer'.
14463
14464 2004-05-14 David Ponce <david@dponce.com>
14465
14466 * tree-widget.el: New file.
14467
14468 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
14469
14470 * language/european.el ("Brazilian Portuguese"): Add support for
14471 Brazilian Portuguese.
14472
14473 2004-05-13 John Wiegley <johnw@newartisans.com>
14474
14475 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
14476 `recentf-mode' if this variable has been customized to t.
14477
14478 * eshell/esh-test.el (eshell-test): Call the function
14479 `emacs-version' rather than trying to build a custom version string.
14480
14481 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14482
14483 * net/telnet.el (telnet-mode): Use define-derived-mode.
14484 Don't modify the global value of comint-prompt-regexp.
14485
14486 2004-05-13 John Paul Wallington <jpw@gnu.org>
14487
14488 * version.el (emacs-version): Check for `gtk' feature before
14489 `x-toolkit' feature.
14490
14491 2004-05-13 Juanma Barranquero <lektu@terra.es>
14492
14493 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
14494 arguments in the docstring, they're used only in recursive calls.
14495
14496 * help-fns.el (help-arg-highlighting-function)
14497 (help-argument-name): Delete.
14498 (help-default-arg-highlight): New function.
14499 (help-do-arg-highlighting): Use it.
14500
14501 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14502
14503 * calendar/appt.el (appt-disp-window):
14504 Use `calendar-set-mode-line' for a centered mode-line.
14505
14506 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14507
14508 * calendar/appt.el (appt-disp-window): Do not split window
14509 excessively when `split-height-threshold' is low.
14510
14511 2004-05-12 Nick Roberts <nickrob@gnu.org>
14512
14513 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
14514 kill-buffer-hook here and make it local.
14515 (gud-kill-buffer-hook): Use kill-process for a sure kill.
14516
14517 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
14518
14519 * progmodes/compile.el (compilation-set-window-height):
14520 Use save-excursion to protect against misplaced marker.
14521
14522 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14523
14524 * custom.el (defface): Document that type can have value gtk.
14525
14526 * faces.el (face-spec-set-match-display): Handle type gtk in display.
14527
14528 2004-05-12 Kenichi Handa <handa@m17n.org>
14529
14530 * descr-text.el: Require quail at comile time.
14531 (describe-char): If an input method is on and it supports the
14532 character, show how to input it.
14533
14534 * international/quail.el (quail-install-decode-map): Accept a
14535 char-table whose subtype is `quail-decode-map'.
14536 (quail-store-decode-map-key, quail-gen-decode-map1)
14537 (quail-gen-decode-map, quail-find-key1, quail-find-key)
14538 (quail-show-key): New functions.
14539
14540 2004-05-12 Juanma Barranquero <lektu@terra.es>
14541
14542 * generic.el (define-generic-mode): Remove redundant arglist info.
14543
14544 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
14545 Make arguments match their use in docstring.
14546 (help-arg-highlighting-function): New variable.
14547 (help-argument-name): Mention it in the docstring.
14548 (help-do-arg-highlight): Use it. Expand regexp to accept also
14549 ARG-xxx and xxx-ARG references.
14550
14551 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14552
14553 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
14554 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
14555 and "mailto:addr1?to=addr2" equal.
14556
14557 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14558
14559 * man.el (Man-getpage-in-background): Use shell-file-name
14560 and shell-command-switch variables instead of hard-coded values.
14561
14562 2004-05-11 Eli Zaretskii <eliz@gnu.org>
14563
14564 * iimage.el: New file.
14565
14566 2004-05-11 Juanma Barranquero <lektu@terra.es>
14567
14568 * custom.el (custom-initialize-default, defcustom):
14569 Fix typo in docstring.
14570
14571 * files.el (set-visited-file-name, file-expand-wildcards):
14572 Fix docstring.
14573
14574 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14575
14576 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
14577
14578 * subr.el (eventp): Be more discriminating with integers.
14579
14580 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
14581
14582 * progmodes/compile.el (compile): Add universal prefix arg.
14583 (compilation-error-regexp-alist-alist): Add edg patterns.
14584
14585 2004-05-10 Sam Steingold <sds@gnu.org>
14586
14587 * textmodes/ispell.el (ispell-message):
14588 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
14589
14590 2004-05-10 Dave Love <fx@gnu.org>
14591
14592 * progmodes/python.el (help-buffer): Autoload when compiling.
14593 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
14594 (run-python): Prepend to any existing PYTHONPATH.
14595
14596 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
14597
14598 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
14599 for pending breakpoints.
14600
14601 2004-05-10 Richard M. Stallman <rms@gnu.org>
14602
14603 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
14604 directly without calling any functions in Rmail.
14605 (unrmail-unprune): Function deleted.
14606
14607 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14608
14609 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
14610 C-c C-z binding.
14611
14612 2004-05-10 Kenichi Handa <handa@m17n.org>
14613
14614 * descr-text.el (describe-char): Fix previous change. Don't make
14615 a unibyte character to multibyte in the *Help* buffer.
14616
14617 2004-05-10 Miles Bader <miles@gnu.org>
14618
14619 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
14620 buffer an error if the debugger process is actually running.
14621
14622 2004-05-10 Juanma Barranquero <lektu@terra.es>
14623
14624 * help-fns.el (help-argument-name): Default to italic.
14625 (help-highlight-arguments): Return always (usage . doc), even when
14626 usage is nil.
14627
14628 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
14629 (define-ibuffer-filter): Add usage info.
14630 (define-ibuffer-op): Add usage info (but CL-style defaults for
14631 keyword args are not shown).
14632
14633 * subr.el (remove-overlays, read-passwd): Fix docstring.
14634 (start-process-shell-command): Fix docstring. Put usage info in a
14635 format usable by `describe-function'.
14636 (open-network-stream, open-network-stream-nowait)
14637 (open-network-stream-server): Fix docstring.
14638
14639 2004-05-09 Jason Rumney <jasonr@gnu.org>
14640
14641 * international/code-pages (cp932, cp936, cp949, c950): Remove.
14642 Only define cp125* if windows-125* is already defined.
14643
14644 * language/korean.el (cp949): Add alias.
14645
14646 * language/chinese.el (cp936, cp950): Add aliases.
14647
14648 * language/japanese.el (cp932): Add alias.
14649
14650 * term/w32-win.el: Require code-pages.
14651
14652 * international/mule-cmds.el (set-locale-environment):
14653 On MS-Windows use ansi code-page for default coding-systems.
14654 Set up paper sizes for Windows 3 letter languages.
14655
14656 * international/code-pages.el (cp932, cp936, cp949, cp950):
14657 Add aliases. Also add cp125* if not already defined.
14658
14659 2004-05-09 Juanma Barranquero <lektu@terra.es>
14660
14661 * help-fns.el (help-highlight-arguments): Don't try to highlight
14662 missing or autoloaded arglists. Accept structured arguments, like
14663 the first ones of `do' and `flet'.
14664
14665 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
14666 (cvs-get-marked): Remove redundant arglist info.
14667
14668 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
14669 Don't use CL-style default args.
14670
14671 2004-05-08 Andreas Schwab <schwab@suse.de>
14672
14673 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
14674
14675 * international/subst-ksc.el: Fix references to utf-translate-cjk
14676 into utf-translate-cjk-mode.
14677 * international/subst-big5.el: Likewise.
14678 * international/subst-gb2312.el: Likewise.
14679 * international/subst-jis.el: Likewise.
14680 * international/utf-16.el: Likewise.
14681 * international/utf-8.el: Likewise.
14682
14683 2004-05-08 John Wiegley <johnw@newartisans.com>
14684
14685 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
14686 "virtual buffers" (off by default), which makes it possible to
14687 switch to the "virtual" buffers of recently visited files. When a
14688 buffer name search fails, and this option is on, iswitchb will
14689 look at the list of recently visited files, and permit matching
14690 against those names. When the user hits RET on a match, it will
14691 revisit that file.
14692 (iswitchb-read-buffer): Add two optional arguments, which makes
14693 isearchb.el possible.
14694 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
14695 (iswitchb-next-match): Add support for virtual buffers.
14696
14697 * isearchb.el: This module extends iswitchb to provide "as you
14698 type" buffer selection.
14699
14700 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
14701 Ignore the read-only property when flyspell highlighting is on.
14702 Not ignoring it leads to a series of confusing errors.
14703 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
14704 but also make sure to call flyspell-incorrect-hook.
14705 (flyspell-maybe-correct-transposition): Perform transposition test
14706 by bit twiddling a string, rather than using a temp buffer.
14707 (flyspell-maybe-correct-doubling): Use a string rather than a temp
14708 buffer. This is also the original version of the code, which
14709 could not be checked in before due to a previous lack of
14710 assignment papers. This version has seen heavy usage on my system
14711 for several years now.
14712
14713 * calendar/cal-bahai.el: New file, which adds support for the
14714 Baha'i calendar to Emacs. This calendar is based on a solar year
14715 of 19 months of 19 days, with 4 intercalary days. Each year
14716 begins on March 21, with the calendar starting in 1844.
14717
14718 * calendar/cal-menu.el, calendar/calendar.el
14719 * calendar/diary-lib.el, calendar/holidays.el:
14720 Added support for using cal-bahai.el.
14721
14722 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
14723 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
14724 function can be used outside of eshell buffers.
14725 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
14726
14727 2004-05-08 Juanma Barranquero <lektu@terra.es>
14728
14729 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
14730 word constituent so FOO-ARG is not recognized as an arg.
14731 (help-highlight-arguments): Don't skip lists in mandatory arguments.
14732
14733 * simple.el (next-error): Fix typo in docstring.
14734 (open-line): Make argument names match their use in docstring.
14735 (split-line): Fix docstring.
14736
14737 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
14738 usable by `describe-function'.
14739 (gensym, gentemp, typep, ignore-errors): Make argument names match
14740 their use in docstring.
14741
14742 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
14743 argument to `help-setup-xref'.
14744
14745 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
14746
14747 Version 2.0.40 of Tramp released.
14748
14749 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
14750 Use symbol-function to invoke functions only known on some Emacs
14751 flavors. This avoids byte-compiler warnings. Reported by Kevin
14752 Scaldeferri <kevin@scaldeferri.com>.
14753 (tramp-do-copy-or-rename-file-via-buffer): Rename from
14754 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
14755 consistent with the other tramp-do-* functions.
14756 (tramp-do-copy-or-rename-file): Calls adjusted.
14757 (tramp-process-initial-commands): Avoid liveness check on shell --
14758 we know that it must be alive since we're opening a connection at
14759 this moment.
14760 (tramp-last-cmd): New internal variable.
14761 (tramp-process-echoes): New tunable.
14762 (tramp-send-command): Set tramp-last-cmd.
14763 (tramp-wait-for-output): Delete echo, if applicable.
14764 (tramp-read-passwd): Construct the key for the password cache in a
14765 way that works for multi methods, too.
14766 (tramp-bug): Add backup-directory-alist and
14767 bkup-backup-directory-info to bug reports, with Tramp counterparts.
14768
14769 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
14770
14771 * net/tramp*.el: Suppress byte-compiler warnings where possible.
14772
14773 * net/tramp.el (tramp-out-of-band-prompt-regexp)
14774 (tramp-actions-copy-out-of-band): New defcustoms.
14775 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
14776 used instead of a synchronous one. Allows password entering.
14777 (tramp-action-out-of-band): New defun.
14778 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
14779 Remove restriction with password from doc string.
14780 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
14781 `tramp-out-of-band-prompt-regexp',
14782 `tramp-actions-copy-out-of-band', `password-cache' and
14783 `password-cache-expiry'.
14784 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
14785 password caching.
14786 (tramp-touch): FILE can be a local file, too.
14787 (TODO): Remove items done.
14788 (tramp-handle-insert-directory): Properly quote file name also if
14789 not full-directory-p. Handle wildcard case. Reported by Andreas
14790 Schwab <schwab@suse.de>.
14791 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
14792 new file.
14793 (tramp-handle-file-local-copy, tramp-handle-write-region):
14794 The permissions of the temporary file are set if filename exists.
14795 Reported by Ted Stern <stern@cray.com>.
14796 (tramp-backup-directory-alist)
14797 (tramp-bkup-backup-directory-info): New defcustoms.
14798 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
14799 (tramp-handle-find-backup-file-name): New function.
14800 Implements Tramp's find-backup-file-name.
14801
14802 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
14803 for `find-backup-file-name'.
14804
14805 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
14806 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
14807
14808 2004-05-07 Lars Hansen <larsh@math.ku.dk>
14809
14810 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
14811
14812 2004-05-07 Juanma Barranquero <lektu@terra.es>
14813
14814 * subr.el (lambda): Add arglist description to docstring.
14815 (declare): Fix typo in docstring.
14816 (open-network-stream): Fix docstring.
14817 (process-kill-without-query): Fix docstring and add obsolescence info.
14818 (last, butlast, nbutlast): Make arguments match their use in docstring.
14819 (insert-buffer-substring-no-properties): Likewise.
14820 (insert-buffer-substring-as-yank): Likewise.
14821 (split-string): Fix docstring.
14822
14823 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14824 Make argument names match their use in docstring.
14825
14826 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
14827
14828 2004-05-06 Nick Roberts <nickrob@gnu.org>
14829
14830 * progmodes/gdb-ui.el: Improve/extend documentation strings.
14831 Fit first sentence on one line for apropos-command.
14832
14833 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14834
14835 Changes largely merged in from Dave Love's code.
14836 * progmodes/python.el: Doc fixes.
14837 (python-mode-map): Add python-complete-symbol.
14838 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
14839 (python-comment-indent, python-complete-symbol)
14840 (python-symbol-completions, python-partial-symbol)
14841 (python-try-complete): New.
14842 (python-indent-line): Remove optional arg. Use python-block-end-p.
14843 (python-check): Bind compilation-error-regexp-alist.
14844 (inferior-python-mode): Use rx. Move keybindings to top level.
14845 Set comint-input-filter.
14846 (python-preoutput-filter): Use rx.
14847 (python-input-filter): Re-introduce.
14848 (python-proc): Start new process if necessary.
14849 Check python-buffer non-nil.
14850 (view-return-to-alist): Defvar.
14851 (python-send-receive): New.
14852 (python-eldoc-function): Use it.
14853 (python-mode-running): Don't defvar.
14854 (python-mode): Set comment-indent-function.
14855 Maybe update hippie-expand-try-functions-list.
14856 (python-indentation-levels): Initialize differently.
14857 (python-block-end-p): New.
14858 (python-indent-line): Use it.
14859 (python-compilation-regexp-alist): Augment.
14860 (run-python): Import `emacs' module to Python rather than loading
14861 code directly. Set python-buffer differently.
14862 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
14863 Use python-proc.
14864 (python-send-command): Go to end of comint buffer.
14865 (python-load-file): Use python-proc, emacs.eimport.
14866 (python-describe-symbol): Simplify interactive form.
14867 Use emacs.help. Do use temp-buffer-show-hook.
14868 Call print-help-return-message.
14869 (hippie-exp): Require when compiling.
14870 (python-preoutput-continuation): Use rx.
14871
14872 * diff-mode.el (diff-make-unified): Fix regexp.
14873
14874 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
14875
14876 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
14877 filter groups from the buffer when rebuilding the Ibuffer buffer
14878 and `ibuffer-show-empty-filter-groups' is nil.
14879
14880 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14881
14882 * ps-print.el (ps-print-quote): Call ps-value-string.
14883 (ps-setup): Call ps-comment-string.
14884 (ps-value-string, ps-comment-string): New funs.
14885
14886 2004-05-06 Juanma Barranquero <lektu@terra.es>
14887
14888 * ehelp.el (electric-help-command-loop): Check whether the last
14889 character is visible, not (point-max).
14890
14891 * help-fns.el (help-argument-name): Default to bold; don't inherit
14892 from font-lock-variable-name-face.
14893 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
14894
14895 2004-05-05 Kenichi Handa <handa@m17n.org>
14896
14897 * descr-text.el (describe-char): Copy the character with text
14898 properties and overlays into the first line, and call
14899 describe-text-properties on it.
14900
14901 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
14902
14903 * iswitchb.el (iswitchb-global-map): Fix typo.
14904 Remove unwanted ###autoloads from source file.
14905
14906 2004-05-05 Lars Hansen <larsh@math.ku.dk>
14907
14908 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
14909 in run-hooks. Use substitute-command-keys in message.
14910 (wdired-abort-changes): Add message.
14911
14912 2004-05-03 Michael Mauger <mmaug@yahoo.com>
14913
14914 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
14915 (sql-emacs20-p): Remove.
14916 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
14917 (sql-builtin-face, sql-doc-face): Remove.
14918 (sql-mode-ansi-font-lock-keywords)
14919 (sql-mode-oracle-font-lock-keywords)
14920 (sql-mode-postgres-font-lock-keywords)
14921 (sql-mode-linter-font-lock-keywords)
14922 (sql-mode-ms-font-lock-keywords)
14923 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
14924 (sql-product-font-lock): Fix font-lock reset when font rules change.
14925 (sql-highlight-product): Remove incorrect font-lock reset logic.
14926
14927 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
14928
14929 * ses.el (ses-set-parameter): Fix typo.
14930
14931 2004-05-04 Kim F. Storm <storm@cua.dk>
14932
14933 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
14934 Must expand directory for completion to work; and don't mess with
14935 process-environment.
14936 (ido-read-file-name): If command has ido property, don't use ido
14937 if value is ignore, or read as directory if value is dir.
14938 Set ido ignore property for dired-do-rename command.
14939
14940 2004-05-04 Juanma Barranquero <lektu@terra.es>
14941
14942 * ehelp.el (electric-help-command-loop, electric-help-undefined)
14943 (electric-help-help): Check against unmapped commands.
14944
14945 * help-fns.el (help-argument-name): New face, inheriting from
14946 font-lock-variable-name-face, to highlight function arguments in
14947 `describe-function' and `describe-key'.
14948 (help-do-arg-highlight): Auxiliary function to highlight a given
14949 list of arguments in a string.
14950 (help-highlight-arguments): Highlight the function arguments and
14951 all uses of them in the docstring.
14952 (describe-function-1): Use it. Do docstring output via `insert',
14953 not 'princ', so text attributes are preserved.
14954
14955 * winner.el (winner-mode-map): Move `winner-undo' and
14956 `winner-redo' to C-c <left> and C-c <right>, respectively (the
14957 previous bindings conflict with `prev-buffer', `next-buffer').
14958
14959 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14960
14961 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
14962 (bibtex-entry-update): New command bound to C-c C-u.
14963 (bibtex-text-in-string): Fix regexp.
14964 (bibtex-assoc-of-regexp): Remove.
14965 (bibtex-progress-message): Fix docstring.
14966 (bibtex-inside-field): Use if.
14967 (bibtex-assoc-regexp): New function.
14968 (bibtex-format-entry): Make code more robust so that it formats
14969 also old entries.
14970 (bibtex-autokey-demangle-title): Merge with obsolete function
14971 bibtex-assoc-of-regexp.
14972 (bibtex-field-list): New function.
14973 (bibtex-entry): Use bibtex-field-list.
14974 (bibtex-parse-entry): Fix docstring.
14975 (bibtex-print-help-message): Use bibtex-field-list.
14976 (bibtex-make-field): Use bibtex-field-list.
14977 (bibtex-entry-index): Bugfix. Return crossref key if required.
14978 (bibtex-lessp): Fix docstring.
14979
14980 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
14981
14982 * select.el (xselect-convert-to-string): Move comment to intended line.
14983
14984 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14985
14986 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
14987 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
14988
14989 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14990
14991 * term/x-win.el (x-clipboard-yank): Don't exit on error from
14992 x-get-selection.
14993
14994 2004-05-03 Jason Rumney <jasonr@gnu.org>
14995
14996 * makefile.nt: Remove.
14997
14998 2004-05-03 Kim F. Storm <storm@cua.dk>
14999
15000 * emulation/cua-base.el (cua--update-indications): Fix last change.
15001 (cua-mode): Deactivate mark when cua-mode is enabled.
15002
15003 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
15004
15005 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
15006
15007 2004-05-03 Nick Roberts <nickrob@gnu.org>
15008
15009 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
15010 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
15011 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
15012 window over visible frames.
15013 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
15014
15015 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
15016
15017 * progmodes/compile.el (compilation-gcpro): New var.
15018 (compilation-fake-loc): Use it.
15019 (compilation-forget-errors): Reset it.
15020
15021 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
15022
15023 * diff-mode.el (diff-header-face, diff-file-header-face):
15024 Use min-colors.
15025
15026 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15027
15028 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
15029 (bibtex-clean-entry): Disentangle code.
15030 (bibtex-realign): New function.
15031 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
15032 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
15033 Remove undocumented optional arg called-by-convert-alien.
15034 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
15035 for sorting instead of bibtex-sort-buffer.
15036
15037 2004-05-02 Eli Zaretskii <eliz@gnu.org>
15038
15039 * progmodes/compile.el (compilation-start): In the
15040 no-async-subprocesses branch, call sit-for to give redisplay a
15041 chance to show the updated process status in the mode line, and
15042 fontify the buffer explicitly after the process exits.
15043
15044 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
15045
15046 * progmodes/python.el (python-compilation-line-number): Remove.
15047 (python-compilation-regexp-alist): Don't use it any more.
15048 (python-orig-start, python-input-filter): Remove.
15049 (inferior-python-mode): Don't set up comint-input-filter-functions.
15050 (python-send-region): Use compilation-fake-loc.
15051
15052 * progmodes/compile.el (compilation-messages-start): New var.
15053 (compilation-mode): Don't setup next-error-function here.
15054 (compilation-setup): Set it up here instead (for minor modes as well).
15055 Make compilation-messages-start buffer local.
15056 (compilation-next-error-function): Use it.
15057 (compilation-forget-errors): Set compilation-messages-start.
15058
15059 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
15060
15061 * ielm.el (ielm-prompt-read-only): Update docstring.
15062
15063 * comint.el (comint-prompt-read-only): Update docstring.
15064 (comint-update-fence, comint-kill-whole-line)
15065 (comint-kill-region): New functions.
15066
15067 * simple.el (kill-whole-line): Use "p" instead of "P" in
15068 interactive form.
15069
15070 2004-05-01 Juanma Barranquero <lektu@terra.es>
15071
15072 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
15073 format arglist so default values in CL-style argument lists are
15074 correctly shown.
15075
15076 2004-05-01 Jason Rumney <jasonr@gnu.org>
15077
15078 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
15079
15080 2004-05-01 Kenichi Handa <handa@m17n.org>
15081
15082 * international/titdic-cnv.el (miscdic-convert): Don't generate a
15083 quail file if it is up to date.
15084
15085 2004-04-30 Juri Linkov <juri@jurta.org>
15086
15087 * cus-edit.el (custom-mode-map):
15088 Add key binding `C-x C-s' to `Custom-save'.
15089
15090 * outline.el (outline-blank-line): New var.
15091 (outline-next-preface, outline-show-heading)
15092 (outline-end-of-subtree): Use it.
15093
15094 * dired-aux.el (dired-touch-initial): New fun.
15095 (dired-do-chxxx): Call it for op-symbol `touch'.
15096 (dired-diff): Use `dired-dwim-target-directory'
15097 if current dired buffer has no buffer mark.
15098
15099 * bindings.el (propertized-buffer-identification):
15100 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
15101 Add C-M-arrow keys for consistency.
15102
15103 * files.el (confirm-kill-emacs):
15104 Change group from top-level `emacs' to `convenience'.
15105
15106 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15107 Push mark on the first call of successive command calls.
15108 (insert-pair): New fun created from `insert-parentheses' with
15109 `open' and `close' arguments added. Enclose active regions
15110 in paired characters. Compare adjacent characters syntax with
15111 inserted characters syntax before inserting a space.
15112 (insert-parentheses): Call `insert-pair' with ?\( ?\).
15113
15114 * delsel.el: Don't put `delete-selection' property
15115 on `insert-parentheses' symbol to take advantage of
15116 region handling in `insert-pair' function.
15117 Suggested by Stephan Stahl <stahl@eos.franken.de>.
15118
15119 2004-04-30 Kim F. Storm <storm@cua.dk>
15120
15121 * emulation/cua-base.el: Add support for changing cursor types;
15122 based on patch from Michael Mauger.
15123 (cua-normal-cursor-color, cua-read-only-cursor-color)
15124 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
15125 Customization cursor type and/or cursor color.
15126 (cua--update-indications): Handle cursor type changes.
15127 (cua-mode): Update cursor indications if enabled.
15128
15129 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
15130
15131 * mouse.el (mouse-drag-copy-region): New defcustom.
15132 (mouse-set-region, mouse-drag-region-1): Use it.
15133
15134 * simple.el (kill-ring-save): If region face background color is
15135 unspecified (if no highlighting), show extent of fully visible
15136 region even if transient-mark-mode is enabled.
15137
15138 * emulation/cua-base.el (cua--standard-movement-commands):
15139 Add cua-scroll-up and cua-scroll-down.
15140 (cua-scroll-up, cua-scroll-down): New commands.
15141 (cua--init-keymaps): Remap scroll-up and scroll-down.
15142
15143 * emulation/cua-rect.el (cua--convert-rectangle-as):
15144 New defmacro.
15145 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
15146 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
15147 New commands (suggested by Jordan Breeding).
15148
15149 2004-04-30 Juanma Barranquero <lektu@terra.es>
15150
15151 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
15152
15153 2004-04-30 Mario Lang <mlang@delysid.org>
15154
15155 * diff.el (diff-switches): Fix typo in docstring.
15156
15157 2004-04-30 Alex Schroeder <alex@gnu.org>
15158
15159 * xml.el (xml-debug-print-internal): Don't add newline and
15160 indentation to text nodes and write empty elements as empty tags
15161 instead of opening and closing tags.
15162 (xml-debug-print): Take optional indent-string argument.
15163 (xml-print): Alias for xml-debug-print.
15164
15165 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15166
15167 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
15168 than duplicate call to `line-beginning-position'.
15169
15170 * progmodes/f90.el (f90-get-present-comment-type):
15171 Return whitespace, as well as comment chars, for consistent filling
15172 of comment blocks. Use `match-string-no-properties'.
15173 (f90-break-line): Trim trailing whitespace when filling comments.
15174
15175 2004-04-30 Dave Love <fx@gnu.org>
15176
15177 * calendar/diary-lib.el (diary-outlook-formats): New variable.
15178 (diary-from-outlook-internal, diary-from-outlook)
15179 (diary-from-outlook-gnus, diary-from-outlook-rmail):
15180 New functions to import diary entries from Outlook-format
15181 appointments in mail messages.
15182
15183 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15184
15185 * progmodes/python.el (python-send-command): New fun.
15186 (python-send-region, python-load-file): Use it.
15187
15188 * progmodes/compile.el (compilation-last-buffer): Add var alias.
15189
15190 * help-fns.el (help-C-file-name): Use new subr-name.
15191 Prepend `src/' to the file name.
15192 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
15193 (describe-function-1, describe-variable): Only find a C source file
15194 name if DOC is already loaded.
15195
15196 * help-mode.el (help-function-def, help-variable-def):
15197 Use the new find-function-search-for-symbol functionality.
15198 Allow FILE to be `C-source'.
15199
15200 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
15201 (find-function-C-source): New fun.
15202 (find-function-search-for-symbol): Use it.
15203
15204 2004-03-29 Michael Mauger <mmaug@yahoo.com>
15205
15206 * progmodes/sql.el (sql-product-alist): Rename variable
15207 `sql-product-support'. Add Postgres login parameters.
15208 (sql-set-product, sql-product-feature): Update with renamed variable.
15209 (sql-connect-postgres): Add username prompt.
15210 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
15211 Make patterns less product specific.
15212 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
15213 (sql-mode-abbrev-table): Modify initialization.
15214 (sql-builtin-face): Add variable.
15215 (sql-keywords-re): Add macro.
15216 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
15217 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
15218 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
15219 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
15220 (sql-mode-linter-font-lock-keywords)
15221 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
15222 (sql-mode-sybase-font-lock-keywords)
15223 (sql-mode-informix-font-lock-keywords)
15224 (sql-mode-interbase-font-lock-keywords)
15225 (sql-mode-ingres-font-lock-keywords)
15226 (sql-mode-solid-font-lock-keywords)
15227 (sql-mode-sqlite-font-lock-keywords)
15228 (sql-mode-db2-font-lock-keywords): Default to nil.
15229 (sql-product-font-lock): Always highlight ANSI keywords.
15230 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
15231 (sql-send-string): Add function.
15232
15233 2004-04-29 Dave Love <fx@gnu.org>
15234
15235 * progmodes/cfengine.el (cfengine-beginning-of-defun)
15236 (cfengine-end-of-defun): Ensure progress through buffer.
15237
15238 * info-look.el (cfengine-mode): Accept a terminal ().
15239
15240 2004-04-29 Juri Linkov <juri@jurta.org>
15241
15242 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
15243 instead of isearch-yank-word-or-char. Add new key bindings for
15244 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
15245 (isearch-del-char): New fun.
15246 (isearch-forward, isearch-edit-string): Update docstring.
15247 (isearch-yank-char): Doc fix.
15248 (isearch-other-meta-char): Restore point after scrolling.
15249
15250 * progmodes/compile.el (compilation-context-lines): Add nil option
15251 to disable compilation output window scrolling.
15252 (compilation-set-window): Use it.
15253
15254 * outline.el (outline-next-preface, outline-show-heading):
15255 Don't leave unhidden blank line before heading.
15256 (outline-end-of-subtree): Include last newline into subtree.
15257 (hide-entry): Leave point at beginning of heading instead of end.
15258 (outline-up-heading): Push mark for the first call of successive
15259 command calls.
15260
15261 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
15262
15263 * comint.el (comint-prompt-read-only): New variable.
15264 (comint-output-filter): Implement it.
15265
15266 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
15267 (ielm-prompt-internal): New variable.
15268 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
15269 (ielm-send-input): Delete unused variable `buf'.
15270 (ielm-eval-input): Use `ielm-prompt-internal'.
15271 (inferior-emacs-lisp-mode): Use new variables
15272 `comint-prompt-read-only' and `ielm-prompt-internal'.
15273 Get rid of obsolete variable `directory-sep-char'.
15274 (ielm): Use `zerop'.
15275
15276 2004-04-29 John Paul Wallington <jpw@gnu.org>
15277
15278 * thumbs.el (toplevel): Require cl at compile time.
15279 Remove conditional definitions of `ignore-errors' and `caddar'
15280 because they occur at run time.
15281
15282 2004-04-28 Nick Roberts <nickrob@gnu.org>
15283
15284 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
15285 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
15286 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
15287 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
15288
15289 * progmodes/gud.el (gud-common-init): Throw an error if program is
15290 already running under gdb.
15291
15292 2004-04-28 John Paul Wallington <jpw@gnu.org>
15293
15294 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
15295 (thumbs-show-image-num): Move assignment of
15296 `thumbs-current-image-filename' within scope of `i'.
15297 (thumbs-emboss-image): Don't use `evenp'.
15298
15299 2004-04-28 Richard M. Stallman <rms@gnu.org>
15300
15301 * progmodes/compile.el (compilation-context-lines): Default now 0.
15302
15303 2004-04-28 Juanma Barranquero <lektu@terra.es>
15304
15305 Use `time-less-p' from calendar/time-date.el instead of defining
15306 custom versions of it.
15307
15308 * pcomplete.el (pcomplete-time-less-p): Remove.
15309
15310 * thumbs.el (time-less-p): Remove.
15311
15312 * calendar/timeclock.el (timeclock-time-less-p): Remove.
15313 (timeclock-generate-report): Use `time-less-p'.
15314
15315 * emacs-lisp/autoload.el (autoload-before-p): Remove.
15316 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
15317
15318 2004-04-28 Masatake YAMATO <jet@gyve.org>
15319
15320 * subr.el (remove-overlays): Make arguments optional.
15321
15322 * wid-edit.el (widget-specify-button): Put evaporate to the
15323 overlay for sample.
15324 (widget-specify-sample): Put evaporate to the overlay for sample.
15325 (widget-specify-doc): Put evaporate to the overlay for documentation.
15326
15327 2004-04-27 Jesper Harder <harder@ifa.au.dk>
15328
15329 * info.el (info-apropos): Make it an index node. Align node names
15330 like makeinfo.
15331
15332 2004-04-27 Eli Zaretskii <eliz@gnu.org>
15333
15334 * net/browse-url.el (browse-url-netscape-sentinel)
15335 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
15336 (browse-url-epiphany-sentinel, browse-url-mosaic):
15337 Use browse-url-*-program instead of a literal program name.
15338
15339 2004-04-27 Kevin Ryde <user42@zip.com.au>
15340
15341 * eshell/em-alias.el:
15342 * eshell/em-dirs.el:
15343 * eshell/em-hist.el:
15344 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
15345 features when M-x customize-group loads modules before the main
15346 eshell.el.
15347
15348 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
15349
15350 * subr.el (momentary-string-display): Support EXIT-CHAR that is
15351 either a character representation of an event or an event
15352 description list.
15353
15354 * type-break.el: Capitalise Emacs and Lisp.
15355 (type-break-good-break-interval, type-break-demo-boring-stats)
15356 (type-break-terse-messages, type-break-file-name): New defcustoms.
15357 (type-break-post-command-hook)
15358 (type-break-warning-countdown-string): Quote variable names in doc.
15359 (type-break-interval-start, type-break-auto-save-file-name): New vars.
15360 (type-break-mode): Document type-break-good-break-interval and the
15361 "session" file. Schedule break according to the session file.
15362 Kill session file buffer on exit. Organise for save-some-buffers
15363 to always save the session file.
15364 (type-break-mode-line-message-mode, type-break-query-mode):
15365 Uppercase arguments.
15366 (type-break-file-time, type-break-file-keystroke-count, timep)
15367 (type-break-choose-file, type-break-get-previous-time)
15368 (type-break-get-previous-count): New defuns.
15369 (type-break): Avoid break querying after a completed break in the
15370 case where the query was initiated during user invocation of the
15371 break. Optional terse messages.
15372 Use type-break-good-break-interval if type-break-good-rest-interval is
15373 nil. File the break time.
15374 (type-break-schedule): New optional args for overriding the use of
15375 the current time.
15376 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
15377 after a break.
15378 (type-break-check): File the keystroke count.
15379 (type-break-do-query): Prevent a second query when the break is
15380 interrupted. Optional terse message.
15381 (type-break-keystroke-reset): Record the start of a typing interval.
15382 (type-break-demo-boring): Optional terse messages. Display word
15383 per minute and keystroke counts according to
15384 type-break-demo-boring-stats.
15385
15386 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
15387
15388 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
15389 directories, make sure they exist under archive-tmpdir.
15390
15391 2004-04-27 Juri Linkov <juri@jurta.org>
15392
15393 * help.el (view-emacs-news): With argument, display info for the
15394 selected version by finding it among different NEWS files, and
15395 narrowing the buffer to the selected version.
15396
15397 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
15398 same-window-buffer-names.
15399 (info): New arg `buffer'. Use it. Doc fix. Read file name for
15400 non-numeric prefix argument, append the number to the buffer name
15401 for numeric prefix argument.
15402 (info-other-window): Bind same-window-regexps to nil.
15403 (Info-reference-name): Rename to Info-point-loc.
15404 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
15405 and Info-find-index-name for stringy Info-point-loc.
15406 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
15407 without middle `.', but with final `.' and optional line number
15408 for it. Set Info-point-loc for index nodes.
15409 (Info-index): Remove middle `.' from index entry regexp.
15410 Modify line number regexp.
15411 (Info-index-next): Decrement line number.
15412 (info-apropos): Remove middle `.' from index entry regexp.
15413 Add optional line number regexp at the end. Add matched value
15414 for line number to the result list and insert it to the buffer.
15415 Replace match-string by match-string-no-properties.
15416 Reorder result list.
15417 (Info-fontify-node): Hide index line numbers.
15418 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
15419 empty matches.
15420 (Info-follow-reference): Use `str' instead of
15421 Info-following-node-name-re.
15422 (Info-toc): Use full file names. Set Info-current-node to "Top".
15423 (Info-fontify-node): Compare file names without directory name.
15424 (Info-try-follow-nearest-node): Don't set Info-reference-name.
15425 Set second arg of Info-extract-menu-node-name for index nodes.
15426 (info-xref-visited): Use magenta3 instead of magenta4.
15427 (Info-mode): Add info-apropos to docstring.
15428
15429 * log-view.el (log-view-diff): Replace interactive code "r"
15430 by a list to allow to call it even if region is not active.
15431
15432 * paren.el (show-paren-highlight-openparen): New var.
15433 (show-paren-function): Turn on openparen highlighting when
15434 matching forward if show-paren-highlight-openparen is non-nil.
15435
15436 * simple.el (kill-ring-save): Use blink-matching-delay instead of
15437 the constant value 1.
15438 (completions-common-part): Expand docstring.
15439
15440 * textmodes/picture.el (picture-mode-map): Add arrow keys.
15441
15442 2004-04-27 Kim F. Storm <storm@cua.dk>
15443
15444 * image.el (insert-sliced-image): Use line-height instead of
15445 line-spacing property on newline.
15446
15447 2004-04-26 Lars Hansen <larsh@math.ku.dk>
15448
15449 * desktop.el (desktop-buffer-misc-data-function): Rename to
15450 desktop-save-buffer and change docstring.
15451 (desktop-buffer-modes-to-save): Delete.
15452 (desktop-save-buffer-p): Use desktop-save-buffer instead of
15453 desktop-buffer-modes-to-save.
15454 (desktop-save): Rename desktop-buffer-misc-data-function to
15455 desktop-save-buffer and allow non-function value.
15456 (desktop-missing-file-warning): Correct docstring.
15457
15458 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
15459 to desktop-save-buffer.
15460
15461 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
15462 desktop-save-buffer.
15463
15464 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
15465
15466 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
15467
15468 2004-04-26 Eli Zaretskii <eliz@gnu.org>
15469
15470 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
15471
15472 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
15473
15474 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
15475 (ielm): Only go to the end of the buffer when starting a new process.
15476
15477 2004-04-25 Juanma Barranquero <lektu@terra.es>
15478
15479 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
15480 mode line. Bind `inhibit-read-only' to t before modifying
15481 properties of text in the buffer.
15482 (ielm): Force point to the end of buffer, even when running ielm
15483 from inside itself.
15484
15485 2004-04-25 Jesper Harder <harder@ifa.au.dk>
15486
15487 * info.el (info-apropos): Reset Info-complete-cache.
15488
15489 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
15490
15491 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15492 Also recognize severe Irix et al. messages.
15493 (compilation-normalize-filename, compile-abbreviate-directory):
15494 Delete functions.
15495 (compilation-get-file-structure): New function inherits
15496 functionality of the two preceding ones.
15497 (compilation-internal-error-properties, compilation-fake-loc):
15498 Use it so that different paths to the same file share the same
15499 markers. Also optimize finding adjacent marker slightly.
15500
15501 2004-04-25 Kim F. Storm <storm@cua.dk>
15502
15503 * image.el (insert-sliced-image): Add line-spacing t property
15504 to newlines separating image lines.
15505
15506 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
15507
15508 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
15509
15510 * ielm.el (ielm-prompt-read-only): New user option.
15511 (ielm-prompt): Expand docstring to describe new behavior.
15512 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
15513 mention it in the docstring.
15514
15515 2004-04-24 Andreas Schwab <schwab@suse.de>
15516
15517 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
15518
15519 * diff.el (diff): Set default-directory in diff buffer.
15520
15521 2004-04-24 Eli Zaretskii <eliz@gnu.org>
15522
15523 * mail/sendmail.el (mail-bury): Don't delete the frame where the
15524 mail was being composed if the terminal cannot display more than
15525 one frame; instead, switch to previous frame.
15526
15527 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
15528 (rmail-start-mail): Support rmail-mail-new-frame even on
15529 terminals that can display only one frame at a time.
15530
15531 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15532
15533 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
15534 (checkdoc-output-font-lock-keywords): Remove error regexp.
15535 (checkdoc-output-mode-map): Remove.
15536 (checkdoc-output-mode): Derive from compilation-mode.
15537 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
15538
15539 * dired.el (dired-mode-map): Add a menu entry for wdired.
15540
15541 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
15542 (rx-bracket, rx-check-any, rx-any): Clean up name space.
15543
15544 * wdired.el (wdired-mode-map): Move init into declaration.
15545 Fix `return' binding.
15546 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
15547 Use force-mode-line-update.
15548 (wdired-get-filename): Use `unless'.
15549 (wdired-preprocess-files): Don't assume names have no \n and use / for
15550 dir separator.
15551 (wdired-normalize-filename): Use replace-regexp-in-string.
15552 (wdired-load-hooks): Remove.
15553 (wdired-mode-hooks): Rename to wdired-mode-hook.
15554
15555 * info-look.el: Add support for cfengine-mode.
15556 (info-lookup-setup-mode): Use dolist.
15557
15558 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
15559
15560 * wdired.el: New file.
15561
15562 2004-04-23 Juanma Barranquero <lektu@terra.es>
15563
15564 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
15565
15566 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
15567 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
15568 (pcomplete--help, pcomplete--here): Doc fixes.
15569
15570 2004-04-23 Andre Spiegel <spiegel@gnu.org>
15571
15572 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
15573 handles wrong-number-of-arguments in backend call.
15574
15575 * vc.el (vc-print-log): Likewise.
15576
15577 2004-04-20 Dave Love <fx@gnu.org>
15578
15579 * emacs-lisp/rx.el: Doc fixes.
15580 (rx-constituents): Add/extend many forms.
15581 (rx-check): Check form is a list.
15582 (bracket): Defvar.
15583 (rx-check-any, rx-any, rx-check-not): Modify.
15584 (rx-not): Simplify.
15585 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
15586 (rx-kleene): Use rx-trans-forms.
15587 (rx-quote-for-set): Delete.
15588 (rx): Allow multiple args.
15589
15590 2004-04-23 Kenichi Handa <handa@m17n.org>
15591
15592 * international/mule-util.el (char-displayable-p): Simplify by
15593 using internal-char-font.
15594
15595 2004-04-23 Juanma Barranquero <lektu@terra.es>
15596
15597 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
15598
15599 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15600
15601 * diff-mode.el (diff-next-error): New fun.
15602 (diff-mode): Use it.
15603
15604 * simple.el (next-error): Change arg name.
15605 Add support for the documented C-u C-x ` usage.
15606
15607 * frame.el (special-display-popup-frame, next-multiframe-window)
15608 (previous-multiframe-window): Only consider frames on same display.
15609
15610 2004-04-22 Lars Hansen <larsh@math.ku.dk>
15611
15612 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
15613 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
15614
15615 2004-04-22 Kim F. Storm <storm@cua.dk>
15616
15617 * net/telnet.el (telnet): Add optional port arg.
15618
15619 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
15620
15621 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15622 Minor sanity check on the `hyperlink' slot.
15623
15624 * Makefile.in (recompile): Compile new files.
15625
15626 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
15627 Add byte-recompile-directory's optional `arg'.
15628
15629 * cvs-status.el (cvs-tree-use-charset): New var.
15630 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
15631 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
15632 (cvs-status-cvstrees): Use it.
15633
15634 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
15635 Make it a normal major mode.
15636 (checkdoc-buffer-label): Make sure the file name is meaningful.
15637 (checkdoc-output-to-error-buffer): Remove.
15638 (checkdoc-error, checkdoc-start-section): Rewrite.
15639
15640 * info.el (info-node, info-menu-5, info-xref, info-header-node)
15641 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15642 (Info-title-4-face): Use new syntax.
15643 (info-xref-visited): Inherit from info-xref.
15644
15645 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
15646
15647 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
15648
15649 * simple.el (next-error-last-buffer, next-error-function):
15650 New variables for the next-error framework.
15651 (next-error-buffer-p): New function.
15652 (next-error-find-buffer): Generalize compilation-find-buffer.
15653 (next-error, previous-error, first-error, next-error-no-select)
15654 (previous-error-no-select): Move from compile.el.
15655
15656 * replace.el (occur-next-error, occur-1): Hook into the next-error
15657 framework.
15658
15659 * progmodes/compile.el (compilation-start):
15660 Set next-error-last-buffer so next-error knows where to jump.
15661 (compilation-setup): Set the buffer-local variable
15662 next-error-function to 'compilation-next-error-function.
15663 (compilation-buffer-p, compilation-buffer-internal-p): Use an
15664 alternate way to find if a buffer is a compilation buffer, for
15665 next-error convenience.
15666 (next-error-no-select, previous-error-no-select, next-error)
15667 (previous-error, first-error): Move to simple.el.
15668 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
15669 (compilation-last-buffer): Remove.
15670 (compilation-start, compilation-next-error, compilation-setup)
15671 (compilation-next-error-function, compilation-find-buffer):
15672 Remove compilation-last-buffer use.
15673
15674 2004-04-21 Juanma Barranquero <lektu@terra.es>
15675
15676 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
15677 (font-lock-warning-face): Fix spacing.
15678
15679 * makefile.w32-in (WINS): Add url/ directory.
15680
15681 2004-04-21 Lars Hansen <larsh@math.ku.dk>
15682
15683 * desktop.el (desktop-buffer-mode-handlers): New variable.
15684 Alist of major mode specific functions to restore a desktop buffer.
15685 (desktop-buffer-handlers): Make variable obsolete.
15686 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
15687 Catch errors signaled in handlers. Update buffer count.
15688 Evaluate desktop-buffer-point.
15689 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
15690 move to dired.el.
15691 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
15692 move to info.el.
15693 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
15694 move to mail/rmail.el.
15695 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
15696 to mh-e/mh-e.el.
15697 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
15698 On fail, print message (to message buffer) even if
15699 desktop-missing-file-warning is nil.
15700 (desktop-buffer-misc-data-function): New buffer local variable.
15701 Function returning major mode specific data.
15702 (desktop-buffer-misc-functions): Make variable obsolete.
15703 (desktop-save): Use desktop-buffer-misc-data-function.
15704 (desktop-buffer-dired-misc-data): Rename to
15705 dired-desktop-buffer-misc-data and move to dired.el.
15706 (desktop-buffer-info-misc-data): Rename to
15707 Info-desktop-buffer-misc-data and move to info.el.
15708 (desktop-read): Add message about number of buffers restored/failed.
15709
15710 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
15711 Add parameters. Pause to display error only when
15712 desktop-missing-file-warning is non-nil.
15713 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15714 (dired-mode): Bind desktop-buffer-misc-data-function.
15715
15716 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
15717 Add Parameters.
15718 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15719 (Info-mode): Bind desktop-buffer-misc-data-function.
15720
15721 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
15722 Add Parameters.
15723
15724 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
15725 Add Parameters.
15726
15727 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
15728
15729 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
15730 the case of letters in case-insensitive expansions when the
15731 abbrev is preceded by characters with letter syntax.
15732
15733 2004-04-21 Richard M. Stallman <rms@gnu.org>
15734
15735 * progmodes/cperl-mode.el (cperl-putback-char):
15736 Delete Emacs 18 definition.
15737
15738 * international/mule.el (ctext-post-read-conversion):
15739 Use assoc-string, not assoc-ignore-case.
15740
15741 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
15742
15743 * emacs-lisp/easymenu.el (easy-menu-add):
15744 Do call x-popup-menu, but only if it's defined.
15745
15746 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
15747
15748 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
15749 Handle multiple args: compile like progn.
15750
15751 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
15752 take all args as &rest arg.
15753
15754 * autoinsert.el (auto-insert-alist): Insert the user's name in
15755 copyright notice, rather than Free Software Foundation.
15756
15757 2004-04-21 Kenichi Handa <handa@m17n.org>
15758
15759 * descr-text.el (describe-char): Make it work on *Help* buffer.
15760
15761 2004-04-21 Kim F. Storm <storm@cua.dk>
15762
15763 * image.el (insert-image): Add optional SLICE arg.
15764 (insert-sliced-image): New defun.
15765
15766 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
15767
15768 * subr.el (read-number): Check whether `default' is nil.
15769
15770 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15771
15772 * progmodes/compile.el (compilation-error-properties):
15773 Split into two.
15774 (compilation-internal-error-properties): New one.
15775 (compilation-compat-error-properties): Use it. Fix the non-marker case.
15776
15777 2004-04-20 Richard M. Stallman <rms@gnu.org>
15778
15779 * window.el (split-window-save-restore-data):
15780 Don't update the data if OLD-INFO is nil.
15781
15782 * view.el (view-return-to-alist): Mark it permanent local.
15783
15784 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
15785
15786 * recentf.el (recentf-save-list): Catch and warn about errors.
15787
15788 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
15789 so "Buffers" won't be pure.
15790
15791 * help-mode.el (help-mode-finish): Set help-return-alist first
15792 thing, setting only the entry for the selected window.
15793
15794 * help-fns.el (describe-function-1): If many non-control non-meta
15795 keys run the command, don't list all of them.
15796
15797 2004-04-20 Juanma Barranquero <lektu@terra.es>
15798
15799 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
15800 arg. Copied from Andre Spiegel's patch of 2004-03-21.
15801
15802 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
15803
15804 2004-04-20 Kenichi Handa <handa@m17n.org>
15805
15806 * international/quail.el (quail-lookup-key): New optional arg
15807 NOT-RESET-INDICES.
15808 (quail-get-translations): Call quail-lookup-key with
15809 NOT-RESET-INDICES t.
15810 (quail-completion): Likewise.
15811 (quail-lookup-map-and-concat): Likewise.
15812
15813 2004-04-20 Kenichi Handa <handa@m17n.org>
15814
15815 * international/quail.el (quail-update-translation): Don't insert
15816 such an unsupported multibyte char in a unibyte buffer.
15817
15818 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
15819
15820 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
15821 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
15822 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
15823 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
15824 (gdb-frame-assembler-buffer): Improve behaviour with
15825 multiple frames.
15826 (gdb-display-buffer): Extend search to all visible frames.
15827
15828 2004-04-19 Eli Zaretskii <eliz@gnu.org>
15829
15830 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
15831 characters left after base64 decoding.
15832 (rmail-decode-region): Use -dos variety of `coding', to remove any
15833 ^M characters left after qp or base64 decoding.
15834
15835 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15836
15837 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
15838 messages.
15839
15840 2004-04-19 Stephen Eglen <stephen@gnu.org>
15841
15842 * add-log.el (add-change-log-entry): Update doc string to mention
15843 add-log-full-name and add-log-mailing-address.
15844
15845 2004-04-18 Juri Linkov <juri@jurta.org>
15846
15847 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
15848 (Info-find-node-2): Simplify error message.
15849 (Info-insert-dir): Use Info-following-node-name.
15850 (Info-goto-node): Remove *info-history* and *info-toc*.
15851 (Info-history): Create a node of the virtual history file.
15852 (Info-toc): Create a node of the virtual toc file.
15853 (Info-insert-toc): New arg `curr-file' for reference file names.
15854 (info-apropos): Remove redundant var binding for temp-file.
15855 (Info-index, Info-index-next, Info-mode): Doc fix.
15856 (Info-goto-emacs-command-node): Don't jump to *info* from
15857 non-*info* Info buffers.
15858 (Info-fontify-node): Don't show the file name of external
15859 references if `Info-hide-note-references' is `hide'. Don't hide
15860 newlines at the end of paragraphs.
15861
15862 * international/mule-diag.el (list-input-methods):
15863 Fix args to help-xref-button.
15864
15865 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
15866 to put into effect local variables from TUTORIAL files.
15867
15868 * textmodes/paragraphs.el (sentence-end) <function>: New fun
15869 with default value taken from the variable `sentence-end'.
15870 (sentence-end) <defcustom>: Set default to nil. Doc fix.
15871 Add nil const to :type.
15872 (sentence-end-without-period, sentence-end-double-space)
15873 (sentence-end-without-space): Doc fix.
15874
15875 * textmodes/paragraphs.el (forward-sentence):
15876 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
15877 (fill-delete-newlines):
15878 * progmodes/cc-cmds.el (c-beginning-of-statement):
15879 Use function `sentence-end' instead of variable `sentence-end'.
15880
15881 2004-04-18 Andreas Schwab <schwab@suse.de>
15882
15883 * progmodes/compile.el (compilation-start): Set window start to
15884 point-min if compilation-scroll-output is nil.
15885
15886 2004-04-18 John Wiegley <johnw@newartisans.com>
15887
15888 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
15889
15890 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
15891
15892 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
15893 (gdb-info-breakpoints-custom): Revert previous change.
15894 (gdb-view-assembler): Update assembler if necessary.
15895 (gdb-frame-handler): Parse correctly for gdb-current-frame.
15896 (gdb-display-source-buffer): Update properly when both source and
15897 assembler are visible.
15898
15899 2004-04-17 John Wiegley <johnw@newartisans.com>
15900
15901 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
15902 which limits the number of names shown in the minibuffer. Off by
15903 default.
15904 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
15905 up iswitchb for users with a multitude of open buffers by showing
15906 only the first and last N/2 buffers in the completion list (which
15907 is enough to aid C-s/C-r, and to know that more characters are
15908 needed to refine the completion list).
15909
15910 2004-04-17 Richard M. Stallman <rms@gnu.org>
15911
15912 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
15913 (file-truename): Expand all ~ constructs directly.
15914 (insert-directory): Delete any error msg output by the
15915 `insert-directory-program'.
15916
15917 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
15918 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
15919 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
15920 (allout-init): Use find-file-hook, not find-file-hooks.
15921 (allout-mode): Eliminate Emacs 18 support.
15922 Use write-contents-functions, not local-write-file-hooks.
15923
15924 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
15925
15926 * progmodes/compile.el (compilation-error-properties): Fix for
15927 adding messages when there are already markers for their file.
15928 (compilation-fake-loc): New function.
15929
15930 2004-04-16 Dave Love <fx@gnu.org>
15931
15932 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
15933 (python-load-file): Fix python-orig-start setting.
15934
15935 * progmodes/compile.el: Doc fixes.
15936 (compilation-error-regexp-alist-alist)
15937 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
15938 (compilation-assq): Wrap in eval-when-compile.
15939 (compilation-mode-font-lock-keywords): Don't use list*.
15940 (compilation-start): Avoid warning.
15941 (compilation-compat-error-properties)
15942 (compilation-directory-properties): Add keymap property.
15943 (compilation-parsing-end): Make it a marker for better compatibility.
15944
15945 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
15946
15947 2004-04-16 Mark A. Hershberger <mah@everybody.org>
15948
15949 * xml.el: Doc fixes.
15950 (xml-get-children): Only looks at sub-tags and ignore strings.
15951
15952 * xml.el (xml-parse-tag): Avoid overwriting node-name.
15953
15954 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15955
15956 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
15957
15958 2004-04-16 Andre Spiegel <spiegel@gnu.org>
15959
15960 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
15961
15962 * vc.el (vc-print-log): Likewise.
15963
15964 2004-04-16 Masatake YAMATO <jet@gyve.org>
15965
15966 * simple.el (completion-setup-function): Set an initial value
15967 to `element-common-end' before entering loop. Set a value
15968 to `element-common-end' at the end of loop.
15969 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
15970 (completions-common-part): Rename from completion-de-emphasis.
15971 (completions-first-difference): Rename from completion-emphasis.
15972 Suggested by RMS.
15973
15974 2004-04-16 Juanma Barranquero <lektu@terra.es>
15975
15976 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
15977 (bookmark-edit-annotation-mode): Add mode name.
15978
15979 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15980
15981 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
15982 for nested conflict markers.
15983 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
15984
15985 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
15986
15987 * progmodes/gdb-ui.el (gdb-goto-info): New function.
15988
15989 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
15990
15991 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15992
15993 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
15994 Give a backtrace if requested.
15995
15996 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
15997
15998 * progmodes/python.el (python-mouse-2-command, python-RET-command):
15999 Remove unused functions.
16000 (python-orig-start-line, python-orig-file): Remove.
16001 (python-orig-start): New var.
16002 (python-input-filter, python-compilation-line-number)
16003 (python-send-region, python-load-file): Use it.
16004
16005 * info.el (info): Always jump to *info*.
16006
16007 * subr.el (posn-set-point): New function.
16008
16009 * mouse.el (mouse-set-point): Use it.
16010
16011 * progmodes/compile.el (compile-goto-error): Use it.
16012 (compilation-button-map): New keymap.
16013 (compilation-error-properties): Use it.
16014 (compilation-shell-minor-mode-map): Don't bind mouse-2.
16015
16016 * smerge-mode.el (smerge-popup-context-menu): Use it.
16017
16018 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
16019 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
16020 mouse and non-mouse case.
16021
16022 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
16023 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
16024
16025 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
16026 Make it work for non-mouse events.
16027
16028 * pcvs-info.el (cvs-status-map): Update binding name.
16029
16030 2004-04-14 Mark A. Hershberger <mah@everybody.org>
16031
16032 * xml.el (xml-maybe-do-ns): New function to handle namespace
16033 parsing of both attribute and element names.
16034 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
16035 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
16036 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
16037 (xml-parse-attlist): Make it do its own namespace parsing.
16038
16039 2004-04-14 Dave Love <fx@gnu.org>
16040
16041 * progmodes/python.el (run-python): Fix use of \n.
16042 (python-load-file): Remove `try' from Python fragment.
16043 (python-describe-symbol): Fix message.
16044
16045 * comint.el: Doc fixes.
16046 (comint-last-input-start, comint-last-input-end)
16047 (comint-last-output-start): Give them values.
16048 (comint-arguments): Avoid warning.
16049 (comint-skip-prompt): Use line-end-position.
16050 (comint-backward-matching-input): Rename arg to agree with doc.
16051 (comint-extract-string): Use syntax-ppss.
16052 (comint-dynamic-simple-complete): Delete useless list construction.
16053 (comint-redirect-subvert-readonly): New.
16054 (comint-redirect-preoutput-filter): Use it.
16055
16056 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
16057 Correctly handle negative arguments when calling hook functions.
16058
16059 2004-04-14 Jesper Harder <harder@ifa.au.dk>
16060
16061 * info.el (info-apropos): Don't clobber Info-history-list.
16062
16063 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
16064
16065 * progmodes/compile.el (compilation-setup):
16066 Localize overlay-arrow-position.
16067 (compilation-sentinel): Restructure code equivalently.
16068 (compilation-next-error): Find message on same line after point if
16069 not found before point.
16070 (compile-mouse-goto-error): Restore function so that compilation
16071 buffer need not be current and use compile-goto-error.
16072 (compile-goto-error): Restore function.
16073 (next-error): Set overlay-arrow-position.
16074 (compilation-forget-errors): Don't localize already local
16075 compilation-locs and remove FIXME about refontifying.
16076
16077 2004-04-14 Kim F. Storm <storm@cua.dk>
16078
16079 * startup.el (emacs-quick-startup): New defvar (set by -Q).
16080 (command-line): New option -Q. Like -q --no-site-file, but
16081 in addition it also disables menu-bar, tool-bar, scroll-bars,
16082 tool-tips, and the blinking cursor.
16083 (command-line-1): Skip startup screen if -Q.
16084 (fancy-splash-head): Use ":align-to center" prop to center splash image.
16085
16086 * emulation/cua-base.el (cua-read-only-cursor-color)
16087 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
16088
16089 2004-04-13 Dave Love <fx@gnu.org>
16090
16091 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
16092 (syntax): Don't require.
16093 (python) <defgroup>: Add :version.
16094 (python-quote-syntax): Re-written.
16095 (inferior-python-mode): Move stuff here from run-python and add
16096 some more.
16097 (python-preoutput-continuation, python-preoutput-result)
16098 (python-dotty-syntax-table): New.
16099 (python-describe-symbol): Use them.
16100 (run-python): Move stuff to inferior-python-mode. Modify code
16101 loaded into Python.
16102 (python-send-region): Use python-proc, python-send-string.
16103 (python-send-string): Send newlines too. Callers changed.
16104 (python-load-file): Re-written.
16105 (python-eldoc-function): New.
16106 (info-look): Don't require.
16107 (python-after-info-look): New. A modified version of former
16108 top-level code for use with eval-after-load.
16109 (python-maybe-jython, python-guess-indent): Use widened buffer.
16110 (python-fill-paragraph): Re-written.
16111 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
16112 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
16113
16114 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
16115
16116 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
16117 Set compilation-error-regexp-alist earlier.
16118
16119 * progmodes/compile.el (compilation-minor-mode-map)
16120 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
16121 (compile-goto-error): Re-merge the mouse and non-mouse commands.
16122
16123 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16124
16125 * progmodes/compile.el (compile-goto-error): Select the buffer/window
16126 corresponding to the event.
16127
16128 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
16129
16130 * loadup.el: Add cygwin to system-type list, for unexec() support.
16131
16132 2004-04-12 John Paul Wallington <jpw@gnu.org>
16133
16134 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
16135 (ibuffer-restore-window-config-on-quit): New variable to replace
16136 `ibuffer-delete-window-on-quit'. Update all references.
16137 (ibuffer-prev-window-config): New variable.
16138 (ibuffer-quit): Restore previous window configuration instead of
16139 deleting window.
16140 (ibuffer): Save window configuration before showing Ibuffer buffer.
16141
16142 * help.el (describe-mode): Doc fix.
16143
16144 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16145
16146 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
16147 not to treat nil as a function.
16148
16149 * vc-arch.el (vc-arch-root): Be a bit more careful.
16150 (vc-arch-register): Save the buffer if we modified it.
16151 (vc-arch-delete-rej-if-obsolete): Save excursion.
16152 (vc-arch-find-file-hook): Use the simpler after-save-hook.
16153 (vc-arch-responsible-p, vc-arch-init-version): New functions.
16154
16155 * net/ldap.el (ldap-search): Use list*.
16156
16157 2004-04-12 Juri Linkov <juri@jurta.org>
16158
16159 * info.el (Info-follow-reference): Allow multiline reference name.
16160
16161 2004-04-11 Dave Love <fx@gnu.org>
16162
16163 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
16164
16165 * progmodes/python.el: New file.
16166
16167 2004-04-11 Andre Spiegel <spiegel@gnu.org>
16168
16169 * vc-hooks.el (vc-arg-list): Function removed.
16170 (vc-default-workfile-unchanged-p): Use condition-case to check for
16171 backward compatibility.
16172
16173 * vc.el (vc-print-log): Use condition-case to check for backward
16174 compatibility.
16175
16176 2004-04-11 Juri Linkov <juri@jurta.org>
16177
16178 * dired.el (dired-faces): New defgroup.
16179 (dired-header, dired-mark, dired-marked, dired-flagged)
16180 (dired-warning, dired-directory, dired-symlink, dired-ignored):
16181 New faces.
16182 (dired-header-face, dired-mark-face, dired-marked-face)
16183 (dired-flagged-face, dired-warning-face, dired-directory-face)
16184 (dired-symlink-face, dired-ignored-face): New face variables.
16185 (dired-font-lock-keywords): Use them instead of font-lock faces.
16186 Split the rule for dired marks into 3 separate rules: for marks,
16187 marked file names and flagged file names.
16188
16189 * help-mode.el (help-make-xrefs): Add a final newline to the
16190 *Help* buffer.
16191
16192 2004-04-11 John Paul Wallington <jpw@gnu.org>
16193
16194 * replace.el (occur-engine): Distinguish between one and several
16195 matches in the matches per buffer heading.
16196
16197 2004-04-11 Kim F. Storm <storm@cua.dk>
16198
16199 * ido.el (ido-confirm-unique-completion): New defcustom.
16200 (ido-complete): Use it.
16201 (ido-write-file): Set it to t unconditionally.
16202
16203 2004-04-10 Miles Bader <miles@gnu.org>
16204
16205 RCS keyword removal (only non-comment changes are enumerated here):
16206
16207 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
16208 (byte-compile-insert-header): Don't use `byte-compile-version'.
16209 * forms.el (forms-version): Variable removed.
16210 (forms-mode): Don't use `forms-version'.
16211 * recentf.el (recentf-version): Variable removed.
16212 * progmodes/delphi.el (delphi-version): Variable removed.
16213 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
16214
16215 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16216
16217 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
16218
16219 2004-04-09 Jesper Harder <harder@ifa.au.dk>
16220
16221 * info.el (info-apropos): Improve menu item regexp.
16222
16223 2004-04-09 Simon Josefsson <jas@extundo.com>
16224
16225 * mail/smtpmail.el: Add comment, based on report by
16226 kdc@rcn.com (Kevin D. Clark).
16227
16228 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16229
16230 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16231 Redo one more thing that I didn't notice Daniel had undone.
16232
16233 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
16234
16235 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
16236 (gdb-goto-breakpoint, gdb-display-buffer)
16237 (gdb-display-source-buffer, gdb-view-source-function)
16238 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
16239 (gdb-source-info, gdb-frame-handler): Don't specify a window
16240 for display.
16241 (gdb-info-breakpoints-custom): Remove superfluous update of
16242 assembler buffer.
16243 (gdb-many-windows): Make settable outside gdb.
16244
16245 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
16246
16247 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
16248 Derive from fundamental-mode rather than text-mode.
16249
16250 2004-04-08 Juri Linkov <juri@jurta.org>
16251
16252 * info.el (Info-history): Doc fix.
16253 (Info-history-list): New var.
16254 (info-xref): Change magenta4 to blue, remove bold for dark and
16255 light backgrounds, change bold to underline for non-color classes.
16256 (info-xref-visited): New face.
16257 (Info-fontify-visited-nodes): New custom.
16258 (Info-hide-note-references): Add new value `hide'. Doc fix.
16259 (Info-reference-name): New var.
16260 (Info-selection-hook): New custom.
16261 (Info-edit-mode-hook): New var.
16262 (Info-find-file): New fun.
16263 (Info-find-node): Move part of code to Info-find-file.
16264 (Info-find-node-2): Add anchors to Info-history-list. Move point
16265 to the place with the reference name if name is defined.
16266 (Info-select-node): Add current node to Info-history-list.
16267 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
16268 (Info-search-whitespace-regexp): New custom.
16269 (Info-search-case-fold): New var.
16270 (Info-search): Add "case-sensitively" to the prompt.
16271 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
16272 (Info-search-case-sensitively, Info-search-next): New fun.
16273 (Info-up): Move point to the menu item of the current node.
16274 (Info-history): New fun. Add *info-history* to
16275 same-window-buffer-names.
16276 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
16277 (Info-insert-toc): New fun.
16278 (Info-build-toc): New fun.
16279 (Info-follow-reference): Add new arg `fork'. Doc fix.
16280 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
16281 with the same name prefer the reference closest to point.
16282 (Info-next-reference): Replace * by + in the *Note regexp.
16283 Add regexp for http:// and ftp://. Skip the *Note prefix.
16284 (Info-prev-reference): Replace * by + in the *Note regexp.
16285 Add regexp for http:// and ftp://. Skip the *Note prefix.
16286 (Info-follow-nearest-node): Add new arg `fork'.
16287 (Info-try-follow-nearest-node): Add new arg `fork'.
16288 Call browse-url for http:// and ftp:// references.
16289 Set Info-reference-name for index entries.
16290 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
16291 Info-search-next, Info-history, Info-toc, clone-buffer.
16292 (Info-menu-update): Replace * by + in the *Note regexp.
16293 (Info-mode): Add documentation for Info-history, Info-toc,
16294 Info-search-case-sensitively, Info-search-next, clone-buffer.
16295 (Info-fontify-menu-headers): Remove fun. Move code to
16296 Info-fontify-node.
16297 (Info-fontify-node): Add docstring. Add local vars
16298 fontify-visited-p and not-fontified-p. If not-fontified-p is t
16299 then fontify header line, titles, menu headers, http and ftp
16300 references, refill paragraphs. If not-fontified-p is t or
16301 fontify-visited-p is t then fontify cross references, menu items.
16302 Fontify menu headers. Fontify http and ftp references.
16303 Change regexp for cross references to require whitespace after *Note,
16304 add matching groups for file and node names. Remove hack for quote.
16305 Use display property for Info-hide-note-references=t. Use fifth
16306 or fourth match for help-echo. Display visited nodes in a
16307 different face. Unhide file names of external references.
16308 Unhide newlines. Display visited menu items in a different face.
16309
16310 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
16311
16312 * progmodes/compile.el: Require CL.
16313 (compilation-mode-font-lock-keywords): Re-install the "line as
16314 function" patch.
16315
16316 * help-fns.el (help-C-source-directory): New var.
16317 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
16318 (describe-function-1, describe-variable): Use them.
16319
16320 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
16321 to C source files specially.
16322
16323 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
16324
16325 * info.el (Info-hide-cookies-node): New function.
16326 (Info-select-node): Use it.
16327 (Info-display-images-node): Remove message with image file name.
16328
16329 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
16330
16331 * progmodes/compile.el (compilation-warning-face)
16332 (compilation-info-face, compilation-skip-threshold)
16333 (compilation-skip-visited, compilation-context-lines):
16334 Declare :version when added to Emacs.
16335 (compilation-error-regexp-alist-alist): Extend caml and irix.
16336 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
16337 (compilation-mode-font-lock-keywords): Temporarily undo line as
16338 function patch, which wasn't ready.
16339
16340 2004-04-07 Kenichi Handa <handa@m17n.org>
16341
16342 * international/latin1-disp.el (latin1-display-setup): Check each
16343 character is displayable or not instead of calling
16344 latin1-display-check-font.
16345
16346 2004-04-06 Kenichi Handa <handa@m17n.org>
16347
16348 * language/ethio-util.el (ethio-sera-being-called-by-w3):
16349 New variable.
16350 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
16351 instead of sera-being-called-by-w3.
16352 (ethio-fidel-to-sera-buffer): Likewise.
16353 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
16354 instead of sera-being-called-by-w3.
16355 (ethio-write-file): Likewise.
16356
16357 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16358
16359 * printing.el: Doc fix.
16360
16361 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
16362
16363 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
16364 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
16365 (gdb-setup-windows): Only use separate IO buffer if required.
16366
16367 2004-04-06 Kim F. Storm <storm@cua.dk>
16368
16369 * term.el (term-is-xemacs): Remove.
16370 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
16371 (term-window-width): New function.
16372 (term-mode, term-check-size): Use it.
16373 (term-mode): Disable overflow-newline-into-fringe in term buffer.
16374
16375 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
16376
16377 * cus-edit.el (custom-add-parent-links): Change unbound variable
16378 `symbol' to `name'.
16379
16380 2004-04-05 Jesper Harder <harder@ifa.au.dk>
16381 * info.el (info-apropos): New function.
16382 (Info-mode-menu): Add it.
16383 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
16384
16385 * help-mode.el (help-make-xrefs): Recognize aliased variable with
16386 inherited docstring.
16387
16388 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
16389
16390 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16391
16392 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
16393
16394 * progmodes/compile.el (font-lock): Don't require any more.
16395 (compilation-error-properties, compilation-start, compilation-sentinel)
16396 (compilation-filter, next-error): Use with-current-buffer.
16397 (compilation-skip-to-next-location, compilation-skip-threshold)
16398 (compilation-skip-visited): Move to silence the byte-compiler.
16399 (compilation-setup): Simplify.
16400 (compilation-next-error): Use line-(beginning|end)-position.
16401 Make sure `pt' is non-nil before using compilation-loop.
16402 (compile-goto-error): Add optional event arg. Use it.
16403 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
16404 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
16405 Update the binding for mouse-2.
16406 (first-error): Set compilation-current-error to nil rather than bob.
16407 (compilation-parsing-end, compilation-parse-errors-function)
16408 (compilation-error-list, compilation-old-error-list):
16409 "New" compatibility variables.
16410 (compile-buffer-substring, compilation-compat-error-properties)
16411 (compilation-compat-parse-errors, compilation-forget-errors):
16412 New compatibility functions.
16413 (compilation-mode-font-lock-keywords): Use them.
16414
16415 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
16416
16417 * autorevert.el (auto-revert-handler): If point (or a window
16418 point) is at the end of the buffer, keep it there after
16419 reverting. This allows to tail a file.
16420 Mention this in the `Commentary'.
16421
16422 * format.el (format-write-file): Add optional argument CONFIRM
16423 and make it behave like the analogous argument to `write-file'.
16424
16425 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16426
16427 * progmodes/ebnf2ps.el: Doc fix.
16428 (ebnf-version): New version number (4.2).
16429 (ebnf-syntax): Customization and docstring fix.
16430 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
16431 Put autoloaded funs before first use.
16432 (ebnf-style-database): Add dtd entry.
16433 (ebnf-syntax-alist): Add dtd initialization.
16434 (ebnf-token-sequence): New fun.
16435 (ebnf-comment-table): Add new comment action character.
16436 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
16437
16438 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
16439 Type Definition for XML).
16440
16441 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
16442 * progmodes/ebnf-bnf.el (ebnf-sequence):
16443 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
16444 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
16445 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
16446 Code simplification: call ebnf-token-sequence.
16447
16448 2004-04-04 Eli Zaretskii <eliz@gnu.org>
16449
16450 * calendar/timeclock.el (timeclock-relative)
16451 (timeclock-get-project-function, timeclock-get-workday-function)
16452 (timeclock-query-out, timeclock-when-to-leave)
16453 (timeclock-when-to-leave-string, timeclock-log-data)
16454 (timeclock-generate-report, timeclock-in): Doc fixes.
16455
16456 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16457
16458 * url/: New dir. Import the URL package from its repository.
16459
16460 2004-04-03 Andreas Schwab <schwab@suse.de>
16461
16462 * diff-mode.el (diff-mode): Fix missing quote.
16463
16464 2004-04-03 Juri Linkov <juri@jurta.org>
16465
16466 * descr-text.el (describe-property-list): Add `font-lock-face'.
16467
16468 * dired.el (dired-font-lock-keywords): Fix permission regexps.
16469
16470 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16471
16472 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
16473 Use utf-16le on little endian machines and utf-16be otherwise.
16474
16475 2004-04-02 David Kastrup <dak@gnu.org>
16476
16477 * net/browse-url.el (browse-url-generic): Use call-process
16478 instead of start-process to allow browsers that fork and detach.
16479
16480 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
16481
16482 * compile.el (compilation-current-error): New var.
16483 (compilation-setup, compile-mouse-goto-error)
16484 (compile-goto-error, next-error): Use it.
16485 (compilation-skip-to-next-location): Default to t, which gives
16486 contiguous skipping like old compile (where this was redundant).
16487 (compilation-next-error): Prevent previous-* commands from moving
16488 back to message at or just before point.
16489
16490 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
16491
16492 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
16493 (gdb-source-info): Don't display source at startup, if required.
16494 (gdb-show-main): New option.
16495 (gdba): Update documentation.
16496 (gdb-source): Cover case of auto-display output.
16497
16498 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
16499
16500 * autorevert.el: Delete obsolete autoload's and defvar's.
16501 (auto-revert-check-vc-info): New user option.
16502 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16503 (auto-revert-handler-vc): Delete.
16504 (auto-revert-handler): Treat return value `fast' of
16505 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
16506
16507 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
16508 return `fast'.
16509
16510 * files.el (buffer-stale-function): Doc change.
16511
16512 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16513
16514 * printing.el: New tip on Tips section.
16515 (pr-version): New version number (6.7.4).
16516 (pr-shell-file-name): Initialization fix.
16517
16518 2004-03-31 Juri Linkov <juri@jurta.org>
16519
16520 * dired.el: Add autoload for `dired-do-touch'.
16521 (dired-touch-program): New var.
16522 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
16523 (dired-no-confirm): Add `touch' to docstring.
16524
16525 * dired-aux.el (dired-do-touch): New fun.
16526 (dired-do-chxxx): Add argument -t for touch operation.
16527
16528 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
16529 `dired-move-to-filename-regexp'.
16530
16531 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
16532
16533 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
16534
16535 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16536
16537 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
16538 and only if the buffer was modified.
16539
16540 2004-03-30 Kenichi Handa <handa@m17n.org>
16541
16542 * international/characters.el: Delete pairs for U+2308..U+230B.
16543
16544 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
16545
16546 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
16547 to detect the beginning of a level 2 or 3 annotation.
16548
16549 2004-03-29 Kenichi Handa <handa@m17n.org>
16550
16551 * international/ucs-tables.el (ucs-insert): Fix the error message.
16552
16553 2004-03-29 Kenichi Handa <handa@m17n.org>
16554
16555 * international/mule-util.el (char-displayable-p): Fix generation
16556 of XLFD file name.
16557
16558 * Makefile.in (setwins, setwins_almost): Change directory to $wd
16559 before finding directories by `find'.
16560
16561 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16562
16563 * subr.el (interactive-form): Delete. Now implemented in C.
16564
16565 * pcvs.el (cvs-parse-process): Workaround for Darwin.
16566
16567 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
16568 (vc-diff-label): New fun.
16569 (vc-diff-internal): Use it.
16570
16571 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
16572
16573 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16574
16575 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
16576
16577 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
16578 specify XML (EBNFX).
16579
16580 * progmodes/ebnf2ps.el: Doc fix.
16581 (ebnf-version): New version number (4.1).
16582 (ebnf-syntax): Adjust customization.
16583 (ebnf-style-database): Add ebnfx entry.
16584 (ebnf-syntax-alist): Add ebnfx initialization.
16585 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
16586
16587 * printing.el: Doc fix.
16588 (pr-version): New version number (6.7.3).
16589 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
16590 returns nil for mouse position. Reported by Drew Adams
16591 <drew.adams@oracle.com>.
16592 (pr-update-menus): Modify interactive declaration. Reported by Drew
16593 Adams <drew.adams@oracle.com>.
16594
16595 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
16596
16597 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
16598 (gud-gdba-marker-filter): Log the process input and output, if
16599 required. From Stefan Monnier.
16600 (gdb-debug-log, gdb-enable-debug-log): New variables.
16601 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
16602
16603 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16604
16605 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
16606 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
16607
16608 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
16609
16610 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
16611 Call vc-find-file-hook here instead of in auto-revert-buffers.
16612 (auto-revert-buffers): Delete call to vc-find-file-hook.
16613 (auto-revert-verbose, global-auto-revert-non-file-buffers)
16614 (global-auto-revert-mode, auto-revert-set-timer)
16615 (auto-revert-handler, auto-revert-buffers): Doc fixes.
16616
16617 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16618
16619 * woman.el (woman-change-fonts): Rename local variable
16620 woman-font-alist to font-alist to avoid a compiler warning.
16621
16622 2004-03-27 Dave Love <fx@gnu.org>
16623
16624 * emacs-lisp/rx.el (rx): Doc fix.
16625 Fix copyright years.
16626
16627 * strokes.el (strokes-global-set-stroke-string): New function.
16628 (strokes-list-strokes): Cope with strings, not just commands.
16629 Set foreground colour of image.
16630 (strokes-global-set-stroke): Doc fix.
16631
16632 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
16633
16634 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
16635 Auto Revert mode.
16636 (Buffer-menu-files-only): New variable.
16637 (Buffer-menu-toggle-files-only): New function.
16638 (Buffer-menu-mode-map): Bind it to `T'.
16639 (Buffer-menu-mode): Mention `T' in docstring.
16640 Set buffer-stale-function.
16641 (list-buffers-noselect): Mark buffer non-modified and set
16642 Buffer-menu-files-only.
16643
16644 * dired.el (buffer-stale-function): Remove no longer needed defvar.
16645
16646 * autorevert.el (auto-revert-handler): Print revert message
16647 before, rather than after, reverting.
16648 (buffer-stale-function): Move to files.el.
16649
16650 * files.el (buffer-stale-function): Move here from autorevert.el.
16651
16652 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16653
16654 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
16655
16656 * calc/calc.el (calc-mode-map): Use mapc.
16657
16658 * apropos.el (apropos-mode): Don't autoload.
16659 (apropos-symbols-internal): New fun. Extracted from `apropos'.
16660 (apropos): Use it.
16661 (apropos-print): Add optional `text' argument.
16662 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
16663 Don't assume point-min == 1.
16664
16665 * bs.el (bs-buffer-list): Use buffer-local-value.
16666 (bs--set-toggle-to-show): Use with-current-buffer.
16667
16668 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
16669 New funs.
16670 (list-buffers-noselect): Use them. Adjust :align-to to new style.
16671
16672 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
16673
16674 * dabbrev.el (dabbrev-expand): Fix regexp construction.
16675 (dabbrev--find-expansion): Use pop.
16676 (dabbrev--search): Use match-string-no-properties.
16677
16678 * dired.el (dired-mode): Use run-mode-hooks.
16679 (dired-move-to-end-of-filename): Use match-string.
16680
16681 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
16682 is bound before using it.
16683 (ediff-verbose-p): Make it into a var since it's not constant.
16684
16685 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
16686
16687 * faces.el (read-face-font): Don't cons up unnecessarily.
16688 (header-line, tool-bar): Share common parts.
16689
16690 * files.el (file-relative-name): Use compare-strings.
16691
16692 * finder.el (finder-mode): Follow coding convention.
16693
16694 * subr.el (read-number): New function.
16695
16696 * ses.el (ses-read-number): Move to subr.el.
16697 (ses-set-header-row): Use read-number.
16698
16699 2004-03-26 Andre Spiegel <spiegel@gnu.org>
16700
16701 * vc-hooks.el (vc-arg-list): New function, which handles both
16702 compiled and uncompiled code.
16703 (vc-default-workfile-unchanged-p): Use it.
16704
16705 * vc.el (vc-print-log): Undo prev change, use new function
16706 vc-arg-list from vc-hooks.el.
16707
16708 2004-03-26 Masatake YAMATO <jet@gyve.org>
16709
16710 * simple.el (completion-setup-function): Emphasize the
16711 first uncommon characters in the completions; and de-emphasize
16712 the common prefix substrings.
16713 (completion-emphasis): New face.
16714 (completion-de-emphasis): New face.
16715
16716 2004-03-25 Juanma Barranquero <lektu@terra.es>
16717
16718 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
16719 Comment out (it's unused and unfinished code).
16720
16721 2004-03-25 Sam Steingold <sds@gnu.org>
16722
16723 * vc.el (vc-print-log): Fix a bug in the last patch:
16724 backend-function may be a byte-compiled object, not a lambda.
16725
16726 2004-03-25 Juri Linkov <juri@jurta.org>
16727
16728 * descr-text.el (describe-property-list): Add a button
16729 for `face' property that calls `describe-face'.
16730 Suggested by luis fernandes <elf@ee.ryerson.ca>
16731
16732 * international/mule.el (keyboard-coding-system):
16733 * kmacro.el (kmacro-call-macro): Fix docstring.
16734
16735 * dired.el: Fix comments.
16736
16737 * textmodes/fill.el (fill): Fix Info link.
16738
16739 * font-lock.el (fast-lock, lazy-lock):
16740 * jit-lock.el (jit-lock): Remove links to removed Support Modes
16741 Info node.
16742
16743 * eshell/eshell.el (eshell): Fix broken info-link.
16744
16745 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
16746 * eshell/em-banner.el (eshell-banner):
16747 * eshell/em-smart.el (eshell-smart):
16748 * eshell/esh-cmd.el (eshell-cmd):
16749 Comment out broken info-links to incomplete Info manual.
16750
16751 * info-xref.el: Fix commentary.
16752
16753 2004-03-25 Kevin Ryde <user42@zip.com.au>
16754
16755 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
16756 Remove spurious node duplicate suppression, doesn't work, not wanted.
16757 (info-xref-output): Take format style args, add "sit-for 0" to let
16758 user see the results as they progress.
16759 (info-xref-check-all-custom): New function.
16760
16761 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
16762
16763 * gdb-ui.el: Moved to progmodes.
16764
16765 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16766
16767 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
16768
16769 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16770
16771 * calendar/appt.el (appt-check): Remove superfluous progn.
16772 When finished with diary buffer: if it was not being displayed
16773 before, kill it; otherwise restore its original state.
16774 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
16775
16776 * calendar/calendar.el (calendar-set-mode-line): Use total
16777 available mode-line width, rather than frame-width.
16778
16779 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
16780 after mode change so effect not lost.
16781
16782 2004-03-23 Dave Love <fx@gnu.org>
16783
16784 * dired.el (dired) <defgroup>: Add link to manual.
16785 (dired-font-lock-keywords): Add highlighting on unusual permissions.
16786 (dired-revert): Use dolist.
16787 (dired-mode-map): Add U binding.
16788 (dired-mode): Add font-lock-beginning-of-syntax-function.
16789 (dired-garbage-files-regexp): Make it a defcustom.
16790
16791 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16792
16793 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
16794 is equivalent to nil.
16795 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
16796 (vc-arch-mode-line-string): Accept `added' state.
16797 (vc-arch-state): Use inode-sigs if available.
16798 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
16799 Copy&delete existing id file if any. Fallback if uuidgen is absent.
16800 (vc-arch-tagline-re): New var.
16801 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
16802 New functions.
16803 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
16804 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
16805
16806 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
16807 (vc-file-not-found-hook): Use it.
16808
16809 * diff-mode.el (diff-default-read-only): Change default.
16810 (diff-mode-hook): Make it a defcustom. Add some options.
16811 (diff-mode-map): Bind diff-refine-hook.
16812 (diff-yank-handler): New var.
16813 (diff-yank-function): New fun.
16814 (diff-font-lock-keywords): Use them.
16815 (diff-end-of-file): Handle case where file-header looks like diff text.
16816 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
16817 (diff-file-kill): Delete a subsequent empty line, if applicable.
16818 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
16819 (diff-find-file-name): Use it.
16820 (diff-tell-file-name): New command.
16821 (diff-mode): Be careful with view-mode.
16822 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
16823 New functions, for use in diff-mode-hook.
16824 (diff-find-source-location): Catch "regex too large" errors.
16825 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
16826 (diff-refine-hunk): New command.
16827
16828 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
16829 (smerge-context-menu-map): Remove unused var.
16830 (smerge-keep-all): Preserve markers.
16831 (smerge-keep-n): New fun.
16832 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16833 (smerge-keep-current, smerge-ediff): Use it.
16834 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
16835 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
16836 (smerge-resolve): Resolve trivial 3-part conflicts.
16837
16838 2004-03-23 Juri Linkov <juri@jurta.org>
16839
16840 * man.el (Man-width): New var.
16841 (Man-getpage-in-background): Use it.
16842 (Man-support-local-filenames): New var and fun.
16843 (Man-build-man-command): Don't add a second %s.
16844 (Man-fontify-manpage): Clean up message.
16845 (Man-mode): Set outline-regexp, outline-level,
16846 imenu-generic-expression.
16847
16848 * woman.el (woman-fill-frame): Doc fix.
16849 (woman-decode-region): Use window-width instead of frame-width.
16850
16851 * abbrevlist.el (list-one-abbrev-table):
16852 * descr-text.el (describe-char):
16853 * international/mule-diag.el (describe-current-coding-system):
16854 * international/quail.el (quail-insert-decode-map):
16855 Use window-width instead of frame-width.
16856
16857 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
16858 (jka-compr-mode-alist-additions): Add tbz.
16859 (jka-compr-write-region, jka-compr-insert-file-contents):
16860 Add message for undefined compress-program.
16861 (jka-compr-write-region): Remove redundant var bindings.
16862
16863 * dired-x.el (dired-guess-shell-alist-default): Add choices for
16864 extracting files into subdirectory. Add tbz and dz. Fix regexps.
16865 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
16866 (dired-man): Use dired-guess-shell-command.
16867 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
16868 Change default nil to t.
16869
16870 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
16871 (dired-compare-directories): Add default value for empty input.
16872
16873 * help-at-pt.el: Move suggestions for key bindings to Commentary.
16874
16875 * time.el (display-time-string-forms): Fix help-echo date format.
16876
16877 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
16878
16879 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
16880 (buffer-stale-function): New variable.
16881 (auto-revert-list-diff, auto-revert-dired-file-list)
16882 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
16883 (auto-revert-handler): Take over some functionality of deleted
16884 functions.
16885 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
16886
16887 * dired.el (dired-directory-changed-p): New fun, extracted from
16888 dired-internal-noselect.
16889 (dired-buffer-stale-p): New fun.
16890 (dired-internal-noselect): Use dired-directory-changed-p.
16891 Eliminate revert messages.
16892 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
16893
16894 2004-03-23 Kenichi Handa <handa@m17n.org>
16895
16896 * international/characters.el: Setup syntaxes for more parentheses
16897 Unicode characters.
16898
16899 * international/mule-cmds.el (select-safe-coding-system):
16900 Merge coding-system and auto-cs before comparing them.
16901
16902 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16903
16904 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
16905
16906 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
16907 normal-auto-fill-function and comment-indent-function.
16908 The default values now work just as well.
16909 Don't set font-lock-beginning-of-syntax-function since we already set
16910 syntax-begin-function.
16911 (lisp-outline-level): Put ;;;###autoload at same level as (.
16912 (prin1-char): Quote special chars.
16913
16914 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
16915 than with-no-warnings.
16916
16917 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
16918 if the source location can't be found.
16919 (edebug-compute-previous-result): Use prin1-char.
16920
16921 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
16922 (debug-ignored-errors): Add an entry.
16923
16924 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
16925 (byte-compile-file): Output warning when deleting a file.
16926
16927 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
16928 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
16929
16930 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
16931 (byte-compile-inline-expand): Use backquote.
16932 (byte-optimize-pure-func): Rename from byte-optimize-concat.
16933 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
16934
16935 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
16936
16937 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
16938
16939 2004-03-22 Juri Linkov <juri@jurta.org>
16940
16941 * finder.el (finder-known-keywords): Fix data, tex, unix.
16942
16943 * play/landmark.el: Fix keywords.
16944
16945 * language/ethio-util.el (ethio-find-file): Doc fix.
16946
16947 * emacs-lisp/warnings.el: Doc fix.
16948
16949 * textmodes/ispell.el (ispell-help): Doc fix.
16950
16951 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
16952
16953 * format.el (format-insert-file): Always return a list of two
16954 elements, like insert-file-contents does.
16955
16956 2004-03-21 Andre Spiegel <spiegel@gnu.org>
16957
16958 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
16959 and vc-BACKEND-diff.
16960 (vc-print-log): If the print-log implementation supports it, use
16961 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
16962 (vc-version-diff, vc-diff-internal): Doc fixes.
16963
16964 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
16965 implementation supports it, let diff output go to *vc*,
16966 not *vc-diff*, since this is an internal call.
16967
16968 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
16969
16970 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
16971
16972 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
16973
16974 2004-03-21 Dave Love <fx@gnu.org>
16975
16976 * progmodes/cfengine.el (cfengine-mode):
16977 Set parse-sexp-ignore-comments.
16978
16979 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
16980
16981 2004-03-21 Juanma Barranquero <lektu@terra.es>
16982
16983 * allout.el (allout-mode): Fix docstring.
16984
16985 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
16986
16987 * files.el (insert-directory): Fix bug if SWITCHES is a list.
16988
16989 * autorevert.el (auto-revert-interval): Make new value take
16990 effect immediately when set through Custom.
16991 (auto-revert-set-timer): Add interactive declaration.
16992
16993 2004-03-19 David Ponce <david@dponce.com>
16994
16995 * ruler-mode.el (ruler-mode-header-line-format-old):
16996 Don't `make-variable-buffer-local'.
16997 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
16998 (ruler-mode-header-line-format): Simply funcall the above.
16999 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
17000 to save/restore a previous header line format.
17001 (ruler-mode-space): Don't depend on a numeric WIDTH value.
17002 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
17003 fringes and margins width.
17004 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
17005
17006 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
17007
17008 * log-edit.el (log-edit-font-lock-keywords): Typo.
17009
17010 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
17011 (tex-send-tex-command): Rather than here.
17012 (tex-compilation-parse-errors): Simplify.
17013
17014 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
17015
17016 * time.el (display-time-string-forms): Add help-echo with date on time.
17017
17018 * composite.el (compose-region): Use restore-buffer-modified-p.
17019
17020 * disp-table.el (standard-display-8bit): Simplify.
17021
17022 * server.el (server-process-filter): Delete temp frame.
17023
17024 * add-log.el (add-change-log-entry): Simplify.
17025
17026 2004-03-19 Kim F. Storm <storm@cua.dk>
17027
17028 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
17029 (hexl-follow-line): Don't require 'fringe.
17030
17031 * progmodes/compile.el (compilation-start): Always set
17032 compilation-last-buffer and return it.
17033
17034 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
17035
17036 * simple.el (clone-buffer): Doc fix.
17037
17038 2004-03-18 Juanma Barranquero <lektu@terra.es>
17039
17040 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
17041
17042 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
17043
17044 * log-edit.el (log-edit-font-lock-keywords): New var.
17045 (log-edit-mode): Use it.
17046
17047 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
17048
17049 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
17050 properly for watching in speedbar.
17051
17052 2004-03-17 Masatake YAMATO <jet@gyve.org>
17053
17054 * smerge-mode.el (smerge-popup-context-menu):
17055 Put `unwind-protect' around `overlay-put' and `popup-menu'.
17056
17057 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
17058
17059 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
17060 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
17061 Take sealed revisions into account.
17062 (vc-arch-checkin): Extract a summary line from the message.
17063
17064 2004-03-16 Masatake YAMATO <jet@gyve.org>
17065
17066 * register.el (register): Provide `register' feature.
17067
17068 2004-03-15 Masatake YAMATO <jet@gyve.org>
17069
17070 Added context menu support in smerge mode.
17071 Most of the part is written by Stefan Monnier.
17072
17073 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
17074 New keymap and menu.
17075 (smerge-text-properties): New function.
17076 (smerge-remove-props): New function.
17077 (smerge-popup-context-menu): New function.
17078 (smerge-resolve): Call `smerge-remove-props'.
17079 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
17080 (smerge-keep-current): Ditto.
17081 (smerge-kill-current): New function.
17082 (smerge-match-conflict): Put text properties.
17083 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
17084
17085 2004-03-15 David Ponce <david@dponce.com>
17086
17087 * ruler-mode.el (ruler-mode-left-fringe-cols)
17088 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
17089 (ruler-mode-right-scroll-bar-cols): Remove.
17090 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
17091 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
17092 Use fringe-columns and scroll-bar-columns.
17093
17094 2004-03-15 Masatake YAMATO <jet@gyve.org>
17095
17096 * hl-line.el (hl-line-range-function): New variable.
17097 (hl-line-move): New function.
17098 (global-hl-line-highlight): Use `hl-line-move'.
17099 (hl-line-highlight): Ditto.
17100
17101 * scroll-bar.el (scroll-bar-columns):
17102 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
17103
17104 * ruler-mode.el (top-level): Require scroll-bar and fringe.
17105 (ruler-mode-left-fringe-cols)
17106 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
17107 (ruler-mode-right-scroll-bar-cols)
17108 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
17109 (ruler-mode-ruler-function): New variable.
17110 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
17111 if the value for `ruler-mode-ruler-function'is given.
17112
17113 * hexl.el (hexl-mode-hook): Make the hook customizable.
17114 (hexl-address-area, hexl-ascii-area): New customize variables.
17115 (hexlify-buffer): Put font-lock-faces on the address area and
17116 the ascii area.
17117 (hexl-activate-ruler): New function.
17118 (hexl-follow-line): New function.
17119 (hexl-highlight-line-range): New function.
17120 (hexl-mode-ruler): New function.
17121
17122 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
17123
17124 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
17125 (vc-default-find-file-hook): New fun.
17126 (vc-find-file-hook): Call new find-file-hook operation.
17127
17128 * vc-arch.el: New file.
17129
17130 2004-03-12 Jesper Harder <harder@ifa.au.dk>
17131
17132 * info-look.el (info-lookup): Reuse an existing Info window.
17133
17134 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17135
17136 * woman.el (woman-preserve-ascii): Default value changed to t and
17137 doc string revised.
17138
17139 2004-03-12 Richard M. Stallman <rms@gnu.org>
17140
17141 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17142 Fix minor bug.
17143
17144 * replace.el (occur-engine): Change message for count of matches.
17145
17146 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
17147 For strings, do compare text properties.
17148
17149 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
17150
17151 * progmodes/compile.el (compile-auto-highlight)
17152 (compilation-error-list, compilation-old-error-list)
17153 (compilation-parse-errors-function, compilation-parsing-end)
17154 (compilation-error-message, compilation-directory-stack)
17155 (compilation-enter-directory-regexp-alist)
17156 (compilation-leave-directory-regexp-alist)
17157 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
17158 (compilation-current-file, compilation-regexps): Remove vars.
17159
17160 (compile-error-at-point, compilation-error-filedata)
17161 (compilation-error-filedata-file-name, compile-reinitialize-errors)
17162 (compilation-next-error-locus, compilation-forget-errors)
17163 (count-regexp-groupings, compilation-parse-errors)
17164 (compile-collect-regexps, compile-buffer-substring): Remove funs.
17165
17166 (compile-internal): Make obsolete.
17167
17168 (compilation-first-column, compilation-error)
17169 (compilation-directory-matcher, compilation-page-delimiter)
17170 (compilation-mode-font-lock-keywords, compilation-debug)
17171 (compilation-error-face, compilation-warning-face)
17172 (compilation-info-face, compilation-line-face)
17173 (compilation-column-face, compilation-enter-directory-face)
17174 (compilation-leave-directory-face, compilation-skip-threshold)
17175 (compilation-skip-visited, compilation-context-lines): New vars.
17176
17177 (compilation-warning-face, compilation-info-face)
17178 (compilation-message-face): New faces.
17179
17180 (compilation-error-regexp-alist-alist): New constant.
17181
17182 (compilation-face, compilation-directory-properties)
17183 (compilation-assq, compilation-error-properties, compilation-start)
17184 (define-compilation-mode, compilation-loop)
17185 (compilation-set-window): New functions.
17186
17187 (compile): Additional argument for interactive compiles like TeX.
17188
17189 * progmodes/grep.el (kill-grep): Move here from compile.el
17190 (grep-error, grep-hit-face, grep-error-face)
17191 (grep-mode-font-lock-keywords): New variables.
17192 (grep-regexp-alist): Simplify regexp and add `binary' case.
17193 (grep-mode): New mode.
17194 (grep-process-setup): Simplify.
17195
17196 2004-03-11 Jason Rumney <jasonr@gnu.org>
17197
17198 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
17199 letters on DOS/Windows.
17200
17201 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
17202
17203 * server.el (server-name): New var.
17204 (server-socket-dir): New var to replace server-socket-name.
17205 (server-start): Use them.
17206
17207 2004-03-11 Simon Josefsson <jas@extundo.com>
17208
17209 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
17210 died to avoid infloop. Reported by Jonathan Glauner
17211 <jglauner@sbum.org>.
17212
17213 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17214
17215 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
17216 (smerge-mode-menu): Use it to deactivate menu entries.
17217 (smerge-keep-current): New fun.
17218 (smerge-keep-current): Use it.
17219
17220 2004-03-10 John Paul Wallington <jpw@gnu.org>
17221
17222 * foldout.el (foldout-fold-list, foldout-modeline-string):
17223 Declare them as variables, not constants.
17224
17225 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17226
17227 * ps-print.el: Modification to print *Messages* buffer.
17228 (ps-print-version): New version 6.6.4.
17229 (ps-message-log-max): New fun.
17230 (ps-spool-without-faces, ps-spool-with-faces)
17231 (ps-count-lines-preprint): Code fix.
17232
17233 * printing.el: New tips in Tips section.
17234
17235 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17236
17237 * delim-col.el: Doc fix.
17238
17239 * printing.el: Doc fix. New doc section (Tips).
17240
17241 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17242
17243 * type-break.el (type-break-emacs-variant): Remove.
17244 (type-break-run-at-time, type-break-cancel-function-timers):
17245 Use fboundp rather than version name and number.
17246
17247 2004-03-09 Masatake YAMATO <jet@gyve.org>
17248
17249 * hexl.el (hexl-mode): Use `make-local-variable' instead of
17250 `make-variable-buffer-local'.
17251
17252 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
17253
17254 * find-dired.el (find-dired): Call `shell-command' instead of
17255 `start-process-shell-command'. By this, Tramp takes over
17256 handling of remote directories.
17257
17258 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17259
17260 * newcomment.el (comment-use-global-state): New var.
17261 (comment-search-forward): Use it.
17262
17263 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
17264
17265 * cus-edit.el (fill) <defgroup>: Move to fill.el.
17266
17267 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
17268 (enable-kinsoku): Make it a defcustom.
17269 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
17270 paragraph to same-comment-start-marker.
17271
17272 2004-03-07 Dave Love <fx@gnu.org>
17273
17274 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
17275 (browse-url-mail): Use it.
17276
17277 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
17278 (rfc2368-unhexify-string): Use replace-regexp-in-string.
17279
17280 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17281
17282 * woman.el (woman-man.conf-path): Doc fix.
17283 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
17284
17285 2004-03-07 Eli Zaretskii <eliz@gnu.org>
17286
17287 * sort.el (sort-columns): Remove ms-dos from the list of systems
17288 where the external `sort' command is not used.
17289
17290 2004-03-07 Kim F. Storm <storm@cua.dk>
17291
17292 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
17293 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
17294 from overlay-arrow-variable-list.
17295 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
17296
17297 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
17298
17299 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
17300 overlay arrow string properly for the assembler buffer.
17301
17302 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
17303
17304 * mail/sendmail.el (mail-mode): Fix last change.
17305
17306 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
17307
17308 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
17309 for the assembler buffer.
17310 (gdb-assembler-custom): Position the overlay arrow.
17311 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
17312
17313 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
17314
17315 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
17316
17317 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
17318 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
17319
17320 * mail/sendmail.el (mail-mode): Set comment-start-skip.
17321
17322 * newcomment.el (uncomment-region): Allow non-terminated comment.
17323 (comment-normalize-vars): Check the user-specified comstart marker.
17324
17325 2004-03-04 Jesper Harder <harder@ifa.au.dk>
17326
17327 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
17328 Otherwise, do use it if the region only contains font-lock text
17329 properties.
17330
17331 2004-03-04 Masatake YAMATO <jet@gyve.org>
17332
17333 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
17334 as the callback function for eldoc.
17335 (hexl-print-current-point-info): New function.
17336 (hexl-current-address): Print the address in both decimal
17337 and hexadecimal format.
17338
17339 2004-03-04 Richard M. Stallman <rms@gnu.org>
17340
17341 * mail/rmail.el (rmail-convert-to-babyl-format):
17342 Specify t for UNIBYTE when calling mail-unquote-printable-region.
17343
17344 * mail/mail-utils.el (mail-unquote-printable-region):
17345 New arg UNIBYTE.
17346
17347 * startup.el (command-switch-alist): Doc fix.
17348
17349 * simple.el (undo): Temporarily set this-command to `undo-start',
17350 then set it to `undo' once undo-start returns without error.
17351
17352 * simple.el (minibuffer-history-sexp-flag): Doc fix.
17353
17354 * simple.el (kill-line): Don't disregard trailing whitespace
17355 in eol condition, if show-trailing-whitespace is set.
17356
17357 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
17358 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
17359 When disabling, restore old values only if mouse-sel-has-been-enabled.
17360
17361 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
17362 (isearch-{-char): New function.
17363 (isearch-mode-map): Bind { to isearch-{-char.
17364
17365 * font-lock.el (lisp-font-lock-keywords-2):
17366 Turn off the CL with-... and do-... general patterns.
17367 Instead, recognize several specific with... and do... constructs.
17368
17369 * files.el (switch-to-buffer-other-window):
17370 Bind same-window-buffer-names and same-window-regexps to nil.
17371 (switch-to-buffer-other-frame): Likewise.
17372
17373 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17374
17375 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
17376 recognizing leading comment on code line.
17377
17378 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17379
17380 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
17381 hidden files/directories.
17382
17383 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17384
17385 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
17386 only comment-start (in case the mode hasn't set it).
17387
17388 * Makefile.in (AUTOGENEL): New var.
17389 (bootstrap-prepare): Rename from bootstrap-clean.
17390 Don't remove elc files.
17391 (maintainer-clean): New target.
17392
17393 * xml.el (xml-get-attribute-or-nil): Simplify.
17394
17395 2004-03-02 Juri Linkov <juri@jurta.org>
17396
17397 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
17398 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
17399 URL to prevent their substitution with the environment variable
17400 values by browsers.
17401
17402 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17403
17404 * ps-print.el: Doc fix.
17405 (ps-print-version): New version number (6.6.3).
17406 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
17407 Docstring fix.
17408 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
17409 before printing.
17410 (ps-time-stamp-yyyy-mm-dd): New fun.
17411 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
17412
17413 2004-03-02 Kim F. Storm <storm@cua.dk>
17414
17415 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
17416
17417 2004-03-01 Juanma Barranquero <lektu@terra.es>
17418
17419 * allout.el (allout-rebullet-heading): Fix typo in docstring.
17420
17421 * desktop.el (desktop-file-version)
17422 (desktop-after-read-hook): Fix typos.
17423 (desktop-clear-preserve-buffers): Remove redundant info in
17424 docstring already shown by the obsolescence message.
17425 (desktop-truncate, desktop-internal-v2s)
17426 (desktop-value-to-string): Change argument name to match docstring.
17427
17428 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
17429
17430 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
17431 docstring.
17432
17433 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17434
17435 * printing.el: Replace "As Is..." in PostScript file print/preview by
17436 "No Preprocessing...". Suggested by Colin Marquardt
17437 <_marquardt_@zmd.de>.
17438 (pr-insert-section-4): Adjust buffer interface.
17439
17440 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17441
17442 Version 2.0.39 of Tramp released.
17443
17444 * net/tramp.el (tramp-handle-file-local-copy)
17445 (tramp-handle-write-region, tramp-open-connection-rsh):
17446 Variable name typo. Small change. From Patrick Tullmann
17447 <tullmann@flux.utah.edu>.
17448 (tramp-process-connection-type): New variable.
17449 (tramp-maybe-open-connection): Use it.
17450 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
17451 (tramp-touch): Set last-modified time of a remote file.
17452 (tramp-handle-write-region): Say which function is used when encoding.
17453
17454 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
17455
17456 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
17457 case of non-existing filename, too. Reported by Christoph Bauer
17458 <c_bauer@informatik.uni-kl.de>.
17459 (tramp-smb-get-file-entries): The directory in question should
17460 have permissions "drwxrwxrwx". Just virtual, because we don't
17461 know the real permissions. Don't we know?
17462 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
17463 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
17464 (tramp-smb-wait-for-output): Optimize algorithm getting pending
17465 output. If it was received chunkwise, there have been problems.
17466 Remove the "prompt not found" error message; it is obvious.
17467 Simplify algorithm.
17468 (tramp-smb-process-running): Remove. Since we acknowledge the
17469 virtual prompt for shares, there's no need for distinction of
17470 reading shares (process ends afterwards) and interactive mode of
17471 smblient.
17472 (tramp-smb-open-connection): Setting process sentinel removed.
17473 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
17474 "NT_STATUS_NETWORK_ACCESS_DENIED".
17475 (tramp-smb-maybe-open-connection): Set `process-connection-type'
17476 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
17477 (top-level): Setting default value in `tramp-default-method-alist'
17478 corrected. Order of USER and HOST have been wrong.
17479 Nobody complained for months ...
17480 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
17481 (tramp-smb-open-connection): Clear password cache if login has failed.
17482
17483 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
17484 `tramp-unified-filenames'.
17485 (tramp-completion-mode): Make test for XEmacs explicitely.
17486 `event-to-character' can exists in Emacs packages too.
17487 Reported by Matt Swift <swift@alum.mit.edu>.
17488 (tramp-buffer-name): Buffer name must contain the user if exists.
17489 Reported by Adrian Phillips <a.phillips@met.no>.
17490 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
17491 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
17492 (tramp-do-copy-or-rename-file-out-of-band): Rename from
17493 `tramp-do-copy-or-rename-file-one-local', because it handles also
17494 the case both files use the same out-of-band method.
17495 Implementation added.
17496 (tramp-handle-file-local-copy, tramp-handle-write-region):
17497 Out-of-band handling removed. `copy-file' called instead, which
17498 calls `tramp-do-copy-or-rename-file-out-of-band'.
17499 (tramp-action-password): Check for out-of-band method removed.
17500 This function is used for 'login-program.
17501 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
17502 appropriate.
17503 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
17504 and `tramp-parse-sknownhosts'.
17505 (tramp-completion-function-alist): It's a defvar now, because we
17506 want to apply the optimized `tramp-set-completion-function'
17507 instead of a static list.
17508 (tramp-set-completion-function): Implementation tuned.
17509 Avoid double entries, and entries where the function or the
17510 file/directory doesn't exist.
17511 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
17512 for SSH2.
17513 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
17514 (tramp-handle-dired-compress-file): New function.
17515 (tramp-async-proc): New variable.
17516 (tramp-handle-shell-command): Adding asynchronous processes.
17517 They are far from being perfect, but it works at least for
17518 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
17519 (top-level): Require password.el if visible. Should be mandatory
17520 once No Gnus has found its way into (X)Emacs.
17521 (tramp-read-passwd): Invoke `password-read' if available,
17522 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
17523 fallback any longer.
17524 (tramp-clear-passwd): New function.
17525 (tramp-process-actions, tramp-process-multi-actions):
17526 Clear password cache if login has failed.
17527
17528 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
17529 its own module.
17530 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
17531 `ange-ftp-ftp-name-res'. There could be incorrect values from
17532 previous calls in case the "ftp" method is used in the Tramp file
17533 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17534
17535 2004-02-28 Richard M. Stallman <rms@gnu.org>
17536
17537 * term.el (term-mouse-paste): Call mouse-set-point.
17538
17539 * thumbs.el: New file.
17540
17541 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17542
17543 * progmodes/ebnf-abn.el: Doc fix.
17544
17545 * progmodes/ebnf-bnf.el: Doc fix.
17546 (ebnf-repeat): Code fix.
17547
17548 * progmodes/ebnf2ps.el: Doc fix.
17549 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
17550
17551 2004-02-28 Juri Linkov <juri@jurta.org>
17552
17553 * ffap.el (dired-at-point): Additional writability test for
17554 relative directory names.
17555 (dired-at-point-prompter): Treat directories as a directory, get
17556 the directory component from files.
17557 (ffap-string-at-point): Return string from region if region is active.
17558 (ffap-file-at-point): Remove redundant code.
17559
17560 2004-02-28 Kim F. Storm <storm@cua.dk>
17561
17562 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
17563 Initialize margin area images to nil.
17564 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
17565 (breakpoint-enabled-bitmap-face)
17566 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
17567 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
17568 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
17569 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
17570 (gdb-reset): Use gdb-remove-breakpoint-icons.
17571 (gdb-put-string): Add dprop arg to specify alternative display
17572 property (for setting fringe bitmap).
17573 (gdb-remove-strings): Doc fix.
17574 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
17575 icon in fringe (if available), or else as icon or text in display
17576 margin. Creates necessary icons in breakpoint-bitmap,
17577 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
17578 Also make left window margin if required.
17579 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
17580 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
17581 no longer needed.
17582 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
17583 gdb-put-breakpoint-icon.
17584 (gdb-assembler-mode): Don't set left-margin-width here.
17585
17586 2004-02-27 Kevin Ryde <user42@zip.com.au>
17587
17588 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
17589 comma, so that it DTRT in macros.
17590
17591 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
17592
17593 * progmodes/sh-script.el (sh-shell-arg)
17594 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
17595 (sh-leading-keywords, sh-other-keywords): Fix custom type.
17596
17597 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
17598
17599 * faces.el (face-spec-set-match-display): Add a new attribute,
17600 `min-colors'.
17601 (region, highlight, secondary-selection): Use `min-colors'.
17602
17603 * custom.el (defface): Add documentation for `min-colors'.
17604
17605 * font-lock.el (font-lock-comment-face, font-lock-string-face)
17606 (font-lock-keyword-face, font-lock-function-name-face)
17607 (font-lock-variable-name-face, font-lock-constant-face):
17608 Use `min-colors'.
17609
17610 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
17611
17612 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17613
17614 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
17615 define assq-delete-all if it's not defined.
17616 (ebnf-generate-region): Code fix.
17617
17618 * printing.el: Doc fix.
17619 (pr-version): New version number (6.7.2).
17620 (pr-command): Return empty string if command is an empty string.
17621
17622 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17623
17624 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
17625
17626 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
17627 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
17628 semi-down-full. Fix a bug on productions like test = {"test"}* | (
17629 "tt" ["test"] ). Reported by Markus Dreyer
17630 <mdreyer@ix.urz.uni-heidelberg.de>.
17631 (ebnf-version): New version number (4.0).
17632 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
17633 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
17634 (ebnf-delete-style): New commands.
17635 (ebnf-directory, ebnf-file): New funs.
17636 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
17637 (ebnf-production-name-p, ebnf-stop-on-error): New options.
17638 (ebnf-syntax-alist): New var.
17639 (ebnf-element-width): New fun replacing ebnf-list-width.
17640 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
17641 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
17642 (ebnf-prologue): Adjust vars.
17643 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
17644 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
17645 (ebnf-check-style-values, ebnf-generate-production)
17646 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
17647 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
17648 (ebnf-token-repeat): Code fix.
17649
17650 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
17651 %right, %left and %prec. Suggested by Matthew K. Junker
17652 <junker@alum.mit.edu>.
17653 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
17654
17655 * progmodes/ebnf-iso.el: Doc fix.
17656 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
17657 (ebnf-iso-lex): Code fix.
17658
17659 * progmodes/ebnf-bnf.el: Doc fix.
17660 (ebnf-bnf-lex): Code fix.
17661
17662 * progmodes/ebnf-otz.el: Doc fix.
17663
17664 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
17665
17666 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
17667 (abbrev-prefix-mark): Doc fix.
17668
17669 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
17670
17671 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
17672 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
17673 (gdb-var-delete): Make interactive (really).
17674 (gdb-edit-value): Make non-interactive.
17675
17676 * progmodes/gud.el (gud-speedbar-menu-items):
17677 Add gdb-var-delete and, indirectly, gdb-edit-value.
17678 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
17679 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
17680 (gud-gdb-marker-filter): Add comment for annotations.
17681
17682 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17683
17684 * calendar/calendar.el (generate-calendar)
17685 (calendar-read-date): Prevent display of BC calendars once more -
17686 reverts 2003-10-01 change.
17687 (generate-calendar-month): Doc fix.
17688
17689 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
17690
17691 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
17692 return value of increment-calendar-month.
17693
17694 2004-02-21 Stephen Compall <s11@member.fsf.org>
17695
17696 * saveplace.el (save-place-forget-unreadable-files)
17697 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
17698 (save-place-forget-unreadable-files): New function.
17699 (save-place-alist-to-file): Use it to filter out files that are
17700 no longer readable.
17701
17702 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
17703 current Texinfo environment, using the same method as in
17704 `texinfo-insert-@end', and insert a space rather than a newline if
17705 point in a @table environment.
17706
17707 2004-02-21 Juri Linkov <juri@jurta.org>
17708
17709 * ffap.el (ffap-file-at-point): Try parent directories.
17710
17711 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
17712
17713 * vcursor.el (vcursor-modifiers): New defcustom.
17714 (vcursor-cs-binding): Use vcursor-modifiers instead of a
17715 hard-coded list.
17716
17717 2004-02-21 Masatake YAMATO <jet@gyve.org>
17718
17719 * play/animate.el (animate-birthday-present): Accept names other
17720 than `Sarah', too.
17721
17722 2004-02-21 Juri Linkov <juri@jurta.org>
17723
17724 * startup.el: Remove table of command line arguments from the
17725 Commentary section.
17726
17727 2004-02-20 John Wiegley <johnw@newartisans.com>
17728
17729 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
17730 again" modifier from 'e' to 'E', since 'e' is also used by the
17731 "file extension" modifier.
17732
17733 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
17734
17735 * help-fns.el (describe-categories): Doc fix.
17736
17737 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17738
17739 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
17740 temporary file for buffer already visiting one. This change makes
17741 output likely to be directly usable by patch program.
17742 Suggested by Adrian Aichner <adrian@xemacs.org>
17743
17744 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
17745
17746 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
17747 case of variables defined in compound statements.
17748 (gdb-setup-windows, gdb-source-info, gdb-source-info):
17749 Simplify constructions using switch-to-buffer.
17750
17751 2004-02-19 Simon Josefsson <jas@extundo.com>
17752
17753 * play/morse.el: Fix typo.
17754 (morse-code): Add @.
17755
17756 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
17757
17758 * calendar/appt.el (appt-display-format): Change default to
17759 'ignore, for backwards compatibility.
17760 (appt-display-message): If appt-display-format is 'ignore,
17761 respect old vars appt-msg-window and appt-visible.
17762 (appt-activate): Don't depend on return value of cancel-timer.
17763
17764 * calendar/calendar.el (calendar-holidays): Doc fix.
17765
17766 * calendar/cal-coptic.el (coptic-prompt-for-date):
17767 Use assoc-string instead of assoc-ignore-case.
17768 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
17769 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
17770 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
17771 * calendar/cal-islam.el (calendar-goto-islamic-date)
17772 (mark-islamic-diary-entries): Ditto.
17773 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
17774 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
17775 (calendar-read-mayan-tzolkin-date): Ditto.
17776 * calendar/calendar.el (calendar-read-date): Ditto.
17777 * calendar/diary-lib.el (mark-diary-entries): Ditto.
17778
17779 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
17780
17781 * progmodes/executable.el (executable-command-find-posix-p):
17782 Fix choice of the directory.
17783
17784 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
17785
17786 * simple.el (interprogram-cut-function)
17787 (interprogram-paste-function, kill-new, kill-append):
17788 Doc fixes.
17789 (kill-region): Make it return nil. Doc fix.
17790 (yank-pop): Make its argument optional.
17791 (yank): Make ARG `-' equivalent to `-1'.
17792
17793 2004-02-17 Eli Zaretskii <eliz@gnu.org>
17794
17795 * mail/rmail.el (rmail-get-new-mail): Don't reference
17796 rmail-use-spam-filter if rmail-spam-filter is not loaded.
17797
17798 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
17799
17800 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
17801 if one of global-auto-revert-non-file-buffers or autorevert-mode
17802 is non-nil.
17803
17804 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17805
17806 * subr.el (delete-dups): A better implementation from Karl Heuer
17807 <kwzh@gnu.org>.
17808
17809 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17810
17811 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
17812 correct place.
17813 * progmodes/icon.el (icon-indent-command): Ditto.
17814 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
17815
17816 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17817
17818 * progmodes/grep.el (grep-compute-defaults): Undo change from
17819 2004-01-29: don't use executable-command-find-posix-p.
17820
17821 2004-02-16 Richard Sharman <rsharman@pobox.com>
17822
17823 * hilit-chg.el: Use require instead of eval-and-compile.
17824 (highlight-compare-buffers): New function.
17825
17826 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
17827
17828 * man.el (Man-fontify-manpage): Render section headings in
17829 `Man-overstrike-face' even when overstrike was not used by man
17830 formatter for section headings.
17831
17832 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
17833
17834 * rmail-spam-filter.el (vm-use-spam-filter)
17835 (rsf-min-region-length-added-to-spam-list): New variables.
17836 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
17837 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
17838 spam testing. Don't delete spam message if automatic deletion
17839 after output via variable rmail-delete-after-output is turned on.
17840 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
17841 rsf-bbdb-dont-create-entries-for-spam.
17842 (check-field): New function, extracted from code in
17843 rmail-spam-filter to ease addition of header fields like content-type.
17844 (message-content-type): New variable to check the content-type:
17845 field added, also in defcustom of rsf-definitions-alist.
17846 (rmail-spam-filter): Replace repeated test code for header fields
17847 by calls to check-field; change the call to
17848 rmail-output-to-rmail-file such that rmail-current-message stays
17849 the same to avoid wrong deletion of unseen flags.
17850 (rsf-add-contents-type): New function to convert old format
17851 of rmail-spam-definitions-alist into new one.
17852 Change prefixes of all variables and functions from
17853 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
17854
17855 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17856
17857 * loadhist.el (unload-hook-features-list): New defvar.
17858
17859 2004-02-16 Dave Love <fx@gnu.org>
17860
17861 * loadhist.el (unload-feature): Doc fix. Rename flist to
17862 unload-hook-features-list.
17863
17864 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
17865
17866 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
17867 cookie. Don't check if we are looking-at open-formula.
17868
17869 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
17870
17871 * subr.el (match-string-no-properties): Use substring-no-properties.
17872
17873 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17874
17875 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
17876 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
17877 Use lower-case "rx" in all error message.
17878
17879 2004-02-16 Dave Love <fx@gnu.org>
17880
17881 * emacs-lisp/rx.el (rx-or): Put group around result.
17882 (rx-constituents): Add backref.
17883 (rx-syntax): Add string-delimiter, comment-delimiter.
17884 (rx-categories): Add combining-diacritic.
17885 (rx-check-not, rx-greedy, rx): Doc fix.
17886 (rx-backref, rx-check-backref): New.
17887
17888 2004-02-16 Jesper Harder <harder@ifa.au.dk>
17889
17890 * newcomment.el (uncomment-region): Allow eob as comment end.
17891
17892 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17893
17894 * filecache.el: All message and error commands now use prefix
17895 "Filecache:" to make it easy to read *Messages* buffer.
17896
17897 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17898
17899 * autorevert.el: Add support to detect changed dired and VC buffers.
17900 (auto-revert-active-p, auto-revert-list-diff)
17901 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
17902 (auto-revert-handler, auto-revert-active-p): New functions.
17903 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
17904 and `auto-revert-active-p'.
17905 (eval-when-compile): Defvar dired-directory and vc-mode.
17906 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17907 (auto-revert-handler-vc): New functions.
17908
17909 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17910
17911 * progmodes/compile.el (compilation-directory): New defvar.
17912 (compile): Save current directory in compilation-directory.
17913 (recompile): Bind default-directory to compilation-directory if
17914 that is non-nil.
17915
17916 2004-02-16 Dave Love <fx@gnu.org>
17917
17918 * newcomment.el (comment-insert-comment-function)
17919 (comment-region-function, uncomment-region-function): New.
17920 (comment-indent): Use comment-insert-comment-function.
17921 (uncomment-region): Use uncomment-region-function.
17922 (comment-region): Use comment-region-function.
17923
17924 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
17925
17926 2004-02-16 Richard Stallman <rms@gnu.org>
17927
17928 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
17929 loaddefs* and ldefs-boot*.
17930
17931 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17932
17933 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
17934 and email address at the beginning and end of the address.
17935
17936 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
17937 anchored at the beginning of the email address.
17938
17939 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
17940
17941 * international/ccl.el (ccl-compile-write): Pass `left' to
17942 ccl-embed-code to generate correct code of write-expr-register.
17943
17944 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
17945
17946 * progmodes/grep.el (grep-compute-defaults): Fix typos.
17947
17948 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17949
17950 * x-dnd.el: Mention support for Motif in commentary.
17951 (x-dnd-handle-drag-n-drop-event): Ditto.
17952
17953 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
17954
17955 * ses.el: Use "ses--" prefixes for buffer-local variables.
17956 Use (point-min) instead of 1, even when we know the buffer
17957 is unnarrowed.
17958 (ses-build-load-map): Delete. Distribute its content to defconst's for
17959 the three maps.
17960 (ses-menu, ses-header-line-menu): New menus.
17961 (ses-mode-map): Use them.
17962 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
17963
17964 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
17965
17966 * Makefile.in: Fix the CC Mode recompile kludge so it works
17967 when building in a different directory.
17968
17969 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
17970
17971 * simple.el (kill-new): Put yank-handler property on the entire string.
17972
17973 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17974
17975 * diff.el: Don't use compile any more, use diff-mode instead.
17976 (diff-regexp-alist, diff-old-file, diff-new-file)
17977 (diff-parse-differences, diff-process-setup): Remove.
17978 (diff-sentinel): New fun.
17979 (diff): Use it. Run the process ourselves.
17980 Use diff-mode for the rest of the processing.
17981
17982 * diff.el (diff): Simplify code handling `switch'.
17983
17984 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17985
17986 * pcvs-defs.el (cvs-menu): Add `tag'.
17987
17988 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
17989
17990 * simple.el (kill-append): Doc fix.
17991
17992 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17993 Adapt outline-regexp to the new conventions for commenting out code.
17994
17995 2004-02-11 John Paul Wallington <jpw@gnu.org>
17996
17997 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
17998
17999 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18000
18001 * diff.el (diff-switches): New fun.
18002 (diff, diff-backup): Use it.
18003 (diff): Clean up the args construction. Use backquote.
18004 Use listp instead of consp to avoid putting a nil arg.
18005 (diff): Add a revert-buffer function.
18006
18007 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18008
18009 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
18010 handled by x-dnd-handle-file-name.
18011 (x-dnd-known-types): Add COMPOUND_TEXT.
18012 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
18013 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
18014 x-dnd-empty-state.
18015 (x-dnd-forget-drop): Ditto.
18016 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
18017 (x-dnd-handle-one-url): Return private when inserting text.
18018 (x-dnd-insert-ctext): New function.
18019 (x-dnd-handle-file-name): New function for FILE_NAME.
18020 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
18021 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
18022 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
18023
18024 2004-02-10 Kenichi Handa <handa@m17n.org>
18025
18026 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
18027 instead of while loop.
18028
18029 2004-02-10 Miles Bader <miles@gnu.org>
18030
18031 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
18032
18033 2004-02-09 Kenichi Handa <handa@m17n.org>
18034
18035 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
18036 have end-of-line.
18037
18038 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
18039
18040 * Makefile.in: Added extra dependencies in the recompile target
18041 needed to cope with the compile time macro expansions in CC Mode.
18042
18043 2004-02-09 Kim F. Storm <storm@cua.dk>
18044
18045 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
18046 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
18047 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
18048 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
18049 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
18050 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
18051 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
18052 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
18053 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
18054 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
18055 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
18056
18057 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18058
18059 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
18060 Don't allow shrink if there's a window on our right.
18061
18062 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
18063 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
18064 Bring together declaration and initialization.
18065 (prolog-mode-variables): Don't set the syntax table.
18066 Don't set paragraph-start and comment-indent-function.
18067 Add /*..*/ to the comment regexps.
18068 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
18069 (prolog-mode-map): Don't bind TAB.
18070 (prolog-mode): Set the syntax table.
18071 (prolog-comment-indent): Remove.
18072 (inferior-prolog-mode-map): Initialize in the declaration.
18073 (inferior-prolog-mode-syntax-table)
18074 (inferior-prolog-mode-abbrev-table): New vars.
18075 (inferior-prolog-mode): Derive from comint-mode.
18076 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
18077 minibuffer windows.
18078
18079 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
18080 in file names, as long as it is unabmiguous.
18081
18082 2004-02-08 Andreas Schwab <schwab@suse.de>
18083
18084 * textmodes/reftex-toc.el
18085 (reftex-toc-load-all-files-for-promotion): Remove useless use of
18086 format. Doc fix.
18087
18088 * textmodes/refer.el (refer-find-entry-internal): Remove extra
18089 format string arguments.
18090
18091 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
18092 string argument.
18093
18094 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
18095
18096 * play/zone.el (zone-call): Fix format string.
18097
18098 * net/webjump.el (webjump-builtin): Add missing format string argument.
18099
18100 * midnight.el (midnight-delay-set): Remove extra format string argument.
18101
18102 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
18103
18104 * hexl.el (hexl-insert-char): Add missing format string argument.
18105
18106 * format.el (format-decode): Fix format string.
18107
18108 * emulation/vi.el (vi-mode): Remove extra format string argument.
18109 (vi-repeat-last-search): Likewise.
18110 (vi-reverse-last-search): Likewise.
18111 (vi-goto-mark): Likewise.
18112 (vi-reverse-last-find-char): Likewise.
18113 (vi-repeat-last-find-char): Likewise.
18114 (vi-locate-def): Likewise.
18115
18116 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
18117
18118 * ediff-util.el (ediff-toggle-read-only): Remove extra format
18119 string argument.
18120 (ediff-toggle-regexp-match): Likewise.
18121
18122 * dired-aux.el (dired-do-query-replace-regexp): Add missing
18123 format string argument.
18124
18125 * calc/calc-map.el (calc-get-operator): Remove extra format
18126 string argument.
18127
18128 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
18129
18130 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
18131 string argument.
18132
18133 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
18134
18135 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
18136
18137 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
18138
18139 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
18140 (cl-struct-setf-expander): Likewise.
18141
18142 * vc.el (with-vc-file): Fix unsafe uses of error.
18143 (vc-cancel-version): Likewise.
18144
18145 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
18146
18147 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
18148 thousands separator; fixes <class>:<line-number> regexp for
18149 non-english locales.
18150
18151 2004-02-08 Andreas Schwab <schwab@suse.de>
18152
18153 * view.el (view-mode-enable): Revert previous change.
18154
18155 2004-02-07 Kim F. Storm <storm@cua.dk>
18156
18157 * simple.el (line-number-at-pos): Rename from line-at-pos.
18158 Uses changed (what-line and vc-annotate-warp-version).
18159
18160 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18161
18162 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
18163 (diff-mode): Remove aborted attempt at support for compile.el.
18164 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
18165
18166 2004-02-06 Andreas Schwab <schwab@suse.de>
18167
18168 * view.el (view-mode-enable): Add view-mode-map to
18169 minor-mode-overriding-map-alist.
18170
18171 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18172
18173 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
18174
18175 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
18176
18177 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
18178 with point inside rather than after the paragraph.
18179
18180 2004-02-04 Sam Steingold <sds@gnu.org>
18181
18182 * mail/smtpmail.el (smtpmail-try-auth-methods):
18183 Do not try authentication when no mechanism is available.
18184 Pass port-name as defaultport to `netrc-machine'.
18185
18186 2004-02-04 Stephen Eglen <stephen@gnu.org>
18187
18188 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
18189 to show how minibuffer height can be constrained.
18190
18191 2004-02-04 John Paul Wallington <jpw@gnu.org>
18192
18193 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
18194
18195 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18196
18197 * x-dnd.el: New file for drag and drop.
18198
18199 * term/x-win.el: require x-dnd, set after-make-frame-functions
18200 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
18201 drag-n-drop event.
18202
18203 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
18204 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
18205 (dired-dnd-handle-file): New functions for drag and drop support.
18206 (dired-mode): Initialize drag and drop if x-dnd present.
18207
18208 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
18209
18210 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
18211 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
18212 (cperl-mode): Set fill-paragraph-function.
18213 (cperl-fill-paragraph): Make it non-interactive.
18214
18215 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
18216
18217 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
18218
18219 2004-02-02 David Kastrup <dak@gnu.org>
18220
18221 * replace.el (perform-replace): Allow 'literal argument in
18222 regexp-flag to indicate literal replacement.
18223 (query-replace-regexp-eval): Use it.
18224
18225 2004-02-01 Andreas Schwab <schwab@suse.de>
18226
18227 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
18228
18229 2004-02-01 Stephen Eglen <stephen@gnu.org>
18230
18231 * info-look.el: Add support for maxima-mode. Update commentary
18232 because info-lookup-symbol is now bound to C-h S.
18233
18234 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
18235
18236 * simple.el (edit-and-eval-command): Bind print-level and
18237 minibuffer-history-sexp-flag around call to read-from-minibuffer.
18238 Correct initial position in command-history.
18239
18240 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
18241
18242 * files.el (read-directory-name): Adapt the docstring to recent
18243 change in Fread_file_name.
18244
18245 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
18246
18247 * ses.el (ses-print-cell): If print format too wide for column
18248 width, truncate decimal places if that helps to avoid "#####" fill.
18249 * ses.el (ses-initial-column-width): Revert previous change.
18250
18251 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
18252
18253 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
18254 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
18255 Add edebug info.
18256 (jit-lock-mode): Setup/cancel the new timer.
18257 (jit-lock-context-fontify): New fun. Extracted from
18258 context fontification code of jit-lock-stealth-fontify.
18259 (jit-lock-stealth-fontify): Don't do context fontification any more.
18260
18261 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
18262 (jit-lock-fontify-now): Handle the `quit' case.
18263 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
18264
18265 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
18266
18267 * progmodes/executable.el (executable-command-find-posix-p):
18268 New. Check if find handles arguments Posix-style.
18269
18270 * progmodes/grep.el (grep-compute-defaults):
18271 Use executable-command-find-posix-p.
18272 (grep-find): Check `grep-find-command'.
18273
18274 * filecache.el (file-cache-find-posix-p): Delete.
18275 (file-cache-add-directory-using-find):
18276 Use `executable-command-find-posix-p'.
18277
18278 2004-01-29 Dave Love <fx@gnu.org>
18279
18280 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18281 Iterate the hook function if arg is given.
18282 (mark-defun, narrow-to-defun): Change order of finding the limits.
18283
18284 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
18285 (byte-compile-format-warn): New.
18286 (byte-compile-callargs-warn): Use it.
18287 (Format, message, error): Add byte-compile-format-like property.
18288 (byte-compile-maybe-guarded): New.
18289 (byte-compile-if, byte-compile-cond): Use it.
18290 (byte-compile-lambda): Compile interactive forms,
18291 just to make warnings about them.
18292
18293 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
18294
18295 * ses.el (ses-initial-column-width): Increase to 14, so it will
18296 work well with the default printer of "%.7g" for extreme values
18297 like "-1.234567e+07".
18298
18299 2004-01-29 Kenichi Handa <handa@m17n.org>
18300
18301 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
18302
18303 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
18304
18305 * dos-w32.el: Added support for the `default-printer-name' function.
18306
18307 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
18308
18309 * server.el (server-socket-name): Don't use the hostname in the
18310 socket name since /tmp is local to the host anyway.
18311
18312 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
18313 robust check of widening and fix var-naming.
18314
18315 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
18316
18317 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
18318 or rmail-spam- to rsf- in all function and variable names.
18319 (rsf-min-region-to-spam-list): New variable.
18320 (rsf-bbdb-auto-delete-spam-entries): Rename from
18321 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
18322 scanned together with the recipients field for spam testing; Don't
18323 delete spam message if rmail-delete-after-output is non-nil;
18324 (rsf-check-field): New function, extracted from code in
18325 rmail-spam-filter to ease addition of header fields like
18326 content-type:;
18327 (message-content-type): New variable. The content-type: field was
18328 added also in defcustom of rsf-definitions-alist;
18329 (rmail-spam-filter): Replace repeated test code for header fields
18330 by calls to check-field; change the call to
18331 rmail-output-to-rmail-file such that rmail-current-message stays
18332 the same to avoid wrong deletion of unseen flags.
18333 (rmail-use-spam-filter): Add autoload cookie.
18334
18335 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
18336
18337 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
18338 (file-cache-add-directory-using-find): Add Cygwin support.
18339 (file-cache-find-command-posix-flag): New user variable.
18340
18341 * filecache.el (file-cache-add-directory): Check for
18342 directories an remove them from dir-files.
18343
18344 2004-01-27 Richard M. Stallman <rms@gnu.org>
18345
18346 * man.el (Man-fontify-manpage): Clean up message.
18347
18348 2004-01-27 Kenichi Handa <handa@m17n.org>
18349
18350 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
18351 (sentence-end): Define using sentence-end-without-space.
18352
18353 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
18354 a sentence ends with one of a character in sentence-end-without-space.
18355
18356 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
18357
18358 * font-lock.el (font-lock): Add jit-lock as explicit group member.
18359 (jit-lock): Group declaration moved to jit-lock.el.
18360 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
18361 when necessary.
18362
18363 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
18364 (jit-lock-context-unfontify-pos): Rename from
18365 jit-lock-first-unfontify-pos.
18366 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
18367
18368 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
18369
18370 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
18371 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
18372 (fortran-fill): When filling a string, adjust re-search-backward
18373 argument for special case of string just on fill-column.
18374 When filling non-string, allow one extra char if
18375 fortran-break-before-delimiters is non-nil.
18376 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
18377 Use fortran-break-delimiters-re and fortran-no-break-re to
18378 correctly handle cases such as "**".
18379
18380 * progmodes/f90.el (f90-break-delimiters): Doc fix.
18381 (f90-no-break-re): Add some extra tokens. Doc fix.
18382
18383 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
18384
18385 * mail/rmail-spam-filter.el:
18386 Use two semicolons as Commentary line prefix.
18387 Add ";;; Code:" stylized comment.
18388 Delete end-of-line whitespace.
18389 Wrap (require 'cl) with `eval-when-compile'.
18390
18391 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
18392
18393 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
18394 at the top level of vc.el.
18395
18396 2004-01-23 Andre Spiegel <spiegel@gnu.org>
18397
18398 * vc.el (vc-current-line): Function removed. This is now done by
18399 the new function line-at-pos in simple.el.
18400 (vc-annotate-warp-version): Use line-at-pos instead of
18401 vc-current-line.
18402
18403 2004-01-22 Kim F. Storm <storm@cua.dk>
18404
18405 * simple.el (line-at-pos): New defun.
18406 (what-line): Use it. Optimize by only counting lines in narrowed
18407 region once.
18408
18409 2004-01-22 Kenichi Handa <handa@m17n.org>
18410
18411 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
18412 point (register r1) only for charset mule-unicode-0100-24ff.
18413
18414 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
18415
18416 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
18417 trailing white space and ensure a final newline.
18418
18419 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
18420 Add autoload cookie.
18421
18422 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
18423
18424 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
18425 activate view-mode explicitly.
18426
18427 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18428
18429 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
18430 menu-bar-enable-clipboard and make Paste use clipboard first.
18431
18432 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18433
18434 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
18435 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
18436 (vc-mcvs-cvs): Remove.
18437 (vc-mcvs-command): Remove use of assert.
18438
18439 * outline.el (outline-insert-heading): Tighten up match.
18440 (outline-demote, outline-move-subtree-down): Don't assume anything
18441 about outline-regexp.
18442
18443 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
18444 (texinfo-show-structure): Explicitly add ^, and simplify.
18445
18446 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
18447
18448 * calendar/appt.el (appt-check): Restore usage of
18449 appt-issue-message deleted in previous change.
18450 (top-level): Activate package when loaded (needed for backwards
18451 compatibility).
18452
18453 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18454
18455 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
18456 following previous change to smtpmail-send-data.
18457
18458 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
18459
18460 * vc.el (vc-default-previous-version): Doc enhancement.
18461 (vc-default-next-version): New function.
18462 (vc-print-log): New arg FOCUS-REV.
18463 (vc-annotate-mode): Derive from view-mode.
18464 (vc-annotate): New args REVISION, DISPLAY-MODE.
18465 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
18466 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
18467 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
18468 (vc-annotate-show-diff-revision-at-line, vc-current-line)
18469 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
18470
18471 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
18472
18473 2004-01-19 Karl Berry <karl@gnu.org>
18474
18475 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
18476 or "TexInfo".
18477
18478 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
18479
18480 * subr.el (delete-dups): New function.
18481
18482 2004-01-19 Karl Berry <karl@gnu.org>
18483
18484 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
18485 with ^, since that's what texinfo-show-structure
18486 documentation says (plus it works much better in texinfo.txi).
18487
18488 2004-01-18 Jesper Harder <harder@ifa.au.dk>
18489
18490 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
18491
18492 2004-01-18 David Ponce <david@dponce.com> (tiny change)
18493
18494 * progmodes/which-func.el (which-function-mode): Don't cancel
18495 which-func-update-timer if not set.
18496
18497 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
18498
18499 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
18500 Remove spurious left square bracket in XX:XXam regexp.
18501
18502 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
18503
18504 * progmodes/cc-defs.el: Do not require cl at run time.
18505
18506 2004-01-16 Richard M. Stallman <rms@gnu.org>
18507
18508 * emacs-lisp/cl.el (cl-cannot-unload): New function.
18509 (cl-unload-hook): Defvar this to run cl-cannot-unload.
18510
18511 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
18512 Call rmail-spam-filter. Delete and expunge spam.
18513 Print number of spam messages deleted.
18514 Save and restore the deletion status of old messages when reading
18515 new mail with spam filter, so that expunging spam does not expunge
18516 msgs deleted by the user.
18517 (rmail-only-expunge): Add an optional argument dont-show to
18518 prevent showing message after expunge.
18519
18520 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
18521
18522 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
18523 * subr.el (declare): New macro.
18524
18525 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
18526
18527 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
18528
18529 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
18530
18531 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18532 Test window-system rather than system-type (for X11/Mac).
18533
18534 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
18535
18536 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
18537
18538 2004-01-12 Richard M. Stallman <rms@gnu.org>
18539
18540 * mail/rmail.el (rmail-convert-to-babyl-format):
18541 Use mail-unquote-printable-region.
18542 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
18543 (rmail-hex-char-to-integer): Functions deleted.
18544
18545 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
18546 (mail-unquote-printable-region): New arg NOERROR.
18547 For invalid encoding, either signal an error to just return nil.
18548
18549 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18550
18551 * calendar/appt.el: Update copyright and commentary.
18552 (appt-issue-message): Make obsolete.
18553 (appt-visible, appt-msg-window): Make obsolete, in favour of
18554 appt-display-format.
18555 (appt-display-mode-line, appt-display-duration)
18556 (appt-display-diary, appt-time-msg-list, appt-mode-string)
18557 (appt-prev-comp-time, appt-display-count, appt-timer)
18558 (appt-convert-time): Doc change.
18559 (appt-disp-window-function, appt-delete-window-function):
18560 Use defcustom rather than defvar.
18561 (appt-display-format): New variable.
18562 (appt-display-message): New function with display code from appt-check.
18563 (appt-check): Add optional FORCE argument. Doc change.
18564 Add appt-make-list to diary-hook if displaying diary.
18565 Remove checking of view-diary-entries-initially.
18566 Message display section removed to new function appt-display-message.
18567 (appt-display-window): Doc change. Remove unused internal var
18568 this-buffer. Do not beep, since appt-display-message does that.
18569 (appt-make-list): Doc change. Use caar.
18570 (appt-sort-list): Simplify by using builtin sort function.
18571 (appt-update-list): New function for updating appts when diary is
18572 saved.
18573 (appt-activate): New autoloaded function to toggle package
18574 functionality.
18575
18576 * calendar/cal-x.el: (calendar-one-frame-setup)
18577 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
18578
18579 * calendar/calendar.el: Update copyright.
18580 (view-diary-entries-initially, european-calendar-style): Doc change.
18581 (calendar-setup): Make defcustom rather than defvar.
18582 (mark-visible-calendar-date): Initialize temp-face and faceinfo
18583 in let binding so local to function.
18584
18585 * calendar/diary-lib.el: Update copyright.
18586 (diary, diary-entry-time): Doc change.
18587 (list-diary-entries): Doc change. Trivial logic change.
18588 (fancy-diary-display): Restore make-face command mistakenly
18589 deleted 2003-05-08.
18590 (show-all-diary-entries): Allow to pop-up frame if needed.
18591
18592 2004-01-09 John Paul Wallington <jpw@gnu.org>
18593
18594 * bindings.el (mode-line-change-eol): Add EVENT parameter.
18595 Temporarily select EVENT's window for changing eol type.
18596
18597 2004-01-09 Deepak Goel <deego@gnufans.org>
18598
18599 * calendar/diary-lib.el (diary-entry-time):
18600 Also accept time in the form XX[.XX][am/pm/AM/PM].
18601 (fancy-diary-font-lock-keywords): Likewise.
18602 (diary-font-lock-keywords): Likewise.
18603 * calendar/appt.el (appt-add): Likewise.
18604 (appt-make-list): Likewise.
18605 (appt-convert-time): Likewise.
18606
18607 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
18608
18609 * gdb-ui.el (gdb-ann3): Revert previous change.
18610 (gdb-source-info): Allow for case of where compilation directory
18611 is not recorded.
18612
18613 2004-01-08 John Paul Wallington <jpw@gnu.org>
18614
18615 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
18616
18617 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
18618
18619 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
18620
18621 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
18622 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
18623 problems.
18624 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
18625
18626 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
18627
18628 * files.el (write-file-functions, write-contents-functions):
18629 Clarify docstrings.
18630
18631 2004-01-07 Kenichi Handa <handa@m17n.org>
18632
18633 * international/mule.el (set-auto-coding): Fix for the case that
18634 end-of-line is only CR.
18635
18636 2004-01-07 Kim F. Storm <storm@cua.dk>
18637
18638 * subr.el (event-start, event-end): Doc fix.
18639 (posn-string, posn-image): New defuns.
18640 (posn-object): Return either image or string object.
18641 (posn-object-x-y): Return 8th element of position.
18642 (posn-object-width-height): New defun.
18643
18644 2004-01-06 Andreas Schwab <schwab@suse.de>
18645
18646 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
18647 output.
18648
18649 2004-01-05 Karl Berry <karl@gnu.org>
18650
18651 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
18652 / and *, too.
18653
18654 2003-12-31 Simon Josefsson <jas@extundo.com>
18655
18656 * files.el (before-save-hook): Add.
18657 (basic-save-buffer): Use before-save-hook.
18658
18659 * emacs-lisp/copyright.el: Fix comment to recommend
18660 before-save-hook instead of write-file-functions.
18661
18662 2004-01-05 Richard M. Stallman <rms@gnu.org>
18663
18664 * finder.el (finder-commentary): Call delete-other-windows.
18665
18666 * net/ange-ftp.el (ange-ftp-file-attributes):
18667 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
18668
18669 2004-01-04 Karl Berry <karl@gnu.org>
18670
18671 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
18672 comment characters % and # in the copyright year notice,
18673 as well as ;.
18674
18675 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
18676
18677 * wid-edit.el (default): Define dummy :value-delete.
18678 Reported by Jesper Harder <harder@ifa.au.dk>.
18679
18680 2004-01-03 Richard M. Stallman <rms@gnu.org>
18681
18682 * progmodes/compile.el (compile-internal): Use point, not point-min,
18683 for set-window-point.
18684
18685 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
18686
18687 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
18688
18689 * progmodes/grep.el (grep-mode-map):
18690 Don't remap next-line, previous-line.
18691
18692 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
18693
18694 * speedbar.el (speedbar-edit-line): Change regexp to position
18695 the cursor on the first character of this line's button.
18696
18697 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
18698
18699 * subr.el (functionp): Doc fix.
18700
18701 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
18702
18703 * progmodes/idlwave.el (idlwave-make-tags):
18704 * textmodes/flyspell.el (flyspell-large-region):.
18705 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
18706 * emulation/viper-util.el (viper-glob-unix-files):
18707 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
18708 * man.el (Man-init-defvars):
18709 * jka-compr.el (jka-compr-call-process):
18710 * files.el (get-free-disk-space,insert-directory):
18711 * ediff-ptch.el (ediff-test-patch-utility):
18712 * ediff-diff.el (ediff-test-utility):
18713 * dired-aux.el (dired-check-process):
18714 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
18715 test the return value of call-process, because it can be a string.
18716
18717 2003-12-31 John Paul Wallington <jpw@gnu.org>
18718
18719 * bindings.el (completion-ignored-extensions): Add .pfsl.
18720
18721 2003-12-31 Kim F. Storm <storm@cua.dk>
18722
18723 * ido.el (ido-nonreadable-directory-p): New defun to check for
18724 nonreadable directory without activating tramp (to avoid problems
18725 with checking incomplete tramp paths).
18726 (ido-set-current-directory, ido-file-internal)
18727 (ido-file-name-all-completions1): Use it.
18728
18729 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
18730
18731 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
18732 documentation if the anchor (or node) name is preceded by `info
18733 anchor' or `Info anchor' in addition to earlier `info node' and
18734 `Info node'.
18735 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
18736
18737 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18738
18739 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
18740 error in arguments to base64-decode-region. Remove ^M characters
18741 after decoding base64.
18742
18743 2003-12-30 Simon Josefsson <jas@extundo.com>
18744
18745 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
18746 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
18747 have only been distributed with Emacs for some years.
18748 (texinfo-mode-hook): Customize.
18749
18750 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18751
18752 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
18753 cleaner (suggested by Richard Stallman).
18754
18755 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
18756 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
18757 file-name clashes on 8+3 DOS filesystems.
18758
18759 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
18760 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
18761 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
18762 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
18763 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
18764 file-name clashes on 8+3 filesystems.
18765
18766 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
18767 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
18768 file-name clashes on 8+3 DOS filesystems.
18769
18770 2003-12-29 Richard M. Stallman <rms@gnu.org>
18771
18772 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
18773 Upcase the character.
18774
18775 * textmodes/flyspell.el (mail-mode-flyspell-verify):
18776 Search for header separator alone on a line, literally,
18777 and search for it backward, not forward.
18778 (flyspell-abbrev-table): Always use global-abbrev-table
18779 if there is no local one.
18780
18781 * progmodes/sh-script.el (sh-get-indent-info):
18782 Don't move point back if at bob.
18783
18784 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
18785
18786 * play/handwrite.el (handwrite): Make the handwrite credit message
18787 a comment rather than an output command.
18788
18789 * obsolete/sc.el: Display message that this file is obsolete.
18790
18791 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
18792
18793 * mail/rfc822.el (rfc822-address-start): Declare variable.
18794 Renamed from address-start. All uses changed.
18795
18796 * term.el (term-exec): Set up sentinel.
18797 (term-sentinel): New function.
18798 (term-handle-exit): New function.
18799
18800 * subr.el (assoc-ignore-case, assoc-ignore-representation):
18801 Use assoc-string, and mark them obsolete.
18802 (delay-mode-hooks): Mark as permanent local.
18803
18804 * simple.el (sendmail-user-agent-compose): Use assoc-string.
18805
18806 * register.el (copy-rectangle-to-register): Doc fix.
18807
18808 * info.el (Info-insert-dir): Use assoc-string.
18809
18810 * info-look.el (info-lookup): Use assoc-string.
18811
18812 * frame.el (pop-up-frame-function): Use quote, not `function'.
18813 (frame-notice-user-settings): Calculate ADJUSTED-TOP
18814 copying with lists as coordinate values.
18815
18816 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
18817
18818 * find-dired.el (kill-find): New command.
18819 (find-dired): Make buffer read-only.
18820 Set up a keymap with C-c C-k running kill-find.
18821 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
18822
18823 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
18824
18825 * filecache.el (file-cache-ignore-case): New variable.
18826 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
18827
18828 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
18829 (comint-dynamic-complete-as-filename): Rename local vars.
18830 (comint-dynamic-list-filename-completions): Likewise.
18831
18832 * comint.el (comint-dynamic-list-completions-config): New var.
18833 (comint-dynamic-list-completions): Handle both SPC and TAB right.
18834
18835 * comint.el (comint-file-name-chars): Add [].
18836 (comint-word): Use skip-chars-backward, not search.
18837
18838 * shell.el (shell-file-name-chars): Add [].
18839
18840 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
18841
18842 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
18843
18844 * generic.el (define-generic-mode): Doc fix.
18845
18846 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18847
18848 * files.el (kill-some-buffers): Doc fix.
18849
18850 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
18851
18852 * comint.el (comint-watch-for-password-prompt): Pass `string' as
18853 arg to send-invisible
18854 (send-invisible): Doc fix. The argument is now a prompt, not the
18855 string to send.
18856 (comint-read-noecho): Doc fix.
18857
18858 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
18859
18860 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
18861 "@", as required by some ISP hosting service. Fix defcustom
18862 argument syntax errors that prevented use of customization.
18863
18864 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18865
18866 * xml.el (xml-get-attribute-or-nil): Doc fix.
18867
18868 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
18869
18870 * net/zone-mode.el (zone-mode): Use write-file-functions, not
18871 write-file-hooks.
18872
18873 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
18874
18875 * autorevert.el (auto-revert-interval): Doc fix.
18876
18877 2003-12-29 Mark A. Hershberger <mah@everybody.org>
18878
18879 * xml.el (xml-get-attribute-or-nil): New function, like
18880 xml-get-attribute, but returns nil if the attribute was not found.
18881 (xml-get-attribute): Convert to defsubst, uses
18882 xml-get-attribute-or-nil.
18883
18884 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18885
18886 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
18887
18888 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
18889
18890 * custom.el (custom-declare-theme): Use `value' when putting
18891 properties on `theme'.
18892
18893 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
18894
18895 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
18896 for each yank-handler segment.
18897 (insert-for-yank-1): New function, with the body of the previous
18898 insert-for-yank.
18899
18900 * textmodes/table.el (table-yank-handler): New defcustom.
18901 (table--put-cell-indicator-property): Put yank-handler property
18902 that indicates the yank handler for the table cell.
18903
18904 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
18905
18906 * generic-x.el (etc-modules-conf-generic-mode): A more complete
18907 set of keywords.
18908
18909 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18910
18911 * international/mule-cmds.el (reset-language-environment)
18912 (set-language-environment): Don't invoke fontset-related functions
18913 if fontset-list is not fboundp.
18914
18915 2003-12-29 Kenichi Handa <handa@m17n.org>
18916
18917 * international/mule-cmds.el (reset-language-environment):
18918 Call set-overriding-fontspec-internal with nil.
18919 (set-language-environment): Call set-overriding-fontspec-internal
18920 if the language environment specify `overriding-fontspec'.
18921 (language-info-alist): Doc added.
18922
18923 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
18924 characters of mule-unicode-0100-24ff.
18925 (ccl-encode-windows-1251-font): New CCL program.
18926 ("Bulgarian"): Specify overriding-fontspec.
18927 ("Belarusian"): Likewise.
18928
18929 2003-12-28 Sam Steingold <sds@gnu.org>
18930
18931 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
18932 parameter ID-FORMAT to conform with the 2003-11-30 patch.
18933
18934 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
18935
18936 * progmodes/gud.el (gud-gdb-command-name): Set default to
18937 "gdb --annotate=3".
18938 (gud-gdb-marker-filter): Look out for annotations.
18939 (gdb-first-pre-prompt): New variable.
18940 Remove trailing white space.
18941
18942 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
18943 if necessary.
18944 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
18945 annotations are detected.
18946 (gud-gdba-marker-filter): Use global variable gud-marker-acc
18947 instead of a local one to allow transition from
18948 gud-gdb-marker-filter.
18949 Remove trailing white space.
18950
18951 2003-12-27 Kim F. Storm <storm@cua.dk>
18952
18953 * ido.el: Handle non-readable directories.
18954 (ido-decorations): Add 9th element for non-readable directory.
18955 (ido-directory-nonreadable): New dynamic var.
18956 (ido-set-current-directory): Set it.
18957 (ido-read-buffer, ido-file-internal):
18958 (ido-read-file-name, ido-read-directory-name): Let-bind it.
18959 (ido-file-name-all-completions1): Return empty list for
18960 non-readable directory.
18961 (ido-exhibit): Print [Not readable] if directory is not readable.
18962 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
18963 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
18964 Use it.
18965
18966 2003-12-27 Lars Hansen <larsh@math.ku.dk>
18967
18968 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
18969 calls to directory-files-and-attributes and file-attributes.
18970 (ls-lisp-format): Remove system dependent handling of user and
18971 group id's.
18972
18973 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
18974
18975 * ffap.el (ffap-read-file-or-url): Revert previous change.
18976
18977 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
18978
18979 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
18980 new list of included files called `files-with-node-lines', that
18981 only have node lines. This way @include commands can include any
18982 file, such as version and update files without node lines, not
18983 just files that are chapters.
18984
18985 2003-12-25 Andreas Schwab <schwab@suse.de>
18986
18987 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
18988 file not found.
18989
18990 2003-12-08 Miles Bader <miles@gnu.org>
18991
18992 * dired.el (dired-between-files): Always use dired-move-to-filename,
18993 which is more robust in non-english locales.
18994
18995 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
18996
18997 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
18998
18999 2003-12-24 Andreas Schwab <schwab@suse.de>
19000
19001 * shell.el (shell-file-name-quote-list): Add backslash.
19002
19003 * comint.el (comint-quote-filename): Correctly handle backslash
19004 in comint-file-name-quote-list.
19005
19006 2003-12-24 Kenichi Handa <handa@m17n.org>
19007
19008 * international/mule-cmds.el (set-default-coding-systems):
19009 Call ucs-set-table-for-input for all buffers that don't have local
19010 value of buffer-file-coding-system.
19011
19012 * international/ucs-tables.el (ucs-set-table-for-input):
19013 If translation-table-for-encode is a symbol, get its
19014 translation-table property.
19015
19016 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
19017
19018 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
19019 to `completing-read' on a recently fixed bug.
19020
19021 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
19022 instead of SPACE, to get the list of possible fringe modes.
19023 SPACE only works if both `partial-completion-mode' and
19024 `completion-auto-help' are nil.
19025
19026 * complete.el (PC-is-complete-p): Delete.
19027 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
19028 calls to `test-completion'.
19029
19030 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
19031
19032 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
19033 to edit values when there are no children.
19034
19035 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
19036 a mode called "Assembler" already exists.
19037 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
19038 (gud-watch): Use format option. Remove font properties from string.
19039 (gdb-var-create-handler, gdb-var-list-children-handler):
19040 Don't bother about properties as there are none.
19041 (gdb-var-create-handler, gdb-var-list-children-handler)
19042 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
19043 with two arguments.
19044 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
19045 Let speedbar show value changes with a different font.
19046 (gdb-edit-value): New defun.
19047 (gdb-clear-partial-output, gdb-clear-inferior-io)
19048 (def-gdb-auto-update-handler): Use erase-buffer.
19049 (gdb-frame-handler): Display watch expressions in
19050 FUNCTION::VARIABLE format if required.
19051
19052 2003-12-23 John Paul Wallington <jpw@gnu.org>
19053
19054 * info.el (Info-unescape-quotes, Info-split-parameter-string)
19055 (Info-goto-emacs-command-node): Doc fixes.
19056
19057 2003-12-12 Jesper Harder <harder@ifa.au.dk>
19058
19059 * cus-edit.el (custom-add-parent-links): Define "many".
19060
19061 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
19062
19063 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
19064 (widget-child-validate, widget-type-value-create)
19065 (widget-type-default-get, widget-type-match): New functions.
19066 (lazy): New widget.
19067 (menu-choice, checklist, radio-button-choice, editable-list)
19068 (group, documentation-string): Remove redundant (per 2003-10-25
19069 change) calls to `widget-children-value-delete'.
19070 (widget-choice-value-get, widget-choice-value-inline): Remove.
19071 (menu-choice): Update widget.
19072
19073 2003-12-03 Kenichi Handa <handa@m17n.org>
19074
19075 * language/cyrillic.el: Register "microsoft-cp1251" in
19076 ctext-non-standard-encodings-alist.
19077 ("Bulgarian"): Add ctext-non-standard-encodings.
19078 ("Belarusian"): Likewise.
19079
19080 * international/mule-conf.el (compound-text-with-extensions):
19081 Change the type to 2 (iso-2022 base).
19082
19083 * international/mule.el (ctext-non-standard-encodings-alist):
19084 Change the format.
19085 (ctext-non-standard-encodings): New variable.
19086 (ctext-post-read-conversion): Fully re-written.
19087 (ctext-non-standard-designations-alist): Delete it.
19088 (ctext-non-standard-encodings-table): New function.
19089 (ctext-pre-write-conversion): Fully re-written.
19090
19091 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
19092
19093 * cus-edit.el (custom-add-parent-links): Add documentation links
19094 for parent, if the item has none of its own.
19095
19096 2003-11-30 Richard M. Stallman <rms@gnu.org>
19097
19098 * dired-aux.el (dired-do-query-replace-regexp):
19099 Report files visited read-only.
19100
19101 2003-11-30 Juri Linkov <juri@jurta.org>
19102
19103 * dired-aux.el (dired-compare-directories): New command.
19104 (dired-file-set-difference, dired-files-attributes): New functions.
19105
19106 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
19107 Version 2.0.38 of Tramp released.
19108
19109 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
19110 Charles Curley <charlescurley@charlescurley.com>.
19111 (tramp-multi-connection-function-alist): Add ssht entry which adds
19112 "-e none -t -t" to the list of ssh args. Suggested by Adrian
19113 Aichner.
19114 (tramp-get-method-parameter): New function to retrieve a method
19115 parameter. This allows for omission of method parameters.
19116 Callers adjusted.
19117
19118 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
19119
19120 * net/tramp.el: Add new optional parameter ID-FORMAT to
19121 `file-attributes'. Calls of `file-attributes' won't use this
19122 parameter for backward compatibility reasons.
19123 (tramp-perl-file-attributes): Add a new parameter to Perl script
19124 in order to handle uid/gid as strings, if desired.
19125 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
19126 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
19127 order to make the function more general.
19128 (tramp-handle-file-attributes): Replace proprietary optional
19129 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
19130 (tramp-handle-file-attributes-with-perl): Handle parameter
19131 NONNUMERIC if set. This wasn't done in the past.
19132 (tramp-post-connection): Apply second parameter "$2" if
19133 `tramp-remote-perl' is called.
19134
19135 * net/tramp-smb.el (tramp-smb-handle-delete-file):
19136 Correct cut'n'waste error (`filename' instead of `directory').
19137 (tramp-smb-handle-directory-files-and-attributes)
19138 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
19139 introduced parameter ID-FORMAT.
19140 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
19141 error (`directory' instead of `ldir').
19142
19143 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
19144 `file-attributes' has a second parameter. If yes, apply it with
19145 value "'integer". Otherwise, don't use that parameter (default is
19146 integer format).
19147
19148 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
19149
19150 * help.el (help-map): Bind `display-local-help' to `C-h .'.
19151 (help-for-help): Add `C-h .' to the listed Help options.
19152 Remove trailing whitespace.
19153
19154 * help-at-pt.el: New file.
19155
19156 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
19157
19158 * subr.el (noreturn, 1value): New macros for test coverage.
19159 See `testcover.el'.
19160
19161 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
19162
19163 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
19164 for macro `1value'.
19165 (testcover-1value): New function. Checks that a 1value form
19166 actually returns only one value. Requested by RMS.
19167
19168 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
19169
19170 * gdb-ui.el (gud-watch, gdb-var-create-handler)
19171 (gdb-var-list-children, gdb-var-list-children-handler)
19172 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
19173 gdb commands that use mi to keep them out of the command history.
19174
19175 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19176
19177 * cus-start.el (all): Add use-file-dialog.
19178
19179 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19180
19181 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
19182
19183 2003-11-27 Kim F. Storm <storm@cua.dk>
19184
19185 * subr.el (posn-object-x-y): New defun.
19186
19187 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
19188
19189 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
19190 Don't use `space' for \\\n.
19191 Be more selective as to which # are comment-starters.
19192
19193 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
19194
19195 * subr.el (number-sequence): Improve handling of floating point
19196 arguments (suggested by Kim Storm). Allow negative arguments.
19197
19198 2003-11-26 Kenichi Handa <handa@m17n.org>
19199
19200 * international/mule-cmds.el (standard-display-european-internal):
19201 Cancel the standard-display-table setting for ` and '.
19202
19203 2003-11-26 Kim F. Storm <storm@cua.dk>
19204
19205 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
19206 New defcustoms to add ffap-like functionality to ido.
19207 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
19208 (ido-no-final-slash): New defun.
19209 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
19210 (ido-read-file-name): ): Toggle VC checking via
19211 vc-handled-backends instead of vc-master-templates.
19212 (ido-file-internal): Handle ido-use-url-at-point and
19213 ido-use-filename-at-point via code borrowed from ffap-guesser.
19214 Handle new ido-exit code ffap.
19215 (ido-sort-list): Ignore final slash when sorting file names.
19216
19217 2003-11-25 Kim F. Storm <storm@cua.dk>
19218
19219 * emulation/cua-base.el (cua--standard-movement-commands):
19220 Add forward-sentence and backward-sentence.
19221
19222 2003-11-25 Stephen Eglen <stephen@gnu.org>
19223
19224 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
19225 iswitchb-exit is set to 'usefirst when user selects buffer at head
19226 of list using RET. (Selecting buffers at the head of the list was
19227 broken if the substring was also a complete buffername.)
19228
19229 2003-11-23 Kim F. Storm <storm@cua.dk>
19230
19231 * progmodes/compile.el (grep-command, grep-use-null-device)
19232 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
19233 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
19234 (grep-regexp-alist, grep-program, find-program)
19235 (grep-find-use-xargs, grep-history, grep-find-history)
19236 (grep-process-setup, grep-compute-defaults)
19237 (grep-default-command, grep, grep-tag-default, grep-find)
19238 (grep-expand-command-macros, grep-tree-last-regexp)
19239 (grep-tree-last-files, grep-tree): Move grep variables, functions
19240 and commands to new file grep.el.
19241 (compilation-mode-map): Remove grep commands from Compile sub-menu.
19242 (compilation-process-setup-function): Doc fix.
19243 (compilation-highlight-regexp, compilation-highlight-overlay): New
19244 defvars used for highlighting current compile error in source buffer.
19245 (compile-internal): New optional args HIGHLIGHT-REGEXP and
19246 LOCAL-MAP which overrides compilation-highlight-regexp and
19247 compilation-mode-map for this compilation.
19248 Delay calling compilation-set-window-height until after running
19249 compilation-process-setup-function so it can buffer-local override
19250 compilation-window-height.
19251 Check buffer-local value of compilation-scroll-output.
19252 (compilation-set-window-height): Use buffer-local value of
19253 compilation-window-height.
19254 (compilation-revert-buffer): Don't pass (undefined)
19255 preserve-modes arg to revert-buffer.
19256 (next-error-no-select, previous-error-no-select): New commands.
19257 (compilation-goto-locus): Temporarily highlight current match in
19258 source buffer using compilation-highlight-regexp.
19259
19260 * progmodes/grep.el: New file with grep code from compile.el.
19261 (grep): New defcustom group.
19262 (grep-window-height): New defcustom, like compilation-window-height.
19263 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
19264 (grep-scroll-output): New defcustom, like compilation-scroll-output.
19265 (grep-command, grep-use-null-device, grep-find-command)
19266 (grep-tree-files-aliases, grep-tree-ignore-case)
19267 (grep-tree-ignore-CVS-directories): Move to grep custom group.
19268 (grep-setup-hook): New hook variable.
19269 (grep-mode-map): New keymap for grep commands. Add Grep menu.
19270 (grep-last-buffer): New defvar, override compilation-last-buffer.
19271 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
19272 Call compile-internal with args highlight-regexp and grep-mode-map.
19273
19274 2003-11-23 Kim F. Storm <storm@cua.dk>
19275
19276 * subr.el (event-start, event-end): Doc fix.
19277 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
19278 (posn-area, posn-actual-col-row, posn-object): New defuns.
19279 (posn-col-row): Simplify doc. Rewrite to use cond.
19280 (posn-point): Also return buffer position for events outside text
19281 area (that info is now present in the event position).
19282
19283 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
19284 mouse-set-point so that hscroll still works now that clicks on
19285 fringes generate specific mouse events.
19286 (mouse-set-point): Note that it now works in fringes and margins
19287 too due to new semantics of posn-point in fringes and margins.
19288
19289 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
19290 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
19291
19292 2003-11-20 Kim F. Storm <storm@cua.dk>
19293
19294 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
19295 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
19296 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
19297 to 100 for icons to avoid increasing line height when shown.
19298
19299 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19300
19301 * newcomment.el (comment-normalize-vars): Initialize properly if
19302 comment-start was nil.
19303
19304 2003-11-19 Andreas Schwab <schwab@suse.de>
19305
19306 * simple.el (set-variable): Fix indentation.
19307
19308 2003-11-17 Kenichi Handa <handa@m17n.org>
19309
19310 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
19311 Fix docstring.
19312
19313 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19314
19315 * international/latin1-disp.el (latin1-display): Fix docstring.
19316
19317 2003-11-16 John Wiegley <johnw@newartisans.com>
19318
19319 * eshell/em-ls.el (eshell-ls-file): There are times with
19320 size-width is nil and uncomputed (when directories are created in
19321 dired, for example); in this case, 4 is reasonable default value,
19322 although it may caused skewed new entries (which could be avoided
19323 by returning the original value of 8 in all cases, but 99% of the
19324 time this is a waste of whitespace).
19325
19326 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
19327
19328 * cc-engine.el (c-guess-continued-construct)
19329 (c-guess-basic-syntax): Check a little more carefully if it's a
19330 function declaration when an unknown construct followed by a block
19331 is found inside a statement context. This avoids macros followed
19332 by blocks to be taken as function declarations.
19333
19334 (c-guess-continued-construct): Change the analysis of a statement
19335 continuation with a brace open to `substatement-block', for
19336 consistency with recognized statements.
19337
19338 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
19339 start is in a position so that `c-beginning-of-statement-1' jumped
19340 to the beginning of the same statement.
19341
19342 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
19343 Don't accept binary operators in the arglist if we're in a function
19344 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
19345 template recognition in cases like "if (a < b || c > d)".
19346
19347 (c-restricted-<>-arglists): New more appropriate name for
19348 `c-disallow-comma-in-<>-arglists'.
19349
19350 Accessing functions updated for the variable name change.
19351
19352 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
19353 match data could get clobbered if NOT-INSIDE-TOKEN is used.
19354
19355 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
19356 labels.
19357
19358 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
19359 instead of duplicating parts of it. This fixes bogus label
19360 recognition.
19361
19362 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
19363 of checking the context in which to apply the minimum indentation,
19364 so that it isn't enforced in e.g. namespace blocks.
19365
19366 * cc-vars.el (c-inside-block-syms): New constant used by
19367 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
19368 to somewhat reduce the risk of becoming stale.
19369
19370 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
19371 cc-cmds to cc-engine to allow use from cc-align.
19372
19373 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
19374 qualified identifiers containing "::".
19375
19376 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
19377 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
19378
19379 * cc-vars.el (c-emacs-features): Use a space in front of the name
19380 of the temporary buffer. That also avoids dumping problems in
19381 XEmacs due to undo info being left around after the buffer is killed.
19382
19383 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
19384 arglist to see if it's a K&R style declaration.
19385
19386 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
19387 before returning `knr-argdecl-intro'.
19388
19389 2003-11-16 John Wiegley <johnw@newartisans.com>
19390
19391 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
19392 field in a long-listing always 8 characters, use `size-width',
19393 which has already been computed.
19394
19395 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
19396
19397 * subr.el (minor-mode-list): Add `hs-minor-mode'.
19398
19399 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19400
19401 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
19402 Support operation while narrowed, with `diff-restrict-view'.
19403
19404 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19405
19406 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19407 Take additional optional arg NARROWFUN. For the generated functions:
19408 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
19409 include frags that arrange to check for and save narrowing state before
19410 the move and then conditionally call NARROWFUN after the move.
19411
19412 2003-11-14 John Wiegley <johnw@newartisans.com>
19413
19414 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
19415 that was optional, but obviously missing based on surrounding code.
19416
19417 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
19418 string arguments to numbers unless the whole argument was seen as
19419 a number.
19420
19421 2003-11-14 Kenichi Handa <handa@m17n.org>
19422
19423 * international/mule.el (ctext-non-standard-encodings-alist):
19424 Fix coding systems.
19425
19426 2003-11-10 Kenichi Handa <handa@m17n.org>
19427
19428 * language/kannada.el ("Kannada"): Add sample-text.
19429
19430 * language/knd-util.el (kannada-compose-region)
19431 (kannada-compose-string, kannada-post-read-conversion):
19432 Add autoload cookie.
19433
19434 * international/quail.el (quail-completion): Change the message
19435 "corresponding translations" to "corresponding characters".
19436
19437 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
19438
19439 * descr-text.el (describe-char): Fix typo.
19440
19441 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
19442
19443 These changes are to support Kannada language/script.
19444
19445 * Makefile.in (DONTCOMPILE): Add kannada.el.
19446
19447 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
19448
19449 * loadup.el: Preload kannada.el.
19450
19451 * language/ind-util.el (ucs-kannada-to-is13194-alist)
19452 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
19453 New variables.
19454
19455 * language/kannada.el: New file.
19456
19457 * language/knd-util.el: New file.
19458
19459 2003-11-07 Andreas Schwab <schwab@suse.de>
19460
19461 * progmodes/autoconf.el (autoconf-font-lock-keywords):
19462 Also highlight AH_*.
19463
19464 * xml.el (xml-parse-dtd): Fix misplaced paren.
19465
19466 2003-11-07 Kenichi Handa <handa@m17n.org>
19467
19468 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
19469
19470 2003-11-05 Juri Linkov <juri@jurta.org>
19471
19472 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
19473 (desktop-buffer-file): Use saved buffer-file-coding-system
19474 for file reading. Set auto-insert to nil to prevent automatic
19475 insertion into restored empty files.
19476
19477 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
19478
19479 * files.el (risky-local-variable-p): Make second argument optional.
19480
19481 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
19482
19483 * subr.el (add-hook): Fix last change.
19484
19485 2003-11-03 Eli Zaretskii <eliz@gnu.org>
19486
19487 * mail/rmail.el (rmail-convert-to-babyl-format):
19488 If base64-decode-region signals an error, catch it and silently
19489 ignore it.
19490
19491 2003-11-01 Mark A. Hershberger <mah@everybody.org>
19492
19493 * xml.el (xml-parse-region): Allow comments to appear after the
19494 topmost element has closed.
19495 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
19496 (xml-ns-expand-attr): New functions to do namespace handling.
19497 (xml-intern-attrlist): Back-compatible handling of attribute names.
19498 (xml-parse-tag): Move namespace handling to separate functions.
19499 Now produces elements in the form ((:ns . "element") (attr-list)
19500 children) instead of ('ns:element (attr-list) children).
19501 (xml-parse-attlist): Fix attribute parsing.
19502 (xml-parse-dtd): Change parsing so that it produces strings
19503 instead of interned symbols.
19504
19505 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
19506
19507 * dired.el (dired-ls-sorting-switches): Doc fix.
19508
19509 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
19510
19511 * emacs-lisp/rx.el (rx-or): Fix the case of
19512 "(rx (and ?a (or ?b ?c) ?d))".
19513
19514 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
19515
19516 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
19517 (texinfo-format-region): Use it.
19518 (texinfo-format-buffer-1): Ditto.
19519
19520 2003-11-01 Alan Mackenzie <acm@muc.de>
19521
19522 Changes to allow scrolling whilst in isearch mode:
19523 * isearch.el (isearch-unread-key-sequence): New function,
19524 extracted from isearch-other-meta-char.
19525 (top level): (put 'foo 'isearch-scroll) on all Emacs's
19526 "scrollable" standard functions.
19527 (isearch-allow-scroll): New customizable variable.
19528 (isearch-string-out-of-window, isearch-back-into-window)
19529 (isearch-reread-key-sequence-naturally)
19530 (isearch-lookup-scroll-key): New functions.
19531 (isearch-other-meta-char): Doc string and functionality enhanced.
19532 Now accepts a prefix argument.
19533 (isearch-lazy-highlight-window-end): New variable.
19534 (isearch-lazy-highlight-new-loop): Pay attention to the window's
19535 end (thru isearch-lazy-highlight-window-end), not only its start.
19536
19537 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
19538 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
19539 (universal-argument, universal-argument-more, negative-argument)
19540 (digit-argument, universal-argument-other-key): Minor changes.
19541
19542 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19543
19544 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
19545 recursively if the last message is deleted, thus avoiding an
19546 infinite loop.
19547
19548 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19549
19550 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
19551 (tex-main-file): Don't add .tex if the extension is already present.
19552 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
19553
19554 2003-10-29 Lute Kamstra <lute@gnu.org>
19555
19556 * progmodes/octave-inf.el (inferior-octave-prompt):
19557 Recognize version number in prompt.
19558
19559 2003-10-28 Dave Love <fx@gnu.org>
19560
19561 * international/characters.el: Fix some Unicode ranges.
19562
19563 2003-10-28 Kenichi Handa <handa@m17n.org>
19564
19565 * disp-table.el (standard-display-8bit)
19566 (standard-display-default, standard-display-ascii)
19567 (standard-display-g1, standard-display-graphic)
19568 (standard-display-underline): Assure that standard-display-table
19569 is a display table.
19570
19571 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
19572
19573 * simple.el (reindent-then-newline-and-indent): Delete space *after*
19574 reindenting the first line.
19575
19576 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
19577
19578 * wid-edit.el (widget-default-delete): Always delete child widgets.
19579
19580 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19581
19582 * newcomment.el (comment-indent): Don't call indent-according-to-mode
19583 if the line has code.
19584 Don't try to line up with something that's too far left.
19585
19586 * progmodes/octave-mod.el (octave-comment-start): Simplify.
19587 (octave-mode-syntax-table): Add % as a comment starter.
19588 (octave-point): Remove.
19589 (octave-in-comment-p, octave-in-string-p)
19590 (octave-not-in-string-or-comment-p, calculate-octave-indent)
19591 (octave-blink-matching-block-open, octave-auto-fill):
19592 Use line-(beginning|end)-position instead.
19593
19594 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
19595
19596 * emacs-lisp/authors.el (authors-aliases): Add correct realname
19597 for Francesco Potort\e,Al\e(B.
19598
19599 2003-10-23 Dave Love <fx@gnu.org>
19600
19601 * international/mule-cmds.el (locale-charset-to-coding-system):
19602 Don't rely on nil being a coding system.
19603
19604 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
19605 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
19606 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
19607
19608 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
19609
19610 * gdb-ui.el (gdb-current-language): New variable.
19611 (gdb-update-flag): Remove variable.
19612 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
19613 (gdb-take-last-elt): Remove function.
19614 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
19615 (gdb-post-prompt): Check for variable object changes here.
19616
19617 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
19618 object changes in gdb-ui.el.
19619
19620 2003-10-21 Richard M. Stallman <rms@gnu.org>
19621
19622 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
19623
19624 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
19625 Don't check for foo*/ wildcard form here.
19626 (insert-directory): Recognize foo*/ as a wildcard.
19627 Separate wildcard-regexp variable from the arg, wildcard.
19628
19629 * subr.el (add-hook): Correctly detect when make-local-hook was used.
19630 (remove-hook): Correctly handle strange cases about local hooks.
19631
19632 2003-10-21 David Ponce <david@dponce.com>
19633
19634 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
19635 argument REAL, to return a real number instead of a rounded
19636 integer value. Define as inline function.
19637 (ruler-mode-right-fringe-cols): Likewise.
19638 (ruler-mode-scroll-bar-cols): New function.
19639 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
19640 (ruler-mode-right-scroll-bar-cols): Likewise.
19641 (ruler-mode-space): New function.
19642 (ruler-mode-ruler): Use it. Handle variations of fringe style,
19643 scroll bar mode and margins in a more robust way.
19644
19645 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
19646
19647 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
19648 (antlr-c-init-language-vars): New function.
19649 (antlr-mode): Use it with cc-mode before v5.29.
19650 (antlr-c-common-init): Don't set some local vars here.
19651 (antlr-mode): Set them here.
19652 (antlr-c-forward-sws): New function alias.
19653 (antlr-mode): Redefine with cc-mode before v5.30.
19654 (antlr-skip-sexps): Use it.
19655 (antlr-skip-exception-part): Ditto.
19656 (antlr-skip-file-prelude): Ditto.
19657 (antlr-outside-rule-p): Ditto.
19658 (antlr-end-of-body): Ditto.
19659 (antlr-option-kind): Ditto.
19660 (antlr-insert-option-area): Ditto.
19661 (antlr-file-dependencies): Ditto.
19662
19663 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19664
19665 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
19666 Move backward only if point was not inside an entry.
19667
19668 2003-10-21 Richard M. Stallman <rms@gnu.org>
19669
19670 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
19671
19672 2003-10-21 Juri Linkov <juri@jurta.org>
19673
19674 * compare-w.el: Automatically skip non-matching text to resync.
19675 (compare-windows-whitespace): Doc fix.
19676 (compare-windows-sync, compare-windows-sync-string-size)
19677 (compare-windows-recenter, compare-ignore-whitespace)
19678 (compare-windows-highlight, compare-windows-face): New variables.
19679 (compare-windows): Use compare-windows-sync.
19680 (compare-windows-highlight, compare-windows-dehighlight)
19681 (compare-windows-sync-regexp)
19682 (compare-windows-sync-default-function): New functions.
19683
19684 2003-10-21 Juri Linkov <juri@jurta.org>
19685
19686 * diff.el (diff-parse-differences): Don't visit the files now;
19687 instead, just record the error locus.
19688
19689 2003-10-21 Dave Love <fx@gnu.org>
19690
19691 * progmodes/cfengine.el: New file.
19692
19693 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19694
19695 * complete.el (PC-do-completion): Do not forget to use `pred' as the
19696 default-directory when completing file names.
19697
19698 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
19699
19700 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
19701 followed by the word `face', it gets treated as a face, even if
19702 it is also defined as a variable or a function.
19703
19704 2003-10-20 Dave Love <fx@gnu.org>
19705
19706 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19707 Avoid incf in macro expansion.
19708
19709 2003-10-20 John Paul Wallington <jpw@gnu.org>
19710
19711 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
19712 `evenp' so we don't implicitly require cl library at runtime.
19713
19714 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
19715
19716 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
19717 (help-make-xrefs): Only make cross-references for faces if
19718 preceded or followed by the word `face'. Do not make a
19719 cross-reference for variables without variable documentation,
19720 unless preceded by the word `variable' or `option'. Update doc
19721 string accordingly.
19722
19723 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
19724
19725 * progmodes/hideshow.el: Rewrite one-armed `if'
19726 constructs using either `when' or `unless'.
19727 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
19728
19729 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
19730
19731 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
19732 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
19733 instead of 12x12.
19734
19735 2003-10-16 Eli Zaretskii <eliz@gnu.org>
19736
19737 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
19738 message while converting to Babyl.
19739
19740 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
19741
19742 * allout.el (allout-mode): Doc fix.
19743
19744 2003-10-16 Lute Kamstra <lute@gnu.org>
19745
19746 * subr.el (force-mode-line-update): Fix docstring.
19747
19748 2003-10-14 Dave Love <fx@gnu.org>
19749
19750 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
19751 (default-input-method): Add :link, improve :type.
19752 (locale-charset-language-names): Fix utf-8 pattern.
19753 (locale-charset-match-p, locale-charset-alist)
19754 (locale-charset-to-coding-system): New.
19755 (set-locale-environment): Deal with codeset part of locale specs.
19756
19757 2003-10-14 Lute Kamstra <lute@gnu.org>
19758
19759 * fringe.el (fringe-mode): Use active voice in docstring.
19760 (set-fringe-style): Ditto.
19761
19762 2003-10-13 Lute Kamstra <lute@gnu.org>
19763
19764 * fringe.el (fringe-mode): Fix docstring.
19765 (set-fringe-style): Ditto.
19766
19767 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
19768
19769 * ediff-mult.el (ediff-filegroup-action):
19770 Use ediff-default-filtering-regexp.
19771
19772 * ediff-util.el (ediff-recenter): Don't call
19773 ediff-restore-highlighting twice.
19774 (ediff-select-difference): Set current difference.
19775 (ediff-unselect-and-select-difference): Add comment.
19776
19777 * ediff.el (ediff-directories,ediff-directory-revisions)
19778 (ediff-directories3,ediff-merge-directories)
19779 (ediff-merge-directories-with-ancestor)
19780 (ediff-merge-directory-revisions)
19781 (ediff-merge-directory-revisions-with-ancestor):
19782 Use ediff-default-filtering-regexp.
19783
19784 2003-10-12 Andreas Schwab <schwab@suse.de>
19785
19786 * international/mule-cmds.el (locale-charset-language-names):
19787 Simplify regex by removing unused grouping.
19788
19789 2003-10-10 Dave Love <fx@gnu.org>
19790
19791 * bindings.el: Don't bind stop.
19792
19793 2003-10-08 Miles Bader <miles@gnu.org>
19794
19795 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
19796 face instead of attempting to emulate it.
19797
19798 2003-10-07 Kenichi Handa <handa@m17n.org>
19799
19800 * international/mule-diag.el (list-coding-systems-1): List coding
19801 systems that are loaded automatically.
19802
19803 * international/code-pages.el (iso-8859-11): Add autoload cookie.
19804
19805 * international/mule.el (autoload-coding-system): New function.
19806
19807 2003-10-07 Andreas Schwab <schwab@suse.de>
19808
19809 * log-edit.el (log-edit-changelog-entries): Prefer local value of
19810 change-log-default-name in the buffer visiting the file.
19811
19812 2003-10-06 Dave Love <fx@gnu.org>
19813
19814 * files.el (find-file-hook): Customize.
19815 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
19816
19817 * bindings.el (completion-ignored-extensions): Remove .log.
19818 (global-map): Add again, open, stop keys.
19819
19820 2003-10-05 Richard M. Stallman <rms@gnu.org>
19821
19822 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
19823 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
19824 Use sh-modify directly.
19825 (sh-select): Use sh-append, not eval.
19826
19827 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
19828
19829 * info.el (Info-following-node-name): New function.
19830
19831 * loadhist.el (unload-feature-special-hooks):
19832 Rename from loadhist-hook-functions.
19833 (loadhist-hook-functions): Now an alias.
19834
19835 2003-10-04 Eli Zaretskii <eliz@gnu.org>
19836
19837 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
19838 file-name clashes on 8+3 filesystems.
19839
19840 * Makefile.in (DONTCOMPILE, bootstrap-clean):
19841 Rename loaddefs-boot.el to ldefs-boot.el
19842
19843 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
19844 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
19845
19846 2003-10-03 Lute Kamstra <lute@gnu.org>
19847
19848 * info.el (Info-mode): Revert previous change.
19849 (Info-escape-percent): New function.
19850 (Info-fontify-node): Use it.
19851
19852 2003-10-02 Andreas Schwab <schwab@suse.de>
19853
19854 * loaddefs-boot.el: Regenerated.
19855
19856 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
19857
19858 * ffap.el: Remove defadvice related code from CVS since `complete'
19859 provides a `PC-completion-as-file-name-predicate' variable that
19860 ffap can override.
19861
19862 2003-10-02 Kenichi Handa <handa@m17n.org>
19863
19864 * international/utf-8.el (ccl-decode-mule-utf-8):
19865 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
19866
19867 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
19868 * international/subst-big5.el: Likewise.
19869 * international/subst-gb2312.el: Likewise.
19870 * international/subst-ksc.el: Likewise.
19871
19872 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19873
19874 * calendar/calendar.el (increment-calendar-month)
19875 (calendar-leap-year-p, calendar-absolute-from-gregorian)
19876 (generate-calendar, calendar-read-date, calendar-interval)
19877 (calendar-day-of-week): Handle years BC.
19878 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
19879
19880 2003-10-01 Dave Love <fx@gnu.org>
19881
19882 * language/cyrillic.el (cp1251): Alias for windows-1251.
19883
19884 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
19885 bootstrap.
19886
19887 2003-10-01 Lute Kamstra <lute@gnu.org>
19888
19889 * files.el: Fix typo.
19890 * imenu.el (imenu--generic-function): Docstring fix.
19891
19892 2003-09-30 Richard M. Stallman <rms@gnu.org>
19893
19894 * dired.el (dired-mode): Handle dired-directory as a list.
19895
19896 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
19897
19898 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
19899
19900 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
19901
19902 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
19903 Replace gud-display with gud-watch.
19904 (gud-speedbar-buttons): Add stuff for watching expressions
19905 in the speedbar when using M-x gdba. Use dolist on old part
19906 of this function.
19907
19908 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
19909 (gdb-update-flag): New variables.
19910 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
19911 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
19912 (gud-watch, gdb-var-create-handler) : New functions.
19913 (gdb-var-list-children, gdb-var-list-children-handler)
19914 (gdb-var-create-regexp, gdb-var-update-regexp)
19915 (gdb-var-list-children-regexp): New constants.
19916 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
19917 (gdb-annotation-rules): Reduce annotation set (level 3).
19918 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
19919 (gdb-post-prompt): Don't update GDB buffers every time speedbar
19920 updates.
19921 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
19922 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
19923 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
19924 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
19925 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
19926 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
19927 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
19928 (gud-display, gud-display1)
19929 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
19930 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
19931 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
19932 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
19933 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
19934 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
19935 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
19936 (gdb-display-display-buffer, gdb-toggle-display)
19937 (gdb-delete-display, gdb-expressions-popup-menu)
19938 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
19939 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
19940 to display buffer.
19941
19942 2003-09-30 Richard M. Stallman <rms@gnu.org>
19943
19944 * progmodes/ada-mode.el (ada-mode): Don't use advice.
19945 Instead, set which-func-functions.
19946
19947 * progmodes/which-func.el (which-func-modes): Add ada-mode.
19948 (which-func-functions): New variable.
19949 (which-function): Use that.
19950
19951 * info.el (Info-mode): Double each `%' in header line.
19952
19953 * emacs-lisp/lisp-mnt.el (lm-with-file):
19954 When FILE is nil, run BODY in current buffer.
19955
19956 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
19957
19958 * help.el (describe-mode): Start with a brief list of minor modes.
19959 Find them thru minor-mode-list so as to find them all.
19960 Show them in alphabetical order.
19961
19962 * mail/sendmail.el (mail-aliases): Doc fix.
19963
19964 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
19965
19966 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19967
19968 * mail/rmailsum.el (rmail-make-summary-line-1):
19969 Change comma after last label to a space.
19970 (rmail-summary-font-lock-keywords): Adapt to that change.
19971
19972 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
19973
19974 * progmodes/scheme.el (scheme-mode-variables): When setting
19975 `font-lock-defaults', also specify that "#" should
19976 be interpreted with `word' syntax.
19977 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
19978
19979 2003-09-30 Lars Hansen <larsh@math.ku.dk>
19980
19981 * desktop.el: A lot of comments updated.
19982 (desktop-save-mode): Minor mode introduced.
19983 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
19984 (desktop-load-default): Function made obsolete.
19985 (desktop-locals-to-save): Variable made customizable.
19986 (desktop-read): Optional parameter `dirname' added.
19987 (desktop-change-dir, desktop-revert): Parameter `dirname' in
19988 `desktop-read' used.
19989 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
19990
19991 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
19992
19993 * whitespace.el (whitespace-clean-msg): Add user customizable message
19994 for displaying ``clean'' output.
19995 (whitespace-buffer): Use `whitespace-clean-msg'.
19996 (whitespace-global-mode): Fix typo.
19997
19998 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
19999
20000 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
20001
20002 2003-09-29 Lute Kamstra <lute@gnu.org>
20003
20004 * bindings.el (mode-line-modes): Remove superfluous :propertize
20005 construct in initialization.
20006 (mode-line-position): Change cons cell into proper list in
20007 initialization.
20008
20009 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
20010
20011 * international/mule.el (decode-coding-inserted-region): Use car
20012 of the return value of find-operation-coding-system.
20013
20014 2003-09-29 Kenichi Handa <handa@m17n.org>
20015
20016 * descr-text.el (describe-char): Fix previous change.
20017
20018 2003-09-28 Kenichi Handa <handa@m17n.org>
20019
20020 * descr-text.el (describe-char-display): New function.
20021 (describe-char): Pay attention to display table on describing how
20022 a character is displayed.
20023
20024 * international/mule-cmds.el (encoded-string-description):
20025 Prepend "0x" to each encoded byte.
20026
20027 2003-09-28 Andreas Schwab <schwab@suse.de>
20028
20029 * find-file.el (ff-special-constructs): Add autoload cookie.
20030
20031 2003-09-28 Kevin Ryde <user42@zip.com.au>
20032
20033 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
20034 makeinfo appends to duplicate index entries.
20035
20036 2003-09-28 Eli Zaretskii <eliz@gnu.org>
20037
20038 * dired-x.el (dired-clean-tex): Doc fix.
20039
20040 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
20041 using a Chinese tutorial.
20042
20043 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20044
20045 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
20046 between "MAIL FROM:" and "RCPT TO:" and the following address.
20047
20048 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20049
20050 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
20051
20052 2003-09-28 David Ponce <david@dponce.com>
20053
20054 * recentf.el (recentf-initialize-file-name-history): New defcustom.
20055 (recentf-load-list): When `recentf-initialize-file-name-history'
20056 is non-nil, initialize an empty `file-name-history' with the
20057 recent list.
20058
20059 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
20060
20061 * man.el (Man-default-man-entry): Remove the leading `*' from the
20062 word at point.
20063
20064 2003-09-26 Lute Kamstra <lute@gnu.org>
20065
20066 * bindings.el (mode-line-position): Mention size indication in
20067 docstring.
20068
20069 2003-09-26 Andre Spiegel <spiegel@gnu.org>
20070
20071 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
20072
20073 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
20074 because it's autoloaded now.
20075
20076 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20077
20078 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
20079 (sh-font-lock-keywords, sh-feature): Fix previous change of
20080 sh-feature to avoid infloop with sh-font-lock-keywords.
20081
20082 2003-09-25 Kim F. Storm <storm@cua.dk>
20083
20084 * frame.el (frame-current-scroll-bars): New defun.
20085
20086 * window.el (window-current-scroll-bars): New defun.
20087
20088 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20089
20090 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
20091 cause errors when the state cache contains info on parts that have
20092 been narrowed out.
20093
20094 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20095
20096 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
20097 `c-setup-paragraph-variables' has to be used when this variable is
20098 changed; it doesn't work to reinitialize the mode since that
20099 typically clobbers the variable.
20100
20101 * progmodes/cc-styles.el (c-setup-paragraph-variables):
20102 Make it interactive.
20103
20104 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20105
20106 * progmodes/cc-fonts.el (c-font-lock-declarations):
20107 Fix recognition of constructors and destructors for classes whose
20108 names are matched by `*-font-lock-extra-types'.
20109
20110 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
20111 followed by an identifier in C++ then it's a type.
20112
20113 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20114
20115 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
20116 problem that primarily affected XEmacs. Don't use faces to find
20117 unterminated strings since Emacs and XEmacs fontify strings
20118 differently - this function should now work better in XEmacs.
20119
20120 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20121
20122 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
20123 `expand-abbrev' workaround which caused braces to misbehave inside
20124 macros.
20125
20126 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
20127 handling. This bug could cause interactive font locking to bail out.
20128
20129 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20130
20131 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20132 Handle paren-style types in Pike. Also fixed some cases of
20133 insufficient handling of unbalanced parens.
20134
20135 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
20136
20137 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
20138 common shell prompts that are not common filename or URL characters.
20139 (ffap-file-at-point): Use the new regexp to strip the prompts from
20140 the file names. This is an issue mostly for user prompts that
20141 don't have a trailing space and find-file-at-point is invoked from
20142 within a shell inside Emacs.
20143
20144 2003-09-24 Andre Spiegel <spiegel@gnu.org>
20145
20146 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
20147 stamps numerically, rather than textually.
20148
20149 2003-09-24 Kenichi Handa <handa@m17n.org>
20150
20151 * language/devan-util.el (devanagari-post-read-conversion):
20152 * language/mlm-util.el (malayalam-post-read-conversion):
20153 * language/tml-util.el (tamil-post-read-conversion):
20154 Add autoload cookie.
20155
20156 * international/utf-8.el (utf-8-post-read-conversion):
20157 Call post-read-conversion functions for Devanagari, Malayalam,
20158 and Tamil.
20159
20160 2003-09-23 Dave Love <fx@gnu.org>
20161
20162 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
20163
20164 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
20165
20166 * progmodes/gud.el (perldb): Add gud-until to list of commands.
20167 Update gud-remove.
20168
20169 2003-09-22 Richard M. Stallman <rms@gnu.org>
20170
20171 * progmodes/sh-script.el (sh-mode-default-syntax-table):
20172 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
20173 (sh-mode-syntax-table-input): New variable.
20174 (sh-require-final-newline): Don't use eval.
20175 (sh-builtins, sh-leading-keywords, sh-other-keywords)
20176 (sh-variables, sh-font-lock-keywords): Don't use eval.
20177 (sh-set-shell): When setting require-final-newline,
20178 treat value = `require-final-newline' as don't change it.
20179 Set sh-mode-syntax-table locally based on
20180 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
20181
20182 * progmodes/compile.el (compile-internal):
20183 Call compilation-set-window-height before setting window start.
20184
20185 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
20186
20187 * emacs-lisp/bytecomp.el (byte-compile-log-file):
20188 Clear out byte-compile-last-warned-form.
20189
20190 2003-09-22 Richard M. Stallman <rms@gnu.org>
20191
20192 * woman.el (woman-file-name, woman-follow-word):
20193 If current-word returns nil, use "".
20194
20195 * simple.el (eval-expression): Bind standard-output in to-buffer case.
20196
20197 2003-09-22 Richard M. Stallman <rms@gnu.org>
20198
20199 * emacs-lisp/lisp-mnt.el (lm-with-file):
20200 Don't visit the file, just use insert-file-contents in temp buffer.
20201
20202 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
20203
20204 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
20205 Add surrounding \\( and \\) around the header, as in
20206 for lm-history-header 'Change Log\\|History'.
20207
20208 2003-09-22 John Paul Wallington <jpw@gnu.org>
20209
20210 * progmodes/ld-script.el: Add Commentary section,
20211 minor cleanup of file header.
20212 (ld-script-font-lock-keywords): Doc fix.
20213 (toplevel): Provide `ld-script' feature.
20214
20215 2003-09-21 Kim F. Storm <storm@cua.dk>
20216
20217 * scroll-bar.el (set-scroll-bar-mode): Initialize to
20218 new built-in variable default-frame-scroll-bars.
20219 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
20220 scroll-bar-mode; notably, use it instead of t when we toggle
20221 scroll-bars on.
20222 (toggle-scroll-bar): Use default-frame-scroll-bars.
20223
20224 2003-09-19 Masatake YAMATO <jet@gyve.org>
20225
20226 * pcvs.el (cvs-do-removal): Change the prompt depending on
20227 `filter' value.
20228
20229 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20230
20231 * startup.el (command-line-1): Stop startup-echo-area-message
20232 being hidden by "Loading image..." message.
20233 (use-fancy-splash-screens-p, display-splash-screen):
20234 Move display-graphic-p test from latter to former.
20235
20236 * progmodes/sh-script.el (sh-font-lock-keywords):
20237 Highlight escaped EOLs differently from other backslash constructs.
20238
20239 2003-09-19 Richard M. Stallman <rms@gnu.org>
20240
20241 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
20242 New functions.
20243 (edebug-enter, edebug-outside-excursion): Use them.
20244
20245 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
20246 Fix the condition for whether to print "In WHERE".
20247
20248 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
20249
20250 * finder.el (finder-mode-hook): New variable.
20251 (finder-mode): Run hook finder-mode-hook
20252
20253 2003-09-18 Masatake YAMATO <jet@gyve.org>
20254
20255 * progmodes/ebrowse.el: Fix broken magic autoload comments.
20256
20257 2003-09-17 Mario Lang <mlang@delysid.org>
20258
20259 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
20260 "p %e" to actually print the value in the GUD buffer.
20261
20262 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
20263
20264 From David Ponce <david.ponce@wanadoo.fr>:
20265 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
20266 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
20267 from loaddefs-boot.el if necessary.
20268
20269 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
20270
20271 * progmodes/gud.el (gud-find-class): Make jdb work again since
20272 cc-mode changed the syntactic information.
20273
20274 2003-09-15 David Ponce <david@dponce.com>
20275
20276 * recentf.el: (recentf-exclude): Accept predicates too.
20277 (recentf-file-readable-p): New function.
20278 (recentf-include-p): Handle predicates in recentf-exclude.
20279 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
20280 (recentf-cleanup): Likewise.
20281 (recentf-save-list): Use write-file to handle backup of
20282 recentf-save-file.
20283
20284 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
20285
20286 * loaddefs-boot.el: Renamed from `loaddefs.el'
20287 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
20288 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
20289 necessary.
20290
20291 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
20292
20293 * electric.el (Electric-pop-up-window): For the `one-window' case,
20294 no longer disconcertingly move point in the original buffer.
20295
20296 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20297
20298 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
20299
20300 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
20301
20302 * dired.el (dired-mode-map): Fix typo.
20303
20304 2003-09-11 Richard M. Stallman <rms@gnu.org>
20305
20306 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
20307
20308 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20309
20310 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
20311 the function is less noisy. Now only `kill-buffer' can ask questions.
20312
20313 2003-09-10 Mario Lang <mlang@delysid.org>
20314
20315 * battery.el: Update Commentary and Copyright.
20316 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
20317 appear due to wrong ordering of the expressions in `or'.
20318
20319 2003-09-09 Lute Kamstra <lute@gnu.org>
20320
20321 * misc.el (upcase-char): Fix docstring.
20322 (zap-up-to-char): New command.
20323
20324 2003-09-08 David Ponce <david@dponce.com>
20325
20326 Ensure that recentf correctly updates the menu bar.
20327 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
20328 (recentf-menu-bar): New function.
20329 (recentf-clear-data): Use it
20330 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
20331 of easy-menu-change.
20332
20333 2003-09-08 Lute Kamstra <lute@gnu.org>
20334
20335 * simple.el (size-indication-mode): New.
20336 * bindings.el (mode-line-position): Add buffer size indicator.
20337
20338 2003-09-04 Mario Lang <mlang@delysid.org>
20339
20340 * battery.el (battery-linux-proc-acpi): New function.
20341 (battery-status-function): Modify default value calculation to also
20342 check for availability of ACPI.
20343 (battery-echo-area-format): Ditto.
20344 (battery-mode-line-format): Ditto.
20345
20346 2003-09-06 Dave Love <fx@gnu.org>
20347
20348 * ielm.el (ielm-mode-hook): Add :options.
20349
20350 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
20351 (eldoc-print-current-symbol-info): Use it.
20352
20353 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
20354
20355 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
20356 being displayed in GUD buffer.
20357 (gdb-idle-input-queue): Remove var. Use just one queue.
20358 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
20359 Remove functions. Use just one queue.
20360 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
20361 (gdb-invalidate-assembler, gdb-get-current-frame):
20362 Modify functions. Use just one queue.
20363
20364 2003-09-04 Dave Love <fx@gnu.org>
20365
20366 * cus-start.el: Add blink-cursor-alist.
20367
20368 * ruler-mode.el (ruler-mode-fill-column-char)
20369 (ruler-mode-current-column-char): Use char-displayable-p,
20370 not window-system.
20371
20372 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
20373
20374 * language/european.el (windows-1252): Move from code-pages.
20375
20376 * language/cyrillic.el ("Windows-1251"): Delete.
20377 ("Bulgarian", "Belarusian"): Remove `features'.
20378 (windows-1251): Move from code-pages.
20379
20380 * international/mule-diag.el (non-iso-charset-alist):
20381 Remove `codepage' stuff.
20382 (print-designation, list-coding-systems-1): Output fixes.
20383
20384 * international/code-pages.el (cp-make-translation-table)
20385 (cp-valid-codes): Made defsubsts.
20386 (cp-fix-safe-chars): Delete.
20387 (mule-diag): Don't require.
20388 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
20389 (top-level): Check for defined coding system when defining
20390 cp... aliases. Change w32-add-charset-info test to avoid warning.
20391 (non-iso-charset-alist): Defvar when compiling.
20392 (cp-make-coding-system): Doc fix.
20393
20394 2003-09-02 Jason Rumney <jasonr@gnu.org>
20395
20396 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
20397 line-ends from CVS before doing conversion.
20398
20399 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
20400
20401 * calendar/diary-lib.el (diary-header-line-flag)
20402 (diary-header-line-format): New variables.
20403 (list-diary-entries): Use them to set header line in simple diary.
20404
20405 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
20406 other than font-lock-string-face to highlight backslashes.
20407
20408 2003-09-01 Jason Rumney <jasonr@gnu.org>
20409
20410 * international/titdic-cnv.el (tit-read-key-value): Include \r in
20411 regexp.
20412
20413 2003-09-01 Dave Love <fx@gnu.org>
20414
20415 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
20416
20417 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
20418 and :help; also line and column numbers labels.
20419
20420 * international/mule-util.el (char-displayable-p): Move from
20421 latin1-disp, rename and autoload.
20422
20423 * international/latin1-disp.el (latin1-char-displayable-p):
20424 Now obsolete alias. Replace uses with char-displayable-p.
20425 (latin1-display-ucs-per-lynx): Fix last change.
20426
20427 * international/mule-cmds.el (standard-display-european-internal):
20428 Don't use char code for Latin-1 NBSP.
20429 <XFree86 4>: Unfrob NBSP display table. Set display table to use
20430 U+2018, U+2019 for `'.
20431 (select-safe-coding-system): Message fix.
20432
20433 2003-09-01 Kenichi Handa <handa@m17n.org>
20434
20435 * international/fontset.el (setup-default-fontset): For Thai
20436 font, specify "*" family.
20437
20438 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20439
20440 * progmodes/compile.el (previous-error): Accept a prefix
20441 argument, similarly to next-error.
20442
20443 2003-08-31 Masatake YAMATO <jet@gyve.org>
20444
20445 * pcvs.el (cvs-do-removal): Use = instead of eq to check
20446 the number of files. Bind the number of files to a local
20447 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
20448
20449 2003-08-30 Eli Zaretskii <eliz@gnu.org>
20450
20451 * vc-hooks.el (vc-make-version-backup): Fix the change made on
20452 2003-07-26: msdos-long-file-names is a function, not a variable.
20453
20454 2003-08-29 Richard M. Stallman <rms@gnu.org>
20455
20456 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
20457 Do nothing with mail-personal-alias-file if it is nil.
20458
20459 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
20460 Do nothing if mail-personal-alias-file is nil.
20461
20462 * term.el (term-exec-1): Bind coding-system-for-read.
20463
20464 * dired.el (dired-mouse-find-file-other-window):
20465 Use dired-view-command-alist here, as in dired-view-file.
20466 (dired-view-command-alist): Use %s to substitute file name.
20467 Handle .ps_pages, .eps, .jpg, .gif, .png.
20468
20469 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20470
20471 * info.el (Info-mode-map): Bind S-tab and <backtab> to
20472 `Info-prev-reference', instead of M-tab.
20473
20474 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
20475
20476 * simple.el (blink-matching-open): Work correctly on chars that
20477 are designated as parens through the syntax-table text property.
20478
20479 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
20480
20481 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
20482 line break position in the middle of a non-kinsoku (e.g. latin)
20483 word, making it skip until either a space or a character with
20484 category "|".
20485 (kinsoku-longer): Test for end of buffer.
20486
20487 2003-08-28 Eli Zaretskii <eliz@gnu.org>
20488
20489 * mail/rmail.el (rmail-convert-to-babyl-format):
20490 Detect quoted-printable- and base64-encoded messages and decode them
20491 automatically. Set the message's encoding from the charset=
20492 header, if any. Decode base64-encoded messages in Mail format as well.
20493
20494 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20495
20496 * mail/smtpmail.el: Fix previous change.
20497 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
20498 calling smtpmail-via-smtp.
20499 (smtpmail-via-smtp): Add fall-back values for envelope-from.
20500
20501 2003-08-26 John Paul Wallington <jpw@gnu.org>
20502
20503 * image.el (image-jpeg-p): Don't search beyond length of data.
20504
20505 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20506
20507 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
20508 misfeature in `expand-abbrev' which caused electric keywords like
20509 "else" to disappear if an open brace was typed directly afterwards.
20510
20511 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20512
20513 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
20514 mandatory in `define-widget'.
20515
20516 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
20517 Don't align the operators "!=", "<=" and ">=" as assignment operators.
20518
20519 (c-assignment-operators): New language constant that only contains
20520 the assignment operators.
20521
20522 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
20523
20524 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20525
20526 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20527 Safeguard against unbalanced sexps.
20528
20529 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
20530
20531 * version.el (emacs-version): Check for gtk. Include gtk version info.
20532
20533 2003-08-25 John Paul Wallington <jpw@gnu.org>
20534
20535 * man.el (Man-default-man-entry): Don't whizz past the section
20536 number before looking for it.
20537
20538 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
20539
20540 * progmodes/gud.el (gud-display-line): Don't set window-point if
20541 source buffer is not visible. (Only happens with M-x gdba.)
20542
20543 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
20544 documentation.
20545 (gdb-source, gdb-source-info): Update to assembler unnecessary
20546 as its done after each GDB command anyway.
20547 (gdb-pre-prompt): Use with-current-buffer.
20548 (gdb-insert-field): Add help-echo text.
20549 (gdb-invalidate-assembler): Re-display of assembler now done in
20550 gdb-info-breakpoints-custom.
20551 (gdb-info-breakpoints-custom): Force re-display of assembler to
20552 happen *after* update of breakpoints buffer.
20553 (gdb-display-source-buffer): Don't choke if gdb-source-window
20554 isn't visible.
20555 (gdb-put-string, gdb-put-arrow): Remove free variables.
20556
20557 2003-08-24 John Paul Wallington <jpw@gnu.org>
20558
20559 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
20560
20561 * man.el (Man-default-man-entry): Strip text properties when
20562 snarfing parts of entry because `format' preserves properties.
20563
20564 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20565
20566 * files.el (file-newest-backup): Use `expand-file-name'.
20567
20568 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
20569 Allow the diary to pop up a new frame, if needed.
20570
20571 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
20572 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
20573 (smtpmail-send-it): Make treatment of envelope-from consistent with
20574 sendmail.el.
20575
20576 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
20577 (sh-leading-keywords): Add the bash `time' reserved word.
20578 (sh-variables): Add some bash variables.
20579 (sh-add-completer): Fix nil branch of case statement.
20580
20581 2003-08-24 Masatake YAMATO <jet@gyve.org>
20582
20583 * progmodes/ld-script.el: New file.
20584
20585 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
20586
20587 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
20588
20589 2003-08-23 Andre Spiegel <spiegel@gnu.org>
20590
20591 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
20592 Better explain obsolescence, and what to use instead.
20593
20594 2003-08-23 Masatake YAMATO <jet@gyve.org>
20595
20596 * pcvs.el (cvs-do-removal): Show the deleted file name
20597 on the prompt.
20598
20599 2003-08-20 Dave Love <fx@gnu.org>
20600
20601 * international/mule.el (make-coding-system)
20602 (set-buffer-file-coding-system): Doc fix.
20603
20604 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
20605
20606 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
20607
20608 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
20609
20610 * international/utf-16.el: Add mime-text-unsuitable coding system
20611 properties.
20612
20613 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
20614
20615 * cus-edit.el: Add some :links.
20616 (bib): Remove.
20617
20618 * textmodes/bib-mode.el (bib): Add :group external.
20619
20620 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
20621
20622 * wid-edit.el (widget-echo-help): Make it handle expressions that
20623 evaluate to strings.
20624
20625 2003-08-18 Michael Mauger <mmaug@yahoo.com>
20626
20627 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
20628
20629 Simplify selection of SQL products to define highlighting and
20630 interactive mode. Includes detailed instructions on adding
20631 support for new products.
20632
20633 * progmodes/sql.el (sql-product): New variable. Identifies SQL
20634 product for use in highlighting and interactive mode.
20635 (sql-interactive-product): New variable. SQL product for
20636 sql-interactive-mode.
20637 (sql-product-support): New variable. Specifies product-specific
20638 parameters to drive highlighting and interactive mode.
20639 (sql-imenu-generic-expression): Add more object types.
20640 (sql-sqlite-options): Correct comment.
20641 (sql-ms-program): Use "osql" rather than "isql".
20642 (sql-prompt-regexp, sql-prompt-length): Update comment.
20643 (sql-mode-menu): Add "Start SQLi session" entry.
20644 Replace Highlighting submenu with Product menu. Fix Send Region entry.
20645 (sql-mode-abbrev-table): Add abbreviations. Support of
20646 SYSTEM-FLAG on define-abbrev. Support was removed with last
20647 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
20648 (sql-mode-font-lock-object-name): Add font-lock pattern for object
20649 names.
20650 (sql-mode-ansi-font-lock-keywords): Set as default value.
20651 (sql-mode-oracle-font-lock-keywords): Set as default value.
20652 Support Oracle 9i keywords.
20653 (sql-mode-postgres-font-lock-keywords): Set as default value.
20654 (sql-mode-linter-font-lock-keywords): Set as default value.
20655 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
20656 SQLServer 2000.
20657 (sql-mode-sybase-font-lock-keywords)
20658 (sql-mode-interbase-font-lock-keywords)
20659 (sql-mode-sqlite-font-lock-keywords)
20660 (sql-mode-strong-font-lock-keywords)
20661 (sql-mode-mysql-font-lock-keywords)
20662 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
20663 keywords.
20664 (sql-mode-font-lock-defaults): Update comment.
20665 (sql-product-feature): New function. Returns feature associated
20666 with a product from `sql-product-support' alist.
20667 (sql-product-font-lock): New function. Set font-lock support
20668 based on `sql-product'.
20669 (sql-add-product-keywords): New function. Add font-lock rules to
20670 product-specific keyword variables.
20671 (sql-set-product): New function. Set `sql-product' and apply
20672 appropriate font-lock highlighting.
20673 (sql-highlight-product): New function. Set font-lock support
20674 based on a product. Also set mode name to include product name.
20675 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
20676 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
20677 Use `sql-set-product'.
20678 (sql-highlight-ms-keywords)
20679 (sql-highlight-sybase-keywords)
20680 (sql-highlight-interbase-keywords)
20681 (sql-highlight-strong-keywords)
20682 (sql-highlight-mysql-keywords)
20683 (sql-highlight-sqlite-keywords)
20684 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
20685 (sql-get-login): Prompt in the same order as the tokens.
20686 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
20687 (sql-product-interactive): New function. Common portions of
20688 product-specific interactive mode wrappers.
20689 (sql-interactive-mode): Rewritten to use product features.
20690 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
20691 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
20692 (sql-db2, sql-linter): Use `sql-product-interactive'.
20693 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
20694 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
20695 (sql-connect-ingres, sql-connect-postgres)
20696 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
20697 New functions. Format command line parameters and invoke comint on
20698 the appropriate interpreter. Code was in the corresponding
20699 `sql-xyz' function before.
20700 (sql-connect-ms): New function. Support -E argument to use
20701 operating system credentials for authentication.
20702
20703 2003-08-18 Kenichi Handa <handa@m17n.org>
20704
20705 * international/mule.el (encode-char): Fix for the ASCII case.
20706
20707 2003-08-15 Kenichi Handa <handa@m17n.org>
20708
20709 * international/fontset.el (setup-default-fontset): Change "*" to
20710 nil in the specifications of font family.
20711
20712 2003-08-18 Kim F. Storm <storm@cua.dk>
20713
20714 * kmacro.el (kmacro-keymap): Group related bindings in
20715 initialization for clarity. Bind C-s to start macro.
20716 Remove C-r binding.
20717 (kmacro-initial-counter-value): New defvar to hold initial counter
20718 value in case we set the value before defining a macro.
20719 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
20720 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
20721 not defining or executing macro. Doc fix.
20722 (kmacro-add-counter): Clear kmacro-initial-counter-value.
20723 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
20724 temporarily view older elements on the macro ring without cycling
20725 the ring.
20726 (kmacro-display): Doc fix.
20727 (kmacro-exec-ring-item): New helper function.
20728 (kmacro-call-ring-2nd): Use it.
20729 (kmacro-call-ring-2nd-repeat): Doc fix.
20730 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
20731 (kmacro-end-or-call-macro): Execute last viewed macro (using
20732 kmacro-exec-ring-item) from ring if this follows
20733 kmacro-view-macro. This allows us to find a macro on the ring
20734 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
20735 the ring to bring it to the head of the ring.
20736 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
20737 Allow binding to reserved keys without specifying C-x C-k prefix.
20738 Ask for confirmation if entered key sequence is already bound to
20739 a non-macro command.
20740 (kmacro-view-macro): Repeating command will show older elements
20741 on the macro ring; C-k will execute the last viewed macro.
20742 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
20743 property from 'ring to 'head.
20744
20745 2003-08-17 Alan Shutko <ats@acm.org>
20746
20747 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
20748 keeping December out of the alist.
20749
20750 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
20751
20752 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
20753 * calendar/calendar.el (calendar-mode-map): Bind it to key.
20754 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
20755 (calendar-flatten): New function.
20756 (calendar-mouse-view-other-diary-entries)
20757 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
20758 in the menu title and to show multi-line diary entries correctly
20759 in the menu.
20760
20761 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
20762
20763 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
20764 defcustom, because the default was recently changed.
20765
20766 2003-08-16 Richard M. Stallman <rms@gnu.org>
20767
20768 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
20769
20770 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
20771 New subroutine, broken out of eval-last-sexp-1.
20772 (eval-last-sexp-1): Use eval-last-sexp-print-value.
20773
20774 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
20775
20776 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
20777
20778 * simple.el (eval-expression): Use eval-last-sexp-print-value.
20779
20780 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
20781
20782 * progmodes/compile.el (compilation-error-regexp-alist):
20783 Add Java ANt error detection as described in document
20784 http://ant.apache.org/faq.html
20785
20786 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
20787
20788 * simple.el (backward-word, forward-to-indentation)
20789 (backward-to-indentation): Argument changed to optional.
20790 (next-line, previous-line): Use `or' instead of `unless'.
20791
20792 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20793
20794 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
20795 instead of a constant.
20796
20797 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
20798
20799 * shell.el (shell): With prefix-arg, suggest a new buffer name.
20800
20801 2003-08-12 Andre Spiegel <spiegel@gnu.org>
20802
20803 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
20804 (vc-sccs-workfile-version): Search the entire delta table, rather
20805 than just the first entry, because that might be a deleted version.
20806
20807 2003-08-11 Karl Fogel <kfogel@red-bean.com>
20808
20809 * menu-bar.el (menu-bar-options-menu): Supply a body for the
20810 [save-place] binding in the Options menu. Have it require
20811 'saveplace' and then toggle the variable manually, to avoid an an
20812 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
20813 for the bug report.
20814
20815 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
20816
20817 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
20818 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
20819 (gdb-info-threads-custom): Add help-echo text.
20820 (gdb-display-back): Don't use purecopy.
20821 (gdb-info-breakpoints-custom, gdb-reset)
20822 (gdb-assembler-custom): Use display-images-p to test if breakpoint
20823 icons can be displayed.
20824
20825 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
20826
20827 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
20828
20829 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
20830
20831 * bookmark.el (bookmark-completing-read):
20832 Return a string, instead of a list of one string.
20833 Use a popup menu if activated from the mouse.
20834 (bookmark-edit-annotation): Remove unused vars.
20835 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
20836 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
20837 to bookmark-completing-read.
20838 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
20839 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
20840 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
20841 and erase-buffer.
20842 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
20843 (bookmark-menu-jump, bookmark-menu-insert)
20844 (bookmark-popup-menu-and-apply-function)
20845 (bookmark-menu-popup-paned-bookmark-menu): Remove.
20846 (bookmark-menu-build-paned-menu): Remove by folding it into
20847 bookmark-menu-popup-paned-menu.
20848 (menu-bar-bookmark-map): Move the define-key statements here.
20849 Use the "non-menu" commands since they now pop up a menu if needed.
20850 (bookmark-exit-hook-internal): Simplify.
20851
20852 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
20853
20854 * reftex-toc.el (reftex-toc-rename-label): New function.
20855 (reftex-toc-check-docstruct): New function.
20856
20857 * reftex.el (reftex-region-active-p): New function.
20858
20859 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
20860 regexp to find the \bibliography macro.
20861
20862 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
20863 which does not exist in LaTeX.
20864 (reftex-cite-format-builtin): Added amsrefs support.
20865 (reftex-toc-confirm-promotion): New option
20866
20867 * reftex-toc.el
20868 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
20869 (reftex-toc-demote, reftex-toc-promote)
20870 (reftex-toc-do-promote, reftex-toc-promote-prepare)
20871 (reftex-toc-promote-action, reftex-toc-extract-section-number)
20872 (reftex-toc-newhead-from-alist)
20873 (reftex-toc-load-all-files-for-promotion): New functions.
20874 (reftex-toc-help): Added description of new keys.
20875 (reftex-toc-split-windows-fraction): New option.
20876 (reftex-recenter-toc-when-idle): Search *toc* window on all
20877 visible frames.
20878 (reftex-toc): Additional parameter REUSE
20879 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
20880 with REUSE argument.
20881 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
20882 the call of `reftex-toc'.
20883 (reftex-make-separate-toc-frame): New function .
20884 (reftex-toc-recenter): When called with triple prefix arg, call
20885 `reftex-make-separate-toc-frame' first.
20886 (reftex-toc-toggle-dedicated-frame): New command.
20887 (reftex-toc-quit): Adapted to delete frame when called in
20888 dedicated frame.
20889
20890 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
20891 all enclosing macros.
20892
20893
20894 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20895
20896 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
20897 first use.
20898
20899 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20900
20901 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
20902
20903 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20904
20905 * calendar/calendar.el (list-diary-entries-hook)
20906 (diary-display-hook, nongregorian-diary-listing-hook)
20907 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
20908 Add some customize options for these hooks.
20909 (calendar-abbrev-construct): Don't try to take a substring longer
20910 than the original string.
20911
20912 2003-08-05 Richard M. Stallman <rms@gnu.org>
20913
20914 * emacs-lisp/testcover.el (noreturn): Report error if does return.
20915 (testcover-reinstrument-clauses): Doc fix.
20916
20917 * emacs-lisp/warnings.el: Doc fixes, args renamed.
20918 (warning-type-format): Rename from warning-group-format.
20919
20920 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
20921 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
20922 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
20923 to prevent warnings about defvar for an obsolete variable.
20924
20925 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
20926 warning-group-format renamed to warning-type-format.
20927
20928 * subr.el (read-passwd): Use clear-string instead of fillarray.
20929
20930 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
20931 Use vconcat instead of concat.
20932 (edmacro-sanitize-for-string): New function.
20933
20934 2003-08-05 Dave Love <fx@gnu.org>
20935
20936 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
20937 line-number-display-limit-width.
20938
20939 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
20940
20941 2003-08-05 Kenichi Handa <handa@m17n.org>
20942
20943 * international/code-pages.el: Don't require mule-diag.
20944
20945 * international/mule-diag.el (non-iso-charset-alist):
20946 Add autoload cookie.
20947
20948 * language/devan-util.el (dev-glyph-order): Add an entry for the
20949 glyph code #xC4.
20950
20951 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
20952
20953 * calendar/calendar.el (diary-file, diary-file-name-prefix)
20954 (european-calendar-style, diary-date-forms)
20955 (calendar-day-name-array, calendar-month-name-array): Doc change.
20956 (generate-calendar-month): Adapt for new behaviour of
20957 `calendar-day-name' function.
20958 (calendar-abbrev-length, calendar-day-abbrev-array)
20959 (calendar-month-abbrev-array): New variables.
20960 (calendar-abbrev-construct): New function.
20961 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
20962 rather than fixing abbrevs at some width. Calling syntax change.
20963 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
20964 (calendar-date-string): Adapt for new behaviours of
20965 `calendar-day-name' and `calendar-month-name' functions.
20966
20967 * calendar/diary-lib.el (list-diary-entries): Adapt for new
20968 behaviour of `calendar-day-name' and `calendar-month-name' functions.
20969 (diary-name-pattern): Use abbrev arrays, rather than fixing
20970 abbrevs at three chars. Calling syntax change.
20971 (mark-diary-entries): Adapt for new behaviours of
20972 `diary-name-pattern' and `calendar-make-alist' functions.
20973 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
20974 `diary-name-pattern' function.
20975 (font-lock-diary-date-forms): Use abbrev arrays, rather than
20976 fixing abbrevs at three chars. Calling syntax change.
20977 (cal-hebrew, cal-islam): Require when compiling.
20978 (diary-font-lock-keywords): Adapt for new behaviour of
20979 `font-lock-diary-date-forms' function.
20980
20981 * calendar/cal-hebrew.el: Reposition some code so defined before used.
20982 (calendar-hebrew-month-name-array-common-year)
20983 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
20984 (list-hebrew-diary-entries): Adapt for new behaviours of
20985 `calendar-day-name' and `add-to-diary-list' functions.
20986 (mark-hebrew-diary-entries): Adapt for new behaviours of
20987 `diary-name-pattern' and `calendar-make-alist' functions.
20988
20989 * calendar/cal-islam.el (calendar-islamic-month-name-array):
20990 Add doc string.
20991 (list-islamic-diary-entries): Adapt for new behaviours of
20992 `calendar-day-name' and `add-to-diary-list' functions.
20993 (mark-islamic-diary-entries): Adapt for new behaviours of
20994 `diary-name-pattern' and `calendar-make-alist' functions.
20995
20996 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
20997 `calendar-month-name' function.
20998
20999 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
21000
21001 * calendar/solar.el (solar-seasons-data): Move definition before use.
21002
21003 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
21004 (cal-tex-LaTeX-hourbox): Move definition before use.
21005
21006 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
21007 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
21008 * lunar.el, solar.el (displayed-month, displayed-year):
21009 Define for compiler.
21010
21011 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21012
21013 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
21014 MODE. Renamed from c-init-c-language-vars'.
21015 (c-initialize-cc-mode): Change accordingly.
21016 (c-common-init): Ditto.
21017 (c-mode): Ditto.
21018 (c++-mode): Use `c-init-language-vars-for'.
21019 (objc-mode): Ditto.
21020 (java-mode): Ditto.
21021 (idl-mode): Ditto.
21022 (pike-mode): Ditto.
21023 (awk-mode): Ditto.
21024
21025 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21026
21027 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
21028 or not the point moved.
21029
21030 (c-search-decl-header-end): Don't trip up on operator identifiers
21031 in C++ and operators like == in all languages.
21032
21033 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
21034 Detect leading labels correctly.
21035
21036 2003-08-02 Andreas Schwab <schwab@suse.de>
21037
21038 * textmodes/ispell.el: Don't redo key bindings on loading, put
21039 them only in loaddefs.el.
21040 * bookmark.el: Likewise.
21041 * dabbrev.el: Likewise.
21042 * emerge.el: Likewise.
21043
21044 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
21045 has more than one member.
21046
21047 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
21048
21049 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21050
21051 * lpr.el (printify-region): It was ending conversion before the
21052 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
21053
21054 2003-07-31 John Paul Wallington <jpw@gnu.org>
21055
21056 * net/browse-url.el (browse-url-epiphany): Doc fix.
21057
21058 2003-07-30 Kenichi Handa <handa@m17n.org>
21059
21060 * international/fontset.el (setup-default-fontset):
21061 Change registry names of Akurti fonts.
21062
21063 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
21064
21065 * comint.el (comint-read-noecho): Use `clear-string' instead of
21066 `fillarray'.
21067
21068 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
21069
21070 * outline.el (outline-mode-hook): Add defvar.
21071
21072 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
21073
21074 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
21075 Restore assembler in source window if that is what has been selected.
21076 (menu): Add gdb-restore-windows to menu. Make gdba
21077 specific menus only visible from gdba.
21078
21079 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
21080
21081 * progmodes/compile.el (compilation-environment): New user variable.
21082 (compile-internal): Respect it.
21083
21084 2003-07-23 Masatake YAMATO <jet@gyve.org>
21085
21086 * progmodes/gud.el (gdb-script-font-lock-keywords):
21087 Put `font-lock-function-name-face' on a symbol which includes
21088 `-' like `hook-run'. Put font-lock-variable-name-face
21089 on a symbol starting with $.
21090
21091 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
21092
21093 * files.el (set-visited-file-name): Use truename for buffer-file-name.
21094
21095 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21096
21097 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
21098
21099 2003-07-26 Andre Spiegel <spiegel@gnu.org>
21100
21101 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
21102 Use with-no-warnings.
21103 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
21104 rather than to find-file-not-found-hook, which doesn't exist.
21105
21106 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21107
21108 * international/quail.el (quail-translate-key): Fix previous change.
21109
21110 2003-07-25 John Paul Wallington <jpw@gnu.org>
21111
21112 * server.el (server-start): Check `server-process' is non-nil
21113 before killing it to avoid killing current buffer's process.
21114
21115 * simple.el (choose-completion-string): Use `minibufferp';
21116 test `completion-reference-buffer' if `buffer' arg is nil.
21117 (push-mark): Use `when' and `unless'.
21118 (pop-mark): Use `when'.
21119
21120 * mouse-sel.el (mouse-sel-get-selection-function):
21121 Check `x-last-selected-text-primary'. Don't barf if it or
21122 `x-last-selected-text' aren't bound.
21123
21124 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21125
21126 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
21127
21128 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
21129
21130 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
21131
21132 2003-07-23 John Paul Wallington <jpw@gnu.org>
21133
21134 * tooltip.el (defface tooltip): Inherit from variable-pitch.
21135
21136 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21137
21138 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
21139 string. Defvar the derived hook.
21140
21141 * macros.el (insert-kbd-macro): Escape double quote character.
21142 From Thomas W Murphy <twm@andrew.cmu.edu>.
21143
21144 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
21145
21146 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
21147 to match the specific mark rather than reusing comment-start-skip.
21148
21149 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
21150
21151 * progmodes/hideshow.el (hs-special-modes-alist):
21152 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
21153
21154 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
21155
21156 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
21157 value using ?\s.
21158
21159 2003-07-21 John Paul Wallington <jpw@gnu.org>
21160
21161 * subr.el (with-selected-window): Add closing paren.
21162
21163 2003-07-21 Richard M. Stallman <rms@gnu.org>
21164
21165 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
21166 (lisp-mode): Likewise.
21167
21168 * subr.el (with-selected-window): Copy code form save-selected-window
21169 so as to call select-window with norecord arg.
21170 (dynamic-completion-table): Doc fix.
21171 (lazy-completion-table): Doc fix.
21172
21173 * international/mule-cmds.el (set-locale-environment):
21174 langinfo renamed to locale-info.
21175
21176 * international/mule.el (auto-coding-functions): Doc fix.
21177
21178 2003-07-21 Kenichi Handa <handa@m17n.org>
21179
21180 * international/quail.el (quail-translate-key):
21181 Update quail-current-str correctly.
21182
21183 2003-07-21 Andreas Schwab <schwab@suse.de>
21184
21185 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
21186 ?, to "_".
21187
21188 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
21189 Version 2.0.36 of Tramp released.
21190
21191 * net/tramp.el (tramp-default-password-end-of-line): Rename from
21192 tramp-password-end-of-line.
21193 (tramp-password-end-of-line): New method parameter.
21194 (tramp-get-password-end-of-line): Function to access method
21195 parameter `tramp-password-end-of-line', or variable
21196 `tramp-default-password-end-of-line' (default value).
21197 (tramp-methods): Add entries for new parameter
21198 tramp-password-end-of-line.
21199 (tramp-enter-password): Use new function
21200 `tramp-get-password-end-of-line'.
21201 (tramp-handle-insert-file-contents): Do not
21202 unconditionally inhibit the file operation file-local-copy, only
21203 do that when the inhibit-file-name-operation is currently
21204 insert-file-contents. This fixes finding remote CVS-controlled
21205 files. (It would barf on inserting the CVS/Entries file
21206 literally, because the file-local-copy handler wasn't called.)
21207 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
21208 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
21209 (tramp-initial-commands): New variable.
21210 (tramp-process-initial-commands): New function, using the variable.
21211 (tramp-open-connection-setup-interactive-shell): Call the new function.
21212 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
21213 method into the buffer name, never use nil. Reported by Hanak
21214 David <dhanak@inf.bme.hu>.
21215 (tramp-open-connection-setup-interactive-shell): Erase buffer
21216 before sending "stty -onlcr".
21217
21218 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
21219
21220 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
21221
21222 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
21223
21224 2003-07-19 John Paul Wallington <jpw@gnu.org>
21225
21226 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
21227 (artist-draw-rect, artist-draw-square): Doc fixes.
21228
21229 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
21230
21231 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
21232
21233 2003-07-19 Kenichi Handa <handa@m17n.org>
21234
21235 * international/kkc.el (kkc-show-conversion-list-update):
21236 Highlight the correct candidate in the message.
21237
21238 2003-07-18 John Paul Wallington <jpw@gnu.org>
21239
21240 * simple.el (current-word): Don't include punctuation char when
21241 `really-word' arg is non-nil.
21242
21243 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
21244
21245 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
21246 moved to the directory obsolete.
21247
21248 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
21249
21250 * info.el (Info-menu-entry-name-re): Allow newlines in
21251 menu entry names.
21252
21253 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
21254 syntax-ppss-after-change-function.
21255 (syntax-ppss-after-change-function): New alias. Update uses.
21256 (syntax-ppss): Catch the case where the buffer is narrowed.
21257
21258 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21259
21260 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
21261 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
21262
21263 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21264
21265 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
21266 since it might be modified.
21267
21268 * progmodes/cc-langs.el (c++-make-template-syntax-table)
21269 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
21270 names to these language constants.
21271
21272 2003-07-15 Kim F. Storm <storm@cua.dk>
21273
21274 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
21275 All uses changed.
21276
21277 2003-07-14 Mark A. Hershberger <mah@everybody.org>
21278
21279 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
21280 Namespace support.
21281
21282 2003-07-13 Juanma Barranquero <lektu@terra.es>
21283
21284 * frame.el (modify-all-frames-parameters): Reinstall (copyright
21285 papers received).
21286
21287 2003-07-13 Karl Eichwalder <ke@suse.de>
21288
21289 * textmodes/po.el (po-find-charset): White space at the start of the
21290 Content-Type field body is non-mandatory.
21291
21292 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
21293
21294 * textmodes/texinfo.el (texinfo-section-list):
21295 Append appendixsection; a synonym for appendixsec.
21296
21297 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
21298
21299 * man.el (Man-translate-cleanup): New.
21300 (Man-translate-references): Call `Man-translate-cleanup' to clean
21301 leading, trailing and middle spaces.
21302
21303 2003-07-13 Lars Hansen <larsh@math.ku.dk>
21304
21305 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
21306 Handle `dired-directory' being a list.
21307
21308 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
21309
21310 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
21311 it doesn't exist.
21312
21313 2003-07-12 Richard M. Stallman <rms@gnu.org>
21314
21315 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
21316
21317 * progmodes/cc-defs.el (c-make-keywords-re):
21318 Don't use delete-duplicates.
21319 (c-lang-const): Don't use mapcan.
21320
21321 * apropos.el (apropos-show-scores): Make it customizable.
21322 Document new meaning.
21323 (apropos): Compute scores from symbols.
21324 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
21325
21326 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21327
21328 * ps-bdf.el: Fix copyright line.
21329 (bdf-directory-list): Fix initialization code.
21330
21331 2003-07-11 John Paul Wallington <jpw@gnu.org>
21332
21333 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
21334 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
21335 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
21336
21337 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
21338
21339 * emacs-lisp/ring.el (ring-elements): Doc fix.
21340
21341 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21342
21343 * calendar/timeclock.el (timeclock-relative)
21344 (timeclock-ask-before-exiting, timeclock-use-display-time):
21345 Doc changes.
21346 (timeclock-modeline-display): Give a message if
21347 `timeclock-use-display-time' is non-nil but `display-time-mode'
21348 is not active.
21349
21350 2003-07-11 Kenichi Handa <handa@m17n.org>
21351
21352 * international/mule-cmds.el (set-language-environment):
21353 Set current-language-environment to the correct string.
21354
21355 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21356
21357 * ps-print.el: Print line number correctly in a region. Reported by
21358 Tim Allen <timallen@ls83.fsnet.co.uk>.
21359 (ps-print-version): New version number (6.6.2).
21360 (ps-printing-region): Code fix.
21361
21362 2003-07-10 John Paul Wallington <jpw@gnu.org>
21363
21364 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
21365 this function can be called from `add-completions-from-tags-table'.
21366
21367 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
21368
21369 * calendar/timeclock.el (timeclock-use-display-time)
21370 (timeclock-day-over-hook, timeclock-workday-remaining)
21371 (timeclock-status-string, timeclock-when-to-leave)
21372 (timeclock-when-to-leave-string, timeclock-log-data)
21373 (timeclock-find-discrep, timeclock-day-base)
21374 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
21375 (timeclock-modeline-display): Set the variable
21376 `timeclock-modeline-display'.
21377 (timeclock-update-modeline): Doc fix. Respect value of
21378 `timeclock-relative'.
21379
21380 2003-07-09 Richard M. Stallman <rms@gnu.org>
21381
21382 * textmodes/reftex-parse.el (reftex-all-document-files):
21383 Add autoload cookie.
21384
21385 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
21386 (reftex-scanning-info-available-p): Add autoload cookie.
21387
21388 * international/mule-cmds.el
21389 (set-display-table-and-terminal-coding-system): Delete duplicate
21390 aset on standard-display-table.
21391
21392 * view.el (view-file): If existing buffer's major mode is special,
21393 don't go into view mode.
21394
21395 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
21396
21397 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21398
21399 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
21400 buffer changes; there's third party code that calls this function
21401 directly.
21402
21403 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21404
21405 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
21406 (autodoc-font-lock-keywords): Don't byte compile on font lock
21407 initialization when running from byte compiled files.
21408
21409 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21410
21411 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
21412 statement ends with auto-increment "++".
21413
21414 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21415
21416 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21417 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21418 these are changed, so declare them as variables and not constants.
21419
21420 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
21421
21422 * subr.el (dolist, dotimes): Doc fix.
21423
21424 2003-07-08 Kim F. Storm <storm@cua.dk>
21425
21426 * international/mule-cmds.el
21427 (set-display-table-and-terminal-coding-system): Don't break
21428 bootstrap if standard-display-table isn't setup yet.
21429
21430 2003-07-07 Richard M. Stallman <rms@gnu.org>
21431
21432 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
21433 Give it a doc string, and autoload it.
21434
21435 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
21436 Use with-no-warnings.
21437
21438 * info.el (Info-search): If find invisible text, search again.
21439
21440 * isearch.el (search-whitespace-regexp): Add a shy group around it.
21441
21442 * man.el (Man-name-regexp): Match + as part of name.
21443
21444 * simple.el (visible-mode): Rename from vis-mode.
21445 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
21446
21447 * simple.el (current-word): New arg REALLY-WORD specifies
21448 don't include punctuation chars.
21449
21450 * emacs-lisp/debug.el (debug, debugger-env-macro):
21451 Use with-no-warnings while accessing and binding unread-command-char.
21452
21453 * international/mule-cmds.el
21454 (set-display-table-and-terminal-coding-system): Use explicit loop
21455 instead of calling standard-display-default.
21456
21457 * net/ange-ftp.el (ange-ftp-file-symlink-p):
21458 Use condition-case to catch error in ange-ftp-get-files.
21459
21460 * net/browse-url.el (browse-url-browser-function):
21461 Add alternative for Epiphany.
21462 (browse-url-epiphany-program, browse-url-epiphany-arguments)
21463 (browse-url-epiphany-startup-arguments)
21464 (browse-url-epiphany-new-window-is-tab): New variables.
21465 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
21466
21467 * progmodes/compile.el (compile-auto-highlight): Default now t.
21468 (compile): Doc fix.
21469 (compilation-next-error): Fix previous change.
21470
21471 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
21472
21473 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
21474
21475 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
21476
21477 * gdb-ui.el (gdb-source-info): Display current frame when
21478 attaching to an existing process.
21479 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
21480 while laying out windows when attaching to an existing process.
21481
21482 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
21483
21484 * info.el (Info-menu): Use Info-menu-entry-name-re.
21485
21486 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
21487
21488 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
21489 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
21490
21491 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
21492 to match the same text.
21493
21494 2003-07-06 John Paul Wallington <jpw@gnu.org>
21495
21496 * vc.el (vc-annotate-offset): Move defvar up.
21497
21498 2003-07-06 Kim F. Storm <storm@cua.dk>
21499
21500 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
21501 This should fix the infinite loop when extracting menu names.
21502
21503 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21504
21505 * files.el (auto-mode-alist, interpreter-mode-alist):
21506 Remove entries to CC Mode modes to avoid duplicates; they are now added
21507 with autoload directives in cc-mode.el.
21508
21509 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21510
21511 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21512 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21513 these are changed, so declare them as variables and not constants.
21514
21515 * progmodes/cc-mode.el: Fix some autoload problems: Try to
21516 ensure that the entry for ".c" extension comes before the one for
21517 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
21518 Fix incorrect entries that were added to `interpreter-mode-alist'.
21519 Move the autoload directives for AWK to the top level since they
21520 aren't recognized anywhere else. Do not use the new AWK mode doc
21521 in the autoload form for the old AWK mode.
21522
21523 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21524
21525 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
21526 (bibtex-sort-ignore-string-entries): Default value t.
21527 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
21528 erroneously in previous version.
21529 (bibtex-string-files): Docstring reflects new parsing scheme.
21530 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
21531 docstring, add # as one of the chars to crush
21532 (bibtex-autokey-prefix-string, bibtex-autokey-names)
21533 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
21534 (bibtex-autokey-name-change-strings)
21535 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
21536 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
21537 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
21538 (bibtex-autokey-title-terminators)
21539 (bibtex-autokey-titlewords-stretch)
21540 (bibtex-autokey-titleword-ignore)
21541 (bibtex-autokey-titleword-case-convert)
21542 (bibtex-autokey-titleword-abbrevs)
21543 (bibtex-autokey-titleword-abbrevs)
21544 (bibtex-autokey-titleword-change-strings)
21545 (bibtex-autokey-titleword-length)
21546 (bibtex-autokey-titleword-separator)
21547 (bibtex-autokey-name-year-separator)
21548 (bibtex-autokey-year-title-separator)
21549 (bibtex-autokey-before-presentation-function)
21550 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
21551 Fix docstring.
21552 (bibtex-strings, bibtex-reference-keys):
21553 Use lazy-completion-table and make-variable-buffer-local.
21554 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
21555 (bibtex-braced-string-syntax-table)
21556 (bibtex-quoted-string-syntax-table): New variables.
21557 (bibtex-parse-nested-braces): Remove.
21558 (bibtex-parse-field-string): Use syntax table and forward-sexp.
21559 (bibtex-parse-association): Simplify.
21560 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
21561 (bibtex-parse-field-text): Simplify.
21562 (bibtex-search-forward-field, bibtex-search-backward-field):
21563 argument BOUND can take value t.
21564 (bibtex-start-of-field, bibtex-start-of-name-in-field)
21565 (bibtex-end-of-name-in-field, bibtex-end-of-field)
21566 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21567 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
21568 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
21569 (bibtex-skip-to-valid-entry): Return buffer position of beginning
21570 and ending of entry. Update for changes of bibtex-search-entry.
21571 Simplify.
21572 (bibtex-map-entries): FUN is called with three arguments.
21573 (bibtex-search-entry): Return a cons pair with buffer positions of
21574 beginning and end of entry.
21575 (bibtex-enclosing-field): Simplify.
21576 (bibtex-format-entry): Use booktitle to set a missing title.
21577 (bibtex-autokey-get-names): Fiddle with regexps.
21578 (bibtex-generate-autokey): Use identity.
21579 (bibtex-parse-keys): Use simplified parsing algorithm if
21580 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
21581 arguments. Return alist of keys.
21582 (bibtex-parse-strings): Simplify. Return alist of strings.
21583 (bibtex-complete-string-cleanup): Fix docstring.
21584 (bibtex-read-key): New function.
21585 (bibtex-mode): Fix docstring. Do not parse for keys and
21586 strings when the mode is entered. Set fill-paragraph-function to
21587 bibtex-fill-field. Setup font-lock-mark-block-function the way
21588 font-lock intended.
21589 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
21590 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
21591 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
21592 (bibtex-Preamble): Avoid hard coded constants.
21593 (bibtex-make-field): Fix docstring. Simplify.
21594 (bibtex-beginning-of-entry): Always return new position of point.
21595 (bibtex-end-of-entry): Rearrange cond clauses.
21596 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
21597 Update for changes of bibtex-map-entries.
21598 (bibtex-ispell-abstract): Do not move point.
21599 (bibtex-entry-index): Use downcase. Simplify.
21600 (bibtex-lessp): Handle catch-all.
21601 (bibtex-find-crossref): Turn into a command.
21602 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
21603 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
21604 preamble entries.
21605 (bibtex-fill-field-bounds): New function.
21606 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
21607 (bibtex-fill-entry): Use bibtex-fill-field-bounds
21608 (bibtex-String): Use bibtex-strings. Always obey
21609 bibtex-sort-ignore-string-entries.
21610
21611 2003-07-05 John Paul Wallington <jpw@gnu.org>
21612
21613 * cus-theme.el (customize-create-theme):
21614 Call `customize-create-theme' in Reset widget's notify function.
21615
21616 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
21617 (ibuffer-mark-interactive): Use `or' instead of `unless'.
21618 (define-ibuffer-column name): Add summarizer.
21619 (define-ibuffer-column size): Likewise.
21620 (define-ibuffer-column filename): Likewise.
21621 (define-ibuffer-column process): Likewise. Change BODY's output too.
21622 (define-ibuffer-column filename-and-process): Likewise, likewise.
21623 (ibuffer): Remove local vars `already-in' and `need-update'.
21624
21625 * ibuf-ext.el: Don't require `derived' at compile-time.
21626
21627 2003-07-05 Kim F. Storm <storm@cua.dk>
21628
21629 * info.el: Disable paragraph refilling.
21630 (Info-refill-paragraphs): New defcustom.
21631 (Info-fontify-node): Use it.
21632
21633 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
21634
21635 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
21636 thingies from constructors created by defstruct.
21637
21638 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
21639 the default value of the variable.
21640 (byte-code-meter): Move declaration to top level.
21641
21642 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
21643
21644 * info.el (Info-following-node-name-re): New fun.
21645 (Info-following-node-name): Remove.
21646 (Info-insert-dir): Use the new fun.
21647 (Info-extract-pointer): Don't save restriction; use new fun.
21648 (Info-menu-entry-name-re): New const.
21649 (Info-menu-entry-name-re): Use it along with new fun.
21650 (Info-node-spec-re): Use new fun.
21651 (Info-complete-menu-item, Info-fontify-node): Use new const.
21652 (Info-goto-node, Info-follow-reference, Info-menu-update):
21653 Use match-string.
21654 (Info-follow-reference): Use assoc-string.
21655 Use a list of strings for the completion table.
21656 (Info-fontify-node): Use match-string, line-end-position.
21657 Limit the search for `node:' to the first line.
21658
21659 * newcomment.el (uncomment-region): Remove padding coming from
21660 comment-start rather than just from comment-padding.
21661
21662 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
21663 (vc-cvs-stay-local-p): Use vc-stay-local-p.
21664 (vc-cvs-rename-file): Remove (use the default).
21665 (vc-cvs-register): Register parent dir if needed.
21666 (vc-cvs-could-register): Return non-nil if parent can be registered.
21667 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
21668 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
21669
21670 * vc-svn.el (vc-svn-use-edit): Make it into a const.
21671 (vc-svn-update): Fix the arguments to `svn'.
21672 (vc-svn-diff-tree): Just use `vc-svn-diff'.
21673 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
21674 Simple implementations, assuming `name' is a URL.
21675
21676 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
21677 set of chars allowed unquoted in a case pattern.
21678
21679 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
21680
21681 * font-lock.el (font-lock-extra-types-widget)
21682 (c-font-lock-extra-types, c++-font-lock-extra-types)
21683 (objc-font-lock-extra-types, java-font-lock-extra-types)
21684 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
21685 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
21686 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
21687 (font-lock-match-c++-structor-declaration)
21688 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
21689 (c++-font-lock-keywords-3, c++-font-lock-keywords)
21690 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
21691 (objc-font-lock-keywords-3, objc-font-lock-keywords)
21692 (java-font-lock-keywords-1, java-font-lock-keywords-2)
21693 (java-font-lock-keywords-3, java-font-lock-keywords)
21694 (java-font-lock-syntactic-face-function): Remove obsolete code
21695 and constants. It's all in cc-fonts.el now.
21696
21697 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
21698
21699 * mail/sendmail.el (mail-specify-envelope-from)
21700 (mail-envelope-from): Doc fix.
21701
21702 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
21703
21704 * generic-x.el: Do away with the dependency on `c-emacs-features'
21705 when populating `rul-generic-mode-syntax-table'; we already know
21706 this isn't XEmacs.
21707
21708 See ChangeLog.10 for earlier changes.
21709
21710 ;; Local Variables:
21711 ;; coding: iso-2022-7bit
21712 ;; End:
21713
21714 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
21715 Copying and distribution of this file, with or without modification,
21716 are permitted provided the copyright notice and this notice are preserved.
21717
21718 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1