]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-06-13 Kim F. Storm <storm@cua.dk>
2
3 * subr.el (add-to-ordered-list): New defun.
4
5 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
6 add cua--keymap-alist to emulation-mode-map-alists.
7
8 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9
10 * subr.el (complete-in-turn): New macro.
11 (dynamic-completion-table, lazy-completion-table): Add debug info.
12
13 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
14 in preference to face aliases.
15
16 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
17 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
18 Remove unused vars `start' and `firstline'.
19 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
20 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
21
22 2005-06-13 Eli Zaretskii <eliz@gnu.org>
23
24 * cus-start.el (all): Don't complain about missing GTK-related
25 variables, unless either `gtk' is boundp or this isn't a
26 `windows-nt' build.
27
28 2005-06-13 Lute Kamstra <lute@gnu.org>
29
30 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
31 run-mode-hooks.
32
33 * ediff-mult.el (ediff-meta-mode):
34 * ediff-util.el (ediff-mode): Use run-mode-hooks.
35
36 * ledit.el (ledit-mode): Use delay-mode-hooks.
37
38 * woman.el (woman-mode-line-format): Delete constant.
39 (woman-mode-map): Initialize it properly.
40 (woman-mode): Set mode-class property to special.
41 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
42 Set major-mode and mode-name. Don't set mode-line-format directly.
43 (Man-getpage-in-background): Don't reference woman-mode-line-format.
44
45 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
46 string argument obsolete.
47
48 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
49
50 * textmodes/org.el: (org-CUA-compatible): New option.
51 (org-disputed-keys): New variable.
52 (org-key): New function.
53 (orgtbl-make-binding): Add docstring to the created function.
54 (org-mode): Set paragraph start/separate regexps.
55 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
56 (org-archive-location, org-archive-mark-done)
57 (org-archive-stamp-time): New options.
58 (org-archive-subtree): New command.
59 (org-fill-paragraph): New function.
60 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
61 (org-fake-empty-table-line): Function removed.
62 (org-format-org-table-html): Do not create empty table lines at
63 separator lines. Improved table header treatment.
64 (org-link-format): New option.
65 (org-make-link): New function.
66 (org-insert-link, org-store-link): Use org-make-link.
67 (org-open-file): Quote file name for shell command, to allow
68 spaces in file names.
69 (org-link-regexp): Fix bug with mailto link.
70 (org-link-maybe-angles-regexp, org-protected-link-regexp):
71 New constants.
72 (org-export-as-html): Deal with the optional angles around a link.
73 Better treatment of file: links.
74 (org-open-at-point): Replace @{ and @} with < and >.
75 (org-run-mode-hooks): Function removed.
76 (org-agenda-mode): No longer use `org-run-mode-hooks'.
77
78 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
79
80 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
81 MI command -data-list-register-values.
82 (gdb-post-prompt): Indent properly.
83
84 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
85
86 * hilit-chg.el (highlight-changes-colors): Rename from
87 `highlight-changes-colours'.
88 (highlight-changes-colours): Keep as obsolete alias.
89 (highlight-changes-face-list): Doc fix.
90 (hilit-chg-make-list): Use `highlight-changes-colors'.
91
92 2005-06-12 Mark A. Hershberger <mah@everybody.org>
93
94 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
95 defun-prompt-regexp.
96
97 2005-06-12 Eli Zaretskii <eliz@gnu.org>
98
99 * loadup.el: Don't say we are dumping under 2 names on windows-nt
100 and cygwin.
101
102 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
103 Don't use an old loaddefs.el, as in Makefile.in.
104
105 2005-06-12 Lute Kamstra <lute@gnu.org>
106
107 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
108
109 * man.el (Man-mode-map): Initialize it properly.
110 (Man-mode): Set mode-class property to special.
111
112 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
113
114 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
115
116 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
117 A newline is needed in the docstring there.
118
119 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
120 Doc fixes.
121
122 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
123
124 * printing.el: Doc fix. The menubar is no more changed when printing
125 is loaded, it only changes when pr-menu-bind or pr-update-menus is
126 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
127 (pr-version): New version number (6.8.4).
128 (pr-menu-bind): New command.
129 (pr-update-menus): Docstring and code fix.
130 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
131 Docstring fix.
132 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
133 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
134
135 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
136
137 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
138 "Returns" to "return", document useful return values, etc.
139
140 2005-06-11 Alan Mackenzie <acm@muc.de>
141
142 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
143 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
144 (adaptive-file-function): Minor amendment to doc-string.
145
146 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
147
148 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
149 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
150 Fix :type--it is `integer', not `string'.
151
152 * faces.el (modeline-highlight): Rename from (the erroneous)
153 `modeline-higilight'.
154
155 2005-06-11 Lute Kamstra <lute@gnu.org>
156
157 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
158 lisp-interaction-mode-map but make it the parent.
159 (edebug-eval-mode): Use define-derived-mode.
160
161 2005-06-11 Andreas Schwab <schwab@suse.de>
162
163 * bindings.el: Add binding of `ESC functionkey' for every
164 `M-functionkey'.
165 * hexl.el (hexl-mode-map): Likewise.
166
167 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
168
169 * progmodes/compile.el (compilation-error-regexp-alist-alist)
170 [msft]: update regexp for newer msft compilers.
171
172 2005-06-10 Mark A. Hershberger <mah@everybody.org>
173
174 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
175 ATTLIST portions of included DTDs.
176 (xml-parse-dtd): Eliminate use of inefficient match-data.
177
178 2005-06-10 Miles Bader <miles@gnu.org>
179
180 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
181 (mpuz-text): Remove "-face" suffix from face names.
182 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
183 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
184 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
185
186 * play/gomoku.el (gomoku-O, gomoku-X):
187 Remove "-face" suffix from face names.
188 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
189 New backward-compatibility aliases for renamed faces.
190 (gomoku-font-lock-keywords): Use renamed gomoku faces.
191
192 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
193
194 * thumbs.el: Fixes for changes of 2005-06-09.
195 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
196 as a directory.
197 (thumbs-thumbname): Remove directory separator from format string;
198 `thumbs-thumbsdir' now returns a valid directory name.
199 (thumbs-temp-dir): New defsubst.
200 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
201 Use it.
202
203 * cus-edit.el (minibuffer):
204 * files.el (make-backup-file-name-function):
205 * filesets.el (filesets-external-viewers):
206 * hilit-chg.el (highlight-changes-colours)
207 (highlight-changes-face-list, highlight-changes-rotate-faces):
208 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
209 * kmacro.el (kmacro-call-macro):
210 * log-edit.el (log-edit-changelog-full-paragraphs):
211 * mouse.el (mouse-1-click-follows-link):
212 * skeleton.el (skeleton-autowrap):
213 * subr.el (insert-for-yank-1):
214 * tempo.el (tempo-insert-region):
215 * terminal.el (terminal-emulator):
216 * time.el (display-time-mail-face):
217 * vc.el (vc-annotate):
218 * vcursor.el (vcursor-copy-line):
219 * woman.el (woman-bold-headings, woman-ignore)
220 (woman-default-faces, woman-monochrome-faces):
221 * calendar/todo-mode.el (todo-insert-threshold):
222 * emulation/pc-select.el (pc-select-selection-keys-only)
223 (pc-selection-mode):
224 * emulation/vip.el (vip-find-char-forward):
225 * emulation/viper-cmd.el (viper-find-char-forward):
226 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
227 (input-method-exit-on-invalid-key):
228 * international/mule-diag.el (describe-coding-system):
229 * international/ucs-tables.el (unify-8859-on-encoding-mode):
230 * net/browse-url.el (browse-url-xterm-program):
231 * obsolete/lazy-lock.el (lazy-lock-mode):
232 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
233 (cperl-mode):
234 * progmodes/cpp.el (cpp-face-light-name-list)
235 (cpp-face-dark-name-list):
236 * progmodes/delphi.el (delphi-newline-always-indents):
237 Fix spellings in docstrings.
238
239 * ido.el (ido-mode, ido-file-extensions-order)
240 (ido-default-file-method, ido-default-buffer-method)
241 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
242 (ido-decorations, ido-read-file-name-as-directory-commands)
243 (ido-read-file-name-non-ido, ido-work-directory-list)
244 (ido-ignore-item-temp-list, ido-current-directory)
245 (ido-magic-forward-char, ido-enter-find-file)
246 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
247 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
248
249 2005-06-10 Lute Kamstra <lute@gnu.org>
250
251 * play/dunnet.el (dun-mode): Use define-derived-mode.
252 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
253 obsolete alias.
254
255 * play/doctor.el (doctor-mode-map): Remove defvar.
256 (doctor-mode): Use define-derived-mode.
257
258 * mail/mspools.el (mspools-mode):
259 * net/eudc-hotlist.el (eudc-hotlist-mode):
260 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
261
262 2005-06-10 Miles Bader <miles@gnu.org>
263
264 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
265 Remove "-face" suffix from face names.
266 (flyspell-incorrect-face, flyspell-duplicate-face):
267 New backward-compatibility aliases for renamed faces.
268 (flyspell-mode-on, make-flyspell-overlay)
269 (flyspell-highlight-incorrect-region)
270 (flyspell-highlight-duplicate-region)
271 (flyspell-display-next-corrections)
272 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
273
274 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
275 from face name.
276 (texinfo-heading-face): New backward-compatibility alias for
277 renamed face.
278 (texinfo-heading-face): Use renamed texinfo-heading face.
279
280 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
281 suffix from face names.
282 (tex-math-face, tex-verbatim-face):
283 New backward-compatibility aliases for renamed faces.
284 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
285 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
286 literal face name.
287
288 * textmodes/table.el (table-cell): Remove "-face" suffix from face
289 name.
290 (table-cell-face): New backward-compatibility alias for renamed face.
291 (table--put-cell-face-property, table--update-cell-face):
292 Use renamed table-cell face.
293
294 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
295 from face name.
296 (sgml-namespace-face): New backward-compatibility alias for
297 renamed face.
298 (sgml-namespace-face): Use renamed sgml-namespace face.
299
300 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
301 (org-level-4, org-level-5, org-level-6, org-level-7)
302 (org-level-8, org-warning, org-headline-done)
303 (org-deadline-announce, org-scheduled-today)
304 (org-scheduled-previously, org-link, org-done, org-table)
305 (org-time-grid): Remove "-face" suffix from face names.
306 (org-level-1-face, org-level-2-face, org-level-3-face)
307 (org-level-4-face, org-level-5-face, org-level-6-face)
308 (org-level-7-face, org-level-8-face, org-warning-face)
309 (org-headline-done-face, org-deadline-announce-face)
310 (org-scheduled-today-face, org-scheduled-previously-face)
311 (org-link-face, org-done-face, org-table-face)
312 (org-time-grid-face):
313 New backward-compatibility aliases for renamed faces.
314 (org-level-faces, org-set-font-lock-defaults, org-timeline)
315 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
316 (org-agenda-get-timestamps, org-agenda-get-scheduled)
317 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
318
319 * emulation/viper-init.el (viper-search, viper-replace-overlay)
320 (viper-minibuffer-emacs, viper-minibuffer-insert)
321 (viper-minibuffer-vi): Remove "-face" suffix from face names.
322 (viper-search-face, viper-replace-overlay-face)
323 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
324 (viper-minibuffer-vi-face):
325 New backward-compatibility aliases for renamed faces.
326 (viper-search-face, viper-replace-overlay-face)
327 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
328 (viper-minibuffer-vi-face): Use renamed viper faces.
329
330 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
331 Remove "-face" suffix from face names.
332 (testcover-nohits-face, testcover-1value-face):
333 New backward-compatibility aliases for renamed faces.
334 (testcover-mark): Use renamed testcover faces.
335
336 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
337 face name.
338 (diary-button-face): New backward-compatibility alias for renamed face.
339 (diary-entry): Use renamed diary-button face.
340
341 * calendar/calendar.el (diary, calendar-today, holiday)
342 (mark-visible-calendar-date): Remove "-face" suffix from face names.
343 (diary-face, calendar-today-face, holiday-face):
344 New backward-compatibility aliases for renamed faces.
345 (eval-after-load "facemenu", diary-entry-marker)
346 (calendar-today-marker, calendar-holiday-marker, diary-face):
347 Use renamed calendar faces.
348
349 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
350 (compare-windows-face): New backward-compatibility alias for
351 renamed face.
352 (compare-windows-highlight): Use renamed compare-windows face.
353
354 * strokes.el (strokes-char): Remove "-face" suffix from face name.
355 (strokes-char-face): New backward-compatibility alias for renamed face.
356 (strokes-encode-buffer): Use renamed strokes-char face.
357
358 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
359 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
360 Remove "-face" suffix from face names.
361 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
362 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
363 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
364 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
365 Use renamed pcvs faces.
366 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
367 * pcvs-defs.el (cvs-mode-map): Likewise.
368 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
369
370 * info.el (info-title-1, info-title-2, info-title-3)
371 (info-title-4): Remove "-face" suffix from and downcase face names.
372 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
373 (Info-title-4-face):
374 New backward-compatibility aliases for renamed faces.
375 (Info-fontify-node): Use renamed info faces.
376
377 * hilit-chg.el (highlight-changes, highlight-changes-delete):
378 Remove "-face" suffix from face names.
379 (highlight-changes-face, highlight-changes-delete-face):
380 New backward-compatibility aliases for renamed faces.
381 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
382 (hilit-chg-make-list): Use renamed highlight-changes faces.
383
384 * generic-x.el (show-tabs-tab, show-tabs-space):
385 Remove "-face" suffix from face names.
386 (show-tabs-tab-face, show-tabs-space-face):
387 New backward-compatibility aliases for renamed faces.
388 (show-tabs-generic-mode-font-lock-defaults-1)
389 (show-tabs-generic-mode-font-lock-defaults-2):
390 Use renamed show-tabs faces.
391
392 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
393 (smerge-markers): Remove "-face" suffix from face names.
394 (smerge-mine-face, smerge-other-face, smerge-base-face)
395 (smerge-markers-face):
396 New backward-compatibility aliases for renamed faces.
397 (smerge-mine-face, smerge-other-face, smerge-base-face)
398 (smerge-markers-face): Use renamed smerge faces.
399
400 * log-view.el (log-view-file, log-view-message):
401 Remove "-face" suffix from face names.
402 (log-view-file-face, log-view-message-face):
403 New backward-compatibility aliases for renamed faces.
404 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
405
406 * paren.el (show-paren-match, show-paren-mismatch):
407 Remove "-face" suffix from face names.
408 (show-paren-match-face, show-paren-mismatch-face):
409 New backward-compatibility aliases for renamed faces.
410 (show-paren-function): Use renamed show-paren faces.
411
412 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
413 (ruler-mode-margins, ruler-mode-fringes)
414 (ruler-mode-column-number, ruler-mode-fill-column)
415 (ruler-mode-comment-column, ruler-mode-goal-column)
416 (ruler-mode-tab-stop, ruler-mode-current-column):
417 Remove "-face" suffix from face names.
418 (ruler-mode-default-face, ruler-mode-pad-face)
419 (ruler-mode-margins-face, ruler-mode-fringes-face)
420 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
421 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
422 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
423 New backward-compatibility aliases for renamed faces.
424 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
425 (ruler-mode-column-number, ruler-mode-fill-column)
426 (ruler-mode-comment-column, ruler-mode-goal-column)
427 (ruler-mode-tab-stop, ruler-mode-current-column)
428 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
429
430 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
431 face name.
432 (whitespace-highlight-the-space): Use renamed face.
433 (whitespace-highlight-face): New backward-compatibility alias for
434 renamed face.
435
436 * woman.el (woman-italic, woman-bold, woman-unknown)
437 (woman-addition, woman-symbol-face):
438 Remove "-face" suffix from face names.
439 (woman-italic-face, woman-bold-face, woman-unknown-face)
440 (woman-addition-face):
441 New backward-compatibility aliases for renamed faces.
442 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
443 (woman-decode-region, woman-replace-match)
444 (woman-display-extended-fonts, woman-special-characters)
445 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
446 Use renamed woman faces.
447
448 * longlines.el (longlines-visible-face): Face removed.
449
450 * diff-mode.el (diff-header, diff-file-header, diff-index)
451 (diff-hunk-header, diff-removed, diff-added, diff-changed)
452 (diff-function, diff-context, diff-nonexistent): Remove "-face"
453 suffix from face names.
454 (diff-header-face, diff-file-header-face, diff-index-face)
455 (diff-hunk-header-face, diff-removed-face, diff-added-face)
456 (diff-changed-face, diff-function-face, diff-context-face)
457 (diff-nonexistent-face): New backward-compatibility aliases for
458 renamed faces.
459 (diff-header-face, diff-file-header-face)
460 (diff-index, diff-index-face, diff-hunk-header)
461 (diff-hunk-header-face, diff-removed, diff-removed-face)
462 (diff-added, diff-added-face, diff-changed-face, diff-function)
463 (diff-function-face, diff-context-face, diff-nonexistent)
464 (diff-nonexistent-face): Use renamed diff-mode faces.
465
466 * progmodes/compile.el (compilation-warning-face)
467 (compilation-info-face): Remove "-face" suffix from face names.
468 (compilation-warning-face, compilation-info-face):
469 New backward-compatibility aliases for renamed faces.
470 (compilation-warning-face, compilation-info-face):
471 Use renamed compilation faces.
472
473 * add-log.el (change-log-date, change-log-name)
474 (change-log-email, change-log-file, change-log-list)
475 (change-log-conditionals, change-log-function)
476 (change-log-acknowledgement): Remove "-face" suffix from face names.
477 (change-log-date-face, change-log-name-face)
478 (change-log-email-face, change-log-file-face)
479 (change-log-list-face, change-log-conditionals-face)
480 (change-log-function-face, change-log-acknowledgement-face):
481 New backward-compatibility aliases for renamed faces.
482 (change-log-font-lock-keywords): Use renamed change-log faces.
483
484 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
485 (custom-set, custom-changed, custom-saved, custom-button)
486 (custom-button-pressed, custom-documentation, custom-state)
487 (custom-comment, custom-comment-tag, custom-variable-tag)
488 (custom-variable-button, custom-face-tag, custom-group-tag-1)
489 (custom-group-tag): Remove "-face" suffix from face names.
490 (custom-magic-alist, custom-magic-value-create)
491 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
492 (custom-invalid-face, custom-rogue-face, custom-modified-face)
493 (custom-set-face, custom-changed-face, custom-saved-face)
494 (custom-button-face, custom-button-pressed-face)
495 (custom-documentation-face, custom-state-face)
496 (custom-comment-face, custom-comment-tag-face)
497 (custom-variable-tag-face, custom-variable-button-face)
498 (custom-face-tag-face, custom-group-tag-face-1)
499 (custom-group-tag-face):
500 New backward-compatibility aliases for renamed faces.
501
502 * wid-edit.el (widget-documentation, widget-button)
503 (widget-field, widget-single-line-field, widget-inactive)
504 (widget-button-pressed): "-face" suffix removed from face names.
505 (widget-documentation-face, widget-button-face)
506 (widget-field-face, widget-single-line-field-face)
507 (widget-inactive-face, widget-button-pressed-face):
508 New backward-compatibility aliases for renamed faces.
509 (widget-documentation-face, widget-button-face)
510 (widget-button-pressed-face, widget-specify-field)
511 (widget-specify-inactive): Use renamed widget faces.
512
513 2005-06-10 Kenichi Handa <handa@m17n.org>
514
515 * term/x-win.el (x-clipboard-yank): Remove condition-case
516 wrapping.
517
518 2005-06-11 Kenichi Handa <handa@m17n.org>
519
520 * add-log.el (change-log-font-lock-keywords): Make the regexp for
521 date lines stricter.
522
523 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
524
525 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
526 of x-get-selection.
527
528 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
529
530 * comint.el (comint-mode, comint-snapshot-last-prompt):
531 * frame.el (frame-current-scroll-bars):
532 * term.el (term-mode, term-check-proc, term-input-sender)
533 (term-simple-send, term-extract-string, term-word)
534 (term-match-partial-filename):
535 * window.el (window-current-scroll-bars):
536 * emulation/cua-base.el (cua-normal-cursor-color)
537 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
538 (cua-global-mark-cursor-color):
539 * mail/undigest.el (rmail-forward-separator-regex):
540 Fix typos in docstrings.
541
542 * comint.el (comint-check-proc, make-comint-in-buffer)
543 (comint-source-default): Doc fixes.
544
545 * term.el (term-send-string): Improve argument/docstring
546 consistency.
547
548 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
549
550 * comint.el (comint-send-input): Bind `inhibit-read-only' around
551 call to `delete-region'.
552 (comint-mode-hook): Do not enable Font Lock by default.
553
554 2005-06-09 Lute Kamstra <lute@gnu.org>
555
556 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
557 could be void.
558
559 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
560
561 * emacs-lisp/debug.el (debugger-will-be-back): New var.
562 (debug): Use it.
563 (debugger-step-through, debugger-continue, debugger-jump)
564 (debugger-return-value): Set it when needed.
565 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
566 Use inhibit-read-only.
567
568 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
569
570 * window.el (shrink-window-if-larger-than-buffer)
571 (window-size-fixed): Fix typo in docstring.
572
573 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
574 thumbnails directory on loading.
575 (thumbs-conversion-program): Use `eq' to check the system type,
576 not `equal'.
577 (thumbs-temp-dir): Initialize to `temporary-file-directory',
578 not "/tmp". Fix docstring.
579 (thumbs-thumbsdir): New function to return the thumbnails
580 directory, creating it if needed.
581 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
582 (thumbs-temp-file): Delete variable and make it into a function.
583 (thumbs-resize-image, thumbs-modify-image): Use it.
584 (thumbs-kill-buffer): Simplify.
585 (thumbs-gensym): Defalias or duplicate CL `gensym'.
586 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
587 docstrings.
588
589 2005-06-09 Kim F. Storm <storm@cua.dk>
590
591 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
592 set-match-data to free markers in match-data.
593
594 * replace.el (replace-match-data): Pass RESEAT arg `t' to
595 match-data to unchain markers in match-data.
596
597 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
598
599 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
600 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
601 unnecessary now.
602
603 2005-06-08 Richard M. Stallman <rms@gnu.org>
604
605 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
606 give the variable a doc string that doesn't say don't set it directly.
607
608 * textmodes/ispell.el (ispell-check-version):
609 Use match-string-no-properties.
610 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
611 (ispell-buffer-local-words): Likewise.
612
613 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
614 except on terminals with enough colors to really display it.
615 (makefile-dependency-regex): Delete spurious `bb'.
616
617 * faces.el (escape-glyph): Use blue once again in last case.
618 (no-break-space): Redefine so that it isn't invisible on a tty.
619
620 2005-06-08 Kim F. Storm <storm@cua.dk>
621
622 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
623 also when reading directory name.
624
625 2005-06-08 Lute Kamstra <lute@gnu.org>
626
627 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
628 (flyspell-mode-line-string): Remove autoload cookie.
629 (flyspell-mode): Remove defvar.
630
631 2005-06-07 Lute Kamstra <lute@gnu.org>
632
633 * textmodes/org.el (org-run-mode-hooks): New function.
634 (org-agenda-mode): Use it.
635
636 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
637
638 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
639
640 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
641
642 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
643
644 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
645
646 * font-lock.el (font-lock-add-keywords): Doc fix.
647
648 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
649
650 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
651 (tex-compile-default): In the absence of any history, use the order in
652 tex-compile-alist to choose the preferred command.
653 (tex-compile-commands): Reorder a bit.
654
655 * textmodes/flyspell.el (flyspell-auto-correct-binding)
656 (flyspell-incorrect-face, flyspell-duplicate-face):
657 Use (X)Emacs-agnostic code.
658 (flyspell-mode-map): Don't overwrite at each load. Remove code
659 redundant with the subsequent add-minor-mode. Merge Emacs and
660 XEmacs code.
661 (flyspell-word): Minor simplification.
662 (flyspell-math-tex-command-p): Quieten the byte-compiler.
663 (flyspell-external-point-words): Remove unused vars `size' and `start'.
664 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
665 Merge the corresponding Emacs code.
666 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
667
668 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
669 a dedicated window.
670
671 * international/latexenc.el (latexenc-find-file-coding-system):
672 Undo part of last patch, to turn off a compiler warning.
673
674 2005-06-06 Juri Linkov <juri@jurta.org>
675
676 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
677 Rename `tmm-inactive-face' to `tmm-inactive'.
678
679 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
680
681 * iswitchb.el: Rename faces.
682
683 2005-06-06 Kim F. Storm <storm@cua.dk>
684
685 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
686 (cua-global-mark): Remove -face suffix from face names.
687
688 * emulation/cua-gmrk.el (cua--init-global-mark):
689 Remove cua-global-mark face setup.
690
691 2005-06-06 Richard M. Stallman <rms@gnu.org>
692
693 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
694 just like other allowed characters.
695 (makefile-match-dependency): Exclude leading and training whitespace
696 from the range of regexp subexp 1.
697 (makefile-macroassign-regex): Don't try to match the body,
698 just the name of the macro being defined.
699
700 * info.el (Info-read-node-name-2): New function.
701 (Info-read-node-name-1): Use that.
702 Add a completion-base-size-function property.
703
704 * simple.el (completion-setup-function): Look for
705 completion-base-size-function property of
706 minibuffer-completion-table.
707
708 * files.el (locate-file-completion): Doc fix.
709
710 * printing.el: Don't call pr-update-menus; user must do that.
711
712 * emacs-lisp/debug.el (debugger-window): New variable.
713 (debug): Use debugger-window if it is set and still alive.
714 Record debugger-window for next entry.
715
716 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
717
718 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
719
720 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
721 (hack-one-local-variable, hack-local-variables)
722 (hack-local-variables-prop-line): Pass that arg.
723
724 2005-06-06 Kim F. Storm <storm@cua.dk>
725
726 * ido.el (ido-first-match, ido-only-match, ido-subdir)
727 (ido-indicator): Remove -face suffix from face names.
728
729 2005-06-06 Juri Linkov <juri@jurta.org>
730
731 * font-lock.el (font-lock-regexp-backslash)
732 (font-lock-regexp-backslash-construct): New faces.
733 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
734 after `('. Add `while-no-input' to control structures.
735
736 * faces.el (no-break-space, shadow): New faces.
737 (escape-glyph): Use less loud colors pink2 and red4.
738
739 * diff-mode.el (diff-context-face)
740 * dired.el (dired-ignored)
741 * rfn-eshadow.el (file-name-shadow)
742 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
743
744 * info.el (Info-title-1-face): Use green instead of yellow because
745 bold yellow is not readable on light backgrounds.
746
747 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
748 before selecting the desired mode to not spend time fontifying
749 old contents.
750
751 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
752
753 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
754 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
755
756 * ps-print.el (ps-default-fg, ps-default-bg):
757 Fix typos in docstrings.
758
759 * isearchb.el (isearchb): Don't pass a spurious second argument to
760 `iswitchb-completions'.
761
762 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
763
764 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
765 to preserve point.
766 (gdb-find-file-hook): Add doc string.
767
768 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
769 C dereferenced pointer expression.
770 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
771
772 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
773
774 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
775 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
776 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
777 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
778 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
779 Make background transparent.
780
781 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
782
783 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
784 (font-lock-remove-keywords): Doc fix.
785 (font-lock-mode-major-mode): Compiler defvar.
786 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
787
788 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
789 (font-lock-mode): Update `font-lock-mode-major-mode'.
790 (font-lock-set-defaults): Compiler defvar.
791 (font-lock-default-function): Take `font-lock-mode-major-mode'
792 into account.
793
794 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
795 keep track of which major mode it enabled the minor mode for.
796 Use find-file-hook again. Update docstring.
797
798 * simple.el (eval-expression-print-level)
799 (eval-expression-print-length, eval-expression-debug-on-error):
800 Doc fixes.
801
802 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
803
804 * iswitchb.el (iswitchb-single-match-face)
805 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
806 (iswitchb-invalid-regexp-face): New faces.
807 (iswitchb-completions): Use them.
808 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
809 now marked as an obsolete alias.
810 (iswitchb-read-buffer): Remove check for bound font variables.
811 (iswitchb-invalid-regexp): New free variable.
812 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
813 set iswitchb-invalid-regexp.
814 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
815 invalid regexps.
816 (iswitchb-completions): Add check for complete match when entering
817 a regexp.
818 (iswitchb-completions): Remove require-match argument.
819 (iswitchb-exhibit): Fix caller.
820 (iswitchb-common-match-inserted): New variable.
821 (iswitchb-complete, iswitchb-completion-help): Use it.
822
823 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
824
825 * url-http.el (url-http-chunked-encoding-after-change-function):
826 Use `url-http-debug' instead of `message'.
827
828 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
829
830 * url-http.el (url-http-parse-headers): Pass redirected URL as a
831 callback argument.
832
833 2005-06-04 Kim F. Storm <storm@cua.dk>
834
835 * simple.el (line-move): Only call sit-for when moving backwards.
836
837 * ido.el (ido-make-merged-file-list-1): New defun split from
838 ido-make-merged-file-list.
839 (ido-make-merged-file-list): Bind throw-on-input around call to
840 ido-make-merged-file-list-1. Return input-pending-p if
841 interrupted by more input available.
842 (ido-read-internal): Handle input-pending-p return value from
843 ido-make-merged-file-list.
844
845 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
846
847 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
848 compatibility code.
849
850 * international/latexenc.el (latexenc-find-file-coding-system):
851 Don't inherit the EOL part of the coding-system from the
852 tex-main buffer. Fit within 80 columns.
853
854 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
855
856 * tmm.el (tmm-inactive-face): New face.
857 (tmm-remove-inactive-mouse-face): New function.
858 (tmm-prompt, tmm-add-one-shortcut)
859 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
860 but not selectable.
861
862 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
863
864 * faces.el (face-equal): Improve argument/docstring consistency.
865
866 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
867
868 * progmodes/make-mode.el (makefile-targets-face)
869 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
870 (makefile-bsdmake-dependency-regex)
871 (makefile-makepp-rule-action-regex)
872 (makefile-bsdmake-rule-action-regex): New constants.
873 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
874
875 * progmodes/compile.el (compilation-error-regexp-alist-alist):
876 Allow (...) within `...' for makepp messages.
877
878 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
879
880 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
881
882 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
883 "." files are deleted from all file lists before comparison.
884
885 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
886 (viper-ESC-key): Made them customizable.
887
888 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
889
890 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
891
892 * autorevert.el (auto-revert-buffers): Use save-match-data.
893
894 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
895
896 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
897 menu items with a nil command binding.
898
899 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
900
901 * emacs-lisp/cl-macs.el (defsetf):
902 Improve argument/docstring consistency.
903
904 * faces.el (list-faces-display): Improve the formatting by
905 computing the maximum length required for any face-name (reworked
906 patch of 1999-01-11, accidentally deleted on 1999-07-21).
907 (internal-find-face): Remove redundant info in docstring.
908
909 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
910
911 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
912 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
913 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
914 (gdb-assembler-custom): Improve regexps.
915 (def-gdb-auto-update-handler): Use window point to preserve point.
916
917 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
918
919 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
920
921 2005-05-31 Jay Belanger <belanger@truman.edu>
922
923 * calc/calc-embed.el (calc-embedded-word): Change argument passed
924 to calc-embedded.
925 (calc-embedded-make-info): Have plain prefix argument select
926 entire line.
927
928 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
929
930 * faces.el (list-faces-display): Signal error if passed a regexp
931 that matches no face name.
932
933 * simple.el (filter-buffer-substring): Fix typo in docstring.
934
935 2005-05-31 Richard M. Stallman <rms@gnu.org>
936
937 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
938 (vhdl-emacs-21): Doc fix.
939 (vhdl-mode): Unconditionally set comment-padding.
940 (vhdl-fixup-whitespace-region): Insert spaces only where
941 there are none.
942 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
943
944 2005-05-30 John Wiegley <johnw@newartisans.com>
945
946 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
947 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
948 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
949 `directory-sep-char' to ?/, and all uses of `string-to-int' to
950 `string-to-number'.
951
952 2005-05-30 Jay Belanger <belanger@truman.edu>
953
954 * calc/calc.el (calc-bug-address): Fix docstring.
955 (calc-window-hook, calc-trail-window-hook): New variables.
956 (calc-trail-display): Restore use of calc-trail-window-hook.
957 (calc): Restore use of calc-window-hook.
958
959 2005-05-31 Masatake YAMATO <jet@gyve.org>
960
961 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
962
963 * help-fns.el (help-C-file-name): Add autoload mark for
964 `find-function-noselect'.
965
966 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
967
968 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
969 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
970
971 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
972
973 * calendar/diary-lib.el (mark-included-diary-files): Only kill
974 included diary buffer if it was not already being visited.
975 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
976
977 * calendar/icalendar.el (top-level): Do not require 'appt.
978
979 * mail/supercite.el (sc-select-attribution): Only use a list
980 element from sc-attrib-selection-list if it returns a string.
981 Reported by Davide G. M. Salvetti <salve@debian.org>.
982
983 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
984
985 * thumbs.el (thumbs-thumbname): The resulting thubname now
986 includes a hash value to improve its uniqueness, and has a ".jpg"
987 extension. Also, it is now a valid filename on all systems.
988 (thumbs-make-thumb): Use `let', not `let*'.
989 (thumbs-show-thumbs-list): Check for JPEG availability.
990
991 2005-05-30 Richard M. Stallman <rms@gnu.org>
992
993 * filesets.el (filesets-menu-ensure-use-cached):
994 Prevent warning when emacs-version>= is undefined.
995
996 * printing.el (pr-interactive-n-up): Use string-to-number.
997
998 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
999
1000 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1001 Warn only when name to be defined is quoted.
1002
1003 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
1004
1005 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
1006 Make regexp more robust.
1007 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
1008 Force regeneration of disassembly.
1009
1010 2005-05-29 Jay Belanger <belanger@truman.edu>
1011
1012 * calc/calc.el (calc-user-invocation): Check if
1013 calc-invocation-macro is non-nil.
1014
1015 2005-05-29 Juri Linkov <juri@jurta.org>
1016
1017 * add-log.el (change-log-font-lock-keywords):
1018 Add `+' to e-mail regexp to accept mail address with keywords.
1019
1020 * man.el (Man-name-regexp): Add `:' to accept qualified names.
1021
1022 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
1023
1024 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
1025
1026 * ielm.el (inferior-emacs-lisp-mode): Ditto.
1027
1028 2005-05-29 Richard M. Stallman <rms@gnu.org>
1029
1030 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1031 Undo the change that moves to end of the current word.
1032
1033 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1034
1035 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
1036 Throw error when count <= 0 to ensure input is a number.
1037 (gdb-read-memory-custom): Pick up address from buffer.
1038 (gdb-memory-mode): Allow user to increment and decrement
1039 memory address from header line.
1040
1041 2005-05-29 Richard M. Stallman <rms@gnu.org>
1042
1043 * flyspell.el (flyspell-version): Function deleted.
1044 (flyspell-auto-correct-previous-hook): Doc fix.
1045
1046 * jit-lock.el (jit-lock-function, jit-lock-after-change):
1047 Do nothing if memory is full.
1048
1049 * font-lock.el (font-lock-fontify-syntactically-region):
1050 Pass t for GREEDY to looking-back.
1051
1052 * saveplace.el (save-place-alist-to-file): Write the file
1053 using write-region.
1054
1055 * subr.el (looking-back): New argument GREEDY.
1056
1057 * progmodes/compile.el (compilation-start): Set the mode
1058 before inserting the initial text.
1059
1060 * progmodes/which-func.el (which-func-update-1): Turn the mode
1061 off in case of error by setting which-func-mode.
1062
1063 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
1064
1065 * flyspell.el (flyspell-auto-correct-previous-word):
1066 Narrow down to what's on the screen, and recenter overlays
1067 at the end of the next word.
1068
1069 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
1070
1071 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
1072 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
1073 (flyspell-abbrev-p): Default to nil.
1074 (flyspell-use-global-abbrev-table-p): Doc fix.
1075 (flyspell-large-region): Allow nil as value.
1076 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
1077
1078 (mail-mode-flyspell-verify): More robust handling
1079 of `mail-header-separator'. More efficient signature detection.
1080 Allow for regexp metacharacters in message-header-separator.
1081 Adding `To' not to be checked in mail-mode-flyspell-verify.
1082
1083 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
1084 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
1085 Bind flyspell-auto-correct-binding.
1086 Bind C-. and C-, .
1087 (flyspell-mode-map): Likewise.
1088 (flyspell-mode): Doc fix.
1089 (flyspell-accept-buffer-local-defs): Preserve current buffer.
1090 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
1091 (flyspell-word-cache-result): New var, always local.
1092 (flyspell-check-pre-word-p): Doc fix.
1093 (flyspell-check-changed-word-p): Handle spc like newline.
1094 (flyspell-post-command-hook): Set flyspell-word-cache-result.
1095 (flyspell-word-search-backward, flyspell-word-search-forward):
1096 New functions.
1097 (flyspell-word): Return t if nothing to check.
1098 When parsing TeX code, check for after } or \.
1099 Use flyspell-word-search-backward to find previous word.
1100 Return nil if duplicated word.
1101 For word already checked, return same value as last time.
1102 Set flyspell-word-cache-result after checking.
1103 Don't clobber the return value.
1104 (flyspell-get-word): Major rewrite.
1105 (flyspell-external-point-words): New locals pword, pcount.
1106 Fix size used in progress message.
1107 Find the proper corresponding word in flyspell-large-region-buffer.
1108 (flyspell-region): Check for flyspell-large-region = nil.
1109 (flyspell-highlight-incorrect-region): Clean up overlays in region.
1110 (flyspell-auto-correct-word): Check that WORD is a cons.
1111 (flyspell-correct-word): Likewise.
1112
1113 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
1114
1115 * progmodes/make-mode.el (makefile-rule-action-regex)
1116 (makefile-macroassign-regex, makefile-makepp-mode)
1117 (makefile-bsdmake-mode): Continuation lines may be empty.
1118 Reported by Joshua Varner.
1119 (makefile-makepp-font-lock-keywords): Add $(stem).
1120
1121 2005-05-28 Karl Berry <karl@gnu.org>
1122
1123 * textmodes/tex-mode.el: Now that tex-send-command calls
1124 shell-quote-argument (2005-03-31 change), remove all calls to
1125 shell-quote-argument; they all end up invoking tex-send-command.
1126 The double quoting loses on filenames with non-safe characters,
1127 such as "@". Reported by Frederik Fouvry.
1128
1129 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1130
1131 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
1132 about preserving point.
1133
1134 2005-05-27 Jay Belanger <belanger@truman.edu>
1135
1136 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
1137 Info-goto-node.
1138
1139 * calc/calc-embed.el (calc-embed-arg): New variable.
1140 (calc-do-embedded-activate, calc-embedded-activate-formula)
1141 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
1142 variable by new variable.
1143 (calc-embedded-make-info): Replace undeclared variable by new
1144 variable. When selecting region with positive prefix
1145 argument, use end of previous line instead of beginning of line.
1146
1147 * calc/calc-aent.el (calc-arg-values): Declare it.
1148
1149 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
1150 Declare them.
1151
1152 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
1153
1154 * calc/calc.el (calc-alg-map): Declare it.
1155
1156 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
1157
1158 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
1159
1160 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
1161 (gdb-registers-buffer, toggle-gdb-all-registers):
1162 Toggle display of floating point registers.
1163 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
1164
1165 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
1166 (toggle-gud-tooltip-dereference):
1167 Rename from gud-toggle-tooltip-dereference.
1168
1169 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1170
1171 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
1172
1173 2005-05-27 Jay Belanger <belanger@truman.edu>
1174
1175 * calc/calc-prog.el (calc-kbd-report): Remove.
1176 (calc-kbd-query): Rewrite.
1177
1178 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
1179
1180 * image.el (image-library-alist): Move to image.c.
1181 (image-type-available-p): Doc fix.
1182
1183 2005-05-27 Lute Kamstra <lute@gnu.org>
1184
1185 * calc/calc.el (calc):
1186 * outline.el (outline-1, outline-2, outline-3, outline-4)
1187 (outline-5, outline-6, outline-7, outline-8):
1188 * textmodes/dns-mode.el (dns-mode):
1189 * textmodes/sgml-mode.el (sgml-namespace-face):
1190 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
1191 (tex-verbatim-face, tex-use-reftex):
1192 * textmodes/texinfo.el (texinfo-heading-face):
1193 Specify customization group.
1194
1195 * longlines.el: Don't require easy-mmode.
1196 (longlines-visible-face): Specify customization group.
1197
1198 2005-05-27 Kenichi Handa <handa@m17n.org>
1199
1200 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
1201 encoding table of windows-1251.
1202
1203 * international/ucs-tables.el (ucs-set-table-for-input):
1204 If translation-table-for-input of a coding system is a symbol, get
1205 its translation-table property.
1206
1207 * international/code-pages.el: Don't register a coding system into
1208 non-iso-charset-alist more than once.
1209 (cp-make-coding-system): Likewise.
1210
1211 2005-05-26 John Wiegley <johnw@newartisans.com>
1212
1213 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
1214 `eshell-resume-eval' is wrapped in a list, it indicates that the
1215 command was run asynchronously. In that case, unwrap the value
1216 before checking the delimiter value.
1217
1218 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
1219 character before a space at the end of a line is \, assume the space
1220 is part of the last argument rather than a final argument separator.
1221
1222 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
1223 is in use, and the target is `t' or `nil' (which are the most common
1224 values), don't assume that the symbol target is a buffer.
1225
1226 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
1227
1228 * calendar/calendar.el (calendar-mode-line-format):
1229 Use mode-line-highlight as mouse-face.
1230
1231 * time.el (display-time-string-forms, display-time-update):
1232 Use mode-line-highlight as mouse-face.
1233
1234 2005-05-26 Jay Belanger <belanger@truman.edu>
1235
1236 * calc/calc.el (calc-language-alist): Remove extra defvar.
1237
1238 2005-05-26 Lute Kamstra <lute@gnu.org>
1239
1240 * arc-mode.el (archive-mode):
1241 * bookmark.el (bookmark-read-annotation-mode)
1242 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
1243 * bs.el (bs-mode):
1244 * calc/calc-yank.el (calc-edit-mode):
1245 * calc/calc.el (calc-mode, calc-trail-mode):
1246 * calculator.el (calculator-mode):
1247 * chistory.el (command-history-mode):
1248 * comint.el:
1249 * cus-edit.el (custom-mode):
1250 * descr-text.el (describe-text-mode):
1251 * ebuff-menu.el (Electric-buffer-menu-mode):
1252 * ediff-util.el (ediff-mode):
1253 * emacs-lisp/re-builder.el (reb-mode):
1254 * emulation/vi.el (vi-mode-setup):
1255 * emulation/ws-mode.el (wordstar-mode):
1256 * eshell/esh-mode.el (eshell-mode):
1257 * forms.el (forms-mode):
1258 * help-mode.el (help-mode):
1259 * hexl.el (hexl-mode):
1260 * ibuffer.el (ibuffer-mode):
1261 * ielm.el (inferior-emacs-lisp-mode):
1262 * info.el (Info-mode, Info-edit-mode):
1263 * international/swedish.el:
1264 * ledit.el (ledit-from-lisp-mode):
1265 * locate.el (locate-mode):
1266 * mail/rmail.el (rmail-mode):
1267 * mail/rmailedit.el (rmail-edit-mode):
1268 * mail/rmailsum.el (rmail-summary-mode):
1269 * mail/supercite.el (sc-electric-mode):
1270 * net/eudc.el (eudc-mode):
1271 * net/quickurl.el (quickurl-list-mode):
1272 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
1273 * obsolete/ooutline.el (outline-mode):
1274 * obsolete/options.el (Edit-options-mode):
1275 * obsolete/rnews.el (news-mode):
1276 * obsolete/rnewspost.el (news-reply-mode):
1277 * play/5x5.el (5x5-mode):
1278 * play/decipher.el (decipher-mode, decipher-stats-mode):
1279 * play/gomoku.el (gomoku-mode):
1280 * play/snake.el (snake-mode):
1281 * play/solitaire.el (solitaire-mode):
1282 * play/tetris.el (tetris-mode):
1283 * progmodes/ada-mode.el (ada-mode):
1284 * progmodes/antlr-mode.el (antlr-mode):
1285 * progmodes/autoconf.el (autoconf-mode):
1286 * progmodes/dcl-mode.el (dcl-mode):
1287 * progmodes/delphi.el (delphi-mode):
1288 * progmodes/ebrowse.el (ebrowse-tree-mode)
1289 (ebrowse-electric-list-mode, ebrowse-member-mode)
1290 (ebrowse-electric-position-mode):
1291 * progmodes/f90.el (f90-mode):
1292 * progmodes/fortran.el (fortran-mode):
1293 * progmodes/icon.el (icon-mode):
1294 * progmodes/idlw-help.el (idlwave-help-mode):
1295 * progmodes/idlw-shell.el (idlwave-shell-mode):
1296 * progmodes/idlwave.el (idlwave-mode):
1297 * progmodes/inf-lisp.el (inferior-lisp-mode):
1298 * progmodes/m4-mode.el (m4-mode):
1299 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
1300 * progmodes/modula2.el (modula-2-mode):
1301 * progmodes/octave-inf.el (inferior-octave-mode):
1302 * progmodes/octave-mod.el (octave-mode):
1303 * progmodes/pascal.el (pascal-mode):
1304 * progmodes/sh-script.el (sh-mode):
1305 * progmodes/sql.el (sql-mode, sql-interactive-mode):
1306 * progmodes/vhdl-mode.el (vhdl-mode):
1307 * progmodes/xscheme.el (scheme-interaction-mode):
1308 * replace.el (occur-mode):
1309 * ses.el (ses-mode):
1310 * simple.el (completion-list-mode):
1311 * skeleton.el:
1312 * speedbar.el (speedbar-mode):
1313 * term.el (term-mode):
1314 * terminal.el (terminal-edit-mode):
1315 * textmodes/reftex-index.el (reftex-index-mode)
1316 (reftex-index-phrases-mode):
1317 * textmodes/reftex-sel.el (reftex-select-label-mode)
1318 (reftex-select-bib-mode):
1319 * textmodes/reftex-toc.el (reftex-toc-mode):
1320 * wdired.el (wdired-change-to-wdired-mode):
1321 * wid-browse.el (widget-browse-mode):
1322 Use run-mode-hooks.
1323
1324 * array.el (array-mode):
1325 * calendar/todo-mode.el (todo-mode):
1326 * man.el (Man-mode):
1327 * play/landmark.el (lm-mode):
1328 * play/mpuz.el (mpuz-mode):
1329 Use kill-all-local-variables and run-mode-hooks.
1330
1331 * subr.el (delay-mode-hooks): Specify indentation.
1332
1333 2005-05-26 Mark A. Hershberger <mah@everybody.org>
1334
1335 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
1336
1337 2005-05-26 Jay Belanger <belanger@truman.edu>
1338
1339 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
1340 of nil.
1341
1342 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
1343
1344 * progmodes/gdb-ui.el (gdb-frame-address):
1345 Rename from gdb-current-address.
1346 (gdb-previous-frame-address): Rename from gdb-previous-address.
1347 (gdb-selected-frame): Rename from gdb-current-frame.
1348 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
1349 (gdb-frame-number): Rename from gdb-current-stack-level.
1350 (gdb-ann3): Match new mode-name for disassembly buffer.
1351 Extend initialisation of variables.
1352 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
1353 (gdb-memory-mode): Use mouse-face in header line.
1354 (gdb-assembler-buffer-name): Call it disassembly and give frame
1355 in mode line.
1356 (gdb-source-spec-regexp, gdb-assembler-custom)
1357 (gdb-invalidate-assembler, gdb-frame-handler):
1358 Make robust to leading zeroes in address format.
1359
1360 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
1361
1362 * textmodes/org.el (org-mode): Use `define-derived-mode' to
1363 define `org-mode'.
1364 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
1365
1366 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1367
1368 * log-edit.el (log-edit-changelog-entries): Distinguish between
1369 filenames like xfns.c and fns.c.
1370
1371 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
1372
1373 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
1374 point after reverting.
1375 (Buffer-menu-make-sort-button): Handle the case where
1376 `Buffer-menu-use-header-line' is nil.
1377
1378 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1379
1380 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
1381 New funcs. In minibuffer-local-completion-map bind `]', `/'
1382 and `:' to them.
1383
1384 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1385
1386 * startup.el (normal-top-level): Allow modification of load-path while
1387 we're iterating over it.
1388
1389 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
1390
1391 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
1392 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
1393 (thumbs-resize-interactive, thumbs-insert-image)
1394 (thumbs-insert-thumb, thumbs-dired-show-marked)
1395 (thumbs-find-image-at-point, thumbs-delete-images)
1396 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
1397 (thumbs-increment-image-size, thumbs-decrement-image-size):
1398 Fix typos in docstrings.
1399
1400 2005-05-24 Andre Spiegel <spiegel@gnu.org>
1401
1402 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
1403 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
1404 (cperl-mode): Use them.
1405
1406 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
1407
1408 * window.el (quit-window, shrink-window-if-larger-than-buffer):
1409 Doc fixes.
1410
1411 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
1412
1413 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
1414 Bind C-d to gdb-inferior-io-eof.
1415
1416 * dired.el (dired-dnd-popup-notice): Use message-box.
1417
1418 2005-05-23 Masatake YAMATO <jet@gyve.org>
1419
1420 * bindings.el (mode-line-major-mode-keymap):
1421 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
1422
1423 * faces.el (mode-line-highlight): New face.
1424
1425 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
1426 as mouse-face.
1427
1428 * bindings.el (top-level, help-echo, mode-line-modified)
1429 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
1430 as mouse-face.
1431
1432 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
1433
1434 * progmodes/cc-engine.el (c-guess-basic-syntax):
1435 Remove spurious call to `zerop'.
1436
1437 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
1438
1439 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
1440
1441 CC Mode update to 5.30.10:
1442
1443 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
1444 could go past the limit in decoration level 2, thereby causing
1445 errors during interactive fontification.
1446
1447 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
1448 the file is evaluated interactively.
1449
1450 * cc-engine.el (c-guess-basic-syntax): Handle operator
1451 declarations somewhat better in C++.
1452
1453 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
1454 make use of `run-mode-hooks' which has been added in Emacs 21.1.
1455 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1456 (awk-mode): Use it.
1457 (make-local-hook): Suppress warning about obsoleteness.
1458
1459 * cc-engine.el, cc-align.el, cc-cmds.el
1460 (c-append-backslashes-forward, c-delete-backslashes-forward)
1461 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
1462 Compensate for return value from `forward-line' when it has moved
1463 but not to a different line due to eob.
1464
1465 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
1466 `objc-method-intro' and `objc-method-args-cont'.
1467
1468 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
1469
1470 CC Mode update to 5.30.10:
1471
1472 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
1473 in the copyright statement. Incidentally, change "along with GNU
1474 Emacs" to "along with this program" where it occurs.
1475
1476 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
1477 so that it is interactive, hence can be found by M-x awk-mode
1478 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
1479 <gmorris+emacs@ast.cam.ac.uk>.
1480
1481 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
1482 Mode's regexps.
1483
1484 2005-05-23 Kevin Ryde <user42@zip.com.au>
1485
1486 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
1487 c-parse-state, to avoid a lisp error (on bad code).
1488
1489 2005-05-23 Lute Kamstra <lute@gnu.org>
1490
1491 * subr.el (font-lock-defaults): Remove defvar as it's already
1492 defined in font-core.el.
1493
1494 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
1495
1496 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
1497
1498 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
1499 more general and work when GDB variable "print pretty" is on,
1500 as with Emacs, for example.
1501
1502 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
1503
1504 * font-core.el: Update comment.
1505
1506 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
1507 Use `after-change-major-mode-hook' instead of `find-file-hook'.
1508
1509 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
1510
1511 2005-05-22 Eli Zaretskii <eliz@gnu.org>
1512
1513 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
1514 and `yank-handler' in the doc strings.
1515
1516 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1517
1518 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
1519
1520 2005-05-22 Richard M. Stallman <rms@gnu.org>
1521
1522 * help.el (describe-key): Move print-help-return-message call
1523 out of conditional.
1524
1525 * progmodes/etags.el (list-tags): Use with-no-warnings.
1526
1527 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
1528 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
1529 (starttls-extra-args, starttls-extra-arguments): Add defvars.
1530
1531 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
1532
1533 * language/viet-util.el (viet-viscii-nonascii-translation-table):
1534 Add defvar.
1535
1536 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
1537 Use defvar, not defconst.
1538
1539 * hexl.el (hexl-follow-line): Use with-no-warnings.
1540
1541 * emulation/tpu-extras.el: Use write-file-functions instead of
1542 write-file-hooks.
1543
1544 * dired.el (dired-font-lock-keywords): Fontify files with junk
1545 extensions even if marked by -F.
1546
1547 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
1548
1549 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
1550 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
1551 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
1552 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
1553 (concatenate, list-length, get*, getf, cl-remprop):
1554 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
1555 (etypecase, progv, lexical-let, lexical-let*)
1556 (multiple-value-bind, multiple-value-setq, shiftf):
1557 Improve argument/docstring consistency.
1558
1559 * subr.el (focus-frame, unfocus-frame):
1560 Revert deletion on 2005-05-01.
1561
1562 2005-05-22 Andre Spiegel <spiegel@gnu.org>
1563
1564 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
1565 doesn't exist.
1566
1567 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
1568 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
1569
1570 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
1571
1572 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
1573 already deleted variables: auto-fill-hook, blink-paren-hook,
1574 lisp-indent-hook, inhibit-local-variables, unread-command-event,
1575 suspend-hooks, comment-indent-hook, meta-flag,
1576 before-change-function, after-change-function,
1577 font-lock-doc-string-face.
1578
1579 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1580
1581 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
1582
1583 2005-05-21 Eli Zaretskii <eliz@gnu.org>
1584
1585 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
1586 rmail-dont-reply-to.
1587
1588 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1589
1590 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
1591 literal blank when splitting new-header-values.
1592
1593 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
1594
1595 * calendar/cal-menu.el (cal-menu-update): Add separator as a
1596 string so that tmm doesn't create a completion entry for it.
1597
1598 * textmodes/table.el (table-disable-menu): Ditto.
1599
1600 2005-05-21 Richard M. Stallman <rms@gnu.org>
1601
1602 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
1603
1604 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
1605
1606 * net/rcompile.el (remote-compile): Use compilation-start.
1607
1608 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
1609
1610 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
1611
1612 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
1613 Default to makefile-bsdmake-mode on BSD systems.
1614
1615 * imenu.el (imenu-generic-expression, imenu--generic-function'):
1616 REGEXP may also be a search function now. The part of doc-string
1617 for describing the structure was 95% identical to that of
1618 `imenu--generic-function'. Unify it there.
1619
1620 * progmodes/make-mode.el (makefile-imenu-generic-expression):
1621 Use function to find dependencies, because regexp alone is so complex,
1622 it easily goes into an endless loop.
1623 (makefile-makepp-mode): Also add submenu for Perl functions
1624 defined in the makefile.
1625 (makefile-bsdmake-mode): Special imenu-generic-expression no
1626 longer needed, due to function call.
1627 (makefile-match-dependency): Take BOUND into account when checking
1628 if we're through.
1629
1630 2005-05-20 Jay Belanger <belanger@truman.edu>
1631
1632 * calc/calc-units.el (calc-invalidate-units-table):
1633 Use inhibit-read-only.
1634 (math-build-units-table-buffer): Use view-mode.
1635
1636 2005-05-20 David Kastrup <dak@gnu.org>
1637
1638 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
1639 easy-menu-add is not a nop on Emacs; and clarify when to call it.
1640
1641 2005-05-20 Lute Kamstra <lute@gnu.org>
1642
1643 * diff-mode.el (diff-header-face, diff-file-header-face)
1644 (diff-index-face, diff-hunk-header-face, diff-removed-face)
1645 (diff-added-face, diff-changed-face, diff-function-face)
1646 (diff-context-face, diff-nonexistent-face): Put them in the
1647 diff-mode customization group.
1648
1649 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1650
1651 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
1652
1653 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
1654
1655 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
1656 Minor regexp-optimization.
1657
1658 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
1659
1660 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
1661 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
1662 (org-agenda-add-time-grid-maybe): New function.
1663 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
1664 (org-table-create): `dotimes' instead of `mapcar'.
1665 (org-xor): Simplify implementation.
1666 (org-agenda): `inhibit-redisplay' turned on.
1667 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
1668 a consistent line after a state change.
1669 (org-agenda-remove-times-when-in-prefix): New option.
1670 (org-prefix-has-time): New variable.
1671 (org-parse-time-string): Optional argument NODEFAULT.
1672 (org-format-agenda-item): Parse items for time-of-day
1673 specifications and move these into the prefix if possible.
1674 (org-agenda-priority): Get current heading, not previous heading
1675 during agenda remote editing.
1676
1677 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
1678
1679 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
1680 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
1681 (remove-duplicates, delete-duplicates, substitute)
1682 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
1683 (nsubstitute-if-not, find, find-if, find-if-not, position)
1684 (position-if, position-if-not, count, count-if, count-if-not)
1685 (mismatch, search, sort*, stable-sort, merge, member*)
1686 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
1687 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
1688 (intersection, nintersection, set-difference, nset-difference)
1689 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
1690 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
1691 (nsublis, tree-equal): Improve argument/docstring consistency.
1692
1693 * subr.el (send-string, send-region):
1694 Remove obsolescence declaration.
1695 (window-dot, set-window-dot, read-input, show-buffer)
1696 (eval-current-buffer, string-to-int):
1697 Add release number to obsolescence declarations.
1698
1699 2005-05-19 Kim F. Storm <storm@cua.dk>
1700
1701 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
1702 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
1703
1704 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
1705
1706 * faces.el (list-faces-display): Make back button respect optional
1707 regexp arg.
1708
1709 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
1710
1711 * calculator.el (calculator-radix-grouping-mode)
1712 (calculator-radix-grouping-digits, calculator-displayer)
1713 (calculator-radix-grouping-separator, calculator-copy-displayer):
1714 * dabbrev.el (dabbrev-search-these-buffers-only):
1715 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
1716 (diff-advance-after-apply-hunk, diff-mode-hook)
1717 (diff-minor-mode-prefix):
1718 * imenu.el (imenu-use-popup-menu):
1719 * jit-lock.el (jit-lock-context-time):
1720 * newcomment.el (comment-fill-column, comment-column)
1721 (comment-style, comment-padding, comment-multi-line)
1722 (comment-empty-lines, comment-auto-fill-only-comments):
1723 * reveal.el (reveal-around-mark):
1724 * uniquify.el (uniquify-buffer-name-style)
1725 (uniquify-after-kill-buffer-p)
1726 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
1727 (uniquify-min-dir-content, uniquify-separator)
1728 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
1729 * w32-vars.el (w32-fixed-font-alist):
1730 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1731 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
1732 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
1733 * progmodes/perl-mode.el (perl-indent-level)
1734 (perl-continued-statement-offset, perl-continued-brace-offset)
1735 (perl-brace-offset, perl-brace-imaginary-offset)
1736 (perl-label-offset, perl-indent-continued-arguments)
1737 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
1738 * progmodes/tcl.el (tcl-indent-level)
1739 (tcl-continued-indent-level, tcl-auto-newline)
1740 (tcl-tab-always-indent, tcl-electric-hash-style)
1741 (tcl-help-directory-list, tcl-use-smart-word-finder)
1742 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
1743 (inferior-tcl-source-command):
1744 * textmodes/fill.el (enable-kinsoku):
1745 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
1746 * textmodes/table.el (table-yank-handler):
1747 Specify missing group (and type, if simple) in defcustom.
1748
1749 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1750
1751 * progmodes/compile.el (compilation-finish-function): Fix defvar.
1752
1753 2005-05-19 Richard M. Stallman <rms@gnu.org>
1754
1755 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
1756
1757 * subr.el (event-basic-type): Don't get an error.
1758 (left-fringe-p): Function deleted.
1759
1760 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
1761 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
1762
1763 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
1764 in recursive copy.
1765
1766 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
1767
1768 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
1769
1770 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
1771 Call byte-compile-nogroup-warn if appropriate.
1772
1773 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
1774 (compilation-set-window): Don't call left-fringe-p; do it directly.
1775
1776 2005-05-19 Jay Belanger <belanger@truman.edu>
1777
1778 * calc/calc-graph.el (calc-graph-format-data): Make sure
1779 var-PlotRejects is bound before trying to check its value.
1780
1781 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
1782
1783 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
1784 definition of this variable from reftex-global.el to reftex.el,
1785 because it is needed in the menu.
1786
1787 2005-05-19 Lute Kamstra <lute@gnu.org>
1788
1789 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
1790 years are fixed. Don't insert a space after a dash.
1791
1792 2005-05-19 Kim F. Storm <storm@cua.dk>
1793
1794 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
1795
1796 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
1797
1798 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
1799 strings, because (eq ... ?\\) is fairly frequent.
1800
1801 * progmodes/make-mode.el (makefile-add-this-line-targets):
1802 Simplify and integrate into `makefile-pickup-targets'.
1803 (makefile-add-this-line-macro): Simplify and integrate into
1804 `makefile-pickup-macros.
1805 (makefile-pickup-filenames-as-targets): Simplify.
1806 (makefile-previous-dependency, makefile-match-dependency):
1807 Don't stumble over `::'.
1808
1809 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
1810
1811 * subr.el (post-command-idle-hook, post-command-idle-delay):
1812 Remove obsoletion of post-command-idle-hook and
1813 post-command-idle-delay.
1814
1815 * faces.el (list-faces-display): Provide button when describe-face
1816 is called to take user back to the list of faces.
1817
1818 * help-fns.el (describe-variable): Remove hyperlinks in a
1819 variable's value as these are quite frequently inappropriate.
1820
1821 * follow.el (follow-submit-feedback, follow-mode):
1822 Remove references to post-command-idle-hook.
1823
1824 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
1825
1826 * progmodes/make-mode.el (makefile-previous-dependency)
1827 (makefile-match-dependency): Check for := (and in bsd mode also
1828 !=) to give a better result, even when font-lock is not on.
1829
1830 2005-05-18 Jay Belanger <belanger@truman.edu>
1831
1832 * calc/calc-help.el (calc-s-prefix-help):
1833 Add `calc-copy-special-constant' to help string.
1834
1835 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1836
1837 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1838
1839 2005-05-18 Jay Belanger <belanger@truman.edu>
1840
1841 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
1842 in linear factors are in proper order.
1843
1844 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
1845
1846 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1847 Support for jurabib.
1848
1849 * textmodes/reftex.el (featurep): Define aliases for overlay
1850 commands, for XEmacs compatibility, and use these aliases in
1851 overlay initializations.
1852 (reftex-highlight): Use `reftex-move-overlay'.
1853 (reftex-unhighlight): Use `reftex-delete-overlay'.
1854 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
1855 (reftex-access-search-path): Use `reftex-uniquify' instead of
1856 `reftex-uniq'
1857
1858 * textmodes/reftex-sel.el (reftex-select-unmark):
1859 Overlay `before-string' property modification enables for Emacs as well.
1860 (reftex-select-item): Use `reftex-delete-overlay'.
1861 (reftex-select-mark): Use `reftex-make-overlay' and
1862 `reftex-overlay-put'.
1863 (reftex-select-unmark): Use `reftex-delete-overlay' and
1864 `reftex-overlay-put'.
1865
1866 2005-05-18 Lute Kamstra <lute@gnu.org>
1867
1868 * emacs-lisp/lisp.el (check-parens): Fix docstring.
1869
1870 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
1871
1872 * add-log.el (add-change-log-entry):
1873 * array.el (array-make-template, array-reconfigure-rows)
1874 (array-init-max-row, array-init-max-column)
1875 (array-init-columns-per-line, array-init-field-width):
1876 * replace.el (replace-match-maybe-edit, perform-replace):
1877 * textmodes/spell.el (spell-region):
1878 Replace `read-input' by `read-string'.
1879
1880 * forms.el (forms-mode):
1881 * finder.el (finder-compile-keywords):
1882 * shadowfile.el (shadow-read-files):
1883 Replace `eval-current-buffer' by `eval-buffer'.
1884
1885 * terminal.el (te-pass-through):
1886 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
1887 (ange-ftp-raw-send-cmd):
1888 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
1889 (send-process-next-char, telnet-initial-filter, telnet):
1890 Replace `send-string' by `process-send-string'.
1891
1892 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
1893 (prolog-consult-region): Replace `send-string' by
1894 `process-send-string'; replace `send-region' by `process-send-region'.
1895
1896 * progmodes/delphi.el (delphi-log-msg):
1897 Replace `set-window-dot' by `set-window-point'.
1898
1899 * subr.el (window-dot, set-window-dot, read-input, send-string)
1900 (send-region, show-buffer, eval-current-buffer):
1901 Make really obsolete, as the comment says.
1902
1903 2005-05-17 Kim F. Storm <storm@cua.dk>
1904
1905 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
1906 (cua--init-keymaps): Bind C-return instead of S-return to set
1907 rectangle mark.
1908
1909 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
1910 instead of S-return to toggle/clear rectangle mark.
1911
1912 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
1913
1914 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
1915 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
1916 Also fontify plain strings assigned to variables, mostly so that a
1917 colon has a face and is thus not taken as a dependency separator.
1918 (makefile-previous-dependency): Inline the new matcher, because it
1919 is too complex to work in both directions.
1920 (makefile-match-dependency): Eliminate `backward' arg (see above).
1921 Completely reimplemented so as to not sometimes go into an endless
1922 loop. It should also be more efficient, because first it only
1923 searches for `:', instead of applying the very complex regexp.
1924 (makefile-mode): Cancel `font-lock-support-mode', because blocks
1925 to be fontified in one piece can be too long for JIT.
1926 Makefiles are never *that* big.
1927
1928 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
1929
1930 * dired.el (dired-mode): Simplify.
1931
1932 2005-05-17 Lute Kamstra <lute@gnu.org>
1933
1934 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
1935 defcustom for the mode hook variable.
1936
1937 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
1938 Emacs Lisp Reference Manual.
1939
1940 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
1941
1942 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
1943 (evenp, list*):
1944 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
1945 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
1946
1947 * net/tramp-smb.el (tramp-smb-open-connection):
1948 Pass `tramp-chunksize' as fifth (required) argument.
1949
1950 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
1951
1952 * font-lock.el (lisp-font-lock-keywords-1):
1953 Set `font-lock-negation-char-face' for [^...] char group.
1954 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
1955
1956 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
1957 a var, and refine it to mask one more level of nested vars.
1958 (makefile-rule-action-regex): Turn it into a var, and refine it so
1959 it recognizes backslashed continuation lines as belonging to the
1960 same command.
1961 (makefile-macroassign-regex): Refine it so it recognizes
1962 backslashed continuation lines as belonging to the same command.
1963 (makefile-var-use-regex): Don't look at the next char, because it
1964 might be the same one to be skipped by the initial [^$], leading
1965 to an overlooked variable use.
1966 (makefile-make-font-lock-keywords): Remove two parameters, which
1967 are now variables that some of the modes set locally.
1968 Handle dependency and rule action matching through functions, because
1969 regexps alone match too often. Dependency matching now comes
1970 last, so it can check, whether a colon already matched something else.
1971 (makefile-mode): Inform that font-lock improves makefile parsing
1972 capabilities.
1973 (makefile-match-dependency, makefile-match-action): New functions.
1974
1975 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
1976
1977 * emacs-lisp/cl-extra.el (equalp): Doc fix.
1978
1979 * align.el (align-regexp):
1980 * ansi-color.el (ansi-color-get-face):
1981 * array.el (array-reconfigure-rows, array-init-max-row)
1982 (array-init-max-column, array-init-columns-per-line)
1983 (array-init-field-width):
1984 * dired-aux.el (dired-trample-file-versions):
1985 * dired-x.el (dired-mark-sexp):
1986 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
1987 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
1988 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
1989 * faces.el (face-read-integer):
1990 * files.el (backup-extract-version, insert-directory):
1991 * hexl.el (hexl-insert-decimal-char):
1992 * server.el (server-process-filter):
1993 * shell.el (shell-extract-num):
1994 * startup.el (command-line-1):
1995 * term.el (term-command-hook):
1996 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
1997 (time-stamp-do-number):
1998 * time.el (display-time-update):
1999 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
2000 (timezone-fix-time):
2001 * vms-patch.el (vms-suspend-resume-hook):
2002 * calendar/appt.el (appt-convert-time):
2003 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2004 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
2005 * calendar/cal-islam.el (mark-islamic-diary-entries):
2006 * calendar/calendar.el (calendar-cursor-to-date)
2007 (calendar-star-date):
2008 * calendar/diary-lib.el (diary-attrtype-convert)
2009 (mark-diary-entries, diary-entry-time):
2010 * calendar/solar.el (solar-get-number):
2011 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
2012 * emacs-lisp/re-builder.el (reb-display-subexp):
2013 * emulation/edt.el (edt-set-scroll-margins):
2014 * emulation/tpu-extras.el (tpu-set-scroll-margins):
2015 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
2016 (vip-get-ex-count):
2017 * emulation/viper-ex.el (viper-get-ex-token)
2018 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
2019 * international/fontset.el (fontset-plain-name):
2020 * mail/feedmail.el (feedmail-look-at-queue-directory):
2021 * mail/mailalias.el (mail-get-names):
2022 * mail/rmail.el (rmail-convert-to-babyl-format):
2023 * mail/rmailsum.el (rmail-make-basic-summary-line)
2024 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
2025 (rmail-summary-goto-msg):
2026 * mail/smtpmail.el (smtpmail-read-response):
2027 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
2028 (ange-ftp-vms-add-file-entry):
2029 * play/gametree.el (gametree-looking-at-ply)
2030 (gametree-current-branch-score):
2031 * progmodes/ada-xref.el (ada-prj-find-prj-file)
2032 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
2033 * progmodes/cperl-mode.el (condition-case):
2034 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
2035 (ebrowse-set-member-buffer-column-width)
2036 (ebrowse-select-1st-to-9nth):
2037 * progmodes/etags.el (etags-snarf-tag):
2038 * progmodes/flymake.el (flymake-parse-line):
2039 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
2040 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
2041 (idlwave-shell-menu-def):
2042 * progmodes/ps-mode.el (ps-run-goto-error):
2043 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
2044 (vhdl-speedbar-contract-level):
2045 * term/mac-win.el (x-handle-numeric-switch):
2046 * term/sun-mouse.el (sun-get-frame-data):
2047 * term/w32-win.el (x-handle-numeric-switch):
2048 * term/x-win.el (x-handle-numeric-switch):
2049 * textmodes/ispell.el (ispell-parse-output):
2050 * textmodes/nroff-mode.el (nroff-outline-level):
2051 * textmodes/reftex-cite.el (reftex-bib-sort-year)
2052 (reftex-bib-sort-year-reverse, reftex-format-citation):
2053 * textmodes/reftex-parse.el (reftex-init-section-numbers)
2054 (reftex-section-number):
2055 * textmodes/texinfmt.el (texinfo-paragraphindent):
2056 Replace `string-to-int' by `string-to-number'.
2057
2058 * international/latexenc.el: Add page marker to force the "Local
2059 Variables:" string out of the last page.
2060
2061 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2062
2063 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
2064 tooltip-change-major-mode.
2065 (gud-tooltip-print-command): Remove case where gud-minor-mode
2066 is gdb ("--fullname").
2067 (gud-tooltip-tips): Turn GUD tooltips off for this case and
2068 explain to user.
2069
2070 2005-05-16 Jay Belanger <belanger@truman.edu>
2071
2072 * calc/calc-store.el (calc-copy-special-constant): New function.
2073
2074 * calc/calc-ext.el (calc-init-extensions): Add binding for
2075 `calc-copy-special-constant'.
2076
2077 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
2078 for the `calc-copy-special-constant' command.
2079
2080 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
2081
2082 * subr.el (left-fringe-p): New function.
2083
2084 * progmodes/compile.el (compilation-setup): Set local value of
2085 overlay-arrow-string to "" always.
2086 (compilation-set-window): Left fringe then don't scroll.
2087 No left fringe then no arrow and scroll message to top.
2088 (compilation-context-lines): Adjust doc string accordingly.
2089
2090 2005-05-16 Kim F. Storm <storm@cua.dk>
2091
2092 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
2093 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
2094 (ido-wide-find-dir-or-delete-dir): New command for M-d.
2095 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
2096 (ido-read-file-name): Handle commands with ido property value
2097 equal to find-file as reading a file name, to allow C-d to enter dired.
2098 (ibuffer-find-file): Add ido property with value find-file.
2099
2100 2005-05-15 Kim F. Storm <storm@cua.dk>
2101
2102 * subr.el (open-network-stream-nowait): Remove.
2103 (open-network-stream-server): Remove.
2104
2105 2005-05-15 Richard M. Stallman <rms@gnu.org>
2106
2107 * faces.el (describe-face): Output a definition link button.
2108
2109 * help-mode.el (help-face-def): New button type.
2110
2111 * emacs-lisp/copyright.el (copyright-fix-years):
2112 Match properly if the first year is 2-digit.
2113 Don't mess up the whitespace after the years by filling.
2114
2115 * dired-aux.el (dired-mark-confirm):
2116 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
2117
2118 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
2119 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
2120 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
2121
2122 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2123 Set font-lock-comment-start-skip.
2124
2125 * font-lock.el (font-lock-comment-start-skip): New variable.
2126 (font-lock-comment-end-skip): New variable.
2127 (font-lock-fontify-syntactically-region): Use them if non-nil.
2128
2129 2005-05-15 Jay Belanger <belanger@truman.edu>
2130
2131 * calc/calc-store.el (calc-store-value): Return a string rather
2132 than display it as a message.
2133 Use calc-var-name for variable name.
2134 (calc-store-into): Add the result of calc-store-value to message.
2135 (calc-copy-variable): Add a message.
2136 (calc-store-exchange): Improve error messages.
2137 (calc-store-binary, calc-store-map): Don't reset the values of
2138 special constants.
2139
2140 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2141
2142 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
2143 manual to docstring.
2144
2145 * files.el (hack-local-variables-confirm): Add STRING argument.
2146 Make the function handle non file visiting buffers correctly.
2147 (hack-local-variables-prop-line, hack-local-variables)
2148 (hack-one-local-variable): Use STRING arg of
2149 `hack-local-variables-confirm'.
2150
2151 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
2152
2153 Sync with Tramp 2.0.49.
2154
2155 * tramp.el (tramp-handle-dired-call-process)
2156 (tramp-handle-insert-directory):`insert-buffer' cannot be used
2157 because the contents of the Tramp buffer is changed before
2158 insertion (`expand-file' and alike).
2159 (tramp-handle-insert-directory): If `localname' has an empty
2160 nondirectory name, it must not be quoted.
2161 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
2162 variable `tramp-chunksize'. Change callees.
2163 (tramp-open-connection-setup-interactive-shell): Check remote host
2164 for buggy `send-process-string' implementation.
2165 Set `tramp-chunksize' if found. Reported by Michael Kifer
2166 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
2167 (tramp-handle-shell-command): `insert-buffer' cannot be used
2168 because the contents of the Tramp buffer is changed before
2169 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
2170 <frederic.bothamy@free.fr>.
2171 (tramp-set-auto-save): Actions should be done for Tramp file name
2172 handler only. Ange-FTP has its own auto-save mechanism.
2173 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2174 (tramp-set-auto-save-file-modes): Set file modes of
2175 `buffer-auto-save-file-name' to ?\600 as fallback solution.
2176 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
2177 (tramp-bug): Remove obsolete variable.
2178 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
2179 for presence of `mml-mode'. Make it running for older Emacsen as well.
2180
2181 2005-05-14 John Paul Wallington <jpw@pobox.com>
2182
2183 * ibuf-ext.el (define-ibuffer-filter filename):
2184 If `dired-directory' is a list, use its car.
2185
2186 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
2187
2188 * ibuffer.el (define-ibuffer-column filename):
2189 If `dired-directory' is a list, use its car.
2190
2191 2005-05-14 Richard M. Stallman <rms@gnu.org>
2192
2193 * subr.el (symbol-file): Doc fix.
2194
2195 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
2196 (byte-compile-form): Call byte-compile-nogroup-warn.
2197 (byte-compile-warning-types): Doc fix.
2198
2199 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
2200
2201 * progmodes/cc-engine.el (c-literal-faces):
2202 Add font-lock-comment-delimiter-face.
2203
2204 * net/net-utils.el (dig): Use with-no-warnings.
2205
2206 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
2207 (sc-recite-frame-alist, sc-default-cite-frame)
2208 (sc-default-uncite-frame, sc-default-recite-frame)
2209 (sc-attrib-selection-list, sc-rewrite-header-list):
2210 Mark as risky-local-variable.
2211
2212 * international/ogonek.el (ogonek-jak, ogonek-how):
2213 Don't use beginning-of-buffer.
2214
2215 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
2216
2217 * calendar/solar.el (solar-data-list): Move definition up.
2218
2219 * dnd.el (dnd-protocol-alist): Add autoload.
2220
2221 * progmodes/sh-script.el: Many doc usage fixes.
2222 (sh-indent-after-do): Change default to match common styles.
2223
2224 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
2225
2226 * files.el (interpreter-mode-alist)
2227 (auto-mode-interpreter-regexp): Doc fixes.
2228
2229 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
2230
2231 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
2232
2233 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
2234
2235 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2236
2237 * dired.el (dired-mode): make-variable-buffer-local =>
2238 make-local-variable.
2239
2240 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2241
2242 * term/mac-win.el (mac-select-convert-to-string): Try coding
2243 systems in mac-script-code-coding-systems if specified one cannot
2244 encode string for `com.apple.traditional-mac-plain-text'.
2245
2246 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
2247
2248 * progmodes/make-mode.el (makefile-targets-face)
2249 (makefile-shell-face, makefile-makepp-perl-face): New faces.
2250 (makefile-dependency-regex): Fix it to not make the colon in
2251 $(var:a=b) special.
2252 (makefile-rule-action-regex): New regexp for highlighting embedded
2253 Shell strings.
2254 (makefile-macroassign-regex): Handle != for highlighting as
2255 embedded Shell strings.
2256 (makefile-var-use-regex): New const.
2257 (makefile-statements, makefile-automake-statements)
2258 (makefile-gmake-statements, makefile-makepp-statements)
2259 (makefile-bsdmake-statements): New consts.
2260 (makefile-make-font-lock-keywords): New function.
2261 (makefile-automake-font-lock-keywords)
2262 (makefile-gmake-font-lock-keywords)
2263 (makefile-makepp-font-lock-keywords)
2264 (makefile-bsdmake-font-lock-keywords): New consts.
2265 (makefile-mode-map): Add switchers between the various submodes.
2266 (makefile-mode): Document the availability of the variants.
2267 (makefile-automake-mode, makefile-gmake-mode)
2268 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
2269
2270 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
2271 new variants of makefile-mode.
2272
2273 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2274
2275 * font-lock.el (font-lock-comment-delimiter-face): Fix up
2276 the inheritance.
2277
2278 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
2279
2280 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
2281 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
2282
2283 * files.el (normal-mode): Extend the scope of the
2284 `enable-local-variables' binding to include the `set-auto-mode' call.
2285 (magic-mode-alist): Doc fix.
2286
2287 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2288
2289 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
2290 font-lock-comment-face rather than copying its setting.
2291
2292 2005-05-12 Andreas Schwab <schwab@suse.de>
2293
2294 * eshell/esh-mode.el (eshell-send-input): Doc fix.
2295
2296 2005-05-12 Lute Kamstra <lute@gnu.org>
2297
2298 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
2299 defcustom for the mode hook variable. Delete the last argument.
2300 * generic-x.el: Fix callers of define-generic-mode.
2301 (generic-x-modes): Delete group.
2302 (show-tabs-tab-face, show-tabs-space-face): Put them in the
2303 generic-x customization group.
2304
2305 2005-05-12 Kim F. Storm <storm@cua.dk>
2306
2307 * font-lock.el (font-lock-negation-char-face): Default to "off".
2308
2309 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
2310 font-lock-negation-char-face to ! in !=.
2311
2312 2005-05-12 Masatake YAMATO <jet@gyve.org>
2313
2314 * add-log.el (find-change-log): Fix typos in the docstring
2315 of function.
2316
2317 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2318
2319 * international/latexenc.el (latexenc-find-file-coding-system):
2320 Avoid `re-search-forward' when looking for input encoding because
2321 of speed and safety. Better regular expressions for recognizing
2322 input encoding. Limit a search for TeX-master/tex-main-file to
2323 the local variable section.
2324
2325 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
2326
2327 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
2328 syntax of $ to "'" (quote).
2329
2330 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2331
2332 * dnd.el (dnd-protocol-alist): Improve custom type.
2333
2334 * dired.el (dired-dnd-protocol-alist): New variable.
2335 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
2336 `dired-mode-hook' to the end.
2337
2338 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2339
2340 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
2341 comment-end if comment-start-skip is not set.
2342 Obey the font-lock-comment-delimiter-face variables.
2343
2344 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2345
2346 * files.el (executable-find): Move from executable.el. Use locate-file.
2347 * progmodes/executable.el (executable-find): Move to files.el.
2348
2349 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
2350 when trying to ensure forward progress.
2351
2352 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
2353
2354 * mouse-sel.el (mouse-sel-follow-link-p): New function.
2355 (mouse-select, mouse-select-internal, mouse-extend-internal):
2356 Use it to implement mouse-1-click-follows-link functionality.
2357
2358 2005-05-11 Richard M. Stallman <rms@gnu.org>
2359
2360 * font-lock.el (font-lock-fontify-syntactically-region):
2361 Use font-lock-comment-delimiter-face for comment delimiters.
2362
2363 2005-05-10 Jay Belanger <belanger@truman.edu>
2364
2365 * calc/calc-help.el (calc-m-prefix-help): Add mention of
2366 preserving embedded modes.
2367
2368 2005-05-10 Richard M. Stallman <rms@gnu.org>
2369
2370 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
2371
2372 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
2373 Move from ada-stmt.el.
2374 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
2375
2376 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
2377 Move to ada-mode.el.
2378 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
2379
2380 * cus-edit.el (custom-file): Call file-chase-links.
2381
2382 * files.el (read-directory-name): Fix previous change.
2383 (hack-local-variables-confirm): New function.
2384 (hack-local-variables-prop-line, hack-local-variables)
2385 (hack-one-local-variable): Use it.
2386
2387 2005-05-10 Lute Kamstra <lute@gnu.org>
2388
2389 * font-lock.el (font-lock-keywords-alist)
2390 (font-lock-removed-keywords-alist): Clarify docstrings.
2391
2392 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
2393
2394 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
2395 (gdb-source-info): Check for preprocessor info.
2396 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
2397 a macro for a function.
2398 (gdb-info-breakpoints-custom): Try to find file again if not already
2399 found (user might have used GDB dir command).
2400 (gdb-get-location): Update gdb-location-alist correctly for change
2401 to gdb-info-breakpoints-custom.
2402
2403 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
2404 (gud-tooltip-print-command): Add gdbmi case.
2405 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
2406 preprocessor info.
2407
2408 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
2409
2410 * startup.el (fancy-splash-insert): Fix typo in doc string.
2411
2412 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
2413
2414 * obsolete/float.el (string-to-float):
2415 * obsolete/hilit19.el (hilit-add-pattern):
2416 * obsolete/rnews.el (news-parse-range, news-select-message)
2417 (news-get-pruned-list-of-files): Replace `string-to-int' by
2418 `string-to-number'.
2419
2420 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
2421 `find-file-not-found-hooks'; use `add-hook'.
2422 (uncompress-while-visiting): Set `write-file-functions', not
2423 `write-file-hooks'; use `add-hook'.
2424
2425 2005-05-09 Kim F. Storm <storm@cua.dk>
2426
2427 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
2428 (cua-paste): Handle clipboard action.
2429 (cua--init-keymaps): Remap clipboard-kill-region and
2430 clipboard-kill-ring-save.
2431
2432 2005-05-08 Eli Zaretskii <eliz@gnu.org>
2433
2434 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2435 Improve commentary.
2436
2437 * simple.el (next-error-overlay-arrow-position): Revert the change
2438 made on 2005-04-30.
2439
2440 2005-05-07 Jay Belanger <belanger@truman.edu>
2441
2442 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
2443 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
2444 `calc-sel-reselect'.
2445
2446 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
2447 Calc is in embedded mode.
2448
2449 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2450
2451 * progmodes/compile.el (compilation-setup):
2452 Set overlay-arrow-string to an empty string on text terminals.
2453
2454 * textmodes/ispell.el (ispell-program-name): Try looking for
2455 "aspell" along exec-path, and if found, use it as the default
2456 speller program.
2457
2458 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
2459
2460 * international/mule.el (sgml-xml-auto-coding-function):
2461 Recognize encoding='FOO' in single quotes as well as in double quotes.
2462
2463 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2464
2465 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
2466 as well as `interactive', so that defmacro* would recognize
2467 `declare' forms.
2468
2469 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2470
2471 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2472 Explain more about the LIGHTER arg's usage in the doc string.
2473 Add commentary to clarify what the code does. Fix the regexp that
2474 strips whitespace from LIGHTER. Quote LIGHTER before using it,
2475 since it could have characters special to regular expressions.
2476
2477 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
2478
2479 * replace.el (occur-1): Bind inhibit-read-only so that
2480 erase-buffer doesn't barf on read-only text properties (likewise
2481 for add-text-properties in occur-engine). Mark buffer as unmodified.
2482 (occur-engine): Don't set buffer-read-only here.
2483
2484 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2485
2486 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
2487 list-buffers-directory. This caused the *cvs-commit* buffer to be
2488 sometimes mistakenly reused as a *cvs* buffer.
2489
2490 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
2491
2492 * tooltip.el: Move code for GUD tooltips into gud.el.
2493 (require): CL no longer needed to compile case.
2494 (tooltip-mode): Do not toggle functions for GUD tooltips.
2495 (tooltip-gud-tips-p): Remove. Replace with minor mode
2496 gud-tooltip-mode in gud.el.
2497 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
2498 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
2499 tooltip-gud prefix with gud-tooltip and obsolete.
2500 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
2501 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
2502 (tooltip-mouse-motion): Mouse movement functions/variable.
2503 Rename in gud.el by adding gud prefix.
2504 (tooltip-gud-original-filter, tooltip-gud-dereference)
2505 (tooltip-gud-event, tooltip-toggle-gud-tips)
2506 (tooltip-gud-process-output, tooltip-gud-print-command)
2507 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
2508 gud.el by replacing tooltip-gud prefix with gud-tooltip.
2509 (gdb-tooltip-print): Move to gdb-ui.el.
2510
2511 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
2512 (require): CL needed to compile case.
2513 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
2514 tooltip-gud-tips-p. Make it a minor-mode.
2515 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
2516 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
2517 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
2518 (gud-tooltip-change-major-mode)
2519 (gud-tooltip-activate-mouse-motions-if-enabled)
2520 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
2521 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
2522 (gud-tooltip-original-filter, gud-tooltip-dereference)
2523 (gud-tooltip-event, tooltip-toggle-gud-tips)
2524 (gud-tooltip-process-output, gud-tooltip-print-command)
2525 (gud-tooltip-tips): Move from tooltip.el.
2526
2527 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
2528 (gdb-cpp-define-alist-flags): Doc fix.
2529 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
2530 gud-tooltip-mode is t.
2531
2532 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2533
2534 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
2535 evaporate if their text is deleted.
2536 (goto-address-at-point): Make it work as a mouse binding as well.
2537 (goto-address-at-mouse): Obsolete it. Update users.
2538
2539 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
2540
2541 * calendar/appt.el (top-level): No longer activate on load.
2542
2543 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
2544
2545 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2546 * net/webjump.el (webjump):
2547 * progmodes/idlw-help.el (idlwave-do-context-help1)
2548 (idlwave-highlight-linked-completions):
2549 * textmodes/po.el (po-find-file-coding-system-guts):
2550 Replace `assoc-ignore-case' by `assoc-string'.
2551
2552 2005-05-06 Eli Zaretskii <eliz@gnu.org>
2553
2554 * files.el (locate-file): Doc fix.
2555
2556 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
2557 Remove the redundant test for ms-dos.
2558
2559 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
2560 look for the preprocessor with exec-suffixes. If not found in
2561 standard places, look in exec-path. Remove most of the tests that
2562 used system-type.
2563
2564 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
2565
2566 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
2567
2568 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
2569 file-name clash with jka-compr.el on 8+3 filesystems.
2570
2571 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2572
2573 * term/mac-win.el: Don't define or bind scroll bar functions if
2574 x-toolkit-scroll-bars is t.
2575 (x-select-text, x-get-selection-value):
2576 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
2577 (PRIMARY): Put mac-scrap-name property.
2578 (mac-select-convert-to-file-url): New function.
2579 (public.file-url): New selection target type. Add to
2580 selection-converter-alist.
2581 (x-get-selection, x-selection-value): Handle it.
2582 (x-cut-buffer-or-selection-value): New alias.
2583
2584 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2585
2586 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
2587 entry to avoid calling bibtex-find-entry with arg global
2588 being t. Remove arg key.
2589 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
2590 (bibtex-copy-summary-as-kill): Change accordingly.
2591
2592 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2593
2594 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
2595 (org-agenda-date-later): Use with-current-buffer.
2596
2597 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2598
2599 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
2600 (define-obsolete-variable-alias): Doc Fixes.
2601
2602 2005-05-06 Kim F. Storm <storm@cua.dk>
2603
2604 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
2605 vertical-motion when selective-display is active.
2606
2607 * ido.el (ido-setup-hook): New hook.
2608 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
2609 (ido-input-stack): New var.
2610 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
2611 ido-next-work-file binding to M-O.
2612 Bind M-f to ido-wide-find-file-or-pop-dir.
2613 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
2614 (ido-read-internal): Run ido-setup-hook.
2615 Catch quit in read-file-name and read-string to cancel edit.
2616 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
2617 Automatically pop-all when completing a directory name (RET).
2618 (ido-file-internal): Add with-no-warnings around ffap and dired code.
2619 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
2620 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
2621 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
2622 New functions for M-b/M-f to move among the directory components.
2623 (ido-make-merged-file-list): Catch quit to cancel merge.
2624 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
2625 (ido-completion-help): No warnings for ido-completion-buffer-full.
2626
2627 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
2628
2629 * font-lock.el (font-lock-negation-char-face): New face and variable.
2630 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
2631 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
2632 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
2633 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
2634
2635 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
2636
2637 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
2638 Fix typo in docstring.
2639
2640 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
2641 (ebrowse-print-statistics-line)
2642 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
2643
2644 * term/w32-win.el (image-library-alist): Add additional name for
2645 Xpm library.
2646
2647 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
2648
2649 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
2650 use gcc instead of cpp.
2651
2652 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
2653 (gdb-create-define-alist): Use it.
2654 (gdb-cpp-define-alist-program): Update for MS-DOS.
2655
2656 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
2657
2658 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
2659
2660 2005-05-04 Richard M. Stallman <rms@gnu.org>
2661
2662 * help.el (describe-key): No error when UNTRANSLATED is nil.
2663
2664 * simple.el (line-move-1): Fix previous change to signal errors
2665 appropriately.
2666
2667 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
2668
2669 * calendar/icalendar.el (icalendar-version): Now at 0.12.
2670 (icalendar-duration-correction): Remove.
2671 (icalendar--get-event-properties): Split result at commas.
2672 (icalendar--decode-isoduration): New optional argument
2673 DURATION-CORRECTION.
2674 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
2675 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
2676 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
2677 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
2678 (icalendar--convert-anniversary-to-ical): New functions, extracted
2679 from icalendar-export-region, with bug fixes.
2680 (icalendar-export-region): Use the above functions.
2681 (icalendar-import-buffer): Check before saving diary file.
2682 (icalendar--convert-recurring-to-diary)
2683 (icalendar--convert-non-recurring-all-day-to-diary)
2684 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
2685 extracted from icalendar--convert-ical-to-diary, with bug fixes.
2686 (icalendar--convert-ical-to-diary): Use the above functions.
2687
2688 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
2689
2690 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
2691 Remove these recent additions.
2692 (c-mode): Restore to before 2005-04-28.
2693
2694 * progmodes/cc-vars.el (cc-define-list-program): Remove this
2695 recent addition.
2696
2697 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
2698 (gdb-define-alist): New variables.
2699 (gdb-create-define-alist): New function.
2700 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
2701 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
2702 with string-to-number.
2703 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
2704
2705 * progmodes/gud.el: Replace string-to-int with string-to-number.
2706 (gud-find-file): Handle gdb-define-alist.
2707
2708 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
2709
2710 2005-05-02 Jay Belanger <belanger@truman.edu>
2711
2712 * calc/calc-aent.el (math-read-token):
2713 * calc/calc-bin.el (calc-word-size):
2714 * calc/calc-ext.el (calc-read-number-fancy):
2715 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
2716 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
2717 * calc/calc-frac.el (calc-over-notation):
2718 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
2719 (calc-graph-num-points, calc-graph-init):
2720 * calc/calc-prog.el (calc-read-parse-table-part)
2721 (calc-edit-macro-repeats):
2722 * calc/calc-yank.el (calc-do-grab-rectangle):
2723 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
2724 Replace `string-to-int' by `string-to-number'.
2725
2726 2005-05-02 Kim F. Storm <storm@cua.dk>
2727
2728 * kmacro.el: Use executing-kbd-macro-index variable.
2729
2730 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
2731
2732 * net/rlogin.el (rlogin-parse-words): Delete func.
2733 (rlogin): Use split-string, not rlogin-parse-words.
2734 Also, if there are option-like elements in the parsed args,
2735 take the host to be the first arg immediately following them.
2736 Suggested by Michael Mauger.
2737
2738 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2739
2740 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
2741
2742 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2743
2744 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
2745 (cc-mode-cpp-program): Rename to cc-define-list-program and
2746 move to cc-vars.el.
2747
2748 * progmodes/cc-vars.el (cc-define-list-program):
2749 Change to "gcc -E -dM -". Make customizable.
2750
2751 2005-05-02 Kim F. Storm <storm@cua.dk>
2752
2753 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
2754
2755 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2756
2757 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
2758
2759 * international/mule-util.el (truncate-string): Remove alias and
2760 obsolete declaration.
2761
2762 * international/mule-cmds.el (update-iso-coding-systems):
2763 Remove alias and obsolete declaration.
2764
2765 * international/mule.el (coding-system-parent): Remove alias and
2766 obsolete declaration.
2767
2768 * subr.el (define-function, sref): Remove aliases and obsolete
2769 declarations.
2770 (chars-in-region): Remove obsolete declaration.
2771
2772 2005-05-01 Richard M. Stallman <rms@gnu.org>
2773
2774 * info.el (Info-mode): Set widen-automatically to nil, locally.
2775
2776 * simple.el (widen-automatically): New variable.
2777 (pop-global-mark): Obey widen-automatically.
2778
2779 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2780
2781 * term/xterm.el (function-key-map): Call substitute-key-definition
2782 before the keymap size is increased by a lot of define-key calls.
2783
2784 2005-05-01 Richard M. Stallman <rms@gnu.org>
2785
2786 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
2787 Rename ARG to ELEMENT. Doc fix.
2788
2789 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2790
2791 * allout.el (allout-exposure): Remove macro and obsolete declaration.
2792 Remove references to allout-exposure/change to allout-new-exposure.
2793
2794 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
2795 bytecode symbols.
2796
2797 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
2798 (compiled-function-p, focus-frame, unfocus-frame):
2799 Remove aliases and obsolete declarations.
2800 Back out inadvertent changes from previous commit.
2801
2802 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2803
2804 * files.el (require-final-newline): Make Custom tags consistent
2805 with mode-require-final-newline.
2806 (mode-require-final-newline): Doc fix.
2807
2808 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2809
2810 * international/latexenc.el (latexenc-find-file-coding-system):
2811 Fix regular expressions.
2812
2813 2005-05-01 David Kastrup <dak@gnu.org>
2814
2815 * international/latexenc.el (latexenc-find-file-coding-system):
2816 Fix regular expressions.
2817
2818 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2819
2820 * subr.el (string-to-int): Make obsolete.
2821
2822 2005-04-30 Richard M. Stallman <rms@gnu.org>
2823
2824 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
2825
2826 * loadup.el: load jka-comp-hook.
2827
2828 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
2829 (jka-compr-handler): Add autoload. `put' calls moved
2830 to jka-comp-hook.el.
2831 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
2832 (jka-compr-inhibit): Autoload.
2833
2834 * jka-comp-hook.el: New file.
2835 Enable the mode by default.
2836
2837 * files.el (backup-buffer-copy): Use copy-file instead
2838 of write-region, and put back the 'excl.
2839
2840 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
2841
2842 * progmodes/flymake.el (flymake-split-string)
2843 (flymake-split-string, flymake-log, flymake-pid-to-names)
2844 (flymake-reg-names, flymake-get-source-buffer-name)
2845 (flymake-unreg-names, flymake-add-line-err-info)
2846 (flymake-add-err-info): Clarify docstrings.
2847 (flymake-popup-menu, flymake-make-emacs-menu)
2848 (flymake-make-xemacs-menu): Add docstrings.
2849 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
2850 Set variables directly throughout.
2851
2852 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
2853
2854 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
2855 exists. Initialise cc-define-alist.
2856 (c-mode): Add cc-create-define-alist locally to after-save-hook.
2857 If there is no file (Macroexpansion) don't create an alist.
2858
2859 2005-04-29 Sam Steingold <sds@gnu.org>
2860
2861 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
2862 (cc-create-define-alist): Use it instead of the hard-coded string.
2863
2864 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2865
2866 * international/mule-conf.el (file-coding-system-alist): Fix regexp
2867 for latexenc.
2868
2869 2005-04-29 Lute Kamstra <lute@gnu.org>
2870
2871 * emacs-lisp/generic.el: Improve commentary section.
2872 (define-generic-mode): Improve docstring.
2873
2874 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
2875
2876 * textmodes/org.el (many places): Change to quiet the byte compiler.
2877 (org-prefix-format-compiled): New variable.
2878 (org-compile-prefix-format): New function.
2879 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
2880 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
2881 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
2882 (org-get-entries-from-diary): Use `org-get-time-of-day' for
2883 consistency with entries from `org-mode' files.
2884 (org-get-time-of-day): Fix bug with partial matches early in a line.
2885 (org-non-link-chars): New constant.
2886 (org-link-regexp): Respect `org-non-link-chars'.
2887 (org-agenda-day-view): Remove command.
2888 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
2889 (org-follow-bbdb-link, org-store-link): Search also company field.
2890 (org-highlight-overlay): New variable.
2891 (org-highlight, org-unhighlight): New functions.
2892 (org-agenda-mode): Add pre-command-hook to remove highlight.
2893 (org-evaluate-time-range): Behavior depends upon whether time stamp
2894 contains a time or not.
2895 (org-show-subtree, org-show-entry): New functions.
2896 (org-agenda-cleanup-fancy-diary): Remove empty lines.
2897
2898 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
2899
2900 * comint.el (comint-output-filter-functions): Add autoload cookie.
2901
2902 2005-04-28 Kim F. Storm <storm@cua.dk>
2903
2904 * ido.el (ido-everywhere): Fix last change.
2905
2906 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2907
2908 * international/latexenc.el: New file.
2909 * international/mule-conf.el (file-coding-system-alist): For .tex,
2910 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
2911
2912 2005-04-28 Lute Kamstra <lute@gnu.org>
2913
2914 * font-lock.el (font-lock-add-keywords)
2915 (font-lock-remove-keywords): Clarify docstring.
2916 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
2917 Don't start docstrings with a `*'.
2918 (font-lock-update-removed-keyword-alist): Give it a docstring.
2919
2920 * generic-x.el: Update commentary section.
2921 Only require font-lock when compiling.
2922 Define all modes conditionally.
2923 Place all generic modes in the generic-x-modes customization group.
2924 (generic-x-modes): New customization group.
2925 (generic-default-modes, generic-mswindows-modes)
2926 (generic-unix-modes, generic-other-modes): New constants.
2927 (generic-define-mswindows-modes, generic-define-unix-modes):
2928 Update docstrings. Make them obsolete.
2929 (generic-extras-enable-list): New default value. Update docstring.
2930 Improve :type. Change :set function.
2931 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
2932 Fix docstring.
2933
2934 * emacs-lisp/generic.el (generic-mode-internal):
2935 Simplify font-lock-defaults.
2936 (define-generic-mode): Fix docstring.
2937
2938 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2939
2940 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
2941 font-lock-face property to highlight matches.
2942
2943 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
2944
2945 * progmodes/cc-mode.el (cc-create-define-alist): New function.
2946 (cc-define-alist): New variable.
2947 (c-mode): Make it local and initialise it.
2948
2949 * progmodes/gdb-ui.el (gdb-active-process): New variable.
2950 (gdb-exited): New function.
2951 (gdb-annotation-rules): Use it.
2952 (gdb-starting): Set gdb-active-process to t.
2953 (gdb-stopping): Amend doc string.
2954 (gdb-reset): Set gdb-active-process to nil.
2955
2956 * tooltip.el (tooltip-gud-tips): Show the associated #define
2957 directives when a C program under GDB is not executing.
2958
2959 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2960
2961 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
2962 font-lock-fontify-syntactic-keywords.
2963
2964 * font-lock.el (font-lock-default-fontify-region): Don't force
2965 parse-sexp-lookup-properties to nil.
2966
2967 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2968
2969 * man.el (man-mode-syntax-table): Set up `:' to have
2970 word-constituent syntax.
2971
2972 2005-04-27 Lute Kamstra <lute@gnu.org>
2973
2974 * novice.el (disable-command): Don't add spurious newlines to the
2975 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
2976
2977 2005-04-26 Jay Belanger <belanger@truman.edu>
2978
2979 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
2980 than one window before deleting window.
2981
2982 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
2983
2984 * shell.el (shell-prompt-pattern): Doc fix.
2985 (shell-mode): Set paragraph-separate buffer locally to "\\'".
2986
2987 * comint.el (comint-prompt-regexp, comint-get-old-input)
2988 (comint-use-prompt-regexp)
2989 (comint-use-prompt-regexp-instead-of-fields)
2990 (comint-replace-by-expanded-history, comint-send-input)
2991 (comint-output-filter, comint-get-old-input-default)
2992 (comint-line-beginning-position, comint-bol, comint-show-output)
2993 (comint-backward-matching-input, comint-forward-matching-input)
2994 (comint-next-prompt, comint-previous-prompt):
2995 Rename `comint-use-prompt-regexp-instead-of-fields' to
2996 `comint-use-prompt-regexp'. Keep old name as alias and declare
2997 obsolete.
2998 (comint-use-prompt-regexp): Shorten first line of doc string.
2999
3000 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
3001 Set paragraph-separate buffer locally to "\\'".
3002
3003 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
3004 Adapt to above name change.
3005
3006 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3007 (smbclient-prompt-regexp): Ditto.
3008
3009 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
3010
3011 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
3012
3013 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
3014 gdb-location-list.
3015 Break lines that are over 80 characters wide.
3016
3017 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3018
3019 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
3020 New fun and var, to preserve compatibility.
3021
3022 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
3023
3024 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
3025
3026 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
3027 name to file-newer-than-file-p.
3028
3029 2005-04-26 Richard M. Stallman <rms@gnu.org>
3030
3031 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
3032
3033 * progmodes/python.el (python-mode):
3034 Use new name eldoc-documentation-function.
3035
3036 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
3037
3038 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3039 (eldoc-documentation-function):
3040 Rename from eldoc-print-current-symbol-info-function. Calls changed.
3041
3042 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
3043
3044 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
3045
3046 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3047
3048 * term/xterm.el (function-key-map): Fix strings for
3049 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
3050 {C,S,A,C-S}-{f1-f12}.
3051
3052 2005-04-26 Kenichi Handa <handa@m17n.org>
3053
3054 * international/mule-cmds.el (select-safe-coding-system):
3055 Fix previous change.
3056
3057 2005-04-26 Lute Kamstra <lute@gnu.org>
3058
3059 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
3060
3061 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
3062 (font-lock-comment-delimiter-face): Ditto.
3063
3064 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
3065
3066 2005-04-25 Jay Belanger <belanger@truman.edu>
3067
3068 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
3069 to t while inserting information; use help-mode.
3070
3071 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3072
3073 * term.el (ansi-term-color-vector): Use the xterm colors.
3074 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
3075
3076 2005-04-25 Lute Kamstra <lute@gnu.org>
3077
3078 * font-core.el (font-lock-defaults): Fix docstring.
3079
3080 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
3081
3082 2005-04-25 Kenichi Handa <handa@m17n.org>
3083
3084 * international/mule-cmds.el (select-safe-coding-system):
3085 Don't check consistency with coding: spec, etc if raw-text or
3086 no-conversion was found to be safe.
3087
3088 2005-04-24 Richard M. Stallman <rms@gnu.org>
3089
3090 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
3091 citation markers at start of each line.
3092
3093 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
3094 citation markers at start of each line.
3095
3096 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
3097
3098 * files.el (mode-require-final-newline): Fix previous change.
3099 (require-final-newline): Fix type label.
3100
3101 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3102
3103 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
3104 statement in buffer (broken by 2004-11-24 change).
3105
3106 2005-04-24 Kim F. Storm <storm@cua.dk>
3107
3108 * ido.el (ido-everywhere): Save and restore old read-buffer-function
3109 and read-file-name-function values. Don't overwrite existing
3110 non-nil values if ido-mode is enabled without ido-everywhere.
3111
3112 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
3113
3114 * files.el (mode-require-final-newline): Minor doc fix.
3115
3116 2005-04-24 Eli Zaretskii <eliz@gnu.org>
3117
3118 * subr.el (syntax-after): Doc fix.
3119 (syntax-class): If argument is nil, return nil. Mask off upper 16
3120 bits, not 8 bits.
3121
3122 * files.el (mode-require-final-newline): Doc fix.
3123 (backup-buffer-copy): Fix last change.
3124
3125 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3126
3127 * term/mac-win.el: Require select. Set selection-coding-system to
3128 mac-system-coding-system. Call menu-bar-enable-clipboard.
3129 (x-last-selected-text-clipboard, x-last-selected-text-primary)
3130 (x-select-enable-clipboard): New variables.
3131 (x-select-text, x-get-selection, x-selection-value)
3132 (x-get-selection-value, mac-select-convert-to-string)
3133 (mac-services-open-file, mac-services-open-selection)
3134 (mac-services-insert-text): New functions.
3135 (CLIPBOARD, FIND): Put mac-scrap-name property.
3136 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
3137 (public.tiff): Put mac-ostype property.
3138 (selection-converter-alist): Add entries for them.
3139 (mac-application-menu-map): New keymap.
3140 (interprogram-cut-function, interprogram-paste-function): Set to
3141 x-select-text and x-get-selection-value, respectively.
3142 (split-window-keep-point): Set to t.
3143
3144 2005-04-23 Richard M. Stallman <rms@gnu.org>
3145
3146 * files.el (read-directory-name): Always pass non-nil
3147 DEFAULT-FILENAME arg to read-file-name.
3148 (backup-buffer-copy, basic-save-buffer-2): Take care against
3149 writing thru an unexpected existing symlink.
3150 (revert-buffer): In indirect buffer, revert the base buffer.
3151 (magic-mode-alist): Doc fix.
3152 (buffer-stale-function): Doc fix.
3153 (minibuffer-with-setup-hook): Avoid warning.
3154 (mode-require-final-newline): Doc and custom fix.
3155
3156 * follow.el (follow-end-of-buffer): Use with-no-warnings.
3157
3158 * font-lock.el (font-lock-comment-face): On terminals with few colors,
3159 use the default appearance.
3160 (font-lock-comment-delimiter-face): New face, new variable.
3161
3162 * imenu.el (imenu--generic-function): The official position of a
3163 definition is the start of the line that BEG is in.
3164
3165 * midnight.el (midnight-timer): Move defvar up.
3166
3167 * mouse.el (mouse-drag-region-1): Delete some debugging code.
3168
3169 * saveplace.el (save-place-to-alist): Use with-no-warnings.
3170
3171 * startup.el (command-line): Use with-no-warnings.
3172
3173 * window.el (window-size-fixed): New defvar.
3174
3175 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
3176
3177 * mail/rmail.el (rmail-font-lock-keywords):
3178 Use font-lock-comment-delimiter-face.
3179
3180 * mail/sendmail.el (mail-font-lock-keywords):
3181 Use font-lock-comment-delimiter-face.
3182
3183 * progmodes/compile.el (next-error-highlight-timer): New defvar.
3184
3185 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
3186
3187 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3188 Specify t for LAXMATCH when matching directories.
3189 Save match data around compilation-compat-error-properties form.
3190
3191 2005-04-23 David Kastrup <dak@gnu.org>
3192
3193 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
3194 Mention that the autoloaded aliases should be kept for AUCTeX.
3195
3196 2005-04-23 Andreas Schwab <schwab@suse.de>
3197
3198 * isearch.el (isearch-forward): Doc fix.
3199
3200 2005-04-23 Eli Zaretskii <eliz@gnu.org>
3201
3202 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
3203 (jit-lock-stealth-nice): Change default value to 0.5.
3204
3205 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
3206
3207 * abbrev.el (write-abbrev-file): Write table entries in
3208 alphabetical order by table name.
3209
3210 2005-04-22 Kim F. Storm <storm@cua.dk>
3211
3212 * ido.el (ido-read-internal): Fix `list' completion.
3213
3214 2005-04-22 Kenichi Handa <handa@m17n.org>
3215
3216 * recentf.el (recentf-save-file-coding-system): New variable.
3217 (recentf-save-list): Encode the file by
3218 recentf-save-file-coding-system and add coding: tag.
3219
3220 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
3221
3222 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
3223
3224 2005-04-21 Lute Kamstra <lute@gnu.org>
3225
3226 * loadhist.el (unload-feature): Don't remove a function from hooks
3227 if it is about to be restored to an autoload . Remove functions
3228 that will become unbound from auto-mode-alist. Simplify the code.
3229
3230 * subr.el (assq-delete-all): New implementation that is linear,
3231 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
3232 (rassq-delete-all): New function.
3233
3234 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3235 Add size-indication-mode.
3236
3237 2005-04-21 Kenichi Handa <handa@m17n.org>
3238
3239 * international/mule-cmds.el: Add autoload for widget-value in
3240 eval-when-compile.
3241
3242 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
3243
3244 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3245 Add tooltip-mode.
3246
3247 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
3248
3249 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
3250
3251 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
3252 (inferior-lisp-filter-regexp, inferior-lisp-program)
3253 (inferior-lisp-load-command, inferior-lisp-prompt)
3254 (inferior-lisp-mode-hook, lisp-source-modes)
3255 (inferior-lisp-load-hook): defvar->defcustom.
3256 (inferior-lisp-program, inferior-lisp-prompt)
3257 (inferior-lisp-load-hook): Doc fixes.
3258 (inferior-lisp-install-letter-bindings): Small change in
3259 introductory comment.
3260
3261 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3262
3263 * vc.el (vc-annotate-color-map): Change some colors so that text
3264 using them as foreground is readable on both white and black
3265 backgrounds.
3266
3267 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3268
3269 * international/mule-conf.el (translation-table-for-input):
3270 Remove redundant declaration.
3271
3272 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3273
3274 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
3275
3276 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
3277 (tooltip-toggle-gud-tips): New function.
3278
3279 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3280
3281 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
3282 right angle brackets.
3283
3284 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3285
3286 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
3287
3288 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3289
3290 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
3291 Remove. Update callers to use expand-file-name instead.
3292
3293 * subr.el (syntax-class): New function.
3294
3295 * simple.el (blink-matching-open): Use it.
3296
3297 * paren.el (show-paren-function): Use it to recognize parens that are
3298 also used in 2-char comment markers.
3299
3300 2005-04-19 Lute Kamstra <lute@gnu.org>
3301
3302 * loadhist.el (unload-feature): Update for new format of
3303 load-history. Simplify the code.
3304
3305 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3306
3307 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
3308 (mac-add-charset-info): New function. Initialize variable
3309 mac-charset-info-alist using it.
3310 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
3311 for translation.
3312 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
3313 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
3314 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
3315 New CCL programs.
3316
3317 2005-04-19 Kim F. Storm <storm@cua.dk>
3318
3319 * simple.el (next-buffer, prev-buffer, next-error)
3320 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3321 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
3322
3323 * bindings.el (next-buffer, prev-buffer, next-error)
3324 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3325 (clone-indirect-buffer-other-window): Move bindings from simple.el.
3326 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
3327 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
3328
3329 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3330
3331 * isearch.el (isearch-edit-string): Make the search-ring available for
3332 minibuffer history commands.
3333 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
3334 the default history commands now work just as well.
3335 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
3336
3337 2005-04-18 Kim F. Storm <storm@cua.dk>
3338
3339 * emulation/cua-base.el (cua--pre-command-handler): Add more
3340 elaborate check for shift modifier on non-window systems.
3341
3342 2005-04-18 Lars Hansen <larsh@math.ku.dk>
3343
3344 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
3345
3346 2005-04-18 Kim F. Storm <storm@cua.dk>
3347
3348 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
3349 and make it optional. Don't test tooltip-gud-echo-area here.
3350 (tooltip-gud-process-output, gdb-tooltip-print):
3351 Pass tooltip-gud-echo-area to tooltip-show.
3352 (tooltip-help-tips): Remove second optional arg to tooltip-show.
3353
3354 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3355
3356 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
3357 `display-graphic-p' may not be bound yet.
3358
3359 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
3360
3361 * startup.el (command-line): No longer enable Xterm Mouse mode by
3362 default in terminals compatible with xterm.
3363
3364 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
3365
3366 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
3367
3368 * tooltip.el (tooltip-gud-echo-area): Rename from
3369 tooltip-use-echo-area.
3370 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
3371 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
3372 area independently of where help tooltips are displayed.
3373
3374 2005-04-17 David Kastrup <dak@gnu.org>
3375
3376 * cus-theme.el (custom-theme-write-variables): Quote variables
3377 where necessary.
3378
3379 2005-04-17 Richard M. Stallman <rms@gnu.org>
3380
3381 * simple.el (yank-excluded-properties): Add follow-link to value.
3382
3383 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
3384
3385 * startup.el (fancy-splash-max-time): Just 30 seconds.
3386 (fancy-splash-delay): Just 7.
3387 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
3388
3389 * loadhist.el (unload-feature): Update for new format of load-history.
3390 Simplify the code.
3391
3392 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
3393 (rmail-font-lock-keywords): Don't fontify the text of a citation.
3394
3395 * mail/sendmail.el (mail-font-lock-keywords):
3396 Don't fontify subject text.
3397 Don't fontify the text of a citation.
3398
3399 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
3400
3401 * comint.el (comint-output-filter): Run comint-output-filter-functions
3402 with point where the user had it.
3403
3404 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3405
3406 * international/ucs-tables.el (ucs-set-table-for-input):
3407 Disable when using unify-on-decoding.
3408
3409 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3410
3411 * emulation/cua-base.el (cua-global-mark-face): Add special case
3412 for displays supporting a high number of colors.
3413
3414 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3415
3416 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
3417
3418 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
3419
3420 * filesets.el (filesets-add-buffer): If user supplies a name of a
3421 non-existing fileset, create a new fileset.
3422
3423 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
3424
3425 * textmodes/org.el (org-up-heading-all): Fix bug with
3426 `outline-up-heading-all'.
3427
3428 2005-04-16 Andreas Schwab <schwab@suse.de>
3429
3430 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
3431 /etc/permissions.d/* and /etc/aliases.d/*.
3432
3433 2005-04-16 Kenichi Handa <handa@m17n.org>
3434
3435 * international/code-pages.el (cp-make-coding-system):
3436 Set `translation-table-for-input' property value to the symbol
3437 ucs-mule-to-mule-unicode, not to that value.
3438 (pt154): Escape guillemet by `\'.
3439
3440 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
3441
3442 * loadup.el: Load tooltip if x-show-tip is fboundp.
3443
3444 * startup.el (command-line): Add comment.
3445
3446 * tooltip.el (tooltip-mode): Specify correct standard value for
3447 Custom in init-value.
3448
3449 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
3450
3451 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
3452 possible.
3453
3454 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
3455
3456 * textmodes/org.el (org-agenda-date-prompt): Rename from
3457 `org-agenda-date-today'.
3458 (org-evaluate-time-range): Insert at point instead of directly
3459 after time range.
3460 (org-first-headline-recenter, org-subtree-end-visible-p)
3461 (org-optimize-window-after-visibility-change): New functions
3462 (org-agenda-post-command-hook): Don't allow point at end of line,
3463 to make sure it always hits the text properties.
3464 (org-agenda-next-date-line, org-agenda-previous-date-line):
3465 New commands.
3466 (org-set-regexps-and-options): Category may contain white space.
3467 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3468 Improve marker positions.
3469 (org-agenda-new-marker): Argument POS made optional.
3470 (org-agenda-get-timestamps): Deadlines which are done are listed
3471 in org-done-face now.
3472 (org-agenda-get-todos, org-agenda-get-timestamps)
3473 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3474 Set `undone-face' and `done-face' properties.
3475 (org-last-todo-state-is-todo): New variable.
3476 (org-todo): Set `org-last-todo-state-is-todo'.
3477 (org-agenda-todo): Change face according to
3478 `org-last-todo-state-is-todo'. And change other lines refering to
3479 the same entry.
3480 (org-calendar-goto-agenda): New command.
3481 (org-calendar-to-agenda-key): New option.
3482 (org-startup-folded): New allowed value `content'.
3483 (org-set-regexps-and-options): Accept new value `content' for
3484 `org-startup-folded'.
3485 (org-get-current-options): Handle new value `content' for
3486 `org-startup-folded'.
3487 (org-insert-todo-heading): New command.
3488 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
3489 interactively in empty file and option
3490 `org-insert-mode-line-in-empty-file' has been set.
3491 (org-agenda-todo,org-agenda-priority): Modify to use
3492 `org-agenda-change-all-lines'.
3493 (org-warning-face): Change color on dark background
3494
3495 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3496
3497 * international/mule-cmds.el (set-locale-environment): On Mac OS,
3498 use preferences AppleLocale and AppleLanguages, and variable
3499 mac-system-locale for default locale. On Mac OS Classic, use
3500 mac-system-coding-system for default coding systems.
3501
3502 * term/mac-win.el: Don't set file-name-coding-system.
3503 Decode variables system-name, emacs-build-system, user-login-name, and
3504 user-full-name by mac-system-coding-system on Mac OS Classic.
3505 (mac-system-coding-system): New variable.
3506
3507 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
3508
3509 * startup.el (command-line): Handle `xterm-mouse-mode' before
3510 reading init file.
3511
3512 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
3513
3514 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3515
3516 * progmodes/sh-script.el (sh-here-document-word): Make it a
3517 defcustom. Doc fix.
3518 (sh-add): Bash uses $(( )) for arithmetic.
3519 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
3520 (sh-maybe-here-document): Remove quotes and leading whitespace
3521 from heredoc word when closing. Indent heredoc with tabs if word
3522 starts with "-".
3523
3524 2005-04-13 Richard M. Stallman <rms@gnu.org>
3525
3526 * simple.el (undo): Fix previous change.
3527
3528 * custom.el (defface): Doc fix.
3529
3530 2005-04-13 Lute Kamstra <lute@gnu.org>
3531
3532 * Makefile.in (DONTCOMPILE): Remove list.
3533 (compile, compile-always): Don't use DONTCOMPILE.
3534 (update-authors): Load the library in which batch-update-authors
3535 is defined.
3536 * makefile.w32-in (DONTCOMPILE): Remove list.
3537 (compile, compile-always): Fix comments.
3538 (update-authors): Load the library in which batch-update-authors
3539 is defined.
3540
3541 * generic-x.el (generic-mode-ini-file-find-file-hook):
3542 Rename to ini-generic-mode-find-file-hook.
3543 Keep generic-mode-ini-file-find-file-hook as an alias.
3544 (ini-generic-mode-find-file-hook): Rename from
3545 generic-mode-ini-file-find-file-hook. Fix docstring.
3546 (ini-generic-mode): Docstring change.
3547 (bat-generic-mode-run-as-comint): Silence the byte compiler.
3548
3549 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
3550 called from lisp.
3551
3552 * generic.el: Move to the emacs-lisp subdir.
3553
3554 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3555
3556 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
3557 and C-S- function and cursor motion keys.
3558
3559 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
3560
3561 * startup.el (command-line): Enable Xterm Mouse mode by default.
3562 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
3563 for Custom. No longer show "Mouse" in mode line when enabled.
3564 Doc fix.
3565
3566 2005-04-12 Kim F. Storm <storm@cua.dk>
3567
3568 * emulation/cua-base.el (cua-rectangle-face)
3569 (cua-rectangle-noselect-face): Define face attributes here.
3570
3571 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
3572
3573 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3574
3575 * startup.el (command-line): Turn off blinking cursor if
3576 cursorBlink in resources is off or false.
3577
3578 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3579
3580 * term/mac-win.el (dnd): Require dnd.
3581 (mac-drag-n-drop): Call dnd-handle-one-url.
3582 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
3583 (kTextEncodingISOLatin2): Remove constants.
3584 (mac-script-code-coding-systems): New constant.
3585 (mac-handle-language-change): New function.
3586 (special-event-map): Bind it to `language-change' event.
3587 (mac-centraleurroman, mac-cyrillic): New coding systems.
3588 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
3589 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
3590 and mac-cyrillic-encoder to encode-mac-centraleurroman and
3591 encode-mac-cyrillic, respectively.
3592
3593 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3594
3595 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
3596 Don't set overlay-arrow-string to "=>" as this is done
3597 globally in C now.
3598
3599 2005-04-12 Lute Kamstra <lute@gnu.org>
3600
3601 * generic-x.el (rc-generic-mode, rul-generic-mode):
3602 Fix auto-mode-alist entries.
3603 (etc-fstab-generic-mode): Tweak fontification.
3604
3605 * generic.el (generic-make-keywords-list): Fix docstring.
3606 (generic-mode-internal): Simplify generic-font-lock-keywords.
3607
3608 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3609
3610 * whitespace.el (whitespace-buffer-leading)
3611 (whitespace-buffer-trailing): Revert the incorrect test inversion.
3612 However, fix the highlight area for the leading and
3613 trailing whitespaces to show space.
3614
3615 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3616
3617 * whitespace.el (whitespace-version): Bump to 3.5
3618
3619 (whitespace-buffer-leading, whitespace-buffer-trailing):
3620 Invert sense of the test to highlight the whitespace.
3621
3622 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3623
3624 * progmodes/gud.el (gud-display-line): GUD uses its own
3625 overlay arrow now so don't set overlay-arrow-string.
3626 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
3627
3628 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3629
3630 * term.el (term-ansi-current-bold, term-ansi-current-underline)
3631 (term-ansi-current-reverse, term-ansi-current-invisible)
3632 (term-ansi-face-already-done): Change to boolean.
3633 (term-reset-terminal, term-handle-colors-array): Handle the above
3634 vars accordingly.
3635 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
3636 (term-emulate-terminal): Use the new name.
3637
3638 * faces.el (secondary-selection): Use yellow1, not yellow.
3639 (trailing-whitespace): Use red1, not red.
3640
3641 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3642
3643 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
3644 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
3645 (dired-dnd-handle-file): Call dnd-get-local-file-uri
3646
3647 * cus-edit.el (dnd): New group.
3648
3649 * term/w32-win.el (dnd): Require dnd
3650 (w32-drag-n-drop): Call dnd-handle-one-url.
3651
3652 * x-dnd.el: Require dnd.
3653 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
3654 Call dnd-handle-one-url.
3655 (x-dnd-types-alist, x-dnd-insert-utf8-text)
3656 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
3657 to dnd-insert-text.
3658 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
3659 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
3660 (x-dnd-get-local-file-name, x-dnd-open-local-file)
3661 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
3662
3663 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
3664
3665 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3666
3667 * wdired.el: Doc fixes.
3668 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
3669 (wdired-use-dired-vertical-movement): Rename from
3670 wdired-always-move-to-filename-beginning.
3671 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
3672 (wdired-change-to-wdired-mode): Change mode name.
3673 (wdired-newline): Delete.
3674
3675 2005-04-11 Richard M. Stallman <rms@gnu.org>
3676
3677 * whitespace.el (whitespace-highlight-the-space):
3678 Don't call whitespace-unhighlight-the-space here.
3679
3680 * simple.el (undo): Record t in undo-equiv-table
3681 for the redo record made by an undo-in-region.
3682
3683 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3684
3685 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
3686 (gdb-frame-inferior-io-buffer): New Functions to control
3687 display of separate IO buffer.
3688 (menu): Add them to menu-bar.
3689 (gdb-display-buffer): Check for buffer another frame.
3690 Protect GUD buffer.
3691 (gdb-setup-windows): Create IO buffer if not already there.
3692 (gdb-memory-mode): Remove purecopy noops.
3693
3694 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
3695
3696 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
3697 and pass to self-insert-command.
3698
3699 2005-04-11 Lute Kamstra <lute@gnu.org>
3700
3701 * generic.el: Commentary section cleanup.
3702 (generic): Delete.
3703 (generic-use-find-file-hook, generic-lines-to-scan)
3704 (generic-find-file-regexp, generic-ignore-files-regexp)
3705 (default-generic-mode, generic-mode-find-file-hook)
3706 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
3707 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
3708 (generic-use-find-file-hook, generic-lines-to-scan)
3709 (generic-find-file-regexp, generic-ignore-files-regexp)
3710 (default-generic-mode, generic-mode-find-file-hook)
3711 (generic-mode-ini-file-find-file-hook): Move from generic.el.
3712
3713 2005-04-10 Karl Fogel <kfogel@red-bean.com>
3714
3715 * bookmark.el (bookmark-write-file): Catch errors writing file.
3716 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
3717
3718 2005-04-10 Richard M. Stallman <rms@gnu.org>
3719
3720 * startup.el (fancy-splash-tail): Update copyright year.
3721 (command-line): Split part of -Q into -D.
3722 (emacs-basic-display): New defvar.
3723 (fancy-splash-text): Correct name of menu item.
3724
3725 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
3726
3727 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
3728 lines in one node.
3729
3730 * comint.el (comint-send-input): New arg ARTIFICIAL.
3731 Callers in this file changed.
3732
3733 * abbrev.el (define-abbrevs): Read system abbrevs properly.
3734
3735 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
3736
3737 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
3738
3739 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
3740 `ldap-search-internal'.
3741
3742 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3743
3744 * files.el (set-auto-mode-1): Use line-end-position.
3745
3746 * international/latin-1.el:
3747 * international/latin-2.el:
3748 * international/latin-3.el:
3749 * international/latin-4.el:
3750 * international/latin-5.el:
3751 * international/latin-8.el:
3752 * international/latin-9.el: Give punctuation syntax to NBSP.
3753
3754 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
3755 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
3756 Use char-classes to accept non-ascii letters, accepted in some recent
3757 bibtex implementations.
3758
3759 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3760
3761 * custom.el (custom-set-minor-mode): Any non-nil value for the
3762 variable should enable the mode when set through Custom.
3763
3764 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3765
3766 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
3767 TAB binding so tab-always-indent is obeyed.
3768 (vhdl-minibuffer-local-map): Move initialization into declaration.
3769 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
3770 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
3771 (vhdl-hooked-abbrev): Avoid test for XEmacs.
3772 (vhdl-current-line): Use line-beginning-position.
3773 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
3774 with-output-to-temp-buffer, so the current position can be recorded.
3775
3776 2005-04-10 Masatake YAMATO <jet@gyve.org>
3777
3778 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3779 Add regexp for gcov.
3780
3781 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3782
3783 * calendar/time-date.el (time-to-seconds, seconds-to-time)
3784 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
3785 syntax which Emacs 20 doesn't support.
3786
3787 2005-04-09 Richard M. Stallman <rms@gnu.org>
3788
3789 * help.el (describe-key-briefly, describe-key):
3790 Replace strings as event types with "(any string)".
3791
3792 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3793
3794 * arc-mode.el (archive-mode-map): Move initialization into
3795 the declaration. Override *all* bindings of `undo'.
3796 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
3797
3798 2005-04-09 Jay Belanger <belanger@truman.edu>
3799
3800 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
3801
3802 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3803
3804 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
3805 (xterm-register-default-colors): Update color values computation
3806 to match xterm-200.
3807
3808 2005-04-09 Kenichi Handa <handa@m17n.org>
3809
3810 * international/code-pages.el (iso-latin-7): Fix the map.
3811
3812 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
3813
3814 * emacs-lisp/lisp.el (defun-prompt-regexp)
3815 (parens-require-spaces, buffer-end, end-of-defun)
3816 (insert-parentheses): Doc fixes.
3817
3818 2005-04-08 Kim F. Storm <storm@cua.dk>
3819
3820 * comint.el (comint-highlight-prompt): Fix face spec.
3821 * hi-lock.el (hi-green): Likewise.
3822
3823 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3824
3825 * cus-edit.el (custom-modified-face):
3826 * comint.el (comint-highlight-input): Fix previous changes.
3827 * term.el (term-handle-ansi-escape): Add a comment.
3828
3829 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3830
3831 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
3832 in the buffer and in whitespace-highlighted-space.
3833 (whitespace-unhighlight-the-space): Simplify.
3834 (whitespace-buffer): Simplify.
3835
3836 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3837
3838 * textmodes/table.el (table-cell-face): Add special case for
3839 displays supporting a high number of colors.
3840 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3841 (vhdl-font-lock-reserved-words-face)
3842 (vhdl-speedbar-architecture-face)
3843 (vhdl-speedbar-instantiation-face)
3844 (vhdl-speedbar-architecture-selected-face)
3845 (vhdl-speedbar-instantiation-selected-face): Likewise.
3846 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
3847 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
3848 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
3849 (ebrowse-root-class-face, ebrowse-member-attribute-face)
3850 (ebrowse-progress-face): Likewise.
3851 * progmodes/compile.el (compilation-info-face): Likewise.
3852 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
3853 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
3854 * calendar/calendar.el (diary-face): Likewise.
3855 * woman.el (woman-italic-face, woman-bold-face)
3856 (woman-unknown-face): Likewise.
3857 * wid-edit.el (widget-button-pressed-face): Likewise.
3858 * whitespace.el (whitespace-highlight-face): Likewise.
3859 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
3860 * pcvs-info.el (cvs-marked-face): Likewise.
3861 * info.el (info-xref): Likewise.
3862 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
3863 * hilit-chg.el (highlight-changes-face)
3864 (highlight-changes-delete-face): Likewise.
3865 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
3866 (hi-red-b): Likewise.
3867 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
3868 * font-lock.el (font-lock-keyword-face)
3869 (font-lock-function-name-face, font-lock-warning-face): Likewise.
3870 * cus-edit.el (custom-invalid-face, custom-modified-face)
3871 (custom-set-face, custom-changed-face, custom-variable-tag-face)
3872 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
3873 * comint.el (comint-highlight-prompt): Likewise.
3874
3875 2005-04-08 Lute Kamstra <lute@gnu.org>
3876
3877 * font-lock.el (font-lock-keywords): Docstring fixes.
3878
3879 2005-04-08 Kenichi Handa <handa@m17n.org>
3880
3881 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
3882 chars are more than a limit, print " and more..." at the tail.
3883
3884 2005-04-08 Kim F. Storm <storm@cua.dk>
3885
3886 * emacs-lisp/authors.el (authors-aliases): Update list.
3887 (authors-ignored-files): New list.
3888 (authors-fixed-entries): Fix typo.
3889 (authors-renamed-files-alist): Update list.
3890 (authors-add): Check authors-ignored-files.
3891
3892 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
3893
3894 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
3895 optional, to ensure backward compatibility.
3896
3897 2005-04-08 Stephen Eglen <stephen@gnu.org>
3898
3899 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
3900
3901 2005-04-08 Kim F. Storm <storm@cua.dk>
3902
3903 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
3904
3905 * mouse.el (mouse-on-link-p): Doc fix.
3906
3907 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
3908
3909 * ielm.el (ielm-prompt-read-only): Doc fix.
3910
3911 * comint.el (comint-prompt-read-only): Doc fix.
3912
3913 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
3914
3915 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
3916 ensure dired always handles wildcards passed to ffap.
3917 (find-file-at-point): Use it.
3918 (ffap-dired-wildcards): Doc fix.
3919
3920 2005-04-07 Juri Linkov <juri@jurta.org>
3921
3922 * simple.el (next-error-overlay-arrow-position): New defvar.
3923 Put "=>" on its property `overlay-arrow-string'. Add it to
3924 `overlay-arrow-variable-list'.
3925
3926 * progmodes/compile.el (compilation-setup):
3927 Set `next-error-overlay-arrow-position' to nil. Also set it to
3928 nil in the local hook `kill-buffer-hook'. Make local variable
3929 `overlay-arrow-string' and set it to "=>".
3930 (compilation-goto-locus): Set BOL position to
3931 `next-error-overlay-arrow-position' instead of
3932 `overlay-arrow-position'.
3933
3934 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
3935 locally instead of adding it to the global hook.
3936 (Info-kill-buffer): Move up.
3937
3938 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
3939
3940 * term/xterm.el (xterm-standard-colors): Update color values from
3941 xterm-200.
3942
3943 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
3944
3945 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
3946
3947 * fast-lock.el:
3948 * lazy-lock.el: Move them to the obsolete subdir.
3949
3950 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3951
3952 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
3953 (wdired-add-replace-advice): Remove.
3954 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
3955
3956 2005-04-06 Kim F. Storm <storm@cua.dk>
3957
3958 * startup.el (command-line): Add --bare-bones alias for -Q.
3959
3960 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3961
3962 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
3963 create the startup fontset if a font specification ends with
3964 `mac-roman'.
3965
3966 2005-04-06 Lute Kamstra <lute@gnu.org>
3967
3968 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
3969 change.
3970
3971 * emacs-lisp/copyright.el (copyright-update-year): Replace the
3972 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
3973
3974 2005-04-05 Lute Kamstra <lute@gnu.org>
3975
3976 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
3977 (define-generic-mode): Ditto. Fix debug declaration.
3978
3979 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
3980 Put them in the generic-x group.
3981
3982 * calendar/timeclock.el (timeclock): Doc fix.
3983
3984 * generic.el (define-generic-mode): Don't use custom-current-group.
3985 Document default :group value.
3986 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
3987 (define-global-minor-mode): Don't use custom-current-group.
3988
3989 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
3990
3991 * startup.el (command-line-1): Display startup-echo-area-message
3992 when fancy splash screen is in use.
3993
3994 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
3995 (sh-escaped-newline): New face.
3996 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
3997 newline, and use sh-escaped-newline face.
3998
3999 * progmodes/tcl.el (tcl-escaped-newline): New face.
4000 (tcl-builtin-list): New variable.
4001 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
4002 newlines. Fix keywords subexpression number.
4003
4004 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
4005
4006 * textmodes/org.el (org-diary-default-entry): Fix call to
4007 `add-to-diary-entry'.
4008
4009 2005-04-05 Kim F. Storm <storm@cua.dk>
4010
4011 * ediff-init.el: Use (featurep 'xemacs).
4012
4013 2005-04-05 David Ponce <david@dponce.com>
4014
4015 * cus-edit.el (face): Derive from symbol widget. Display sample
4016 of the current face on the fly.
4017 (widget-face-sample-face-get, widget-face-notify): New functions.
4018 (widget-face-value-create): Remove.
4019
4020 * wid-edit.el (widget-field-end): Temporarily remove field
4021 narrowing before to call `get-char-property'.
4022
4023 2005-04-04 Jay Belanger <belanger@truman.edu>
4024
4025 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
4026 (math-read-subscripts): New variable.
4027 (math-read-preprocess-string): Process subscripts.
4028
4029 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
4030
4031 * comint.el (comint-prompt-read-only): Doc fix.
4032
4033 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
4034 `-1'. Doc fix.
4035
4036 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
4037
4038 * textmodes/org.el (org-insert-mode-line-in-empty-file):
4039 Change default value to nil.
4040
4041 2005-04-04 Lute Kamstra <lute@gnu.org>
4042
4043 * autorevert.el (auto-revert-mode): Specify :group.
4044 * battery.el (display-battery-mode): Specify :group.
4045 * diff-mode.el (diff-minor-mode): Specify :group.
4046 * font-core.el (font-lock-mode): Specify :group.
4047 * hl-line.el (hl-line-mode): Specify :group.
4048 * iimage.el (iimage): New customization group.
4049 (iimage-mode): Specify :group.
4050 * longlines.el (longlines-mode): Specify :group.
4051 * master.el: Don't require easy-mmode.
4052 (master): New customization group.
4053 (master-mode): Specify :group.
4054 * msb.el (msb-mode): Specify :group.
4055 * reveal.el (reveal-mode): Specify :group.
4056 * simple.el (next-error-follow-minor-mode): Specify :group.
4057 * smerge-mode.el (smerge-mode): Specify :group.
4058 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
4059 * emulation/cua-base.el (cua-mode): Specify :group.
4060 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
4061 * language/thai-util.el (thai-auto-composition-mode)
4062 (thai-word-mode): Specify :group.
4063 * mail/supercite.el (sc-minor-mode): Specify :group.
4064 * progmodes/cwarn.el (cwarn-mode): Specify :group.
4065 * progmodes/flymake.el (flymake-mode): Specify :group.
4066 * progmodes/glasses.el (glasses-mode): Specify :group.
4067 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
4068 * textmodes/enriched.el (enriched-mode): Specify :group.
4069 * textmodes/refill.el (refill-mode): Specify :group.
4070
4071 * add-log.el (change-log-font-lock-keywords): Names in
4072 parenthesized lists can contain spaces.
4073
4074 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
4075
4076 * startup.el (fancy-splash-text): Shorten default text of
4077 "Emacs Tutorial" line. Also, if the current language env
4078 indicates an available tutorial file other than TUTORIAL,
4079 extract its title and append it to the line in parentheses.
4080 (fancy-splash-insert): If arg is a thunk, funcall it.
4081
4082 2005-04-04 Jay Belanger <belanger@truman.edu>
4083
4084 * calc.el (calc-language-alist): Add tags to customization type.
4085
4086 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
4087
4088 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
4089 Doc fix.
4090
4091 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
4092
4093 * add-log.el (change-log-font-lock-keywords): The manual
4094 describing a Change Log entry, says: (...) "Aside from these
4095 header lines, every line in the change log starts with a space or
4096 a tab.". The font-lock was not highlighting lines started with
4097 spaces, added support for it.
4098
4099 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4100
4101 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
4102 (bibtex-generate-url-list): Update docstring accordingly. Put the
4103 complex example in the docstring.
4104 (bibtex-font-lock-url): Use pop.
4105
4106 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4107
4108 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
4109
4110 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
4111
4112 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4113
4114 * filesets.el (filesets-set-default): Doc fix.
4115
4116 2005-04-03 Lute Kamstra <lute@gnu.org>
4117
4118 * generic.el (define-generic-mode): Add argument to specify
4119 keywords for defcustom.
4120 (default-generic-mode): Specify :group.
4121
4122 * generic-x.el: Specify :group for all generic modes.
4123
4124 * desktop.el (desktop-no-desktop-file-hook)
4125 (desktop-after-read-hook): Doc fix.
4126
4127 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
4128
4129 * simple.el (visible-mode): Use explicit :group keyword.
4130 This changes the group of `visible-mode-hook' from paren-blinking
4131 to editing-basics.
4132
4133 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
4134
4135 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
4136 mailbox specifications as well as URLs.
4137 (rmail-insert-inbox-text): Remove unused conditional branches.
4138
4139 2005-04-01 Jay Belanger <belanger@truman.edu>
4140
4141 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
4142 (calc-gnuplot-print-command): Move definitions to calc.el.
4143
4144 * calc/calc-embed.el (calc-embedded-announce-formula)
4145 (calc-embedded-open-formula, calc-embedded-close-formula)
4146 (calc-embedded-open-word, calc-embedded-close-word)
4147 (calc-embedded-open-plain, calc-embedded-close-plain)
4148 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4149 (calc-embedded-open-mode, calc-embedded-close-mode):
4150 Move definitions to calc.el.
4151
4152 * calc/calc.el (calc-settings-file, calc-language-alist):
4153 Make customizable.
4154 (calc-embedded-announce-formula, calc-embedded-open-formula)
4155 (calc-embedded-close-formula, calc-embedded-open-word)
4156 (calc-embedded-close-word, calc-embedded-open-plain)
4157 (calc-embedded-close-plain, calc-embedded-open-new-formula)
4158 (calc-embedded-close-new-formula, calc-embedded-open-mode)
4159 (calc-embedded-close-mode, calc-gnuplot-name)
4160 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
4161 from other files and make customizable.
4162
4163 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4164
4165 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
4166 Use buffer-live-p.
4167 (cvs-mode-run): Don't call cvs-update-header here.
4168 (cvs-run-process): Call cvs-update-header.
4169 Use process properties for cvs-postprocess and cvs-buffer so that
4170 the sentinel can behave better if the temp buffer is killed.
4171 Use a pipe rather than a tty, to better handle unexpected prompts.
4172 (cvs-sentinel): Rewrite. Call cvs-update-header.
4173
4174 2005-04-01 Andre Spiegel <spiegel@gnu.org>
4175
4176 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
4177 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
4178
4179 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4180
4181 * generic.el (define-generic-mode): Add indentation rule.
4182
4183 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4184
4185 * files.el (mode-require-final-newline): Make Custom correctly
4186 report a nil value and allow to set it to nil via Custom.
4187 Doc fix.
4188
4189 2005-04-01 Kenichi Handa <handa@m17n.org>
4190
4191 * international/characters.el: Enable the correct case setting for
4192 dotless-i and dotted-I.
4193
4194 2005-04-01 Kim F. Storm <storm@cua.dk>
4195
4196 * ido.el (ido-file-internal): Fall back to non-ido command if
4197 initial directory is on slow ftp (or tramp) host.
4198
4199 2005-03-31 Richard M. Stallman <rms@gnu.org>
4200
4201 * emacs-lisp/autoload.el (make-autoload):
4202 Handle define-global-minor-mode.
4203
4204 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4205 Rename from easy-mmode-define-global-mode.
4206 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
4207
4208 * progmodes/scheme.el (scheme-mode-syntax-table):
4209 Update syntax of | and # for two-character comment syntax.
4210
4211 2005-03-31 Lute Kamstra <lute@gnu.org>
4212
4213 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
4214 (define-minor-mode): Call custom-current-group at load-time.
4215
4216 * generic.el (define-generic-mode): Add debug declaration.
4217 Add defcustom for the mode hook.
4218 (generic-mode-internal): Use run-mode-hooks.
4219
4220 2005-03-31 Kim F. Storm <storm@cua.dk>
4221
4222 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
4223 (mouse-fixup-help-message): New defun called by show_help_echo
4224 to fixup mouse-2 prefix in help messages when applicable.
4225
4226 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
4227
4228 2005-03-31 Kenichi Handa <handa@m17n.org>
4229
4230 * language/thai-word.el (thai-find-word-ends): Pay attention to
4231 the case that we reach the end of buffer.
4232
4233 * textmodes/fill.el (fill-text-properties-at): New function.
4234 (fill-newline): Use fill-text-properties-at instead of
4235 text-properties-at.
4236
4237 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4238
4239 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
4240 not comint-quote-filename.
4241
4242 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
4243
4244 * help-fns.el (help-with-tutorial): Revert last change.
4245
4246 2005-03-31 Kim F. Storm <storm@cua.dk>
4247
4248 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
4249
4250 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
4251
4252 * calendar/cal-china.el: Update reference to "Calendrical
4253 Calculations" book; there's a new edition.
4254 * calendar/cal-coptic.el: Likewise.
4255 * calendar/cal-french.el: Likewise.
4256 * calendar/cal-hebrew.el: Likewise.
4257 * calendar/cal-islam.el: Likewise.
4258 * calendar/cal-iso.el: Likewise.
4259 * calendar/cal-julian.el: Likewise.
4260 * calendar/cal-mayan.el: Likewise.
4261 * calendar/cal-persia.el: Likewise.
4262 * calendar/calendar.el: Likewise.
4263 * calendar/holidays.el: Likewise.
4264 * calendar/lunar.el: Likewise.
4265 * calendar/solar.el: Likewise.
4266
4267 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
4268 white space from doc string.
4269
4270 2005-03-30 Jay Belanger <belanger@truman.edu>
4271
4272 * calc/calc-help.el (calc-full-help): Remove email address.
4273
4274 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4275
4276 * help-fns.el (help-with-tutorial): Delete title line.
4277
4278 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4279
4280 * calendar/cal-x.el (calendar-one-frame-setup)
4281 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
4282 rather than 'symbol for set-window-dedicated-p.
4283
4284 * calendar/appt.el (appt-buffer-name): Make it a constant.
4285 (appt-add): Doc fix.
4286
4287 * filesets.el (filesets-menu-path, filesets-menu-before)
4288 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
4289 (filesets-menu-cache-file): Use directory ~/.emacs.d.
4290 (filesets-add-submenu): Delete and use add-submenu instead.
4291
4292 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
4293
4294 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
4295 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
4296 (org-diary-default-entry): New function.
4297 (org-get-entries-from-diary): Better parsing of diary entries.
4298 (org-agenda-check-no-diary): New function.
4299 ("diary-lib"): Advice to function `add-to-diary-list', to allow
4300 linking to diary entries.
4301 (org-agenda-execute-calendar-command): New function.
4302 (org-agenda): Improve visible section in window.
4303 Use `org-fit-agenda-window'.
4304 (org-fit-agenda-window): New option.
4305 (org-move-subtree-down): Better handling of empty lines
4306 at end of subtree.
4307 (org-cycle): Numeric prefix is interpreted now as show-subtree N
4308 levels up.
4309 (org-fontify-done-headline): New option.
4310 (org-headline-done-face): New face.
4311 (org-set-font-lock-defaults): Use `org-headline-done-face'.
4312 (org-table-copy-down): Rename from `org-table-copy-from-above'.
4313 When current field is non-empty, it is copied to next row.
4314 (org-table-copy-from-above): Fix bug which made it
4315 impossible to copy fields containing only a single non-white character.
4316
4317 2005-03-30 Kim F. Storm <storm@cua.dk>
4318
4319 * kmacro.el (kmacro-end-macro): Isearch may store this command
4320 into the macro -- so ignore it when executing keyboard macro.
4321
4322 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4323
4324 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
4325
4326 2005-03-29 Kenichi Handa <handa@m17n.org>
4327
4328 * language/thai.el ("Thai"): Set setup-function and exit-function
4329 for Thai language environment.
4330
4331 * language/thai-util.el: Require thai-word.
4332 (thai-word-mode-map): New variable.
4333 (thai-word-mode): New minor mode.
4334 (setup-thai-language-environment-internal): New function.
4335 (exit-thai-language-environment-internal): New function.
4336
4337 * language/thai-word.el (thai-word-table): Declare it by defvar,
4338 use dolist to initialize it.
4339 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
4340 (thai-fill-find-break-point): New functions.
4341
4342 2005-03-29 Richard M. Stallman <rms@gnu.org>
4343
4344 * simple.el (idle-update-delay): Move definition up.
4345 (set-mark): Doc fix.
4346
4347 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
4348
4349 * longlines.el: New file.
4350
4351 * simple.el (buffer-substring-filters): New variable.
4352 (filter-buffer-substring): New function.
4353 (kill-region, copy-region-as-kill): Use it.
4354
4355 * register.el (copy-to-register, append-to-register)
4356 (prepend-to-register): Use filter-buffer-substring.
4357
4358 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4359
4360 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
4361 (gud-filter-pending-text): Move in front of gdb.
4362 (gud-overlay-arrow-position): New variable.
4363 (gud-sentinel, gud-display-line): Use it in place of
4364 overlay-arrow-position.
4365
4366 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4367
4368 * progmodes/fortran.el (fortran-if-indent): Doc fix.
4369 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
4370 (fortran-font-lock-keywords-4): New variable.
4371 (fortran-blocks-re, fortran-end-block-re)
4372 (fortran-start-block-re): New constants, for hideshow.
4373 (hs-special-modes-alist): Add a Fortran entry.
4374 (fortran-mode-map): Bind fortran-end-of-block,
4375 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
4376 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
4377 (fortran-looking-at-if-then, fortran-end-of-block)
4378 (fortran-beginning-of-block): New functions, for hideshow.
4379
4380 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4381 Doc fix. Tweak regexp.
4382 (f90-beginning-of-block): Push mark first.
4383
4384 2005-03-29 Jay Belanger <belanger@truman.edu>
4385
4386 * calc/calc.el: Update copyright date.
4387 (calc-version): Increase to 2.1.
4388 (calc-version-date): Remove.
4389
4390 * calc/calc-help.el: Update copyright date.
4391 (calc-full-help): Remove reference to calc-version-date.
4392 Update copyright date.
4393
4394 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4395
4396 * vc.el (vc-do-command): Use a pipe for async processes, so password
4397 prompts don't show up at places where the user can't reply.
4398
4399 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4400
4401 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
4402 on the file name we pass to the inferior shell.
4403
4404 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4405
4406 * progmodes/which-func.el (which-function): Be robust in the face of an
4407 imenu--make-index-alist failure.
4408
4409 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4410
4411 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
4412
4413 * progmodes/python.el (python-preoutput-filter): Fix last change.
4414
4415 2005-03-29 Lute Kamstra <lute@gnu.org>
4416
4417 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
4418 functions and compiled macros.
4419 (debug-convert-byte-code): Handle macros too.
4420 (debug-on-entry-1): Don't signal an error when trying to clear a
4421 function that is not set to debug on entry.
4422
4423 2005-03-29 Jay Belanger <belanger@truman.edu>
4424
4425 * calc/calc-lang.el: Add functions to math-function-table
4426 properties of tex and math.
4427
4428 2005-03-29 Kenichi Handa <handa@m17n.org>
4429
4430 * ps-mule.el (ps-mule-plot-string): Translate characters by
4431 ps-print-translation-table.
4432 (ps-mule-begin-job): Call find-charset-region/string with
4433 ps-print-translation-table.
4434 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
4435
4436 * ps-print.el (ps-print-translation-table): New variable.
4437 (ps-plot-region): Translate characters by ps-print-translation-table.
4438
4439 2005-03-29 Juri Linkov <juri@jurta.org>
4440
4441 * simple.el (next-error-highlight-timer): New variable.
4442
4443 * progmodes/compile.el (compilation-goto-locus):
4444 Use `next-error-highlight-timer' instead of `sit-for'.
4445
4446 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4447
4448 * mail/supercite.el (sc-mail-field): Use assoc-string.
4449 (sc-get-address): Simplify regexps.
4450
4451 * files.el (minibuffer-with-setup-hook): New macro.
4452 (find-file-read-args): Use it to avoid let-binding
4453 minibuffer-with-setup-hook (which breaks turning on/off
4454 file-name-shadow-mode while in the prompt).
4455
4456 * complete.el (PC-read-include-file-name-internal): Use test-completion.
4457
4458 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
4459
4460 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
4461
4462 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4463
4464 * window.el (window-buffer-height): Use count-screen-lines.
4465
4466 * progmodes/python.el (python-preoutput-leftover): New var.
4467 (python-preoutput-filter): Use it.
4468 (python-send-receive): Loop until all the result has been received.
4469
4470 2005-03-28 Juri Linkov <juri@jurta.org>
4471
4472 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
4473
4474 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
4475 "Recover Crashed Session".
4476 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
4477 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
4478 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
4479 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
4480 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
4481 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
4482 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
4483 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
4484
4485 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
4486 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
4487 Ediff Sessions", "Toggle use of separate control buffer frame",
4488 "Use separate frame for Ediff control buffer".
4489
4490 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
4491 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
4492 "Rename Bookmark", "Delete Bookmark".
4493
4494 * info.el (Info-mode-menu): Remove ellipsis from "Index".
4495 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
4496 Add `:active Info-index-alternatives' to "Next Matching Item".
4497
4498 * wdired.el (wdired-change-to-wdired-mode):
4499 Mention `wdired-abort-changes' key in the initial message.
4500
4501 * international/mule.el (auto-coding-alist): Associate non-ascii
4502 image filename extensions with `no-conversion'.
4503
4504 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4505
4506 * international/iso-acc.el:
4507 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
4508
4509 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4510
4511 * textmodes/sgml-mode.el (html-mode): Doc update.
4512
4513 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
4514
4515 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
4516
4517 * term.el (term-move-columns): Fix face after extending a line.
4518 (term-insert-spaces): Likewise.
4519 (term-reset-terminal): Fix off by one error.
4520
4521 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4522
4523 * international/mule.el (auto-coding-alist): Add .xpi files.
4524
4525 * files.el (auto-mode-alist): Add .xpi files.
4526
4527 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
4528
4529 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
4530
4531 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4532
4533 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
4534
4535 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4536
4537 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
4538 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
4539
4540 * calendar/cal-move.el (calendar-beginning-of-year): Move the
4541 cursor to Jan 1 when needed.
4542 (calendar-end-of-year): Fix -/+ typo.
4543 Reported by Chong Yidong <cyd@stupidchicken.com>.
4544
4545 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4546
4547 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
4548
4549 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
4550 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
4551
4552 2005-03-25 Richard M. Stallman <rms@gnu.org>
4553
4554 * filesets.el (filesets-init): Add autoload.
4555
4556 * mail/mailalias.el (mail-directory): Doc fix.
4557
4558 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4559
4560 * mail/mailalias.el (mail-directory-process): Do nothing if
4561 mail-directory-process is an atom.
4562 (mail-get-names): Ignore mail-directory-names if it is an atom.
4563 (mail-directory-process defvar): Doc fix.
4564 (mail-names): Doc fix.
4565
4566 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
4567
4568 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
4569
4570 2005-03-26 Kenichi Handa <handa@m17n.org>
4571
4572 * international/mule-util.el (detect-coding-with-priority):
4573 Call update-coding-systems-internal before detect-coding-region.
4574
4575 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
4576
4577 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4578 (gdb-frames-mode-map): Add follow-link property.
4579
4580 2005-03-25 Jay Belanger <belanger@truman.edu>
4581
4582 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
4583 for variables.
4584
4585 2005-03-25 Juri Linkov <juri@jurta.org>
4586
4587 * image-mode.el: Optimize image filename extension regexps in
4588 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
4589 in `auto-mode-alist'.
4590 (image-mode): Add `image-toggle-display-text' to local hook
4591 `change-major-mode-hook'. Display the image as an image by
4592 default. Set `cursor-type' and `truncate-lines' if the image
4593 is already displayed. Take into account the current mode (image
4594 or text) in message.
4595 (image-minor-mode): New minor mode.
4596 (image-mode-maybe, image-toggle-display-text): New functions.
4597 (image-toggle-display): Use called-interactively-p.
4598 Let-bind `inhibit-read-only' to t.
4599
4600 * image-mode.el (image-minor-mode): Set `cursor-type' and
4601 `truncate-lines' if the image is already displayed. Add turning
4602 image-minor-mode off to `change-major-mode-hook'. Add message.
4603 Call `image-toggle-display-text' after turning image-minor-mode off.
4604
4605 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4606
4607 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
4608 Terminal.app, use utf-8.
4609 (set-display-table-and-terminal-coding-system): Add coding-system arg.
4610 (set-locale-environment): Use it.
4611
4612 * term/xterm.el: Undo last change, better done in mule-cmds.el.
4613
4614 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
4615
4616 * progmodes/python.el (python-close-block-statement-p)
4617 (python-outdent-p, python-current-defun): Use symbol-end.
4618
4619 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
4620
4621 * files.el (save-some-buffers): Doc fix.
4622
4623 2005-03-25 Werner Lemberg <wl@gnu.org>
4624
4625 * complete.el, thumbs.el: Replace `legal' with `valid'.
4626 * calendar/calendar.el: Replace `legal' with `valid'.
4627 * emacs-lisp/advice.el: Replace `legal' with `valid'.
4628 * mail/supercite.el: Replace `legal' with `valid'.
4629 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
4630 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
4631 Replace `legal' with `valid'.
4632 * textmodes/reftex-vars.el, textmodes/reftex.el:
4633 Replace `legal' with `valid'.
4634
4635 2005-03-25 Werner Lemberg <wl@gnu.org>
4636
4637 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
4638 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
4639 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
4640 * emulation/vip.el: Replace `illegal' with `invalid'.
4641 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
4642 * mail/supercite.el: Replace `illegal' with `invalid'.
4643 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
4644 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
4645 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
4646 * progmodes/sh-script.el, progmodes/xscheme.el:
4647 Replace `illegal' with `invalid'.
4648 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
4649 * textmodes/reftex-index.el, textmodes/reftex-parse.el
4650 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
4651 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
4652
4653 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4654
4655 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
4656 (flymake-find-buildfile, flymake-find-possible-master-files)
4657 (flymake-check-include, flymake-parse-line): Replace loops over the
4658 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
4659
4660 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
4661 Substitute file-name-as-directory in the rest of the file.
4662 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
4663 (flymake-replace-region): Remove unused arg `buffer'.
4664 (flymake-check-patch-master-file-buffer): Update calls to it.
4665 (flymake-add-err-info): Remove unused var `count'.
4666 (flymake-mode): Use define-minor-mode.
4667
4668 * progmodes/flymake.el: Use with-current-buffer.
4669 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
4670 flymake-replace-regexp-in-string, flymake-line-beginning-position)
4671 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
4672 Avoid testing for `xemacs'.
4673 (flymake-nop): Move.
4674 (flymake-region-has-flymake-overlays): Return the computed value.
4675 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
4676 Remove unused var `endline'.
4677 (flymake-get-line-count): Remove unused function.
4678 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
4679
4680 * emulation/vi.el:
4681 * generic.el:
4682 * hilit-chg.el (global-highlight-changes):
4683 * hi-lock.el (hi-lock-mode):
4684 * follow.el: find-file-hooks -> find-file-hook.
4685
4686 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
4687
4688 2005-03-24 Juri Linkov <juri@jurta.org>
4689
4690 * dired.el (dired-mode-map): Add menu item "Compare directories"
4691 for dired-compare-directories.
4692
4693 * dired-aux.el (dired-compare-directories): Add autoload cookie.
4694 Doc fix. Replace `read-file-name' with `read-directory-name'.
4695
4696 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4697
4698 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
4699
4700 2005-03-24 Jay Belanger <belanger@truman.edu>
4701
4702 * calc/calc-embed.el (calc-embedded-mode-change): Save all
4703 relevant mode settings in calc-embedded-original-modes when modes
4704 are permanently changed.
4705
4706 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4707
4708 * autoinsert.el: find-file-hooks -> find-file-hook.
4709
4710 2005-03-24 Lute Kamstra <lute@gnu.org>
4711
4712 * generic.el (generic-font-lock-defaults): Make it obsolete.
4713 (generic-font-lock-keywords): New variable to replace
4714 generic-font-lock-defaults.
4715 (generic-mode-set-font-lock): Delete it.
4716 (generic-mode-internal): Don't call generic-mode-set-font-lock.
4717 (generic-bracket-support): Add docstring.
4718
4719 * generic-x.el: Rename generic-font-lock-defaults to
4720 generic-font-lock-keywords throughout.
4721 (mailagent-rules-setup-function): Delete it.
4722 (mailagent-rules-generic-mode): Use anonymous function instead.
4723 (show-tabs-generic-mode-font-lock-defaults-1)
4724 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
4725 Quote faces.
4726 (show-tabs-tab-face, show-tabs-space-face): Specify background,
4727 not foreground.
4728
4729 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4730 Recognize define-generic-mode.
4731
4732 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4733
4734 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
4735 if there's no completion table.
4736
4737 2005-03-23 Miles Bader <miles@gnu.org>
4738
4739 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4740 Remove tty-specific variants, as they're no longer needed.
4741
4742 2005-03-23 Lute Kamstra <lute@gnu.org>
4743
4744 * generic-x.el: Code cleanup: make args constant whenever possible.
4745 (installshield-statement-keyword-list)
4746 (installshield-system-functions-list)
4747 (installshield-system-variables-list, installshield-types-list)
4748 (installshield-funarg-constants-list): Make them constants.
4749
4750 * generic.el (generic-make-keywords-list): Add autoload cookie.
4751
4752 * calendar/time-date.el: Add comment on time value formats.
4753 Don't require parse-time.
4754 (with-decoded-time-value): New macro.
4755 (encode-time-value): New function.
4756 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4757 (days-to-time): Return a valid time value when arg is huge.
4758 (time-since): Use time-subtract.
4759 (time-to-number-of-days): Use time-to-seconds.
4760
4761 2005-03-23 David Ponce <david@dponce.com>
4762
4763 * recentf.el: (recentf-keep): New option.
4764 (recentf-menu-action): Default to `find-file'.
4765 (recentf-keep-non-readable-files-flag)
4766 (recentf-keep-non-readable-files-p)
4767 (recentf-file-readable-p, recentf-find-file)
4768 (recentf-cleanup-remote): Remove.
4769 (recentf-include-p): More robust.
4770 (recentf-keep-p): New function.
4771 (recentf-remove-if-non-kept): Rename from
4772 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
4773 All callers updated.
4774 (recentf-menu-items-for-commands): Fix help string.
4775 (recentf-track-closed-file): Update. Doc fix.
4776 (recentf-cleanup): Update. Count removed files. Doc fix.
4777
4778 2005-03-23 Kim F. Storm <storm@cua.dk>
4779
4780 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4781 Don't inherit from fringe face (now happens automatically).
4782
4783 2005-03-22 Kim F. Storm <storm@cua.dk>
4784
4785 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
4786 position values.
4787
4788 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4789
4790 * menu-bar.el (showhide-date-time): Remove.
4791 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
4792 (menu-bar-make-mm-toggle): Simplify.
4793
4794 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4795
4796 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
4797 Accept qualified variable and function names.
4798
4799 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
4800
4801 * bindings.el (completion-ignored-extensions):
4802 Remove ".lis" for `vax-vms'.
4803
4804 2005-03-22 Andreas Schwab <schwab@suse.de>
4805
4806 * generic-x.el: Revert last change.
4807 * ldefs-boot.el: Update.
4808
4809 2005-03-22 Jay Belanger <belanger@truman.edu>
4810
4811 * calc/calc-embed (calc-embedded-original-modes): New variable.
4812 (calc-embedded-save-original-modes)
4813 (calc-embedded-restore-original-modes): New functions.
4814 (calc-do-embedded): Save original modes when entering embedded mode
4815 and restore when leaving embedded mode.
4816 (calc-embedded-modes-change): Change the value of
4817 calc-embedded-original-modes to reflect permanent changes.
4818
4819 2005-03-22 Lute Kamstra <lute@gnu.org>
4820
4821 * generic-x.el: Require generic again.
4822
4823 2005-03-22 Miles Bader <miles@gnu.org>
4824
4825 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4826 Tweak details to look good on both ttys and bitmap displays, light
4827 or dark background, etc.
4828
4829 2005-03-21 Kim F. Storm <storm@cua.dk>
4830
4831 * tooltip.el (tooltip-show-help-function): Check car and cdr of
4832 mouse position.
4833
4834 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4835
4836 * icomplete.el: Don't forcibly turn on the mode upon load.
4837 (icomplete-mode): Use define-minor-mode.
4838 (icomplete-eoinput): Default to nil.
4839 (icomplete-minibuffer-setup): Remove autoload.
4840 (icomplete-tidy): Simplify.
4841 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
4842 in the initial state or if the user has modified the field.
4843 Fix handling of icomplete-max-delay-chars.
4844 Remove code that handles the oddball case where
4845 minibuffer-completion-table is an integer.
4846 Wrap icomplete-completions in while-no-input in case building
4847 completions takes more time than expected.
4848 (icomplete-completions): Simplify.
4849
4850 2005-03-21 Richard M. Stallman <rms@gnu.org>
4851
4852 * jka-compr.el (jka-compr-really-do-compress):
4853 Make variable buffer-local.
4854
4855 * image-mode.el: Handle .xpm files too.
4856 (image-toggle-display): Preserve modification flag.
4857
4858 * help.el (where-is): Don't mention aliases with no key bindings.
4859
4860 2005-03-21 Lute Kamstra <lute@gnu.org>
4861
4862 * generic.el: Fix commentary section. Don't require cl for compilation.
4863 (generic-mode-list): Add autoload cookie.
4864 (generic-use-find-file-hook, generic-lines-to-scan)
4865 (generic-find-file-regexp, generic-ignore-files-regexp)
4866 (generic-mode, generic-mode-find-file-hook)
4867 (generic-mode-ini-file-find-file-hook): Fix docstrings.
4868 (define-generic-mode): Make it a defmacro. Fix docstring.
4869 (generic-mode-internal): Code cleanup. Add autoload cookie.
4870 (generic-mode-set-comments): Code cleanup.
4871 * generic-x.el: Don't prevent compilation. Don't require generic.
4872 Follow coding conventions. Minor code cleanup.
4873 (etc-fstab-generic-mode): Add some keywords.
4874 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
4875 define-generic-mode like a function declaration.
4876
4877 2005-03-21 Jay Belanger <belanger@truman.edu>
4878
4879 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
4880 changing modes.
4881
4882 2005-03-21 Sam Steingold <sds@gnu.org>
4883
4884 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
4885
4886 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
4887
4888 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
4889 Add underscore to "f$ lexicals" regexp.
4890
4891 2005-03-20 Juri Linkov <juri@jurta.org>
4892
4893 * subr.el (progress-reporter-do-update): When `min-value' is equal
4894 to `max-value', set `percentage' to 0 and prevent division by zero.
4895
4896 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
4897
4898 Sync with Tramp 2.0.48.
4899
4900 * tramp.el (all): Change all addresses to .gnu.org.
4901 (tramp-append-tramp-buffers): New defun.
4902 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
4903 Catch `dont-send' signal.
4904 (tramp-set-auto-save-file-modes): Set always permissions, because
4905 there might be an old auto-saved file belonging to another
4906 original file. This could be a security threat. Reported by
4907 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
4908 Check for Emacs 21.3.50 removed.
4909
4910 * tramp-smb.el (all): Remove debug construct for
4911 `with-parsed-tramp-file-name'.
4912 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
4913 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
4914 No error message if DIRECTORY or FILENAME doesn't exist.
4915 (tramp-smb-open-connection): Check existence of
4916 `tramp-smb-program'.
4917
4918 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4919
4920 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
4921 Properly handle the case where the `m' or `s' command's argument is not
4922 yet terminated.
4923 (perl-indent-new-calculate): New function.
4924 (perl-indent-line): Use it.
4925
4926 2005-03-20 Miles Bader <miles@gnu.org>
4927
4928 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
4929 in text-mode too. Change to new face names.
4930 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
4931 Add `:weight bold' attribute.
4932 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
4933
4934 2005-03-19 Juri Linkov <juri@jurta.org>
4935
4936 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
4937
4938 * international/mule.el (auto-coding-alist): Sync with
4939 `auto-mode-alist' by adding upper case archive file extensions
4940 and adding ear/war to jar extension.
4941
4942 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
4943
4944 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
4945 running, restart it.
4946
4947 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
4948
4949 * finder.el (finder-current-item): Throw an error on an empty line.
4950
4951 * man.el (Man-follow-manual-reference): If current-word returns
4952 nil, use "".
4953
4954 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
4955
4956 * simple.el (goto-line): Doc fix.
4957
4958 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
4959
4960 * files.el (save-buffer): Doc fix.
4961
4962 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
4963
4964 * recentf.el (recentf-cleanup-remote): New variable.
4965 (recentf-cleanup): Use it to conditionally check availablity of
4966 remote files.
4967
4968 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
4969
4970 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
4971 function names.
4972
4973 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4974
4975 * language/thai-word.el: New file.
4976
4977 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4978
4979 * files.el (backup-buffer): If the file's directory is not
4980 writable, use copy instead of move to backup the file.
4981
4982 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4983
4984 * obsolete/keyswap.el: Moved to obsolete/ from term/.
4985
4986 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4987
4988 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
4989 Use functionp instead of symbolp and fboundp. Reported by Drkm
4990 <darkman_spam@yahoo.fr>.
4991 (ps-print-version): New version 6.6.6.
4992
4993 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
4994
4995 * textmodes/table.el (table--line-column-position): New idiom.
4996 (table--row-column-insertion-point-p): New function to test
4997 validity of row and column insertion operation at a location.
4998 (table-global-menu, table-cell-menu): Use above functions for
4999 deterministic test operation.
5000 (table--editable-cell-p): Behave in deterministic fashion.
5001
5002 2005-03-18 Juri Linkov <juri@jurta.org>
5003
5004 * isearch.el (isearch-lazy-highlight-new-loop):
5005 Make arguments beg and end optional.
5006 (isearch-update): Remove optional arguments nil from
5007 isearch-lazy-highlight-new-loop.
5008 (isearch-lazy-highlight-search): Let-bind case-fold-search to
5009 isearch-lazy-highlight-case-fold-search instead of
5010 isearch-case-fold-search, and let-bind isearch-regexp to
5011 isearch-lazy-highlight-regexp.
5012 Use isearch-lazy-highlight-last-string instead of isearch-string.
5013
5014 * replace.el (perform-replace): Remove bindings of global
5015 variables isearch-string, isearch-regexp, isearch-case-fold-search.
5016 Add three new arguments to `replace-highlight'.
5017 (replace-highlight): Add arguments string, regexp, case-fold.
5018 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
5019 to allow isearch-lazy-highlight-new-loop to use these values
5020 to set corresponding isearch-lazy-highlight-* internal
5021 variables whose values lazy highlighting will use regardless of
5022 changes to global variables isearch-string, isearch-regexp,
5023 isearch-case-fold-search during lazy highlighting loop.
5024 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
5025 to `lazy-highlight-cleanup'.
5026
5027 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
5028 (ispell-highlight-face): Set default face to `isearch' when
5029 lazy highlighting is enabled.
5030 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
5031 priority to 1. Add lazy highlighting.
5032 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
5033 from `isearch-dehighlight'.
5034
5035 2005-03-18 David Ponce <david@dponce.com>
5036
5037 * files.el (hack-local-variables): Do a case-insensitive search
5038 for End.
5039
5040 2005-03-18 Juri Linkov <juri@jurta.org>
5041
5042 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
5043 `isearch-lazy-highlight-cleanup', add alias to old name and
5044 declare obsolete. Add release numbers to other obsolete vars.
5045 (isearch-done, isearch-lazy-highlight-new-loop):
5046 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
5047 (lazy-highlight-cleanup) <variable>: Doc fix.
5048 (isearch-lazy-highlight-update): Rename obsolete
5049 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
5050
5051 2005-03-18 Kenichi Handa <handa@m17n.org>
5052
5053 * language/thai-util.el: Fix categorization of Thai characters in
5054 thai-category-table.
5055 (thai-composition-pattern): Adjust it for the above change.
5056 (thai-self-insert-command, thai-compose-syllable): New functions.
5057 (thai-compose-region): Use thai-compose-syllable.
5058 (thai-compose-string): Likewise.
5059 (thai-composition-function): Likewise.
5060 (thai-auto-composition): New function.
5061 (thai-auto-composition-mode): New minor mode.
5062
5063 * language/thai.el: Fix patterns to be registered in
5064 composition-function-table.
5065
5066 * international/quail.el (quail-input-method): Locally bind
5067 inhibit-modification-hooks to t.
5068
5069 2005-03-17 Richard M. Stallman <rms@gnu.org>
5070
5071 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
5072 (perl-mode): Use run-mode-hooks.
5073
5074 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
5075 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
5076 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
5077
5078 * mail/sendmail.el (sendmail-send-it): Reenable the code
5079 to compute resend-to-address and use it.
5080
5081 * tar-mode.el (tar-mode): Turn off undo unconditionally.
5082
5083 * image-mode.el: New file.
5084
5085 * image.el (insert-sliced-image): Add autoload cookie.
5086
5087 * font-lock.el (font-lock-lines-before): New user option.
5088 (font-lock-after-change-function): Obey it.
5089
5090 * bindings.el (esc-map): Make M-g a prefix.
5091 Bind M-g g and M-g M-g to goto-line.
5092
5093 * faces.el (face-id): Doc fix.
5094
5095 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5096
5097 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
5098 (rmail-show-message): Use rmail-unknown-mail-followup-to.
5099 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
5100
5101 * mail/sendmail.el (mail-yank-ignored-headers)
5102 (mail-font-lock-keywords, mail-mode-fill-paragraph):
5103 Add Mail-Followup-To and Mail-Reply-To headers.
5104 (mail-citation-hook): Add autoload cookie.
5105 (mail-mode): Doc fix.
5106 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
5107 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
5108 (mail-mode-fill-paragraph): Handle those headers.
5109 (mail-mailing-lists): New variable.
5110 (mail-mail-reply-to, mail-mail-followup-to): New functions.
5111
5112 2005-03-17 Juri Linkov <juri@jurta.org>
5113
5114 * isearch.el (isearch-fallback): Check for `(car previous)'
5115 before calling `isearch-other-end-state'.
5116
5117 2005-03-17 Kim F. Storm <storm@cua.dk>
5118
5119 * simple.el (move-beginning-of-line): Move to beginning of buffer
5120 line, as well as beginning of screen line.
5121
5122 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
5123
5124 * calendar/diary-lib.el (mark-diary-entries): Use new optional
5125 argument REDRAW rather than calendar-redrawing variable.
5126 * calendar/calendar.el (calendar-redrawing): Delete.
5127 (redraw-calendar): Do not bind calendar-redrawing.
5128
5129 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
5130
5131 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
5132 diary-file buffer.
5133
5134 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5135
5136 * help.el (describe-mode): Allow a :minor-mode-function property to
5137 specify a different minor mode toggle function than the variable.
5138 * simple.el (auto-fill-function):
5139 * subr.el (add-minor-mode): Use it.
5140
5141 2005-03-16 Kenichi Handa <handa@m17n.org>
5142
5143 * language/ethio-util.el (sera-being-called-by-w3): New variable.
5144 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
5145 (ethio-fidel-to-sera-buffer): Likewise.
5146
5147 2005-03-16 Juri Linkov <juri@jurta.org>
5148
5149 * emacs-lisp/find-func.el (find-function-regexp):
5150 Add defun-emitting macro `menu-bar-make-toggle'.
5151
5152 * isearch.el: Put `isearch-scroll' property to
5153 `split-window-horizontally'.
5154
5155 * info.el: Update error messages for `debug-ignored-errors'.
5156 (Info-isearch-search): Doc fix.
5157 (Info-find-node): Move up code to go into info buffer before
5158 recording the node to the history.
5159 (Info-fontify-node): Fontify titles only if the next line
5160 has two or more `*', `=', `-', `.'.
5161 Display "go to this node" for empty (match-string 3).
5162
5163 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5164
5165 * term/mac-win.el: Add mouse pointer shape constants.
5166
5167 2005-03-15 Kim F. Storm <storm@cua.dk>
5168
5169 * simple.el (move-beginning-of-line): Use vertical-motion.
5170
5171 2005-03-15 Juri Linkov <juri@jurta.org>
5172
5173 * isearch.el (isearch-error): New variable.
5174 (isearch-invalid-regexp, isearch-within-brackets): Remove.
5175 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
5176 (isearch-within-brackets-state): Remove.
5177 (isearch-case-fold-search-state, isearch-pop-fun-state):
5178 Decrease frame index.
5179 (isearch-mode, isearch-top-state, isearch-push-state)
5180 (isearch-edit-string, isearch-abort, isearch-search-and-update)
5181 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
5182 (isearch-search, isearch-lazy-highlight-new-loop):
5183 Replace `isearch-invalid-regexp' with `isearch-error'.
5184 Remove `isearch-within-brackets'.
5185 (isearch-search): Add `search-failed' handler to `condition-case'.
5186 (isearch-lazy-highlight-search): Add `condition-case' to catch
5187 errors and allow `isearch-lazy-highlight-update' to try
5188 highlighting from the beginning of the window.
5189 (isearch-repeat): Move up code to set isearch-wrapped to t
5190 before calling isearch-wrap-function.
5191
5192 * info.el (Info-isearch-initial-node): New internal variable.
5193 (Info-search): Signal an error in isearch mode when search leaves
5194 the initial node. Signal an error when `bound' is non-nil and
5195 nothing was found in the current subfile.
5196 (Info-isearch-search): Remove `condition-case'.
5197 (Info-isearch-wrap): Don't wrap when search failed during leaving
5198 the initial node. If `Info-isearch-search' is nil, wrap around
5199 the current node.
5200 (Info-isearch-start): New fun.
5201 (Info-mode): Add buffer-local hook `Info-isearch-start' to
5202 `isearch-mode-hook'.
5203
5204 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5205
5206 * simple.el (normal-erase-is-backspace): Set default to t if
5207 running on Mac.
5208
5209 * term/mac-win.el (function-key-map): Sync with x-win.el.
5210
5211 2005-03-15 Kenichi Handa <handa@m17n.org>
5212
5213 * international/mule-cmds.el (locale-language-names): Modify the
5214 format of elements and add more entries.
5215 (locale-preferred-coding-systems): Add more entries.
5216 (set-locale-environment): Adjust for the change of
5217 locale-language-names.
5218
5219 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5220
5221 * pcvs.el (smerge-ediff): Remove bogus autoload.
5222
5223 2005-03-14 Lute Kamstra <lute@gnu.org>
5224
5225 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
5226 Ignore a `*' at the beginning of a line.
5227
5228 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
5229 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
5230 subr.el.
5231 (dont-compile, eval-when-compile, eval-and-compile): Use declare
5232 to specify indentation.
5233
5234 * generic.el (define-generic-mode): Let generic-mode-list be a
5235 list of strings; test membership with equal.
5236
5237 2005-03-14 Kim F. Storm <storm@cua.dk>
5238
5239 * simple.el (next-line, previous-line): Add optional try-vscroll
5240 arg to recognize interactive use. Pass it on to line-move.
5241 (line-move): Don't perform auto-window-vscroll when defining or
5242 executing keyboard macro to ensure consistent behaviour.
5243
5244 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5245
5246 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
5247
5248 2005-03-13 Lute Kamstra <lute@gnu.org>
5249
5250 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
5251 debugger-setup-buffer so that backtrace marks the frames set to
5252 debug-on-exit and we don't have to do it manually. Set an extra
5253 debug-on-exit for macro's.
5254 (debugger-setup-buffer): Don't mark the top frame manually.
5255
5256 2005-03-12 Lute Kamstra <lute@gnu.org>
5257
5258 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
5259 lisp-indent-function throughout.
5260 (with-no-warnings): Set lisp-indent-function property.
5261
5262 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
5263
5264 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
5265 Add entry for backslash.
5266
5267 2005-03-12 Juri Linkov <juri@jurta.org>
5268
5269 * info.el (Info-search): Four fixes for backward search.
5270
5271 2005-03-11 Jay Belanger <belanger@truman.edu>
5272
5273 * calc/calc.el (calc-language-alist): New variable.
5274 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
5275 (calc-embedded-find-modes): Use calc-language-alist instead of
5276 calc-embedded-language-alist.
5277
5278 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5279
5280 * calendar/calendar.el (calendar-redrawing): New internal
5281 variable.
5282 (redraw-calendar): Remove bogus save-excursion from previous
5283 change. Bind calendar-redrawing to t for mark-diary-entries.
5284 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
5285 calendar if that is why we were called.
5286
5287 2005-03-11 Kenichi Handa <handa@m17n.org>
5288
5289 * international/mule.el (make-coding-system): Set property
5290 coding-system-define-form to nil.
5291 (define-coding-system-alias): Likewise.
5292
5293 2005-03-11 Kenichi Handa <handa@m17n.org>
5294
5295 These changes are suggested by Dave Love <fx@gnu.org>.
5296
5297 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
5298 coding: tag.
5299 (adaptive-fill-regexp): Add more bullets.
5300 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
5301 regexps.
5302
5303 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5304
5305 * help.el (describe-mode): Properly handle non-trivial lighters.
5306 Don't ignore minor modes that are not listed in minor-mode-list.
5307
5308 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
5309 feature ON when the user requests to turn it OFF.
5310
5311 2005-03-10 Lute Kamstra <lute@gnu.org>
5312
5313 * emacs-lisp/debug.el (debug-entry-code): Delete it.
5314 (implement-debug-on-entry): New function to replace debug-entry-code.
5315 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
5316 second argument as the 2005-03-07 change makes it obsolete.
5317 (debug-on-entry, cancel-debug-on-entry): Update call to
5318 debug-on-entry-1.
5319 (debug, debugger-setup-buffer): Comment update.
5320 (debugger-frame-number): Update to work with implement-debug-on-entry.
5321
5322 2005-03-10 Jay Belanger <belanger@truman.edu>
5323
5324 * calc/calc-embed.el (math-ms-args): Declare it.
5325 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
5326 math-ms-args.
5327 (calc-embedded-subst): Use math-multi-subst-rec to substitute
5328 variables.
5329
5330 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
5331
5332 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
5333 Use message-box.
5334
5335 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
5336 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
5337 (tooltip-gud-tips): Simplify.
5338 (tooltip-gud-tips-p): Remove superflouous :set.
5339 (tooltip-gud-modes): Add fortran-mode.
5340 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
5341
5342 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
5343
5344 2005-03-09 Kim F. Storm <storm@cua.dk>
5345
5346 * play/animate.el (animate-place-char): Use forward-line instead
5347 of next-line to improve performance.
5348
5349 2005-03-09 Simon Josefsson <jas@extundo.com>
5350
5351 * net/browse-url.el (browse-url-default-browser): Doc fix.
5352
5353 2005-03-09 Miles Bader <miles@gnu.org>
5354
5355 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
5356 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
5357
5358 2005-03-09 Kenichi Handa <handa@m17n.org>
5359
5360 * international/latin-1.el: Set case and syntax for 255 only if
5361 set-case-syntax-set-multibyte is nil.
5362
5363 * textmodes/ispell.el (ispell-insert-word): New function.
5364 (ispell-word): Use ispell-insert-word to insert a new word.
5365 (ispell-process-line): Likewise.
5366 (ispell-complete-word): Likewise.
5367
5368 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
5369
5370 * calendar/calendar.el (redraw-calendar): Preserve point.
5371 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5372 (calendar-week-start-day): Move after definition of
5373 redraw-calendar. Delete buffer test, since redraw-calendar has
5374 that now.
5375
5376 * calendar/diary-lib.el (mark-diary-entries): Only call
5377 redraw-calendar in the first of any recursive calls.
5378 Reported by Alan Shutko <ats@acm.org>.
5379
5380 2005-03-08 Juri Linkov <juri@jurta.org>
5381
5382 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
5383 (html-horizontal-rule, html-line, html-image, html-checkboxes)
5384 (html-radio-buttons): Add a space before the trailing `/>' where
5385 sgml-xml-mode is non-nil.
5386 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
5387 the subsequent tag of the empty XML tag.
5388 (html-href-anchor): Don't set initial input to "http:".
5389 (html-image): Ask for the image URL and set point inside alt="".
5390 (html-name-anchor): Duplicate the name in the `id' attribute when
5391 sgml-xml-mode is non-nil.
5392 (html-paragraph): Remove \n before <p>.
5393 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
5394 instead of `checked' when sgml-xml-mode is non-nil.
5395
5396 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
5397 Remove 1 space before #RRGGBB to not truncate it on terminal
5398 windows w/o fringes. Remove 1 space between bg and fg examples
5399 to get more space.
5400 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
5401 avoid byte-compile warnings.
5402
5403 * image-file.el (image-file-handler): Put `safe-magic' property to
5404 `image-file-handler'.
5405
5406 * info.el (Info-isearch-search): Emulate word search in
5407 isearching through multiple Info nodes with Info-search.
5408 (Info-isearch-wrap): Allow isearch-word.
5409
5410 2005-03-08 Lute Kamstra <lute@gnu.org>
5411
5412 * emacs-lisp/debug.el (debugger-step-through): Make sure that
5413 stepping into the debugger's code is not possible.
5414 (debugger-jumping-flag): Docstring update.
5415
5416 2005-03-08 Jay Belanger <belanger@truman.edu>
5417
5418 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
5419 embedded mode begins.
5420 (calc-embedded-language-alist): New variable.
5421 (calc-embedded-find-modes): Use calc-embedded-language-alist to
5422 set default language mode.
5423
5424 2005-03-08 Kenichi Handa <handa@m17n.org>
5425
5426 * international/ccl.el (define-ccl-program): Fix docstring about
5427 extra 256 bytes assured for the output buffer.
5428
5429 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5430 Fix BUFFER_MAGNIFICATION to 2.
5431 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5432
5433 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
5434
5435 * align.el (align-rules-list): Added an alignment rule for CSS
5436 declarations (applies to css-mode and html-mode buffers).
5437
5438 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5439
5440 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
5441
5442 2005-03-07 Kim F. Storm <storm@cua.dk>
5443
5444 * simple.el (move-beginning-of-line): New command.
5445
5446 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
5447
5448 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
5449
5450 * emulation/cua-base.el: Put CUA move property on move-end-of-line
5451 and move-beginning-of-line.
5452
5453 * apropos.el (apropos-print): Omit command from M-x ... RET.
5454
5455 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
5456
5457 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
5458 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
5459
5460 2005-03-06 Richard M. Stallman <rms@gnu.org>
5461
5462 * bindings.el (esc-map): Bind M-g to goto-line.
5463
5464 * facemenu.el (global-map): Bind M-o, not M-g.
5465
5466 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5467
5468 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
5469 "Open Directory" as for "Open File".
5470
5471 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
5472
5473 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
5474 (push-mark-command): Run activate-mark-hook.
5475
5476 2005-03-06 Richard M. Stallman <rms@gnu.org>
5477
5478 * help-mode.el (help-mode-finish): Don't alter the element
5479 in view-return-to-alist if there already is one.
5480
5481 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
5482 make sure the current buffer is the expected one.
5483
5484 * novice.el (disabled-command-function): Output in *Disabled Command*.
5485 Explicitly ignore non-keyboard events, and explicitly handle C-g.
5486
5487 * textmodes/flyspell.el (flyspell-large-region):
5488 Pass args differently for aspell.
5489
5490 * files.el (mode-require-final-newline): Doc fix.
5491
5492 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5493
5494 * progmodes/which-func.el (which-function):
5495 Specify NOERROR when calling imenu--make-index-alist.
5496
5497 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5498
5499 * simple.el (normal-erase-is-backspace): Define default value.
5500
5501 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
5502 (custom-reevaluate-setting): Simple function to handle
5503 variables that are defined before their default value can really
5504 be computed.
5505
5506 * startup.el (command-line): Use it for temporary-file-directory,
5507 small-emporary-file-directory, auto-save-file-name-transforms,
5508 blink-cursor-mode, and normal-erase-is-backspace.
5509
5510 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
5511 progress, even with buggy anchored keywords.
5512
5513 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
5514
5515 * simple.el (goto-line): Remove unbalanced final parenthesis.
5516
5517 2005-03-05 Richard M. Stallman <rms@gnu.org>
5518
5519 * simple.el (goto-line): Use a number at point as the default.
5520 With C-u as arg, switch buffers.
5521
5522 2005-03-05 Juri Linkov <juri@jurta.org>
5523
5524 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
5525 with `no-blinking-cursor'.
5526
5527 * startup.el (no-blinking-cursor): New defvar.
5528 (command-line): Add `--no-blinking-cursor' to longopts.
5529 Set `no-blinking-cursor' to t for command line arguments
5530 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
5531 with `no-blinking-cursor' in the condition for calling
5532 `blink-cursor-mode'.
5533
5534 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
5535
5536 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
5537 (menu-bar-options-save): Add blink-cursor-mode.
5538 (menu-bar-options-menu): Add blink-cursor-mode.
5539
5540 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
5541
5542 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
5543 (icalendar-export-file, icalendar-export-region)
5544 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
5545 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
5546
5547 2005-03-04 Lute Kamstra <lute@gnu.org>
5548
5549 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
5550 (debug-function-list): Ditto.
5551
5552 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
5553
5554 * textmodes/texinfmt.el (texinfo-append-refill):
5555 Redefine the types of line to which @refill
5556 is not appended by replacing a search for `@refill\\|@bye' with
5557 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
5558 itemize@refill' bug and the unfilled long lines bug.
5559 (texinfmt-version): Update number and date.
5560
5561 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
5562
5563 * international/code-pages.el (windows-1250, windows-125[2-8])
5564 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
5565
5566 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5567
5568 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
5569 bound yet.
5570
5571 2005-03-02 Romain Francoise <romain@orebokech.com>
5572
5573 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
5574 buffer after removing limits.
5575 (ibuffer-pop-filter): Ditto.
5576 Update copyright.
5577
5578 2005-03-02 Miles Bader <miles@gnu.org>
5579
5580 * button.el (make-text-button): If the user doesn't specify a
5581 type, use the default. Rewrite to use `add-text-properties' and
5582 plist functions.
5583
5584 2005-03-01 Lute Kamstra <lute@gnu.org>
5585
5586 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
5587 (debugger-jumping-flag): New var.
5588 (debug-entry-code): Use it.
5589 (debugger-jump): Use debugger-jumping-flag and add
5590 debugger-reenable to post-command-hook.
5591 (debugger-reenable): Use debugger-jumping-flag and remove itself
5592 from post-command-hook.
5593 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
5594 debugger-reenable.
5595
5596 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
5597
5598 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
5599 inclusion of "itemize\\|", which may be unnecessary, is certainly
5600 inelegant, and stops refilling in itemize lists when formatting
5601 Japanese Texinfo files to Info.
5602 Update copyright to 2005.
5603
5604 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
5605
5606 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
5607 of an error if GDB can't find the source file.
5608
5609 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5610
5611 * calendar/calendar.el (redraw-calendar): Work from any buffer,
5612 not just the calendar.
5613
5614 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
5615 first.
5616 (diary-redraw-calendar): New function.
5617 (make-diary-entry): Add diary-redraw-calendar to local
5618 write-contents-functions. Turn off selective display before
5619 inserting in diary.
5620
5621 2005-03-01 Kim F. Storm <storm@cua.dk>
5622
5623 * emacs-lisp/copyright.el (copyright-fix-years): New command.
5624
5625 2005-03-01 Lute Kamstra <lute@gnu.org>
5626
5627 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
5628 that debug-entry-code can be safely removed from a function while
5629 this code is being evaluated. Revert the 2005-02-27 change as the
5630 new implementation no longer requires it. Make sure that a
5631 function body containing just a string is not mistaken for a docstring.
5632 (debug): Skip one more frame in case of debug on entry.
5633 (debugger-setup-buffer): Delete one more frame line in case of
5634 debug on entry.
5635 (debugger-frame-number): Update to use the new text introduced by
5636 the 1999-11-03 change. Skip one more frame in case of debug on entry.
5637
5638 2005-02-28 Kim F. Storm <storm@cua.dk>
5639
5640 * double.el (double-translate-key): Call force-window-update after
5641 read-event to avoid crash in redisplay.
5642
5643 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5644
5645 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
5646 (debug): Use it. Move the inhibit-trace earlier.
5647 (debug-entry-code): New const.
5648 (debug-on-entry-1): Use it.
5649
5650 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
5651
5652 * international/utf-16.el (ccl-encode-mule-utf-16le):
5653 Fix BUFFER_MAGNIFICATION to 2.
5654 (ccl-encode-mule-utf-16be): Likewise.
5655
5656 2005-02-28 Kenichi Handa <handa@m17n.org>
5657
5658 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5659 Fix BUFFER_MAGNIFICATION to 4.
5660 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5661
5662 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
5663
5664 * speedbar.el (speedbar-update-flag): Doc fix.
5665 (speedbar-show-info-under-mouse): Give set-mouse-position the right
5666 argument.
5667
5668 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5669
5670 * reveal.el (reveal-post-command): Don't try to reveal overlays which
5671 have a non-nil `invisible' property but are actually visible.
5672
5673 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
5674 for perldoc sections.
5675 (perl-outline-regexp, perl-outline-level): New var and function.
5676 (perl-mode): Use them.
5677
5678 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
5679
5680 * calendar/diary-lib.el (diary-remind): Discard any mark portion
5681 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
5682
5683 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
5684
5685 * cus-edit.el: Comment change.
5686 (custom-buffer-create-internal): Slightly reword text at top of
5687 Custom buffers. Mention there that saving an option edits the
5688 init file. Add link to Emacs manual node on `custom-file'.
5689 (custom-magic-alist): Rewrite individual State messages to use
5690 capitalized keywords. Doc fix.
5691
5692 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5693
5694 * calendar/calendar.el (calendar-buffer): Move above
5695 calendar-week-start-day.
5696 (calendar-week-start-day): Doc fix. Add :set function.
5697 (calendar-minimum-window-height): New variable.
5698 (generate-calendar-window): Only resize window if selected-window
5699 is displaying the calendar buffer. Use new variable
5700 calendar-minimum-window-height.
5701 (generate-calendar): Reword error message.
5702 (calendar-mode-map): Bind DEL to scroll-other-window-down.
5703
5704 2005-02-27 Andreas Schwab <schwab@suse.de>
5705
5706 * vc.el (vc-do-command): Don't run command asynchronously when
5707 operating in a remote directory.
5708
5709 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
5710 change from sync with Tramp 2.0.47.
5711
5712 2005-02-27 Richard M. Stallman <rms@gnu.org>
5713
5714 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5715
5716 * textmodes/flyspell.el (flyspell-mode-on):
5717 Call ispell-change-dictionary only if necessary.
5718
5719 * emacs-lisp/re-builder.el (regexp-builder): New function.
5720
5721 * register.el (describe-register-1): Explicitly handle
5722 yank-excluded-properties = t.
5723
5724 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
5725 (custom-magic-alist): Change the status descriptions again.
5726 (face widget-type): Total rewrite based on `restricted-sexp'
5727 to eliminate the confusing double hiding levels.
5728
5729 * emacs-lisp/debug.el (debug-on-entry-1):
5730 If function body is empty, add nil as body form.
5731
5732 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5733
5734 * emacs-lisp/trace.el (inhibit-trace): New var.
5735 (trace-make-advice): Use it.
5736
5737 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
5738
5739 2005-02-26 Kim F. Storm <storm@cua.dk>
5740
5741 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
5742 (mouse-on-link-p, mouse-drag-region-1): Use it.
5743
5744 2005-02-25 Lute Kamstra <lute@gnu.org>
5745
5746 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
5747
5748 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
5749
5750 * frame.el (blink-cursor-mode): Add :group keyword.
5751
5752 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
5753
5754 * calendar/icalendar.el (icalendar--decode-isodatetime):
5755 New optional argument DAY-SHIFT.
5756 (icalendar-export-region): Fix coding-system-for-write.
5757 (icalendar--convert-ical-to-diary): Shift end-day of all-day
5758 events by one.
5759
5760 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5761
5762 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
5763
5764 2005-02-24 Kim F. Storm <storm@cua.dk>
5765
5766 * international/iso-acc.el (iso-accents-compose): Fix crash
5767 during redisplay. Call force-window-update after read-event
5768 and delete-region to signal that window is not accurate.
5769
5770 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5771
5772 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
5773 Remove unused and inexistent var `inhibit-trace'.
5774 (debugger-mode): Use run-mode-hooks.
5775 (debugger-list-functions): Add buttons; setup xref stack.
5776
5777 2005-02-23 Richard M. Stallman <rms@gnu.org>
5778
5779 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
5780 appointment says it was explicitly made.
5781 (appt-add): Set the 3rd element.
5782 (appt-make-list): Preserve explicit appointments.
5783
5784 * subr.el (find-tag-default): Catch errors in forward-sexp.
5785
5786 2005-02-23 Juri Linkov <juri@jurta.org>
5787
5788 * info.el (Info-isearch-search): New defcustom.
5789 (Info-isearch-search): Call the default isearch function
5790 when Info-isearch-search is nil.
5791 (Info-isearch-wrap): Use variable Info-isearch-search.
5792
5793 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
5794
5795 * cus-edit.el: Comment change.
5796
5797 2005-02-22 Kim F. Storm <storm@cua.dk>
5798
5799 * progmodes/hideif.el (hide-ifdef-use-define-alist):
5800 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
5801
5802 2005-02-22 Simon Josefsson <jas@extundo.com>
5803
5804 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
5805 New variable.
5806 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
5807 Oskarsson" <myrkraverk@users.sourceforget.net>.
5808
5809 2005-02-22 Kim F. Storm <storm@cua.dk>
5810
5811 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
5812 check that window of that event is the selected window.
5813 (mouse-drag-region-1): Compare mouse event window to selected
5814 window before setting point.
5815
5816 * tooltip.el (tooltip-show-help-function): Pass event to
5817 mouse-on-link-p so it can check selected window.
5818
5819 2005-02-22 Kenichi Handa <handa@m17n.org>
5820
5821 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
5822 (ps-mule-show-warning): New function.
5823 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
5824 characters are found.
5825
5826 * ps-print.el (ps-header-footer-string): Return a list of header
5827 and footer strings.
5828
5829 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5830
5831 * pcvs.el (cvs-retrieve-revision): Fix thinko.
5832
5833 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5834
5835 * frame.el (blink-cursor-mode): Use define-minor-mode.
5836
5837 * term/mac-win.el (function-key-map): Use char-names more consistently.
5838 (file-name-coding-system): Only set it for MacOS-9. The other case is
5839 already handled in mule-cmds.el (where it also works when mac-win.el
5840 is not used).
5841
5842 2005-02-21 Kenichi Handa <handa@m17n.org>
5843
5844 * international/mule.el (ctext-pre-write-conversion): Always use
5845 " *code-converting-work*" buffer for work.
5846
5847 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
5848
5849 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
5850
5851 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
5852
5853 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
5854
5855 * ses.el (undo-more): Restore defadvice, but only the part that
5856 allows changes outside the restricted area of the buffer.
5857
5858 2005-02-20 Kim F. Storm <storm@cua.dk>
5859
5860 * simple.el (line-move): Add fourth optional arg try-vscroll which
5861 must be set to perform auto-window-vscroll.
5862 When moving backwards and doing auto-window-vscroll, automatically
5863 vscroll to the last part of lines which are taller than the window.
5864 (next-line, previous-line): Set try-vscroll arg on line-move.
5865
5866 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5867
5868 * replace.el (query-replace, query-replace-regexp)
5869 (replace-string, replace-regexp): When operating on region, make
5870 the minibuffer prompt say so.
5871
5872 * isearch.el (isearch-forward): Document isearch-query-replace and
5873 isearch-query-replace-regexp keybindings.
5874
5875 2005-02-19 Jay Belanger <belanger@truman.edu>
5876
5877 * calc/calc-aent.el (math-read-token): Add local variable.
5878
5879 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
5880 (calc-edit-top): Move declaration to earlier in file.
5881 (calc-edit-macro-repeats): Add local variables.
5882
5883 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
5884 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
5885 calcFunc-tanh.
5886 Adjust integration rule for calcFunc-tan.
5887
5888 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5889
5890 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
5891 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
5892 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
5893 (viper-skip-separators): Bug fix.
5894 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
5895 particular major mode.
5896 (viper-del-backward-char-in-replace): Don't put deleted char on the
5897 kill ring.
5898
5899 * viper-ex.el (viper-color-display-p): New function.
5900 (viper-has-face-support-p): Use viper-color-display-p.
5901
5902 * viper-keym.el (viper-gnus-modifier-map): New keymap.
5903
5904 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
5905
5906 * viper-util.el (viper-glob-unix-files): Fix shell status check.
5907 (viper-file-remote-p): Make equivalent to file-remote-p.
5908
5909 * viper.el (viper-major-mode-modifier-list):
5910 Use viper-gnus-modifier-map.
5911
5912 2005-02-19 David Kastrup <dak@gnu.org>
5913
5914 * subr.el (subregexp-context-p): Fix garbled doc string by adding
5915 quoting.
5916
5917 2005-02-19 Jay Belanger <belanger@truman.edu>
5918
5919 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
5920 Remove extra definitions.
5921 (calc-coth): New function.
5922 (calcFunc-cot): Fix `let'.
5923
5924 2005-02-19 Eli Zaretskii <eliz@gnu.org>
5925
5926 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
5927 the reasons we use "type pc" in these faces.
5928
5929 * button.el (button): Ditto.
5930
5931 2005-02-19 Michael Mauger <mmaug@yahoo.com>
5932
5933 * replace.el (query-replace-read-from): Set the value of
5934 query-replace-from-history-variable to handle the case of an empty
5935 string entered to accept the suggested default.
5936
5937 * net/tramp.el (tramp-file-name-for-operation):
5938 Use dired-call-process instead of dired-call-process-command.
5939
5940 2005-02-19 Jay Belanger <belanger@truman.edu>
5941
5942 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
5943 (math-div-non-trig): New variables.
5944 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
5945 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
5946 (math-combine-prod, math-div-symb-fancy): Add simplifications for
5947 trig expressions.
5948
5949 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
5950
5951 * progmodes/gdb-ui.el (gdb-var-update-handler)
5952 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
5953 for watch expressions,
5954 (gdb-var-create-handler): Don't set speedbar-update-flag.
5955 (gdb-post-prompt): Simplify test for speedbar.
5956
5957 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5958
5959 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
5960 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
5961 we use the syntax table of the correct buffer.
5962 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
5963 Felix Gatzemeier.
5964
5965 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
5966 (ediff-file-remote-p): Make synonymous with file-remote-p.
5967 In all deffaces ediff-*-face-*, use min-colors.
5968
5969 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
5970 ediff-recurse-to-subdirectories.
5971 (ediff-mark-if-equal): Check that the arguments are strings, use
5972 ediff-same-contents (after to Felix Gatzemeier).
5973
5974 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
5975 nil.
5976
5977 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5978
5979 * log-view.el (log-view-message-re): Fix up Subversion regexp.
5980
5981 2005-02-18 David Kastrup <dak@gnu.org>
5982
5983 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
5984 use `mark-active' when defined.
5985
5986 2005-02-18 Kenichi Handa <handa@m17n.org>
5987
5988 * ps-print.el (ps-font-info-database): New entry
5989 ZapfChancery-MediumItalic with correct font name. Fix font name
5990 of the entry Zapf-Chancery-MediumItalic.
5991
5992 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
5993
5994 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
5995
5996 2005-02-16 Kim F. Storm <storm@cua.dk>
5997
5998 * ido.el (ido-fallback-command): Pass user input to fallback command.
5999
6000 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
6001
6002 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
6003 (gdb-find-file-hook): Add server prefix.
6004
6005 2005-02-16 Richard M. Stallman <rms@gnu.org>
6006
6007 * replace.el (perform-replace): Pass new args to replace-highlight.
6008 (replace-highlight): Take region args,
6009 and pass them to isearch-lazy-highlight-new-loop.
6010
6011 * novice.el (disabled-command-hook): Autoload the defalias
6012 and the make-obsolete-variable call.
6013
6014 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
6015
6016 * isearch.el (isearch-lazy-highlight-start-limit)
6017 (isearch-lazy-highlight-end-limit): New variables limit
6018 the region for highlighting.
6019 (isearch-lazy-highlight-new-loop): New args BEG and END.
6020 (isearch-lazy-highlight-search): Use the new vars.
6021 (isearch-lazy-highlight-update): Likewise.
6022
6023 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
6024
6025 * cus-start.el (all): Use default-boundp.
6026
6027 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
6028
6029 * menu-bar.el (menu-bar-select-frame): Handle current frame.
6030
6031 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
6032
6033 * autorevert.el (auto-revert-stop-on-user-input)
6034 (auto-revert-verbose): Doc fixes.
6035
6036 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
6037
6038 * international/mule-cmds.el (set-locale-environment): Remove call
6039 to set-selection-coding-system on Windows.
6040
6041 2005-02-15 Jay Belanger <belanger@truman.edu>
6042
6043 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
6044 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6045 calcFunc-coth.
6046 (math-simplify-sqrt): Add simplifications.
6047
6048 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
6049 to list.
6050
6051 * calc/calc-ext.el: Add functions to autoloads.
6052
6053 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
6054 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
6055 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
6056 (math-csc-raw, math-cot-raw): New functions.
6057
6058 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
6059
6060 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
6061 the variable name in a message.
6062
6063 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
6064 calcFunc-csc, calcFunc-cot.
6065
6066 * calc/calcalg2.el: Add derivative and integration rules for
6067 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
6068 calcFunc-csch, calcFunc-coth.
6069 (math-do-integral-methods): Add to checks for when to use
6070 substitutions.
6071
6072 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
6073
6074 2005-02-15 Lute Kamstra <lute@gnu.org>
6075
6076 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6077 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
6078 <monnier@iro.umontreal.ca>
6079 (lisp-outline-level): Improve efficiency. Suggested by David
6080 Kastrup <dak@gnu.org>.
6081
6082 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
6083
6084 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
6085 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
6086 (gdb-set-gud-minor-mode-existing-buffers): New functions.
6087 (gdb-find-file-hook): New hook. Add it to find-file-hook.
6088 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
6089
6090 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
6091
6092 * cus-start.el (all): Comment change.
6093
6094 2005-02-14 Lute Kamstra <lute@gnu.org>
6095
6096 * cus-start.el (all): Check if symbol is void.
6097
6098 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
6099
6100 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
6101 optional argument to \cite.
6102
6103 2005-02-14 Richard M. Stallman <rms@gnu.org>
6104
6105 * cus-edit.el (custom-buffer-create-internal): Update help message.
6106 (custom-magic-alist): Update help messages.
6107
6108 * cus-start.el (all): Allow a var to specify a standard value.
6109
6110 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
6111
6112 * custom.el (custom-theme-set-variables): Handle variable aliases.
6113
6114 * frame.el (blink-cursor-timer): Doc fix.
6115 (blink-cursor): Make it an alias for `blink-cursor-mode' and
6116 declare obsolete.
6117 (blink-cursor-mode): Define with defcustom and use correct
6118 standard expression in that defcustom.
6119 * startup.el (command-line): Adapt to above changes in frame.el.
6120
6121 2005-02-11 Lute Kamstra <lute@gnu.org>
6122
6123 * apropos.el (apropos-score-doc): Prevent division by zero.
6124
6125 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
6126
6127 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
6128 (icalendar--get-event-property-attributes)
6129 (icalendar--get-event-properties)
6130 (icalendar--datetime-to-diary-date): New functions.
6131 (icalendar--split-value): Doc fix.
6132 (icalendar--datetime-to-noneuropean-date)
6133 (icalendar--datetime-to-european-date): New optional argument
6134 SEPARATOR. Return result as a string instead of a list.
6135 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
6136 (icalendar--convert-string-for-export): Rename arg S to STRING.
6137 (icalendar-export-region): Doc fix. Change name of error buffer.
6138 Save output buffer.
6139 (icalendar-import-file): Add blank at end of prompt.
6140 (icalendar-import-buffer): Doc fix. Do not switch to error
6141 buffer. Indicate status in return value.
6142 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
6143 buffer. Save output buffer. Handle exception from recurrence
6144 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
6145 events. Fix problems with weekly all-day events.
6146
6147 2005-02-10 Richard M. Stallman <rms@gnu.org>
6148
6149 * simple.el (eval-expression-print-format):
6150 Avoid warning about edebug-active.
6151
6152 * help.el (help-for-help-internal): Rename from help-for-help.
6153 (help-for-help): Define with defalias.
6154
6155 * font-core.el (font-lock-default-function): Use with-no-warnings.
6156
6157 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
6158
6159 * custom.el (defface): Doc fix.
6160
6161 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
6162
6163 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
6164 width 0" to prevent word wrapping problems.
6165
6166 2005-02-09 Kim F. Storm <storm@cua.dk>
6167
6168 * ido.el (ido-file-extensions-order): New defcustom.
6169 (ido-file-extension-lessp, ido-file-extension-aux)
6170 (ido-file-extension-order): New advanced file ordering.
6171 (ido-file-lessp): New simple file ordering.
6172 (ido-sort-list): Remove.
6173 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
6174 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
6175
6176 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
6177
6178 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
6179 that some versions of grep produce.
6180 (grep-mode-font-lock-keywords): Likewise.
6181
6182 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
6183
6184 * progmodes/gdb-ui.el (gdb-location-list): New variable.
6185 (gdb-cdir): Delete.
6186 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
6187 (gdb-source-info): Treat case when source file is in another
6188 directory properly.
6189 (gdb-get-location): New function.
6190
6191 2005-02-07 Jay Belanger <belanger@truman.edu>
6192
6193 * calc/calc-prog.el (calc-write-parse-table-part)
6194 (calc-fix-token-name): Fix a check for language type.
6195
6196 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
6197
6198 2005-02-07 Andre Spiegel <spiegel@gnu.org>
6199
6200 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
6201 as directory not writable.
6202
6203 2005-02-07 Kim F. Storm <storm@cua.dk>
6204
6205 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
6206 (cua--standard-movement-commands): Remove list.
6207 Instead, set CUA property value to move for movement commands.
6208 (cua-movement-commands): Remove. Users must set CUA prop instead.
6209 (cua--pre-command-handler): Check CUA property.
6210 (cua--init-keymaps): Don't remap undo commands.
6211 (cua-mode): Don't call cua--rectangle-on-off.
6212
6213 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
6214 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
6215 (cua--rect-undo-set-point): New var.
6216 (cua--rectangle-undo-boundary): Setup undo apply entry.
6217 (cua--rect-undo-handler): New function for rectangle undo.
6218 (cua--rect-start-position, cua--rect-end-position): Add.
6219 (cua--rectangle-post-command): Call cua--rectangle-set-corners
6220 for restored rectangle. Set point if cua--rect-undo-set-point.
6221
6222 2005-02-06 Jay Belanger <belanger@truman.edu>
6223
6224 * calc/calc-lang.el (calc-tex-language): Display more information
6225 in messages.
6226
6227 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
6228 in TeX mode.
6229
6230 2005-02-06 Richard M. Stallman <rms@gnu.org>
6231
6232 * emacs-lisp/lisp.el (buffer-end): Doc fix.
6233
6234 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6235
6236 * net/ldap.el (ldap-search-internal): Support attributes with
6237 optional descriptions separated by a semi-colon, as in
6238 "userCertificate;binary".
6239
6240 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6241
6242 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
6243 isn't a cons (i.e. the version is 0).
6244
6245 2005-02-05 Eli Zaretskii <eliz@gnu.org>
6246
6247 * help.el (help-for-help): Doc fix.
6248
6249 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
6250
6251 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
6252 GDB-Windows on the menu-bar as this works better.
6253
6254 2005-02-04 Jay Belanger <belanger@truman.edu>
6255
6256 * calc/calc-embed.el (calc-embedded-update): Don't put in
6257 unnecessary newlines. Adjust the end of formula marker.
6258
6259 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
6260 (math-latex-parse-two-args): New function.
6261
6262 2005-02-03 Lute Kamstra <lute@gnu.org>
6263
6264 * help-fns.el (help-with-tutorial): Make sure that users cannot
6265 remove the entire text of the tutorial by means of `undo'.
6266
6267 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
6268
6269 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
6270 in recent changes, where the ispell process was repeatedly
6271 killed & restarted.
6272
6273 * international/mule-cmds.el (set-locale-environment): Set file-name
6274 coding system to utf-8 on Darwin systems.
6275 (set-default-coding-systems): Don't set default-file-name-coding-system
6276 on Darwin systems.
6277
6278 2005-02-03 Richard M. Stallman <rms@gnu.org>
6279
6280 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
6281
6282 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
6283
6284 * faces.el (list-faces-display): Add optional argument.
6285
6286 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6287
6288 * font-core.el (font-lock-default-function): Handle the rare case where
6289 only font-lock-keywords is set.
6290
6291 2005-02-02 Kenichi Handa <handa@m17n.org>
6292
6293 * international/characters.el: Cancel previous change for
6294 I-WITH-DOT-ABOVE and DOTLESS-i.
6295
6296 * international/latin-5.el: Cancel previous change.
6297
6298 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6299
6300 * progmodes/gud.el: Correction to syntax in gud-menu-map.
6301
6302 2005-02-02 Kenichi Handa <handa@m17n.org>
6303
6304 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
6305 DOTLESS-i.
6306
6307 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
6308 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
6309
6310 * case-table.el (get-upcase-table): New function.
6311 (copy-case-table): Copy upcaes table too if non-nil.
6312 (set-case-syntax-delims): Maintain upcase table too.
6313 (set-case-syntax-pair): Likewise.
6314 (set-upcase-syntax, set-downcase-syntax): New functions.
6315 (set-case-syntax): Maintain upcase table too.
6316
6317 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6318
6319 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
6320
6321 * progmodes/gud.el (gud-goto-info): New function.
6322 (gud-tool-bar-map): Use correct icon.
6323
6324 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6325
6326 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
6327 When delegating, order args in the funcall correctly.
6328
6329 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6330
6331 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
6332
6333 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
6334
6335 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
6336 buffer not visiting a file.
6337
6338 2005-01-31 Jay Belanger <belanger@truman.edu>
6339
6340 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
6341 bound on the line with the formula.
6342
6343 2005-01-31 Kim F. Storm <storm@cua.dk>
6344
6345 * ses.el (ses-create-cell-variable-range)
6346 (ses-destroy-cell-variable-range, ses-reset-header-string)
6347 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
6348 (ses-insert-row): Fix format of apply undo entries.
6349
6350 2005-01-31 Jay Belanger <belanger@truman.edu>
6351
6352 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
6353 parts.
6354
6355 * calc/calc-embed.el (calc-embedded-open-formula)
6356 (calc-embedded-close-formula): Ignore matrix environments.
6357
6358 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
6359 TeX mode.
6360
6361 * calc/calc-lang.el (math-function-table, math-oper-table)
6362 (math-variable-table): Adjust the LaTeX portions.
6363
6364 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
6365 (math-latex-ignore-words): New constant.
6366
6367 2005-01-31 Richard M. Stallman <rms@gnu.org>
6368
6369 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
6370 (ispell-local-dictionary): Doc fix.
6371 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
6372 Don't reinitialize at run time. Don't defcustom.
6373 All uses changed to append ispell-local-dictionary-alist,
6374 or check it first.
6375 (ispell-current-dictionary): New variable for dictionary in use.
6376 (ispell-dictionary): Now used only for global default.
6377 (ispell-start-process): Set ispell-current-dictionary,
6378 not ispell-dictionary.
6379 (ispell-change-dictionary): Use this only for setting
6380 user preferences.
6381 (ispell-internal-change-dictionary): New function
6382 to change the current dictionary in use.
6383 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
6384 Use ispell-current-dictionary.
6385 Handle ispell-local-dictionary-overridden.
6386 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
6387
6388 2005-01-31 Jay Belanger <belanger@truman.edu>
6389
6390 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
6391
6392 * calc/calc-ext.el: Add calc-latex-language to autoloads.
6393 (calc-mode-map): Add calc-latex-language.
6394
6395 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
6396 (math-latex-print-frac): New functions.
6397 (math-oper-table, math-function-table, math-variable-table)
6398 (math-complex-format, math-input-filter): Add latex properties.
6399 (calc-set-language): Set math-expr-special-function-mapping.
6400
6401 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
6402 (calc-write-parse-table-part): Add LaTeX support.
6403
6404 * calc/calc.el (calc-language): Adjust docstring.
6405 (calc-set-mode-line): Add LaTeX support.
6406 (math-expr-special-function-mapping): New variable.
6407 (math-tex-ignore-words): Add to list.
6408
6409 * calc/calccomp.el (math-compose-expr, math-compose-rows):
6410 Add LaTeX support.
6411 (math-compose-expr): Add support for special functions.
6412
6413 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
6414
6415 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
6416
6417 * progmodes/gdb-ui.el (gdb-memory-address)
6418 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
6419 (gdb-memory-mode-map, gdb-memory-format-keymap)
6420 (gdb-memory-format-menu, gdb-memory-unit-keymap)
6421 (gdb-memory-unit-menu): New variables for a buffer
6422 that lets the user examine program memory.
6423 (gdb-memory-set-address, gdb-memory-set-repeat-count)
6424 (gdb-memory-format-binary, gdb-memory-format-octal)
6425 (gdb-memory-format-unsigned, gdb-memory-format-signed)
6426 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
6427 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
6428 (gdb-memory-unit-word, gdb-memory-unit-halfword)
6429 (gdb-memory-unit-byte, gdb-memory-unit-menu)
6430 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
6431 (gdb-memory-mode, gdb-memory-buffer-name)
6432 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
6433 New functions for above buffer.
6434
6435 2005-01-30 Richard M. Stallman <rms@gnu.org>
6436
6437 * cus-edit.el (custom-bury-buffer): Function deleted.
6438 (custom-buffer-done-function): Option deleted.
6439 (custom-buffer-done-kill): New (replacement option.
6440 (Custom-buffer-done): Call quit-window.
6441 (custom-buffer-create-internal): Update for above changes.
6442
6443 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
6444
6445 * simple.el (undo-ask-before-discard): New var.
6446 (undo-outer-limit-truncate): Implement it.
6447 (undo-extra-outer-limit): Doc update.
6448
6449 2005-01-29 Richard M. Stallman <rms@gnu.org>
6450
6451 * ses.el (undo-more): Delete defadvice.
6452 (ses-begin-change): Doc fix.
6453
6454 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
6455 instead of rebinding C-x u and C-_.
6456
6457 * files.el (normal-backup-enable-predicate): Return nil for files
6458 in /tmp, regardless of temporary-file-directory.
6459
6460 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
6461
6462 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
6463 (open-rectangle, delete-whitespace-rectangle-line)
6464 (clear-rectangle-line): If FILL, pass t instead of FILL
6465 for move-to-column's 2nd arg.
6466
6467 * simple.el (undo): Fix the test for continuing a series of undos.
6468 (undo-more): Set pending-undo-list to t when we reach end.
6469 (pending-undo-list): Move up defvar.
6470
6471 * wid-edit.el (widget-button-click):
6472 Shorten the range of the track-mouse binding.
6473
6474 * comint.el (comint-insert-input): Undo previous changes;
6475 use last-input-event in interactive spec.
6476
6477 2005-01-29 Eli Zaretskii <eliz@gnu.org>
6478
6479 * progmodes/compile.el (compilation-start): Bind buffer-read-only
6480 to nil before invoking call-process. Reset buffer's modified flag
6481 after fontifying it in the no-async branch.
6482
6483 * wid-edit.el (widget-specify-button): If mouse pointer shape
6484 cannot be changed, use mouse face instead.
6485
6486 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
6487
6488 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6489 (gdb-goto-breakpoint): Make breakpoint handling work on template
6490 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
6491 (gdb-assembler-custom): Update to recognise breakpoint information
6492 added on 2005-01-19.
6493
6494 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
6495
6496 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
6497 (dsssl-mode): Use define-derived-mode.
6498 (scheme-mode-initialize): Remove.
6499 (scheme-mode): Use run-mode-hooks.
6500
6501 * cus-edit.el (customize-group-other-window)
6502 (custom-buffer-create-other-window): Don't override special-display-*.
6503 (custom-mode-map): Make it dense.
6504
6505 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
6506 sets the default value.
6507
6508 2005-01-28 Eli Zaretskii <eliz@gnu.org>
6509
6510 * descr-text.el: Add more keywords.
6511
6512 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6513
6514 * speedbar.el: Avoid unnecessary use of locate-library.
6515
6516 * international/mule-cmds.el (standard-display-european-internal):
6517 Don't fiddle with latin-1 non-break space any more since it's now
6518 special cased in the C code.
6519 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
6520
6521 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
6522
6523 * cus-start.el (all): Add `undo-outer-limit'.
6524
6525 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6526
6527 * textmodes/bibtex.el (bibtex-format-entry):
6528 Use `bibtex-empty-field-re' only on the text of fields, not on entire
6529 field lines.
6530 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
6531 not on part of a buffer.
6532
6533 2005-01-25 Lute Kamstra <lute@gnu.org>
6534
6535 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
6536 nonempty field text strings like "{letters\\macro{}more letters}".
6537 Clarify docstring.
6538 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
6539 (bibtex-entry-offset, bibtex-parse-association)
6540 (bibtex-parse-field-name): Fix typos in docstrings.
6541 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
6542
6543 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
6544
6545 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
6546 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
6547 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
6548 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
6549
6550 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
6551 isearch minor mode.
6552
6553 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
6554
6555 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
6556
6557 2005-01-24 Lute Kamstra <lute@gnu.org>
6558
6559 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
6560 CASECHARS and NOT-CASECHARS regular expressions of the
6561 "nederlands" and "nederlands8" dictionaries to prevent a "Range
6562 striding over charsets" error.
6563
6564 2005-01-24 Jay Belanger <belanger@truman.edu>
6565
6566 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
6567 display variable name.
6568
6569 2005-01-24 Kenichi Handa <handa@m17n.org>
6570
6571 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
6572 Fix setting of the element of encoded-kbd-iso2022-invocations.
6573
6574 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
6575
6576 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6577 (gdb-threads-select): Change to also accept mouse events.
6578 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
6579 (gdb-threads-mouse-select): Delete.
6580
6581 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
6582
6583 * files.el (insert-directory): Take care of empty directory,
6584 listed without -a switch.
6585
6586 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6587
6588 * textmodes/refill.el (refill-post-command-function):
6589 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
6590 to the list of functions that we should be careful not to undo.
6591 (refill-late-fill-paragraph-function): Remove.
6592 (refill-saved-state): New var.
6593 (refill-mode): Use it to save fill-paragraph-function.
6594 Save also the value of auto-fill-function.
6595
6596 * term/w32-win.el: Simplify code.
6597
6598 2005-01-23 Kim F. Storm <storm@cua.dk>
6599
6600 * simple.el (line-move): Adapt to new return value from
6601 pos-visible-in-window-p.
6602
6603 * simple.el (line-move): Fix last change. Check partial
6604 visibility at point rather than at window-start.
6605
6606 2005-01-22 Jason Rumney <jasonr@gnu.org>
6607
6608 * term/w32-win.el (xw-defined-colors): Remove debug-message.
6609
6610 2005-01-22 David Kastrup <dak@gnu.org>
6611
6612 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
6613
6614 2005-01-22 Eli Zaretskii <eliz@gnu.org>
6615
6616 * type-break.el (type-break-mode): Add a test for
6617 type-break-file-name being non-nil.
6618
6619 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6620
6621 * net/eudc.el (top level): Call (message "") via progn, so that
6622 eudc-options-file is loaded.
6623
6624 2005-01-22 Kim F. Storm <storm@cua.dk>
6625
6626 * simple.el (line-move-1): Rename from line-move.
6627 (line-move): New function that adjusts vscroll for partially
6628 visible rows, and calls line-move-1 otherwise.
6629
6630 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
6631
6632 * pcomplete.el: define pcomplete-read-event instead of read-event,
6633 since it's not a complete read-event implementation
6634
6635 2005-01-20 Jay Belanger <belanger@truman.edu>
6636
6637 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
6638 for called function.
6639
6640 2005-01-20 Steven Tamm <steventamm@mac.com>
6641
6642 * term/mac-win.el (process-connection-type): Remove.
6643 Controlled now by s/darwin.h:PTY_ITERATION.
6644
6645 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6646
6647 * window.el (handle-select-window): Don't switch window when we're
6648 in the minibuffer.
6649
6650 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
6651
6652 * subr.el (dotimes-with-progress-reporter): New macro.
6653
6654 * ses.el (ses-dotimes-msg): Remove macro.
6655 Use `dotimes-with-progress-reporter' instead.
6656
6657 2005-01-19 Steven Tamm <steventamm@mac.com>
6658
6659 * term/mac-win.el (process-connection-type): Use new
6660 operating-system-release variable to use ptys on Darwin 7 (OSX
6661 10.3) when using carbon build.
6662
6663 2005-01-19 Jay Belanger <belanger@truman.edu>
6664
6665 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
6666 flags if the last command was a tab or M-tab.
6667
6668 * calc/calc-prog.el (calc-user-define-edit): Put original formula
6669 in formula editing buffer.
6670
6671 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6672
6673 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
6674 breakpoint image symbol in margin.
6675
6676 2005-01-19 Jay Belanger <belanger@truman.edu>
6677
6678 * calc/calc-prog.el (calc-execute-kbd-macro):
6679 Ignore calc-keep-arg-flag.
6680
6681 2005-01-19 Kenichi Handa <handa@m17n.org>
6682
6683 * textmodes/ispell.el (ispell-looking-at): New function.
6684 (ispell-process-line): Use ispell-looking-at to compare the ispell
6685 output and the buffer contents.
6686
6687 2005-01-18 Jay Belanger <belanger@truman.edu>
6688
6689 * calc/calc.el (calc-display-raw): Fix docstring.
6690
6691 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6692
6693 * simple.el (blink-matching-open): Strip extra info from syntax.
6694
6695 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
6696 funny chars in the end-of-here-doc marker.
6697
6698 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6699
6700 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
6701 that enable/disabled state of breakpoints is shown correctly in
6702 fringe and on ttys.
6703 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
6704 Add breakpoint information as text properties.
6705 (gdb-mouse-toggle-breakpoint):
6706 Rename to gdb-mouse-set-clear-breakpoint.
6707 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
6708 breakpoints in the margin.
6709 (gdb-remove-strings): Simplify.
6710
6711 2005-01-17 Jay Belanger <belanger@truman.edu>
6712
6713 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
6714 erasing buffer.
6715
6716 2005-01-17 Richard M. Stallman <rms@gnu.org>
6717
6718 * progmodes/grep.el (grep-find): Copy from `grep' the condition
6719 for calling grep-compute-defaults.
6720
6721 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
6722 if buffer is empty.
6723
6724 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
6725
6726 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6727
6728 * hilit-chg.el (highlight-changes-mode): Don't autoload.
6729
6730 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
6731 non-preloaded variables.
6732
6733 2005-01-17 Steven Tamm <steventamm@mac.com>
6734
6735 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
6736 tex-shell cause to force interactivity when using pipes.
6737
6738 2005-01-17 Kim F. Storm <storm@cua.dk>
6739
6740 * simple.el (just-one-space): Make arg optional.
6741
6742 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
6743
6744 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
6745 posn-at-x-y to t to access left-margin.
6746
6747 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
6748
6749 Sync with Tramp 2.0.47.
6750
6751 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
6752 catching keep-date problems in cp/scp operations.
6753 (tramp-handle-copy-file): Don't call `set-file-modes'
6754 unconditionally. Specialized functions should know better what is
6755 necessary. This improves performance a little bit, and the
6756 functions could catch errors with `cp -p' and `scp -p'.
6757 (tramp-do-copy-or-rename-file-via-buffer)
6758 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
6759 when appropriate.
6760 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
6761 Call `set-file-modes' when appropriate.
6762 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
6763 Johnsson <isak@hypergene.com>
6764 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
6765 of both Tramp buffer and debug buffer. Reported by Joakim Verona
6766 <joakim@verona.se>
6767 (tramp-file-name-for-operation): Mark `shell-command' as magic for
6768 Emacs only.
6769
6770 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
6771 `find-file-hooks' and `dired-mode-hook'.
6772 (tramp-minor-mode-map): Respective map. Add remapping for
6773 `compile' and `recompile'.
6774 (tramp-remap-command, tramp-recompile): New defuns.
6775 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
6776 in buffer "*Compilation*". Call the commands asynchronously.
6777
6778 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
6779 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
6780 `shell-command', because it isn't magic in XEmacs. Reported by
6781 Adrian Aichner <adrian@xemacs.org>.
6782
6783 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6784 `substitute-in-file-name.
6785 (tramp-smb-handle-substitute-in-file-name): New defun.
6786 (tramp-smb-advice-PC-do-completion): Delete advice.
6787
6788 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
6789
6790 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
6791 Fix error in deleting region.
6792
6793 2005-01-15 Richard M. Stallman <rms@gnu.org>
6794
6795 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
6796 In non-temp buffer, switch syntax table temporarily.
6797
6798 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
6799
6800 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
6801
6802 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
6803
6804 * imenu.el (imenu--split-menu): Copy menulist before sorting.
6805 (imenu--generic-function): Use START, not BEG, as pos of definition.
6806
6807 * simple.el (just-one-space): Argument specifies number of spaces.
6808
6809 * simple.el (eval-expression-print-format): Avoid warning
6810 about edebug-active.
6811
6812 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
6813
6814 * progmodes/sh-script.el: Code copied from make-mode.el
6815 with small changes,
6816 (sh-mode-map): Bind C-c C-\.
6817 (sh-backslash-column, sh-backslash-align): New variables.
6818 (sh-backslash-region, sh-append-backslash): New functions.
6819
6820 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6821
6822 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
6823 (rmail-pop-password, rmail-pop-password-required): Move to
6824 rmail-obsolete group.
6825 (rmail-set-pop-password): Rename to rmail-set-remote-password.
6826 All callers updated.
6827 (rmail-get-pop-password): Rename to rmail-get-remote-password.
6828 Take an argument specifying whether it is POP or IMAP mailbox we
6829 are using. All callers updated.
6830 (rmail-pop-password-error): Rename to
6831 rmail-remote-password-error. Added mailutils-specific error message.
6832 (rmail-movemail-search-path)
6833 (rmail-movemail-variant-in-use): New variables.
6834 (rmail-remote-password, rmail-remote-password-required):
6835 New customization variables.
6836 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
6837 (rmail-parse-url): New function.
6838 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
6839 with GNU mailutils movemail.
6840
6841 2005-01-15 Kevin Ryde <user42@zip.com.au>
6842
6843 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
6844 suffix to space, $ or '$, to correctly position point when going
6845 to @table style constants like DBL_MAX.
6846
6847 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
6848
6849 * type-break.el (type-break-mode, type-break-file-time)
6850 (type-break-file-keystroke-count, type-break-choose-file):
6851 Don't store data in or load data from the file if type-break-file-name
6852 is nil.
6853 (type-break-file-name): Doc update as per the above.
6854
6855 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
6856
6857 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
6858 lookup-key might return nil; handle that.
6859
6860 2005-01-15 Alan Mackenzie <acm@muc.de>
6861
6862 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
6863 rather than the element found, thus enabling the tree to be setcar'd.
6864
6865 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6866
6867 * textmodes/org.el (org-show-following-heading): New option.
6868 (org-show-hierarchy-above): Use `org-show-following-heading'.
6869 (org-cycle): Documentation fix.
6870
6871 * textmodes/org.el (orgtbl-optimized): New option
6872 (orgtbl-mode): New command, a minor mode.
6873 (orgtbl-mode-map): New variable.
6874 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
6875 (orgtbl-error, orgtbl-self-insert-command)
6876 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
6877
6878 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
6879 a local variable in each org-mode buffer.
6880
6881 * textmodes/org.el (org-set-regexps-and-options): Rename from
6882 `org-set-regexps'. Added checking for STARTUP keyword.
6883 (org-get-current-options): Add STARTUP options.
6884 (org-table-insert-row): Mode mode intelligent about when
6885 realignment is needed.
6886 (org-self-insert-command, org-delete-backward-char, org-delete-char):
6887 New commands.
6888 (org-enable-table-editor): New default value `optimized'.
6889 (org-table-blank-field): Support blanking regions if active.
6890
6891 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6892
6893 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
6894 if the year is not given.
6895
6896 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
6897 Add new escapes %m and %M, fixed bug with %F by adding
6898 save-match-data.
6899 (reftex-reference): Remove ?. from list of spaces.
6900 (reftex-label-info): Add automatic label prefix recognition.
6901
6902 * textmodes/reftex-index.el (reftex-index-next-phrase):
6903 Add slave parameter to call of `reftex-index-this-phrase'.
6904 (reftex-index-this-phrase): New optional argument.
6905 (reftex-index-region-phrases): Add slave parameter to call of
6906 `reftex-index-this-phrase'.
6907 (reftex-display-index): New argument redo.
6908 (reftex-index-rescan): Add 'redo to arguments of
6909 `reftex-display-index'.
6910 (reftex-index-Rescan, reftex-index-revert)
6911 (reftex-index-switch-index-tag): Add 'redo to arguments of
6912 `reftex-display-index'.
6913 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
6914 indexing. Fix bug with matching is there is a quote before or
6915 after the word.
6916
6917 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
6918 Fix bug when collecting citation keys in lines with comments.
6919 (reftex-citation): Prefix argument no longer rescans the document,
6920 but forces prompting for optional arguments of cite macros.
6921 (reftex-do-citation): Prompting for optional arguments implemented.
6922
6923 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6924 Add optional arguments to most cite commands.
6925 (reftex-cite-cleanup-optional-args): New option
6926 (reftex-cite-prompt-optional-args): New option.
6927 (reftex-trust-label-prefix): New option.
6928
6929 * textmodes/reftex-toc.el (reftex-toc-find-section):
6930 Add push-mark before changing the position in the buffer.
6931
6932 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
6933 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
6934
6935 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
6936
6937 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
6938 more carefully.
6939
6940 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6941
6942 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
6943 (sgml-mode): Use it.
6944 (sgml-get-context): Better keep track of implicitly closed tags.
6945
6946 2005-01-13 Kenichi Handa <handa@m17n.org>
6947
6948 * textmodes/ispell.el: These changes are to fix misalignment error
6949 caused by equivalent characters of different Emacs charsets.
6950 (ispell-unified-chars-table): New variable.
6951 (ispell-get-decoded-string): New function.
6952 (ispell-get-casechars, ispell-get-not-casechars)
6953 (ispell-get-otherchars): Call ispell-get-decoded-string.
6954
6955 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
6956
6957 * custom.el (custom-declare-variable): Just put symbol instead
6958 of (defvar . symbol) in `current-load-list'.
6959
6960 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6961
6962 * emacs-lisp/elint.el: Fixed typo in Commentary section.
6963
6964 2005-01-12 Jay Belanger <belanger@truman.edu>
6965
6966 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
6967 to create a Calc summary.
6968
6969 2005-01-12 Kim F. Storm <storm@cua.dk>
6970
6971 * mouse.el (mouse-on-link-p): Change functionality and doc
6972 string to comply with latest description in lisp ref.
6973
6974 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
6975
6976 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
6977 Enable mouse clicks on mode-line, header-line and margin.
6978 (event-type): Give mouse event symbols an 'event-kind property
6979 with value 'mouse-click.
6980
6981 2005-01-12 Juri Linkov <juri@jurta.org>
6982
6983 * facemenu.el (list-colors-display): Add new arg buffer-name.
6984 Use it. Fix docstring. Replace code for identifying duplicate
6985 colors by the name with call to `list-colors-duplicates' which
6986 identifies duplicate colors by the value unless the color
6987 is one of special Windows colors. Set truncate-lines to t.
6988 Print sorted duplicate color names on each line. Indent to 22
6989 \(the longest color name in rgb.txt) instead of 20. Optimize.
6990 (list-colors-duplicates): New function.
6991 (facemenu-color-name-equal): Delete function.
6992
6993 * facemenu.el (list-colors-print): New function created from code
6994 in list-colors-display. Print #RRGGBB at the window right edge.
6995 (list-colors-display): When temp-buffer-show-function is not
6996 defined, call list-colors-print from temp-buffer-show-hook
6997 to get the right value of window-width in list-colors-print
6998 after the buffer is displayed.
6999
7000 * simple.el (pop-mark): Move deactivate-mark out of conditional
7001 part to deactivate the active mark regardless of the state of the
7002 mark ring.
7003
7004 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
7005 variables line in desktop files.
7006
7007 2005-01-12 Juri Linkov <juri@jurta.org>
7008
7009 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
7010 Bring together isearch highlight related options.
7011 (lazy-highlight): Replace group `replace' by `matching'.
7012 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7013 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7014 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
7015 and declare them obsolete.
7016 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
7017 (isearch-faces): Remove defgroup.
7018 (isearch-overlay, isearch-highlight, isearch-dehighlight):
7019 Move isearch highlighting code closer to lazy highlighting code.
7020
7021 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
7022 (query-replace-highlight, query-replace-lazy-highlight)
7023 (query-replace): Move definitions to the beginning of the file.
7024
7025 2005-01-11 Juri Linkov <juri@jurta.org>
7026
7027 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
7028 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
7029 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
7030
7031 * info.el (Info-history-forward): New variable.
7032 (Info-select-node): Reset Info-history-forward to nil.
7033 (Info-last): Turn into defalias.
7034 (Info-history-back): Rename from Info-last.
7035 Add current node to Info-history-forward.
7036 (Info-history-forward): New fun.
7037 (Info-mode-map): Replace Info-last by Info-history-back.
7038 Bind Info-history-forward to "r".
7039 (Info-mode-menu): Replace Info-last by Info-history-back.
7040 Fix menu item text. Add menu item for Info-history-forward.
7041 (info-tool-bar-map): Replace Info-last by Info-history-back.
7042 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
7043 for Info-history-forward.
7044 (Info-mode): Replace Info-last by Info-history-back in docstring.
7045 Add local variable Info-history-forward.
7046 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
7047
7048 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7049
7050 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
7051 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
7052 Ignore select-window events rather than fiddle with
7053 mouse-autoselect-window.
7054
7055 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
7056
7057 * type-break.el (type-break-mode): Fix previous change.
7058
7059 2005-01-10 Jay Belanger <belanger@truman.edu>
7060
7061 * calc/calc-ext.el (calc-reset): Reset when inside embedded
7062 calculator; only reset when point is inside a calculator.
7063 Don't adjust the window height if the window takes up the whole height
7064 of the frame.
7065
7066 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
7067
7068 * ebuff-menu.el (Electric-buffer-menu-mode):
7069 Preserve value of buffer-local var header-line-format.
7070
7071 2005-01-09 Jay Belanger <belanger@truman.edu>
7072
7073 * calc/calc.el (calc-mode-var-list-restore-saved-values):
7074 Make sure settings file exists before accessing it.
7075
7076 * calc/calc-embed.el (calc-embedded-subst):
7077 Replace math-multi-subst-rec, which is only supposed to be called
7078 by math-multi-subst, by math-multi-subst.
7079
7080 2005-01-09 Andre Spiegel <spiegel@gnu.org>
7081
7082 * vc.el (vc-allow-async-revert): New user option.
7083 (vc-disable-async-diff): New internal variable.
7084 (vc-revert-buffer): Use them to disable asynchronous diff.
7085
7086 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
7087 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
7088 asynchronously if vc-disable-async-diff is t.
7089
7090 2005-01-09 Jay Belanger <belanger@truman.edu>
7091
7092 * calc/calc.el (defcalcmodevar): New macro.
7093 (calc-mode-var-list-restore-default-values)
7094 (calc-mode-var-list-restore-saved-values): New functions.
7095 (calc-mode-var-list): Use defcalcmodevar to define it.
7096 (calc-always-load-extensions, calc-line-numbering)
7097 (calc-line-breaking, calc-display-just, calc-display-origin)
7098 (calc-number-radix, calc-leading-zeros, calc-group-digits)
7099 (calc-group-char, calc-point-char, calc-frac-format)
7100 (calc-prefer-frac, calc-hms-format, calc-date-format)
7101 (calc-float-format, calc-full-float-format, calc-complex-format)
7102 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
7103 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
7104 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
7105 (calc-matrix-brackets, calc-language, calc-language-option)
7106 (calc-left-label, calc-right-label, calc-word-size)
7107 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7108 (calc-display-raw, calc-internal-prec, calc-angle-mode)
7109 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7110 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7111 (calc-window-height, calc-display-trail, calc-show-selections)
7112 (calc-use-selections, calc-assoc-selections)
7113 (calc-display-working-message, calc-auto-why, calc-timing)
7114 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
7115 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
7116 (calc-gnuplot-default-device, calc-gnuplot-default-output)
7117 (calc-gnuplot-print-device, calc-gnuplot-print-output)
7118 (calc-gnuplot-geometry, calc-graph-default-resolution)
7119 (calc-graph-default-resolution-3d, calc-invocation-macro)
7120 (calc-show-banner): Use defcalcmodevar to declare them and set
7121 their default values.
7122
7123 * calc/calc-ext.el (calc-reset): Restore saved values of variables
7124 instead of default values (but restore default values if there is
7125 an argument of 0).
7126
7127 2005-01-09 David Kastrup <dak@gnu.org>
7128
7129 * desktop.el (desktop-restore-eager): Fix typo in type.
7130
7131 2005-01-08 Richard M. Stallman <rms@gnu.org>
7132
7133 * cus-edit.el (customize): Delete :link.
7134
7135 2005-01-08 Jay Belanger <belanger@truman.edu>
7136
7137 * calc/calc.el (calc-mode): Remove the extension from the
7138 `calc-settings-file' file name when loading it.
7139
7140 2005-01-08 Kim F. Storm <storm@cua.dk>
7141
7142 * info.el (Info-mode-map, Info-next-link-keymap)
7143 (Info-prev-link-keymap, Info-up-link-keymap):
7144 Map follow-link to mouse-face.
7145 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
7146
7147 2005-01-08 Jay Belanger <belanger@truman.edu>
7148
7149 * calc/calc.el (calc-settings-file): Change default value.
7150 Suggested by cgw in a comment in calc-mode.el.
7151
7152 * calc/calc-mode.el (calc-settings-file-name):
7153 Compare calc-settings-file to user-init-file instead of ~/.emacs.
7154 Replace ~/.emacs in a prompt by calc-settings-file.
7155
7156 2005-01-07 Lars Hansen <larsh@math.ku.dk>
7157
7158 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
7159 (desktop-lazy-idle-delay): New customizable variables.
7160 (desktop-buffer-args-list): New variable.
7161 (desktop-append-buffer-args): New function.
7162 (desktop-save): Call desktop-append-buffer-args for some buffers.
7163 (desktop-lazy-create-buffer): New function.
7164 (desktop-idle-create-buffers): New function.
7165 (desktop-read): Add message about buffers to restore lazily.
7166 (desktop-lazy-abort): New command.
7167 (desktop-clear): Call desktop-lazy-abort.
7168 (desktop-lazy-complete): New command.
7169
7170 2005-01-06 Richard M. Stallman <rms@gnu.org>
7171
7172 * emacs-lisp/find-func.el (find-face-definition):
7173 Rename from find-face.
7174
7175 2005-01-06 Kim F. Storm <storm@cua.dk>
7176
7177 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
7178
7179 * man.el (Man-xref-man-page, Man-xref-header-file)
7180 (Man-xref-normal-file): Add follow-link property.
7181
7182 2005-01-06 Jay Belanger <belanger@truman.edu>
7183
7184 * calc/calc-units.el: Make sure the proper macro definitions are
7185 available when compiling.
7186
7187 2005-01-06 Juri Linkov <juri@jurta.org>
7188
7189 * isearch.el (isearch-lazy-highlight-update):
7190 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
7191
7192 2005-01-06 Miles Bader <miles@gnu.org>
7193
7194 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
7195 (isearch-lazy-highlight-face): Use new name.
7196
7197 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7198
7199 * uniquify.el (uniquify-rationalize-file-buffer-names):
7200 Re-add an interactive spec.
7201 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
7202 to the same name.
7203
7204 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
7205 (isearch-update, isearch-done): Adjust calls accordingly.
7206
7207 2005-01-05 Richard M. Stallman <rms@gnu.org>
7208
7209 * custom.el (custom-set-variables, custom-theme-set-variables):
7210 Clarify documentation.
7211
7212 * emacs-lisp/find-func.el (find-variable)
7213 (find-variable-other-window, find-variable-other-frame):
7214 Fix the TYPE args to find-function-read and find-function-do-it.
7215 (find-function): Doc fix.
7216 (find-function-at-point): Replace function-at-point alias.
7217
7218 2005-01-04 Richard M. Stallman <rms@gnu.org>
7219
7220 * cus-face.el (custom-declare-face):
7221 Record defface in current-load-list.
7222
7223 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
7224
7225 * emacs-lisp/find-func.el: Doc fixes.
7226 (find-face-regexp): New variable.
7227 (find-function-regexp-alist): New variable.
7228 (find-function-C-source): Third arg is now TYPE.
7229 (find-function-search-for-symbol): Handle general TYPE.
7230 (find-function-read, find-function-do-it): Handle general TYPE.
7231 (find-definition-noselect, find-face): New functions.
7232 (function-at-point): Alias deleted.
7233
7234 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
7235
7236 * battery.el (display-battery-mode): Rename from display-battery.
7237 Handle the case where it gets turned off.
7238
7239 2005-01-04 Richard M. Stallman <rms@gnu.org>
7240
7241 * cus-edit.el (customize): Make :link point to user doc.
7242
7243 * man.el (Man-fontify-manpage): Turn off undo generation.
7244
7245 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
7246
7247 2005-01-04 Andreas Schwab <schwab@suse.de>
7248
7249 * files.el (insert-directory): Only look for error lines in
7250 inserted text. Don't move too far after processing --dired markers.
7251
7252 2005-01-04 Richard M. Stallman <rms@gnu.org>
7253
7254 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7255 Don't expand if the character is @, period, dash, etc.
7256 (define-mail-abbrev): Quote names that contain problem characters.
7257
7258 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
7259
7260 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
7261
7262 2005-01-03 Richard M. Stallman <rms@gnu.org>
7263
7264 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
7265 (query-replace-highlight, query-replace-lazy-highlight)
7266 (query-replace): Definitions moved up. Doc fix.
7267
7268 2005-01-03 Richard M. Stallman <rms@gnu.org>
7269
7270 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
7271 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7272 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7273 (lazy-highlight-face): Rename from isearch-lazy-...
7274 Change all references to them.
7275
7276 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7277
7278 * cus-edit.el (custom-file): Doc fix for defcustom.
7279 (custom-file): The function no longer sets the variable
7280 `custom-file' to its return value.
7281
7282 * startup.el (command-line): No longer load `custom-file'.
7283
7284 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7285
7286 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
7287
7288 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
7289 Don't confuse module-prefixed identifiers for labels.
7290 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
7291
7292 2005-01-02 Richard M. Stallman <rms@gnu.org>
7293
7294 * files.el (basic-save-buffer-1): Fix previous change.
7295
7296 * loadhist.el (file-loadhist-lookup): New function.
7297 (file-provides, file-requires): Use it.
7298
7299 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
7300 instead of calculating the right size.
7301
7302 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7303
7304 * vc-svn.el (vc-svn-diff): Stay local if possible.
7305
7306 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
7307
7308 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
7309
7310 * files.el (hack-local-variables): Fix last change.
7311
7312 2005-01-02 Jay Belanger <belanger@truman.edu>
7313
7314 * calc/calc-yank.el (calc-edit-top): New variable.
7315 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
7316 object. Change header properties.
7317 (calc-edit-finish, calc-edit-finish-stack-object)
7318 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
7319 edited object.
7320 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
7321 for the beginning of the edited object.
7322 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
7323 for the beginning of the edited object.
7324 * calc/calc-prog.el (calc-edit-macro-finish-edit)
7325 (calc-finish-formula-edit, calc-macro-repeats)
7326 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
7327 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
7328 beginning of the edited object.
7329 (calc-user-define-edit): Change the header for editing macros.
7330 Remove unnecessary variable.
7331
7332 2005-01-01 Jay Belanger <belanger@truman.edu>
7333
7334 * calc/calc-yank.el (calc-edit-mode): Change default header.
7335 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
7336 * calc/calc-store.el (calc-edit-variable): Change title to match new
7337 header.
7338 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
7339 mode to match new header.
7340 (calc-user-define-edit): Change titles to include names of commands.
7341 (calc-finish-formula-edit): Adjust to handle new header.
7342 (calc-finish-macro-edit): Remove.
7343 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
7344 (calc-edit-macro-command, calc-edit-macro-command-type)
7345 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
7346 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
7347 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
7348 (calc-edit-macro-finish-edit): New functions.
7349 (calc-user-define-edit): Use new functions to edit named calc macros.
7350
7351 2005-01-01 Stefan <monnier@iro.umontreal.ca>
7352
7353 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
7354
7355 * ses.el (copy-region-as-kill): Deactivate mark.
7356
7357 2005-01-01 Richard M. Stallman <rms@gnu.org>
7358
7359 * replace.el (occur-1): If the output buffer is also an input,
7360 don't kill it, rename it.
7361
7362 * faces.el (set-face-background, set-face-foreground): Doc fix.
7363
7364 * cus-face.el (custom-face-attributes): Fix :help-echo strings
7365 for :foreground and :background.
7366
7367 * dired.el (dired-view-command-alist): Variable deleted.
7368 (dired-view-file, dired-mouse-find-file-other-window):
7369 Delete the code to use it.
7370
7371 2005-01-01 Kim F. Storm <storm@cua.dk>
7372
7373 * image.el (insert-sliced-image): Use t for line-height property.
7374
7375 2004-12-31 Jay Belanger <belanger@truman.edu>
7376
7377 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
7378 for "var-" at the beginning of the minibuffer.
7379
7380 2004-12-31 Richard M. Stallman <rms@gnu.org>
7381
7382 * faces.el (read-face-name):
7383 Don't treat an attribute spec as a list of faces.
7384
7385 * simple.el (undo): Use undo-equiv-table to detect
7386 unexpected changes since previous undo.
7387 (undo-list-saved): Variable deleted.
7388 (buffer-disable-undo): Don't alter undo-list-saved.
7389
7390 * files.el (require-final-newline): Allow `visit' and `visit-save'.
7391 (mode-require-final-newline): New option.
7392 (after-find-file): Handle require-final-newline with new values.
7393 (basic-save-buffer): Handle new values of require-final-newline.
7394
7395 * progmodes/sh-script.el (sh-require-final-newline):
7396 Alist value now controls whether to use mode-require-final-newline.
7397 (sh-set-shell): Implement that new meaning.
7398
7399 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
7400 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
7401 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
7402 Delete old-Emacs compatibility code.
7403 (antlr-c-common-init): Function deleted.
7404
7405 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
7406 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
7407 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
7408 * progmodes/python.el (python-mode): Use mode-require-final-newline.
7409 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
7410 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
7411 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
7412 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
7413 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
7414 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
7415 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
7416 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
7417 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
7418 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
7419 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
7420 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
7421
7422 2004-12-31 Jay Belanger <belanger@truman.edu>
7423
7424 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
7425 way to return to Calc.
7426
7427 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
7428 finish, C-xk as the way to cancel the edit. Add cancel routine to
7429 kill-buffer-hook.
7430
7431 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
7432 MacEdit code.
7433
7434 * calc/calc-prog.el: Remove obsolete MacEdit code.
7435 (calc-macro-edit-algebraic, calc-macro-edit-variable)
7436 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
7437
7438 2004-12-31 Kenichi Handa <handa@m17n.org>
7439
7440 * international/mule.el (buffer-file-coding-system-explicit):
7441 Rename for explicit-buffer-file-coding-system.
7442 (after-insert-file-set-coding): Adjust for the above change.
7443
7444 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
7445 to buffer-file-coding-system-explicit.
7446 (basic-save-buffer-1): Likewise.
7447
7448 2004-12-30 Richard M. Stallman <rms@gnu.org>
7449
7450 * textmodes/artist.el (artist-butlast-fn): Var deleted.
7451 (artist-butlast, artist-last): Functions deleted.
7452 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
7453 (artist-compute-key-compl-table): Call remq directly.
7454 (artist-remove-nulls): Function deleted.
7455 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
7456 (artist-push, artist-pop): Macro deleted.
7457
7458 2004-12-30 Andreas Leue <al@sphenon.de>
7459
7460 * textmodes/artist.el (artist-version): 1.2.6
7461 (artist-prev-next-op-alist): New variable.
7462 (artist-select-next-op-in-list): New function.
7463 (artist-select-prev-op-in-list): New function.
7464 (artist-make-prev-next-op-alist): New function.
7465 (artist-is-in-op-list-p): New function.
7466 (artist-get-first-non-nil-op): New function.
7467 (artist-get-last-non-nil-op): New function.
7468 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
7469 artist-prev-next-op-alist.
7470 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
7471 change drawing operation.
7472
7473 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
7474
7475 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
7476
7477 2004-12-31 Masatake YAMATO <jet@gyve.org>
7478
7479 * server.el (server-process-filter): Suppress `error', too.
7480
7481 2004-12-30 Jay Belanger <belanger@truman.edu>
7482
7483 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
7484 Change the way a variable is displayed in a message.
7485
7486 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
7487 (calc-user-define-permanent, calc-execute-kbd-macro):
7488 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
7489
7490 2004-12-30 Kenichi Handa <handa@m17n.org>
7491
7492 * files.el (basic-save-buffer-1):
7493 Set explicit-buffer-file-coding-system to last-coding-system-used.
7494 (revert-buffer): Pay attention to
7495 explicit-buffer-file-coding-system (not buffer-file-coding-system)
7496 on bind coding-system-for-read.
7497
7498 * international/mule.el (explicit-buffer-file-coding-system):
7499 New buffer local variable.
7500 (after-insert-file-set-coding): Set it to coding-system-for-read.
7501
7502 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
7503
7504 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
7505
7506 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
7507
7508 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
7509 that include line numbers.
7510
7511 2004-12-29 Milan Zamazal <pdm@zamazal.org>
7512
7513 * files.el (hack-local-variables): If no PREFIX, set it to "^".
7514 Redundant variable PREFIXLEN removed.
7515
7516 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
7517
7518 * eshell/em-hist.el (eshell-previous-matching-input):
7519 Start the deletion from the end of the output.
7520
7521 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7522
7523 * term/mac-win.el: Require x-dnd.
7524 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
7525
7526 2004-12-29 David Kastrup <dak@gnu.org>
7527
7528 * international/mule.el (decode-coding-inserted-region):
7529 Don't barf if `buffer-undo-list' is already set to `t'.
7530
7531 2004-12-29 Jay Belanger <belanger@truman.edu>
7532
7533 * calc/calc-prog.el (calc-user-define-formula): Put default values
7534 for function names in prompts.
7535 (calc-user-define-permanent, calc-user-define-composition)
7536 (calc-user-define-formula): Remove the need for "calcFunc-" in the
7537 default input for algebraic functions.
7538
7539 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
7540
7541 * vc-rcs.el (vc-rcs-annotate-command):
7542 Fix omission bug: Call `vc-setup-buffer'.
7543
7544 2004-12-29 Kenichi Handa <handa@m17n.org>
7545
7546 * international/mule.el (recode-region): New function.
7547
7548 2004-12-28 Richard M. Stallman <rms@gnu.org>
7549
7550 * simple.el (undo-extra-outer-limit): New variable.
7551 (undo-outer-limit-truncate): Test and set it.
7552
7553 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
7554 enables the feature to extend the existing region.
7555
7556 * simple.el (mark-word): New arg ALLOW-EXTEND
7557 enables the feature to extend the existing region.
7558
7559 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
7560 enables the feature to extend the existing region.
7561
7562 * startup.el (site-run-file): Don't allow setting it with Custom.
7563
7564 * simple.el (buffer-disable-undo): Fix previous change.
7565
7566 2004-12-27 Masatake YAMATO <jet@gyve.org>
7567
7568 * hexl.el (hexlify-buffer): Remove fontification here.
7569 Use font lock mechanism instead.
7570 (hexl-font-lock-keywords): New font lock kewords.
7571 (hexl-mode-old-font-lock-keywords): New variable.
7572 (hexl-mode): Store the old font lock keywords.
7573 (hexl-mode-exit): Restore the old font lock keywords.
7574
7575 2004-12-27 Richard M. Stallman <rms@gnu.org>
7576
7577 * simple.el (undo): Fix previous change.
7578
7579 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7580
7581 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
7582 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
7583 Call x-open-connection on Mac OS X.
7584
7585 2004-12-27 Richard M. Stallman <rms@gnu.org>
7586
7587 * files.el (buffer-save-without-query): New var (buffer-local).
7588 (save-some-buffers): Save those buffers first, w/o asking.
7589
7590 * files.el (insert-directory-ls-version): New variable.
7591 (insert-directory): When ls returns an error, test the version
7592 number to decide what the return code means.
7593 With --dired output format, detect and distinguish lines
7594 that are really error messages.
7595 (insert-directory-adj-pos): New function.
7596
7597 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
7598
7599 * battery.el (battery-mode-line-format): Remove initial spaces.
7600
7601 * uniquify.el (uniquify-rationalize-file-buffer-names):
7602 Delete interactive spec.
7603
7604 * type-break.el (type-break-mode): Set buffer-save-without-query.
7605 Remove code that tried to set save-some-buffers-always.
7606 (type-break-file-keystroke-count): Bind deactivate-mark.
7607
7608 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
7609
7610 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
7611 Test that the buffer is live, and maybe reject current buffer too.
7612 Clarify.
7613 (next-error-find-buffer): Rewrite for clarity.
7614
7615 * loadup.el: Don't use buffer-disable-undo; do it directly.
7616
7617 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
7618 (describe-variable): Call symbol-file with `defvar'.
7619
7620 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
7621 (symbol-file): Rewritten to handle new load-history format.
7622 Now takes an arg TYPE to specify looking for a particular
7623 type of definition only.
7624
7625 * emacs-lisp/debug.el (debugger-make-xrefs):
7626 Call symbol-file with `defun'.
7627
7628 * emacs-lisp/find-func.el (find-function-noselect):
7629 Call symbol-file with `defun'.
7630 (find-variable-noselect): Call symbol-file with `defvar'.
7631
7632 * eshell/esh-cmd.el (eshell-find-alias-function):
7633 Call symbol-file with `defun'.
7634
7635 * eshell/esh-test.el (eshell-test-goto-func):
7636 Call symbol-file with `defun'.
7637
7638 * mail/rmail.el (rmail-resend):
7639 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
7640
7641 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
7642
7643 * progmodes/compile.el (compilation-find-buffer): Rename arg.
7644
7645 * textmodes/texinfmt.el (texinfo-format-buffer-1):
7646 Call buffer-disable-undo.
7647
7648 * simple.el (undo-list-saved): New variable (buffer-local).
7649 (undo): Set and test it.
7650 (buffer-disable-undo): Move here from buffer.c.
7651 Clear out undo-list-saved.
7652
7653 * international/mule.el (decode-coding-inserted-region):
7654 Set buffer-undo-list in a correct and optimal way.
7655
7656 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
7657 (cperl-font-lock-unfontify-region-function): No need to save and
7658 restore info, since font-lock.el does it for us.
7659
7660 * ansi-color.el (save-buffer-state): Definition deleted.
7661 (ansi-color-unfontify-region): Don't use save-buffer-state.
7662
7663 2004-12-27 Dave Love <fx@gnu.org>
7664
7665 * wid-edit.el (function): Use restricted-sexp as parent.
7666
7667 2004-12-27 Kevin Ryde <user42@zip.com.au>
7668
7669 * simple.el (next-matching-history-element): Use same
7670 `interactive' form as previous-matching-history-element.
7671
7672 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
7673 it can appear unencoded and has been seen from yahoo.
7674
7675 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
7676
7677 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
7678 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
7679
7680 2004-12-27 Kenichi Handa <handa@m17n.org>
7681
7682 * international/utf-8.el (utf-translate-cjk-load-tables):
7683 Bind coding-system-for-read to nil while loading subst-*.
7684
7685 2004-12-26 Jay Belanger <belanger@truman.edu>
7686
7687 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
7688 default input.
7689
7690 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
7691
7692 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
7693 before reverting and disable undo recording while reverting.
7694
7695 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
7696
7697 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
7698 (hs-make-overlay): New function.
7699 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
7700 (hs-flag-region): Delete function.
7701 (hs-hide-comment-region): No longer use `hs-flag-region'.
7702 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
7703 (hs-hide-block-at-point): Likewise.
7704 (hs-hide-level-recursive): Use `hs-discard-overlays'.
7705 (hs-hide-all, hs-show-all): Likewise.
7706 (hs-show-block): Likewise.
7707 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
7708
7709 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
7710
7711 * progmodes/hideshow.el: Require `cl' when compiling.
7712 Remove XEmacs and Emacs 19 compatibility.
7713 Use `dolist' and `add-to-list' for load-time actions.
7714 (hs-discard-overlays): Use `dolist'.
7715 (hs-show-block): Likewise.
7716
7717 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
7718
7719 * faces.el (mode-line, mode-line-inactive): Use min-colors.
7720
7721 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
7722
7723 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
7724 When extending backwards, move outside the current comment first.
7725
7726 2004-12-22 Kenichi Handa <handa@m17n.org>
7727
7728 * international/quail.el (quail-start-translation): Fix prompt
7729 string for the case if input-method-use-echo-area being non-nil.
7730 (quail-start-conversion): Likewise.
7731 (quail-show-guidance): Don't show guidance if
7732 input-method-use-echo-area is non-nil.
7733
7734 2004-12-21 Richard M. Stallman <rms@gnu.org>
7735
7736 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
7737
7738 2004-12-21 Markus Rost <rost@ias.edu>
7739
7740 * calendar/diary-lib.el (mark-diary-entries):
7741 Set mark-diary-entries-in-calendar only after checking for diary-file.
7742
7743 2004-12-21 Richard M. Stallman <rms@gnu.org>
7744
7745 * faces.el (escape-glyph): Use blue against light foreground.
7746
7747 * simple.el (undo-outer-limit-truncate): New function.
7748 (undo-outer-limit-function): Use undo-outer-limit-truncate.
7749
7750 2004-12-21 Eli Barzilay <eli@barzilay.org>
7751
7752 * calculator.el (calculator-radix-grouping-mode)
7753 (calculator-radix-grouping-digits)
7754 (calculator-radix-grouping-separator):
7755 New defcustoms for the new radix grouping mode functionality.
7756 (calculator-mode-hook): Now used in electric mode too,
7757 (calculator): Call it.
7758 (calculator-mode-map): Some new keys.
7759 (calculator-message): New function. Some new calls.
7760 (calculator-op, calculator-set-register): Use it.
7761 (calculator-string-to-number): New function, mostly moved and
7762 updated code from calculator-curnum-value.
7763 (calculator-curnum-value): Use it.
7764 (calculator-paste): Use it, and update grabbing the current-kill.
7765 (calculator-rotate-displayer)
7766 (calculator-rotate-displayer-back): Toggle digit grouping when
7767 in radix mode, use calculator-message.
7768 (calculator-displayer-prev, calculator-displayer-next):
7769 Change digit group size when in radix mode.
7770 (calculator-number-to-string): Rename from
7771 calculator-num-to-string. Now deals with digit grouping in
7772 radix mode.
7773 (calculator-update-display, calculator-put-value): Use the new name.
7774 (calculator-fact): Return a floating point number.
7775 (calculator-mode): Doc fix.
7776
7777 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
7778
7779 * calendar/calendar.el (view-other-diary-entries): Add autoload.
7780 * calendar/diary-lib.el (view-other-diary-entries):
7781 Use current-prefix-arg in interactive spec.
7782
7783 2004-12-19 Jay Belanger <belanger@truman.edu>
7784
7785 * calc/calc-aent.el (calcAlg-blank-matching-open):
7786 Temporarily adjust the syntax of both delimiters of half-open intervals.
7787
7788 2004-12-19 Kim F. Storm <storm@cua.dk>
7789
7790 * mouse.el (mouse-1-click-follows-link): Doc fix.
7791
7792 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7793
7794 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
7795 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
7796 instead of centraleuropean as the name
7797
7798 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
7799
7800 Sync with Tramp 2.0.46.
7801
7802 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
7803 parameters wrt Tramp convention.
7804 (tramp-handle-file-attributes-with-perl)
7805 (tramp-handle-directory-files-and-attributes): Apply it.
7806 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
7807 `copy-program'. Reported by Zack Weinberg
7808 <zack@codesourcery.com>.
7809 (top): Set `edebug-form-spec' property directly rather than
7810 calling `def-edebug-spec'.
7811
7812 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
7813 advice less fragile. Surround temporary redefinition of
7814 `substitute-in-file-name' with `unwind-protect'. Suggested by
7815 Matt Hodges <MPHodges@member.fsf.org>.
7816
7817 2004-12-17 Juri Linkov <juri@jurta.org>
7818
7819 * replace.el (occur-accumulate-lines, occur-engine):
7820 Make forcing deferred font-lock fontification jit-specific.
7821
7822 2004-12-17 Kim F. Storm <storm@cua.dk>
7823
7824 * mouse.el (mouse-1-click-follows-link): New defcustom.
7825 (mouse-on-link-p): New function.
7826 (mouse-drag-region-1): Implement mouse-1-click-follows-link
7827 functionality. Map a mouse-1 click event into a mouse-2 (or
7828 other) event when position is inside a link.
7829
7830 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
7831 prefix in tooltip text with "mouse-1" when this is a link
7832 recognized by mouse-1-click-follows-link functionality.
7833
7834 * help.el (describe-key): Report effective and original binding
7835 for mouse-1 when clicked on a link.
7836 (describe-mode): Add follow-link property to "minor-mode" button.
7837
7838 * help-fns.el (describe-variable): Add follow-link property to
7839 "below" button.
7840
7841 * help-mode.el (help-xref): Add follow-link property.
7842
7843 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
7844 (apropos-command, apropos-variable, apropos-face, apropos-group)
7845 (apropos-widget, apropos-plist): Add follow-link property.
7846
7847 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
7848 checks if position is in a filename, rather than some other
7849 clickable item. Function looks for cvs-filename-face at position.
7850
7851 * wid-edit.el (widget-specify-field, widget-specify-button):
7852 Map a :follow-link keyword into a follow-link property.
7853 (link): Add :follow-link keyword, map to RET binding.
7854
7855 * dired.el (dired-mode-map): Map follow-link to mouse-face.
7856
7857 * progmodes/compile.el (compilation-minor-mode-map)
7858 (compilation-button-map, compilation-mode-map): Likewise.
7859
7860 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
7861
7862 * play/zone.el (zone): Init `line-spacing' from orig buffer.
7863 (zone-replace-char): Take `count' and `del-count'
7864 instead of `direction'. Update callers. When `del-count' is
7865 non-nil, delete that many characters, otherwise `count' characters
7866 backwards. Insert the newly-replaced string `count' times.
7867 (zone-fret): Handle chars w/ width greater than one.
7868 (zone-fall-through-ws): No longer take window width `ww'.
7869 Update callers. Add handling for `char-width' greater than one.
7870 (zone-pgm-drip): Update var holding window-end position every cycle.
7871
7872 2004-12-17 Andre Spiegel <spiegel@gnu.org>
7873
7874 * vc.el (vc-default-update-changelog): Use insert-file-contents,
7875 rather than insert-file.
7876
7877 2004-12-16 Jay Belanger <belanger@truman.edu>
7878
7879 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
7880 (math-init-random-base, math-random-digit): Check to see if
7881 var-RandSeed is bound.
7882 (math-random-last): Declare it.
7883 (math-random-digit): Don't make math-random-last local.
7884
7885 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
7886
7887 * play/zone.el (zone): Fix omission bug: Use a self-disabling
7888 one-shot thunk for uniform (error, quit, normal) recovery.
7889 Reported by John Paul Wallington.
7890 (zone-pgm-random-life): Fix bug:
7891 Recognize empty initial field by lack of "@" chars.
7892
7893 2004-12-16 Juri Linkov <juri@jurta.org>
7894
7895 * help.el (function-called-at-point):
7896 * help-fns.el (variable-at-point): As a last resort try stripping
7897 non-word prefixes and suffixes.
7898
7899 * descr-text.el (describe-property-list): Don't treat syntax-table
7900 specially. Use describe-text-sexp which inserts [show] button
7901 for large objects and handles printing errors. Sort properties
7902 by names in alphabetical order instead of by value sizes.
7903 Add `mouse-face' to list of properties for `describe-face' widget.
7904 (describe-char): Mask out face-id from 19 bits of character.
7905 Print face-id separately.
7906
7907 * replace.el (occur-accumulate-lines, occur-engine):
7908 Fontify unfontified matching lines in the source buffer
7909 before copying them.
7910 (occur-engine): Don't put mouse-face on context lines.
7911 (occur-next-error): Set point to line beginning/end
7912 before searching for prev/next property to skip multiple
7913 matches on a line (not supported by occur engine).
7914 Remove redundant prefix-numeric-value.
7915
7916 2004-12-15 Juri Linkov <juri@jurta.org>
7917
7918 * replace.el (match): New face.
7919 (list-matching-lines-face): Change default from `bold' to `match'.
7920
7921 * progmodes/grep.el (grep-match-face): New defvar.
7922 (grep-mode-font-lock-keywords): Use grep-match-face instead of
7923 compilation-column-face to highlight grep matches.
7924
7925 * apropos.el (apropos-match-face): Change default from
7926 `secondary-selection' to `match'.
7927
7928 * info-look.el (info-lookup-highlight-face): Change default from
7929 `highlight' to `match'.
7930
7931 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
7932
7933 * progmodes/executable.el (executable-interpret): Eliminate
7934 obsolete compile-internal, and switch to comint for interaction.
7935
7936 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
7937
7938 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
7939 `&&' when skipping multiple statements on a line.
7940
7941 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
7942
7943 * play/zone.el (zone): Set `truncate-lines'.
7944 Also, init `tab-width' with value from original buffer.
7945 (zone-shift-up): Rewrite for speed.
7946 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
7947 (zone-pgm-jitter): Remove redundant entries from ops vector.
7948 (zone-exploding-remove): Reduce iteration count.
7949 (zone-cpos): Convert to defsubst.
7950 (zone-replace-char): New defsubst.
7951 (zone-park/sit-for): Likewise.
7952 (zone-fret): Take window-start arg.
7953 Update callers. Use `zone-park/sit-for'.
7954 (zone-fill-out-screen): Rewrite.
7955 (zone-fall-through-ws): Likewise. Update callers.
7956 (zone-pgm-drip): Use `zone-replace-char'.
7957 Move var inits before while-loop. Use `zone-park/sit-for'.
7958 (zone-pgm-random-life): Handle empty initial field.
7959 Use `zone-replace-char' and `zone-park/sit-for'.
7960
7961 2004-12-15 Juri Linkov <juri@jurta.org>
7962
7963 * isearch.el (isearch-update): Test isearch-lazy-highlight
7964 before calling isearch-lazy-highlight-new-loop.
7965 (isearch-lazy-highlight-new-loop):
7966 Don't test isearch-lazy-highlight.
7967
7968 * replace.el (perform-replace): Add isearch-case-fold-search.
7969 Use delimited-flag for isearch-regexp.
7970 Reset isearch-lazy-highlight-last-string to force lazy
7971 highlighting when called from isearch mode.
7972 (query-replace-highlight): Revert defcustom type to boolean.
7973 (query-replace-lazy-highlight): New defcustom.
7974 (query-replace): New face.
7975 (perform-replace, replace-highlight, replace-dehighlight):
7976 Test query-replace-lazy-highlight instead of special value
7977 `isearch' of query-replace-highlight.
7978 (replace-dehighlight): Don't call isearch-dehighlight.
7979 (replace-highlight): Don't call isearch-highlight.
7980 Use face `query-replace' unconditionally.
7981
7982 2004-12-14 Kim F. Storm <storm@cua.dk>
7983
7984 * simple.el (inhibit-mark-movement): Remove defvar.
7985 (beginning-of-buffer, end-of-buffer): Don't use it.
7986
7987 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7988 Don't use inhibit-mark-movement.
7989
7990 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
7991 (cua--undo-push-mark): Remove.
7992 (cua--pre-command-handler, cua--post-command-handler):
7993 Don't fiddle with inhibit-mark-movement.
7994
7995 2004-12-14 Juri Linkov <juri@jurta.org>
7996
7997 * buff-menu.el (list-buffers-noselect): Collect internal info
7998 for every buffer in BUFFER-LIST arg too.
7999 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
8000 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
8001 Bind same-window-buffer-names and same-window-regexps to nil.
8002
8003 2004-12-13 Juri Linkov <juri@jurta.org>
8004
8005 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
8006
8007 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
8008 (sc-cite-region, sc-uncite-region, sc-recite-region):
8009 Fix previous change to handle not alist as a symbol, but
8010 a citation frame as a symbol that represents a variable name.
8011
8012 2004-12-13 Richard M. Stallman <rms@gnu.org>
8013
8014 * filecache.el (file-cache-add-directory-using-find):
8015 Only set up file-cache-find-command-posix-flag if we will use it.
8016
8017 * bindings.el (mode-line-buffer-identification-keymap):
8018 Don't cancel the mode-line's usual down-mouse-1 binding.
8019
8020 * cus-edit.el (custom-face-selected): Handle `default' specs.
8021 (custom-face-edit): Increase extra-offset.
8022 (custom-display): Handle `default' specs.
8023
8024 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
8025
8026 * emacs-lisp/elint.el (elint-standard-variables)
8027 (elint-unknown-builtin-args): Move definitions up.
8028
8029 * net/browse-url.el (browse-url-url-at-point): Add autoload.
8030
8031 * info.el (info-xref-visited): Use `default' instead of t.
8032 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
8033
8034 * faces.el (header-line, mode-line-inactive, tool-bar):
8035 Use `default' instead of t for setting the defaults.
8036 (face-spec-choose): Separate `t' from `default'.
8037
8038 * subr.el (while-no-input): New macro.
8039
8040 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
8041
8042 * filecache.el (file-cache-add-directory-using-find):
8043 Only test file-cache-find-command-posix-flag on some systems.
8044
8045 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8046
8047 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
8048 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
8049 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
8050 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
8051 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
8052
8053 2004-12-12 Juri Linkov <juri@jurta.org>
8054
8055 * files.el (find-file-other-window, find-file-other-frame):
8056 Add the first buffer to the returned value to return the complete
8057 list of all visited buffers.
8058 (find-file-read-only, find-file-read-only-other-window)
8059 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
8060 `find-file-read-args'. Signal an error about non-existent file
8061 only if file name doesn't contain wildcards. Toggle read-only in
8062 all visited buffers.
8063 (find-alternate-file, find-alternate-file-other-window):
8064 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
8065 called interactively. Pass arg `wildcards' to other functions.
8066 (find-file-noselect): Doc fix.
8067
8068 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
8069 Doc fix.
8070 (ffap-directory-finder): New variable.
8071 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
8072 (ffap-file-at-point): Add /* to immediately rejected names.
8073 Return absolute file names matching ffap-dired-wildcards.
8074 (ffap-read-file-or-url): Set default value for `completing-read'
8075 to `buffer-file-name'.
8076 (find-file-at-point): When filename matches ffap-dired-wildcards,
8077 call ffap-file-finder with t arg `wildcards', instead of dired.
8078 (ffap-other-window, ffap-other-frame): Return visited buffers.
8079 (ffap-read-only, ffap-read-only-other-window)
8080 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
8081 (dired-at-point): Call ffap-directory-finder instead of dired.
8082 (ffap-dired-other-window, ffap-dired-other-frame)
8083 (ffap-list-directory): New commands.
8084 (ffap-bindings): New keybindings for new commands.
8085
8086 2004-12-12 Juri Linkov <juri@jurta.org>
8087
8088 * simple.el (beginning-of-buffer, end-of-buffer):
8089 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8090 Do not push mark when mark is active in transient-mark-mode.
8091
8092 * simple.el (mark-word):
8093 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
8094 * textmodes/paragraphs.el (mark-paragraph):
8095 Extend the region when mark is active in transient-mark-mode,
8096 regardless of the last command. Doc fix.
8097
8098 * simple.el (mark-word): Preserve direction when repeating.
8099 Make arg optional. Interactive "p" -> "P".
8100 (transient-mark-mode, inhibit-mark-movement): Doc fix.
8101
8102 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
8103 preserving direction, to mark forward instead of backward when mark
8104 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
8105
8106 2004-12-12 Juri Linkov <juri@jurta.org>
8107
8108 * isearch.el (isearch-edit-string): Set 7th arg of
8109 `read-from-minibuffer' to `t' to inherit the current input
8110 method (whose name is indicated by [IM] in the minibuffer prompt)
8111 from the current buffer to the minibuffer.
8112 (isearch-lazy-highlight-update): Put body to `with-local-quit'
8113 to allow C-g quitting for lazy highlighting looping inside the
8114 search with nested repetition operators. Add overlay to the list
8115 before setting its face and other properties to avoid the case of
8116 code quitting after placing the new overlay but before it's
8117 recorded on the list. Select the window where isearch was
8118 activated, to highlight matches in the right window when isearch
8119 switches the current window to the minibuffer.
8120
8121 * international/isearch-x.el
8122 (isearch-process-search-multibyte-characters):
8123 Use `isearch-message' as initial input for `read-string' instead
8124 of adding it to the minibuffer prompt. After reading a string
8125 remove the initial value of `isearch-message' from the string.
8126
8127 * replace.el (replace-match-maybe-edit): Doc fix.
8128 (perform-replace): Don't call `replace-highlight' when automatic
8129 replacement is requested in literal mode, since it is intended
8130 only to highlight words during entering a new replacement string
8131 for \? in non-literal mode.
8132
8133 * replace.el (query-replace-highlight): Add new value `isearch'
8134 that allows query replacement to use isearch highlighting.
8135 Change type from `boolean' to `choice'. Doc fix.
8136 (replace-highlight, replace-dehighlight, perform-replace):
8137 Use isearch highlighting if query-replace-highlight eq `isearch'.
8138
8139 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
8140
8141 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8142 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
8143
8144 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
8145 case of \end{verbatim}.
8146
8147 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
8148
8149 * term.el (term-termcap-format): Synchronyze with terminfo.
8150 (term-emulate-terminal): Handle reset.
8151 (term-reset-terminal): New function.
8152
8153 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
8154
8155 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
8156 (zone-fill-out-screen): New func.
8157 (zone-pgm-drip): Use `zone-fill-out-screen'.
8158 Also, no longer go to point-min on every cycle.
8159 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
8160 (zone-pgm-random-life-wait): New user var.
8161 (zone-pgm-random-life): New func.
8162
8163 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
8164
8165 * files.el (auto-mode-alist): Map .com to DCL mode.
8166
8167 2004-12-09 Richard M. Stallman <rms@gnu.org>
8168
8169 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
8170
8171 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
8172
8173 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
8174 buffer with a display margin.
8175
8176 2004-12-08 Jay Belanger <belanger@truman.edu>
8177
8178 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
8179 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
8180
8181 2004-12-08 Richard M. Stallman <rms@gnu.org>
8182
8183 * faces.el: Delete code to set display table.
8184 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
8185
8186 2004-12-08 Jay Belanger <belanger@truman.edu>
8187
8188 * calc/calc.el: Add math-read-preprocess-string to autoloads.
8189
8190 * calc/calc-ext.el (math-read-replacement-list)
8191 (math-read-superscripts, math-read-preprocess-string): Move to
8192 calc-aent.el.
8193
8194 * calc/calc-aent.el (math-read-replacement-list)
8195 (math-read-superscripts, math-read-preprocess-string): Move from
8196 calc-ext.el.
8197
8198 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8199
8200 * isearch.el (isearch-quote-char): Fix up typo in last change.
8201
8202 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8203
8204 * mouse.el (mouse-set-font): Handle the case where the command was
8205 not invoked using the mouse.
8206
8207 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
8208 (edmacro-finish-edit): Further update for keyboard macros that are
8209 lambda forms.
8210 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
8211
8212 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8213
8214 * font-lock.el (font-lock-unfontify-region): Save buffer state.
8215 (font-lock-default-unfontify-region): Don't save buffer state any more.
8216
8217 2004-12-07 Jay Belanger <belanger@truman.edu>
8218
8219 * calc/calc-help.el (calc-describe-key):
8220 Set calc-summary-indentation even when Calc Summary buffer exists.
8221
8222 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
8223
8224 * calendar/holidays.el (holiday-easter-etc): Make arguments
8225 optional for backwards compatibility. Doc fix.
8226 Remove un-necessary local vars mandatory, output-list.
8227 (holiday-advent): Make arguments optional for backwards
8228 compatibility. Doc fix.
8229
8230 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8231
8232 * paren.el (show-paren-function): Fix last change (2004-12-02).
8233
8234 * international/mule-util.el (char-displayable-p): Return nil for
8235 unibyte mode.
8236
8237 * subr.el (subregexp-context-p): New function.
8238
8239 * isearch.el (isearch-quote-char): Use it.
8240
8241 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
8242 (regexp-opt-not-groupie*-re): Remove.
8243 (regexp-opt): Properly handle inputs with duplicate entries.
8244
8245 2004-12-06 Richard M. Stallman <rms@gnu.org>
8246
8247 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
8248
8249 * cus-edit.el (custom-file): Doc fix.
8250
8251 * textmodes/org.el: New file.
8252
8253 2004-12-06 Kenichi Handa <handa@m17n.org>
8254
8255 * ldefs-boot.el: Update international/mule-util.el section.
8256
8257 2004-12-05 Sam Steingold <sds@gnu.org>
8258
8259 * net/tramp.el (tramp-handle-file-accessible-directory-p):
8260 Fix `tramp-time-diff' comparison logic.
8261
8262 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
8263
8264 * progmodes/which-func.el (which-function):
8265 Use `run-hook-with-args-until-success' instead of a custom loop.
8266 Fixes bug with local hooks.
8267
8268 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8269
8270 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
8271 Use delete-dups when calculating the initial value.
8272 (bibtex-autokey-get-title): Use <=.
8273 (bibtex-goto-line): New function.
8274 (bibtex-reposition-window): Use line numbers instead of point
8275 positions. Use window-body-height.
8276 (bibtex-find-crossref): Use bibtex-reposition-window.
8277 (bibtex-find-entry): Use bibtex-reposition-window. Always return
8278 position of entry if key is found or nil if not found.
8279
8280 2004-12-05 Richard M. Stallman <rms@gnu.org>
8281
8282 * cus-edit.el (custom-file): Doc fix.
8283
8284 * progmodes/sh-script.el (sh-indent-for-then): Change default.
8285
8286 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8287
8288 * simple.el (blink-matching-open):
8289 * textmodes/tex-mode.el (tex-validate-region):
8290 Obey syntax-table text properties.
8291
8292 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
8293
8294 * wid-edit.el (widget-specify-field): Add `real-field' property to
8295 boundary.
8296 (widget-field-at): Use it.
8297
8298 2004-12-02 Richard M. Stallman <rms@gnu.org>
8299
8300 * progmodes/cc-mode.el (awk-mode autoload):
8301 Supply t meaning interactive function.
8302
8303 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
8304 (isearch-mode-map): No special definition for space.
8305 (isearch-whitespace-chars): Command deleted.
8306 (isearch-forward-regexp): Doc fix.
8307 (isearch-quote-char): When a space is not inside brackets,
8308 use `[ ]' instead of just space.
8309 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
8310
8311 * imenu.el (imenu--generic-function): Delete code to exclude
8312 matches in comments.
8313
8314 * man.el (Man-reverse-face): Change default to `highlight'.
8315
8316 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
8317 (occur-engine): Use `face' prop rather than `font-lock-face'
8318 when specifying use of `match-face'.
8319 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
8320
8321 * emacs-lisp/elint.el (elint-standard-variables): Update list.
8322
8323 * add-log.el (add-log-current-defun): Handle the case where point
8324 is in the header part of a DEFUN construct.
8325
8326 2004-12-02 Dave Love <fx@gnu.org>
8327
8328 * progmodes/python.el (python-font-lock-syntactic-keywords):
8329 Fix previous change.
8330
8331 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
8332
8333 * paren.el (show-paren-function): Check for matching chars
8334 specified by text props.
8335
8336 2004-12-02 Jay Belanger <belanger@truman.edu>
8337
8338 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
8339 when reading a new key sequence.
8340
8341 2004-12-02 Kim F. Storm <storm@cua.dk>
8342
8343 * faces.el (escape-glyph): Rename from glyph.
8344 (standard-display-table): Set it here. Add escape-glyph face to
8345 extra slot characters.
8346
8347 * disp-table.el: Undo 2004-12-01 change. Display table is now
8348 setup in faces.el.
8349
8350 2004-12-02 Mark A. Hershberger <mah@everybody.org>
8351
8352 * xml.el (xml-parse-dtd): Don't show validity messages when
8353 xml-validating-parser is nil.
8354 (xml-substitute-special): Fix validity error messages to
8355 actually show the unexpandable entity. Added validity error if &
8356 isn't followed by an entity.
8357 (xml-parse-tag): Concatenate any string following the a
8358 <![CDATA[]]> section to the parsed CDATA.
8359 (xml-parse-dtd): Skip parameter entity declarations and use of
8360 parameter entities.
8361
8362 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8363
8364 * kmacro.el (kmacro-default-counter-format): New var.
8365 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
8366 (kmacro-display): Remove `nil' from `and' form. Delete call to
8367 `format' inside `message'.
8368 (kmacro-start-macro): Use `kmacro-default-counter-format'.
8369
8370 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8371
8372 * pcvs.el (cvs-header-msg): New function.
8373 (cvs-update-header): Use it. Change calling convention.
8374 Correctly handle the case of having simultaneous active processes.
8375 (cvs-sentinel): Don't call cvs-update-header any more.
8376 (cvs-mode-run): Update call and add cvs-update-header to postproc.
8377
8378 2004-12-01 Jay Belanger <belanger@truman.edu>
8379
8380 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
8381 Change message.
8382
8383 2004-12-01 Juri Linkov <juri@jurta.org>
8384
8385 * progmodes/prolog.el (prolog-mode-variables):
8386 Fix imenu-generic-expression.
8387
8388 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
8389
8390 * faces.el (glyph): New face.
8391
8392 * disp-table.el: Add an autoloaded table, that doesn't require
8393 this library, with glyph face.
8394
8395 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
8396 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
8397 (conf-quote-normal): Allow normalizing only ' or ".
8398 (conf-mode): Regexp-quote constructed comment-start and don't
8399 match section {} where "name" contains braces.
8400
8401 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
8402 files.
8403
8404 2004-12-01 Kenichi Handa <handa@m17n.org>
8405
8406 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
8407 (x-select-text): Don't treat eight-bit-control/graphic chars
8408 specially. Store the encoded text in the X cut buffer.
8409 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
8410 with x-last-selected-text-cut-encoded.
8411
8412 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8413
8414 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
8415
8416 2004-11-30 Markus Rost <rost@ias.edu>
8417
8418 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
8419 AUCTeX.
8420
8421 2004-11-30 Jay Belanger <belanger@truman.edu>
8422
8423 * calc/calc-arith.el (math-possible-signs): Made stronger checks
8424 on signs of intervals.
8425 (math-pow-of-zero): Strengthen checks for positive and negative
8426 exponents.
8427
8428 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
8429 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
8430 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
8431 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
8432 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
8433 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
8434 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
8435 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
8436 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
8437 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
8438 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
8439 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
8440 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
8441 with provide statements.
8442
8443 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
8444
8445 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
8446
8447 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
8448 (calc-load-everything, math-defsimplify): Replace dummy autoloading
8449 functions by require statements.
8450 (math-defsimplify): Move to calc-alg.el, add to autoloads.
8451
8452 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
8453 (calc-gnuplot-print): Give them values.
8454
8455 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
8456 autoloads.
8457 Add calc-do-embedded-activate to autoloads.
8458 (calc-gnuplot-name, calc-gnuplot-plot-command)
8459 (calc-gnuplot-print-command): Move them to calc-graph.el.
8460
8461 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8462
8463 * term/mac-win.el (ccl-encode-mac-roman-font)
8464 (ccl-encode-mac-cyrillic-font)
8465 (ccl-encode-mac-centraleuropean-font, encoder-list)
8466 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
8467 Support Cyrillic, CentralEuropean, and Dingbat font display
8468
8469 2004-11-30 Andre Spiegel <spiegel@gnu.org>
8470
8471 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
8472
8473 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
8474 still nil.
8475
8476 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
8477
8478 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
8479 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
8480
8481 2004-11-29 Jay Belanger <belanger@truman.edu>
8482
8483 * calc/calc-arith.el (math-pow-of-zero): Take into account different
8484 cases of the base and exponent.
8485
8486 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8487
8488 * simple.el (next-error-buffer-p): Allow for inclusive and
8489 exclusive tests for finding a buffer.
8490 (next-error-find-buffer): Pass the exclusive and inclusive tests
8491 to next-error-buffer-p.
8492
8493 * replace.el (occur-next-error): Switch to the Occur buffer when
8494 appropriate, use the exclusive filter to next-error-find-buffer to
8495 do it. Use the absolute value of the motion amount.
8496
8497 2004-11-29 Kenichi Handa <handa@m17n.org>
8498
8499 * startup.el (command-line): Decode all default-directory by
8500 locale-coding-system.
8501
8502 2004-11-29 Jay Belanger <belanger@truman.edu>
8503
8504 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
8505 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
8506 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
8507 Replace calls to calc-extensions by appropriate require, replace
8508 calc-extensions-loaded by appropriate featurep.
8509
8510 * calc/calc-ext.el: Move require to end of file.
8511 Remove redundant loading of calc.el.
8512 (calc-extensions-loaded): Remove unnecessary variable.
8513 (calc-extensions): Remove unnecessary function.
8514 (calc-load-everything): Replace calc-need-macros by appropriate require.
8515
8516 * calc/calc-macs.el: Move provide to end of file.
8517 (calc-need-macros): Remove unnecessary function.
8518
8519 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
8520 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
8521 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
8522 Replace calc-extensions by appropriate require.
8523 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
8524
8525 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
8526 Replace calc-need-macros by appropriate require.
8527
8528 * calc/calc.el: Move require to end of file.
8529 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
8530 Remove unnecessary variable.
8531 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
8532 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
8533 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
8534 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
8535 (math-stack-value-offset, math-format-value, math-format-flat-expr)
8536 (math-format-number, math-format-bignum, math-read-number)
8537 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
8538 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
8539 by appropriate require.
8540 (calc-check-defines): Replace calc-need-macros by appropriate require.
8541
8542 2004-11-29 Kim F. Storm <storm@cua.dk>
8543
8544 * macros.el (insert-kbd-macro): Handle kmacro functions.
8545
8546 2004-11-28 Juri Linkov <juri@jurta.org>
8547
8548 * compare-w.el (compare-windows-highlight): Attach each overlay
8549 to its window to properly highlight differences while comparing
8550 two windows of the same buffer. Fix arguments.
8551 (compare-windows-sync-default-function): Fix arguments of
8552 `compare-windows-highlight'.
8553
8554 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
8555 Use `read-expression-history'. Set initial contents only if
8556 `edebug-global-break-condition' is non-nil. Set histpos to 1
8557 if initial contents is equal to the last history element.
8558 (edebug-set-conditional-breakpoint): Instead of temporarily
8559 prepending the current condition to the history, set initial
8560 contents to the current condition. Set histpos to 1 if initial
8561 contents is equal to the last history element.
8562
8563 * info.el (Info-search-whitespace-regexp): Remove shy group.
8564 (Info-search): Forward line if search is on the header line.
8565 Use search-whitespace-regexp in two other places.
8566
8567 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
8568
8569 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
8570 warning. Delay real definition, which uses
8571 `set-fringe-indicators-1' till after the definition of that function.
8572
8573 2004-11-28 Kim F. Storm <storm@cua.dk>
8574
8575 * fringe.el (fringe): New defgroup.
8576 (fringe-mode): Move to fringe group.
8577 (fringe-indicators): New defcustom.
8578 (set-fringe-indicators-1): New defun.
8579
8580 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
8581 (menu-bar-showhide-fringe-ind-menu): New keymap.
8582 (menu-bar-showhide-fringe-ind-empty)
8583 (menu-bar-showhide-fringe-ind-mixed)
8584 (menu-bar-showhide-fringe-ind-box)
8585 (menu-bar-showhide-fringe-ind-right)
8586 (menu-bar-showhide-fringe-ind-left)
8587 (menu-bar-showhide-fringe-ind-none): New defuns.
8588 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
8589
8590 2004-11-27 Richard M. Stallman <rms@gnu.org>
8591
8592 * comint.el (comint-read-noecho): Add trivial compatibility definition.
8593
8594 * generic.el (define-generic-mode): Doc fix.
8595
8596 * menu-bar.el (menu-bar-options-save): For the options
8597 that are toggled with menu-bar-make-mm-toggle, don't check
8598 for customized-value prop.
8599
8600 2004-11-27 Eli Zaretskii <eliz@gnu.org>
8601
8602 * mail/supercite.el (sc-cite-region): Handle the case where
8603 sc-cite-frame-alist is a symbol.
8604 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
8605 a symbol.
8606 (sc-recite-region): Handle the case where sc-recite-frame-alist is
8607 a symbol.
8608
8609 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8610
8611 * wid-edit.el (widget-narrow-to-field): New function.
8612 (widget-complete): Use it.
8613
8614 2004-11-27 Jay Belanger <belanger@truman.edu>
8615
8616 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
8617 variable.
8618 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
8619 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
8620 (math-alg-inequalities): Move declaration to earlier in the file.
8621
8622 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
8623 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
8624 Declare them.
8625
8626 * calc/calc-lang.el (math-expr-data, math-expr-token)
8627 (math-exp-old-pos): Declare them.
8628
8629 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
8630 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
8631
8632 2004-11-27 Kim F. Storm <storm@cua.dk>
8633
8634 * progmodes/flymake.el: Use (featurep 'xemacs).
8635 (flymake-makehash): Change to defsubst. Use fboundp.
8636 (flymake-time-to-float): Remove.
8637 (flymake-float-time): Merge code from flymake-time-to-float here.
8638 (flymake-replace-regexp-in-string): Change to defsubst.
8639 (flymake-split-string-remove-empty-edges):
8640 Rename to flymake-split-string.
8641 (flymake-split-string): Remove previous defalias.
8642 (flymake-get-temp-dir): Change to defsubst.
8643 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
8644 Define for xemacs only.
8645 (flymake-master-file-count-limit): Change into compiler defvar only.
8646 (flymake-find-possible-master-files): Let-bind it dynamically while
8647 sorting files using flymake-master-file-compare.
8648
8649 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8650
8651 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
8652 of defun-prompt-regexp matches inside a comment/string but the
8653 beginning is correctly outside everything.
8654
8655 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
8656 appears within a string or a comment.
8657
8658 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
8659 rather than make-symbol for symbols which are used in
8660 a symbol-macrolet or equivalent.
8661
8662 2004-11-26 Jay Belanger <belanger@truman.edu>
8663
8664 * calc-misc.el (calc-last-why-command): Declare it.
8665
8666 * calc-vec.el (math-grade-vec): New variable.
8667 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
8668 Replace variable grade-vec by declared variable.
8669 (math-rb-close): New variable.
8670 (math-read-brackets, math-read-vector): Replace variable close by
8671 declared variable.
8672
8673 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
8674 (calc-one-window, calc-edit-handler, calc-restore-trail)
8675 (calc-allow-ret): Declare them.
8676
8677 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
8678 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
8679 (math-radix-float-cache-tag, math-random-cache)
8680 (math-max-digits-cache, math-integral-cache, math-units-table)
8681 (math-format-date-cache, math-holidays-cache-tag): Declare them.
8682 (math-moc-func): New variable.
8683 (math-map-over-constants, math-map-over-constants-rec):
8684 Replace variable func by declared variable.
8685
8686 * calc/calc-store.el (calc-given-value, calc-store-opers):
8687 Declare them.
8688 (calc-var-name-map): Move declaration to earlier in the file.
8689 (calc-pv-pos): New variable.
8690 (calc-permanent-variable, calc-insert-permanent-variable):
8691 Replace variable pos by declared variable.
8692
8693 * calc/calc-mtx.el (calc-det-lu): New variable.
8694 (math-det-raw, math-det-step): Replace variable lu by declared variable.
8695
8696 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
8697 (math-multi-subst, math-multi-subst-rec): Replace variables temp
8698 and arg by declared variables.
8699 (calcFunc-reducer): Fix incorrect variable.
8700 (math-inner-mul-func, math-inner-add-func): New variables.
8701 (calcFunc-inner, math-inner-mats): Replace variables mul-func
8702 and add-func by declared variables.
8703
8704 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
8705 (calc-digit-value): Declare them.
8706
8707 * calc/calc-help.el (Info-history): Declare it.
8708 (calc-describe-key): Make calc-summary-indentation a local variable.
8709 (calc-help-long-names): Move declaration to earlier in file.
8710
8711 * calc/calc-embed.el (calc-original-buffer): Declare it.
8712 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
8713 (calc-embed-bot): New variables.
8714 (calc-do-embedded, calc-embedded-mark-formula)
8715 (calc-embedded-find-bounds, calc-embedded-duplicate)
8716 (calc-embedded-new-formula, calc-embedded-make-info):
8717 Replace vars outer-top, outer-bot, bot and top by declared variables.
8718 (calc-embed-prev-modes): New variable.
8719 (calc-embedded-set-modes, calc-embedded-update): Replace variable
8720 prev-modes with declared variable.
8721 (calc-embed-vars-used): New variable.
8722 (calc-embedded-make-info, calc-embedded-evaluate-expr)
8723 (calc-embedded-update, calc-embedded-find-vars): Replace variable
8724 vars-used by declared variable.
8725
8726 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
8727 (math-format-radix-float): Remove unnecessary setq.
8728 (math-radix-float-cache): Declare it.
8729
8730 * calc/calcsel2.el (calc-keep-selection): Declare it.
8731
8732 * calc/calc-maint.el: Remove file.
8733
8734 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8735
8736 * textmodes/bibtex.el (bibtex-sort-entry-class)
8737 (bibtex-comment-start): Use defcustom.
8738 (bibtex-entry-field-alist): Use nil if initial content of the
8739 field is undefined. Fix docstring.
8740 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
8741 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
8742 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
8743 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
8744 Fix docstring.
8745 (bibtex-autokey-title-terminators): Use only one regexp.
8746 (bibtex-string-maybe-empty-head): New variable.
8747 (bibtex-remove-delimiters-string): New function.
8748 (bibtex-text-in-field-bounds, bibtex-text-in-string):
8749 Use bibtex-remove-delimiters-string.
8750 (bibtex-progress-message, bibtex-field-left-delimiter)
8751 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
8752 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
8753 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
8754 Simplify.
8755 (bibtex-format-entry): Use save-excursion for inherited booktitle.
8756 Use eq and bibtex-remove-delimiters-string. For end markers use
8757 insertion type so that marker stays after inserted text.
8758 (bibtex-autokey-get-names): Return empty string if name is missing.
8759 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
8760 calling bibtex-autokey-name-case-convert.
8761 (bibtex-autokey-demangle-title):
8762 Call bibtex-autokey-titleword-case-convert. Remove call to
8763 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
8764 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
8765 (bibtex-read-key): New optional arg global.
8766 (bibtex-files-expand): New optional arg force.
8767 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
8768 (bibtex-complete-crossref-cleanup): Rename from
8769 bibtex-complete-key-cleanup. Simplify code.
8770 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
8771 Operate on current entry.
8772 (bibtex-button): Add docstring.
8773 (bibtex-entry): Simplify.
8774 (bibtex-make-field): Replace optional arg called-by-yank with more
8775 specific args move and interactive.
8776 (bibtex-end-of-entry): Use forward-sexp.
8777 (bibtex-find-entry-globally): Remove.
8778 (bibtex-find-crossref): Allow for crossref key located in other buffer.
8779 Bound to C-c C-x.
8780 (bibtex-find-entry): New optional args global and display.
8781 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
8782 (bibtex-validate): Use arg force of bibtex-files-expand.
8783 (bibtex-clean-entry): Bugfix, clean string entries properly.
8784 Always keep point at beginning of entry.
8785 (bibtex-complete): Bugfix. Handle string entries properly.
8786 Call cleanup functions only if needed.
8787 (bibtex-String): Use bibtex-read-string-key.
8788 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
8789 case of replacement text.
8790
8791 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8792
8793 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
8794 (tramp-perl-directory-files-and-attributes): New constant.
8795 (tramp-file-name-handler-alist): Delete file-directory-files, add
8796 directory-files-and-attributes.
8797 (tramp-perl-file-attributes): Surround uid and gid by double
8798 quotes. Change parameter id-format from nonnumeric.
8799 (tramp-convert-file-attributes): New function.
8800 (tramp-handle-file-attributes): Use it.
8801 (tramp-maybe-send-perl-script): New function.
8802 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
8803 file mode. Change parameter id-format from nonnumeric.
8804 (tramp-handle-file-attributes-with-ls): Change parameter id-format
8805 from nonnumeric.
8806 (tramp-post-connection): Don't send tramp-perl-file-attributes
8807 script. Reset connection property "perl-scripts".
8808 (tramp-handle-insert-directory): Run real handler when ls-lisp is
8809 in use.
8810
8811 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8812
8813 * desktop.el (desktop-read): Replace mapcar with mapc.
8814 (desktop-create-buffer): Replace mapcar with mapc.
8815 Remove redundant piece of code.
8816
8817 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
8818
8819 * progmodes/gud.el (gud-display-line): Use display-buffer
8820 for GDB-UI as for GUD.
8821
8822 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
8823 Delete variables.
8824 (gdb-ann3): Don't make GUD buffer dedicated.
8825 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
8826 (gdb-display-source-buffer): Delete function.
8827 (gdb-view-source-function, gdb-view-assembler): Delete functions.
8828 (menu): Delete menu bindings for viewing source/assembler.
8829 (gdb-setup-windows, gdb-restore-windows):
8830 Don't dedicate GUD. No assembler now.
8831 (gdb-reset): No need to undedicate source buffers now.
8832 (gdb-source-info): No assembler now.
8833
8834 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
8835
8836 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
8837 width to those for special frames.
8838 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
8839 Use display-buffer.
8840 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
8841 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8842 (gdb-frame-assembler-buffer): Rework like
8843 gdb-frame-breakpoints-buffer.
8844
8845 2004-11-25 Richard M. Stallman <rms@gnu.org>
8846
8847 * progmodes/flymake.el: Reindent.
8848 (flymake-split-string): Turn into defalias.
8849 (flymake-fix-file-name): Rename from flymake-fix-path-name.
8850 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
8851 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
8852 (flymake-build-relative-filename): Rename from ...path.
8853 Fix error message.
8854
8855 2004-11-25 Cheng Gao <chenggao@gmail.com>
8856
8857 * progmodes/flymake.el: Much whitespace and capitalization change.
8858 Move `provide' to end. Require `compile' only when compiling.
8859
8860 2004-11-24 Jay Belanger <belanger@truman.edu>
8861
8862 * calc/calc-alg.el: Added comment.
8863 (math-polynomial-base): Replace variable mpb-top-expr by
8864 math-poly-base-top-expr.
8865
8866 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
8867 (math-polynomial-p1): Replace variable mpb-top-expr by declared
8868 variable.
8869 (math-poly-base-total-base): New variable.
8870 (math-total-polynomial-base, math-polynomial-p1): Replace variable
8871 mpb-total-base by declared variable.
8872 (math-factored-vars, math-to-list): Declare it.
8873 (math-fact-expr): New variable.
8874 (calcFunc-factors, calcFunc-factor, math-factor-expr)
8875 (math-factor-expr-try, math-factor-expr-part): Replace variable
8876 expr by declared variable.
8877 (math-fet-x): New variable.
8878 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
8879 by declared variable.
8880 (math-factor-poly-coefs): Make temp a local variable.
8881
8882 * calc/calc-units.el (calc-convert-units): Make units a local
8883 variable.
8884 (calc-num-units, calc-den-units): New variables.
8885 (calc-explain-units, calc-explain-units-rec): Replace variables
8886 num-units and den-units by declared variables.
8887 (math-cu-unit-list): New variable.
8888 (math-build-units-table, math-compare-unit-names)
8889 (math-convert-units, math-convert-units-rec): Replace variable
8890 unit-list by declared variable.
8891 (math-fbu-base, math-fbu-entry): New variables.
8892 (math-find-base-units, math-find-base-units-rec): Replace variables
8893 base and entry by declared variables.
8894 (math-which-standard): New variable.
8895 (math-to-standard-units, math-to-standard-rec): Replace variable
8896 which-standard by declared variable.
8897 (math-fcu-u): New variable.
8898 (math-find-compatible-unit, math-find-compatible-unit-rec):
8899 Replace variable u by declared variable.
8900 (math-cu-new-units, math-cu-pure): New variables.
8901 (math-convert-units, math-convert-units-rec): Replace variables
8902 new-units and pure by declared variables.
8903 (math-try-cancel-units): New variable.
8904 (math-simplify-units-quotient): Replace variable try-cancel-units by
8905 declared variable.
8906
8907 2004-11-24 Richard M. Stallman <rms@gnu.org>
8908
8909 * textmodes/ispell.el (ispell-check-version):
8910 If default-directory is nonexistent, use home dir.
8911
8912 * progmodes/grep.el (grep-regexp-alist):
8913 Don't match parens around line numbers.
8914
8915 * progmodes/cperl-mode.el (cperl-indent-region)
8916 (cperl-imenu--create-perl-index, cperl-xsub-scan):
8917 Don't print progress messages.
8918
8919 * progmodes/compile.el (compilation-mode-map):
8920 Don't inherit from compilation-minor-mode-map;
8921 copy its bindings instead. But the menu bar Compile
8922 entry now does inherit from compilation-menu-map.
8923
8924 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8925 Use with-no-warnings around compiler-macroexpand.
8926
8927 * imenu.el: Don't always require newcomment.
8928 (imenu--generic-function): Call comment-normalize-vars
8929 if we have a comment syntax.
8930 Exit the loop if REGEXP matches the null string.
8931 Test comment-start as well as comment-start-skip
8932 when deciding whether to check for comments.
8933
8934 * tooltip.el (tooltip-mode): Doc fix.
8935
8936 * term.el (term-escape-char, term-mode): Doc fixes.
8937
8938 2004-11-24 Dave Love <fx@gnu.org>
8939
8940 * progmodes/python.el (python-font-lock-syntactic-keywords):
8941 Check for escapes in the regexp.
8942 (python-quote-syntax): Don't do it here.
8943
8944 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8945
8946 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8947 (gdb-frames-mode-map, gdb-threads-mode-map)
8948 (gdb-registers-mode-map, gdb-locals-mode-map)
8949 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
8950 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
8951
8952 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
8953 (dedicated-switch-to-buffer): Rework.
8954 (gdb-var-evaluate-expression-handler, gdb-put-string):
8955 Remove unused variable bindings.
8956 (gdb-setup-windows, gdb-display-buffer):
8957 Simplify. Use pop-to-buffer.
8958 (gdb-view-source-function): Simplify.
8959 (gdb-frame-breakpoints-buffer):
8960 Use pop-to-buffer, special-display-regexps.
8961
8962 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8963
8964 * progmodes/f90.el (f90-smart-end)
8965 (f90-previous-statement, f90-beginning-of-block): Doc fix.
8966 (f90-calculate-indent): Handle un-named PROGRAM blocks.
8967 (f90-end-of-block): Doc fix. Make check of outermost block
8968 conditional on value of `f90-smart-end'.
8969 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
8970 Handle case where END-BLOCK is nil.
8971 (f90-match-end): Handle un-named PROGRAM blocks.
8972 (f90-backslash-not-special): New function.
8973
8974 2004-11-24 Jay Belanger <belanger@truman.edu>
8975
8976 * calc/calc.el (calc-embedded-active): Removed unnecessary
8977 declaration.
8978 (calc-show-banner): Removed redundant declaration.
8979
8980 * calc/calc-graph.el (calc-gnuplot-default-device)
8981 (calc-gnuplot-default-output, calc-gnuplot-print-device)
8982 (calc-gnuplot-print-output, calc-gnuplot-geometry)
8983 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
8984 Remove redundant initial values.
8985
8986 * calc/calc-arith.el (math-scalar-functions)
8987 (math-nonscalar-functions, math-scalar-if-args-functions)
8988 (math-real-functions, math-positive-functions)
8989 (math-nonnegative-functions, math-real-scalar-functions)
8990 (math-real-if-arg-functions, math-integer-functions)
8991 (math-num-integer-functions, math-rounding-functions)
8992 (math-float-rounding-functions, math-integer-if-args-functions)
8993 (math-super-types): Move declarations to earlier in file.
8994 (math-unit-prefixes): Declared it.
8995 (math-floor-prec, math-trunc-prec): New variables.
8996 (math-trunc-fancy): Replace variable prec by declared variable.
8997 (math-floor-fancy): Replace variable prec by declared variable.
8998 (math-com-bterms): New variable.
8999 (math-commutative-equal, math-commutative-collect):
9000 Replace variable bterms by declared variable.
9001
9002 * calc/calc-misc.el (math-trunc): Replace variable prec by
9003 math-trunc-prec.
9004 (math-floor): Replace variable prec by math-floor-prec.
9005
9006 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
9007 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
9008 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
9009 (math-format-date, math-format-date-part): Replace variables
9010 date, dt, year, month, day, weekday, hour, minute, second and
9011 bc-flag by declared variables.
9012 (math-pd-str): New variable.
9013 (math-parse-date, math-parse-date-word, math-parse-standard-date):
9014 Replace variable str by declared variable.
9015 (math-daylight-savings-hook, math-tzone-names): Move definitions
9016 to earlier in the file.
9017 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
9018 (math-sh-year): New variable.
9019 (math-setup-add-holidays, math-setup-holidays)
9020 (math-setup-year-holidays): Replace variable `year' by declared
9021 variable.
9022
9023 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
9024 New variables.
9025 (math-nth-root-float, math-nth-root-float-iter): Replace variables
9026 n, nf and nfm1 by declared variables.
9027 (math-nri-n): New variable.
9028 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
9029 n by declared variable.
9030 (calcFunc-log): Removed misplaced condition.
9031
9032 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9033
9034 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
9035
9036 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
9037
9038 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
9039 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
9040 Dedicate gdb-related windows.
9041 (gdb-display-buffer): Dedicate gdb-related windows.
9042 Don't grab other frames.
9043 (gdb-reset): Remove dedicated property after debugging.
9044
9045 2004-11-24 Jay Belanger <belanger@truman.edu>
9046
9047 * calc/calc-sel.el: Add comment.
9048
9049 * calc/calc.el (math-stack-value-offset): Replace variables c,
9050 wid and off with math-svo-c, math-svo-wid and math-svo-off.
9051
9052 * calc/calccomp.el (math-comp-sel-tag): Declare it.
9053 (math-svo-c, math-svo-wid, math-svo-off): New variables.
9054 (math-stack-value-offset-fancy): Replace variables c, wid and off
9055 by declared variables.
9056 (math-comp-just, math-comp-comma-spc): New variables.
9057 (math-compose-expr, math-compose-matrix): Replace variables `just'
9058 and comma-spc by declared variable.
9059 (math-comp-vector-prec): New variable.
9060 (math-compose-expr, math-compose-matrix, math-compose-rows):
9061 Replace variable vector-prec by declared variable.
9062 (math-comp-left-bracket, math-comp-right-bracket)
9063 (math-comp-comma): New variables.
9064 (math-compose-expr, math-compose-rows): Replace variables
9065 left-bracket, right-bracket and comma by declared variables.
9066 (math-comp-full-width): New variable.
9067 (math-comp-to-string-flat, math-comp-to-string-flat-term):
9068 Replace variable full-width by declared variable.
9069 (math-comp-highlight, math-comp-word, math-comp-level)
9070 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
9071 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
9072 New variables.
9073 (math-comp-to-string-flat, math-comp-to-string-flat-term)
9074 (math-comp-sel-flat-term): Replace variables comp-highlight,
9075 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
9076 declared variables.
9077 (math-comp-simplify, math-comp-simplify-term)
9078 (math-comp-add-string, math-comp-add-string-sel):
9079 Replace variables comp-highlight, comp-buf, comp-base,
9080 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
9081
9082 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9083
9084 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
9085
9086 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
9087 and x-server-version may throw.
9088
9089 2004-11-23 Kim F. Storm <storm@cua.dk>
9090
9091 * subr.el (substitute-key-definition-key): Optimize.
9092 Don't call indirect-function for nil defn (always signals error).
9093
9094 * ido.el (ido-read-internal): Fix require-match check when
9095 ido-directory-too-big is set.
9096
9097 2004-11-23 Jay Belanger <belanger@truman.edu>
9098
9099 * calc/calc-ext.el (math-read-replacement-list)
9100 (math-read-superscripts): New variables.
9101 (math-read-preprocess-string): New function.
9102 (math-read-expr): Filter input through math-read-preprocess-string.
9103
9104 * calc/calc-aent.el (math-read-exprs): Filter input through
9105 math-read-preprocess-string.
9106
9107 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
9108
9109 * progmodes/compile.el (compilation-start): In cd command use
9110 substitute-env-vars -- not quite shell compatible but better than
9111 nothing.
9112 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
9113 handle the newer versions messages, which are more parseable.
9114
9115 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9116
9117 * reveal.el (reveal-mode-map): New var.
9118 (reveal-mode): Use it.
9119
9120 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
9121
9122 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
9123 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
9124
9125 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9126
9127 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
9128 header-line when needed.
9129 Use fixed-pitch only in the header-line.
9130 Build the underline automatically. Use emdash if available.
9131
9132 2004-11-22 Richard M. Stallman <rms@gnu.org>
9133
9134 * dired.el (dired-recursive-copies): Move from dired-aux.el.
9135 * dired-aux.el (dired-recursive-copies): Move to dired.el.
9136
9137 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
9138
9139 * progmodes/gdb-ui.el (gdb-resync): New function.
9140 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
9141 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
9142 Use it to fail more gracefully.
9143 (gdb-variables): Delete variable.
9144 Re-order variables to reduce byte-compiler warnings.
9145
9146 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9147
9148 * descr-text.el (describe-char):
9149 * paren.el (show-paren-function):
9150 * subr.el (syntax-after): Undo last change.
9151
9152 * progmodes/python.el (run-python): Don't hard code *Python*.
9153 Don't modify global process-environment.
9154 (python-send-region, python-load-file): Don't assume that
9155 python-buffer == (process-buffer (python-proc)).
9156 (python-switch-to-python): Simplify.
9157
9158 * dired.el (dired-align-file): Don't assume line starts with spaces.
9159
9160 2004-11-21 Jay Belanger <belanger@truman.edu>
9161
9162 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
9163 Replace variable `lines' by math-read-big-lines.
9164 (math-read-big-expr): Replace variables the-baseline, the-h2
9165 and err-msg by math-read-big-baseline, math-read-big-h2 and
9166 math-read-err-msg.
9167 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
9168
9169 * calc/calc-lang.el (math-read-big-rec): Fix typo.
9170 (math-read-big-balance): Replace unbound variable by value.
9171 (math-read-big-lines): New variable.
9172 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9173 (math-read-big-error, math-read-big-balance): Replace variable
9174 `lines' by declared variable.
9175 (math-read-big-baseline, math-read-big-h2): New variables.
9176 (math-read-big-rec): Replace variables the-baseline and the-h2
9177 by declared variables.
9178 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
9179 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9180 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
9181 declared variables.
9182 (math-read-big-err-msg): New variable.
9183 (math-read-big-error): Replace variable err-msg by declared variable.
9184
9185 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9186
9187 * ses.el: Add coding cookie.
9188 Fix up docstrings, follow new commenting conventions.
9189 (ses-header-line-menu): Fix missing variable rename for header-row.
9190 (ses-cell-size): Remove.
9191 (ses-make-cell): New function.
9192 (ses-cell, ses-insert-row, ses-insert-column): Use it.
9193 (ses-calculate-cell): Remove unused var `symbol'.
9194 (ses-narrowed-p): New function.
9195 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
9196 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
9197 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
9198 (ses-setup): Use restore-buffer-modified-p.
9199 (ses-cleanup): Remove unused var `end'.
9200 (ses-header-string-left-offset): Remove.
9201 (ses-create-header-string): Adjust to new behavior of `align-to'.
9202 Truncate excessively large fields to preserve alignment.
9203 (ses-reconstruct-all): Remove unused var `refs'.
9204 (ses-read-cell-printer): Remove unused var `prompt'.
9205 (ses-delete-row): Remove unused var `pos'.
9206 (ses-delete-column): Remove unused var `new'.
9207
9208 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9209
9210 * ps-print.el: Insert :version tag into all defgroup and defcustom.
9211 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9212 Eliminate eval-and-compile usage.
9213 (ps-insert-file): Use insert-file-contents instead of insert-file.
9214 (ps-setup): Code fix.
9215
9216 * printing.el (pr-setup, lpr-setup): Code fix.
9217
9218 2004-11-21 Jay Belanger <belanger@truman.edu>
9219
9220 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
9221 (calc-original-buffer): Declare them.
9222 (calc-user-formula-alist): New variable.
9223 (calc-user-define-formula, calc-fix-user-formula)
9224 (calc-user-define-composition, calc-finish-formula-edit):
9225 Replace variable `alist' by declared variable.
9226 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
9227 (var-q7, var-q7, var-q8, var-q9): Declare them.
9228 (calc-kbd-push): Don't check to see if var-q0 through var-q9
9229 are bound.
9230 (calcFunc-typeof): Replace undeclared variable by expression.
9231 (math-exp-env): New variable.
9232 (math-define-body, math-define-exp): Replace exp-env by declared var.
9233 (math-define-exp): Replace misplaced variable by expression.
9234
9235 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
9236 (calc-curve-model, calc-curve-coefnames): New variables.
9237 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
9238 varnames, model and coefnames by declared variables.
9239 (math-root-widen): New variable.
9240 (math-search-root, math-find-root): Replace variable root-widen by
9241 declared variable.
9242 (var-DUMMY): Declare it.
9243 (math-root-vars, math-min-vars): Move the declarations to earlier in
9244 the file.
9245 (math-brent-min): Make d a local variable.
9246 (math-find-minimum): Replace non-existent variable.
9247 (math-ninteg-romberg): Remove unnecessary variable.
9248 (math-ninteg-temp): New variable.
9249 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
9250 integ-temp by declared variable.
9251 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
9252 New variables.
9253 (math-general-fit): Replace variables first-var, first-coef and
9254 new-coefs by declared variables.
9255 (calcFunc-fitvar): Replace variable first-var by declared variable.
9256 (calcFunc-fitparam): Replace variable first-coef by declared variable.
9257 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
9258 (math-all-vars-vars, math-all-vars-found): New variables.
9259 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
9260 found by declared variable math-all-vars-vars.
9261
9262 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
9263
9264 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
9265 of `defconst'.
9266
9267 2004-11-20 Richard M. Stallman <rms@gnu.org>
9268
9269 * isearch.el (isearch-mode-map): Don't bind SPC.
9270 (isearch-whitespace-chars): Function deleted.
9271 (isearch-search): Bind search-spaces-regexp.
9272 (isearch-lazy-highlight-search): Likewise.
9273 (search-whitespace-regexp): Doc fix.
9274 (isearch-forward-regexp): Doc fix.
9275
9276 * emacs-lisp/bytecomp.el (byte-compile-form):
9277 Move the calls to byte-compile-set-symbol-position,
9278 to avoid having two for the same symbol occurrence.
9279
9280 * comint.el (comint-input-ring-size): Increase to 150.
9281
9282 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
9283 New variables.
9284 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
9285 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
9286
9287 * imenu.el (imenu--generic-function):
9288 Ensure we keep moving backward even if BEG isn't further back.
9289
9290 * replace.el (query-replace-read-to, query-replace-read-from):
9291 Specify t for KEEP-ALL in read-from-minibuffer.
9292
9293 * progmodes/python.el (python-switch-to-python):
9294 If Python isn't running, start it.
9295 Don't alter debug-ignored-errors.
9296
9297 * progmodes/cperl-mode.el (cperl-indent-region):
9298 Don't mind imenu-scanning-message.
9299
9300 * bindings.el (global-map): Bind C-e to move-end-of-line.
9301
9302 * simple.el (line-move-finish): New arg FORWARD.
9303 Ignore invisible newlines, not intangible ones.
9304 Conditions for acceptable stopping positions depend on FORWARD.
9305 (line-move): Pass FORWARD arg to line-move-finish.
9306
9307 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
9308 of HEADER. Compensate for this change in the code to add display
9309 properties. Don't make the first line intangible.
9310
9311 * info.el (Info-search): Fix previous change.
9312
9313 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9314
9315 * Makefile.in (recompile): Revert 2004-11-19 change.
9316 (compile): Likewise.
9317
9318 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
9319
9320 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
9321
9322 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9323
9324 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
9325 defgroup and defcustom. Eliminate eval-and-compile usage.
9326
9327 * progmodes/ebnf-otz.el: Fix typos.
9328
9329 2004-11-19 Jay Belanger <belanger@truman.edu>
9330
9331 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
9332 (calc-edit-finish, calc-finish-stack-edit): Replace variable
9333 disp-trail by declared variable.
9334
9335 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
9336 (calc-finish-selection-edit): Replace variable disp-trail by
9337 declared variable.
9338 (calc-selection-cache-entry): Move declaration to earlier in the file.
9339 (calc-selection-cache-num, calc-selection-cache-comp)
9340 (calc-selection-cache-offset, calc-selection-true-num)
9341 (calc-final-point-line, calc-final-point-column)
9342 (calc-original-buffer): Declare them.
9343 (calc-fnp-op, calc-fnp-num): New variables.
9344 (calc-find-nth-part, calc-find-nth-part-rec)
9345 (calc-select-previous): Replace op and num by declared variables.
9346 (calc-rsf-old, calc-rsf-new): New variables.
9347 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
9348 Replace variables old and new by declared variables.
9349 (calc-sel-reselect): New variable.
9350 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
9351 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
9352 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
9353 reselect with declared variable.
9354
9355 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
9356 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
9357 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
9358 (math-import-list, math-rewrite-phase): Declare them.
9359 (math-rewrite): Use let* to declare variables.
9360 (calc-rewrite-selection): Make rules a local variable.
9361 (calc-rewr-sel): New variable.
9362 (calc-rewrite-selection, calc-locate-selection-marker)
9363 (calc-rewrite): Use the declared variable calc-rewr-sel instead
9364 of sel.
9365 (math-rewrite-whole-expr): New variable.
9366 (math-rewrite, math-rewrite-phase): Replace variable expr by
9367 declared variable.
9368 (math-rewrite-heads-heads, math-rewrite-heads-skips)
9369 (math-rewrite-heads-blanks ): New variables.
9370 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
9371 heads, skips and blanks by declared variables.
9372 (math-rwcomp-subst-old, math-rwcomp-subst-new)
9373 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
9374 New variables.
9375 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
9376 old, new, old-func and new-func by declared variables.
9377 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
9378 Remove unnecessary variable.
9379 (math-apply-rw-regs): New variable.
9380 (math-apply-rewrites, math-rwapply-replace-regs)
9381 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
9382 (math-apply-rw-ruleset): New variable.
9383 (math-apply-rewrites, math-rwapply-remember): Replace variable
9384 ruleset by declared variable.
9385
9386 2004-11-19 Richard M. Stallman <rms@gnu.org>
9387
9388 * info.el (Info-search): Use search-whitespace-regexp.
9389
9390 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9391
9392 * vc-rcs.el (vc-rcs-parse): New function.
9393 (vc-rcs-annotate-command): Likewise.
9394 (vc-rcs-annotate-current-time): Likewise.
9395 (vc-rcs-annotate-time): Likewise.
9396 (vc-rcs-annotate-extract-revision-at-line): Likewise.
9397
9398 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9399
9400 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
9401
9402 2004-11-18 Jay Belanger <belanger@truman.edu>
9403
9404 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
9405
9406 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9407
9408 * printing.el: Eliminate use of interactive-p and eval-and-compile.
9409 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9410 Use make-temp-file to generate PostScript files in any situation.
9411 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
9412 (pr-interactive-p): Eliminate var.
9413 (pr-save-interactive): Eliminate macro.
9414 (pr-interface, pr-ps-directory-preview)
9415 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9416 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9417 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9418 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9419 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9420 (pr-ps-region-ps-print, pr-ps-mode-preview)
9421 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9422 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9423 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
9424 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9425 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9426 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9427 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9428 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9429 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9430 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9431 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9432 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
9433 Eliminate pr-save-interactive usage.
9434 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
9435 Eliminate pr-interactive-p usage.
9436 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
9437 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
9438 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
9439 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
9440 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
9441 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
9442 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
9443 New funs.
9444 (pr-ps-file): Use make-temp-file to generate a temporary file.
9445
9446 2004-11-17 Jay Belanger <belanger@truman.edu>
9447
9448 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
9449 a local variable.
9450 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
9451 (math-top-only): New variable.
9452 (math-simplify, math-simplify-step): Replace variable top-only by
9453 declared variable math-top-only.
9454 (math-simplify-expr): Declare it.
9455 Replace argument expr in all calls of math-defsimplify by
9456 math-simplify-expr.
9457 (math-simplify-plus, math-simplify-times, math-simplify-divide)
9458 (math-simplify-divisor, math-simplify-one-divisor)
9459 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
9460 (math-simplify-pow): Replace variable expr by declared variable
9461 math-simplify-expr.
9462 (math-simplify-divisor): Remove local variables temp and op.
9463 (math-simplify-one-divisor): Make temp and op local variables.
9464 (math-simplify-divisor-nover, math-simplify-divisor-dover):
9465 New variables.
9466 (math-simplify-divisor, math-simplify-one-divisor):
9467 Replace variables nover and dover by declared variables.
9468 (math-expr-subst-new, math-expr-subst-old): New variables.
9469 (math-expr-subst, math-expr-subst-rec): Replace variables new
9470 and old by declared variables.
9471 (math-is-poly-degree, math-is-poly-loose): New variables.
9472 (math-is-polynomial, math-is-poly-rec): Replace variables degree
9473 and loose by declared variables.
9474 (math-poly-base-const-ok, math-poly-base-pred): New variables.
9475 (math-polynomial-base, math-polynomial-base-rec):
9476 Replace variables const-ok and mpb-pred by declared variables.
9477
9478 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
9479
9480 * calc/calc-ext.el (math-defsimplify): Change the argument in
9481 the created function to math-simplify-expr.
9482
9483 * calc/calc-units.el (math-simplify-expr): Declare it.
9484 Replace argument expr in all calls of math-defsimplify by
9485 math-simplify-expr.
9486 (math-simplify-units-prod): Replace variable expr by declared
9487 variable math-simplify-expr.
9488
9489 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9490
9491 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
9492 Replace mapcar->dolist, format->string.
9493
9494 2004-11-17 Miles Bader <miles@gnu.org>
9495
9496 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
9497 * progmodes/idlwave.el: Remove RCS keywords.
9498
9499 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
9500
9501 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
9502 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
9503 Update to IDLWAVE version 5.5. Too many changes to list them here.
9504 * progmodes/idlw-help.el: New file.
9505
9506 2004-11-16 Richard M. Stallman <rms@gnu.org>
9507
9508 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9509 Discard spaces after \i according to TeX rules.
9510
9511 * international/mule.el (set-buffer-file-coding-system):
9512 New arg NOMODIFY.
9513 (after-insert-file-set-coding): Pass that new arg.
9514 Prevent set-buffer-multibyte from trying to lock the file.
9515
9516 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
9517
9518 * saveplace.el (save-place): Doc fix.
9519
9520 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
9521 temporarily widen before finding the following word to copy.
9522
9523 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
9524 (cl-map-keymap): Definition deleted.
9525
9526 * subr.el (map-keymap-internal): New function.
9527
9528 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9529
9530 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
9531 when pressing rather than when releasing mouse-2. Simplify.
9532
9533 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9534
9535 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
9536 (compilation-mode): Set it here instead.
9537
9538 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
9539
9540 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
9541 (loop, cl-parse-loop-clause, defsetf): Use backquote.
9542
9543 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9544
9545 * progmodes/compile.el (compilation-internal-error-properties):
9546 Fix up a transposition-typo. Check end-col before using it.
9547
9548 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
9549
9550 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9551 Discard whitespace after macro \i when converting it.
9552
9553 2004-11-16 Juri Linkov <juri@jurta.org>
9554
9555 * emacs-lisp/find-func.el (find-function-regexp):
9556 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
9557 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
9558 Remove invalid `\W' from [^cgv\W]. Doc fix.
9559 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
9560
9561 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
9562
9563 * play/life.el: Maintainer is now FSF.
9564 (life-patterns, life-neighbor-deltas, life-window-start)
9565 (life-current-generation, life-generation-string): Use defvar
9566 instead of defconst.
9567
9568 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9569
9570 * progmodes/compile.el (compilation-move-to-column): New fun.
9571 (compilation-internal-error-properties)
9572 (compilation-next-error-function): Use it to make sure we don't go past
9573 the end of line.
9574
9575 2004-11-15 John Paul Wallington <jpw@gnu.org>
9576
9577 * autoinsert.el (auto-insert-alist): Insert the user's name in
9578 copyright notice, rather than Free Software Foundation, for the
9579 Emacs Lisp header case too.
9580
9581 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9582
9583 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
9584 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9585 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
9586 return the list of string in a string.
9587 (pr-call-process): Message if calling process returns an error, that
9588 is, the exit status is different of zero.
9589
9590 2004-11-15 Jay Belanger <belanger@truman.edu>
9591
9592 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
9593 variable var-thing.
9594 (math-integ-depth, math-integ-level, math-integral-limit)
9595 (math-enable-subst, math-any-substs, math-integ-msg)
9596 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
9597 (math-int-threshold, math-int-factors, math-double-roots)
9598 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
9599 (var-GenCount): Declare these variables.
9600 (calcFunc-integ): Don't check if var-IntegLimit is bound.
9601 (math-integral-cache, math-integral-cache-state):
9602 Move declarations to earlier in the file.
9603 (math-deriv-var, math-deriv-total, math-deriv-symb)
9604 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
9605 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
9606 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
9607 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
9608 (math-solve-res): New variables
9609 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
9610 (math-integral, math-replace-integral-parts)
9611 (math-integrate-by-parts, calc-dump-integral-cache)
9612 (math-try-integral, math-do-integral, math-do-integral)
9613 (math-do-integral-methods, math-try-solve-for)
9614 (math-try-solve-prod, math-solve-poly-funny-powers)
9615 (math-solve-crunch-poly, math-decompose-poly)
9616 (math-solve-find-root-term, math-find-root-in-prod)
9617 (math-integ-try-linear-substitutions)
9618 (math-integ-try-substitutions, math-expr-rational-in)
9619 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
9620 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
9621 (math-solve-for, math-solve-system, math-solve-system-rec)
9622 (math-solve-get-sign, math-solve-get-int)
9623 (math-solve-system-subst): Replace undeclared variables with newly
9624 declared variables.
9625
9626 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9627
9628 * winner.el (winner-active-region, winner-edges, winner-window-list):
9629 Define at toplevel.
9630 (winner-mode-map): Move init inside declaration.
9631
9632 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
9633
9634 * files.el (convert-standard-filename): Doc fix.
9635
9636 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
9637
9638 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
9639 passwd, group, shadow, default/* and pam.d/*.
9640
9641 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9642
9643 * printing.el (pr-menu-spec): Adjust menu specification.
9644
9645 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9646
9647 * printing.el: Doc fix. Insert :version tag into all defcustom.
9648 Handle interactive-p as is recommended in Emacs Lisp Reference.
9649 Set the file permission bits for newly created files.
9650 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9651 The printing menu specification (in `pr-menu-spec') was merged.
9652 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9653 (pr-version): New version number (6.8.3).
9654 (pr-file-modes): New option.
9655 (pr-interactive-p): New var.
9656 (pr-save-interactive, pr-save-file-modes): New macros.
9657 (pr-setup): Code fix.
9658 (pr-menu-spec): Menu specification merged.
9659 (pr-call-process, pr-text2ps): Set file permission bits.
9660 (pr-despool-print): Set file permission bits. Handle interactive-p as
9661 is recommended.
9662 (pr-interface, pr-ps-directory-preview)
9663 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9664 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9665 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9666 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9667 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9668 (pr-ps-region-ps-print, pr-ps-mode-preview)
9669 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9670 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9671 (pr-despool-using-ghostscript, pr-despool-ps-print)
9672 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9673 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9674 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9675 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9676 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9677 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9678 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9679 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9680 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
9681 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
9682 Handle interactive-p as is recommended.
9683
9684 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9685
9686 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
9687 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
9688
9689 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
9690 so it doesn't forget to highlight the beginning of the region either.
9691
9692 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
9693
9694 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
9695 (c-font-lock-init): Eliminate obsolete make-local-hook.
9696 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9697 (awk-mode): Use run-mode-hooks.
9698
9699 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
9700
9701 2004-11-13 Kim F. Storm <storm@cua.dk>
9702
9703 * mouse.el (mouse-drag-copy-region): Add :version.
9704 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
9705 while dragging mode line, so mode line can be dragged downwards.
9706 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
9707 while pressing mouse button so window doesn't scroll until we
9708 release the mouse if clicking on partially visible line.
9709
9710 2004-11-12 Jay Belanger <belanger@truman.edu>
9711
9712 * calc/calc-graph.el (calc-dumb-map): Declare it.
9713 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
9714 than unbound.
9715 (calc-graph-name): Made `end' a local variable.
9716 (calc-graph-lookup): Made `varname' a local variable.
9717 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
9718 Declare them.
9719 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
9720 (calc-graph-plot, calc-graph-compute-3d): Remove references to
9721 the unused variable y3vec.
9722 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
9723 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
9724 calc-graph-prev-kill-hook.
9725 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
9726 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
9727 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
9728 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
9729 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
9730 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
9731 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
9732 (calc-graph-y3value, calc-graph-y3name)
9733 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
9734 (calc-graph-stepcount, calc-graph-is-splot)
9735 (calc-graph-surprise-splot, calc-graph-blank)
9736 (calc-graph-non-blank, calc-graph-curve-num): New variables.
9737 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
9738 (calc-graph-recompute-2d, calc-graph-compute-3d)
9739 (calc-graph-format-data): Replace undeclared variables with the
9740 above newly declared variables.
9741
9742 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
9743
9744 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
9745 `rsf-beep' and `rsf-sleep-after-message'.
9746
9747 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
9748 list if `message-sender' is non-nil.
9749
9750 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9751
9752 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
9753 consing by using mapc instead of mapcar.
9754
9755 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
9756
9757 * tooltip.el (require): Explain why CL is needed.
9758
9759 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9760
9761 * printing.el: Insert :version into defgroup (printing). All reference
9762 to Files option in menubar were changed to File.
9763 (pr-version): New version number (6.8.2).
9764 (pr-get-symbol): Call easy-menu-intern.
9765 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
9766 compilation gripes.
9767
9768 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9769
9770 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
9771 new byte-compile-function-environment binding to t.
9772
9773 * font-lock.el (font-lock-fontify-syntactically-region):
9774 Don't forget to highlight the last char when we hit `end'.
9775
9776 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
9777 (mwheel-scroll): Adjust accordingly.
9778
9779 * cvs-status.el: Reduce spurious warnings.
9780 (cvs-status-checkout): Remove.
9781 (cvs-status-mode-map): Use cvs-mode-checkout instead.
9782
9783 * pcvs.el (cvs-mode-checkout): New command.
9784
9785 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
9786
9787 * tooltip.el: Require CL.
9788
9789 * emacs-lisp/bytecomp.el: Use push.
9790 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
9791 (defalias): Remove the `byte-compile' property and add
9792 a `byte-hunk-handler'.
9793
9794 2004-11-11 Juri Linkov <juri@jurta.org>
9795
9796 * info.el (Info-search): Save match data for isearch.
9797 Skip Tag Table node.
9798
9799 * descr-text.el (describe-char): Replace syntax-after with code
9800 from its previous version.
9801
9802 * files.el (magic-mode-alist): Use optimization for SGML mode too.
9803 (set-auto-mode): Doc fix. Remove unused variable `xml'.
9804
9805 * international/mule.el (sgml-html-meta-auto-coding-function):
9806 Remove > after <html to allow HTML attributes.
9807
9808 2004-11-11 Jay Belanger <belanger@truman.edu>
9809
9810 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
9811 a variable.
9812 (calcFunc-dfac): Replace unbound max by n.
9813 (math-stirling-local-cache): New variable.
9814 (math-stirling-number, math-stirling-1, math-stirling-2):
9815 Replace the variable `cache' by the declared variable
9816 math-stirling-local-cache.
9817 (var-RandSeed): Declare it as a variable.
9818 (math-init-random-base, math-random-digit): Don't check to see if
9819 var-RandSeed is bound.
9820 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
9821 Declare them instead of just setting them.
9822 (math-init-random-base): Made i a local variable.
9823 (math-random-digit): Made math-random-last a local variable.
9824 (math-prime-test-cache): Move declaration to before it is used.
9825 (math-prime-test-cache-k, math-prime-test-cache-q)
9826 (math-prime-test-cache-nm1, math-prime-factors-finished):
9827 Declare them as variables.
9828
9829 2004-11-11 Jay Belanger <belanger@truman.edu>
9830
9831 * calc/calc-ext.el (math-defcache): Use defvar for the new
9832 variables it creates.
9833
9834 2004-11-11 Lars Hansen <larsh@math.ku.dk>
9835
9836 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
9837 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
9838 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
9839 (desktop-save): Add :version.
9840
9841 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9842
9843 * printing.el (pr-get-symbol): Don't downcase.
9844
9845 2004-11-10 Jay Belanger <belanger@truman.edu>
9846
9847 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
9848 string to kill-ring.
9849
9850 * calc/calc-aent.el (calc-alg-exp, math-toks)
9851 (math-exp-pos,math-exp-old-pos, math-exp-token)
9852 (math-exp-keep-spaces, math-exp-str): New variables.
9853 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
9854 (calcAlg-enter): Use declared variable calc-alg-exp.
9855 (math-build-parse-table, math-find-user-token): Use declared
9856 variable math-toks.
9857 (math-read-exprs, math-read-token, calc-check-user-syntax)
9858 (calc-match-user-syntax, match-factor-after, math-read-factor):
9859 Use declared variables math-exp-pos math-exp-old-pos.
9860 (math-read-exprs, math-read-token, math-read-expr-level)
9861 (calc-check-user-syntax, calc-match-user-syntax)
9862 (match-factor-after, math-read-factor): Use declared variable
9863 math-exp-token.
9864 (math-read-exprs, math-read-expr-list, math-read-token)
9865 (math-read-factor): Use declared variable math-exp-keep-spaces.
9866 (math-read-exprs, math-read-token): Use declared variable
9867 math-exp-str.
9868 (calc-match-user-syntax): Make m a local variable.
9869
9870 * calc/calc-ext.el (math-read-expr): Use declared variables
9871 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
9872 math-exp-keep-spaces.
9873
9874 * calc/calc-forms.el (math-read-angle-bracket): Use declared
9875 variables math-exp-pos, math-exp-str.
9876
9877 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
9878 math-exp-old-pos.
9879 (math-parse-fortran-vector, math-parse-fortran-vector-end)
9880 (math-parse-eqn-prime): Use declared variable math-exp-token.
9881
9882 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
9883 Use declared variable math-exp-pos.
9884 (math-check-for-commas): Use declared variable math-exp-str.
9885 (math-read-brackets): Use declared variables math-exp-old-pos,
9886 math-exp-keep-spaces.
9887 (math-read-brackets, math-read-vector, math-read-matrix):
9888 Use declared variable math-exp-token.
9889
9890 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9891
9892 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
9893 where the keymap is a symbol.
9894 (easy-menu-add-item): Use keymap-prompt. Simplify.
9895
9896 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
9897
9898 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
9899 (sgml-parse-tag-backward): Use it to skip spurious < or >.
9900
9901 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
9902
9903 * ebuff-menu.el: Doc fixes throughout.
9904 (electric-buffer-menu-mode-hook): New defvar.
9905
9906 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
9907
9908 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
9909 The resulting compiler warnings appear to be harmless.
9910
9911 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
9912
9913 * textmodes/conf-mode.el: New file.
9914
9915 * files.el (auto-mode-alist, magic-mode-alist): Use it.
9916
9917 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9918
9919 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
9920
9921 2004-11-09 Jay Belanger <belanger@truman.edu>
9922
9923 * calc/calc-ext.el (calc-init-extensions): Remove old code.
9924
9925 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
9926 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
9927 (calc-z-prefix-help, calc-user-function-list): Use declared
9928 variables calc-z-prefix-buf, calc-z-prefix-msgs.
9929 (math-map-tree, math-map-tree-rec): Use declared variables
9930 math-mt-many, math-mt-func.
9931 (math-read-expression, math-read-string): Use declared variable
9932 math-expr-data.
9933
9934 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
9935 variable math-normalize-a.
9936
9937 * calc/calc.el (math-normalize-a): New variable.
9938 (math-normalize): Use declared variable math-normalize-a.
9939
9940 * calc/calc-poly.el (math-expand-form): Use declared variable
9941 math-mt-many.
9942
9943 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9944 Use declared variable math-mt-many.
9945 (math-rewrite): Use declared variable math-mt-func.
9946
9947 * calc/calc-vec.el (math-read-brackets, math-read-vector)
9948 (math-read-matrix): Use declared variable math-expr-data.
9949
9950 * calc/calc-lang.el (math-parse-fortran-vector)
9951 (math-parse-fortran-vector-end, math-parse-tex-sum)
9952 (math-parse-eqn-matrix, math-parse-eqn-prime)
9953 (math-read-math-subscr): Use declared variable math-expr-data.
9954
9955 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
9956 (math-read-expr-level, math-read-token, calc-check-user-syntax)
9957 (calc-match-user-syntax, math-read-if, math-factor-after)
9958 (math-read-factor): Use declared variable math-expr-data.
9959
9960 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
9961
9962 * calendar/diary-lib.el (diary-from-outlook)
9963 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
9964 interactive-p; but rather new optional argument NOCONFIRM.
9965
9966 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9967
9968 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
9969 (easy-menu-name-match): Revert correspondingly.
9970
9971 2004-11-09 Richard M. Stallman <rms@gnu.org>
9972
9973 * emacs-lisp/bytecomp.el (byte-compile-defalias):
9974 Turn off warnings for the new function even if definition not constant.
9975 If the definition isn't a quoted symbol, record (FUNCTION . t).
9976 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
9977 (byte-compile-callargs-warn): Handle (FUNCTION . t).
9978 (display-call-tree, byte-compile-arglist-warn):
9979 Handle t returned by byte-compile-fdefinition.
9980
9981 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9982
9983 * Makefile.in (maintainer-clean): Depend on distclean.
9984
9985 * help-fns.el (help-C-file-name): File name must be in build-files
9986 to be returned.
9987
9988 2004-11-09 Jay Belanger <belanger@truman.edu>
9989
9990 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
9991 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
9992
9993 * calc/calc.el (calc, calc-trail-display, calc-mode):
9994 Remove obsolete sections.
9995
9996 * calc/calc.el (calc-x-paste-text): Remove.
9997
9998 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
9999 mouse-2.
10000
10001 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
10002
10003 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
10004 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
10005 current frame (in case of recursive calls).
10006 (gdb-show-changed-values): Add :version keyword.
10007
10008 2004-11-09 Kenichi Handa <handa@m17n.org>
10009
10010 * international/mule-cmds.el: Change coding: tag back to
10011 iso-2022-7bit.
10012
10013 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10014
10015 * international/mule-cmds.el: Change coding-system to utf-8.
10016 (select-safe-coding-system-interactively):
10017 New function extracted from select-safe-coding-system.
10018 (select-safe-coding-system): Use it.
10019
10020 2004-11-08 Richard M. Stallman <rms@gnu.org>
10021
10022 * subr.el (syntax-after): Doc fix.
10023
10024 * paren.el (show-paren-function): Change calls to syntax-after
10025 for new way of returning the value.
10026
10027 * menu-bar.el (menu-bar-file-menu): Make this the real name
10028 and menu-bar-files-menu the alias. Use the former.
10029 (global-map): Use `file', not `files', as the symbol.
10030
10031 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
10032
10033 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
10034 Don't use beginning-of-buffer.
10035 (filesets-cmd-show-result): Use with-no-warnings.
10036
10037 2004-11-08 Juri Linkov <juri@jurta.org>
10038
10039 * progmodes/compile.el (compile): Don't overwrite last command in
10040 minibuffer history with default command if they are not equal.
10041
10042 2004-11-08 Jay Belanger <belanger@truman.edu>
10043
10044 * calc/calcalg2.el (math-do-integral-methods): Try linear then
10045 non-linear substitutions.
10046
10047 2004-11-08 Jay Belanger <belanger@truman.edu>
10048
10049 * calc/calcalg2.el (math-linear-subst-tried): New variable.
10050 (math-do-integral): Set `math-linear-subst-tried' to nil.
10051 (math-do-integral-methods): Use `math-linear-subst-tried' to
10052 determine what type of substitution to try.
10053 (math-integ-try-linear-substituion):
10054 Set `math-linear-subst-tried' to t.
10055
10056 2004-11-08 Kim F. Storm <storm@cua.dk>
10057
10058 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
10059
10060 2004-11-07 Juri Linkov <juri@jurta.org>
10061
10062 * info-look.el (info-lookup): Allow reusing in the current buffer
10063 not only *info* buffer, but all (even renamed) Info buffers
10064 by checking for major-mode instead of *info* buffer name.
10065 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
10066 (octave-mode, maxima-mode) <doc-spec>:
10067 Allow long dashes generated by Texinfo 4.7 before definitions.
10068 (texinfo-mode) <doc-spec>: Add space to suffix to find command
10069 definitions with argument separated by space.
10070
10071 2004-11-06 Richard M. Stallman <rms@gnu.org>
10072
10073 * simple.el (next-error group, face): Move before first use.
10074 (next-error-highlight, next-error-highlight-no-select): Likewise.
10075
10076 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
10077 (line-move): New args NOERROR and TO-END.
10078 Return t if if succeed in moving specified number of lines.
10079 (move-end-of-line): New function.
10080
10081 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
10082 (end-of-buffer-other-window): Likewise.
10083
10084 * simple.el (line-move-ignore-invisible): Default to t.
10085
10086 * subr.el (syntax-after): Return the syntax letter, not the raw code.
10087
10088 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
10089
10090 * international/iso-cvt.el (iso-cvt-define-menu):
10091 Rename menu-bar-files-menu to menu-bar-file-menu.
10092
10093 * net/browse-url.el (browse-url-gnome-moz-program)
10094 (browse-url-gnome-moz-arguments): Move up before first use.
10095
10096 * net/tramp.el (tramp group): Add :version.
10097
10098 * progmodes/ada-xref.el (ada-gdb-application):
10099 Use goto-char instead of beginning-of-buffer.
10100
10101 * progmodes/cperl-mode.el (cperl-info-on-command):
10102 Use goto-char instead of beginning-of-buffer.
10103
10104 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
10105 Move up before first use.
10106 (idlwave-shell-temp-pro-file): Likewise.
10107 (idlwave-shell-temp-rinfo-save-file): Likewise.
10108 (idlwave-shell-temp-file): Minor doc fix.
10109
10110 * textmodes/flyspell.el (flyspell-external-point-words):
10111 Use goto-char instead of beginning-of-buffer.
10112
10113 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
10114
10115 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
10116 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
10117 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
10118
10119 2004-11-06 David Ponce <david@dponce.com>
10120
10121 * recentf.el (recentf-menu-path): Use menu item name.
10122
10123 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10124
10125 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
10126 display doesn't support images.
10127
10128 2004-11-06 Andreas Schwab <schwab@suse.de>
10129
10130 * tempo.el (tempo-match-finder): Doc fix.
10131
10132 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
10133
10134 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
10135
10136 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
10137 (easy-menu-lookup-name): New fun to replace it.
10138 (easy-menu-get-map): Use it to obey menu item names (rather than just
10139 keys) when looking up `path'.
10140 (easy-menu-always-true-p): Rename from easy-menu-always-true.
10141 (easy-menu-convert-item-1): Adjust to new name.
10142
10143 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
10144
10145 * outline.el (hide-body): Don't hide lines at the top of the file
10146 that precede the first header line.
10147
10148 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
10149
10150 * align.el (align-areas): Delete whitespace before reindenting, so
10151 that tabs are never placed after spaces.
10152
10153 2004-11-06 Alan Shutko <ats@acm.org>
10154
10155 * macros.el (insert-kbd-macro): Do completions based on macros,
10156 rather than all commands.
10157
10158 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
10159
10160 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
10161 to solve a bug whereby tags with 'b' don't match.
10162
10163 2004-11-05 Juri Linkov <juri@jurta.org>
10164
10165 * info.el (Info-search): Don't search in node header lines
10166 and file headers.
10167
10168 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
10169 symbol-constituent characters after dot, not only digits.
10170
10171 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
10172
10173 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
10174
10175 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10176
10177 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10178 if a dialog will be used, read-file-name otherwise.
10179
10180 2004-11-04 Richard M. Stallman <rms@gnu.org>
10181
10182 * textmodes/table.el (table group): Add :version.
10183
10184 * textmodes/ispell.el (ispell-word):
10185 Don't alter args; set them only thru `interactive' spec.
10186
10187 * textmodes/flyspell.el (flyspell-word):
10188 Don't alter FOLLOWING; set it only thru `interactive' spec.
10189
10190 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
10191
10192 * net/browse-url.el (browse-url-maybe-new-window):
10193 Use called-interactively-p.
10194
10195 * mail/supercite.el (sc-cite-region):
10196 Don't use interactive-p. Add arg INTERACTIVE.
10197 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
10198
10199 * international/mule-cmds.el (set-input-method, toggle-input-method):
10200 Don't use interactive-p. Add arg INTERACTIVE.
10201
10202 * eshell/esh-mode.el (eshell-show-maximum-output):
10203 Don't use interactive-p.
10204 (eshell-truncate-buffer): Just message, no error, if buffer is short.
10205
10206 * mouse.el (mouse-show-mark): Get positions to delete from mark
10207 and point, not from mouse-drag-overlay.
10208
10209 * imenu.el (imenu-eager-completion-buffer): Add :version.
10210
10211 * filesets.el (filesets group): Add :version.
10212
10213 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
10214
10215 * files.el (xml-based-modes): Delete var.
10216 (magic-mode-alist): New more general var.
10217 (set-auto-mode): Use it.
10218
10219 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
10220 when clicking from another window.
10221
10222 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
10223
10224 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
10225 (vc-cvs-annotate-time): Incorporate value of deleted var.
10226 Remove special-case handling of beginning-of-buffer cruft.
10227 Cache ending position (point) and return value in text property
10228 `vc-cvs-annotate-time', and consult it on subsequent invocations.
10229
10230 * vc-cvs.el (vc-cvs-annotate-command):
10231 Delete extraneous lines from beginning of buffer.
10232 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
10233
10234 * progmodes/grep.el (grep-default-command): Take empty string
10235 for tag if all other methods yield nil. Shell-quote the tag.
10236
10237 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
10238 spec in `interactive' form, and mention it in the docstring.
10239 Also, make sure point is at bol after calling `annotate-time'.
10240
10241 2004-11-02 Richard M. Stallman <rms@gnu.org>
10242
10243 * cus-edit.el (customize-group-other-window):
10244 Select the window that displays the custom buffer.
10245 (custom-buffer-create-other-window): Likewise.
10246
10247 * comint.el (comint-insert-input): Fix previous change.
10248
10249 * emacs-lisp/elp.el (elp-instrument-function):
10250 Use called-interactively-p.
10251
10252 * emacs-lisp/easymenu.el (easy-menu-intern):
10253 Don't downcase; rather, case-flip the first letter of each word.
10254
10255 * emacs-lisp/easy-mmode.el (define-minor-mode):
10256 Use called-interactively-p.
10257
10258 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
10259 Add interactive-only.
10260 (byte-compile-warnings): Add interactive-only as option.
10261 (byte-compile-interactive-only-functions): New variable.
10262 (byte-compile-form): Warn about calls to functions
10263 in byte-compile-interactive-only-functions.
10264
10265 * emacs-lisp/autoload.el (update-file-autoloads):
10266 Don't use interactive-p; take new arg SAVE-AFTER.
10267
10268 * emacs-lisp/advice.el (ad-make-advised-definition):
10269 Use called-interactively-p.
10270
10271 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10272
10273 * files.el (find-file-existing): New function.
10274
10275 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
10276 find-file-existing. Add "New File..." that calls find-file.
10277
10278 * diropen.pbm, diropen.xpm: New files.
10279
10280 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
10281 icon diropen. New tool bar item find-file-existing uses icon open.
10282
10283 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10284 instead of read-file-name.
10285
10286 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
10287
10288 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
10289 (icalendar--split-value): Change name of work buffer.
10290 (icalendar--get-weekday-abbrev): Return nil on error.
10291 (icalendar--date-to-isodate): New function.
10292 (icalendar-convert-diary-to-ical)
10293 (icalendar-extract-ical-from-buffer): Use only two args for
10294 make-obsolete (XEmacs compatibility).
10295 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
10296 (icalendar-export-region): Doc fix.
10297 If error, return non-nil and write errors to a buffer.
10298 Use correct weekday for weekly recurring events.
10299 Check whether date has been parsed for ordinary events.
10300 Make weekly events start in the year 2000.
10301 DTEND is non-inclusive, shift end date by one day if
10302 necessary (not for entries that have date and time).
10303 Rename local let variables: oops -> found-error, datestring ->
10304 startdatestring.
10305
10306 2004-11-02 Kim F. Storm <storm@cua.dk>
10307
10308 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
10309 keep-mode-if-same variable. Add it as optional arg instead.
10310 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
10311
10312 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
10313 substitute-command-keys will select lower-case bindings like those
10314 used in the static help texts.
10315
10316 * descr-text.el (describe-text-properties): Don't err if called in
10317 the *Help* buffer; output to *Help-2* buffer instead.
10318
10319 * kmacro.el (group kmacro): Add :version.
10320 (kmacro-keyboard-quit): New function to cleanup on C-g.
10321 (kmacro-start-macro): Set defining-kbd-macro to append when
10322 appending to last macro.
10323
10324 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
10325
10326 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
10327
10328 * progmodes/gdb-ui.el (gdb-enable-debug-log)
10329 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
10330 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
10331 Add :version keyword.
10332
10333 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
10334
10335 * progmodes/flymake.el (flymake-err-line-patterns):
10336 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
10337 `compilation-error-regexp-alist-alist' to internal Flymake format.
10338
10339 * progmodes/flymake.el: Eliminate byte-compiler warnings.
10340
10341 2004-11-01 Jay Belanger <belanger@truman.edu>
10342
10343 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
10344 with `interactive "s"'.
10345
10346 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10347
10348 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10349 Revert change from 2004-10-16. '*' checks the current buffer, but the
10350 mouse click may be in another buffer.
10351
10352 2004-11-01 John Paul Wallington <jpw@gnu.org>
10353
10354 * files.el (large-file-warning-threshold): Add :version keyword.
10355 (kill-some-buffers): Doc fix.
10356
10357 * thumbs.el (group thumbs): Add :version keyword.
10358
10359 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
10360
10361 2004-11-01 Richard M. Stallman <rms@gnu.org>
10362
10363 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
10364
10365 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
10366
10367 * allout.el (allout group): Add :version.
10368 (allout-init): Don't use interactive-p.
10369 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
10370 (allout-forward-current-level, allout-backward-current-level):
10371 Don't use interactive-p.
10372
10373 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
10374 (bibtex-find-text): Likewise.
10375
10376 * progmodes/vhdl-mode.el (vhdl-fill-region)
10377 (vhdl-beginning-of-statement): Don't use interactive-p.
10378
10379 * progmodes/idlwave.el (idlwave-update-routine-info):
10380 Don't use interactive-p.
10381
10382 * progmodes/idlw-shell.el (idlwave-shell-send-char):
10383 Don't use interactive-p.
10384
10385 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
10386 Don't use interactive-p.
10387
10388 * progmodes/ada-xref.el (ada-make-body-gnatstub):
10389 Don't use interactive-p.
10390
10391 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
10392 (fortune-in-buffer): Doc fix.
10393
10394 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
10395
10396 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
10397 don't select the temporary buffer.
10398 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
10399 (eudc-get-phone): Likewise.
10400
10401 2004-11-01 Kim F. Storm <storm@cua.dk>
10402
10403 * man.el (Man-xref-normal-file): Fix help-echo.
10404
10405 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10406
10407 * reveal.el (reveal-last-tick): New var.
10408 (reveal-post-command): Use it to avoid closing overlays when we're
10409 appending text to them.
10410
10411 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10412
10413 * textmodes/bibtex.el: Require button.
10414 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
10415 (bibtex-reference-keys): Distinguish between header keys and
10416 crossref keys.
10417 (bibtex-beginning-of-field): New function.
10418 (bibtex-url-map): Remove.
10419 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
10420 (bibtex-font-lock-url-regexp): Assume that field names begin at
10421 the beginning of a line.
10422 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
10423 Remove field delimiters. Use bibtex-beginning-of-field.
10424 Bugfix, point can be inside a field with a url.
10425 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
10426 New functions.
10427 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
10428 (bibtex-key-in-head): Simplify.
10429 (bibtex-current-line): Use bolp.
10430 (bibtex-parse-keys): Remove unused arg `add'.
10431 Use bibtex-type-in-head and bibtex-key-in-head.
10432 (bibtex-parse-entry, bibtex-autofill-entry):
10433 Use bibtex-type-in-head and bibtex-key-in-head.
10434 (bibtex-autokey-get-field): Do not alter case of replacement text.
10435 (bibtex-autokey-get-names): Do all processing of name list.
10436 (bibtex-autokey-get-year): New function.
10437 (bibtex-autokey-get-title): Do all processing of title words.
10438 (bibtex-generate-autokey): Simplify.
10439 (bibtex-string-files-init): Use default-directory.
10440 Allow for absolute file names in bibtex-string-files.
10441 (bibtex-files, bibtex-file-path): New variables.
10442 (bibtex-files-expand): New function.
10443 (bibtex-find-entry-globally): New command.
10444 (bibtex-summary-function): New variable.
10445 (bibtex-summary): Default value of bibtex-summary-function.
10446 (bibtex-find-crossref): New optional args pnt and split.
10447 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
10448 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
10449 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
10450 Fix handling of required and alternative fields.
10451 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
10452 Use cons and display-buffer.
10453 (bibtex-validate-globally): New command.
10454 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
10455 bibtex-parse-keys and bibtex-parse-strings for updating
10456 bibtex-reference-keys and bibtex-strings.
10457 (bibtex-realign): Remove blank lines past the last entry.
10458 (bibtex-reformat): Use bibtex-entry-format as default.
10459 (bibtex-choose-completion-string): Remove.
10460 (bibtex-complete): Do not use bibtex-choose-completion-string.
10461 (bibtex-url): Simplify.
10462
10463 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10464
10465 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
10466 (x-dnd-types-alist, x-dnd-open-file-other-window)
10467 (x-dnd-known-types): Add :version.
10468
10469 2004-10-31 John Paul Wallington <jpw@gnu.org>
10470
10471 * ibuffer.el (group ibuffer): Add :version keyword.
10472
10473 2004-10-31 Kim F. Storm <storm@cua.dk>
10474
10475 * ido.el (group ido): Add :version keyword.
10476 (ido-mode): Remove :version keyword.
10477
10478 * emulation/cua-base.el (group cua): Add :version keyword.
10479 (cua-mode): Remove :version keyword.
10480
10481 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
10482
10483 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
10484
10485 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
10486 compiler warning.
10487 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
10488 function.
10489 (help-at-pt-display-when-idle): Remove autoload.
10490
10491 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10492
10493 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
10494
10495 2004-10-30 Juri Linkov <juri@jurta.org>
10496
10497 * help.el (function-called-at-point):
10498 * help-fns.el (variable-at-point): Read -> intern.
10499
10500 2004-10-30 Simon Josefsson <jas@extundo.com>
10501
10502 * progmodes/autoconf.el (autoconf-font-lock-keywords):
10503 Recognize AS_* too.
10504
10505 2004-10-29 Simon Josefsson <jas@extundo.com>
10506
10507 * subr.el (read-passwd): Move back from password.el.
10508
10509 * password.el: Remove, not ready yet.
10510
10511 2004-10-29 Andreas Schwab <schwab@suse.de>
10512
10513 * speedbar.el (speedbar-frame-parameters): Improve customize type.
10514
10515 2004-10-29 Sam Steingold <sds@gnu.org>
10516
10517 * mouse.el (mouse-show-mark): Replace the last occurrence of
10518 x-lost-selection-hooks with x-lost-selection-functions.
10519
10520 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10521
10522 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
10523 x-lost-selection-functions is bound.
10524
10525 * mouse-sel.el (mouse-sel-mode):
10526 * emacs-lisp/lselect.el: Adjust to new names for
10527 x-(lost|sent)-selection-functions.
10528
10529 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
10530 New obsolete aliases of x-lost-selection-functions and
10531 x-sent-selection-functions.
10532
10533 2004-10-28 Kim F. Storm <storm@cua.dk>
10534
10535 * imenu.el (imenu-scanning-message): Remove.
10536 (imenu-progress-message): Make it a no-op.
10537
10538 2004-10-28 John Paul Wallington <jpw@gnu.org>
10539
10540 * files.el (set-auto-mode): Call `throw' correctly.
10541
10542 2004-10-28 Juri Linkov <juri@jurta.org>
10543
10544 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
10545 to search `Info-...' commands in `info' manual.
10546 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10547 Add 'info-file "emacs" property.
10548 (Info-find-emacs-command-nodes): Fix index line number regexp.
10549 Set real line number (instead of fake 0) in first element of the
10550 returned list.
10551 (Info-goto-emacs-command-node): Use line number of first element
10552 to set point in the first found Info node.
10553
10554 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
10555 code to `grep-mode-font-lock-keywords'.
10556 (grep-mode-font-lock-keywords): Delete grep markers instead
10557 of making them invisible.
10558
10559 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10560
10561 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
10562 and x-server-version in bug report.
10563
10564 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
10565
10566 * files.el (set-auto-mode-0): New function.
10567 (set-auto-mode): Use it to handle aliased modes and to
10568 be consistent between C-x C-f and C-x C-w.
10569
10570 2004-10-28 Kenichi Handa <handa@m17n.org>
10571
10572 * international/utf-8.el (utf-translate-cjk-charsets):
10573 Add katakana-jisx0201.
10574
10575 * international/subst-jis.el: Add data for JISX0201.
10576
10577 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10578
10579 * obsolete/hilit19.el (hilit-mode): New function.
10580 Move all the toplevel side-effecting stuff into it, so that loading
10581 hilit19 doesn't mess everything up any more.
10582
10583 2004-10-27 Richard M. Stallman <rms@gnu.org>
10584
10585 * add-log.el (add-change-log-entry): Set up mailing address
10586 and full name later, and don't alter add-log-mailing-address
10587 or add-log-full-name.
10588
10589 * elide-head.el (elide-head): Change error to message.
10590 (elide-head-show): Likewise.
10591
10592 * apropos.el (apropos-macrop): Doc fix.
10593
10594 * mouse.el (mouse-show-mark): Do most processing the same
10595 regardless of transient-mark-mode.
10596
10597 * shadowfile.el (shadow-copy-files): Use interactive-p
10598 only to control whether to print a message.
10599
10600 * tar-mode.el (tar-mode): Use write-contents-functions,
10601 not write-contents-hooks.
10602
10603 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
10604 directory-sep-char.
10605
10606 2004-10-27 Richard M. Stallman <rms@gnu.org>
10607
10608 * strokes.el (strokes-unload-hook): Fix previous change.
10609
10610 * type-break.el (type-break-run-at-time): Always use run-at-time;
10611 forget the alternatives.
10612 (type-break-cancel-function-timers): Always use cancel-function-timers;
10613 forget the alternatives.
10614
10615 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
10616
10617 2004-10-27 Kenichi Handa <handa@m17n.org>
10618
10619 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
10620
10621 * international/subst-gb2312.el: Likewise.
10622
10623 * international/subst-big5.el: Likewise.
10624
10625 * international/subst-ksc.el: Likewise.
10626
10627 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
10628 New variable.
10629 (utf-translate-cjk-set-unicode-range): New function.
10630 (utf-translate-cjk-unicode-range): Make it customizable.
10631 (utf-8-post-read-conversion):
10632 Use utf-translate-cjk-unicode-range-string.
10633 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
10634 Unicode ranges.
10635
10636 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
10637
10638 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
10639 trivial variants to shorten the list.
10640 (xml-based-modes): New var.
10641 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
10642 declaration higher priority than auto-mode-alist.
10643
10644 * find-file.el (cc-other-file-alist): Bring it in line with
10645 cc-mode's auto-mode-alist entries and use \' instead of $.
10646
10647 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
10648 and add "Id" and "Name" submenus to it.
10649
10650 * imenu.el (imenu--generic-function): Skip matches in comments.
10651
10652 2004-10-26 Jay Belanger <belanger@truman.edu>
10653
10654 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
10655 (full-calc-keypad, calc-trail-display): Use an extra argument
10656 instead of `interactive-p'.
10657
10658 * calc/calc-misc.el (calc-other-window): Use an extra argument
10659 instead of `interactive-p'.
10660
10661 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
10662 `interactive-p'.
10663
10664 2004-10-26 Kim F. Storm <storm@cua.dk>
10665
10666 * help.el (describe-key): Describe both down-event and up-event
10667 for a mouse click.
10668
10669 2004-10-26 Richard M. Stallman <rms@gnu.org>
10670
10671 * woman.el (woman): Don't call interactive-p.
10672
10673 * pcomplete.el (pcomplete): Instead of interactive-p,
10674 use an arg set non-nil by the interactive spec.
10675
10676 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
10677 use an arg set non-nil by the interactive spec.
10678
10679 * man.el (Man-cleanup-manpage): Instead of interactive-p,
10680 use an arg set non-nil by the interactive spec.
10681
10682 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10683
10684 * progmodes/flymake.el (flymake-split-string):
10685 Use `flymake-split-string-remove-empty-edges' in any case.
10686
10687 2004-10-26 Masatake YAMATO <jet@gyve.org>
10688
10689 * progmodes/flymake.el (flymake-err-line-patterns):
10690 Use `compilation-error-regexp-alist-alist' instead of
10691 `compilation-error-regexp-alist'.
10692
10693 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10694
10695 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
10696 verbatim face on the \ of \end{verbatim}.
10697
10698 2004-10-25 Jay Belanger <belanger@truman.edu>
10699
10700 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
10701 erasing minibuffer.
10702
10703 2004-10-25 Simon Josefsson <jas@extundo.com>
10704
10705 * subr.el (read-passwd): Move to net/password.el.
10706
10707 * net/password.el (read-passwd): Add. Autoload it.
10708
10709 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
10710
10711 * mouse-sel.el (mouse-sel-mode): Specify custom group.
10712
10713 * simple.el (process-file): Fix logic.
10714
10715 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10716
10717 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
10718 (increase-right-margin): Remove erroneous call to `interactive-p'.
10719
10720 2004-10-24 Kim F. Storm <storm@cua.dk>
10721
10722 * help.el (describe-mode): Fix 2004-10-13 change.
10723 Copy pure "Auto Fill" string so it can be propertized later
10724 without causing a read-only error.
10725
10726 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10727
10728 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
10729 style indexes.
10730
10731 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10732
10733 * simple.el (process-file): Accept nil for INFILE. Reported by
10734 Luc Teirlinck.
10735
10736 2004-10-24 Masatake YAMATO <jet@gyve.org>
10737
10738 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
10739 Handle periods and underscores in a function name.
10740 Remove the address fontification.
10741
10742 2004-10-24 Masatake YAMATO <jet@gyve.org>
10743
10744 * progmodes/asm-mode.el (asm-font-lock-keywords):
10745 Use font-lock-variable-name-face for registers.
10746
10747 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
10748
10749 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
10750 kill-all-local-variables.
10751 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
10752 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
10753 Use kill-all-local-variables and provide mode-hooks.
10754 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
10755 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
10756 Suggested by Masatake YAMATO <jet@gyve.org>.
10757
10758 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
10759
10760 * simple.el (process-file): New function, similar to call-process
10761 but supports file handlers.
10762 * vc.el (vc-do-command): Use it, instead of call-process.
10763 * net/tramp-vc.el (vc-do-command): Do not advise it if
10764 process-file is fboundp.
10765 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
10766 process-file.
10767 (tramp-handle-process-file): New function.
10768 (tramp-file-name-for-operation): Support process-file.
10769
10770 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
10771
10772 * calendar/icalendar.el (icalendar--weekday-array): New constant.
10773 (icalendar-weekdayabbrev-table)
10774 (icalendar-monthnumber-table): Delete.
10775 (icalendar--get-month-number): Use calendar-month-name-array.
10776 (icalendar--get-weekday-number): New function.
10777 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
10778 (icalendar-export-region): Handle multi-line entries.
10779 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
10780
10781 2004-10-23 John Paul Wallington <jpw@gnu.org>
10782
10783 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
10784 `wildcards' set to t in interactive spec.
10785
10786 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
10787 interactive spec rather than use `interactive-p'.
10788 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
10789 rather than use function `interactive-p'.
10790
10791 2004-10-22 Kenichi Handa <handa@m17n.org>
10792
10793 * international/mule.el (translate-region): Implement it in Lisp
10794 as a front end of translate-region-internal.
10795
10796 2004-10-21 Jay Belanger <belanger@truman.edu>
10797
10798 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
10799 Declare these variables with defvar.
10800
10801 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
10802 is bound, only check to see if it is bound.
10803
10804 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10805
10806 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10807 Don't output messages.
10808
10809 * calc/calc-help.el (calc-describe-bindings): Fix last change.
10810
10811 2004-10-21 John Paul Wallington <jpw@gnu.org>
10812
10813 * calc/calc-graph.el (calc-graph-init):
10814 Use `set-process-query-on-exit-flag'.
10815
10816 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
10817
10818 * progmodes/compile.el (compilation-start): Rely on `cd' to get
10819 dir right and also allow argumentless cd.
10820
10821 2004-10-19 Richard M. Stallman <rms@gnu.org>
10822
10823 * textmodes/flyspell.el (flyspell-mode): Doc fix.
10824
10825 * eshell/em-unix.el (eshell-grep):
10826 Don't bind compilation-process-setup-function.
10827
10828 * comint.el (comint-insert-input): Use @ in `interactive'.
10829 (comint-input-filter-functions): Doc fix.
10830 (comint-kill-whole-line, comint-get-source): Doc fix.
10831
10832 * progmodes/compile.el (compilation-setup):
10833 Don't set buffer-read-only if MINOR is non-nil.
10834
10835 2004-10-19 Jay Belanger <belanger@truman.edu>
10836
10837 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
10838 (calc-emacs-type-gnu19): Remove.
10839 (calc-digit-map, calc-read-key-sequence, calc-read-key):
10840 Remove check for old emacs versions.
10841
10842 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
10843 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
10844 for current Emacs.
10845
10846 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
10847 the end of the minibuffer.
10848 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
10849 copy `esc-map'.
10850
10851 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
10852
10853 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
10854 call that would be given when the current emacs was used.
10855
10856 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
10857
10858 * calendar/icalendar.el: Set coding to utf-8.
10859 (icalendar-version): Increase to 0.07.
10860 (icalendar-monthnumber-table): Change March pattern.
10861 (icalendar-get-all-event-properties)
10862 (icalendar-set-event-property): Delete.
10863 (icalendar-all-events): No longer interactive.
10864 (icalendar-convert-diary-to-ical)
10865 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
10866 their replacements.
10867 (icalendar-export-file, icalendar-export-region): New functions;
10868 essentially old `icalendar-convert-diary-to-ical' but appending to
10869 target rather than overwriting.
10870 (icalendar-import-file): Append to target file rather than
10871 overwriting. Fourth arg deleted.
10872 (icalendar-import-buffer): New name for old
10873 `icalendar-extract-ical-from-buffer'.
10874 (icalendar--convert-string-for-import): New name for
10875 old `icalendar-convert-for-import'.
10876 (include-icalendar-files): Delete.
10877 Prefix for all internal functions changed from `icalendar-'
10878 to `icalendar--'.
10879
10880 2004-10-19 Richard M. Stallman <rms@gnu.org>
10881
10882 * paths.el (news-path): Fix previous change.
10883
10884 2004-10-18 Jay Belanger <belanger@truman.edu>
10885
10886 * calc/calc-help.el (calc-describe-bindings):
10887 Set `buffer-read-only' to nil while working in the keybindings buffer;
10888 remove some extra information from the keybindings buffer.
10889
10890 2004-10-18 David Ponce <david@dponce.com>
10891
10892 * mouse.el (mouse-drag-move-window-top): New function.
10893 (mouse-drag-mode-line-1): Use it.
10894
10895 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
10896
10897 * info.el (Info-fontify-node): For multiline refs,
10898 arrange to unfontify newline and surrounding whitespace.
10899
10900 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10901
10902 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
10903 directory is missing.
10904
10905 2004-10-17 John Paul Wallington <jpw@gnu.org>
10906
10907 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
10908 New customizable variable; whether to display buffers that match
10909 `ibuffer-maybe-show-predicates' by default.
10910 (ibuffer-maybe-show-predicates): Mention it in docstring.
10911 (ibuffer-display-maybe-show-predicates): New variable.
10912 (ibuffer-update): Prefix arg now toggles whether buffers that
10913 match `ibuffer-maybe-show-predicates' should be displayed.
10914 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
10915 locally to heed `ibuffer-default-display-maybe-show-predicates'.
10916 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
10917
10918 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
10919
10920 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
10921 work correctly.
10922
10923 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
10924
10925 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
10926 (Buffer-menu-beginning): New helper function.
10927 (Buffer-menu-execute): Use it.
10928 (Buffer-menu-select): Use it.
10929 (Buffer-menu-sort): Use it and also keep markers.
10930
10931 2004-10-17 Richard M. Stallman <rms@gnu.org>
10932
10933 * paths.el (news-directory): Rename from news-path. Old name alias.
10934 (rmail-spool-directory): Use defvar.
10935 (sendmail-program): Use defcustom.
10936 (remote-shell-program): Use defcustom.
10937 (term-file-prefix): Use defvar.
10938 (abbrev-file-name): Use defvar.
10939
10940 * term.el: Add maintainer.
10941
10942 * subr.el (with-local-quit): Return nil if there's a quit.
10943 (read-passwd): Use with-local-quit. Doc fix.
10944
10945 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
10946 (strokes-unload-hook): Set as a variable with add-hook.
10947
10948 * startup.el (fancy-splash-tail, normal-splash-screen):
10949 Update copyright year.
10950
10951 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
10952
10953 * server.el (server-unload-hook): Set as a variable with add-hook.
10954
10955 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
10956
10957 * frame.el (special-display-popup-frame):
10958 Make the buffer current as its frame is created.
10959
10960 * delsel.el (delsel-unload-hook): Set as a variable.
10961
10962 * comint.el (comint-output-filter-functions):
10963 Add comint-watch-for-password-prompt.
10964 (comint-read-noecho): Function deleted.
10965 (send-invisible): Use read-passwd.
10966
10967 * fringe.el (fringe-mode-initialize): New function.
10968 (fringe-mode): Use fringe-mode-initialize as :initialize.
10969
10970 2004-10-17 Kim F. Storm <storm@cua.dk>
10971
10972 * language/indian.el (indian-script-language-alist): Swap value and doc.
10973 (indian-font-char-index-table): Doc fix.
10974
10975 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10976
10977 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
10978
10979 2004-10-16 Juri Linkov <juri@jurta.org>
10980
10981 * progmodes/compile.el (compilation-start): Move let-binding of
10982 `process-environment' into `with-current-buffer' body.
10983 Reported by Matt Hodges <MPHodges@member.fsf.org>.
10984
10985 2004-10-16 Richard M. Stallman <rms@gnu.org>
10986
10987 * pcvs-util.el (cvs-bury-buffer):
10988 Don't call get-buffer-window for effect.
10989
10990 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
10991
10992 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
10993
10994 * msb.el (msb-unload-hook): Set the variable.
10995
10996 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10997 Use * to err if buffer is readonly.
10998
10999 * subr.el (looking-back): Return only t or nil.
11000
11001 * whitespace.el (whitespace-unload-hook): Set the variable.
11002
11003 * view.el (view-mode-enable): Set view-page-size and
11004 view-half-page-size to nil.
11005 (view-set-half-page-size-default): view-half-page-size = nil
11006 means the default.
11007 (View-scroll-page-forward): Use view-page-size-default.
11008 (View-scroll-page-backward): Likewise.
11009 (view-page-size, view-half-page-size): Doc fixes.
11010
11011 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
11012
11013 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
11014
11015 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
11016 "cl" like other files. Instead, call byte-compile-find-cl-functions.
11017 (byte-compile-log-1): Bind inhibit-read-only.
11018 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
11019 (byte-compile-log-warning): Likewise.
11020 (byte-compile-file-form-require): Detect "cl" from the arg value.
11021
11022 * progmodes/compile.el (compilation-start): Assume compilation-mode
11023 will make the buffer read-only.
11024 (compilation-mode): Take arg name-of-mode.
11025 (compilation-setup): Make buffer read-only.
11026 (compilation-handle-exit): Bind inhibit-read-only.
11027
11028 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
11029 (ispell-message): Likewise.
11030 (ispell-show-choices): Don't call get-buffer-window uselessly.
11031 (ispell-init-process): Use set-process-query-on-exit-flag.
11032
11033 2004-10-16 Kim F. Storm <storm@cua.dk>
11034
11035 * fringe.el (fringe-bitmaps): Only initialize when defined.
11036
11037 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
11038 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
11039
11040 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
11041
11042 2004-10-15 Simon Josefsson <jas@extundo.com>
11043
11044 * net/password.el: Add.
11045
11046 2004-10-14 Masatake YAMATO <jet@gyve.org>
11047
11048 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
11049 (gdb-script-end-of-defun): New function.
11050 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
11051 `gdb-script-end-of-defun' as *-of-defun-function.
11052
11053 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
11054
11055 * button.el (button-activate): Allow a marker to display as an action.
11056
11057 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
11058
11059 * help.el (describe-mode): Use it to make minor mode list into
11060 hyperlinks.
11061
11062 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11063
11064 * vc.el (vc-annotate-display-select): Fix typo.
11065
11066 * subr.el (substitute-key-definition-key): New function.
11067 (substitute-key-definition): Use it with map-keymap.
11068 (event-modifiers): Use push.
11069 (mouse-movement-p, with-temp-buffer): Simplify.
11070
11071 2004-10-12 Jay Belanger <belanger@truman.edu>
11072
11073 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
11074 New variables.
11075 (calc-help-index-entries): New function.
11076 (calc-describe-function): Use `calc-help-function-list' instead of
11077 obarray for completion.
11078 (calc-describe-variable): Use `calc-help-variable-list' instead
11079 of obarray for completion.
11080
11081 2004-10-12 Richard M. Stallman <rms@gnu.org>
11082
11083 * info-look.el (info-lookup-file): Add info-file property.
11084 (info-lookup-symbol): Likewise.
11085
11086 * info.el (info-xref): Add underlining.
11087 (info): Add info-file property.
11088 (Info-find-emacs-command-nodes): Specify case-sensitive search.
11089
11090 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
11091
11092 Sync with Tramp 2.0.45.
11093
11094 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
11095 defined. This is not the case for XEmacs without package "edebug".
11096 (tramp-set-auto-save-file-modes): Set permissions of autosaved
11097 remote files to the permissions of the original file. This is not
11098 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
11099 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
11100 (tramp-perl-decode): Fix an error in Perl implementation.
11101 $pending must be cleared every loop. Reported by Benjamin Place
11102 <benjaminplace@sprintmail.com>
11103
11104 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
11105 Don't activate advice during definition. This is done later on,
11106 depending on test result of `substitute-in-file-name'.
11107 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11108
11109 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11110
11111 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
11112
11113 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
11114
11115 2004-10-12 David Ponce <david@dponce.com>
11116
11117 * recentf.el (recentf-edit-list): Update the menu when the recentf
11118 list has been modified.
11119
11120 2004-10-12 Simon Josefsson <jas@extundo.com>
11121
11122 * net/tls.el (tls-certtool-program): New variable.
11123 (tls-certificate-information): New function, based on
11124 ssl-certificate-information.
11125
11126 2004-10-12 Kenichi Handa <handa@m17n.org>
11127
11128 * international/mule.el (coding-system-equal): Move from mule-util.el.
11129
11130 * international/mule-util.el (coding-system-equal): Move to mule.el.
11131
11132 2004-10-12 Kim F. Storm <storm@cua.dk>
11133
11134 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
11135 reset kmacro-initial-counter-value if set.
11136 (kmacro-set-counter): Only set kmacro-counter if defining or executing
11137 macro. Set kmacro-initial-counter-value otherwise. Never set both.
11138 (kmacro-display): Show macro counter if non-zero.
11139
11140 * subr.el (substitute-key-definition): Mention command remapping
11141 in doc string.
11142
11143 2004-10-11 Jay Belanger <belanger@truman.edu>
11144
11145 * calc/calc-misc.el (calc-info-goto-node): New function.
11146 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
11147 node in one step.
11148 (calc-describe-copying, calc-describe-distribution)
11149 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
11150 Go to appropriate info node in one step.
11151
11152 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11153
11154 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
11155
11156 * font-lock.el (font-lock-apply-highlight): Fix last change.
11157
11158 2004-10-11 Simon Josefsson <jas@extundo.com>
11159
11160 * mail/smtpmail.el (smtpmail-open-stream): Look for
11161 starttls-gnutls-program instead of starttls-program iff
11162 starttls-use-gnutls is non-nil.
11163 (smtpmail-open-stream): Don't overwrite user settings of
11164 starttls-extra-arguments and starttls-extra-args.
11165
11166 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11167
11168 * comint.el (comint-mouse-insert-input): Remove.
11169 (comint-insert-input): Make it work for mouse bindings.
11170 (comint-mode-map): Move defs into the declaration.
11171 (comint-output-filter): Typo.
11172
11173 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
11174
11175 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
11176
11177 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
11178 (ange-ftp-call-chmod): Reference remote-shell-program instead of
11179 ange-ftp-remote-shell.
11180
11181 2004-10-10 Andreas Schwab <schwab@suse.de>
11182
11183 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
11184 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
11185 Reported by <sri@asu.edu>.
11186
11187 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
11188
11189 * vc.el (vc-annotate-mode): Remove variable.
11190 (vc-annotate-display-select): Only call vc-annotate-mode
11191 if we're not in that mode already.
11192
11193 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
11194
11195 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
11196 (imenu-choose-buffer-index): Check here for rescan instead.
11197
11198 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
11199 where the face expression evals to nil.
11200
11201 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
11202 (tex-font-lock-keywords-2): Use it.
11203 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
11204
11205 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
11206
11207 2004-10-09 Kim F. Storm <storm@cua.dk>
11208
11209 * subr.el (progress-reporter-update): Define before first usage.
11210 (make-progress-reporter): Doc fix.
11211
11212 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11213
11214 * textmodes/paragraphs.el (sentence-end-double-space)
11215 (sentence-end-without-period, sentence-end-without-space)
11216 (sentence-end): Doc fixes.
11217
11218 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
11219
11220 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
11221 Change paragraph-start regexp so we don't fill code starting with #'(.
11222
11223 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
11224
11225 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
11226 New defcustom.
11227 (extract-address-components): Use it.
11228
11229 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11230
11231 * subr.el (make-progress-reporter, progress-reporter-update)
11232 (progress-reporter-force-update, progress-reporter-do-update)
11233 (progress-reporter-done): New functions.
11234
11235 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
11236
11237 * progmodes/etags.el (etags-tags-completion-table): Use progress
11238 reporter.
11239 (etags-tags-apropos): Likewise.
11240
11241 2004-10-08 Alan Mackenzie <acm@muc.de>
11242
11243 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
11244 of current line.
11245
11246 2004-10-08 Masatake YAMATO <jet@gyve.org>
11247
11248 * server.el (server-process-filter): Wrap `process-send-region'
11249 by `condition-case' to guard the case when the pipe to PROC is closed.
11250
11251 2004-10-07 Mark A. Hershberger <mah@everybody.org>
11252
11253 * xml.el (xml-substitute-special): Limit handling of external entities.
11254
11255 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
11256
11257 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
11258
11259 2004-10-06 John Paul Wallington <jpw@gnu.org>
11260
11261 * xml.el (xml-parse-dtd): Fix `error' call.
11262
11263 2004-10-05 Mark A. Hershberger <mah@everybody.org>
11264
11265 * xml.el (xml-substitute-special): Return a single string instead
11266 of a list of strings if an entity substitution is made.
11267
11268 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
11269
11270 * calendar/icalendar.el: New file.
11271
11272 2004-10-05 Juri Linkov <juri@jurta.org>
11273
11274 * isearch.el (isearch-done): Set mark after running hook.
11275 Reported by Drew Adams <drew.adams@oracle.com>.
11276
11277 * info.el (Info-history, Info-toc): Fix Info headers.
11278 (Info-toc): Narrow buffer before Info-fontify-node.
11279 (Info-build-toc): Don't check for special Info file names.
11280 Set main-file to nil if Info-find-file returns a symbol.
11281
11282 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
11283
11284 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
11285 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
11286 * calendar/cal-menu.el (calendar-mode-map): Ditto.
11287
11288 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
11289
11290 * calendar/cal-iso.el (calendar-iso-read-args): New function,
11291 for old interactive spec from calendar-goto-iso-date.
11292 (calendar-goto-iso-date): Use it.
11293 (calendar-goto-iso-week): New function. Suggested by Emilio
11294 C. Lopes <eclig@gmx.net>.
11295
11296 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
11297
11298 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
11299 `set-right-margin' bindings that follow the minor mode conventions.
11300
11301 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11302
11303 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
11304 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
11305 (latex-block-args-alist): Add minipage and picture.
11306 (latex-block-body-alist): Use reftex-label if enabled.
11307 (latex-insert-block): Don't insert a \n if not necessary.
11308 (tex-compile-commands): Make sure dvips doesn't send to printer.
11309 (tex-compile-default): Handle the case where no executable is found.
11310 (latex-noindent-environments): New var.
11311 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
11312 If tex-indent-allhanging is non-nil, make sure we only align for macros
11313 at beginning of line.
11314
11315 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
11316
11317 * newcomment.el (comment-beginning): Doc fix and don't choke on
11318 unset `comment-end-skip' when at beginning of comment.
11319
11320 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
11321
11322 * term.el (term-adjust-current-row-cache): Don't allow the current
11323 row to become negative.
11324 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
11325 the end of the line. Fix scroll down. Add comments.
11326 (term-handle-ansi-escape): Don't exceed terminal width when moving
11327 right.
11328 (term-scroll-region): Move the cursor after setting the scroll region.
11329
11330 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
11331
11332 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
11333 to `width' for consistency with docstring. Doc fix.
11334
11335 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
11336
11337 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
11338 This is necessary for derived modes.
11339
11340 2004-09-30 Kim F. Storm <storm@cua.dk>
11341
11342 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
11343 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
11344
11345 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
11346 kmacro-extract-lambda functions.
11347 (edit-kbd-macro): Handle kmacro lambda forms.
11348 Include counter and counter format in edit buffer.
11349 (edmacro-finish-edit): Get counter and format from edit buffer and
11350 update kmacro bindings when found.
11351
11352 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
11353
11354 * textmodes/paragraphs.el (forward-paragraph):
11355 Avoid args-out-of-range error when point winds up at the beginning of
11356 the buffer and hard newlines are enabled.
11357
11358 * newcomment.el (comment-multi-line): Doc fix.
11359
11360 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11361
11362 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
11363 (diff-fixup-modifs): Catch unified-diff file-headers.
11364
11365 2004-09-29 Kim F. Storm <storm@cua.dk>
11366
11367 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
11368 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
11369 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
11370
11371 * fringe.el (fringe-bitmap-p): New macro.
11372 (fringe-bitmaps): Add standard fringe bitmaps on load.
11373
11374 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11375
11376 * dired.el (dired-view-command-alist): Use more efficient regexps.
11377 Remove dubious arguments.
11378 (dired-align-file): New function.
11379 (dired-insert-directory): Use it.
11380 (dired-move-to-end-of-filename): Make the " -> " search more specific.
11381 (dired-buffers-for-dir): Remove unused var `pattern'.
11382
11383 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
11384
11385 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
11386 from diary display excursion. Store diary buffer's point for
11387 `simple-diary-display'.
11388 (simple-diary-display): Set window point and start when
11389 displaying buffer, to preserve point.
11390
11391 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
11392
11393 * textmodes/enriched.el (enriched-translations): Replace defconst
11394 with defvar.
11395
11396 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11397
11398 * printing.el: Doc fix.
11399 (pr-version): New version number (6.8.1).
11400 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
11401 make-temp-name.
11402 (pr-delete-file): Check if file exists before deleting it.
11403 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
11404
11405 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
11406
11407 * term.el (term-display-table): New variable.
11408 (term-mode): Use it.
11409 (term-exec-1): Set the coding system to binary.
11410 (term-emulate-terminal): Decode the string before inserting it.
11411
11412 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
11413
11414 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
11415 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
11416 (map): Bind S-prior, S-next and S-insert.
11417 (term-mode): Set `indent-tabs-mode' to nil.
11418 (term-paste): New function to be bound to S-insert.
11419 (term-send-del, term-send-backspace): Change the strings sent.
11420 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
11421 (term-handle-colors-array): Fix handling of underline and reverse.
11422 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
11423 (term-erase-in-line): Fix comparison.
11424 (term-emulate-terminal): Fix line wrap handling.
11425 (term-start-output-log): Rename from `term-set-output-log'.
11426 (term-stop-output-log): Rename from `term-stop-photo'.
11427 (term-switch-to-alternate-sub-buffer): Comment out, unused.
11428
11429 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11430
11431 * dired.el (dired-move-to-filename): Don't output a message if
11432 raise-error is non-nil. Fix return position and value.
11433
11434 * files.el (insert-directory): Obey --dired even with symlinks.
11435
11436 2004-09-25 Lars Hansen <larsh@math.ku.dk>
11437
11438 * ls-lisp.el (ls-lisp-format): Mark file names with property
11439 dired-filename.
11440
11441 2004-09-25 Kim F. Storm <storm@cua.dk>
11442
11443 * ido.el (ido-max-directory-size): New defcustom.
11444 (ido-decorations): Add "too big" element.
11445 (ido-directory-too-big): New dynamic var.
11446 (ido-may-cache-directory): Don't cache big directories.
11447 (ido-directory-too-big-p): New defun.
11448 (ido-set-current-directory): Update ido-directory-too-big.
11449 (ido-read-internal): Make empty ido-cur-item if too-big.
11450 (ido-buffer-internal): Use ido-read-internal directly instead of
11451 ido-read-buffer.
11452 (ido-file-internal): Init ido-directory-too-big.
11453 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
11454 and redo completion with full list.
11455 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
11456 it, and show completions.
11457 (ido-all-completions): Let bind ido-directory-too-big to nil.
11458 (ido-exhibit): Handle ido-directory-too-big.
11459 (ido-read-buffer): Handle fallback to read-buffer.
11460 Init ido-directory-too-big.
11461 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
11462 Init ido-directory-too-big.
11463
11464 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11465
11466 * subr.el (delay-mode-hooks): Doc fix.
11467
11468 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
11469
11470 * textmodes/enriched.el
11471 (enriched-default-text-properties-local-flag): New variable.
11472 (enriched-mode): Make sure that enabling and disabling the mode is
11473 a no-op. Doc fix.
11474
11475 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
11476
11477 * calendar/holidays.el (holiday-advent): Report on a specified day
11478 offset from advent, not just advent.
11479 (holiday-easter-etc): Report on one specified day offset from
11480 easter, not all easter holidays. Various Easter holidays moved to
11481 `christian-holidays' variable in calendar.el.
11482 * calendar/calendar.el (christian-holidays): Adapt for new
11483 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
11484
11485 2004-09-23 Kim F. Storm <storm@cua.dk>
11486
11487 * image.el (insert-sliced-image): Add doc string.
11488
11489 * ido.el (ido-choice-list): New dynamic var for `list' context.
11490 (ido-context-switch-command): New dynamic var.
11491 (ido-define-mode-map): Generalize switch between file/buffer contexts.
11492 (ido-read-internal): Handle new `list' context.
11493 Handle insert-buffer and insert-file ido-exit values.
11494 (ido-buffer-internal): New arg switch-cmd. Use it to setup
11495 ido-context-switch-command. Handle insert-file ido-exit value.
11496 (ido-read-buffer): Set ido-context-switch-command to 'ignore
11497 unless it is already bound by caller.
11498 (ido-file-internal): New arg switch-cmd. Use it to setup
11499 ido-context-switch-command. Handle insert-buffer ido-exit value.
11500 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
11501 used for context switching.
11502 (ido-all-completions): Handle new `list' context.
11503 (ido-make-choice-list): Return choices for `list' context.
11504 (ido-find-file-in-dir, ido-display-file, ido-write-file)
11505 (ido-display-buffer, ido-kill-buffer): Disable context switching.
11506 (ido-insert-buffer, ido-insert-file): Setup context switching.
11507 (ido-exhibit): Handle `list' context.
11508 (ido-read-file-name): Disable context switching. Handle fallback.
11509 (ido-read-directory-name): Disable context switching.
11510 (ido-completing-read): New defun like completing-read. Setup and
11511 use new `list' context.
11512
11513 2004-09-20 Jesper Harder <harder@ifa.au.dk>
11514
11515 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
11516
11517 2004-09-21 Jay Belanger <belanger@truman.edu>
11518
11519 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
11520 `calc-graph-set-styles' so the gnuplot buffer will appear in a
11521 separate window.
11522
11523 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
11524
11525 * subr.el (after-change-major-mode-hook): Doc fix.
11526
11527 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11528
11529 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
11530 of ghostscript for monochrome PostScript file in Windows.
11531
11532 2004-09-21 Kenichi Handa <handa@m17n.org>
11533
11534 * descr-text.el (describe-char): Checking of quail activation fixed.
11535
11536 2004-09-21 Jay Belanger <belanger@truman.edu>
11537
11538 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
11539
11540 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
11541
11542 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
11543 after the mode hooks instead of before. Doc fix.
11544
11545 2004-09-20 Jason Rumney <jasonr@gnu.org>
11546
11547 * startup.el (command-line) [windows-nt]: Try .emacs first, then
11548 _emacs, but revert to .emacs if neither exists in home directory.
11549
11550 2004-09-20 John Paul Wallington <jpw@gnu.org>
11551
11552 * bindings.el (completion-ignored-extensions): Add .dfsl.
11553
11554 2004-09-20 Richard M. Stallman <rms@gnu.org>
11555
11556 * bindings.el (scroll-left): Make it disabled.
11557
11558 * files.el (enable-local-eval): Doc fix.
11559
11560 * indent.el (move-to-left-margin): Special case for minibuffer.
11561
11562 * term.el (term-emulate-terminal): Turn off undo for output.
11563 Use with-current-buffer and save-selected-window.
11564
11565 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
11566
11567 * progmodes/make-mode.el (makefile-fill-paragraph):
11568 Don't insist on spaces when looking for comments. # is enough.
11569
11570 * files.el (hack-local-variables): Copy the variables list
11571 to another buffer, strip prefixes and suffixes there, then read.
11572 (enable-local-eval): Doc fix.
11573 (ignored-local-variables): Initialize to nil.
11574 (risky-local-variable-p): Don't check ignored-local-variables here.
11575 (hack-one-local-variable): Ignore var if in ignored-local-variables.
11576
11577 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11578
11579 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
11580 of = to "." (punctuation).
11581
11582 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11583
11584 * subr.el (event-basic-type): Fix mask (extend to 22bits).
11585
11586 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
11587
11588 * textmodes/enriched.el (enriched-rerun-flag): New variable.
11589 (enriched-before-change-major-mode): New function.
11590 Add it to `change-major-mode-hook'.
11591 (enriched-after-change-major-mode): New function.
11592 Add it to `after-change-major-mode-hook'.
11593 (enriched-mode): Make it work correctly if called from
11594 `after-change-major-mode-hook'.
11595 No longer set `indent-line-function'.
11596
11597 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
11598
11599 * subr.el (after-change-major-mode-hook): New variable.
11600 (run-mode-hooks): Implement it.
11601
11602 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11603
11604 * battery.el (battery-linux-proc-apm): Use string-to-number.
11605 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
11606 Use dolist (and less indentation). Use erase-buffer.
11607 Pre-initialize `design-capacity', `warn', and `low'.
11608 (battery-format): Use replace-regexp-in-string.
11609
11610 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
11611
11612 * battery.el: Delete superfluous empty lines.
11613 (battery-linux-proc-acpi): Attempt to gather information from all
11614 battery subdirectories regardless of their file name.
11615 (battery-linux-proc-apm): Replace all occurrences of
11616 battery-hex-to-int-2 with string-to-int (base 16).
11617 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
11618 (battery-hex-map): Delete variable.
11619
11620 2004-09-18 John Paul Wallington <jpw@gnu.org>
11621
11622 * calc/calc-units.el (calc-quick-units): Fix overzealous
11623 s/or/unless/.
11624
11625 2004-09-17 Jay Belanger <belanger@truman.edu>
11626
11627 * calc/calc.el (calc-mode-var-list): Fix the value of
11628 `calc-matrix-brackets'.
11629
11630 2004-09-17 Romain Francoise <romain@orebokech.com>
11631
11632 * ibuf-ext.el (define-ibuffer-filter filename):
11633 Expand dired-directory since buffer-file-name is absolute.
11634
11635 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11636
11637 * ediff-init.el (ediff-current-diff-face-A)
11638 (ediff-current-diff-face-B, ediff-current-diff-face-C)
11639 (ediff-current-diff-face-Ancestor)
11640 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11641 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11642 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11643 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11644 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11645 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11646 Use min-colors.
11647
11648 * term.el (term-down): Perform vertical motion if DOWN is negative.
11649 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
11650 (term-termcap-format): Synchronyze with the eterm terminfo entry
11651 in etc/e/eterm.ti.
11652 (term-handle-colors-array): If the current foreground or
11653 background are zero (i.e. unspecified), use the foreground and
11654 background of the default face for reverse video.
11655 (term-ansi-at-eval-string, term-ansi-default-fg)
11656 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
11657 (term-mem): Delete ununsed function.
11658 (term-protocol-version): Increment.
11659 (term-current-face): Set to default.
11660
11661 2004-09-15 Jay Belanger <belanger@truman.edu>
11662
11663 * calc/calc.el (calc-mode-var-list): Define this variable.
11664 (calc-always-load-extensions, calc-line-numbering)
11665 (calc-line-breaking, calc-display-just, calc-display-origin)
11666 (calc-number-radix, calc-leading-zeros, calc-group-digits)
11667 (calc-group-char, calc-point-char, calc-frac-format)
11668 (calc-prefer-frac, calc-hms-format, calc-date-format)
11669 (calc-float-format, calc-full-float-format, calc-complex-format)
11670 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
11671 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
11672 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
11673 (calc-matrix-brackets, calc-language, calc-language-option)
11674 (calc-left-label, calc-right-label, calc-word-size)
11675 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
11676 (calc-display-raw, calc-internal-prec, calc-angle-mode)
11677 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
11678 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
11679 (calc-window-height, calc-display-trail, calc-show-selections)
11680 (calc-use-selections, calc-assoc-selections)
11681 (calc-display-working-message, calc-auto-why, calc-timing)
11682 (calc-mode-save-mode, calc-standard-date-formats)
11683 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
11684 (calc-user-parse-tables, calc-gnuplot-default-device)
11685 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11686 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11687 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11688 (calc-invocation-macro, calc-show-banner): Give these values as
11689 part of `calc-mode-var-list's initialization after the variables
11690 are declared with defvar.
11691 (calc-bug-address): Change email address to send bug reports to.
11692 Change the maintainer address at the top.
11693 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
11694 than "\\.emacs" to determine if it is the user-init-file.
11695
11696 * calc/calc-embed.el (calc-embedded-set-modes): Use
11697 `calc-mode-var-list' correctly.
11698
11699 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
11700
11701 * vc.el (annotate-time): Document point handling.
11702 (vc-annotate-display-autoscale): Doc fix.
11703
11704 2004-09-15 Miles Bader <miles@gnu.org>
11705
11706 * generic.el (generic-make-keywords-list): Use symbol rather than
11707 word anchors in regexp.
11708
11709 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
11710
11711 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
11712 no file name consider `dired-directory'.
11713
11714 2004-09-14 Kim F. Storm <storm@cua.dk>
11715
11716 * faces.el (cursor): Add face-no-inherit property. Doc fix.
11717
11718 2004-09-14 Simon Josefsson <jas@extundo.com>
11719
11720 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
11721
11722 * textmodes/dns-mode.el: Add.
11723
11724 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11725
11726 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
11727 (disabled-command-function): Make the ?\ char more obvious.
11728
11729 * vc-arch.el (vc-arch-root, vc-arch-registered):
11730 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
11731
11732 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
11733
11734 * windmove.el (windmove-frame-edges): Report coordinates of
11735 outside edges of frame, not inside edges.
11736 (windmove-coordinates-of-position): Convert into wrapper to new
11737 function `windmove-coordinates-of-window-position';
11738 `compute-motion' always applies to selected window.
11739 (windmove-coordinates-of-position): Update documentation to refer
11740 to Emacs 21 Lisp Reference Manual.
11741 (windmove-find-other-window): Fix off-by-one errors for max x,y.
11742
11743 2004-09-13 Kim F. Storm <storm@cua.dk>
11744
11745 * isearch.el (isearch-resume-in-command-history): Rename from
11746 isearch-resume-enabled and change default to nil.
11747
11748 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11749
11750 * vc-hooks.el (vc-ignore-dir-regexp): New var.
11751 (vc-registered): Use it.
11752 (vc-find-root): New fun.
11753
11754 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11755 Don't tell to use \\{...} when it's already done.
11756
11757 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
11758 Provide a sample complex default.
11759 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
11760 (bibtex-entry): Use mapc.
11761
11762 2004-09-12 Kim F. Storm <storm@cua.dk>
11763
11764 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
11765
11766 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
11767 inhibit-field-text-motion to t so rectangles work in comint buffers.
11768
11769 * simple.el (choose-completion-string): Set buffer before running
11770 choose-completion-string-functions hook so it can be buffer-local.
11771
11772 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
11773
11774 * progmodes/compile.el (compilation-start): Parse command to see
11775 if it starts with a cd, and if so perform it for the *compilation*
11776 buffer. Change the header to reflect this.
11777
11778 2004-09-11 Kim F. Storm <storm@cua.dk>
11779
11780 * ido.el (ido-enable-dot-prefix): Doc fix.
11781 (ido-enable-dot-prefix): New defcustom.
11782 (ido-set-matches1): Use it.
11783
11784 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11785
11786 * textmodes/bibtex.el (bibtex-mark-active)
11787 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
11788
11789 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11790
11791 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
11792 used in a case insensitive environment.
11793 (bibtex-mode-map): Rearrange order of menus.
11794 (bibtex-quoted-string-re): Obsolete.
11795 (bibtex-complete-key-cleanup): Variable replaced by new function.
11796 (bibtex-font-lock-keywords): Use backquotes.
11797 (bibtex-font-lock-url-regexp): New internal variable.
11798 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
11799 "OPT" and "ALT".
11800 (bibtex-insert-current-kill, bibtex-make-field)
11801 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
11802 (bibtex-parse-field-text): Simplify.
11803 (bibtex-string=): New helper function.
11804 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
11805 (bibtex-map-entries): Use bibtex-string=.
11806 (bibtex-search-entry): Use not.
11807 (bibtex-enclosing-field): Fix docstring.
11808 (bibtex-assoc-regexp): Obsolete.
11809 (bibtex-format-entry): Use assoc-string and bibtex-string=.
11810 (bibtex-autokey-get-names): Handle empty name field.
11811 (bibtex-parse-strings): Use assoc-string and unless.
11812 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
11813 Use assoc-string.
11814 (bibtex-pop): Simplify.
11815 (bibtex-mode): Set font-lock-extra-managed-props.
11816 (bibtex-entry-update): Use assoc-string.
11817 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
11818 (bibtex-autofill-entry): Use bibtex-string=.
11819 (bibtex-print-help-message): Simplify.
11820 (bibtex-find-entry): New optional arg START.
11821 (bibtex-validate): Use bibtex-string= and assoc-string.
11822 Do not call obsolete function compilation-parse-errors.
11823 (bibtex-remove-delimiters): Only remove delimiters if present.
11824 (bibtex-copy-entry-as-kill): Add docstring.
11825 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
11826 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
11827 (bibtex-complete): Use bibtex-predefined-month-strings,
11828 bibtex-string=, and new function bibtex-complete-key-cleanup.
11829 (bibtex-generate-url-list): New variable.
11830 (bibtex-url): New command bound to C-c C-l and mouse-2.
11831 (bibtex-url-map): New local keymap for bibtex-url-mouse.
11832 (bibtex-font-lock-url): New function.
11833
11834 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11835
11836 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
11837
11838 2004-09-09 Kim F. Storm <storm@cua.dk>
11839
11840 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
11841 counter and format with binding.
11842 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
11843 the declared macro uses own macro counter and format. Give symbol
11844 kmacro property.
11845 (kmacro-keymap): Bind kmacro-name-last-macro to n.
11846 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
11847 (kmacro-end-and-call-macro): Doc fix.
11848
11849 2004-09-09 Lars Hansen <larsh@math.ku.dk>
11850
11851 * desktop.el (desktop-clear-preserve-buffers):
11852 Remove make-obsolete-variable.
11853
11854 2004-09-08 Richard M. Stallman <rms@gnu.org>
11855
11856 * buff-menu.el (list-buffers-noselect): Call format-mode-line
11857 with the buffer as argument.
11858
11859 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
11860
11861 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
11862
11863 2004-09-08 Juri Linkov <juri@jurta.org>
11864
11865 * replace.el (perform-replace): Use `query-replace-descr'.
11866
11867 * cus-start.el (history-delete-duplicates): Specify customization.
11868
11869 * diff-mode.el (diff-mode-map):
11870 * progmodes/compile.el (compilation-mode-map):
11871 * progmodes/grep.el (grep-mode-map):
11872 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
11873 to `next-error-follow-minor-mode'.
11874
11875 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11876
11877 * isearch.el (isearch-lazy-highlight-update): Take into account
11878 the case of zero-length match at the search bound.
11879
11880 2004-09-08 Kim F. Storm <storm@cua.dk>
11881
11882 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
11883 change. Use zero width overlays when necessary.
11884
11885 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11886
11887 * subr.el (split-string): Docfix.
11888
11889 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11890
11891 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
11892 (display-call-tree): Ensure newline after caller/calls blocks.
11893
11894 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11895
11896 * startup.el (command-line-1): Make option
11897 --directory/-L modify `load-path' straight away.
11898
11899 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11900
11901 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
11902
11903 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11904
11905 * emacs-lisp/autoload.el (make-autoload):
11906 Handle `define-compilation-mode'.
11907
11908 * emacs-lisp/lisp-mode.el (define-compilation-mode):
11909 Specify `doc-string-elt' property.
11910
11911 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11912
11913 * bs.el (bs-mode): Doc fix.
11914
11915 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11916
11917 * info.el (Info-insert-dir): Fix temp buffer leak bug.
11918
11919 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11920
11921 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
11922
11923 2004-09-08 Kenichi Handa <handa@m17n.org>
11924
11925 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
11926 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
11927 ps-mule-next-point -> 1+).
11928
11929 * composite.el (encode-composition-rule): Add autoload cooky.
11930
11931 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11932
11933 * format.el (buffer-auto-save-file-format): Make it permanent local.
11934
11935 2004-09-07 Kim F. Storm <storm@cua.dk>
11936
11937 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
11938 (authors-fixed-entries): Fix typo.
11939 (authors-canonical-author-name): Compact multiple spaces.
11940 Ignore trivial names (e.g. only first name).
11941
11942 * term.el (term-window-width): Only use full window width on
11943 window system if overflow-newline-into-fringe is enabled.
11944 (term-mode): Don't disable overflow-newline-into-fringe.
11945
11946 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11947
11948 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
11949 motion as seen on my Mac OS X xterms.
11950
11951 * newcomment.el (uncomment-region-default, comment-region-default):
11952 New functions extracted from uncomment-region and comment-region.
11953 (comment-region, comment-region-function, uncomment-region)
11954 (uncomment-region-function): Use them.
11955
11956 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
11957
11958 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
11959 It's not crucial but can make sense at times.
11960
11961 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
11962 the first commit.
11963
11964 * vc.el (vc-buffer-context, vc-restore-buffer-context):
11965 Disable obsolete code.
11966
11967 2004-09-07 Juri Linkov <juri@jurta.org>
11968
11969 * progmodes/grep.el (grep-highlight-matches): Change default from
11970 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
11971 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
11972 if grep option `--color' is available, or to `nil' otherwise.
11973 (grep-process-setup): Call `grep-compute-defaults' if
11974 `grep-highlight-matches' is not computed. Set env-vars only
11975 if `grep-highlight-matches' is `t'.
11976 (grep-use-null-device): Remove redundant type `boolean' (`choice'
11977 is already defined).
11978
11979 * progmodes/compile.el (compilation-start): Use copy of
11980 `process-environment' created by `copy-sequence' to not
11981 modify env-vars in the global `process-environment'.
11982
11983 2004-09-06 Eli Zaretskii <eliz@gnu.org>
11984
11985 * simple.el (next-error-follow-minor-mode): Fix last change.
11986
11987 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
11988
11989 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
11990 permanent local.
11991
11992 2004-09-04 Richard M. Stallman <rms@gnu.org>
11993
11994 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
11995 highlighting if the search string is empty.
11996
11997 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
11998
11999 * facemenu.el (facemenu-active-faces): Change condition of inner
12000 `while' loop to also check the first two elements of `face-atts'
12001 and `mask-atts'.
12002
12003 2004-09-04 John Paul Wallington <jpw@gnu.org>
12004
12005 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
12006 (thumbs-view-image-mode): Make buffer read-only.
12007
12008 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
12009
12010 * textmodes/ispell.el (ispell-really-aspell): New defvar.
12011 (ispell-check-version): Set it.
12012 (ispell-send-replacement): New function.
12013 (ispell-process-line): Call ispell-send-replacement.
12014
12015 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12016
12017 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
12018 Support choosing seconds with "s".
12019
12020 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
12021
12022 * terminal.el (te-escape): Show `?' in prompt for help key.
12023
12024 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
12025
12026 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
12027
12028 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
12029
12030 * simple.el (next-error-follow-minor-mode)
12031 (next-error-follow-mode-post-command-hook): New functions.
12032 (next-error-follow-last-line): New defvar.
12033
12034 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
12035 * progmodes/compile.el (compilation-mode-map): Likewise.
12036 * progmodes/grep.el (grep-mode-map): Likewise.
12037 * replace.el (occur-mode-map): Likewise.
12038
12039 * newcomment.el (uncomment-region): Bind comment-use-global-state
12040 to nil.
12041
12042 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
12043
12044 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
12045 locally around the call to `revert-buffer'.
12046
12047 2004-09-03 Juri Linkov <juri@jurta.org>
12048
12049 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
12050 `isearch-adjusted' to `t'.
12051 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
12052 (isearch-message-prefix): Add "pending" for isearch-adjusted.
12053 (isearch-other-meta-char): Restore isearch-point unconditionally.
12054 (isearch-query-replace): Add new arg `regexp-flag' and use it.
12055 Set point to start of match if region is not active in transient
12056 mark mode (to include the current match to region boundaries).
12057 Push the search string to `query-replace-from-history-variable'.
12058 Add prompt "Query replace regexp" for isearch-regexp.
12059 Add region beginning/end as last arguments of `perform-replace.'
12060 (isearch-query-replace-regexp): Replace code by the call to
12061 `isearch-query-replace' with arg `t'.
12062
12063 2004-09-03 Richard M. Stallman <rms@gnu.org>
12064
12065 * startup.el (normal-top-level): Undo previous TERM change.
12066
12067 2004-09-03 Kim F. Storm <storm@cua.dk>
12068
12069 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
12070 highlight overlays; allow using RET when cursor is over a button.
12071 (cua--highlight-rectangle): Use it.
12072 (cua--rectangle-set-corners): Don't move backwards at eol.
12073 (cua--forward-line): Don't move into void after eob.
12074
12075 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
12076 point is set (and displayed) inside rectangle.
12077 (cua--rectangle-operation): Fix for highlight of empty lines.
12078 (cua--highlight-rectangle): Fix highlight for tabs.
12079 Position cursor at left/right edge of rectangle using new `cursor'
12080 property on overlay strings.
12081 (cua--indent-rectangle): Don't tabify.
12082 (cua-rotate-rectangle): Ignore that point has moved.
12083
12084 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12085
12086 * term/mac-win.el: Add ASCII equivalents for some function keys.
12087 (mode-line-frame-identification): Sync with x-win.el.
12088
12089 2004-09-02 Juri Linkov <juri@jurta.org>
12090
12091 * progmodes/compile.el (compilation-buffer-name): Compare major
12092 mode with second element of compilation-arguments instead of third
12093 to reflect latest changes in compilation-arguments structure.
12094 (recompile): Use global variable `compilation-directory' to get
12095 recent compilation directory only when `recompile' is invoked NOT
12096 in the compilation buffer. Otherwise, use `default-directory' of
12097 the compilation buffer.
12098 (compilation-error-properties): Allow to funcall col and end-col.
12099 (compilation-mode-font-lock-keywords): Check col and end-col by
12100 `integerp'.
12101 (compilation-goto-locus): If end-mk is non-nil in transient mark
12102 mode don't activate the mark (and don't display message in
12103 push-mark), but highlight overlay between mk and end-mk.
12104
12105 * progmodes/grep.el (grep-highlight-matches): New defcustom.
12106 (grep-regexp-alist): Add rule to highlight grep matches.
12107 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
12108
12109 * info.el (Info-fontify-node): Don't compute other-tag
12110 if Info-hide-note-references=hide.
12111
12112 * help.el (function-called-at-point):
12113 * help-fns.el (variable-at-point):
12114 Try `find-tag-default' when other methods failed.
12115
12116 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12117 Do not push mark if inhibit-mark-movement is non-nil.
12118
12119 * textmodes/ispell.el (ispell-html-skip-alists):
12120 Fix backslashes in docstring.
12121
12122 2004-09-01 Juri Linkov <juri@jurta.org>
12123
12124 * isearch.el (isearch-wrap-function)
12125 (isearch-push-state-function): New defvars.
12126 (isearch-pop-fun-state): New defsubst.
12127 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
12128 (isearch-push-state): Set the result of calling
12129 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
12130 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
12131 restore the mode-specific starting point of terminated search.
12132 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
12133 (isearch-repeat): Call `isearch-wrap-function' if defined.
12134 (isearch-message-prefix): Don't add prefix "over" to the message
12135 for wrapped search if `isearch-wrap-function' is defined.
12136 (isearch-search): Call function saved in `isearch-pop-fun-state' to
12137 restore the mode-specific starting point of failed search.
12138
12139 * info.el (Info-search-whitespace-regexp): Fix backslashes.
12140 (Info-search): Add new optional arguments for the sake of isearch.
12141 Replace whitespace in Info-search-whitespace-regexp literally.
12142 Add backward search. Don't call `Info-select-node' if regexp is
12143 found in the same Info node. Don't add node to Info-history for
12144 wrapped isearch.
12145 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
12146 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
12147 (Info-mode): Set local variables `isearch-search-fun-function',
12148 `isearch-wrap-function', `isearch-push-state-function',
12149 `search-whitespace-regexp'.
12150
12151 * isearch.el: Remove ancient Change Log section.
12152 (isearch-string, isearch-message-string, isearch-point)
12153 (isearch-success, isearch-forward-flag, isearch-other-end)
12154 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12155 (isearch-barrier, isearch-within-brackets)
12156 (isearch-case-fold-search): Add suffix `-state' to state-related
12157 defsubsts to avoid name clashes with other function names.
12158
12159 * simple.el (next-error): New defgroup and defface.
12160 (next-error-highlight, next-error-highlight-no-select):
12161 New defcustoms.
12162 (next-error-no-select): Let-bind next-error-highlight to the value
12163 of next-error-highlight-no-select before calling `next-error'.
12164
12165 * progmodes/compile.el (compilation-goto-locus):
12166 Use `next-error' face instead of `region'. Set 4-th argument of
12167 `move-overlay' to `current-buffer' to move overlay to different
12168 source buffers. Use new variable `next-error-highlight'.
12169
12170 * simple.el (next-error-find-buffer): Move the rule
12171 "if current buffer is a next-error capable buffer" after the
12172 rule "if next-error-last-buffer is set to a live buffer".
12173 Simplify to test all rules in one `or'.
12174 (next-error): Doc fix.
12175 (next-error, previous-error, first-error)
12176 (next-error-no-select, previous-error-no-select):
12177 Make arguments optional.
12178
12179 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
12180
12181 * macros.el (apply-macro-to-region-lines): Make it operate on all
12182 lines that begin in the region, rather than on all complete lines
12183 in the region.
12184
12185 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12186
12187 * x-dnd.el (x-dnd-protocol-alist): Document update.
12188 (x-dnd-known-types): Defcustom it.
12189 (x-dnd-handle-motif): Print message-atom in error message.
12190
12191 2004-08-30 John Paul Wallington <jpw@gnu.org>
12192
12193 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
12194 strings rather than programatically constructing message.
12195
12196 2004-08-30 Richard M. Stallman <rms@gnu.org>
12197
12198 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
12199 Don't return a string that would read as the wrong character code.
12200
12201 2004-08-29 Kim F. Storm <storm@cua.dk>
12202
12203 * emulation/cua-base.el (cua-auto-expand-rectangles):
12204 Remove automatic rectangle padding feature; replace by non-destructive
12205 virtual rectangle edges feature.
12206 (cua-virtual-rectangle-edges): New defcustom.
12207 (cua-auto-tabify-rectangles): New defcustom.
12208 (cua-paste): If paste into a marked rectangle, insert rectangle at
12209 current column, even if virtual; also paste exactly as many lines
12210 as has been marked (ignore additional lines or add empty lines),
12211 but paste whole source if only one line is marked.
12212 (cua--update-indications): No longer use overwrite-cursor to
12213 indicate rectangle padding
12214
12215 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
12216 (cua--rectangle-virtual-edges): New defun.
12217 (cua--rectangle-get-corners): Remove optional PAD arg.
12218 (cua--rectangle-set-corners): Never do padding.
12219 (cua--forward-line): Remove optional PAD arg. Simplify.
12220 (cua-resize-rectangle-right, cua-resize-rectangle-left)
12221 (cua-resize-rectangle-down, cua-resize-rectangle-up):
12222 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
12223 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
12224 (cua--rectangle-move): Never do padding. Simplify.
12225 (cua--tabify-start): New defun.
12226 (cua--rectangle-operation): Add tabify arg. All callers changed.
12227 (cua--pad-rectangle): Remove.
12228 (cua--delete-rectangle): Handle delete with virtual edges.
12229 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
12230 (cua--insert-rectangle): Handle insert at virtual column.
12231 Perform auto-tabify if necessary.
12232 (cua--activate-rectangle): Remove optional FORCE arg.
12233 Never do padding. Simplify.
12234 (cua--highlight-rectangle): Enhance for virtual edges.
12235 (cua-toggle-rectangle-padding): Remove command.
12236 (cua-toggle-rectangle-virtual-edges): New command.
12237 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
12238 (cua--rectangle-post-command): Don't force rectangle padding.
12239 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
12240
12241 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
12242
12243 * indent.el (edit-tab-stops-buffer): Doc fix.
12244
12245 2004-08-28 Richard M. Stallman <rms@gnu.org>
12246
12247 * progmodes/grep.el (grep-default-command): Use find-tag-default.
12248 (grep-tag-default): Function deleted.
12249
12250 * subr.el (find-tag-default): Move from etags.el.
12251
12252 * progmodes/etags.el (find-tag-default): Move to subr.el.
12253
12254 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
12255 into the basic character if it has an uppercase form.
12256
12257 2004-08-27 Kenichi Handa <handa@m17n.org>
12258
12259 * international/utf-8.el (utf-8-post-read-conversion): If the
12260 buffer is unibyte, temporarily make it multibyte.
12261
12262 2004-08-27 Masatake YAMATO <jet@gyve.org>
12263
12264 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
12265
12266 2004-08-25 John Paul Wallington <jpw@gnu.org>
12267
12268 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
12269 0, 1, and many mismatches in message.
12270 (tex-start-shell): Use `set-process-query-on-exit-flag'.
12271
12272 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
12273 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
12274
12275 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12276
12277 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
12278 vc-diff-switches differently.
12279
12280 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
12281
12282 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
12283 before and a real defvar after
12284 `speedbar-supported-extension-expressions'. This is to silence
12285 the compiler without breaking bootstrapping.
12286
12287 2004-08-22 Richard M. Stallman <rms@gnu.org>
12288
12289 * textmodes/flyspell.el (flyspell-word):
12290 Use set-process-query-on-exit-flag.
12291 (flyspell-highlight-duplicate-region): Take POSS as arg.
12292 (flyspell-word): Pass POSS as arg.
12293
12294 * progmodes/ada-xref.el: Many doc and style fixes.
12295 (ada-find-any-references): Use compilation-start.
12296 (ada-get-ali-file-name): Improve error msg.
12297 (ada-get-ada-file-name): Likewise.
12298
12299 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
12300 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
12301
12302 * mail/mail-extr.el (mail-extr-all-top-level-domains):
12303 Add forward defvar.
12304
12305 * whitespace.el (global-whitespace-mode): New alias
12306 for whitespace-global-mode.
12307
12308 * speedbar.el (speedbar-file-regexp): Move definition up.
12309 (speedbar-mode, speedbar-set-mode-line-format):
12310 Use with-no-warnings.
12311 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
12312
12313 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
12314 controls whether to display the error buffer.
12315
12316 * ps-mule.el: Delete compatibility code for old Emacses.
12317 (ps-mule-find-wrappoint): Don't use chars-in-region.
12318
12319 * frame.el (display-mouse-p, display-selections-p):
12320 Use with-no-warnings.
12321
12322 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
12323
12324 2004-08-22 David Kastrup <dak@gnu.org>
12325
12326 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
12327 information.
12328
12329 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
12330
12331 2004-08-22 Andreas Schwab <schwab@suse.de>
12332
12333 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
12334
12335 2004-08-22 Masatake YAMATO <jet@gyve.org>
12336
12337 * cvs-status.el (cvs-status-checkout): New function.
12338 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
12339
12340 2004-08-21 David Kastrup <dak@gnu.org>
12341
12342 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
12343 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
12344 has been converted to use hashtables, the relation `nil=none' is
12345 no longer valid, as `nil' is not a hashtable. This patch tries to
12346 reduce the number of resulting errors.
12347
12348 2004-08-21 John Paul Wallington <jpw@gnu.org>
12349
12350 * subr.el (process-kill-without-query): Made obsolete in
12351 version 21.4, not 21.5.
12352
12353 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
12354 (vc-previous-comment, vc-next-comment)
12355 (vc-comment-search-reverse, vc-comment-search-forward)
12356 (vc-comment-to-change-log): Likewise.
12357
12358 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
12359
12360 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
12361
12362 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
12363 Correct indentation of DEFMETHODS with non-standard method
12364 combinations (e.g., PROGN, MIN, MAX).
12365
12366 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
12367
12368 * startup.el (normal-top-level-add-subdirs-to-load-path):
12369 Avoid unnecessarily checking system-type.
12370 (normal-top-level): Set TERM to "dumb". Simplify.
12371
12372 * avoid.el (mouse-avoidance-ignore-p): New fun.
12373 Also ignore switch-frame, select-window, double, and triple clicks.
12374 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
12375 (mouse-avoidance-fancy-hook): Use it.
12376
12377 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
12378
12379 * avoid.el (mouse-avoidance-nudge-mouse)
12380 (mouse-avoidance-banish-destination): Stay within the current window
12381 to avoid problems with mouse-autoselect-window.
12382
12383 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12384
12385 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
12386 the newer format of some messages in cvs-1.12.1.
12387
12388 2004-08-19 Masatake YAMATO <jet@gyve.org>
12389
12390 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
12391 (elp-results-jump-to-definition-by-mouse)
12392 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
12393 (elp-output-result): Use elp-output-insert-symname.
12394
12395 2004-08-18 Kenichi Handa <handa@m17n.org>
12396
12397 * language/cyrillic.el: Register koi8-r in
12398 ctext-non-standard-encodings-alist.
12399 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
12400
12401 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
12402
12403 * emacs-lisp/copyright.el (copyright-update-year): Delete code
12404 that replaces 20xy with xy.
12405
12406 2004-08-17 John Paul Wallington <jpw@gnu.org>
12407
12408 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
12409 (reb-force-update): Doc fix.
12410
12411 2004-08-16 Richard M. Stallman <rms@gnu.org>
12412
12413 * progmodes/which-func.el (which-func-update-1): Doc fix.
12414
12415 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
12416 (sh-mode-abbrev-table): New variable.
12417
12418 * progmodes/compile.el (compilation-mode): Doc fix.
12419
12420 * emacs-lisp/lisp-mode.el (eval-last-sexp):
12421 Don't cons a new symbol each time.
12422 (eval-last-sexp-fake-value): New variable.
12423
12424 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
12425 (copyright-update-year): Detect continuation of list of years.
12426
12427 * term.el (term-default-fg-color, term-default-bg-color)
12428 (ansi-term-color-vector): Use `unspecified', not nil, as default.
12429
12430 * imenu.el: Several doc fixes: don't say variables are buffer-local.
12431
12432 2004-08-16 Davis Herring <herring@lanl.gov>
12433
12434 * isearch.el (isearch-string, isearch-message-string, isearch-point)
12435 (isearch-success, isearch-forward-flag, isearch-other-end)
12436 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12437 (isearch-barrier, isearch-within-brackets)
12438 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
12439
12440 2004-08-16 Kenichi Handa <handa@m17n.org>
12441
12442 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
12443
12444 2004-08-15 Kenichi Handa <handa@m17n.org>
12445
12446 * term/x-win.el (x-selection-value): If utf8 was successful but
12447 ctext was not, use utf8 string.
12448
12449 2004-08-14 Davis Herring <herring@lanl.gov>
12450
12451 * isearch.el: Remove accidental changes of March 4. Fix backing
12452 up when a regexp isearch is made more general. Use symbolic
12453 accessor functions for isearch stack frames to make usage clearer.
12454 (search-whitespace-regexp): Made groups in documentation shy (as
12455 is the group in the default value).
12456 (isearch-fallback): New function, addresses problems with regexps
12457 liberalized by `\|', adds support for liberalization by `\}' (the
12458 general repetition construct), and incorporates behavior for
12459 `*'/`?'.
12460 (isearch-}-char): New command, calls `isearch-fallback' with
12461 arguments appropriate to a typed `}'.
12462 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
12463 appropriately.
12464 (isearch-mode-map): Bind `}' to `isearch-}-char'.
12465 (isearch-string, isearch-message,string, isearch-point)
12466 (isearch-success, isearch-forward-flag, isearch-other-end)
12467 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12468 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
12469 New inline functions to read fields of a stack frame.
12470
12471 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
12472
12473 * battery.el (battery-linux-proc-acpi): Look into battery
12474 directories matching the literal string "CMB", too (required for
12475 Linux kernel version 2.6.7).
12476
12477 2004-08-14 John Paul Wallington <jpw@gnu.org>
12478
12479 * cus-start.el (read-file-name-completion-ignore-case): Add.
12480 (blink-cursor-alist): Change version to "21.4".
12481
12482 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
12483
12484 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
12485
12486 * speedbar.el (speedbar-scan-subdirs): New option.
12487 (speedbar-file-lists): Don't ignore file-name case on Unix and use
12488 dolist.
12489 (speedbar-insert-files-at-point): Take an extra argument and use
12490 it to optionally find out if a subdir is empty. Also unreadable
12491 files don't get expand buttons.
12492 (speedbar-directory): New image (unused pixmap already existed).
12493 (speedbar-expand-image-button-alist): Use it.
12494
12495 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
12496
12497 CC Mode update to 5.30.9:
12498
12499 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
12500 Move from cc-vars to cc-defs for dependency reasons. Fix the
12501 POSIX char class test to check that it works in
12502 `skip-chars-(forward|backward)' too.
12503
12504 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
12505 first argument starts with a special brace list.
12506
12507 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
12508 when `c-opt-type-concat-key' is used (i.e. in Pike).
12509
12510 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
12511 Fix bug when the inner char pair doesn't have paren syntax,
12512 i.e. "(<>)".
12513
12514 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
12515 whitespace safe.
12516
12517 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
12518 position for `arglist-intro', `arglist-cont-nonempty' and
12519 `arglist-close' when there are two arglist open parens on the same
12520 line and there's nothing in front of the first.
12521
12522 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
12523 locking of qualified names in Java, which previously could fontify
12524 common indexing expressions in many cases. The standard Java
12525 naming conventions are used to tell them apart.
12526
12527 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
12528 Fix inconsistency wrt opening parens on the first line inside a paren
12529 block.
12530
12531 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
12532 compile time for the sake of `c-major-mode-is'.
12533
12534 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
12535 `c-major-mode-is' in the event that this is used inside a
12536 `c-lang-defconst'.
12537
12538 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
12539 `c-lang-defconst' so that it works better with fallback languages.
12540
12541 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
12542 it to fail to record the base mode.
12543
12544 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12545 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
12546 is used. Reorder the syntax checks to get more efficient
12547 skipping in some situations.
12548
12549 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
12550 continuation which might precede the newly inserted '{'.
12551
12552 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12553 Fix cases where it could loop indefinitely.
12554
12555 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
12556 size specs correctly. Only fontify identifiers in front of '('
12557 with as functions - don't accept any paren char. Tighten up
12558 initializer skipping to stop before function and class blocks.
12559
12560 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
12561 the point could be left directly after an open paren when finding
12562 the beginning of the first decl in the block.
12563
12564 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
12565 table when filtering out legitimate open parens to be recorded.
12566 This could cause cache inconsistencies when e.g.
12567 `c++-template-syntax-table' was temporarily in use.
12568
12569 * progmodes/cc-engine.el (c-on-identifier)
12570 (c-simple-skip-symbol-backward): Small fix for handling "-"
12571 correctly in `skip-chars-backward'. Affected the operator lfun
12572 syntax in Pike.
12573
12574 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
12575 Fix bug that could cause an error from `after-change-functions' when
12576 the changed region is at bob.
12577
12578 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
12579
12580 CC Mode update to 5.30.9:
12581
12582 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
12583 to say that <TAB> doesn't insert WS into a CPP line.
12584 (c-indent-command, c-tab-always-indent): Amend doc strings.
12585
12586 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
12587 checks for user errors, thus eliminating cryptic and unhelpful
12588 Emacs error messages. (1) Check the arg to `c-set-style' is a
12589 string. (2) Check that settings to `c-offsets-alist' are not
12590 spuriously quoted.
12591
12592 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
12593 which precedes the newly inserted `{'.
12594
12595 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
12596
12597 Sync with Tramp 2.0.44.
12598
12599 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
12600 function "tramp_file_attributes". Otherwise, file names
12601 containing spaces are misinterpreted. Reported by Magnus Henoch
12602 <mange@freemail.hu>.
12603 (tramp-handle-file-truename): FILENAME must be expanded first.
12604 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
12605 obscure results. Reported by D. Goel <deego@gnufans.org>.
12606 (tramp-handle-verify-visited-file-modtime): If file does not
12607 exist, say it is not modified if and only if that agrees with the
12608 buffer's record. Check whether a file is visiting the buffer, or
12609 the buffer has no recorded last modification time. Return t in
12610 case the visiting file doesn't exist. Suggested by Luc Teirlinck
12611 <teirllm@auburn.edu>.
12612 (tramp-handle-write-region): Pass modtime explicitely to
12613 `set-visited-file-modtime', because filename can be different
12614 from (buffer-file-name) if `file-precious-flag' is set.
12615 `set-visited-file-modtime' must be called always when `visit' is t
12616 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
12617 (tramp-handle-set-visited-file-modtime): If `time-list' is not
12618 nil, don't apply the whole body. If the file doesn't exists, set
12619 modtime to '(-1 65535). Suggested by Luc Teirlinck
12620 <teirllm@auburn.edu>.
12621
12622 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
12623
12624 * help.el (describe-bindings): Doc fix.
12625
12626 * subr.el (kbd): Doc fix.
12627
12628 2004-08-08 John Paul Wallington <jpw@gnu.org>
12629
12630 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
12631 instead of `string-to-int'.
12632 (define-ibuffer-column mode): Fix indentation.
12633
12634 2004-08-08 Lars Hansen <larsh@math.ku.dk>
12635
12636 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
12637
12638 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
12639
12640 * subr.el (global-unset-key, local-unset-key): Doc fixes.
12641
12642 * novice.el (disabled-command-function): New variable renamed from
12643 `disabled-command-hook'.
12644 (disabled-command-hook): Keep the _variable_ as alias for
12645 `disabled-command-function' and make obsolete.
12646 (disabled-command-function): Function renamed from
12647 `disabled-command-hook'. Adapt code to name change of the variable.
12648
12649 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
12650
12651 * simple.el (completion-root-regexp): New defvar.
12652 (completion-setup-function): Use it instead of a literal string.
12653
12654 2004-08-07 John Paul Wallington <jpw@gnu.org>
12655
12656 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
12657 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
12658 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
12659 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
12660
12661 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12662
12663 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
12664 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
12665
12666 2004-08-04 Kenichi Handa <handa@m17n.org>
12667
12668 * international/encoded-kb.el (encoded-kbd-setup-keymap):
12669 Fix previous change.
12670
12671 2004-08-03 Kenichi Handa <handa@m17n.org>
12672
12673 * international/encoded-kb.el: The following changes are to
12674 utilize key-translation-map instead of minor mode map.
12675 (encoded-kbd-iso2022-non-ascii-map): Delete it.
12676 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
12677 (encoded-kbd-last-key): New function.
12678 (encoded-kbd-iso2022-single-shift): New function.
12679 (encoded-kbd-iso2022-designation)
12680 (encoded-kbd-self-insert-iso2022-7bit)
12681 (encoded-kbd-self-insert-iso2022-8bit)
12682 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
12683 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
12684 key-translation-map.
12685 (encoded-kbd-setup-keymap): Setup key-translation-map.
12686 (saved-key-translation-map): New variable.
12687 (encoded-kbd-mode): Save/restore key-translation-map.
12688 Adjust for the change of encoded-kbd-setup-keymap.
12689
12690 2004-08-02 Kim F. Storm <storm@cua.dk>
12691
12692 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
12693 and call compute-motion with nil for topos and width to get proper
12694 usable width and height for both window and non-window systems.
12695
12696 * windmove.el (windmove-coordinates-of-position): Let compute-motion
12697 calculate usable window width and height.
12698
12699 * window.el (window-buffer-height): Call compute-motion with nil width.
12700
12701 2004-08-01 David Kastrup <dak@gnu.org>
12702
12703 * replace.el (query-replace-read-from):
12704 Use `query-replace-compile-replacement'.
12705 (query-replace-compile-replacement): New function.
12706 (query-replace-read-to): Use `query-replace-compile-replacement'
12707 for repeating the last command.
12708
12709 2004-08-01 John Paul Wallington <jpw@gnu.org>
12710
12711 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
12712 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
12713 (pr-switches): Remove period from end of error messages.
12714
12715 * help-mode.el (help-go-back): Likewise.
12716
12717 * abbrev.el (only-global-abbrevs): Doc fix.
12718 (edit-abbrevs-map): Define within defvar.
12719 (quietly-read-abbrev-file): Doc fix.
12720
12721 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
12722
12723 * novice.el (enable-command, disable-command): Doc fixes.
12724
12725 * subr.el (event-modifiers, event-basic-type): Doc fixes.
12726
12727 2004-07-30 Richard M. Stallman <rms@gnu.org>
12728
12729 * subr.el (with-local-quit): Doc fix.
12730
12731 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
12732
12733 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
12734
12735 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
12736
12737 * custom.el (defcustom): Doc fix.
12738
12739 2004-07-28 Masatake YAMATO <jet@gyve.org>
12740
12741 * progmodes/etags.el (etags-tags-apropos): Show building progress.
12742
12743 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12744
12745 * imenu.el (imenu-prev-index-position-function)
12746 (imenu-extract-index-name-function, imenu-name-lookup-function)
12747 (imenu--index-alist): Docstring redundancy fix.
12748
12749 2004-07-25 Lars Hansen <larsh@math.ku.dk>
12750
12751 * wdired.el (wdired-finish-edit): Require dired-aux before locally
12752 binding dired-backup-overwrite.
12753
12754 2004-07-25 John Paul Wallington <jpw@gnu.org>
12755
12756 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
12757
12758 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
12759
12760 * term/tty-colors.el (tty-color-approximate): Doc fix.
12761
12762 * select.el (x-get-selection, x-set-selection): Doc fixes.
12763
12764 * frame.el (make-frame): Doc fix.
12765
12766 2004-07-24 Richard M. Stallman <rms@gnu.org>
12767
12768 * mail/rmail.el (rmail-mime-charset-pattern):
12769 Don't include semicolon in the charset value.
12770
12771 * replace.el (occur-next-error): Call set-window-point.
12772 (occur-engine): Handle negative NLINES.
12773
12774 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
12775
12776 * frame.el (modify-all-frames-parameters): Minor doc fix.
12777 (set-frame-configuration): Doc fix.
12778
12779 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12780
12781 * simple.el (completion-setup-function): Compute the common parts
12782 and the first difference place correctly when
12783 partial-completion-mode is on.
12784
12785 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12786
12787 * ps-print.el: Doc fix.
12788 (ps-print-version): New version 6.6.5.
12789 (ps-printing-region): Doc fix.
12790 (ps-generate-string-list): Comment fix.
12791 (ps-message-log-max): Code fix.
12792
12793 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
12794
12795 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
12796 generated PostScript.
12797
12798 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
12799
12800 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
12801 with Gnus v5_10 branch.)
12802
12803 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
12804
12805 * calendar/time-date.el (time-to-number-of-days): New function.
12806 Imported from from Gnus.
12807
12808 2004-07-22 Kim F. Storm <storm@cua.dk>
12809
12810 * progmodes/make-mode.el: Fix comments.
12811
12812 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12813
12814 * printing.el: Doc fix.
12815
12816 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
12817
12818 * frame.el (modify-all-frames-parameters): Minor doc fix.
12819
12820 2004-07-20 Richard M. Stallman <rms@gnu.org>
12821
12822 * textmodes/fill.el (fill-nobreak-p): If this break point is
12823 at the end of the line, don't consider the newline which follows
12824 as a reason to return t.
12825
12826 2004-07-19 John Paul Wallington <jpw@gnu.org>
12827
12828 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
12829
12830 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
12831
12832 * dired-aux.el (dired-do-kill-lines): Expand docstring.
12833 Delete irrelevant code.
12834
12835 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12836
12837 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12838 New docstring. From Luc Teirlinck.
12839
12840 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
12841
12842 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
12843 section.
12844 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
12845 non-file buffers. We know it is nil.
12846
12847 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12848
12849 Sync with Tramp 2.0.43.
12850
12851 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12852 Remove outdated comment.
12853 (tramp-locked, tramp-locker): New variables for implementing a
12854 global lock.
12855 (tramp-sh-file-name-handler): Use them to implement the global lock.
12856
12857 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
12858
12859 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
12860 calls to respective `xxx` calls.
12861 (tramp-process-alive-regexp): Precise doc string.
12862 (tramp-multi-action-process-alive): New defun.
12863 (tramp-multi-actions): Use it.
12864 (tramp-handle-find-backup-file-name): `copy-tree' is available
12865 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
12866 in order to avoid this function.
12867 (tramp-handle-write-region): Set current buffer. If connection
12868 wasn't open, `file-modes' has changed it accidently. Reported by
12869 David Kastrup <dak@gnu.org>.
12870 (tramp-enter-password, tramp-read-passwd): New arguments USER and
12871 HOST.
12872 (tramp-action-password, tramp-multi-action-password): Apply it.
12873 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
12874 name must still contain the port number. Otherwise, we have two
12875 Tramp buffers, with all the confusion. Reported by Myron Selby
12876 <myron@xytech.com> and Rolf Dubitzky
12877 <Dubitzky@physi.uni-heidelberg.de>.
12878
12879 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
12880 HOST to `tramp-enter-passwd'.
12881
12882 * net/tramp-vc.el (all): Code cleanup. Change all
12883 `tramp-handle-xxx' calls to respective `xxx` calls.
12884
12885 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
12886
12887 * emacs-lisp/testcover.el: New category "potentially-1valued" for
12888 functions that are not erroneous if either 1-valued or
12889 multi-valued. Detect functions in this class.
12890 (testcover-1value-functions, testcover-compose-functions)
12891 (testcover-progn-functions) Add some additional functions to lists.
12892 (testcover-mark): Bugfix when marking up the definition for an
12893 empty function.
12894
12895 2004-07-17 Richard M. Stallman <rms@gnu.org>
12896
12897 * replace.el (occur-read-primary-args): Pass default to
12898 read-from-minibuffer.
12899
12900 * mail/footnote.el (footnote-section-tag): Use defcustom.
12901
12902 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
12903 Compile font-lock-keywords, not KEYWORDS.
12904 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
12905 Add warn, check-type. Handle cerror like error.
12906
12907 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12908
12909 * progmodes/which-func.el (which-func-keymap): New var.
12910 (which-func-face): New face.
12911 (which-func-format): Use them.
12912
12913 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12914
12915 * buff-menu.el (list-buffers-noselect): Append the buffer's
12916 process status to its mode name.
12917
12918 2004-07-16 Kim F. Storm <storm@cua.dk>
12919
12920 * simple.el (inhibit-mark-movement): New defvar.
12921 (beginning-of-buffer, end-of-buffer): Do not push mark if
12922 inhibit-mark-movement is non-nil or C-u prefix is given.
12923
12924 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
12925 Init to beginning-of-buffer and end-of-buffer.
12926 (cua--undo-push-mark): New defvar.
12927 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
12928 already active and command is in cua--preserve-mark-commands.
12929 Also fix check for shift modifier on non-window systems.
12930 (cua--post-command-handler): Clear inhibit-mark-movement if set.
12931
12932 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
12933
12934 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
12935 of two integers, instead of a cons.
12936
12937 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12938 `visited-file-modtime' now returns a list of two integers, instead
12939 of a cons.
12940
12941 * dired.el (dired-directory-changed-p): Ditto.
12942
12943 * progmodes/grep.el (grep): Doc fix.
12944
12945 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12946
12947 * autorevert.el (auto-revert-tail-mode)
12948 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
12949 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
12950 in both at the same time.
12951 (auto-revert-tail-mode): New command.
12952 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
12953 (auto-revert-handler): Revert only either tail or whole file.
12954
12955 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
12956 add auto-revert-tail-mode.
12957
12958 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12959
12960 * printing.el: Doc fix. Change name of some funs.
12961 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
12962 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
12963 (pr-standard-file-name): New fun. Replace pr-standard-path.
12964 (pr-call-process): Code fix.
12965
12966 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
12967
12968 * subr.el (with-selected-window): Doc fix.
12969
12970 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
12971
12972 * subr.el (get-buffer-window-list): Doc fix.
12973
12974 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
12975
12976 * files.el (switch-to-buffer-other-window): Doc fix.
12977
12978 * window.el (save-selected-window, one-window-p)
12979 (split-window-keep-point, split-window-vertically)
12980 (split-window-horizontally): Doc fixes.
12981
12982 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12983
12984 * printing.el: Doc fix. Now it uses call-process instead of
12985 shell-command for low command execution.
12986 (pr-version): New version number (6.8).
12987 (pr-shell-file-name): Option removed.
12988 (pr-shell-command): Fun removed.
12989 (pr-call-process): New fun. Replace pr-shell-command.
12990 (pr-standard-path, pr-remove-nil-from-list): New funs.
12991 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
12992 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
12993 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
12994 (pr-ps-utility-process, pr-txt-print): Code fix.
12995
12996 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12997
12998 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
12999 boolean.
13000
13001 2004-07-09 Lars Hansen <larsh@math.ku.dk>
13002
13003 * wid-edit.el (widget-field-buffer): Doc fix.
13004
13005 2004-07-09 John Paul Wallington <jpw@gnu.org>
13006
13007 * emacs-lisp/re-builder.el (reb-update-overlays):
13008 Distinguish between one and several matches in message.
13009
13010 2004-07-09 Richard M. Stallman <rms@gnu.org>
13011
13012 * mouse.el (mouse-set-region-1): If transient-mark-mode
13013 is `identity', change it to `only'.
13014
13015 * simple.el (current-word): Doc fix.
13016
13017 2004-07-09 Mark A. Hershberger <mah@everybody.org>
13018
13019 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
13020 so that it is more understanding of whitespace.
13021
13022 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
13023 (("ns" . "element") (attr-list) children) instead of
13024 ((:ns . "element") (attr-list) children) in order to reduce the
13025 number of symbols used.
13026 (xml-skip-dtd): Change to use xml-parse-dtd but set
13027 xml-validating-parsing to nil.
13028 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
13029 (xml-substitute-entity): Remove in favor of new entity substitution.
13030 (xml-substitute-special): Rewrite in to substitute complex
13031 entities from DOCTYPE declarations.
13032 (xml-parse-fragment): Parse fragments from entity deleclarations.
13033 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
13034 (xml-parse-dtd, xml-substitute-special): Make validity checks
13035 conditioned on xml-validating-parser. Add "Not Well Formed" to
13036 error messages about well-formedness.
13037
13038 2004-07-08 Steven Tamm <steventamm@mac.com>
13039
13040 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
13041 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
13042 Do not treat double clicks and triple clicks specially in the
13043 scroll bar (preventing strange repositioning problems)
13044
13045 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
13046
13047 * replace.el (query-replace-regexp-eval): Fix last change.
13048
13049 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
13050
13051 * replace.el (query-replace-descr): New fun.
13052 (query-replace-read-from, query-replace-read-args): Default to the
13053 previous from&to.
13054 (query-replace-read-to): Quote the `from' string when displaying it.
13055 (query-replace-regexp-eval): Immediately check read-only status.
13056 Use query-replace-read-from to get the \n checking.
13057 Quote the `from' string when displaying it.
13058 (map-query-replace-regexp, occur-read-primary-args):
13059 Quote the `from' string when displaying it.
13060
13061 * isearch.el (isearch-query-replace): Pass the regexp-ness and
13062 delimited-ness of the search to query-replace.
13063
13064 * replace.el (query-replace-read-from, query-replace-read-to):
13065 New funs extracted from query-replace-read-args.
13066 (query-replace-read-args): Use them.
13067
13068 * replace.el (query-replace-interactive, query-replace-read-args):
13069 Remove the `initial' special value.
13070 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
13071 (occur-engine): Remove unused var `matchend'.
13072
13073 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
13074 Use the search string without prompting.
13075
13076 2004-07-05 Kenichi Handa <handa@m17n.org>
13077
13078 * international/mule.el (decode-coding-inserted-region):
13079 Set last-coding-system-used only when coding is nil.
13080
13081 2004-07-03 Eli Zaretskii <eliz@gnu.org>
13082
13083 * progmodes/grep.el (grep-compute-defaults, grep-command)
13084 (grep-program, find-program, grep-find-use-xargs, grep-history)
13085 (grep-find-history, grep-tag-default, grep-find-command)
13086 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
13087 Add autoload cookies, for unbundled packages that load `compile'
13088 and expect all grep-related symbols to become defined.
13089
13090 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
13091
13092 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
13093 (iimage-mode-image-search-path): New user option to search the
13094 image file.
13095 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
13096 have locate-file.
13097 (iimage-mode-buffer): Use it.
13098
13099 2004-07-03 Nick Roberts <nickrob@gnu.org>
13100
13101 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
13102 carefully.
13103 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
13104
13105 2004-07-03 Juri Linkov <juri@jurta.org>
13106
13107 * replace.el (query-replace-read-args): Swallow space after 'foo,
13108 not after (quote foo). Match space only immediately after symbol,
13109 not anywhere in the whole string.
13110
13111 2004-07-02 Richard M. Stallman <rms@gnu.org>
13112
13113 * replace.el (query-replace-read-args): Swallow space after
13114 symbols, not after closeparens. But avoid error if string ends there.
13115
13116 * progmodes/python.el (python-beginning-of-statement):
13117 Exit the loop if backward-up-list gets error.
13118
13119 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
13120
13121 2004-07-02 Andre Spiegel <spiegel@gnu.org>
13122
13123 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
13124 only if vc-consult-headers is non-nil.
13125
13126 2004-07-02 Juri Linkov <juri@jurta.org>
13127
13128 * pcvs.el (cvs-mode-diff-repository): New command.
13129
13130 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
13131
13132 2004-07-01 Juri Linkov <juri@jurta.org>
13133
13134 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
13135 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
13136 C-M-% to isearch-query-replace-regexp.
13137 (minibuffer-local-isearch-map): Add arrow key bindings.
13138 Bind C-f to isearch-yank-char-in-minibuffer.
13139 (isearch-forward): Doc fix.
13140 (isearch-edit-string): Doc fix.
13141 (isearch-query-replace, isearch-query-replace-regexp): New funs.
13142 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
13143 (isearch-yank-char): Add optional arg.
13144 (isearch-yank-char-in-minibuffer): New fun.
13145
13146 * replace.el (query-replace-interactive): Change type from boolean
13147 to choice. Add value `initial'.
13148 (query-replace-read-args): Handle value `initial' of
13149 query-replace-interactive.
13150
13151 2004-06-29 Kim F. Storm <storm@cua.dk>
13152
13153 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
13154 (breakpoint-disabled-bitmap-face): Add :group 'gud.
13155
13156 * progmodes/ada-xref.el (ada-tight-gvd-integration):
13157 Add :group 'ada.
13158
13159 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
13160
13161 2004-06-29 Juri Linkov <juri@jurta.org>
13162
13163 * replace.el (query-replace-read-args): Swallow a space after
13164 everything except )]" which in most cases means after a symbol.
13165
13166 * emacs-lisp/pp.el (pp-buffer): Add autoload.
13167
13168 2004-06-28 Richard M. Stallman <rms@gnu.org>
13169
13170 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
13171 More changes to go with previous change in font-lock.el.
13172
13173 2004-06-26 David Kastrup <dak@gnu.org>
13174
13175 * replace.el (perform-replace): Highlight the match even in
13176 non-query mode if there is potential replace string editing.
13177
13178 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
13179
13180 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
13181 agree with new return value of `file-remote-p'.
13182 This syncs with Tramp 2.0.42.
13183
13184 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
13185 according to new documentation of `file-remote-p'.
13186
13187 * files.el (file-remote-p): Fix doc to say that return value is
13188 identification of remote system, if not nil.
13189 (file-relative-name): Use new return value of `file-remote-p'.
13190
13191 2004-06-26 Nick Roberts <nickrob@gnu.org>
13192
13193 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
13194 (gdb-goto-breakpoint): Fix breakage.
13195
13196 2004-06-26 Eli Zaretskii <eliz@gnu.org>
13197
13198 * man.el (Man-getpage-in-background): Add windows-nt to the list
13199 of systems where shell-file-name should be used instead of
13200 literal "sh".
13201
13202 2004-06-25 Sam Steingold <sds@gnu.org>
13203
13204 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
13205 function names `(setf symbol)'.
13206
13207 2004-06-24 Richard M. Stallman <rms@gnu.org>
13208
13209 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
13210
13211 * font-lock.el (font-lock-keywords): Change format of compiled values.
13212 Document it.
13213 (font-lock-add-keywords): If font-lock-keywords is compiled,
13214 extract the uncompiled version, modify, then recompile.
13215 (font-lock-remove-keywords): Likewise.
13216 (font-lock-fontify-keywords-region): Handle changed format.
13217 (font-lock-compile-keywords): Handle changed format.
13218 (font-lock-set-defaults): Compile the keywords explicitly here.
13219
13220 2004-06-24 David Kastrup <dak@gnu.org>
13221
13222 * replace.el (query-replace-read-args): Implement `\,' and `\#'
13223 replacements here.
13224 (query-replace-regexp): Doc string explaining this and the new
13225 `\?' replacement. Remove `\,' and `\#' implementation here, as it
13226 is better placed in `query-replace-read-args'.
13227 (replace-regexp): Explain `\,', `\#' and `\?'.
13228 (replace-match-data): New function for thorough reuse/destruction
13229 of old match-data.
13230 (replace-match-maybe-edit): Function for implementing `\?' editing.
13231 (perform-replace): Fix maintaining of the match stack including
13232 already matched regions, implement `\?', fix various problems
13233 with regions while editing and other stuff.
13234 (replace-highlight): Simplify.
13235
13236 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
13237
13238 * progmodes/grep.el (grep-error-screen-columns): New variable.
13239 (grep-regexp-alist): Give it the full functionality of gnu style
13240 compilation messages with line and column ranges. Ask me for the
13241 perl script I'm working on, that uses these.
13242
13243 2004-06-23 Nick Roberts <nickrob@gnu.org>
13244
13245 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
13246 Remove.
13247 (comint-insert-input, comint-mouse-insert-input): New functions
13248 based on comint-insert-clicked-input for two bindings but just
13249 one functionality.
13250
13251 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
13252
13253 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
13254
13255 2004-06-23 Lars Hansen <larsh@math.ku.dk>
13256
13257 * files.el (write-contents-functions): Doc fix.
13258
13259 2004-06-21 Juanma Barranquero <lektu@terra.es>
13260
13261 * image.el (image-library-alist): Rewrite docstring in active voice.
13262
13263 2004-06-20 Richard M. Stallman <rms@gnu.org>
13264
13265 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
13266
13267 * isearch.el (isearch-repeat): Avoid testing old match data.
13268 (isearch-message): Display trailing space in special font
13269 when search is failing.
13270 (isearch-search-fun-function): Doc fix.
13271
13272 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
13273
13274 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
13275
13276 * frame.el (show-trailing-whitespace): Doc fix.
13277
13278 * cus-edit.el (custom-variable-documentation): New function.
13279 (custom-variable): Use it.
13280
13281 2004-06-19 Nick Roberts <nickrob@gnu.org>
13282
13283 * man.el (Man-getpage-in-background): Revert previous change but
13284 make cygwin a special case.
13285
13286 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
13287
13288 * autorevert.el (global-auto-revert-non-file-buffers):
13289 Update docstring.
13290
13291 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
13292
13293 * progmodes/compile.el (compilation-error-properties): Store one
13294 more than end-col, if present, so that transient-mark-mode will
13295 highlight last char too.
13296 * progmodes/grep.el (grep-regexp-alist): Match columns and column
13297 ranges, if present.
13298
13299 2004-06-18 Jason Rumney <jasonr@gnu.org>
13300
13301 * makefile.w32-in: Double percent signs in for loops.
13302
13303 2004-06-17 David Kastrup <dak@gnu.org>
13304
13305 * replace.el (query-replace-read-args): Only warn about use of \n
13306 and \t when we are doing a regexp replacement and the actual
13307 escaped character is n or t.
13308 (query-replace-regexp): Add \, and \# interpretation to
13309 interactive call and document it.
13310 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
13311 as shortkey for replace-count.
13312 (replace-quote): New function for doubling backslashes.
13313
13314 2004-06-17 Juanma Barranquero <lektu@terra.es>
13315
13316 * files.el (parse-colon-path, cd): Mention in docstring that the
13317 path separator is colon in GNU-like systems.
13318
13319 * newcomment.el (comment-region-internal): Fix docstring.
13320
13321 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
13322 (ewoc-invalidate, ewoc-collect): Doc fixes.
13323 (ewoc--create-node, ewoc--delete-node-internal):
13324 Fix typos in docstring.
13325
13326 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13327
13328 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
13329 manual to docstring.
13330
13331 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13332
13333 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
13334
13335 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13336
13337 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13338 Add hyperlink to emacs-xtra manual to docstring.
13339
13340 * autorevert.el (global-auto-revert-non-file-buffers):
13341 Add hyperlink to emacs-xtra manual to docstring, as well as an
13342 info-link.
13343
13344 2004-06-14 Juanma Barranquero <lektu@terra.es>
13345
13346 * image.el (image-library-alist): New variable to map image types
13347 to external libraries. Initialized to nil, unless system-specific
13348 configs change it.
13349 (image-type-available-p): Determine whether an image type is
13350 available by calling `init-image-library'.
13351
13352 * term/w32-win.el (image-library-alist): Initialize to a known set
13353 of probable library names.
13354
13355 2004-06-14 Kenichi Handa <handa@m17n.org>
13356
13357 * international/code-pages.el (windows-1256, cp1125): Fix tables
13358 for several characters.
13359
13360 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
13361
13362 2004-06-13 Richard M. Stallman <rms@gnu.org>
13363
13364 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
13365
13366 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
13367 not "`pc-selection-mode'".
13368
13369 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
13370
13371 * simple.el (previous-matching-history-element): Specify a default.
13372
13373 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
13374
13375 * cus-face.el (custom-declare-face): Simplify code.
13376
13377 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
13378
13379 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
13380
13381 * files.el (before-save-hook): Add `time-stamp' to the options.
13382
13383 * time-stamp.el (time-stamp): Recommend adding it to
13384 `before-save-hook', rather than `write-file-functions'.
13385 Make a similar change in `Commentary' section.
13386
13387 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
13388
13389 * diff-mode.el (diff-current-defun): If at start of hunk, use
13390 position of first change.
13391
13392 2004-06-13 Lars Hansen <larsh@math.ku.dk>
13393
13394 * dired-x.el (dired-mark-omitted): Bind to "*O".
13395
13396 2004-06-12 Karl Fogel <kfogel@red-bean.com>
13397
13398 * bookmark.el (bookmark-bmenu-relocate): New function, as
13399 suggested by David J. Biesack <David.Biesack@sas.com>.
13400 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
13401 (bookmark-bmenu-mode): Describe binding in doc string.
13402 (bookmark-set-filename): Save the bookmark list if it's time.
13403
13404 2004-06-13 Kenichi Handa <handa@m17n.org>
13405
13406 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
13407 (ccl-untranslated-to-ucs): Fix typo.
13408
13409 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
13410
13411 * progmodes/python.el (python-open-block-statement-p):
13412 Fix indentation after a block opening that contains a comment.
13413
13414 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
13415
13416 * bindings.el (completion-ignored-extensions): Add file extensions
13417 of Python byte-compiled files.
13418
13419 2004-06-12 Juri Linkov <juri@jurta.org>
13420
13421 * info.el (Info-goto-node): Add autoload.
13422 (Info-toc): Add substring-no-properties on Info file name.
13423 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
13424 (Info-mode-map): Bind L to Info-history, T to Info-toc.
13425
13426 2004-06-12 Kenichi Handa <handa@m17n.org>
13427
13428 * international/mule-cmds.el (set-language-environment):
13429 Load subst tables if necessary.
13430
13431 * international/mule.el (decode-char): Load subst tables if necessary.
13432 (encode-char): Likewise.
13433
13434 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
13435 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
13436 (utf-16le-decode-loop): Set r5 to -1 before loop.
13437 (utf-16be-decode-loop): Likewise.
13438 (ccl-decode-mule-utf-16le): Add EOF processing block.
13439 (ccl-decode-mule-utf-16be): Likewise.
13440 (ccl-decode-mule-utf-16le-with-signature): Likewise.
13441 (ccl-decode-mule-utf-16be-with-signature): Likewise.
13442 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
13443 (ccl-mule-utf-16-encode-untrans): New CCL.
13444 (utf-16-decode-to-ucs): Handle pre-read character.
13445 (utf-16le-encode-loop): Handle surrogate pair.
13446 (utf-16be-encode-loop): Likewise.
13447 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
13448 of utf-16le-encode-loop.
13449 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
13450 of utf-16be-encode-loop.
13451 (mule-utf-16-post-read-conversion):
13452 Call utf-8-post-read-conversion at first.
13453 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
13454 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
13455 Add post-read-conversion and pre-write-conversion.
13456
13457 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
13458 (utf-translate-cjk-unicode-range): New variable.
13459 (utf-translate-cjk-load-tables): New function.
13460 (utf-lookup-subst-table-for-decode): New function.
13461 (utf-lookup-subst-table-for-encode): New function.
13462 (utf-translate-cjk-mode): Init-value changed to t. Don't load
13463 tables here. Update safe-charsets of utf-* coding systems.
13464 (ccl-mule-utf-untrans): New CCL.
13465 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
13466 at end of each branch.
13467 (ccl-mule-utf-8-encode-untrans): New CCL.
13468 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
13469 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
13470 length of encoding. Don't return r0.
13471 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
13472 (utf-8-post-read-conversion): Narrow to region properly.
13473 If utf-translate-cjk-mode is on, load tables if necessary.
13474 Call utf-8-compose with hash-table arg if necessary.
13475 Call XXX-compose-region instead of XXX-post-read-convesion.
13476 (utf-8-pre-write-conversion): New function.
13477 (mule-utf-8): Include CJK charsets in safe-charsets if
13478 utf-translate-cjk-mode is on. Add pre-write-conversion.
13479
13480 * international/characters.el: Temporarily set
13481 utf-translate-cjk-mode to nil.
13482
13483 * language/devan-util.el (devanagari-compose-region):
13484 Add autoload cookie.
13485
13486 * international/ccl.el (ccl-dump-call): Fix printing the
13487 subroutine name.
13488
13489 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
13490
13491 * dired.el (dired-revert): If buffer is marked unmodified before
13492 reverting, keep it marked unmodified.
13493 Adapt to new conventions for commenting out code.
13494 (dired-make-relative): Adapt to new conventions for commenting out code.
13495
13496 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
13497
13498 * eshell/esh-module.el (eshell-load-defgroups):
13499 Bind `vc-handled-backends' to nil when opening files.
13500
13501 2004-06-11 Juanma Barranquero <lektu@terra.es>
13502
13503 * files.el (parse-colon-path, cd): Doc fixes (refer to
13504 `path-separator', not colon).
13505
13506 2004-06-10 Juanma Barranquero <lektu@terra.es>
13507
13508 * newcomment.el (comment-search-forward)
13509 (comment-search-backward): Fix typos in docstring.
13510 (comment-region): Doc fix.
13511
13512 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
13513
13514 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
13515 switch is no longer stored in `dired-switches-alist'.
13516
13517 * dired-aux.el (dired-insert-subdir): Do not store R switch in
13518 `dired-switches-alist'.
13519
13520 2004-06-10 Kim F. Storm <storm@cua.dk>
13521
13522 * pcvs.el (cvs-mode-diff-yesterday): New command.
13523
13524 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
13525
13526 2004-06-10 Juri Linkov <juri@jurta.org>
13527
13528 * emacs-lisp/edebug.el (edebug-eval-defun):
13529 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
13530 Fix docstring.
13531
13532 * simple.el (eval-expression-print-format): Don't print additional
13533 information on the first call to `eval-print-last-sexp'.
13534 (next-error-find-buffer): Fix punctuation.
13535 (killing) <defgroup>: Fix punctuation.
13536 (yank-excluded-properties): Change group from editing to killing.
13537
13538 * replace.el (perform-replace): Use `limit' to terminate the
13539 while-loop explicitly.
13540
13541 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13542
13543 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
13544 Use lc-*.xpm as prefix instead of *-locol.xpm.
13545
13546 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
13547 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
13548 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
13549 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
13550 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
13551 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
13552 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
13553 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
13554 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
13555 * toolbar/lc-up_arrow.xpm:
13556 Rename from *-locol.xpm.
13557
13558 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
13559
13560 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
13561 include forms like &<str>; as valid url patterns.
13562
13563 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
13564
13565 * dired.el (dired-diff, dired-backup-diff)
13566 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
13567 (dired-do-chown, dired-do-touch, dired-do-print)
13568 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
13569 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
13570 (dired-create-directory, dired-do-copy, dired-do-symlink)
13571 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
13572 (dired-do-copy-regexp, dired-do-hardlink-regexp)
13573 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
13574 (dired-maybe-insert-subdir, dired-next-subdir)
13575 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
13576 (dired-kill-subdir, dired-tree-up, dired-tree-down)
13577 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
13578 (dired-run-shell-command, dired-query): Remove redundant,
13579 or incorrect, autoloads.
13580
13581 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
13582 does not end in a slash. Add optional argument KILL-ROOT.
13583 Update docstring.
13584 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
13585 (dired-query): Add autoloads.
13586
13587 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
13588
13589 * progmodes/compile.el (compilation-set-window-height):
13590 Rearrange the save-* functions because a buffer can have several current
13591 point in different windows.
13592 (compilation-error-regexp-alist-alist): Recognize {standard input}
13593 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
13594
13595 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13596
13597 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
13598 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
13599 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
13600 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
13601 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
13602 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
13603 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
13604 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
13605 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
13606 * toolbar/up_arrow-locol.xpm:
13607 New versions of icons that uses fewer colors.
13608
13609 * toolbar/tool-bar.el (tool-bar-local-item)
13610 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
13611 if display-color-cells is 256 or less.
13612
13613 2004-06-08 Kim F. Storm <storm@cua.dk>
13614
13615 * wid-edit.el (widget-specify-button): Use hand pointer rather
13616 than mouse-face as visible mouse-over effect.
13617
13618 2004-06-07 Karl Fogel <kfogel@red-bean.com>
13619
13620 * saveplace.el (save-place-alist-to-file): Bind `print-length'
13621 and `print-level' to nil when writing out `save-place-alist'.
13622 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
13623
13624 2004-06-07 Juanma Barranquero <lektu@terra.es>
13625
13626 * completion.el (completion-kill-region): Doc fix.
13627
13628 * format.el (format-insert-annotations)
13629 (format-annotate-location): Doc fixes.
13630 (format-subtract-regions): Make arguments match their use in docstring.
13631
13632 * simple.el (kill-region): Doc fix.
13633
13634 * subr.el (insert-buffer-substring-no-properties)
13635 (insert-buffer-substring-as-yank): Doc fixes.
13636
13637 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
13638
13639 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13640 Update docstring.
13641 (dired-reset-subdir-switches): New function.
13642
13643 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
13644 Limit scope of `buffer-read-only' binding.
13645
13646 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
13647
13648 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
13649 eshell-explicit-command-char.
13650
13651 2004-06-06 Juanma Barranquero <lektu@terra.es>
13652
13653 * help-fns.el (help-argument-name): Inherit from italic face only
13654 if the frame supports it.
13655
13656 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13657
13658 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
13659 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
13660 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
13661 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
13662 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
13663 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
13664 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
13665 New conversions from xpm files.
13666
13667 * toolbar/README: New file.
13668
13669 2004-06-06 Richard M. Stallman <rms@gnu.org>
13670
13671 * isearch.el (isearch-mode-map): Undo previous change.
13672
13673 2004-06-05 Juri Linkov <juri@jurta.org>
13674
13675 * bindings.el (debug-ignored-errors): Add regexps for history
13676 related messages. Remove $ from "No further undo information".
13677 Move Ediff's messages to ediff.el.
13678
13679 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
13680
13681 * cus-edit.el (custom-display): Add `min-colors'.
13682
13683 * custom.el (defface): Add `supports' to docstring.
13684
13685 * help-fns.el (help-argument-name): Add :group 'help.
13686
13687 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
13688
13689 * find-dired.el (find-ls-subdir-switches): New user option.
13690 (find-dired): No longer call `abbreviate-file-name' on DIR.
13691 Set `dired-subdir-switches' buffer-locally.
13692
13693 * locate.el: Merge the two `Commentary' sections.
13694 (locate-ls-subdir-switches): New user option.
13695 (locate): Update for other changes.
13696 (locate-mode-map): Restore Dired binding for mouse-2.
13697 Bind `locate-mouse-view-file' to M-mouse-2.
13698 Bind `l' to `locate-do-redisplay'.
13699 (locate-main-listing-line-p, locate-do-redisplay): New functions.
13700 (locate-mouse-view-file, locate-tags, locate-find-directory):
13701 Print message if used outside main listing.
13702 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
13703 Various changes to support inserted subdirectories.
13704 (locate-insert-header): Change header of *Locate* buffer.
13705
13706 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13707 Change interactive default switches.
13708 (dired-rename-subdir-2): Update `dired-switches-alist'.
13709 (dired-insert-subdir, dired-kill-subdir):
13710 Handle `dired-switches-alist'. Do not mark buffer modified.
13711 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
13712 (dired-insert-subdir-doinsert): Omit messages.
13713 Handle `dired-subdir-switches'.
13714 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
13715
13716 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
13717 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
13718 subdirs if -R switch is used for a subdir.
13719 (dired-mode): Set `dired-switches-alist'.
13720 (dired-build-subdir-alist): Only print number of directories in
13721 echo area when invoked interactively.
13722
13723 2004-06-05 Lars Hansen <larsh@math.ku.dk>
13724
13725 * dired-x.el (dired-omit-mode): Rename from
13726 dired-omit-files-p. Use define-minor-mode to define it.
13727 (dired-omit-files-p): Add as alias for dired-omit-mode.
13728 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
13729 dired-mark-omitted.
13730 (dired-mark-omitted): Add. Bind to M-O.
13731
13732 2004-06-05 Kenichi Handa <handa@m17n.org>
13733
13734 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
13735
13736 2004-06-05 Juanma Barranquero <lektu@terra.es>
13737
13738 * help-fns.el (help-argument-name): Reintroduce face.
13739 (help-default-arg-highlight): Use it, now that
13740 `face-differs-from-default-p' can be trusted.
13741
13742 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13743
13744 * textmodes/table.el: Sentence commands added to Point Motion
13745 group; kill and backward-kill commands added to Extraction group.
13746
13747 2004-06-04 Mario Lang <mlang@delysid.org>
13748
13749 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
13750 systems appear to use mW, make the code handle this. Fix a
13751 division-by-zero bug while at it, and handle kernels with
13752 a slightly different layout in /proc/acpi.
13753
13754 2004-06-04 Karl Fogel <kfogel@red-bean.com>
13755
13756 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
13757 because the latter is a CL-ism. This fixes the bug reported by
13758 Shawn Boyette <mdxi@collapsar.net> in
13759 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
13760
13761 2004-06-04 Miles Bader <miles@gnu.org>
13762
13763 * faces.el (display-supports-face-attributes-p): Function moved to
13764 C code. Previously only the tty-related portion of this function
13765 was done in C; however the previous attempt to do a halfway-proper
13766 job for non-tty displays in lisp didn't work properly because of
13767 funny conditions during Emacs startup.
13768 (face-differs-from-default-p): Simplify, now that
13769 display-supports-face-attributes-p works properly on all display
13770 types. Remove :stipple from comparison; it doesn't really work
13771 in emacs anyway.
13772
13773 2004-06-04 Miles Bader <miles@gnu.org>
13774
13775 * faces.el (face-differs-from-default-p): Use a different
13776 implementation, so we can really check whether FACE displays
13777 differently or not.
13778
13779 2004-06-04 Miles Bader <miles@gnu.org>
13780
13781 * faces.el (display-supports-face-attributes-p): Implement a
13782 `different from default' check for non-tty displays.
13783
13784 2004-06-03 David Kastrup <dak@gnu.org>
13785
13786 * woman.el (woman-mapcan): More concise code.
13787 (woman-topic-all-completions, woman-topic-all-completions-1)
13788 (woman-topic-all-completions-merge): Replace by a simpler and
13789 much faster implementation based on O(n log n) sort/merge instead
13790 of the old O(n^2) behavior.
13791
13792 2004-06-03 Miles Bader <miles@gnu.org>
13793
13794 * subr.el (read-number): Use canonical format for default in prompt.
13795
13796 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
13797 Add regexp for " [...]" style defaults.
13798
13799 2004-06-02 Romain Francoise <romain@orebokech.com>
13800
13801 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
13802 groups: if the user asks for a hidden buffer, open the
13803 corresponding filter group to expose it.
13804
13805 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
13806 `ibuffer-jump-to-buffer'.
13807 (ibuffer-jump-offer-only-visible-buffers): New user option.
13808
13809 2004-06-02 Juanma Barranquero <lektu@terra.es>
13810
13811 * faces.el (frame-update-faces): Add empty docstring so the one
13812 for `ignore' doesn't show through.
13813
13814 * subr.el (process-kill-without-query): Remove spurious "\n" on
13815 obsolescence string.
13816 (focus-frame, unfocus-frame): Add obsolescence declaration and
13817 empty docstring.
13818
13819 * international/mule.el (register-char-codings): Make alias for
13820 `ignore'. Move docstring to obsolescence info and remove redundancy.
13821
13822 2004-06-02 Kim F. Storm <storm@cua.dk>
13823
13824 * frame.el (blink-cursor-start): Turn cursor off initially so blink
13825 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
13826
13827 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13828
13829 * comint.el (comint-replace-by-expanded-history-before-point):
13830 Obey `start' as the docstring says.
13831 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
13832 (comint-update-fence): Prevent font-lock from running unnecessarily.
13833 (comint-dynamic-list-completions): Use with-current-buffer.
13834
13835 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13836
13837 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
13838 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
13839 (bibtex-entry-update): Handle alternatives and optional fields.
13840 (bibtex-parse-entry): Bugfix, handle empty key.
13841
13842 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13843
13844 * vc-arch.el (vc-arch-state): Don't assume the file exists.
13845
13846 2004-05-31 Lars Hansen <larsh@math.ku.dk>
13847
13848 * desktop.el (desktop-save): Don't save minor modes without a
13849 known mode initialization function.
13850
13851 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
13852
13853 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
13854
13855 * autorevert.el: Update `Commentary' section.
13856
13857 2004-05-30 Juanma Barranquero <lektu@terra.es>
13858
13859 * dos-fns.el (convert-standard-filename):
13860 * files.el (convert-standard-filename):
13861 * w32-fns.el (convert-standard-filename):
13862 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
13863
13864 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
13865
13866 Sync with Tramp.
13867
13868 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
13869 (tramp-let-maybe): Move to an earlier spot in the file.
13870 Patch by Andreas Schwab.
13871
13872 2004-05-30 Andreas Schwab <schwab@suse.de>
13873
13874 * dired.el (dired-get-filename): Don't use dired-re-dot.
13875
13876 2004-05-30 Richard M. Stallman <rms@gnu.org>
13877
13878 * files.el (find-file): Doc fix.
13879
13880 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
13881
13882 2004-05-30 Nick Roberts <nickrob@gnu.org>
13883
13884 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
13885 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
13886 modeline of the locals buffer.
13887 (gdb-goto-breakpoint): Handle gdbmi.
13888 (gdb-get-frame-number): Change for gdbmi.
13889
13890 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
13891
13892 * files.el (file-remote-p): Apply file name handler for operation
13893 `file-remote-p'. It isn' a property any longer.
13894 (file-relative-name): `fh' and `fd' get the required value via
13895 `find-file-name-handler' already.
13896
13897 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
13898 (top): Remove setting of `file-remote-p' property for
13899 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
13900
13901 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
13902
13903 Version 2.0.41 of Tramp released.
13904
13905 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
13906 Throw away if process has died.
13907 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
13908 (tramp-out-of-band-prompt-regexp): Rename to
13909 `tramp-process-alive-regexp', because its usage is widen.
13910 (tramp-actions-copy-out-of-band): Apply it.
13911 (tramp-actions-before-shell, tramp-multi-actions):
13912 Add `tramp-action-process-alive' action.
13913 (tramp-action-process-alive): New defun.
13914 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13915 Add entry for `file-remote-p'.
13916 (tramp-handle-file-remote-p): New defun.
13917 (top): Remove setting of `file-remote-p'. Don't set
13918 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
13919
13920 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
13921 `file-remote-p'.
13922
13923 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
13924 counted for (last) line. [They should or they shouldn't? --Stef]
13925 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
13926
13927 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
13928
13929 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
13930 not really necessary but seems to keep the shell history smaller
13931 in some cases. It is no substitute for setting HISTFILE and
13932 HISTSIZE from tramp-open-connection-setup-interactive-shell,
13933 though. Suggested by Luc Teirlinck.
13934 (tramp-open-connection-setup-interactive-shell): Export variables
13935 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
13936 (tramp-set-process-query-on-exit-flag): New compat function.
13937 (tramp-open-connection-multi, tramp-open-connection-su)
13938 (tramp-open-connection-rsh, tramp-open-connection-telnet)
13939 (tramp-do-copy-or-rename-file-out-of-band): Use it.
13940 (tramp-let-maybe): New macro, let-binds a variable only if it
13941 isn't obsolete.
13942 (tramp-check-ls-commands, tramp-handle-expand-file-name)
13943 (tramp-handle-file-truename): Use it.
13944 (tramp-completion-file-name-regexp-unified): Avoid matching
13945 filenames starting with "/:" -- those are reserved for
13946 file-name-non-special.
13947
13948 * tramp-smb.el (tramp-smb-open-connection):
13949 Use tramp-set-process-query-on-exit-flag compat function.
13950
13951 2004-05-29 Richard M. Stallman <rms@gnu.org>
13952
13953 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
13954
13955 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
13956 (eval-last-sexp-print-value): Print char equivalent regardless
13957 of standard-output value.
13958
13959 * thumbs.el (thumbs-subst-char-in-string): Delete.
13960 (thumbs-thumbname): Use subst-char-in-string.
13961 (thumbs-resize-image): Use condition-case, not ignore-errors.
13962 (thumbs-kill-buffer): Likewise.
13963
13964 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
13965 (thumbs-mode): Make buffer read-only.
13966 (thumbs-make-thumb): Unconditionally accept an existing file.
13967 (thumbs-insert-thumb): Add thumb-image-file property to the image.
13968 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
13969 (thumbs-show-thumbs-list): Error if images not supported.
13970 (thumbs-save-current-image): Improve prompt string.
13971 (thumbs-mode-map): Define u, R, x.
13972 (thumbs-unmark): New command.
13973 (thumbs-emboss-image): Minor cleanup.
13974 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
13975 (thumbs-rename-images): New command.
13976 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
13977
13978 * thumbs.el (thumbs-current-image): New function.
13979 (thumbs-file-list, thumbs-file-alist): New functions.
13980 (thumbs-find-image): Delete arg L.
13981 Don't set up thumbs-fileL as buffer-local global var.
13982 (thumbs-find-image-at-point): Use thumbs-current-image.
13983 (thumbs-set-image-at-point-to-root-window): Likewise.
13984 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
13985 Record and warn about errors. Update thumbs-markedL for deletions.
13986 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
13987 (thumbs-redraw-buffer): Use thumbs-file-list.
13988 (thumbs-mark): Use thumbs-current-image.
13989 (thumbs-show-name): Use thumbs-current-image.
13990
13991 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
13992 and imenu--last-menubar-index-alist.
13993
13994 * subr.el (with-selected-window): Undo previous change.
13995
13996 2004-05-29 John Paul Wallington <jpw@gnu.org>
13997
13998 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
13999 (thumbs-mouse-find-image): New command.
14000 (thumbs-mode-map): Bind it to mouse-2.
14001 (thumbs-mode): Make mode-class special.
14002 (thumbs-view-image-mode): Likewise.
14003
14004 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
14005
14006 * flymake.el: New file.
14007
14008 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
14009
14010 * files.el (find-file-noselect-1): Do not bind
14011 `inhibit-read-only' to t during execution of
14012 `find-file-not-found-functions'.
14013
14014 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14015
14016 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
14017 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
14018
14019 2004-05-28 Juri Linkov <juri@jurta.org>
14020
14021 * simple.el (eval-expression-print-format): New fun.
14022
14023 * simple.el (eval-expression):
14024 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
14025 * emacs-lisp/edebug.el (edebug-compute-previous-result)
14026 (edebug-eval-expression): Print additionally the value returned by
14027 `eval-expression-print-format'.
14028
14029 * emacs-lisp/lisp.el (insert-pair-alist): New var.
14030 (insert-pair): Make arguments optional. Find character pair
14031 from `insert-pair-alist' according to the last input event.
14032 (insert-parentheses): Make arguments optional.
14033 (raise-sexp, delete-pair): New funs.
14034
14035 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
14036 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14037 Bind C-M-q to `indent-pp-sexp'.
14038
14039 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
14040 `pp-to-string' modified to be able to format text with newlines.
14041 (pp-to-string): Move the buffer-formatting part of the code to
14042 `pp-buffer'. Call `pp-buffer'.
14043
14044 * info.el (Info-desktop-buffer-misc-data): Don't save information
14045 about virtual files.
14046 (Info-restore-desktop-buffer): Restore Info buffers in prepared
14047 buffers with names obtained from the desktop file instead of the
14048 default *info* buffer.
14049
14050 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14051
14052 * subr.el (with-selected-window): Only save/restore the selected window.
14053
14054 * progmodes/compile.el (compilation-error-regexp-alist):
14055 Use expand-file-name and data-directory.
14056
14057 * progmodes/grep.el (grep-tree): Rework previous fix.
14058
14059 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
14060 after the user marked text with the mouse.
14061
14062 * startup.el (command-line): Keep the first regexp of
14063 auto-save-file-name-transforms intact.
14064
14065 2004-05-28 Juanma Barranquero <lektu@terra.es>
14066
14067 * cus-edit.el (customize-face, customize-face-other-window)
14068 (custom-face-edit-delete): Make arguments match their use in
14069 docstring.
14070 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
14071 docstring.
14072
14073 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
14074 not `cvs-butlast'.
14075
14076 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
14077 `nbutlast' are in subr.el).
14078
14079 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
14080 (set-w32-system-coding-system): Doc fixes.
14081
14082 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
14083 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
14084 Make arguments match their use in docstring.
14085 (artist-draw-region-trim-line-endings)
14086 (artist-mouse-choose-operation): Fix typo in docstring.
14087 (artist-key-set-point-common): Doc fix.
14088
14089 2004-05-28 Simon Josefsson <jas@extundo.com>
14090
14091 * mail/smtpmail.el (smtpmail-open-stream):
14092 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
14093
14094 2004-05-26 Simon Josefsson <jas@extundo.com>
14095
14096 * starttls.el: Merge with my GNUTLS based starttls.el.
14097 (starttls-gnutls-program, starttls-use-gnutls)
14098 (starttls-extra-arguments, starttls-process-connection-type)
14099 (starttls-connect, starttls-failure, starttls-success): New variables.
14100 (starttls-program, starttls-extra-args): Doc fix.
14101 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
14102 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
14103 and pass on to corresponding *-gnutls function if it is set.
14104
14105 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
14106
14107 * autorevert.el (auto-revert-handler): Disable auto-reverting of
14108 remote files.
14109
14110 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
14111
14112 * files.el (file-name-non-special): There are more operations
14113 which need handling: `find-backup-file-name',
14114 `insert-file-contents', `verify-visited-file-modtime',
14115 `write-region'. Rename t value of method to `add'. Add new
14116 methods `quote' and `unquote-then-quote' to file-arg-indices.
14117
14118 2004-05-25 Juri Linkov <juri@jurta.org>
14119
14120 * info.el (Info-toc): Call Info-mode on intermediate buffer.
14121 (Info-index-nodes): Enclose code in condition-case to catch errors.
14122 (Info-index-node): Don't search all index nodes if request is only
14123 for the current node and file is not in the cache of index nodes.
14124 (Info-mode-map): Bind Info-copy-current-node-name to `w'
14125 for consistency with dired-copy-filename-as-kill.
14126 Bind `S' to Info-search-case-sensitively.
14127 (Info-copy-current-node-name): New arg. With zero prefix arg put
14128 the name inside a function call to `info'. Display copied text in
14129 the echo area.
14130
14131 2004-05-25 Sam Steingold <sds@gnu.org>
14132
14133 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
14134 strip the package prefix from the symbol name, if any.
14135 Make it the `find-tag-default-function' for `lisp-mode'.
14136
14137 2004-05-25 John Paul Wallington <jpw@gnu.org>
14138
14139 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
14140 instead of obsolete `process-kill-without-query'.
14141
14142 * textmodes/texinfmt.el (texinfo-indexvar-alist):
14143 Declare as variable, not constant.
14144
14145 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
14146
14147 * files.el (find-file-noselect-1): Fix bug introduced by
14148 Revision 1.694. As a side effect, `inhibit-read-only'
14149 is again, by default, t during execution of
14150 `find-file-not-found-functions'.
14151 (insert-directory): Check that lines were really inserted by
14152 the --dired switch, before erasing them.
14153
14154 2004-05-24 Nick Roberts <nickrob@gnu.org>
14155
14156 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
14157 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
14158 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
14159 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
14160 gud-minor-mode (gdbmi).
14161
14162 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14163
14164 * net/browse-url.el (browse-url-interactive-arg): Enable user to
14165 explicitly select the text to be taken as URL.
14166
14167 2004-05-23 Juri Linkov <juri@jurta.org>
14168
14169 * info.el (Info-index-nodes): New var and fun.
14170 (Info-goto-index, Info-index, info-apropos)
14171 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
14172 (Info-index): Fix docstring. Store and restore Info-history-list.
14173 (Info-complete-nodes): New var.
14174 (Info-complete-menu-item): Use it.
14175 (Info-index-node): New fun.
14176 (Info-final-node, Info-forward-node, Info-backward-node)
14177 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
14178 Use Info-index-node.
14179 (Info-extract-menu-item, Info-extract-menu-counting): Set second
14180 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
14181 (Info-find-node-2): If a node with period in its name not found,
14182 try to find a node without the name part after period.
14183 (Info-select-node): Call Info-fontify-node only if
14184 Info-fontify-maximum-menu-size is not nil.
14185 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
14186 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
14187 Preserve Info-history-list.
14188 (Info-toc): Set Info-current-file.
14189 (Info-build-toc): Move point to the beginning of the buffer.
14190 Add main-file variable.
14191 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
14192 Use backslashed representation of the control character ^_.
14193
14194 * textmodes/texinfmt.el (texinfo-print-index): Print index line
14195 numbers in the new Texinfo 4.7 format.
14196
14197 * add-log.el (change-log-font-lock-keywords): Remove `:' from
14198 regexps for function and variable names.
14199
14200 * descr-text.el (describe-property-list): Add [show] button for
14201 `syntax-table' property with action to pp to a separate buffer.
14202 (describe-char): Replace search-forward by re-search-forward with
14203 whitespace regexp after "character:" to not fail in too narrow windows.
14204
14205 * simple.el (next-error-find-buffer): Add a rule to return
14206 next-error capable buffer if one window on the selected frame
14207 displays such buffer.
14208
14209 2004-05-23 Nick Roberts <nickrob@gnu.org>
14210
14211 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
14212 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
14213 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
14214 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
14215 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
14216 Handle new value for gud-minor-mode (gdbmi).
14217 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
14218 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
14219 Change from local to global gdb variable set.
14220 (gdb-ann3): Initialise above gdb variable set.
14221 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
14222 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
14223 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
14224 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
14225 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
14226 (gdb-info-locals-handler, gdb-invalidate-assembler)
14227 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
14228 set as global variables.
14229 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
14230 Handle gdbmi.
14231 (gdb-info-breakpoints-custom): Fix regexp.
14232 (def-gdb-var): Delete.
14233
14234 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
14235 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
14236 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
14237 a new mode. The file (gdb-mi.el) for this mode will be included
14238 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
14239 primary interface.
14240
14241 2004-05-23 Jesper Harder <harder@ifa.au.dk>
14242
14243 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
14244 interpreted as a directory.
14245
14246 2004-05-22 Richard M. Stallman <rms@gnu.org>
14247
14248 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
14249 as a close quote.
14250
14251 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
14252
14253 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
14254 Use assoc-string, not assoc-ignore-case.
14255
14256 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
14257
14258 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
14259 If moving back then fwd gets a defun that ends before point,
14260 try again moving fwd then back.
14261
14262 * files.el (file-name-non-special): Allow t in file-arg-indices
14263 to mean requote the return value. Use `identity' as an element
14264 rather than as the whole value.
14265
14266 * gs.el (gs-options): Add -dSAFER. Mark it risky.
14267
14268 2004-05-22 Juanma Barranquero <lektu@terra.es>
14269
14270 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
14271 `help-make-usage'.
14272 (help-highlight-arguments): Skip function name before searching
14273 for arguments.
14274
14275 2004-05-21 Juanma Barranquero <lektu@terra.es>
14276
14277 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
14278 Don't mention in the docstring these arguments meant for
14279 internal (recursive) use only.
14280 (allout-char-spec): Comment out (it's not implemented).
14281 (allout-old-expose-topic, allout-exposure): Fix docstring and add
14282 obsolescence declaration.
14283 (allout-flatten-exposed-to-buffer)
14284 (allout-indented-exposed-to-buffer): Fix typos in docstring.
14285 (my-mark-marker): Doc fix.
14286 (produce-allout-mode-map, allout-sibling-index)
14287 (allout-isearch-expose, allout-distinctive-bullet)
14288 (allout-open-topic, allout-reindent-body)
14289 (allout-rebullet-heading, allout-process-exposed)
14290 (allout-insert-listified, allout-latex-verb-quote)
14291 (allout-insert-latex-header, allout-insert-latex-trailer):
14292 Make arguments match their use in docstring.
14293 (allout-primary-bullet, allout-old-style-prefixes)
14294 (allout-inhibit-protection, allout-init, allout-mode)
14295 (allout-before-change-protect, allout-flag-region):
14296 Use "Emacs" instead of "emacs" in docstrings.
14297
14298 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
14299
14300 * international/characters.el: Modify syntax of more characters.
14301
14302 2004-05-21 Masatake YAMATO <jet@gyve.org>
14303
14304 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
14305 (etags-tags-completion-table): Show parsing progress.
14306
14307 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
14308
14309 * locate.el (locate-prompt-for-command): Shorten first line of
14310 docstring.
14311 (locate-mode): Expand docstring and include keymap summary.
14312
14313 * files.el (find-file-noselect-1): Limit the scope of the
14314 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
14315 is, by default, nil during the execution of
14316 `find-file-not-found-functions' and `find-file-hook'.
14317
14318 2004-05-20 Michael Mauger <mmaug@yahoo.com>
14319
14320 * facemenu.el (facemenu-color-name-equal): New function.
14321 (list-colors-display): Use it to compare colors instead of
14322 facemenu-color-equal.
14323
14324 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
14325
14326 * compare-w.el (compare-windows-face): Use min-colors instead of
14327 checking for tty or pc types.
14328
14329 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14330
14331 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
14332 (completion-setup-function): Use with-current-buffer.
14333 Properly save excursion. Simplify.
14334 Don't assume there is necessarily a `mouse-face' property somewhere.
14335
14336 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
14337
14338 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
14339
14340 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
14341 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
14342 Use with-current-buffer.
14343 (byte-goto-log-buffer): Delete.
14344 (byte-compile-log-file): Call compilation-forget-errors.
14345
14346 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14347
14348 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
14349 output messages into the search result.
14350
14351 2004-05-19 Masatake YAMATO <jet@gyve.org>
14352
14353 * wid-edit.el (widget-radio-button-notify): Revert my last
14354 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14355
14356 2004-05-19 Kenichi Handa <handa@m17n.org>
14357
14358 * international/characters.el: Fix syntax (open/close) of CJK chars.
14359
14360 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14361
14362 * help-mode.el (help-go-back): Don't depend on position of back button.
14363
14364 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14365
14366 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
14367 files files don't contain an accidental additional /.
14368
14369 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
14370 in source buffer.
14371
14372 2004-05-18 Masatake YAMATO <jet@gyve.org>
14373
14374 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
14375 to widget-apply. :action method assumes 2 arguments, not 3.
14376
14377 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
14378
14379 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14380 New constants.
14381 (hs-special-modes-alist): Add an f90-mode entry.
14382
14383 2004-05-17 Sam Steingold <sds@gnu.org>
14384
14385 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
14386 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
14387
14388 2004-05-16 Kim F. Storm <storm@cua.dk>
14389
14390 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
14391
14392 2004-05-15 John Wiegley <johnw@newartisans.com>
14393
14394 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
14395 (eshell-output-object-to-target): Improve output speed 20% by not
14396 calling `eshell-stringify' if something is already known to be a string.
14397
14398 2004-05-15 Alex Ott <ott@jet.msk.su>
14399
14400 * textmodes/ispell.el (ispell-local-dictionary-alist):
14401 Add windows-1251 to the choice of coding systems.
14402 (ispell-dictionary-alist-6): Add support for "russianw.aff",
14403 encoded in cp1251.
14404
14405 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
14406
14407 * progmodes/compile.el (compilation-warning-face)
14408 (compilation-info-face): Use min-colors.
14409
14410 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14411
14412 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
14413 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
14414 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
14415 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
14416 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
14417 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
14418 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
14419 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
14420 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
14421 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
14422 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
14423 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
14424 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
14425 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
14426
14427 2004-05-15 Kim F. Storm <storm@cua.dk>
14428
14429 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
14430 Use it to set triggered-p element of timer.
14431 (timer-event-handler): Set triggered-p element non-nil while running
14432 the timer function.
14433
14434 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14435
14436 * descr-text.el (describe-char-unicode-data)
14437 (describe-char-unicodedata-file): Re-enable the unicode code now that
14438 the licensing issues have been cleared in the unicode-4 license.
14439 (describe-text-properties-1): Remove unused `overlay' var.
14440 (describe-char): Remove unused var `buffer'.
14441
14442 2004-05-14 David Ponce <david@dponce.com>
14443
14444 * tree-widget.el: New file.
14445
14446 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
14447
14448 * language/european.el ("Brazilian Portuguese"): Add support for
14449 Brazilian Portuguese.
14450
14451 2004-05-13 John Wiegley <johnw@newartisans.com>
14452
14453 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
14454 `recentf-mode' if this variable has been customized to t.
14455
14456 * eshell/esh-test.el (eshell-test): Call the function
14457 `emacs-version' rather than trying to build a custom version string.
14458
14459 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14460
14461 * net/telnet.el (telnet-mode): Use define-derived-mode.
14462 Don't modify the global value of comint-prompt-regexp.
14463
14464 2004-05-13 John Paul Wallington <jpw@gnu.org>
14465
14466 * version.el (emacs-version): Check for `gtk' feature before
14467 `x-toolkit' feature.
14468
14469 2004-05-13 Juanma Barranquero <lektu@terra.es>
14470
14471 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
14472 arguments in the docstring, they're used only in recursive calls.
14473
14474 * help-fns.el (help-arg-highlighting-function)
14475 (help-argument-name): Delete.
14476 (help-default-arg-highlight): New function.
14477 (help-do-arg-highlighting): Use it.
14478
14479 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14480
14481 * calendar/appt.el (appt-disp-window):
14482 Use `calendar-set-mode-line' for a centered mode-line.
14483
14484 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14485
14486 * calendar/appt.el (appt-disp-window): Do not split window
14487 excessively when `split-height-threshold' is low.
14488
14489 2004-05-12 Nick Roberts <nickrob@gnu.org>
14490
14491 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
14492 kill-buffer-hook here and make it local.
14493 (gud-kill-buffer-hook): Use kill-process for a sure kill.
14494
14495 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
14496
14497 * progmodes/compile.el (compilation-set-window-height):
14498 Use save-excursion to protect against misplaced marker.
14499
14500 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14501
14502 * custom.el (defface): Document that type can have value gtk.
14503
14504 * faces.el (face-spec-set-match-display): Handle type gtk in display.
14505
14506 2004-05-12 Kenichi Handa <handa@m17n.org>
14507
14508 * descr-text.el: Require quail at comile time.
14509 (describe-char): If an input method is on and it supports the
14510 character, show how to input it.
14511
14512 * international/quail.el (quail-install-decode-map): Accept a
14513 char-table whose subtype is `quail-decode-map'.
14514 (quail-store-decode-map-key, quail-gen-decode-map1)
14515 (quail-gen-decode-map, quail-find-key1, quail-find-key)
14516 (quail-show-key): New functions.
14517
14518 2004-05-12 Juanma Barranquero <lektu@terra.es>
14519
14520 * generic.el (define-generic-mode): Remove redundant arglist info.
14521
14522 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
14523 Make arguments match their use in docstring.
14524 (help-arg-highlighting-function): New variable.
14525 (help-argument-name): Mention it in the docstring.
14526 (help-do-arg-highlight): Use it. Expand regexp to accept also
14527 ARG-xxx and xxx-ARG references.
14528
14529 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14530
14531 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
14532 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
14533 and "mailto:addr1?to=addr2" equal.
14534
14535 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14536
14537 * man.el (Man-getpage-in-background): Use shell-file-name
14538 and shell-command-switch variables instead of hard-coded values.
14539
14540 2004-05-11 Eli Zaretskii <eliz@gnu.org>
14541
14542 * iimage.el: New file.
14543
14544 2004-05-11 Juanma Barranquero <lektu@terra.es>
14545
14546 * custom.el (custom-initialize-default, defcustom):
14547 Fix typo in docstring.
14548
14549 * files.el (set-visited-file-name, file-expand-wildcards):
14550 Fix docstring.
14551
14552 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14553
14554 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
14555
14556 * subr.el (eventp): Be more discriminating with integers.
14557
14558 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
14559
14560 * progmodes/compile.el (compile): Add universal prefix arg.
14561 (compilation-error-regexp-alist-alist): Add edg patterns.
14562
14563 2004-05-10 Sam Steingold <sds@gnu.org>
14564
14565 * textmodes/ispell.el (ispell-message):
14566 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
14567
14568 2004-05-10 Dave Love <fx@gnu.org>
14569
14570 * progmodes/python.el (help-buffer): Autoload when compiling.
14571 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
14572 (run-python): Prepend to any existing PYTHONPATH.
14573
14574 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
14575
14576 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
14577 for pending breakpoints.
14578
14579 2004-05-10 Richard M. Stallman <rms@gnu.org>
14580
14581 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
14582 directly without calling any functions in Rmail.
14583 (unrmail-unprune): Function deleted.
14584
14585 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14586
14587 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
14588 C-c C-z binding.
14589
14590 2004-05-10 Kenichi Handa <handa@m17n.org>
14591
14592 * descr-text.el (describe-char): Fix previous change. Don't make
14593 a unibyte character to multibyte in the *Help* buffer.
14594
14595 2004-05-10 Miles Bader <miles@gnu.org>
14596
14597 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
14598 buffer an error if the debugger process is actually running.
14599
14600 2004-05-10 Juanma Barranquero <lektu@terra.es>
14601
14602 * help-fns.el (help-argument-name): Default to italic.
14603 (help-highlight-arguments): Return always (usage . doc), even when
14604 usage is nil.
14605
14606 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
14607 (define-ibuffer-filter): Add usage info.
14608 (define-ibuffer-op): Add usage info (but CL-style defaults for
14609 keyword args are not shown).
14610
14611 * subr.el (remove-overlays, read-passwd): Fix docstring.
14612 (start-process-shell-command): Fix docstring. Put usage info in a
14613 format usable by `describe-function'.
14614 (open-network-stream, open-network-stream-nowait)
14615 (open-network-stream-server): Fix docstring.
14616
14617 2004-05-09 Jason Rumney <jasonr@gnu.org>
14618
14619 * international/code-pages (cp932, cp936, cp949, c950): Remove.
14620 Only define cp125* if windows-125* is already defined.
14621
14622 * language/korean.el (cp949): Add alias.
14623
14624 * language/chinese.el (cp936, cp950): Add aliases.
14625
14626 * language/japanese.el (cp932): Add alias.
14627
14628 * term/w32-win.el: Require code-pages.
14629
14630 * international/mule-cmds.el (set-locale-environment):
14631 On MS-Windows use ansi code-page for default coding-systems.
14632 Set up paper sizes for Windows 3 letter languages.
14633
14634 * international/code-pages.el (cp932, cp936, cp949, cp950):
14635 Add aliases. Also add cp125* if not already defined.
14636
14637 2004-05-09 Juanma Barranquero <lektu@terra.es>
14638
14639 * help-fns.el (help-highlight-arguments): Don't try to highlight
14640 missing or autoloaded arglists. Accept structured arguments, like
14641 the first ones of `do' and `flet'.
14642
14643 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
14644 (cvs-get-marked): Remove redundant arglist info.
14645
14646 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
14647 Don't use CL-style default args.
14648
14649 2004-05-08 Andreas Schwab <schwab@suse.de>
14650
14651 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
14652
14653 * international/subst-ksc.el: Fix references to utf-translate-cjk
14654 into utf-translate-cjk-mode.
14655 * international/subst-big5.el: Likewise.
14656 * international/subst-gb2312.el: Likewise.
14657 * international/subst-jis.el: Likewise.
14658 * international/utf-16.el: Likewise.
14659 * international/utf-8.el: Likewise.
14660
14661 2004-05-08 John Wiegley <johnw@newartisans.com>
14662
14663 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
14664 "virtual buffers" (off by default), which makes it possible to
14665 switch to the "virtual" buffers of recently visited files. When a
14666 buffer name search fails, and this option is on, iswitchb will
14667 look at the list of recently visited files, and permit matching
14668 against those names. When the user hits RET on a match, it will
14669 revisit that file.
14670 (iswitchb-read-buffer): Add two optional arguments, which makes
14671 isearchb.el possible.
14672 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
14673 (iswitchb-next-match): Add support for virtual buffers.
14674
14675 * isearchb.el: This module extends iswitchb to provide "as you
14676 type" buffer selection.
14677
14678 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
14679 Ignore the read-only property when flyspell highlighting is on.
14680 Not ignoring it leads to a series of confusing errors.
14681 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
14682 but also make sure to call flyspell-incorrect-hook.
14683 (flyspell-maybe-correct-transposition): Perform transposition test
14684 by bit twiddling a string, rather than using a temp buffer.
14685 (flyspell-maybe-correct-doubling): Use a string rather than a temp
14686 buffer. This is also the original version of the code, which
14687 could not be checked in before due to a previous lack of
14688 assignment papers. This version has seen heavy usage on my system
14689 for several years now.
14690
14691 * calendar/cal-bahai.el: New file, which adds support for the
14692 Baha'i calendar to Emacs. This calendar is based on a solar year
14693 of 19 months of 19 days, with 4 intercalary days. Each year
14694 begins on March 21, with the calendar starting in 1844.
14695
14696 * calendar/cal-menu.el, calendar/calendar.el
14697 * calendar/diary-lib.el, calendar/holidays.el:
14698 Added support for using cal-bahai.el.
14699
14700 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
14701 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
14702 function can be used outside of eshell buffers.
14703 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
14704
14705 2004-05-08 Juanma Barranquero <lektu@terra.es>
14706
14707 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
14708 word constituent so FOO-ARG is not recognized as an arg.
14709 (help-highlight-arguments): Don't skip lists in mandatory arguments.
14710
14711 * simple.el (next-error): Fix typo in docstring.
14712 (open-line): Make argument names match their use in docstring.
14713 (split-line): Fix docstring.
14714
14715 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
14716 usable by `describe-function'.
14717 (gensym, gentemp, typep, ignore-errors): Make argument names match
14718 their use in docstring.
14719
14720 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
14721 argument to `help-setup-xref'.
14722
14723 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
14724
14725 Version 2.0.40 of Tramp released.
14726
14727 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
14728 Use symbol-function to invoke functions only known on some Emacs
14729 flavors. This avoids byte-compiler warnings. Reported by Kevin
14730 Scaldeferri <kevin@scaldeferri.com>.
14731 (tramp-do-copy-or-rename-file-via-buffer): Rename from
14732 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
14733 consistent with the other tramp-do-* functions.
14734 (tramp-do-copy-or-rename-file): Calls adjusted.
14735 (tramp-process-initial-commands): Avoid liveness check on shell --
14736 we know that it must be alive since we're opening a connection at
14737 this moment.
14738 (tramp-last-cmd): New internal variable.
14739 (tramp-process-echoes): New tunable.
14740 (tramp-send-command): Set tramp-last-cmd.
14741 (tramp-wait-for-output): Delete echo, if applicable.
14742 (tramp-read-passwd): Construct the key for the password cache in a
14743 way that works for multi methods, too.
14744 (tramp-bug): Add backup-directory-alist and
14745 bkup-backup-directory-info to bug reports, with Tramp counterparts.
14746
14747 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
14748
14749 * net/tramp*.el: Suppress byte-compiler warnings where possible.
14750
14751 * net/tramp.el (tramp-out-of-band-prompt-regexp)
14752 (tramp-actions-copy-out-of-band): New defcustoms.
14753 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
14754 used instead of a synchronous one. Allows password entering.
14755 (tramp-action-out-of-band): New defun.
14756 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
14757 Remove restriction with password from doc string.
14758 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
14759 `tramp-out-of-band-prompt-regexp',
14760 `tramp-actions-copy-out-of-band', `password-cache' and
14761 `password-cache-expiry'.
14762 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
14763 password caching.
14764 (tramp-touch): FILE can be a local file, too.
14765 (TODO): Remove items done.
14766 (tramp-handle-insert-directory): Properly quote file name also if
14767 not full-directory-p. Handle wildcard case. Reported by Andreas
14768 Schwab <schwab@suse.de>.
14769 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
14770 new file.
14771 (tramp-handle-file-local-copy, tramp-handle-write-region):
14772 The permissions of the temporary file are set if filename exists.
14773 Reported by Ted Stern <stern@cray.com>.
14774 (tramp-backup-directory-alist)
14775 (tramp-bkup-backup-directory-info): New defcustoms.
14776 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
14777 (tramp-handle-find-backup-file-name): New function.
14778 Implements Tramp's find-backup-file-name.
14779
14780 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
14781 for `find-backup-file-name'.
14782
14783 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
14784 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
14785
14786 2004-05-07 Lars Hansen <larsh@math.ku.dk>
14787
14788 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
14789
14790 2004-05-07 Juanma Barranquero <lektu@terra.es>
14791
14792 * subr.el (lambda): Add arglist description to docstring.
14793 (declare): Fix typo in docstring.
14794 (open-network-stream): Fix docstring.
14795 (process-kill-without-query): Fix docstring and add obsolescence info.
14796 (last, butlast, nbutlast): Make arguments match their use in docstring.
14797 (insert-buffer-substring-no-properties): Likewise.
14798 (insert-buffer-substring-as-yank): Likewise.
14799 (split-string): Fix docstring.
14800
14801 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14802 Make argument names match their use in docstring.
14803
14804 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
14805
14806 2004-05-06 Nick Roberts <nickrob@gnu.org>
14807
14808 * progmodes/gdb-ui.el: Improve/extend documentation strings.
14809 Fit first sentence on one line for apropos-command.
14810
14811 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14812
14813 Changes largely merged in from Dave Love's code.
14814 * progmodes/python.el: Doc fixes.
14815 (python-mode-map): Add python-complete-symbol.
14816 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
14817 (python-comment-indent, python-complete-symbol)
14818 (python-symbol-completions, python-partial-symbol)
14819 (python-try-complete): New.
14820 (python-indent-line): Remove optional arg. Use python-block-end-p.
14821 (python-check): Bind compilation-error-regexp-alist.
14822 (inferior-python-mode): Use rx. Move keybindings to top level.
14823 Set comint-input-filter.
14824 (python-preoutput-filter): Use rx.
14825 (python-input-filter): Re-introduce.
14826 (python-proc): Start new process if necessary.
14827 Check python-buffer non-nil.
14828 (view-return-to-alist): Defvar.
14829 (python-send-receive): New.
14830 (python-eldoc-function): Use it.
14831 (python-mode-running): Don't defvar.
14832 (python-mode): Set comment-indent-function.
14833 Maybe update hippie-expand-try-functions-list.
14834 (python-indentation-levels): Initialize differently.
14835 (python-block-end-p): New.
14836 (python-indent-line): Use it.
14837 (python-compilation-regexp-alist): Augment.
14838 (run-python): Import `emacs' module to Python rather than loading
14839 code directly. Set python-buffer differently.
14840 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
14841 Use python-proc.
14842 (python-send-command): Go to end of comint buffer.
14843 (python-load-file): Use python-proc, emacs.eimport.
14844 (python-describe-symbol): Simplify interactive form.
14845 Use emacs.help. Do use temp-buffer-show-hook.
14846 Call print-help-return-message.
14847 (hippie-exp): Require when compiling.
14848 (python-preoutput-continuation): Use rx.
14849
14850 * diff-mode.el (diff-make-unified): Fix regexp.
14851
14852 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
14853
14854 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
14855 filter groups from the buffer when rebuilding the Ibuffer buffer
14856 and `ibuffer-show-empty-filter-groups' is nil.
14857
14858 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14859
14860 * ps-print.el (ps-print-quote): Call ps-value-string.
14861 (ps-setup): Call ps-comment-string.
14862 (ps-value-string, ps-comment-string): New funs.
14863
14864 2004-05-06 Juanma Barranquero <lektu@terra.es>
14865
14866 * ehelp.el (electric-help-command-loop): Check whether the last
14867 character is visible, not (point-max).
14868
14869 * help-fns.el (help-argument-name): Default to bold; don't inherit
14870 from font-lock-variable-name-face.
14871 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
14872
14873 2004-05-05 Kenichi Handa <handa@m17n.org>
14874
14875 * descr-text.el (describe-char): Copy the character with text
14876 properties and overlays into the first line, and call
14877 describe-text-properties on it.
14878
14879 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
14880
14881 * iswitchb.el (iswitchb-global-map): Fix typo.
14882 Remove unwanted ###autoloads from source file.
14883
14884 2004-05-05 Lars Hansen <larsh@math.ku.dk>
14885
14886 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
14887 in run-hooks. Use substitute-command-keys in message.
14888 (wdired-abort-changes): Add message.
14889
14890 2004-05-03 Michael Mauger <mmaug@yahoo.com>
14891
14892 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
14893 (sql-emacs20-p): Remove.
14894 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
14895 (sql-builtin-face, sql-doc-face): Remove.
14896 (sql-mode-ansi-font-lock-keywords)
14897 (sql-mode-oracle-font-lock-keywords)
14898 (sql-mode-postgres-font-lock-keywords)
14899 (sql-mode-linter-font-lock-keywords)
14900 (sql-mode-ms-font-lock-keywords)
14901 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
14902 (sql-product-font-lock): Fix font-lock reset when font rules change.
14903 (sql-highlight-product): Remove incorrect font-lock reset logic.
14904
14905 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
14906
14907 * ses.el (ses-set-parameter): Fix typo.
14908
14909 2004-05-04 Kim F. Storm <storm@cua.dk>
14910
14911 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
14912 Must expand directory for completion to work; and don't mess with
14913 process-environment.
14914 (ido-read-file-name): If command has ido property, don't use ido
14915 if value is ignore, or read as directory if value is dir.
14916 Set ido ignore property for dired-do-rename command.
14917
14918 2004-05-04 Juanma Barranquero <lektu@terra.es>
14919
14920 * ehelp.el (electric-help-command-loop, electric-help-undefined)
14921 (electric-help-help): Check against unmapped commands.
14922
14923 * help-fns.el (help-argument-name): New face, inheriting from
14924 font-lock-variable-name-face, to highlight function arguments in
14925 `describe-function' and `describe-key'.
14926 (help-do-arg-highlight): Auxiliary function to highlight a given
14927 list of arguments in a string.
14928 (help-highlight-arguments): Highlight the function arguments and
14929 all uses of them in the docstring.
14930 (describe-function-1): Use it. Do docstring output via `insert',
14931 not 'princ', so text attributes are preserved.
14932
14933 * winner.el (winner-mode-map): Move `winner-undo' and
14934 `winner-redo' to C-c <left> and C-c <right>, respectively (the
14935 previous bindings conflict with `prev-buffer', `next-buffer').
14936
14937 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14938
14939 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
14940 (bibtex-entry-update): New command bound to C-c C-u.
14941 (bibtex-text-in-string): Fix regexp.
14942 (bibtex-assoc-of-regexp): Remove.
14943 (bibtex-progress-message): Fix docstring.
14944 (bibtex-inside-field): Use if.
14945 (bibtex-assoc-regexp): New function.
14946 (bibtex-format-entry): Make code more robust so that it formats
14947 also old entries.
14948 (bibtex-autokey-demangle-title): Merge with obsolete function
14949 bibtex-assoc-of-regexp.
14950 (bibtex-field-list): New function.
14951 (bibtex-entry): Use bibtex-field-list.
14952 (bibtex-parse-entry): Fix docstring.
14953 (bibtex-print-help-message): Use bibtex-field-list.
14954 (bibtex-make-field): Use bibtex-field-list.
14955 (bibtex-entry-index): Bugfix. Return crossref key if required.
14956 (bibtex-lessp): Fix docstring.
14957
14958 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
14959
14960 * select.el (xselect-convert-to-string): Move comment to intended line.
14961
14962 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14963
14964 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
14965 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
14966
14967 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14968
14969 * term/x-win.el (x-clipboard-yank): Don't exit on error from
14970 x-get-selection.
14971
14972 2004-05-03 Jason Rumney <jasonr@gnu.org>
14973
14974 * makefile.nt: Remove.
14975
14976 2004-05-03 Kim F. Storm <storm@cua.dk>
14977
14978 * emulation/cua-base.el (cua--update-indications): Fix last change.
14979 (cua-mode): Deactivate mark when cua-mode is enabled.
14980
14981 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
14982
14983 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
14984
14985 2004-05-03 Nick Roberts <nickrob@gnu.org>
14986
14987 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
14988 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
14989 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
14990 window over visible frames.
14991 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
14992
14993 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
14994
14995 * progmodes/compile.el (compilation-gcpro): New var.
14996 (compilation-fake-loc): Use it.
14997 (compilation-forget-errors): Reset it.
14998
14999 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
15000
15001 * diff-mode.el (diff-header-face, diff-file-header-face):
15002 Use min-colors.
15003
15004 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15005
15006 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
15007 (bibtex-clean-entry): Disentangle code.
15008 (bibtex-realign): New function.
15009 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
15010 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
15011 Remove undocumented optional arg called-by-convert-alien.
15012 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
15013 for sorting instead of bibtex-sort-buffer.
15014
15015 2004-05-02 Eli Zaretskii <eliz@gnu.org>
15016
15017 * progmodes/compile.el (compilation-start): In the
15018 no-async-subprocesses branch, call sit-for to give redisplay a
15019 chance to show the updated process status in the mode line, and
15020 fontify the buffer explicitly after the process exits.
15021
15022 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
15023
15024 * progmodes/python.el (python-compilation-line-number): Remove.
15025 (python-compilation-regexp-alist): Don't use it any more.
15026 (python-orig-start, python-input-filter): Remove.
15027 (inferior-python-mode): Don't set up comint-input-filter-functions.
15028 (python-send-region): Use compilation-fake-loc.
15029
15030 * progmodes/compile.el (compilation-messages-start): New var.
15031 (compilation-mode): Don't setup next-error-function here.
15032 (compilation-setup): Set it up here instead (for minor modes as well).
15033 Make compilation-messages-start buffer local.
15034 (compilation-next-error-function): Use it.
15035 (compilation-forget-errors): Set compilation-messages-start.
15036
15037 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
15038
15039 * ielm.el (ielm-prompt-read-only): Update docstring.
15040
15041 * comint.el (comint-prompt-read-only): Update docstring.
15042 (comint-update-fence, comint-kill-whole-line)
15043 (comint-kill-region): New functions.
15044
15045 * simple.el (kill-whole-line): Use "p" instead of "P" in
15046 interactive form.
15047
15048 2004-05-01 Juanma Barranquero <lektu@terra.es>
15049
15050 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
15051 format arglist so default values in CL-style argument lists are
15052 correctly shown.
15053
15054 2004-05-01 Jason Rumney <jasonr@gnu.org>
15055
15056 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
15057
15058 2004-05-01 Kenichi Handa <handa@m17n.org>
15059
15060 * international/titdic-cnv.el (miscdic-convert): Don't generate a
15061 quail file if it is up to date.
15062
15063 2004-04-30 Juri Linkov <juri@jurta.org>
15064
15065 * cus-edit.el (custom-mode-map):
15066 Add key binding `C-x C-s' to `Custom-save'.
15067
15068 * outline.el (outline-blank-line): New var.
15069 (outline-next-preface, outline-show-heading)
15070 (outline-end-of-subtree): Use it.
15071
15072 * dired-aux.el (dired-touch-initial): New fun.
15073 (dired-do-chxxx): Call it for op-symbol `touch'.
15074 (dired-diff): Use `dired-dwim-target-directory'
15075 if current dired buffer has no buffer mark.
15076
15077 * bindings.el (propertized-buffer-identification):
15078 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
15079 Add C-M-arrow keys for consistency.
15080
15081 * files.el (confirm-kill-emacs):
15082 Change group from top-level `emacs' to `convenience'.
15083
15084 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15085 Push mark on the first call of successive command calls.
15086 (insert-pair): New fun created from `insert-parentheses' with
15087 `open' and `close' arguments added. Enclose active regions
15088 in paired characters. Compare adjacent characters syntax with
15089 inserted characters syntax before inserting a space.
15090 (insert-parentheses): Call `insert-pair' with ?\( ?\).
15091
15092 * delsel.el: Don't put `delete-selection' property
15093 on `insert-parentheses' symbol to take advantage of
15094 region handling in `insert-pair' function.
15095 Suggested by Stephan Stahl <stahl@eos.franken.de>.
15096
15097 2004-04-30 Kim F. Storm <storm@cua.dk>
15098
15099 * emulation/cua-base.el: Add support for changing cursor types;
15100 based on patch from Michael Mauger.
15101 (cua-normal-cursor-color, cua-read-only-cursor-color)
15102 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
15103 Customization cursor type and/or cursor color.
15104 (cua--update-indications): Handle cursor type changes.
15105 (cua-mode): Update cursor indications if enabled.
15106
15107 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
15108
15109 * mouse.el (mouse-drag-copy-region): New defcustom.
15110 (mouse-set-region, mouse-drag-region-1): Use it.
15111
15112 * simple.el (kill-ring-save): If region face background color is
15113 unspecified (if no highlighting), show extent of fully visible
15114 region even if transient-mark-mode is enabled.
15115
15116 * emulation/cua-base.el (cua--standard-movement-commands):
15117 Add cua-scroll-up and cua-scroll-down.
15118 (cua-scroll-up, cua-scroll-down): New commands.
15119 (cua--init-keymaps): Remap scroll-up and scroll-down.
15120
15121 * emulation/cua-rect.el (cua--convert-rectangle-as):
15122 New defmacro.
15123 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
15124 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
15125 New commands (suggested by Jordan Breeding).
15126
15127 2004-04-30 Juanma Barranquero <lektu@terra.es>
15128
15129 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
15130
15131 2004-04-30 Mario Lang <mlang@delysid.org>
15132
15133 * diff.el (diff-switches): Fix typo in docstring.
15134
15135 2004-04-30 Alex Schroeder <alex@gnu.org>
15136
15137 * xml.el (xml-debug-print-internal): Don't add newline and
15138 indentation to text nodes and write empty elements as empty tags
15139 instead of opening and closing tags.
15140 (xml-debug-print): Take optional indent-string argument.
15141 (xml-print): Alias for xml-debug-print.
15142
15143 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15144
15145 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
15146 than duplicate call to `line-beginning-position'.
15147
15148 * progmodes/f90.el (f90-get-present-comment-type):
15149 Return whitespace, as well as comment chars, for consistent filling
15150 of comment blocks. Use `match-string-no-properties'.
15151 (f90-break-line): Trim trailing whitespace when filling comments.
15152
15153 2004-04-30 Dave Love <fx@gnu.org>
15154
15155 * calendar/diary-lib.el (diary-outlook-formats): New variable.
15156 (diary-from-outlook-internal, diary-from-outlook)
15157 (diary-from-outlook-gnus, diary-from-outlook-rmail):
15158 New functions to import diary entries from Outlook-format
15159 appointments in mail messages.
15160
15161 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15162
15163 * progmodes/python.el (python-send-command): New fun.
15164 (python-send-region, python-load-file): Use it.
15165
15166 * progmodes/compile.el (compilation-last-buffer): Add var alias.
15167
15168 * help-fns.el (help-C-file-name): Use new subr-name.
15169 Prepend `src/' to the file name.
15170 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
15171 (describe-function-1, describe-variable): Only find a C source file
15172 name if DOC is already loaded.
15173
15174 * help-mode.el (help-function-def, help-variable-def):
15175 Use the new find-function-search-for-symbol functionality.
15176 Allow FILE to be `C-source'.
15177
15178 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
15179 (find-function-C-source): New fun.
15180 (find-function-search-for-symbol): Use it.
15181
15182 2004-03-29 Michael Mauger <mmaug@yahoo.com>
15183
15184 * progmodes/sql.el (sql-product-alist): Rename variable
15185 `sql-product-support'. Add Postgres login parameters.
15186 (sql-set-product, sql-product-feature): Update with renamed variable.
15187 (sql-connect-postgres): Add username prompt.
15188 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
15189 Make patterns less product specific.
15190 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
15191 (sql-mode-abbrev-table): Modify initialization.
15192 (sql-builtin-face): Add variable.
15193 (sql-keywords-re): Add macro.
15194 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
15195 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
15196 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
15197 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
15198 (sql-mode-linter-font-lock-keywords)
15199 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
15200 (sql-mode-sybase-font-lock-keywords)
15201 (sql-mode-informix-font-lock-keywords)
15202 (sql-mode-interbase-font-lock-keywords)
15203 (sql-mode-ingres-font-lock-keywords)
15204 (sql-mode-solid-font-lock-keywords)
15205 (sql-mode-sqlite-font-lock-keywords)
15206 (sql-mode-db2-font-lock-keywords): Default to nil.
15207 (sql-product-font-lock): Always highlight ANSI keywords.
15208 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
15209 (sql-send-string): Add function.
15210
15211 2004-04-29 Dave Love <fx@gnu.org>
15212
15213 * progmodes/cfengine.el (cfengine-beginning-of-defun)
15214 (cfengine-end-of-defun): Ensure progress through buffer.
15215
15216 * info-look.el (cfengine-mode): Accept a terminal ().
15217
15218 2004-04-29 Juri Linkov <juri@jurta.org>
15219
15220 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
15221 instead of isearch-yank-word-or-char. Add new key bindings for
15222 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
15223 (isearch-del-char): New fun.
15224 (isearch-forward, isearch-edit-string): Update docstring.
15225 (isearch-yank-char): Doc fix.
15226 (isearch-other-meta-char): Restore point after scrolling.
15227
15228 * progmodes/compile.el (compilation-context-lines): Add nil option
15229 to disable compilation output window scrolling.
15230 (compilation-set-window): Use it.
15231
15232 * outline.el (outline-next-preface, outline-show-heading):
15233 Don't leave unhidden blank line before heading.
15234 (outline-end-of-subtree): Include last newline into subtree.
15235 (hide-entry): Leave point at beginning of heading instead of end.
15236 (outline-up-heading): Push mark for the first call of successive
15237 command calls.
15238
15239 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
15240
15241 * comint.el (comint-prompt-read-only): New variable.
15242 (comint-output-filter): Implement it.
15243
15244 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
15245 (ielm-prompt-internal): New variable.
15246 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
15247 (ielm-send-input): Delete unused variable `buf'.
15248 (ielm-eval-input): Use `ielm-prompt-internal'.
15249 (inferior-emacs-lisp-mode): Use new variables
15250 `comint-prompt-read-only' and `ielm-prompt-internal'.
15251 Get rid of obsolete variable `directory-sep-char'.
15252 (ielm): Use `zerop'.
15253
15254 2004-04-29 John Paul Wallington <jpw@gnu.org>
15255
15256 * thumbs.el (toplevel): Require cl at compile time.
15257 Remove conditional definitions of `ignore-errors' and `caddar'
15258 because they occur at run time.
15259
15260 2004-04-28 Nick Roberts <nickrob@gnu.org>
15261
15262 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
15263 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
15264 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
15265 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
15266
15267 * progmodes/gud.el (gud-common-init): Throw an error if program is
15268 already running under gdb.
15269
15270 2004-04-28 John Paul Wallington <jpw@gnu.org>
15271
15272 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
15273 (thumbs-show-image-num): Move assignment of
15274 `thumbs-current-image-filename' within scope of `i'.
15275 (thumbs-emboss-image): Don't use `evenp'.
15276
15277 2004-04-28 Richard M. Stallman <rms@gnu.org>
15278
15279 * progmodes/compile.el (compilation-context-lines): Default now 0.
15280
15281 2004-04-28 Juanma Barranquero <lektu@terra.es>
15282
15283 Use `time-less-p' from calendar/time-date.el instead of defining
15284 custom versions of it.
15285
15286 * pcomplete.el (pcomplete-time-less-p): Remove.
15287
15288 * thumbs.el (time-less-p): Remove.
15289
15290 * calendar/timeclock.el (timeclock-time-less-p): Remove.
15291 (timeclock-generate-report): Use `time-less-p'.
15292
15293 * emacs-lisp/autoload.el (autoload-before-p): Remove.
15294 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
15295
15296 2004-04-28 Masatake YAMATO <jet@gyve.org>
15297
15298 * subr.el (remove-overlays): Make arguments optional.
15299
15300 * wid-edit.el (widget-specify-button): Put evaporate to the
15301 overlay for sample.
15302 (widget-specify-sample): Put evaporate to the overlay for sample.
15303 (widget-specify-doc): Put evaporate to the overlay for documentation.
15304
15305 2004-04-27 Jesper Harder <harder@ifa.au.dk>
15306
15307 * info.el (info-apropos): Make it an index node. Align node names
15308 like makeinfo.
15309
15310 2004-04-27 Eli Zaretskii <eliz@gnu.org>
15311
15312 * net/browse-url.el (browse-url-netscape-sentinel)
15313 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
15314 (browse-url-epiphany-sentinel, browse-url-mosaic):
15315 Use browse-url-*-program instead of a literal program name.
15316
15317 2004-04-27 Kevin Ryde <user42@zip.com.au>
15318
15319 * eshell/em-alias.el:
15320 * eshell/em-dirs.el:
15321 * eshell/em-hist.el:
15322 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
15323 features when M-x customize-group loads modules before the main
15324 eshell.el.
15325
15326 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
15327
15328 * subr.el (momentary-string-display): Support EXIT-CHAR that is
15329 either a character representation of an event or an event
15330 description list.
15331
15332 * type-break.el: Capitalise Emacs and Lisp.
15333 (type-break-good-break-interval, type-break-demo-boring-stats)
15334 (type-break-terse-messages, type-break-file-name): New defcustoms.
15335 (type-break-post-command-hook)
15336 (type-break-warning-countdown-string): Quote variable names in doc.
15337 (type-break-interval-start, type-break-auto-save-file-name): New vars.
15338 (type-break-mode): Document type-break-good-break-interval and the
15339 "session" file. Schedule break according to the session file.
15340 Kill session file buffer on exit. Organise for save-some-buffers
15341 to always save the session file.
15342 (type-break-mode-line-message-mode, type-break-query-mode):
15343 Uppercase arguments.
15344 (type-break-file-time, type-break-file-keystroke-count, timep)
15345 (type-break-choose-file, type-break-get-previous-time)
15346 (type-break-get-previous-count): New defuns.
15347 (type-break): Avoid break querying after a completed break in the
15348 case where the query was initiated during user invocation of the
15349 break. Optional terse messages.
15350 Use type-break-good-break-interval if type-break-good-rest-interval is
15351 nil. File the break time.
15352 (type-break-schedule): New optional args for overriding the use of
15353 the current time.
15354 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
15355 after a break.
15356 (type-break-check): File the keystroke count.
15357 (type-break-do-query): Prevent a second query when the break is
15358 interrupted. Optional terse message.
15359 (type-break-keystroke-reset): Record the start of a typing interval.
15360 (type-break-demo-boring): Optional terse messages. Display word
15361 per minute and keystroke counts according to
15362 type-break-demo-boring-stats.
15363
15364 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
15365
15366 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
15367 directories, make sure they exist under archive-tmpdir.
15368
15369 2004-04-27 Juri Linkov <juri@jurta.org>
15370
15371 * help.el (view-emacs-news): With argument, display info for the
15372 selected version by finding it among different NEWS files, and
15373 narrowing the buffer to the selected version.
15374
15375 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
15376 same-window-buffer-names.
15377 (info): New arg `buffer'. Use it. Doc fix. Read file name for
15378 non-numeric prefix argument, append the number to the buffer name
15379 for numeric prefix argument.
15380 (info-other-window): Bind same-window-regexps to nil.
15381 (Info-reference-name): Rename to Info-point-loc.
15382 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
15383 and Info-find-index-name for stringy Info-point-loc.
15384 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
15385 without middle `.', but with final `.' and optional line number
15386 for it. Set Info-point-loc for index nodes.
15387 (Info-index): Remove middle `.' from index entry regexp.
15388 Modify line number regexp.
15389 (Info-index-next): Decrement line number.
15390 (info-apropos): Remove middle `.' from index entry regexp.
15391 Add optional line number regexp at the end. Add matched value
15392 for line number to the result list and insert it to the buffer.
15393 Replace match-string by match-string-no-properties.
15394 Reorder result list.
15395 (Info-fontify-node): Hide index line numbers.
15396 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
15397 empty matches.
15398 (Info-follow-reference): Use `str' instead of
15399 Info-following-node-name-re.
15400 (Info-toc): Use full file names. Set Info-current-node to "Top".
15401 (Info-fontify-node): Compare file names without directory name.
15402 (Info-try-follow-nearest-node): Don't set Info-reference-name.
15403 Set second arg of Info-extract-menu-node-name for index nodes.
15404 (info-xref-visited): Use magenta3 instead of magenta4.
15405 (Info-mode): Add info-apropos to docstring.
15406
15407 * log-view.el (log-view-diff): Replace interactive code "r"
15408 by a list to allow to call it even if region is not active.
15409
15410 * paren.el (show-paren-highlight-openparen): New var.
15411 (show-paren-function): Turn on openparen highlighting when
15412 matching forward if show-paren-highlight-openparen is non-nil.
15413
15414 * simple.el (kill-ring-save): Use blink-matching-delay instead of
15415 the constant value 1.
15416 (completions-common-part): Expand docstring.
15417
15418 * textmodes/picture.el (picture-mode-map): Add arrow keys.
15419
15420 2004-04-27 Kim F. Storm <storm@cua.dk>
15421
15422 * image.el (insert-sliced-image): Use line-height instead of
15423 line-spacing property on newline.
15424
15425 2004-04-26 Lars Hansen <larsh@math.ku.dk>
15426
15427 * desktop.el (desktop-buffer-misc-data-function): Rename to
15428 desktop-save-buffer and change docstring.
15429 (desktop-buffer-modes-to-save): Delete.
15430 (desktop-save-buffer-p): Use desktop-save-buffer instead of
15431 desktop-buffer-modes-to-save.
15432 (desktop-save): Rename desktop-buffer-misc-data-function to
15433 desktop-save-buffer and allow non-function value.
15434 (desktop-missing-file-warning): Correct docstring.
15435
15436 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
15437 to desktop-save-buffer.
15438
15439 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
15440 desktop-save-buffer.
15441
15442 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
15443
15444 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
15445
15446 2004-04-26 Eli Zaretskii <eliz@gnu.org>
15447
15448 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
15449
15450 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
15451
15452 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
15453 (ielm): Only go to the end of the buffer when starting a new process.
15454
15455 2004-04-25 Juanma Barranquero <lektu@terra.es>
15456
15457 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
15458 mode line. Bind `inhibit-read-only' to t before modifying
15459 properties of text in the buffer.
15460 (ielm): Force point to the end of buffer, even when running ielm
15461 from inside itself.
15462
15463 2004-04-25 Jesper Harder <harder@ifa.au.dk>
15464
15465 * info.el (info-apropos): Reset Info-complete-cache.
15466
15467 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
15468
15469 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15470 Also recognize severe Irix et al. messages.
15471 (compilation-normalize-filename, compile-abbreviate-directory):
15472 Delete functions.
15473 (compilation-get-file-structure): New function inherits
15474 functionality of the two preceding ones.
15475 (compilation-internal-error-properties, compilation-fake-loc):
15476 Use it so that different paths to the same file share the same
15477 markers. Also optimize finding adjacent marker slightly.
15478
15479 2004-04-25 Kim F. Storm <storm@cua.dk>
15480
15481 * image.el (insert-sliced-image): Add line-spacing t property
15482 to newlines separating image lines.
15483
15484 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
15485
15486 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
15487
15488 * ielm.el (ielm-prompt-read-only): New user option.
15489 (ielm-prompt): Expand docstring to describe new behavior.
15490 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
15491 mention it in the docstring.
15492
15493 2004-04-24 Andreas Schwab <schwab@suse.de>
15494
15495 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
15496
15497 * diff.el (diff): Set default-directory in diff buffer.
15498
15499 2004-04-24 Eli Zaretskii <eliz@gnu.org>
15500
15501 * mail/sendmail.el (mail-bury): Don't delete the frame where the
15502 mail was being composed if the terminal cannot display more than
15503 one frame; instead, switch to previous frame.
15504
15505 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
15506 (rmail-start-mail): Support rmail-mail-new-frame even on
15507 terminals that can display only one frame at a time.
15508
15509 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15510
15511 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
15512 (checkdoc-output-font-lock-keywords): Remove error regexp.
15513 (checkdoc-output-mode-map): Remove.
15514 (checkdoc-output-mode): Derive from compilation-mode.
15515 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
15516
15517 * dired.el (dired-mode-map): Add a menu entry for wdired.
15518
15519 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
15520 (rx-bracket, rx-check-any, rx-any): Clean up name space.
15521
15522 * wdired.el (wdired-mode-map): Move init into declaration.
15523 Fix `return' binding.
15524 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
15525 Use force-mode-line-update.
15526 (wdired-get-filename): Use `unless'.
15527 (wdired-preprocess-files): Don't assume names have no \n and use / for
15528 dir separator.
15529 (wdired-normalize-filename): Use replace-regexp-in-string.
15530 (wdired-load-hooks): Remove.
15531 (wdired-mode-hooks): Rename to wdired-mode-hook.
15532
15533 * info-look.el: Add support for cfengine-mode.
15534 (info-lookup-setup-mode): Use dolist.
15535
15536 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
15537
15538 * wdired.el: New file.
15539
15540 2004-04-23 Juanma Barranquero <lektu@terra.es>
15541
15542 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
15543
15544 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
15545 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
15546 (pcomplete--help, pcomplete--here): Doc fixes.
15547
15548 2004-04-23 Andre Spiegel <spiegel@gnu.org>
15549
15550 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
15551 handles wrong-number-of-arguments in backend call.
15552
15553 * vc.el (vc-print-log): Likewise.
15554
15555 2004-04-20 Dave Love <fx@gnu.org>
15556
15557 * emacs-lisp/rx.el: Doc fixes.
15558 (rx-constituents): Add/extend many forms.
15559 (rx-check): Check form is a list.
15560 (bracket): Defvar.
15561 (rx-check-any, rx-any, rx-check-not): Modify.
15562 (rx-not): Simplify.
15563 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
15564 (rx-kleene): Use rx-trans-forms.
15565 (rx-quote-for-set): Delete.
15566 (rx): Allow multiple args.
15567
15568 2004-04-23 Kenichi Handa <handa@m17n.org>
15569
15570 * international/mule-util.el (char-displayable-p): Simplify by
15571 using internal-char-font.
15572
15573 2004-04-23 Juanma Barranquero <lektu@terra.es>
15574
15575 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
15576
15577 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15578
15579 * diff-mode.el (diff-next-error): New fun.
15580 (diff-mode): Use it.
15581
15582 * simple.el (next-error): Change arg name.
15583 Add support for the documented C-u C-x ` usage.
15584
15585 * frame.el (special-display-popup-frame, next-multiframe-window)
15586 (previous-multiframe-window): Only consider frames on same display.
15587
15588 2004-04-22 Lars Hansen <larsh@math.ku.dk>
15589
15590 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
15591 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
15592
15593 2004-04-22 Kim F. Storm <storm@cua.dk>
15594
15595 * net/telnet.el (telnet): Add optional port arg.
15596
15597 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
15598
15599 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15600 Minor sanity check on the `hyperlink' slot.
15601
15602 * Makefile.in (recompile): Compile new files.
15603
15604 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
15605 Add byte-recompile-directory's optional `arg'.
15606
15607 * cvs-status.el (cvs-tree-use-charset): New var.
15608 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
15609 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
15610 (cvs-status-cvstrees): Use it.
15611
15612 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
15613 Make it a normal major mode.
15614 (checkdoc-buffer-label): Make sure the file name is meaningful.
15615 (checkdoc-output-to-error-buffer): Remove.
15616 (checkdoc-error, checkdoc-start-section): Rewrite.
15617
15618 * info.el (info-node, info-menu-5, info-xref, info-header-node)
15619 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15620 (Info-title-4-face): Use new syntax.
15621 (info-xref-visited): Inherit from info-xref.
15622
15623 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
15624
15625 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
15626
15627 * simple.el (next-error-last-buffer, next-error-function):
15628 New variables for the next-error framework.
15629 (next-error-buffer-p): New function.
15630 (next-error-find-buffer): Generalize compilation-find-buffer.
15631 (next-error, previous-error, first-error, next-error-no-select)
15632 (previous-error-no-select): Move from compile.el.
15633
15634 * replace.el (occur-next-error, occur-1): Hook into the next-error
15635 framework.
15636
15637 * progmodes/compile.el (compilation-start):
15638 Set next-error-last-buffer so next-error knows where to jump.
15639 (compilation-setup): Set the buffer-local variable
15640 next-error-function to 'compilation-next-error-function.
15641 (compilation-buffer-p, compilation-buffer-internal-p): Use an
15642 alternate way to find if a buffer is a compilation buffer, for
15643 next-error convenience.
15644 (next-error-no-select, previous-error-no-select, next-error)
15645 (previous-error, first-error): Move to simple.el.
15646 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
15647 (compilation-last-buffer): Remove.
15648 (compilation-start, compilation-next-error, compilation-setup)
15649 (compilation-next-error-function, compilation-find-buffer):
15650 Remove compilation-last-buffer use.
15651
15652 2004-04-21 Juanma Barranquero <lektu@terra.es>
15653
15654 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
15655 (font-lock-warning-face): Fix spacing.
15656
15657 * makefile.w32-in (WINS): Add url/ directory.
15658
15659 2004-04-21 Lars Hansen <larsh@math.ku.dk>
15660
15661 * desktop.el (desktop-buffer-mode-handlers): New variable.
15662 Alist of major mode specific functions to restore a desktop buffer.
15663 (desktop-buffer-handlers): Make variable obsolete.
15664 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
15665 Catch errors signaled in handlers. Update buffer count.
15666 Evaluate desktop-buffer-point.
15667 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
15668 move to dired.el.
15669 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
15670 move to info.el.
15671 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
15672 move to mail/rmail.el.
15673 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
15674 to mh-e/mh-e.el.
15675 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
15676 On fail, print message (to message buffer) even if
15677 desktop-missing-file-warning is nil.
15678 (desktop-buffer-misc-data-function): New buffer local variable.
15679 Function returning major mode specific data.
15680 (desktop-buffer-misc-functions): Make variable obsolete.
15681 (desktop-save): Use desktop-buffer-misc-data-function.
15682 (desktop-buffer-dired-misc-data): Rename to
15683 dired-desktop-buffer-misc-data and move to dired.el.
15684 (desktop-buffer-info-misc-data): Rename to
15685 Info-desktop-buffer-misc-data and move to info.el.
15686 (desktop-read): Add message about number of buffers restored/failed.
15687
15688 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
15689 Add parameters. Pause to display error only when
15690 desktop-missing-file-warning is non-nil.
15691 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15692 (dired-mode): Bind desktop-buffer-misc-data-function.
15693
15694 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
15695 Add Parameters.
15696 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15697 (Info-mode): Bind desktop-buffer-misc-data-function.
15698
15699 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
15700 Add Parameters.
15701
15702 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
15703 Add Parameters.
15704
15705 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
15706
15707 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
15708 the case of letters in case-insensitive expansions when the
15709 abbrev is preceded by characters with letter syntax.
15710
15711 2004-04-21 Richard M. Stallman <rms@gnu.org>
15712
15713 * progmodes/cperl-mode.el (cperl-putback-char):
15714 Delete Emacs 18 definition.
15715
15716 * international/mule.el (ctext-post-read-conversion):
15717 Use assoc-string, not assoc-ignore-case.
15718
15719 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
15720
15721 * emacs-lisp/easymenu.el (easy-menu-add):
15722 Do call x-popup-menu, but only if it's defined.
15723
15724 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
15725
15726 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
15727 Handle multiple args: compile like progn.
15728
15729 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
15730 take all args as &rest arg.
15731
15732 * autoinsert.el (auto-insert-alist): Insert the user's name in
15733 copyright notice, rather than Free Software Foundation.
15734
15735 2004-04-21 Kenichi Handa <handa@m17n.org>
15736
15737 * descr-text.el (describe-char): Make it work on *Help* buffer.
15738
15739 2004-04-21 Kim F. Storm <storm@cua.dk>
15740
15741 * image.el (insert-image): Add optional SLICE arg.
15742 (insert-sliced-image): New defun.
15743
15744 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
15745
15746 * subr.el (read-number): Check whether `default' is nil.
15747
15748 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15749
15750 * progmodes/compile.el (compilation-error-properties):
15751 Split into two.
15752 (compilation-internal-error-properties): New one.
15753 (compilation-compat-error-properties): Use it. Fix the non-marker case.
15754
15755 2004-04-20 Richard M. Stallman <rms@gnu.org>
15756
15757 * window.el (split-window-save-restore-data):
15758 Don't update the data if OLD-INFO is nil.
15759
15760 * view.el (view-return-to-alist): Mark it permanent local.
15761
15762 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
15763
15764 * recentf.el (recentf-save-list): Catch and warn about errors.
15765
15766 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
15767 so "Buffers" won't be pure.
15768
15769 * help-mode.el (help-mode-finish): Set help-return-alist first
15770 thing, setting only the entry for the selected window.
15771
15772 * help-fns.el (describe-function-1): If many non-control non-meta
15773 keys run the command, don't list all of them.
15774
15775 2004-04-20 Juanma Barranquero <lektu@terra.es>
15776
15777 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
15778 arg. Copied from Andre Spiegel's patch of 2004-03-21.
15779
15780 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
15781
15782 2004-04-20 Kenichi Handa <handa@m17n.org>
15783
15784 * international/quail.el (quail-lookup-key): New optional arg
15785 NOT-RESET-INDICES.
15786 (quail-get-translations): Call quail-lookup-key with
15787 NOT-RESET-INDICES t.
15788 (quail-completion): Likewise.
15789 (quail-lookup-map-and-concat): Likewise.
15790
15791 2004-04-20 Kenichi Handa <handa@m17n.org>
15792
15793 * international/quail.el (quail-update-translation): Don't insert
15794 such an unsupported multibyte char in a unibyte buffer.
15795
15796 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
15797
15798 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
15799 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
15800 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
15801 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
15802 (gdb-frame-assembler-buffer): Improve behaviour with
15803 multiple frames.
15804 (gdb-display-buffer): Extend search to all visible frames.
15805
15806 2004-04-19 Eli Zaretskii <eliz@gnu.org>
15807
15808 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
15809 characters left after base64 decoding.
15810 (rmail-decode-region): Use -dos variety of `coding', to remove any
15811 ^M characters left after qp or base64 decoding.
15812
15813 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15814
15815 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
15816 messages.
15817
15818 2004-04-19 Stephen Eglen <stephen@gnu.org>
15819
15820 * add-log.el (add-change-log-entry): Update doc string to mention
15821 add-log-full-name and add-log-mailing-address.
15822
15823 2004-04-18 Juri Linkov <juri@jurta.org>
15824
15825 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
15826 (Info-find-node-2): Simplify error message.
15827 (Info-insert-dir): Use Info-following-node-name.
15828 (Info-goto-node): Remove *info-history* and *info-toc*.
15829 (Info-history): Create a node of the virtual history file.
15830 (Info-toc): Create a node of the virtual toc file.
15831 (Info-insert-toc): New arg `curr-file' for reference file names.
15832 (info-apropos): Remove redundant var binding for temp-file.
15833 (Info-index, Info-index-next, Info-mode): Doc fix.
15834 (Info-goto-emacs-command-node): Don't jump to *info* from
15835 non-*info* Info buffers.
15836 (Info-fontify-node): Don't show the file name of external
15837 references if `Info-hide-note-references' is `hide'. Don't hide
15838 newlines at the end of paragraphs.
15839
15840 * international/mule-diag.el (list-input-methods):
15841 Fix args to help-xref-button.
15842
15843 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
15844 to put into effect local variables from TUTORIAL files.
15845
15846 * textmodes/paragraphs.el (sentence-end) <function>: New fun
15847 with default value taken from the variable `sentence-end'.
15848 (sentence-end) <defcustom>: Set default to nil. Doc fix.
15849 Add nil const to :type.
15850 (sentence-end-without-period, sentence-end-double-space)
15851 (sentence-end-without-space): Doc fix.
15852
15853 * textmodes/paragraphs.el (forward-sentence):
15854 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
15855 (fill-delete-newlines):
15856 * progmodes/cc-cmds.el (c-beginning-of-statement):
15857 Use function `sentence-end' instead of variable `sentence-end'.
15858
15859 2004-04-18 Andreas Schwab <schwab@suse.de>
15860
15861 * progmodes/compile.el (compilation-start): Set window start to
15862 point-min if compilation-scroll-output is nil.
15863
15864 2004-04-18 John Wiegley <johnw@newartisans.com>
15865
15866 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
15867
15868 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
15869
15870 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
15871 (gdb-info-breakpoints-custom): Revert previous change.
15872 (gdb-view-assembler): Update assembler if necessary.
15873 (gdb-frame-handler): Parse correctly for gdb-current-frame.
15874 (gdb-display-source-buffer): Update properly when both source and
15875 assembler are visible.
15876
15877 2004-04-17 John Wiegley <johnw@newartisans.com>
15878
15879 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
15880 which limits the number of names shown in the minibuffer. Off by
15881 default.
15882 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
15883 up iswitchb for users with a multitude of open buffers by showing
15884 only the first and last N/2 buffers in the completion list (which
15885 is enough to aid C-s/C-r, and to know that more characters are
15886 needed to refine the completion list).
15887
15888 2004-04-17 Richard M. Stallman <rms@gnu.org>
15889
15890 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
15891 (file-truename): Expand all ~ constructs directly.
15892 (insert-directory): Delete any error msg output by the
15893 `insert-directory-program'.
15894
15895 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
15896 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
15897 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
15898 (allout-init): Use find-file-hook, not find-file-hooks.
15899 (allout-mode): Eliminate Emacs 18 support.
15900 Use write-contents-functions, not local-write-file-hooks.
15901
15902 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
15903
15904 * progmodes/compile.el (compilation-error-properties): Fix for
15905 adding messages when there are already markers for their file.
15906 (compilation-fake-loc): New function.
15907
15908 2004-04-16 Dave Love <fx@gnu.org>
15909
15910 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
15911 (python-load-file): Fix python-orig-start setting.
15912
15913 * progmodes/compile.el: Doc fixes.
15914 (compilation-error-regexp-alist-alist)
15915 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
15916 (compilation-assq): Wrap in eval-when-compile.
15917 (compilation-mode-font-lock-keywords): Don't use list*.
15918 (compilation-start): Avoid warning.
15919 (compilation-compat-error-properties)
15920 (compilation-directory-properties): Add keymap property.
15921 (compilation-parsing-end): Make it a marker for better compatibility.
15922
15923 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
15924
15925 2004-04-16 Mark A. Hershberger <mah@everybody.org>
15926
15927 * xml.el: Doc fixes.
15928 (xml-get-children): Only looks at sub-tags and ignore strings.
15929
15930 * xml.el (xml-parse-tag): Avoid overwriting node-name.
15931
15932 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15933
15934 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
15935
15936 2004-04-16 Andre Spiegel <spiegel@gnu.org>
15937
15938 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
15939
15940 * vc.el (vc-print-log): Likewise.
15941
15942 2004-04-16 Masatake YAMATO <jet@gyve.org>
15943
15944 * simple.el (completion-setup-function): Set an initial value
15945 to `element-common-end' before entering loop. Set a value
15946 to `element-common-end' at the end of loop.
15947 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
15948 (completions-common-part): Rename from completion-de-emphasis.
15949 (completions-first-difference): Rename from completion-emphasis.
15950 Suggested by RMS.
15951
15952 2004-04-16 Juanma Barranquero <lektu@terra.es>
15953
15954 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
15955 (bookmark-edit-annotation-mode): Add mode name.
15956
15957 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15958
15959 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
15960 for nested conflict markers.
15961 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
15962
15963 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
15964
15965 * progmodes/gdb-ui.el (gdb-goto-info): New function.
15966
15967 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
15968
15969 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15970
15971 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
15972 Give a backtrace if requested.
15973
15974 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
15975
15976 * progmodes/python.el (python-mouse-2-command, python-RET-command):
15977 Remove unused functions.
15978 (python-orig-start-line, python-orig-file): Remove.
15979 (python-orig-start): New var.
15980 (python-input-filter, python-compilation-line-number)
15981 (python-send-region, python-load-file): Use it.
15982
15983 * info.el (info): Always jump to *info*.
15984
15985 * subr.el (posn-set-point): New function.
15986
15987 * mouse.el (mouse-set-point): Use it.
15988
15989 * progmodes/compile.el (compile-goto-error): Use it.
15990 (compilation-button-map): New keymap.
15991 (compilation-error-properties): Use it.
15992 (compilation-shell-minor-mode-map): Don't bind mouse-2.
15993
15994 * smerge-mode.el (smerge-popup-context-menu): Use it.
15995
15996 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
15997 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
15998 mouse and non-mouse case.
15999
16000 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
16001 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
16002
16003 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
16004 Make it work for non-mouse events.
16005
16006 * pcvs-info.el (cvs-status-map): Update binding name.
16007
16008 2004-04-14 Mark A. Hershberger <mah@everybody.org>
16009
16010 * xml.el (xml-maybe-do-ns): New function to handle namespace
16011 parsing of both attribute and element names.
16012 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
16013 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
16014 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
16015 (xml-parse-attlist): Make it do its own namespace parsing.
16016
16017 2004-04-14 Dave Love <fx@gnu.org>
16018
16019 * progmodes/python.el (run-python): Fix use of \n.
16020 (python-load-file): Remove `try' from Python fragment.
16021 (python-describe-symbol): Fix message.
16022
16023 * comint.el: Doc fixes.
16024 (comint-last-input-start, comint-last-input-end)
16025 (comint-last-output-start): Give them values.
16026 (comint-arguments): Avoid warning.
16027 (comint-skip-prompt): Use line-end-position.
16028 (comint-backward-matching-input): Rename arg to agree with doc.
16029 (comint-extract-string): Use syntax-ppss.
16030 (comint-dynamic-simple-complete): Delete useless list construction.
16031 (comint-redirect-subvert-readonly): New.
16032 (comint-redirect-preoutput-filter): Use it.
16033
16034 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
16035 Correctly handle negative arguments when calling hook functions.
16036
16037 2004-04-14 Jesper Harder <harder@ifa.au.dk>
16038
16039 * info.el (info-apropos): Don't clobber Info-history-list.
16040
16041 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
16042
16043 * progmodes/compile.el (compilation-setup):
16044 Localize overlay-arrow-position.
16045 (compilation-sentinel): Restructure code equivalently.
16046 (compilation-next-error): Find message on same line after point if
16047 not found before point.
16048 (compile-mouse-goto-error): Restore function so that compilation
16049 buffer need not be current and use compile-goto-error.
16050 (compile-goto-error): Restore function.
16051 (next-error): Set overlay-arrow-position.
16052 (compilation-forget-errors): Don't localize already local
16053 compilation-locs and remove FIXME about refontifying.
16054
16055 2004-04-14 Kim F. Storm <storm@cua.dk>
16056
16057 * startup.el (emacs-quick-startup): New defvar (set by -Q).
16058 (command-line): New option -Q. Like -q --no-site-file, but
16059 in addition it also disables menu-bar, tool-bar, scroll-bars,
16060 tool-tips, and the blinking cursor.
16061 (command-line-1): Skip startup screen if -Q.
16062 (fancy-splash-head): Use ":align-to center" prop to center splash image.
16063
16064 * emulation/cua-base.el (cua-read-only-cursor-color)
16065 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
16066
16067 2004-04-13 Dave Love <fx@gnu.org>
16068
16069 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
16070 (syntax): Don't require.
16071 (python) <defgroup>: Add :version.
16072 (python-quote-syntax): Re-written.
16073 (inferior-python-mode): Move stuff here from run-python and add
16074 some more.
16075 (python-preoutput-continuation, python-preoutput-result)
16076 (python-dotty-syntax-table): New.
16077 (python-describe-symbol): Use them.
16078 (run-python): Move stuff to inferior-python-mode. Modify code
16079 loaded into Python.
16080 (python-send-region): Use python-proc, python-send-string.
16081 (python-send-string): Send newlines too. Callers changed.
16082 (python-load-file): Re-written.
16083 (python-eldoc-function): New.
16084 (info-look): Don't require.
16085 (python-after-info-look): New. A modified version of former
16086 top-level code for use with eval-after-load.
16087 (python-maybe-jython, python-guess-indent): Use widened buffer.
16088 (python-fill-paragraph): Re-written.
16089 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
16090 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
16091
16092 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
16093
16094 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
16095 Set compilation-error-regexp-alist earlier.
16096
16097 * progmodes/compile.el (compilation-minor-mode-map)
16098 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
16099 (compile-goto-error): Re-merge the mouse and non-mouse commands.
16100
16101 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16102
16103 * progmodes/compile.el (compile-goto-error): Select the buffer/window
16104 corresponding to the event.
16105
16106 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
16107
16108 * loadup.el: Add cygwin to system-type list, for unexec() support.
16109
16110 2004-04-12 John Paul Wallington <jpw@gnu.org>
16111
16112 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
16113 (ibuffer-restore-window-config-on-quit): New variable to replace
16114 `ibuffer-delete-window-on-quit'. Update all references.
16115 (ibuffer-prev-window-config): New variable.
16116 (ibuffer-quit): Restore previous window configuration instead of
16117 deleting window.
16118 (ibuffer): Save window configuration before showing Ibuffer buffer.
16119
16120 * help.el (describe-mode): Doc fix.
16121
16122 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16123
16124 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
16125 not to treat nil as a function.
16126
16127 * vc-arch.el (vc-arch-root): Be a bit more careful.
16128 (vc-arch-register): Save the buffer if we modified it.
16129 (vc-arch-delete-rej-if-obsolete): Save excursion.
16130 (vc-arch-find-file-hook): Use the simpler after-save-hook.
16131 (vc-arch-responsible-p, vc-arch-init-version): New functions.
16132
16133 * net/ldap.el (ldap-search): Use list*.
16134
16135 2004-04-12 Juri Linkov <juri@jurta.org>
16136
16137 * info.el (Info-follow-reference): Allow multiline reference name.
16138
16139 2004-04-11 Dave Love <fx@gnu.org>
16140
16141 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
16142
16143 * progmodes/python.el: New file.
16144
16145 2004-04-11 Andre Spiegel <spiegel@gnu.org>
16146
16147 * vc-hooks.el (vc-arg-list): Function removed.
16148 (vc-default-workfile-unchanged-p): Use condition-case to check for
16149 backward compatibility.
16150
16151 * vc.el (vc-print-log): Use condition-case to check for backward
16152 compatibility.
16153
16154 2004-04-11 Juri Linkov <juri@jurta.org>
16155
16156 * dired.el (dired-faces): New defgroup.
16157 (dired-header, dired-mark, dired-marked, dired-flagged)
16158 (dired-warning, dired-directory, dired-symlink, dired-ignored):
16159 New faces.
16160 (dired-header-face, dired-mark-face, dired-marked-face)
16161 (dired-flagged-face, dired-warning-face, dired-directory-face)
16162 (dired-symlink-face, dired-ignored-face): New face variables.
16163 (dired-font-lock-keywords): Use them instead of font-lock faces.
16164 Split the rule for dired marks into 3 separate rules: for marks,
16165 marked file names and flagged file names.
16166
16167 * help-mode.el (help-make-xrefs): Add a final newline to the
16168 *Help* buffer.
16169
16170 2004-04-11 John Paul Wallington <jpw@gnu.org>
16171
16172 * replace.el (occur-engine): Distinguish between one and several
16173 matches in the matches per buffer heading.
16174
16175 2004-04-11 Kim F. Storm <storm@cua.dk>
16176
16177 * ido.el (ido-confirm-unique-completion): New defcustom.
16178 (ido-complete): Use it.
16179 (ido-write-file): Set it to t unconditionally.
16180
16181 2004-04-10 Miles Bader <miles@gnu.org>
16182
16183 RCS keyword removal (only non-comment changes are enumerated here):
16184
16185 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
16186 (byte-compile-insert-header): Don't use `byte-compile-version'.
16187 * forms.el (forms-version): Variable removed.
16188 (forms-mode): Don't use `forms-version'.
16189 * recentf.el (recentf-version): Variable removed.
16190 * progmodes/delphi.el (delphi-version): Variable removed.
16191 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
16192
16193 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16194
16195 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
16196
16197 2004-04-09 Jesper Harder <harder@ifa.au.dk>
16198
16199 * info.el (info-apropos): Improve menu item regexp.
16200
16201 2004-04-09 Simon Josefsson <jas@extundo.com>
16202
16203 * mail/smtpmail.el: Add comment, based on report by
16204 kdc@rcn.com (Kevin D. Clark).
16205
16206 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16207
16208 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16209 Redo one more thing that I didn't notice Daniel had undone.
16210
16211 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
16212
16213 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
16214 (gdb-goto-breakpoint, gdb-display-buffer)
16215 (gdb-display-source-buffer, gdb-view-source-function)
16216 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
16217 (gdb-source-info, gdb-frame-handler): Don't specify a window
16218 for display.
16219 (gdb-info-breakpoints-custom): Remove superfluous update of
16220 assembler buffer.
16221 (gdb-many-windows): Make settable outside gdb.
16222
16223 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
16224
16225 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
16226 Derive from fundamental-mode rather than text-mode.
16227
16228 2004-04-08 Juri Linkov <juri@jurta.org>
16229
16230 * info.el (Info-history): Doc fix.
16231 (Info-history-list): New var.
16232 (info-xref): Change magenta4 to blue, remove bold for dark and
16233 light backgrounds, change bold to underline for non-color classes.
16234 (info-xref-visited): New face.
16235 (Info-fontify-visited-nodes): New custom.
16236 (Info-hide-note-references): Add new value `hide'. Doc fix.
16237 (Info-reference-name): New var.
16238 (Info-selection-hook): New custom.
16239 (Info-edit-mode-hook): New var.
16240 (Info-find-file): New fun.
16241 (Info-find-node): Move part of code to Info-find-file.
16242 (Info-find-node-2): Add anchors to Info-history-list. Move point
16243 to the place with the reference name if name is defined.
16244 (Info-select-node): Add current node to Info-history-list.
16245 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
16246 (Info-search-whitespace-regexp): New custom.
16247 (Info-search-case-fold): New var.
16248 (Info-search): Add "case-sensitively" to the prompt.
16249 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
16250 (Info-search-case-sensitively, Info-search-next): New fun.
16251 (Info-up): Move point to the menu item of the current node.
16252 (Info-history): New fun. Add *info-history* to
16253 same-window-buffer-names.
16254 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
16255 (Info-insert-toc): New fun.
16256 (Info-build-toc): New fun.
16257 (Info-follow-reference): Add new arg `fork'. Doc fix.
16258 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
16259 with the same name prefer the reference closest to point.
16260 (Info-next-reference): Replace * by + in the *Note regexp.
16261 Add regexp for http:// and ftp://. Skip the *Note prefix.
16262 (Info-prev-reference): Replace * by + in the *Note regexp.
16263 Add regexp for http:// and ftp://. Skip the *Note prefix.
16264 (Info-follow-nearest-node): Add new arg `fork'.
16265 (Info-try-follow-nearest-node): Add new arg `fork'.
16266 Call browse-url for http:// and ftp:// references.
16267 Set Info-reference-name for index entries.
16268 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
16269 Info-search-next, Info-history, Info-toc, clone-buffer.
16270 (Info-menu-update): Replace * by + in the *Note regexp.
16271 (Info-mode): Add documentation for Info-history, Info-toc,
16272 Info-search-case-sensitively, Info-search-next, clone-buffer.
16273 (Info-fontify-menu-headers): Remove fun. Move code to
16274 Info-fontify-node.
16275 (Info-fontify-node): Add docstring. Add local vars
16276 fontify-visited-p and not-fontified-p. If not-fontified-p is t
16277 then fontify header line, titles, menu headers, http and ftp
16278 references, refill paragraphs. If not-fontified-p is t or
16279 fontify-visited-p is t then fontify cross references, menu items.
16280 Fontify menu headers. Fontify http and ftp references.
16281 Change regexp for cross references to require whitespace after *Note,
16282 add matching groups for file and node names. Remove hack for quote.
16283 Use display property for Info-hide-note-references=t. Use fifth
16284 or fourth match for help-echo. Display visited nodes in a
16285 different face. Unhide file names of external references.
16286 Unhide newlines. Display visited menu items in a different face.
16287
16288 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
16289
16290 * progmodes/compile.el: Require CL.
16291 (compilation-mode-font-lock-keywords): Re-install the "line as
16292 function" patch.
16293
16294 * help-fns.el (help-C-source-directory): New var.
16295 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
16296 (describe-function-1, describe-variable): Use them.
16297
16298 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
16299 to C source files specially.
16300
16301 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
16302
16303 * info.el (Info-hide-cookies-node): New function.
16304 (Info-select-node): Use it.
16305 (Info-display-images-node): Remove message with image file name.
16306
16307 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
16308
16309 * progmodes/compile.el (compilation-warning-face)
16310 (compilation-info-face, compilation-skip-threshold)
16311 (compilation-skip-visited, compilation-context-lines):
16312 Declare :version when added to Emacs.
16313 (compilation-error-regexp-alist-alist): Extend caml and irix.
16314 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
16315 (compilation-mode-font-lock-keywords): Temporarily undo line as
16316 function patch, which wasn't ready.
16317
16318 2004-04-07 Kenichi Handa <handa@m17n.org>
16319
16320 * international/latin1-disp.el (latin1-display-setup): Check each
16321 character is displayable or not instead of calling
16322 latin1-display-check-font.
16323
16324 2004-04-06 Kenichi Handa <handa@m17n.org>
16325
16326 * language/ethio-util.el (ethio-sera-being-called-by-w3):
16327 New variable.
16328 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
16329 instead of sera-being-called-by-w3.
16330 (ethio-fidel-to-sera-buffer): Likewise.
16331 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
16332 instead of sera-being-called-by-w3.
16333 (ethio-write-file): Likewise.
16334
16335 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16336
16337 * printing.el: Doc fix.
16338
16339 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
16340
16341 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
16342 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
16343 (gdb-setup-windows): Only use separate IO buffer if required.
16344
16345 2004-04-06 Kim F. Storm <storm@cua.dk>
16346
16347 * term.el (term-is-xemacs): Remove.
16348 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
16349 (term-window-width): New function.
16350 (term-mode, term-check-size): Use it.
16351 (term-mode): Disable overflow-newline-into-fringe in term buffer.
16352
16353 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
16354
16355 * cus-edit.el (custom-add-parent-links): Change unbound variable
16356 `symbol' to `name'.
16357
16358 2004-04-05 Jesper Harder <harder@ifa.au.dk>
16359 * info.el (info-apropos): New function.
16360 (Info-mode-menu): Add it.
16361 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
16362
16363 * help-mode.el (help-make-xrefs): Recognize aliased variable with
16364 inherited docstring.
16365
16366 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
16367
16368 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16369
16370 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
16371
16372 * progmodes/compile.el (font-lock): Don't require any more.
16373 (compilation-error-properties, compilation-start, compilation-sentinel)
16374 (compilation-filter, next-error): Use with-current-buffer.
16375 (compilation-skip-to-next-location, compilation-skip-threshold)
16376 (compilation-skip-visited): Move to silence the byte-compiler.
16377 (compilation-setup): Simplify.
16378 (compilation-next-error): Use line-(beginning|end)-position.
16379 Make sure `pt' is non-nil before using compilation-loop.
16380 (compile-goto-error): Add optional event arg. Use it.
16381 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
16382 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
16383 Update the binding for mouse-2.
16384 (first-error): Set compilation-current-error to nil rather than bob.
16385 (compilation-parsing-end, compilation-parse-errors-function)
16386 (compilation-error-list, compilation-old-error-list):
16387 "New" compatibility variables.
16388 (compile-buffer-substring, compilation-compat-error-properties)
16389 (compilation-compat-parse-errors, compilation-forget-errors):
16390 New compatibility functions.
16391 (compilation-mode-font-lock-keywords): Use them.
16392
16393 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
16394
16395 * autorevert.el (auto-revert-handler): If point (or a window
16396 point) is at the end of the buffer, keep it there after
16397 reverting. This allows to tail a file.
16398 Mention this in the `Commentary'.
16399
16400 * format.el (format-write-file): Add optional argument CONFIRM
16401 and make it behave like the analogous argument to `write-file'.
16402
16403 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16404
16405 * progmodes/ebnf2ps.el: Doc fix.
16406 (ebnf-version): New version number (4.2).
16407 (ebnf-syntax): Customization and docstring fix.
16408 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
16409 Put autoloaded funs before first use.
16410 (ebnf-style-database): Add dtd entry.
16411 (ebnf-syntax-alist): Add dtd initialization.
16412 (ebnf-token-sequence): New fun.
16413 (ebnf-comment-table): Add new comment action character.
16414 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
16415
16416 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
16417 Type Definition for XML).
16418
16419 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
16420 * progmodes/ebnf-bnf.el (ebnf-sequence):
16421 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
16422 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
16423 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
16424 Code simplification: call ebnf-token-sequence.
16425
16426 2004-04-04 Eli Zaretskii <eliz@gnu.org>
16427
16428 * calendar/timeclock.el (timeclock-relative)
16429 (timeclock-get-project-function, timeclock-get-workday-function)
16430 (timeclock-query-out, timeclock-when-to-leave)
16431 (timeclock-when-to-leave-string, timeclock-log-data)
16432 (timeclock-generate-report, timeclock-in): Doc fixes.
16433
16434 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16435
16436 * url/: New dir. Import the URL package from its repository.
16437
16438 2004-04-03 Andreas Schwab <schwab@suse.de>
16439
16440 * diff-mode.el (diff-mode): Fix missing quote.
16441
16442 2004-04-03 Juri Linkov <juri@jurta.org>
16443
16444 * descr-text.el (describe-property-list): Add `font-lock-face'.
16445
16446 * dired.el (dired-font-lock-keywords): Fix permission regexps.
16447
16448 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16449
16450 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
16451 Use utf-16le on little endian machines and utf-16be otherwise.
16452
16453 2004-04-02 David Kastrup <dak@gnu.org>
16454
16455 * net/browse-url.el (browse-url-generic): Use call-process
16456 instead of start-process to allow browsers that fork and detach.
16457
16458 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
16459
16460 * compile.el (compilation-current-error): New var.
16461 (compilation-setup, compile-mouse-goto-error)
16462 (compile-goto-error, next-error): Use it.
16463 (compilation-skip-to-next-location): Default to t, which gives
16464 contiguous skipping like old compile (where this was redundant).
16465 (compilation-next-error): Prevent previous-* commands from moving
16466 back to message at or just before point.
16467
16468 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
16469
16470 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
16471 (gdb-source-info): Don't display source at startup, if required.
16472 (gdb-show-main): New option.
16473 (gdba): Update documentation.
16474 (gdb-source): Cover case of auto-display output.
16475
16476 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
16477
16478 * autorevert.el: Delete obsolete autoload's and defvar's.
16479 (auto-revert-check-vc-info): New user option.
16480 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16481 (auto-revert-handler-vc): Delete.
16482 (auto-revert-handler): Treat return value `fast' of
16483 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
16484
16485 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
16486 return `fast'.
16487
16488 * files.el (buffer-stale-function): Doc change.
16489
16490 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16491
16492 * printing.el: New tip on Tips section.
16493 (pr-version): New version number (6.7.4).
16494 (pr-shell-file-name): Initialization fix.
16495
16496 2004-03-31 Juri Linkov <juri@jurta.org>
16497
16498 * dired.el: Add autoload for `dired-do-touch'.
16499 (dired-touch-program): New var.
16500 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
16501 (dired-no-confirm): Add `touch' to docstring.
16502
16503 * dired-aux.el (dired-do-touch): New fun.
16504 (dired-do-chxxx): Add argument -t for touch operation.
16505
16506 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
16507 `dired-move-to-filename-regexp'.
16508
16509 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
16510
16511 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
16512
16513 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16514
16515 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
16516 and only if the buffer was modified.
16517
16518 2004-03-30 Kenichi Handa <handa@m17n.org>
16519
16520 * international/characters.el: Delete pairs for U+2308..U+230B.
16521
16522 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
16523
16524 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
16525 to detect the beginning of a level 2 or 3 annotation.
16526
16527 2004-03-29 Kenichi Handa <handa@m17n.org>
16528
16529 * international/ucs-tables.el (ucs-insert): Fix the error message.
16530
16531 2004-03-29 Kenichi Handa <handa@m17n.org>
16532
16533 * international/mule-util.el (char-displayable-p): Fix generation
16534 of XLFD file name.
16535
16536 * Makefile.in (setwins, setwins_almost): Change directory to $wd
16537 before finding directories by `find'.
16538
16539 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16540
16541 * subr.el (interactive-form): Delete. Now implemented in C.
16542
16543 * pcvs.el (cvs-parse-process): Workaround for Darwin.
16544
16545 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
16546 (vc-diff-label): New fun.
16547 (vc-diff-internal): Use it.
16548
16549 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
16550
16551 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16552
16553 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
16554
16555 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
16556 specify XML (EBNFX).
16557
16558 * progmodes/ebnf2ps.el: Doc fix.
16559 (ebnf-version): New version number (4.1).
16560 (ebnf-syntax): Adjust customization.
16561 (ebnf-style-database): Add ebnfx entry.
16562 (ebnf-syntax-alist): Add ebnfx initialization.
16563 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
16564
16565 * printing.el: Doc fix.
16566 (pr-version): New version number (6.7.3).
16567 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
16568 returns nil for mouse position. Reported by Drew Adams
16569 <drew.adams@oracle.com>.
16570 (pr-update-menus): Modify interactive declaration. Reported by Drew
16571 Adams <drew.adams@oracle.com>.
16572
16573 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
16574
16575 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
16576 (gud-gdba-marker-filter): Log the process input and output, if
16577 required. From Stefan Monnier.
16578 (gdb-debug-log, gdb-enable-debug-log): New variables.
16579 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
16580
16581 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16582
16583 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
16584 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
16585
16586 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
16587
16588 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
16589 Call vc-find-file-hook here instead of in auto-revert-buffers.
16590 (auto-revert-buffers): Delete call to vc-find-file-hook.
16591 (auto-revert-verbose, global-auto-revert-non-file-buffers)
16592 (global-auto-revert-mode, auto-revert-set-timer)
16593 (auto-revert-handler, auto-revert-buffers): Doc fixes.
16594
16595 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16596
16597 * woman.el (woman-change-fonts): Rename local variable
16598 woman-font-alist to font-alist to avoid a compiler warning.
16599
16600 2004-03-27 Dave Love <fx@gnu.org>
16601
16602 * emacs-lisp/rx.el (rx): Doc fix.
16603 Fix copyright years.
16604
16605 * strokes.el (strokes-global-set-stroke-string): New function.
16606 (strokes-list-strokes): Cope with strings, not just commands.
16607 Set foreground colour of image.
16608 (strokes-global-set-stroke): Doc fix.
16609
16610 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
16611
16612 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
16613 Auto Revert mode.
16614 (Buffer-menu-files-only): New variable.
16615 (Buffer-menu-toggle-files-only): New function.
16616 (Buffer-menu-mode-map): Bind it to `T'.
16617 (Buffer-menu-mode): Mention `T' in docstring.
16618 Set buffer-stale-function.
16619 (list-buffers-noselect): Mark buffer non-modified and set
16620 Buffer-menu-files-only.
16621
16622 * dired.el (buffer-stale-function): Remove no longer needed defvar.
16623
16624 * autorevert.el (auto-revert-handler): Print revert message
16625 before, rather than after, reverting.
16626 (buffer-stale-function): Move to files.el.
16627
16628 * files.el (buffer-stale-function): Move here from autorevert.el.
16629
16630 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16631
16632 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
16633
16634 * calc/calc.el (calc-mode-map): Use mapc.
16635
16636 * apropos.el (apropos-mode): Don't autoload.
16637 (apropos-symbols-internal): New fun. Extracted from `apropos'.
16638 (apropos): Use it.
16639 (apropos-print): Add optional `text' argument.
16640 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
16641 Don't assume point-min == 1.
16642
16643 * bs.el (bs-buffer-list): Use buffer-local-value.
16644 (bs--set-toggle-to-show): Use with-current-buffer.
16645
16646 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
16647 New funs.
16648 (list-buffers-noselect): Use them. Adjust :align-to to new style.
16649
16650 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
16651
16652 * dabbrev.el (dabbrev-expand): Fix regexp construction.
16653 (dabbrev--find-expansion): Use pop.
16654 (dabbrev--search): Use match-string-no-properties.
16655
16656 * dired.el (dired-mode): Use run-mode-hooks.
16657 (dired-move-to-end-of-filename): Use match-string.
16658
16659 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
16660 is bound before using it.
16661 (ediff-verbose-p): Make it into a var since it's not constant.
16662
16663 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
16664
16665 * faces.el (read-face-font): Don't cons up unnecessarily.
16666 (header-line, tool-bar): Share common parts.
16667
16668 * files.el (file-relative-name): Use compare-strings.
16669
16670 * finder.el (finder-mode): Follow coding convention.
16671
16672 * subr.el (read-number): New function.
16673
16674 * ses.el (ses-read-number): Move to subr.el.
16675 (ses-set-header-row): Use read-number.
16676
16677 2004-03-26 Andre Spiegel <spiegel@gnu.org>
16678
16679 * vc-hooks.el (vc-arg-list): New function, which handles both
16680 compiled and uncompiled code.
16681 (vc-default-workfile-unchanged-p): Use it.
16682
16683 * vc.el (vc-print-log): Undo prev change, use new function
16684 vc-arg-list from vc-hooks.el.
16685
16686 2004-03-26 Masatake YAMATO <jet@gyve.org>
16687
16688 * simple.el (completion-setup-function): Emphasize the
16689 first uncommon characters in the completions; and de-emphasize
16690 the common prefix substrings.
16691 (completion-emphasis): New face.
16692 (completion-de-emphasis): New face.
16693
16694 2004-03-25 Juanma Barranquero <lektu@terra.es>
16695
16696 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
16697 Comment out (it's unused and unfinished code).
16698
16699 2004-03-25 Sam Steingold <sds@gnu.org>
16700
16701 * vc.el (vc-print-log): Fix a bug in the last patch:
16702 backend-function may be a byte-compiled object, not a lambda.
16703
16704 2004-03-25 Juri Linkov <juri@jurta.org>
16705
16706 * descr-text.el (describe-property-list): Add a button
16707 for `face' property that calls `describe-face'.
16708 Suggested by luis fernandes <elf@ee.ryerson.ca>
16709
16710 * international/mule.el (keyboard-coding-system):
16711 * kmacro.el (kmacro-call-macro): Fix docstring.
16712
16713 * dired.el: Fix comments.
16714
16715 * textmodes/fill.el (fill): Fix Info link.
16716
16717 * font-lock.el (fast-lock, lazy-lock):
16718 * jit-lock.el (jit-lock): Remove links to removed Support Modes
16719 Info node.
16720
16721 * eshell/eshell.el (eshell): Fix broken info-link.
16722
16723 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
16724 * eshell/em-banner.el (eshell-banner):
16725 * eshell/em-smart.el (eshell-smart):
16726 * eshell/esh-cmd.el (eshell-cmd):
16727 Comment out broken info-links to incomplete Info manual.
16728
16729 * info-xref.el: Fix commentary.
16730
16731 2004-03-25 Kevin Ryde <user42@zip.com.au>
16732
16733 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
16734 Remove spurious node duplicate suppression, doesn't work, not wanted.
16735 (info-xref-output): Take format style args, add "sit-for 0" to let
16736 user see the results as they progress.
16737 (info-xref-check-all-custom): New function.
16738
16739 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
16740
16741 * gdb-ui.el: Moved to progmodes.
16742
16743 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16744
16745 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
16746
16747 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16748
16749 * calendar/appt.el (appt-check): Remove superfluous progn.
16750 When finished with diary buffer: if it was not being displayed
16751 before, kill it; otherwise restore its original state.
16752 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
16753
16754 * calendar/calendar.el (calendar-set-mode-line): Use total
16755 available mode-line width, rather than frame-width.
16756
16757 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
16758 after mode change so effect not lost.
16759
16760 2004-03-23 Dave Love <fx@gnu.org>
16761
16762 * dired.el (dired) <defgroup>: Add link to manual.
16763 (dired-font-lock-keywords): Add highlighting on unusual permissions.
16764 (dired-revert): Use dolist.
16765 (dired-mode-map): Add U binding.
16766 (dired-mode): Add font-lock-beginning-of-syntax-function.
16767 (dired-garbage-files-regexp): Make it a defcustom.
16768
16769 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16770
16771 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
16772 is equivalent to nil.
16773 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
16774 (vc-arch-mode-line-string): Accept `added' state.
16775 (vc-arch-state): Use inode-sigs if available.
16776 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
16777 Copy&delete existing id file if any. Fallback if uuidgen is absent.
16778 (vc-arch-tagline-re): New var.
16779 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
16780 New functions.
16781 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
16782 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
16783
16784 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
16785 (vc-file-not-found-hook): Use it.
16786
16787 * diff-mode.el (diff-default-read-only): Change default.
16788 (diff-mode-hook): Make it a defcustom. Add some options.
16789 (diff-mode-map): Bind diff-refine-hook.
16790 (diff-yank-handler): New var.
16791 (diff-yank-function): New fun.
16792 (diff-font-lock-keywords): Use them.
16793 (diff-end-of-file): Handle case where file-header looks like diff text.
16794 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
16795 (diff-file-kill): Delete a subsequent empty line, if applicable.
16796 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
16797 (diff-find-file-name): Use it.
16798 (diff-tell-file-name): New command.
16799 (diff-mode): Be careful with view-mode.
16800 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
16801 New functions, for use in diff-mode-hook.
16802 (diff-find-source-location): Catch "regex too large" errors.
16803 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
16804 (diff-refine-hunk): New command.
16805
16806 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
16807 (smerge-context-menu-map): Remove unused var.
16808 (smerge-keep-all): Preserve markers.
16809 (smerge-keep-n): New fun.
16810 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16811 (smerge-keep-current, smerge-ediff): Use it.
16812 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
16813 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
16814 (smerge-resolve): Resolve trivial 3-part conflicts.
16815
16816 2004-03-23 Juri Linkov <juri@jurta.org>
16817
16818 * man.el (Man-width): New var.
16819 (Man-getpage-in-background): Use it.
16820 (Man-support-local-filenames): New var and fun.
16821 (Man-build-man-command): Don't add a second %s.
16822 (Man-fontify-manpage): Clean up message.
16823 (Man-mode): Set outline-regexp, outline-level,
16824 imenu-generic-expression.
16825
16826 * woman.el (woman-fill-frame): Doc fix.
16827 (woman-decode-region): Use window-width instead of frame-width.
16828
16829 * abbrevlist.el (list-one-abbrev-table):
16830 * descr-text.el (describe-char):
16831 * international/mule-diag.el (describe-current-coding-system):
16832 * international/quail.el (quail-insert-decode-map):
16833 Use window-width instead of frame-width.
16834
16835 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
16836 (jka-compr-mode-alist-additions): Add tbz.
16837 (jka-compr-write-region, jka-compr-insert-file-contents):
16838 Add message for undefined compress-program.
16839 (jka-compr-write-region): Remove redundant var bindings.
16840
16841 * dired-x.el (dired-guess-shell-alist-default): Add choices for
16842 extracting files into subdirectory. Add tbz and dz. Fix regexps.
16843 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
16844 (dired-man): Use dired-guess-shell-command.
16845 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
16846 Change default nil to t.
16847
16848 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
16849 (dired-compare-directories): Add default value for empty input.
16850
16851 * help-at-pt.el: Move suggestions for key bindings to Commentary.
16852
16853 * time.el (display-time-string-forms): Fix help-echo date format.
16854
16855 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
16856
16857 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
16858 (buffer-stale-function): New variable.
16859 (auto-revert-list-diff, auto-revert-dired-file-list)
16860 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
16861 (auto-revert-handler): Take over some functionality of deleted
16862 functions.
16863 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
16864
16865 * dired.el (dired-directory-changed-p): New fun, extracted from
16866 dired-internal-noselect.
16867 (dired-buffer-stale-p): New fun.
16868 (dired-internal-noselect): Use dired-directory-changed-p.
16869 Eliminate revert messages.
16870 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
16871
16872 2004-03-23 Kenichi Handa <handa@m17n.org>
16873
16874 * international/characters.el: Setup syntaxes for more parentheses
16875 Unicode characters.
16876
16877 * international/mule-cmds.el (select-safe-coding-system):
16878 Merge coding-system and auto-cs before comparing them.
16879
16880 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16881
16882 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
16883
16884 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
16885 normal-auto-fill-function and comment-indent-function.
16886 The default values now work just as well.
16887 Don't set font-lock-beginning-of-syntax-function since we already set
16888 syntax-begin-function.
16889 (lisp-outline-level): Put ;;;###autoload at same level as (.
16890 (prin1-char): Quote special chars.
16891
16892 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
16893 than with-no-warnings.
16894
16895 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
16896 if the source location can't be found.
16897 (edebug-compute-previous-result): Use prin1-char.
16898
16899 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
16900 (debug-ignored-errors): Add an entry.
16901
16902 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
16903 (byte-compile-file): Output warning when deleting a file.
16904
16905 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
16906 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
16907
16908 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
16909 (byte-compile-inline-expand): Use backquote.
16910 (byte-optimize-pure-func): Rename from byte-optimize-concat.
16911 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
16912
16913 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
16914
16915 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
16916
16917 2004-03-22 Juri Linkov <juri@jurta.org>
16918
16919 * finder.el (finder-known-keywords): Fix data, tex, unix.
16920
16921 * play/landmark.el: Fix keywords.
16922
16923 * language/ethio-util.el (ethio-find-file): Doc fix.
16924
16925 * emacs-lisp/warnings.el: Doc fix.
16926
16927 * textmodes/ispell.el (ispell-help): Doc fix.
16928
16929 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
16930
16931 * format.el (format-insert-file): Always return a list of two
16932 elements, like insert-file-contents does.
16933
16934 2004-03-21 Andre Spiegel <spiegel@gnu.org>
16935
16936 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
16937 and vc-BACKEND-diff.
16938 (vc-print-log): If the print-log implementation supports it, use
16939 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
16940 (vc-version-diff, vc-diff-internal): Doc fixes.
16941
16942 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
16943 implementation supports it, let diff output go to *vc*,
16944 not *vc-diff*, since this is an internal call.
16945
16946 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
16947
16948 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
16949
16950 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
16951
16952 2004-03-21 Dave Love <fx@gnu.org>
16953
16954 * progmodes/cfengine.el (cfengine-mode):
16955 Set parse-sexp-ignore-comments.
16956
16957 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
16958
16959 2004-03-21 Juanma Barranquero <lektu@terra.es>
16960
16961 * allout.el (allout-mode): Fix docstring.
16962
16963 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
16964
16965 * files.el (insert-directory): Fix bug if SWITCHES is a list.
16966
16967 * autorevert.el (auto-revert-interval): Make new value take
16968 effect immediately when set through Custom.
16969 (auto-revert-set-timer): Add interactive declaration.
16970
16971 2004-03-19 David Ponce <david@dponce.com>
16972
16973 * ruler-mode.el (ruler-mode-header-line-format-old):
16974 Don't `make-variable-buffer-local'.
16975 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
16976 (ruler-mode-header-line-format): Simply funcall the above.
16977 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
16978 to save/restore a previous header line format.
16979 (ruler-mode-space): Don't depend on a numeric WIDTH value.
16980 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
16981 fringes and margins width.
16982 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
16983
16984 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16985
16986 * log-edit.el (log-edit-font-lock-keywords): Typo.
16987
16988 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
16989 (tex-send-tex-command): Rather than here.
16990 (tex-compilation-parse-errors): Simplify.
16991
16992 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
16993
16994 * time.el (display-time-string-forms): Add help-echo with date on time.
16995
16996 * composite.el (compose-region): Use restore-buffer-modified-p.
16997
16998 * disp-table.el (standard-display-8bit): Simplify.
16999
17000 * server.el (server-process-filter): Delete temp frame.
17001
17002 * add-log.el (add-change-log-entry): Simplify.
17003
17004 2004-03-19 Kim F. Storm <storm@cua.dk>
17005
17006 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
17007 (hexl-follow-line): Don't require 'fringe.
17008
17009 * progmodes/compile.el (compilation-start): Always set
17010 compilation-last-buffer and return it.
17011
17012 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
17013
17014 * simple.el (clone-buffer): Doc fix.
17015
17016 2004-03-18 Juanma Barranquero <lektu@terra.es>
17017
17018 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
17019
17020 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
17021
17022 * log-edit.el (log-edit-font-lock-keywords): New var.
17023 (log-edit-mode): Use it.
17024
17025 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
17026
17027 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
17028 properly for watching in speedbar.
17029
17030 2004-03-17 Masatake YAMATO <jet@gyve.org>
17031
17032 * smerge-mode.el (smerge-popup-context-menu):
17033 Put `unwind-protect' around `overlay-put' and `popup-menu'.
17034
17035 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
17036
17037 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
17038 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
17039 Take sealed revisions into account.
17040 (vc-arch-checkin): Extract a summary line from the message.
17041
17042 2004-03-16 Masatake YAMATO <jet@gyve.org>
17043
17044 * register.el (register): Provide `register' feature.
17045
17046 2004-03-15 Masatake YAMATO <jet@gyve.org>
17047
17048 Added context menu support in smerge mode.
17049 Most of the part is written by Stefan Monnier.
17050
17051 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
17052 New keymap and menu.
17053 (smerge-text-properties): New function.
17054 (smerge-remove-props): New function.
17055 (smerge-popup-context-menu): New function.
17056 (smerge-resolve): Call `smerge-remove-props'.
17057 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
17058 (smerge-keep-current): Ditto.
17059 (smerge-kill-current): New function.
17060 (smerge-match-conflict): Put text properties.
17061 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
17062
17063 2004-03-15 David Ponce <david@dponce.com>
17064
17065 * ruler-mode.el (ruler-mode-left-fringe-cols)
17066 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
17067 (ruler-mode-right-scroll-bar-cols): Remove.
17068 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
17069 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
17070 Use fringe-columns and scroll-bar-columns.
17071
17072 2004-03-15 Masatake YAMATO <jet@gyve.org>
17073
17074 * hl-line.el (hl-line-range-function): New variable.
17075 (hl-line-move): New function.
17076 (global-hl-line-highlight): Use `hl-line-move'.
17077 (hl-line-highlight): Ditto.
17078
17079 * scroll-bar.el (scroll-bar-columns):
17080 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
17081
17082 * ruler-mode.el (top-level): Require scroll-bar and fringe.
17083 (ruler-mode-left-fringe-cols)
17084 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
17085 (ruler-mode-right-scroll-bar-cols)
17086 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
17087 (ruler-mode-ruler-function): New variable.
17088 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
17089 if the value for `ruler-mode-ruler-function'is given.
17090
17091 * hexl.el (hexl-mode-hook): Make the hook customizable.
17092 (hexl-address-area, hexl-ascii-area): New customize variables.
17093 (hexlify-buffer): Put font-lock-faces on the address area and
17094 the ascii area.
17095 (hexl-activate-ruler): New function.
17096 (hexl-follow-line): New function.
17097 (hexl-highlight-line-range): New function.
17098 (hexl-mode-ruler): New function.
17099
17100 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
17101
17102 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
17103 (vc-default-find-file-hook): New fun.
17104 (vc-find-file-hook): Call new find-file-hook operation.
17105
17106 * vc-arch.el: New file.
17107
17108 2004-03-12 Jesper Harder <harder@ifa.au.dk>
17109
17110 * info-look.el (info-lookup): Reuse an existing Info window.
17111
17112 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17113
17114 * woman.el (woman-preserve-ascii): Default value changed to t and
17115 doc string revised.
17116
17117 2004-03-12 Richard M. Stallman <rms@gnu.org>
17118
17119 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17120 Fix minor bug.
17121
17122 * replace.el (occur-engine): Change message for count of matches.
17123
17124 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
17125 For strings, do compare text properties.
17126
17127 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
17128
17129 * progmodes/compile.el (compile-auto-highlight)
17130 (compilation-error-list, compilation-old-error-list)
17131 (compilation-parse-errors-function, compilation-parsing-end)
17132 (compilation-error-message, compilation-directory-stack)
17133 (compilation-enter-directory-regexp-alist)
17134 (compilation-leave-directory-regexp-alist)
17135 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
17136 (compilation-current-file, compilation-regexps): Remove vars.
17137
17138 (compile-error-at-point, compilation-error-filedata)
17139 (compilation-error-filedata-file-name, compile-reinitialize-errors)
17140 (compilation-next-error-locus, compilation-forget-errors)
17141 (count-regexp-groupings, compilation-parse-errors)
17142 (compile-collect-regexps, compile-buffer-substring): Remove funs.
17143
17144 (compile-internal): Make obsolete.
17145
17146 (compilation-first-column, compilation-error)
17147 (compilation-directory-matcher, compilation-page-delimiter)
17148 (compilation-mode-font-lock-keywords, compilation-debug)
17149 (compilation-error-face, compilation-warning-face)
17150 (compilation-info-face, compilation-line-face)
17151 (compilation-column-face, compilation-enter-directory-face)
17152 (compilation-leave-directory-face, compilation-skip-threshold)
17153 (compilation-skip-visited, compilation-context-lines): New vars.
17154
17155 (compilation-warning-face, compilation-info-face)
17156 (compilation-message-face): New faces.
17157
17158 (compilation-error-regexp-alist-alist): New constant.
17159
17160 (compilation-face, compilation-directory-properties)
17161 (compilation-assq, compilation-error-properties, compilation-start)
17162 (define-compilation-mode, compilation-loop)
17163 (compilation-set-window): New functions.
17164
17165 (compile): Additional argument for interactive compiles like TeX.
17166
17167 * progmodes/grep.el (kill-grep): Move here from compile.el
17168 (grep-error, grep-hit-face, grep-error-face)
17169 (grep-mode-font-lock-keywords): New variables.
17170 (grep-regexp-alist): Simplify regexp and add `binary' case.
17171 (grep-mode): New mode.
17172 (grep-process-setup): Simplify.
17173
17174 2004-03-11 Jason Rumney <jasonr@gnu.org>
17175
17176 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
17177 letters on DOS/Windows.
17178
17179 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
17180
17181 * server.el (server-name): New var.
17182 (server-socket-dir): New var to replace server-socket-name.
17183 (server-start): Use them.
17184
17185 2004-03-11 Simon Josefsson <jas@extundo.com>
17186
17187 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
17188 died to avoid infloop. Reported by Jonathan Glauner
17189 <jglauner@sbum.org>.
17190
17191 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17192
17193 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
17194 (smerge-mode-menu): Use it to deactivate menu entries.
17195 (smerge-keep-current): New fun.
17196 (smerge-keep-current): Use it.
17197
17198 2004-03-10 John Paul Wallington <jpw@gnu.org>
17199
17200 * foldout.el (foldout-fold-list, foldout-modeline-string):
17201 Declare them as variables, not constants.
17202
17203 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17204
17205 * ps-print.el: Modification to print *Messages* buffer.
17206 (ps-print-version): New version 6.6.4.
17207 (ps-message-log-max): New fun.
17208 (ps-spool-without-faces, ps-spool-with-faces)
17209 (ps-count-lines-preprint): Code fix.
17210
17211 * printing.el: New tips in Tips section.
17212
17213 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17214
17215 * delim-col.el: Doc fix.
17216
17217 * printing.el: Doc fix. New doc section (Tips).
17218
17219 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17220
17221 * type-break.el (type-break-emacs-variant): Remove.
17222 (type-break-run-at-time, type-break-cancel-function-timers):
17223 Use fboundp rather than version name and number.
17224
17225 2004-03-09 Masatake YAMATO <jet@gyve.org>
17226
17227 * hexl.el (hexl-mode): Use `make-local-variable' instead of
17228 `make-variable-buffer-local'.
17229
17230 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
17231
17232 * find-dired.el (find-dired): Call `shell-command' instead of
17233 `start-process-shell-command'. By this, Tramp takes over
17234 handling of remote directories.
17235
17236 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17237
17238 * newcomment.el (comment-use-global-state): New var.
17239 (comment-search-forward): Use it.
17240
17241 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
17242
17243 * cus-edit.el (fill) <defgroup>: Move to fill.el.
17244
17245 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
17246 (enable-kinsoku): Make it a defcustom.
17247 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
17248 paragraph to same-comment-start-marker.
17249
17250 2004-03-07 Dave Love <fx@gnu.org>
17251
17252 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
17253 (browse-url-mail): Use it.
17254
17255 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
17256 (rfc2368-unhexify-string): Use replace-regexp-in-string.
17257
17258 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17259
17260 * woman.el (woman-man.conf-path): Doc fix.
17261 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
17262
17263 2004-03-07 Eli Zaretskii <eliz@gnu.org>
17264
17265 * sort.el (sort-columns): Remove ms-dos from the list of systems
17266 where the external `sort' command is not used.
17267
17268 2004-03-07 Kim F. Storm <storm@cua.dk>
17269
17270 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
17271 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
17272 from overlay-arrow-variable-list.
17273 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
17274
17275 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
17276
17277 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
17278 overlay arrow string properly for the assembler buffer.
17279
17280 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
17281
17282 * mail/sendmail.el (mail-mode): Fix last change.
17283
17284 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
17285
17286 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
17287 for the assembler buffer.
17288 (gdb-assembler-custom): Position the overlay arrow.
17289 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
17290
17291 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
17292
17293 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
17294
17295 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
17296 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
17297
17298 * mail/sendmail.el (mail-mode): Set comment-start-skip.
17299
17300 * newcomment.el (uncomment-region): Allow non-terminated comment.
17301 (comment-normalize-vars): Check the user-specified comstart marker.
17302
17303 2004-03-04 Jesper Harder <harder@ifa.au.dk>
17304
17305 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
17306 Otherwise, do use it if the region only contains font-lock text
17307 properties.
17308
17309 2004-03-04 Masatake YAMATO <jet@gyve.org>
17310
17311 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
17312 as the callback function for eldoc.
17313 (hexl-print-current-point-info): New function.
17314 (hexl-current-address): Print the address in both decimal
17315 and hexadecimal format.
17316
17317 2004-03-04 Richard M. Stallman <rms@gnu.org>
17318
17319 * mail/rmail.el (rmail-convert-to-babyl-format):
17320 Specify t for UNIBYTE when calling mail-unquote-printable-region.
17321
17322 * mail/mail-utils.el (mail-unquote-printable-region):
17323 New arg UNIBYTE.
17324
17325 * startup.el (command-switch-alist): Doc fix.
17326
17327 * simple.el (undo): Temporarily set this-command to `undo-start',
17328 then set it to `undo' once undo-start returns without error.
17329
17330 * simple.el (minibuffer-history-sexp-flag): Doc fix.
17331
17332 * simple.el (kill-line): Don't disregard trailing whitespace
17333 in eol condition, if show-trailing-whitespace is set.
17334
17335 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
17336 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
17337 When disabling, restore old values only if mouse-sel-has-been-enabled.
17338
17339 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
17340 (isearch-{-char): New function.
17341 (isearch-mode-map): Bind { to isearch-{-char.
17342
17343 * font-lock.el (lisp-font-lock-keywords-2):
17344 Turn off the CL with-... and do-... general patterns.
17345 Instead, recognize several specific with... and do... constructs.
17346
17347 * files.el (switch-to-buffer-other-window):
17348 Bind same-window-buffer-names and same-window-regexps to nil.
17349 (switch-to-buffer-other-frame): Likewise.
17350
17351 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17352
17353 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
17354 recognizing leading comment on code line.
17355
17356 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17357
17358 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
17359 hidden files/directories.
17360
17361 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17362
17363 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
17364 only comment-start (in case the mode hasn't set it).
17365
17366 * Makefile.in (AUTOGENEL): New var.
17367 (bootstrap-prepare): Rename from bootstrap-clean.
17368 Don't remove elc files.
17369 (maintainer-clean): New target.
17370
17371 * xml.el (xml-get-attribute-or-nil): Simplify.
17372
17373 2004-03-02 Juri Linkov <juri@jurta.org>
17374
17375 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
17376 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
17377 URL to prevent their substitution with the environment variable
17378 values by browsers.
17379
17380 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17381
17382 * ps-print.el: Doc fix.
17383 (ps-print-version): New version number (6.6.3).
17384 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
17385 Docstring fix.
17386 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
17387 before printing.
17388 (ps-time-stamp-yyyy-mm-dd): New fun.
17389 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
17390
17391 2004-03-02 Kim F. Storm <storm@cua.dk>
17392
17393 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
17394
17395 2004-03-01 Juanma Barranquero <lektu@terra.es>
17396
17397 * allout.el (allout-rebullet-heading): Fix typo in docstring.
17398
17399 * desktop.el (desktop-file-version)
17400 (desktop-after-read-hook): Fix typos.
17401 (desktop-clear-preserve-buffers): Remove redundant info in
17402 docstring already shown by the obsolescence message.
17403 (desktop-truncate, desktop-internal-v2s)
17404 (desktop-value-to-string): Change argument name to match docstring.
17405
17406 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
17407
17408 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
17409 docstring.
17410
17411 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17412
17413 * printing.el: Replace "As Is..." in PostScript file print/preview by
17414 "No Preprocessing...". Suggested by Colin Marquardt
17415 <_marquardt_@zmd.de>.
17416 (pr-insert-section-4): Adjust buffer interface.
17417
17418 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17419
17420 Version 2.0.39 of Tramp released.
17421
17422 * net/tramp.el (tramp-handle-file-local-copy)
17423 (tramp-handle-write-region, tramp-open-connection-rsh):
17424 Variable name typo. Small change. From Patrick Tullmann
17425 <tullmann@flux.utah.edu>.
17426 (tramp-process-connection-type): New variable.
17427 (tramp-maybe-open-connection): Use it.
17428 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
17429 (tramp-touch): Set last-modified time of a remote file.
17430 (tramp-handle-write-region): Say which function is used when encoding.
17431
17432 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
17433
17434 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
17435 case of non-existing filename, too. Reported by Christoph Bauer
17436 <c_bauer@informatik.uni-kl.de>.
17437 (tramp-smb-get-file-entries): The directory in question should
17438 have permissions "drwxrwxrwx". Just virtual, because we don't
17439 know the real permissions. Don't we know?
17440 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
17441 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
17442 (tramp-smb-wait-for-output): Optimize algorithm getting pending
17443 output. If it was received chunkwise, there have been problems.
17444 Remove the "prompt not found" error message; it is obvious.
17445 Simplify algorithm.
17446 (tramp-smb-process-running): Remove. Since we acknowledge the
17447 virtual prompt for shares, there's no need for distinction of
17448 reading shares (process ends afterwards) and interactive mode of
17449 smblient.
17450 (tramp-smb-open-connection): Setting process sentinel removed.
17451 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
17452 "NT_STATUS_NETWORK_ACCESS_DENIED".
17453 (tramp-smb-maybe-open-connection): Set `process-connection-type'
17454 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
17455 (top-level): Setting default value in `tramp-default-method-alist'
17456 corrected. Order of USER and HOST have been wrong.
17457 Nobody complained for months ...
17458 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
17459 (tramp-smb-open-connection): Clear password cache if login has failed.
17460
17461 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
17462 `tramp-unified-filenames'.
17463 (tramp-completion-mode): Make test for XEmacs explicitely.
17464 `event-to-character' can exists in Emacs packages too.
17465 Reported by Matt Swift <swift@alum.mit.edu>.
17466 (tramp-buffer-name): Buffer name must contain the user if exists.
17467 Reported by Adrian Phillips <a.phillips@met.no>.
17468 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
17469 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
17470 (tramp-do-copy-or-rename-file-out-of-band): Rename from
17471 `tramp-do-copy-or-rename-file-one-local', because it handles also
17472 the case both files use the same out-of-band method.
17473 Implementation added.
17474 (tramp-handle-file-local-copy, tramp-handle-write-region):
17475 Out-of-band handling removed. `copy-file' called instead, which
17476 calls `tramp-do-copy-or-rename-file-out-of-band'.
17477 (tramp-action-password): Check for out-of-band method removed.
17478 This function is used for 'login-program.
17479 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
17480 appropriate.
17481 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
17482 and `tramp-parse-sknownhosts'.
17483 (tramp-completion-function-alist): It's a defvar now, because we
17484 want to apply the optimized `tramp-set-completion-function'
17485 instead of a static list.
17486 (tramp-set-completion-function): Implementation tuned.
17487 Avoid double entries, and entries where the function or the
17488 file/directory doesn't exist.
17489 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
17490 for SSH2.
17491 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
17492 (tramp-handle-dired-compress-file): New function.
17493 (tramp-async-proc): New variable.
17494 (tramp-handle-shell-command): Adding asynchronous processes.
17495 They are far from being perfect, but it works at least for
17496 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
17497 (top-level): Require password.el if visible. Should be mandatory
17498 once No Gnus has found its way into (X)Emacs.
17499 (tramp-read-passwd): Invoke `password-read' if available,
17500 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
17501 fallback any longer.
17502 (tramp-clear-passwd): New function.
17503 (tramp-process-actions, tramp-process-multi-actions):
17504 Clear password cache if login has failed.
17505
17506 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
17507 its own module.
17508 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
17509 `ange-ftp-ftp-name-res'. There could be incorrect values from
17510 previous calls in case the "ftp" method is used in the Tramp file
17511 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17512
17513 2004-02-28 Richard M. Stallman <rms@gnu.org>
17514
17515 * term.el (term-mouse-paste): Call mouse-set-point.
17516
17517 * thumbs.el: New file.
17518
17519 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17520
17521 * progmodes/ebnf-abn.el: Doc fix.
17522
17523 * progmodes/ebnf-bnf.el: Doc fix.
17524 (ebnf-repeat): Code fix.
17525
17526 * progmodes/ebnf2ps.el: Doc fix.
17527 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
17528
17529 2004-02-28 Juri Linkov <juri@jurta.org>
17530
17531 * ffap.el (dired-at-point): Additional writability test for
17532 relative directory names.
17533 (dired-at-point-prompter): Treat directories as a directory, get
17534 the directory component from files.
17535 (ffap-string-at-point): Return string from region if region is active.
17536 (ffap-file-at-point): Remove redundant code.
17537
17538 2004-02-28 Kim F. Storm <storm@cua.dk>
17539
17540 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
17541 Initialize margin area images to nil.
17542 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
17543 (breakpoint-enabled-bitmap-face)
17544 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
17545 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
17546 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
17547 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
17548 (gdb-reset): Use gdb-remove-breakpoint-icons.
17549 (gdb-put-string): Add dprop arg to specify alternative display
17550 property (for setting fringe bitmap).
17551 (gdb-remove-strings): Doc fix.
17552 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
17553 icon in fringe (if available), or else as icon or text in display
17554 margin. Creates necessary icons in breakpoint-bitmap,
17555 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
17556 Also make left window margin if required.
17557 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
17558 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
17559 no longer needed.
17560 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
17561 gdb-put-breakpoint-icon.
17562 (gdb-assembler-mode): Don't set left-margin-width here.
17563
17564 2004-02-27 Kevin Ryde <user42@zip.com.au>
17565
17566 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
17567 comma, so that it DTRT in macros.
17568
17569 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
17570
17571 * progmodes/sh-script.el (sh-shell-arg)
17572 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
17573 (sh-leading-keywords, sh-other-keywords): Fix custom type.
17574
17575 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
17576
17577 * faces.el (face-spec-set-match-display): Add a new attribute,
17578 `min-colors'.
17579 (region, highlight, secondary-selection): Use `min-colors'.
17580
17581 * custom.el (defface): Add documentation for `min-colors'.
17582
17583 * font-lock.el (font-lock-comment-face, font-lock-string-face)
17584 (font-lock-keyword-face, font-lock-function-name-face)
17585 (font-lock-variable-name-face, font-lock-constant-face):
17586 Use `min-colors'.
17587
17588 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
17589
17590 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17591
17592 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
17593 define assq-delete-all if it's not defined.
17594 (ebnf-generate-region): Code fix.
17595
17596 * printing.el: Doc fix.
17597 (pr-version): New version number (6.7.2).
17598 (pr-command): Return empty string if command is an empty string.
17599
17600 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17601
17602 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
17603
17604 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
17605 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
17606 semi-down-full. Fix a bug on productions like test = {"test"}* | (
17607 "tt" ["test"] ). Reported by Markus Dreyer
17608 <mdreyer@ix.urz.uni-heidelberg.de>.
17609 (ebnf-version): New version number (4.0).
17610 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
17611 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
17612 (ebnf-delete-style): New commands.
17613 (ebnf-directory, ebnf-file): New funs.
17614 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
17615 (ebnf-production-name-p, ebnf-stop-on-error): New options.
17616 (ebnf-syntax-alist): New var.
17617 (ebnf-element-width): New fun replacing ebnf-list-width.
17618 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
17619 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
17620 (ebnf-prologue): Adjust vars.
17621 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
17622 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
17623 (ebnf-check-style-values, ebnf-generate-production)
17624 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
17625 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
17626 (ebnf-token-repeat): Code fix.
17627
17628 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
17629 %right, %left and %prec. Suggested by Matthew K. Junker
17630 <junker@alum.mit.edu>.
17631 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
17632
17633 * progmodes/ebnf-iso.el: Doc fix.
17634 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
17635 (ebnf-iso-lex): Code fix.
17636
17637 * progmodes/ebnf-bnf.el: Doc fix.
17638 (ebnf-bnf-lex): Code fix.
17639
17640 * progmodes/ebnf-otz.el: Doc fix.
17641
17642 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
17643
17644 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
17645 (abbrev-prefix-mark): Doc fix.
17646
17647 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
17648
17649 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
17650 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
17651 (gdb-var-delete): Make interactive (really).
17652 (gdb-edit-value): Make non-interactive.
17653
17654 * progmodes/gud.el (gud-speedbar-menu-items):
17655 Add gdb-var-delete and, indirectly, gdb-edit-value.
17656 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
17657 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
17658 (gud-gdb-marker-filter): Add comment for annotations.
17659
17660 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17661
17662 * calendar/calendar.el (generate-calendar)
17663 (calendar-read-date): Prevent display of BC calendars once more -
17664 reverts 2003-10-01 change.
17665 (generate-calendar-month): Doc fix.
17666
17667 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
17668
17669 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
17670 return value of increment-calendar-month.
17671
17672 2004-02-21 Stephen Compall <s11@member.fsf.org>
17673
17674 * saveplace.el (save-place-forget-unreadable-files)
17675 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
17676 (save-place-forget-unreadable-files): New function.
17677 (save-place-alist-to-file): Use it to filter out files that are
17678 no longer readable.
17679
17680 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
17681 current Texinfo environment, using the same method as in
17682 `texinfo-insert-@end', and insert a space rather than a newline if
17683 point in a @table environment.
17684
17685 2004-02-21 Juri Linkov <juri@jurta.org>
17686
17687 * ffap.el (ffap-file-at-point): Try parent directories.
17688
17689 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
17690
17691 * vcursor.el (vcursor-modifiers): New defcustom.
17692 (vcursor-cs-binding): Use vcursor-modifiers instead of a
17693 hard-coded list.
17694
17695 2004-02-21 Masatake YAMATO <jet@gyve.org>
17696
17697 * play/animate.el (animate-birthday-present): Accept names other
17698 than `Sarah', too.
17699
17700 2004-02-21 Juri Linkov <juri@jurta.org>
17701
17702 * startup.el: Remove table of command line arguments from the
17703 Commentary section.
17704
17705 2004-02-20 John Wiegley <johnw@newartisans.com>
17706
17707 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
17708 again" modifier from 'e' to 'E', since 'e' is also used by the
17709 "file extension" modifier.
17710
17711 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
17712
17713 * help-fns.el (describe-categories): Doc fix.
17714
17715 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17716
17717 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
17718 temporary file for buffer already visiting one. This change makes
17719 output likely to be directly usable by patch program.
17720 Suggested by Adrian Aichner <adrian@xemacs.org>
17721
17722 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
17723
17724 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
17725 case of variables defined in compound statements.
17726 (gdb-setup-windows, gdb-source-info, gdb-source-info):
17727 Simplify constructions using switch-to-buffer.
17728
17729 2004-02-19 Simon Josefsson <jas@extundo.com>
17730
17731 * play/morse.el: Fix typo.
17732 (morse-code): Add @.
17733
17734 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
17735
17736 * calendar/appt.el (appt-display-format): Change default to
17737 'ignore, for backwards compatibility.
17738 (appt-display-message): If appt-display-format is 'ignore,
17739 respect old vars appt-msg-window and appt-visible.
17740 (appt-activate): Don't depend on return value of cancel-timer.
17741
17742 * calendar/calendar.el (calendar-holidays): Doc fix.
17743
17744 * calendar/cal-coptic.el (coptic-prompt-for-date):
17745 Use assoc-string instead of assoc-ignore-case.
17746 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
17747 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
17748 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
17749 * calendar/cal-islam.el (calendar-goto-islamic-date)
17750 (mark-islamic-diary-entries): Ditto.
17751 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
17752 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
17753 (calendar-read-mayan-tzolkin-date): Ditto.
17754 * calendar/calendar.el (calendar-read-date): Ditto.
17755 * calendar/diary-lib.el (mark-diary-entries): Ditto.
17756
17757 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
17758
17759 * progmodes/executable.el (executable-command-find-posix-p):
17760 Fix choice of the directory.
17761
17762 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
17763
17764 * simple.el (interprogram-cut-function)
17765 (interprogram-paste-function, kill-new, kill-append):
17766 Doc fixes.
17767 (kill-region): Make it return nil. Doc fix.
17768 (yank-pop): Make its argument optional.
17769 (yank): Make ARG `-' equivalent to `-1'.
17770
17771 2004-02-17 Eli Zaretskii <eliz@gnu.org>
17772
17773 * mail/rmail.el (rmail-get-new-mail): Don't reference
17774 rmail-use-spam-filter if rmail-spam-filter is not loaded.
17775
17776 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
17777
17778 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
17779 if one of global-auto-revert-non-file-buffers or autorevert-mode
17780 is non-nil.
17781
17782 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17783
17784 * subr.el (delete-dups): A better implementation from Karl Heuer
17785 <kwzh@gnu.org>.
17786
17787 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17788
17789 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
17790 correct place.
17791 * progmodes/icon.el (icon-indent-command): Ditto.
17792 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
17793
17794 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17795
17796 * progmodes/grep.el (grep-compute-defaults): Undo change from
17797 2004-01-29: don't use executable-command-find-posix-p.
17798
17799 2004-02-16 Richard Sharman <rsharman@pobox.com>
17800
17801 * hilit-chg.el: Use require instead of eval-and-compile.
17802 (highlight-compare-buffers): New function.
17803
17804 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
17805
17806 * man.el (Man-fontify-manpage): Render section headings in
17807 `Man-overstrike-face' even when overstrike was not used by man
17808 formatter for section headings.
17809
17810 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
17811
17812 * rmail-spam-filter.el (vm-use-spam-filter)
17813 (rsf-min-region-length-added-to-spam-list): New variables.
17814 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
17815 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
17816 spam testing. Don't delete spam message if automatic deletion
17817 after output via variable rmail-delete-after-output is turned on.
17818 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
17819 rsf-bbdb-dont-create-entries-for-spam.
17820 (check-field): New function, extracted from code in
17821 rmail-spam-filter to ease addition of header fields like content-type.
17822 (message-content-type): New variable to check the content-type:
17823 field added, also in defcustom of rsf-definitions-alist.
17824 (rmail-spam-filter): Replace repeated test code for header fields
17825 by calls to check-field; change the call to
17826 rmail-output-to-rmail-file such that rmail-current-message stays
17827 the same to avoid wrong deletion of unseen flags.
17828 (rsf-add-contents-type): New function to convert old format
17829 of rmail-spam-definitions-alist into new one.
17830 Change prefixes of all variables and functions from
17831 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
17832
17833 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17834
17835 * loadhist.el (unload-hook-features-list): New defvar.
17836
17837 2004-02-16 Dave Love <fx@gnu.org>
17838
17839 * loadhist.el (unload-feature): Doc fix. Rename flist to
17840 unload-hook-features-list.
17841
17842 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
17843
17844 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
17845 cookie. Don't check if we are looking-at open-formula.
17846
17847 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
17848
17849 * subr.el (match-string-no-properties): Use substring-no-properties.
17850
17851 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17852
17853 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
17854 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
17855 Use lower-case "rx" in all error message.
17856
17857 2004-02-16 Dave Love <fx@gnu.org>
17858
17859 * emacs-lisp/rx.el (rx-or): Put group around result.
17860 (rx-constituents): Add backref.
17861 (rx-syntax): Add string-delimiter, comment-delimiter.
17862 (rx-categories): Add combining-diacritic.
17863 (rx-check-not, rx-greedy, rx): Doc fix.
17864 (rx-backref, rx-check-backref): New.
17865
17866 2004-02-16 Jesper Harder <harder@ifa.au.dk>
17867
17868 * newcomment.el (uncomment-region): Allow eob as comment end.
17869
17870 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17871
17872 * filecache.el: All message and error commands now use prefix
17873 "Filecache:" to make it easy to read *Messages* buffer.
17874
17875 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17876
17877 * autorevert.el: Add support to detect changed dired and VC buffers.
17878 (auto-revert-active-p, auto-revert-list-diff)
17879 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
17880 (auto-revert-handler, auto-revert-active-p): New functions.
17881 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
17882 and `auto-revert-active-p'.
17883 (eval-when-compile): Defvar dired-directory and vc-mode.
17884 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17885 (auto-revert-handler-vc): New functions.
17886
17887 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17888
17889 * progmodes/compile.el (compilation-directory): New defvar.
17890 (compile): Save current directory in compilation-directory.
17891 (recompile): Bind default-directory to compilation-directory if
17892 that is non-nil.
17893
17894 2004-02-16 Dave Love <fx@gnu.org>
17895
17896 * newcomment.el (comment-insert-comment-function)
17897 (comment-region-function, uncomment-region-function): New.
17898 (comment-indent): Use comment-insert-comment-function.
17899 (uncomment-region): Use uncomment-region-function.
17900 (comment-region): Use comment-region-function.
17901
17902 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
17903
17904 2004-02-16 Richard Stallman <rms@gnu.org>
17905
17906 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
17907 loaddefs* and ldefs-boot*.
17908
17909 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17910
17911 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
17912 and email address at the beginning and end of the address.
17913
17914 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
17915 anchored at the beginning of the email address.
17916
17917 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
17918
17919 * international/ccl.el (ccl-compile-write): Pass `left' to
17920 ccl-embed-code to generate correct code of write-expr-register.
17921
17922 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
17923
17924 * progmodes/grep.el (grep-compute-defaults): Fix typos.
17925
17926 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17927
17928 * x-dnd.el: Mention support for Motif in commentary.
17929 (x-dnd-handle-drag-n-drop-event): Ditto.
17930
17931 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
17932
17933 * ses.el: Use "ses--" prefixes for buffer-local variables.
17934 Use (point-min) instead of 1, even when we know the buffer
17935 is unnarrowed.
17936 (ses-build-load-map): Delete. Distribute its content to defconst's for
17937 the three maps.
17938 (ses-menu, ses-header-line-menu): New menus.
17939 (ses-mode-map): Use them.
17940 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
17941
17942 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
17943
17944 * Makefile.in: Fix the CC Mode recompile kludge so it works
17945 when building in a different directory.
17946
17947 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
17948
17949 * simple.el (kill-new): Put yank-handler property on the entire string.
17950
17951 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17952
17953 * diff.el: Don't use compile any more, use diff-mode instead.
17954 (diff-regexp-alist, diff-old-file, diff-new-file)
17955 (diff-parse-differences, diff-process-setup): Remove.
17956 (diff-sentinel): New fun.
17957 (diff): Use it. Run the process ourselves.
17958 Use diff-mode for the rest of the processing.
17959
17960 * diff.el (diff): Simplify code handling `switch'.
17961
17962 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17963
17964 * pcvs-defs.el (cvs-menu): Add `tag'.
17965
17966 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
17967
17968 * simple.el (kill-append): Doc fix.
17969
17970 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17971 Adapt outline-regexp to the new conventions for commenting out code.
17972
17973 2004-02-11 John Paul Wallington <jpw@gnu.org>
17974
17975 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
17976
17977 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
17978
17979 * diff.el (diff-switches): New fun.
17980 (diff, diff-backup): Use it.
17981 (diff): Clean up the args construction. Use backquote.
17982 Use listp instead of consp to avoid putting a nil arg.
17983 (diff): Add a revert-buffer function.
17984
17985 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17986
17987 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
17988 handled by x-dnd-handle-file-name.
17989 (x-dnd-known-types): Add COMPOUND_TEXT.
17990 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
17991 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
17992 x-dnd-empty-state.
17993 (x-dnd-forget-drop): Ditto.
17994 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
17995 (x-dnd-handle-one-url): Return private when inserting text.
17996 (x-dnd-insert-ctext): New function.
17997 (x-dnd-handle-file-name): New function for FILE_NAME.
17998 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
17999 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
18000 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
18001
18002 2004-02-10 Kenichi Handa <handa@m17n.org>
18003
18004 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
18005 instead of while loop.
18006
18007 2004-02-10 Miles Bader <miles@gnu.org>
18008
18009 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
18010
18011 2004-02-09 Kenichi Handa <handa@m17n.org>
18012
18013 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
18014 have end-of-line.
18015
18016 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
18017
18018 * Makefile.in: Added extra dependencies in the recompile target
18019 needed to cope with the compile time macro expansions in CC Mode.
18020
18021 2004-02-09 Kim F. Storm <storm@cua.dk>
18022
18023 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
18024 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
18025 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
18026 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
18027 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
18028 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
18029 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
18030 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
18031 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
18032 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
18033 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
18034
18035 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18036
18037 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
18038 Don't allow shrink if there's a window on our right.
18039
18040 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
18041 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
18042 Bring together declaration and initialization.
18043 (prolog-mode-variables): Don't set the syntax table.
18044 Don't set paragraph-start and comment-indent-function.
18045 Add /*..*/ to the comment regexps.
18046 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
18047 (prolog-mode-map): Don't bind TAB.
18048 (prolog-mode): Set the syntax table.
18049 (prolog-comment-indent): Remove.
18050 (inferior-prolog-mode-map): Initialize in the declaration.
18051 (inferior-prolog-mode-syntax-table)
18052 (inferior-prolog-mode-abbrev-table): New vars.
18053 (inferior-prolog-mode): Derive from comint-mode.
18054 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
18055 minibuffer windows.
18056
18057 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
18058 in file names, as long as it is unabmiguous.
18059
18060 2004-02-08 Andreas Schwab <schwab@suse.de>
18061
18062 * textmodes/reftex-toc.el
18063 (reftex-toc-load-all-files-for-promotion): Remove useless use of
18064 format. Doc fix.
18065
18066 * textmodes/refer.el (refer-find-entry-internal): Remove extra
18067 format string arguments.
18068
18069 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
18070 string argument.
18071
18072 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
18073
18074 * play/zone.el (zone-call): Fix format string.
18075
18076 * net/webjump.el (webjump-builtin): Add missing format string argument.
18077
18078 * midnight.el (midnight-delay-set): Remove extra format string argument.
18079
18080 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
18081
18082 * hexl.el (hexl-insert-char): Add missing format string argument.
18083
18084 * format.el (format-decode): Fix format string.
18085
18086 * emulation/vi.el (vi-mode): Remove extra format string argument.
18087 (vi-repeat-last-search): Likewise.
18088 (vi-reverse-last-search): Likewise.
18089 (vi-goto-mark): Likewise.
18090 (vi-reverse-last-find-char): Likewise.
18091 (vi-repeat-last-find-char): Likewise.
18092 (vi-locate-def): Likewise.
18093
18094 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
18095
18096 * ediff-util.el (ediff-toggle-read-only): Remove extra format
18097 string argument.
18098 (ediff-toggle-regexp-match): Likewise.
18099
18100 * dired-aux.el (dired-do-query-replace-regexp): Add missing
18101 format string argument.
18102
18103 * calc/calc-map.el (calc-get-operator): Remove extra format
18104 string argument.
18105
18106 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
18107
18108 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
18109 string argument.
18110
18111 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
18112
18113 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
18114
18115 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
18116
18117 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
18118 (cl-struct-setf-expander): Likewise.
18119
18120 * vc.el (with-vc-file): Fix unsafe uses of error.
18121 (vc-cancel-version): Likewise.
18122
18123 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
18124
18125 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
18126 thousands separator; fixes <class>:<line-number> regexp for
18127 non-english locales.
18128
18129 2004-02-08 Andreas Schwab <schwab@suse.de>
18130
18131 * view.el (view-mode-enable): Revert previous change.
18132
18133 2004-02-07 Kim F. Storm <storm@cua.dk>
18134
18135 * simple.el (line-number-at-pos): Rename from line-at-pos.
18136 Uses changed (what-line and vc-annotate-warp-version).
18137
18138 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18139
18140 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
18141 (diff-mode): Remove aborted attempt at support for compile.el.
18142 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
18143
18144 2004-02-06 Andreas Schwab <schwab@suse.de>
18145
18146 * view.el (view-mode-enable): Add view-mode-map to
18147 minor-mode-overriding-map-alist.
18148
18149 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18150
18151 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
18152
18153 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
18154
18155 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
18156 with point inside rather than after the paragraph.
18157
18158 2004-02-04 Sam Steingold <sds@gnu.org>
18159
18160 * mail/smtpmail.el (smtpmail-try-auth-methods):
18161 Do not try authentication when no mechanism is available.
18162 Pass port-name as defaultport to `netrc-machine'.
18163
18164 2004-02-04 Stephen Eglen <stephen@gnu.org>
18165
18166 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
18167 to show how minibuffer height can be constrained.
18168
18169 2004-02-04 John Paul Wallington <jpw@gnu.org>
18170
18171 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
18172
18173 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18174
18175 * x-dnd.el: New file for drag and drop.
18176
18177 * term/x-win.el: require x-dnd, set after-make-frame-functions
18178 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
18179 drag-n-drop event.
18180
18181 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
18182 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
18183 (dired-dnd-handle-file): New functions for drag and drop support.
18184 (dired-mode): Initialize drag and drop if x-dnd present.
18185
18186 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
18187
18188 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
18189 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
18190 (cperl-mode): Set fill-paragraph-function.
18191 (cperl-fill-paragraph): Make it non-interactive.
18192
18193 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
18194
18195 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
18196
18197 2004-02-02 David Kastrup <dak@gnu.org>
18198
18199 * replace.el (perform-replace): Allow 'literal argument in
18200 regexp-flag to indicate literal replacement.
18201 (query-replace-regexp-eval): Use it.
18202
18203 2004-02-01 Andreas Schwab <schwab@suse.de>
18204
18205 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
18206
18207 2004-02-01 Stephen Eglen <stephen@gnu.org>
18208
18209 * info-look.el: Add support for maxima-mode. Update commentary
18210 because info-lookup-symbol is now bound to C-h S.
18211
18212 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
18213
18214 * simple.el (edit-and-eval-command): Bind print-level and
18215 minibuffer-history-sexp-flag around call to read-from-minibuffer.
18216 Correct initial position in command-history.
18217
18218 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
18219
18220 * files.el (read-directory-name): Adapt the docstring to recent
18221 change in Fread_file_name.
18222
18223 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
18224
18225 * ses.el (ses-print-cell): If print format too wide for column
18226 width, truncate decimal places if that helps to avoid "#####" fill.
18227 * ses.el (ses-initial-column-width): Revert previous change.
18228
18229 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
18230
18231 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
18232 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
18233 Add edebug info.
18234 (jit-lock-mode): Setup/cancel the new timer.
18235 (jit-lock-context-fontify): New fun. Extracted from
18236 context fontification code of jit-lock-stealth-fontify.
18237 (jit-lock-stealth-fontify): Don't do context fontification any more.
18238
18239 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
18240 (jit-lock-fontify-now): Handle the `quit' case.
18241 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
18242
18243 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
18244
18245 * progmodes/executable.el (executable-command-find-posix-p):
18246 New. Check if find handles arguments Posix-style.
18247
18248 * progmodes/grep.el (grep-compute-defaults):
18249 Use executable-command-find-posix-p.
18250 (grep-find): Check `grep-find-command'.
18251
18252 * filecache.el (file-cache-find-posix-p): Delete.
18253 (file-cache-add-directory-using-find):
18254 Use `executable-command-find-posix-p'.
18255
18256 2004-01-29 Dave Love <fx@gnu.org>
18257
18258 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18259 Iterate the hook function if arg is given.
18260 (mark-defun, narrow-to-defun): Change order of finding the limits.
18261
18262 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
18263 (byte-compile-format-warn): New.
18264 (byte-compile-callargs-warn): Use it.
18265 (Format, message, error): Add byte-compile-format-like property.
18266 (byte-compile-maybe-guarded): New.
18267 (byte-compile-if, byte-compile-cond): Use it.
18268 (byte-compile-lambda): Compile interactive forms,
18269 just to make warnings about them.
18270
18271 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
18272
18273 * ses.el (ses-initial-column-width): Increase to 14, so it will
18274 work well with the default printer of "%.7g" for extreme values
18275 like "-1.234567e+07".
18276
18277 2004-01-29 Kenichi Handa <handa@m17n.org>
18278
18279 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
18280
18281 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
18282
18283 * dos-w32.el: Added support for the `default-printer-name' function.
18284
18285 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
18286
18287 * server.el (server-socket-name): Don't use the hostname in the
18288 socket name since /tmp is local to the host anyway.
18289
18290 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
18291 robust check of widening and fix var-naming.
18292
18293 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
18294
18295 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
18296 or rmail-spam- to rsf- in all function and variable names.
18297 (rsf-min-region-to-spam-list): New variable.
18298 (rsf-bbdb-auto-delete-spam-entries): Rename from
18299 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
18300 scanned together with the recipients field for spam testing; Don't
18301 delete spam message if rmail-delete-after-output is non-nil;
18302 (rsf-check-field): New function, extracted from code in
18303 rmail-spam-filter to ease addition of header fields like
18304 content-type:;
18305 (message-content-type): New variable. The content-type: field was
18306 added also in defcustom of rsf-definitions-alist;
18307 (rmail-spam-filter): Replace repeated test code for header fields
18308 by calls to check-field; change the call to
18309 rmail-output-to-rmail-file such that rmail-current-message stays
18310 the same to avoid wrong deletion of unseen flags.
18311 (rmail-use-spam-filter): Add autoload cookie.
18312
18313 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
18314
18315 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
18316 (file-cache-add-directory-using-find): Add Cygwin support.
18317 (file-cache-find-command-posix-flag): New user variable.
18318
18319 * filecache.el (file-cache-add-directory): Check for
18320 directories an remove them from dir-files.
18321
18322 2004-01-27 Richard M. Stallman <rms@gnu.org>
18323
18324 * man.el (Man-fontify-manpage): Clean up message.
18325
18326 2004-01-27 Kenichi Handa <handa@m17n.org>
18327
18328 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
18329 (sentence-end): Define using sentence-end-without-space.
18330
18331 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
18332 a sentence ends with one of a character in sentence-end-without-space.
18333
18334 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
18335
18336 * font-lock.el (font-lock): Add jit-lock as explicit group member.
18337 (jit-lock): Group declaration moved to jit-lock.el.
18338 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
18339 when necessary.
18340
18341 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
18342 (jit-lock-context-unfontify-pos): Rename from
18343 jit-lock-first-unfontify-pos.
18344 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
18345
18346 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
18347
18348 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
18349 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
18350 (fortran-fill): When filling a string, adjust re-search-backward
18351 argument for special case of string just on fill-column.
18352 When filling non-string, allow one extra char if
18353 fortran-break-before-delimiters is non-nil.
18354 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
18355 Use fortran-break-delimiters-re and fortran-no-break-re to
18356 correctly handle cases such as "**".
18357
18358 * progmodes/f90.el (f90-break-delimiters): Doc fix.
18359 (f90-no-break-re): Add some extra tokens. Doc fix.
18360
18361 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
18362
18363 * mail/rmail-spam-filter.el:
18364 Use two semicolons as Commentary line prefix.
18365 Add ";;; Code:" stylized comment.
18366 Delete end-of-line whitespace.
18367 Wrap (require 'cl) with `eval-when-compile'.
18368
18369 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
18370
18371 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
18372 at the top level of vc.el.
18373
18374 2004-01-23 Andre Spiegel <spiegel@gnu.org>
18375
18376 * vc.el (vc-current-line): Function removed. This is now done by
18377 the new function line-at-pos in simple.el.
18378 (vc-annotate-warp-version): Use line-at-pos instead of
18379 vc-current-line.
18380
18381 2004-01-22 Kim F. Storm <storm@cua.dk>
18382
18383 * simple.el (line-at-pos): New defun.
18384 (what-line): Use it. Optimize by only counting lines in narrowed
18385 region once.
18386
18387 2004-01-22 Kenichi Handa <handa@m17n.org>
18388
18389 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
18390 point (register r1) only for charset mule-unicode-0100-24ff.
18391
18392 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
18393
18394 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
18395 trailing white space and ensure a final newline.
18396
18397 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
18398 Add autoload cookie.
18399
18400 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
18401
18402 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
18403 activate view-mode explicitly.
18404
18405 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18406
18407 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
18408 menu-bar-enable-clipboard and make Paste use clipboard first.
18409
18410 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18411
18412 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
18413 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
18414 (vc-mcvs-cvs): Remove.
18415 (vc-mcvs-command): Remove use of assert.
18416
18417 * outline.el (outline-insert-heading): Tighten up match.
18418 (outline-demote, outline-move-subtree-down): Don't assume anything
18419 about outline-regexp.
18420
18421 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
18422 (texinfo-show-structure): Explicitly add ^, and simplify.
18423
18424 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
18425
18426 * calendar/appt.el (appt-check): Restore usage of
18427 appt-issue-message deleted in previous change.
18428 (top-level): Activate package when loaded (needed for backwards
18429 compatibility).
18430
18431 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18432
18433 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
18434 following previous change to smtpmail-send-data.
18435
18436 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
18437
18438 * vc.el (vc-default-previous-version): Doc enhancement.
18439 (vc-default-next-version): New function.
18440 (vc-print-log): New arg FOCUS-REV.
18441 (vc-annotate-mode): Derive from view-mode.
18442 (vc-annotate): New args REVISION, DISPLAY-MODE.
18443 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
18444 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
18445 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
18446 (vc-annotate-show-diff-revision-at-line, vc-current-line)
18447 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
18448
18449 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
18450
18451 2004-01-19 Karl Berry <karl@gnu.org>
18452
18453 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
18454 or "TexInfo".
18455
18456 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
18457
18458 * subr.el (delete-dups): New function.
18459
18460 2004-01-19 Karl Berry <karl@gnu.org>
18461
18462 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
18463 with ^, since that's what texinfo-show-structure
18464 documentation says (plus it works much better in texinfo.txi).
18465
18466 2004-01-18 Jesper Harder <harder@ifa.au.dk>
18467
18468 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
18469
18470 2004-01-18 David Ponce <david@dponce.com> (tiny change)
18471
18472 * progmodes/which-func.el (which-function-mode): Don't cancel
18473 which-func-update-timer if not set.
18474
18475 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
18476
18477 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
18478 Remove spurious left square bracket in XX:XXam regexp.
18479
18480 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
18481
18482 * progmodes/cc-defs.el: Do not require cl at run time.
18483
18484 2004-01-16 Richard M. Stallman <rms@gnu.org>
18485
18486 * emacs-lisp/cl.el (cl-cannot-unload): New function.
18487 (cl-unload-hook): Defvar this to run cl-cannot-unload.
18488
18489 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
18490 Call rmail-spam-filter. Delete and expunge spam.
18491 Print number of spam messages deleted.
18492 Save and restore the deletion status of old messages when reading
18493 new mail with spam filter, so that expunging spam does not expunge
18494 msgs deleted by the user.
18495 (rmail-only-expunge): Add an optional argument dont-show to
18496 prevent showing message after expunge.
18497
18498 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
18499
18500 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
18501 * subr.el (declare): New macro.
18502
18503 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
18504
18505 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
18506
18507 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
18508
18509 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18510 Test window-system rather than system-type (for X11/Mac).
18511
18512 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
18513
18514 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
18515
18516 2004-01-12 Richard M. Stallman <rms@gnu.org>
18517
18518 * mail/rmail.el (rmail-convert-to-babyl-format):
18519 Use mail-unquote-printable-region.
18520 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
18521 (rmail-hex-char-to-integer): Functions deleted.
18522
18523 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
18524 (mail-unquote-printable-region): New arg NOERROR.
18525 For invalid encoding, either signal an error to just return nil.
18526
18527 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18528
18529 * calendar/appt.el: Update copyright and commentary.
18530 (appt-issue-message): Make obsolete.
18531 (appt-visible, appt-msg-window): Make obsolete, in favour of
18532 appt-display-format.
18533 (appt-display-mode-line, appt-display-duration)
18534 (appt-display-diary, appt-time-msg-list, appt-mode-string)
18535 (appt-prev-comp-time, appt-display-count, appt-timer)
18536 (appt-convert-time): Doc change.
18537 (appt-disp-window-function, appt-delete-window-function):
18538 Use defcustom rather than defvar.
18539 (appt-display-format): New variable.
18540 (appt-display-message): New function with display code from appt-check.
18541 (appt-check): Add optional FORCE argument. Doc change.
18542 Add appt-make-list to diary-hook if displaying diary.
18543 Remove checking of view-diary-entries-initially.
18544 Message display section removed to new function appt-display-message.
18545 (appt-display-window): Doc change. Remove unused internal var
18546 this-buffer. Do not beep, since appt-display-message does that.
18547 (appt-make-list): Doc change. Use caar.
18548 (appt-sort-list): Simplify by using builtin sort function.
18549 (appt-update-list): New function for updating appts when diary is
18550 saved.
18551 (appt-activate): New autoloaded function to toggle package
18552 functionality.
18553
18554 * calendar/cal-x.el: (calendar-one-frame-setup)
18555 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
18556
18557 * calendar/calendar.el: Update copyright.
18558 (view-diary-entries-initially, european-calendar-style): Doc change.
18559 (calendar-setup): Make defcustom rather than defvar.
18560 (mark-visible-calendar-date): Initialize temp-face and faceinfo
18561 in let binding so local to function.
18562
18563 * calendar/diary-lib.el: Update copyright.
18564 (diary, diary-entry-time): Doc change.
18565 (list-diary-entries): Doc change. Trivial logic change.
18566 (fancy-diary-display): Restore make-face command mistakenly
18567 deleted 2003-05-08.
18568 (show-all-diary-entries): Allow to pop-up frame if needed.
18569
18570 2004-01-09 John Paul Wallington <jpw@gnu.org>
18571
18572 * bindings.el (mode-line-change-eol): Add EVENT parameter.
18573 Temporarily select EVENT's window for changing eol type.
18574
18575 2004-01-09 Deepak Goel <deego@gnufans.org>
18576
18577 * calendar/diary-lib.el (diary-entry-time):
18578 Also accept time in the form XX[.XX][am/pm/AM/PM].
18579 (fancy-diary-font-lock-keywords): Likewise.
18580 (diary-font-lock-keywords): Likewise.
18581 * calendar/appt.el (appt-add): Likewise.
18582 (appt-make-list): Likewise.
18583 (appt-convert-time): Likewise.
18584
18585 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
18586
18587 * gdb-ui.el (gdb-ann3): Revert previous change.
18588 (gdb-source-info): Allow for case of where compilation directory
18589 is not recorded.
18590
18591 2004-01-08 John Paul Wallington <jpw@gnu.org>
18592
18593 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
18594
18595 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
18596
18597 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
18598
18599 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
18600 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
18601 problems.
18602 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
18603
18604 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
18605
18606 * files.el (write-file-functions, write-contents-functions):
18607 Clarify docstrings.
18608
18609 2004-01-07 Kenichi Handa <handa@m17n.org>
18610
18611 * international/mule.el (set-auto-coding): Fix for the case that
18612 end-of-line is only CR.
18613
18614 2004-01-07 Kim F. Storm <storm@cua.dk>
18615
18616 * subr.el (event-start, event-end): Doc fix.
18617 (posn-string, posn-image): New defuns.
18618 (posn-object): Return either image or string object.
18619 (posn-object-x-y): Return 8th element of position.
18620 (posn-object-width-height): New defun.
18621
18622 2004-01-06 Andreas Schwab <schwab@suse.de>
18623
18624 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
18625 output.
18626
18627 2004-01-05 Karl Berry <karl@gnu.org>
18628
18629 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
18630 / and *, too.
18631
18632 2003-12-31 Simon Josefsson <jas@extundo.com>
18633
18634 * files.el (before-save-hook): Add.
18635 (basic-save-buffer): Use before-save-hook.
18636
18637 * emacs-lisp/copyright.el: Fix comment to recommend
18638 before-save-hook instead of write-file-functions.
18639
18640 2004-01-05 Richard M. Stallman <rms@gnu.org>
18641
18642 * finder.el (finder-commentary): Call delete-other-windows.
18643
18644 * net/ange-ftp.el (ange-ftp-file-attributes):
18645 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
18646
18647 2004-01-04 Karl Berry <karl@gnu.org>
18648
18649 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
18650 comment characters % and # in the copyright year notice,
18651 as well as ;.
18652
18653 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
18654
18655 * wid-edit.el (default): Define dummy :value-delete.
18656 Reported by Jesper Harder <harder@ifa.au.dk>.
18657
18658 2004-01-03 Richard M. Stallman <rms@gnu.org>
18659
18660 * progmodes/compile.el (compile-internal): Use point, not point-min,
18661 for set-window-point.
18662
18663 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
18664
18665 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
18666
18667 * progmodes/grep.el (grep-mode-map):
18668 Don't remap next-line, previous-line.
18669
18670 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
18671
18672 * speedbar.el (speedbar-edit-line): Change regexp to position
18673 the cursor on the first character of this line's button.
18674
18675 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
18676
18677 * subr.el (functionp): Doc fix.
18678
18679 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
18680
18681 * progmodes/idlwave.el (idlwave-make-tags):
18682 * textmodes/flyspell.el (flyspell-large-region):.
18683 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
18684 * emulation/viper-util.el (viper-glob-unix-files):
18685 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
18686 * man.el (Man-init-defvars):
18687 * jka-compr.el (jka-compr-call-process):
18688 * files.el (get-free-disk-space,insert-directory):
18689 * ediff-ptch.el (ediff-test-patch-utility):
18690 * ediff-diff.el (ediff-test-utility):
18691 * dired-aux.el (dired-check-process):
18692 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
18693 test the return value of call-process, because it can be a string.
18694
18695 2003-12-31 John Paul Wallington <jpw@gnu.org>
18696
18697 * bindings.el (completion-ignored-extensions): Add .pfsl.
18698
18699 2003-12-31 Kim F. Storm <storm@cua.dk>
18700
18701 * ido.el (ido-nonreadable-directory-p): New defun to check for
18702 nonreadable directory without activating tramp (to avoid problems
18703 with checking incomplete tramp paths).
18704 (ido-set-current-directory, ido-file-internal)
18705 (ido-file-name-all-completions1): Use it.
18706
18707 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
18708
18709 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
18710 documentation if the anchor (or node) name is preceded by `info
18711 anchor' or `Info anchor' in addition to earlier `info node' and
18712 `Info node'.
18713 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
18714
18715 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18716
18717 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
18718 error in arguments to base64-decode-region. Remove ^M characters
18719 after decoding base64.
18720
18721 2003-12-30 Simon Josefsson <jas@extundo.com>
18722
18723 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
18724 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
18725 have only been distributed with Emacs for some years.
18726 (texinfo-mode-hook): Customize.
18727
18728 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18729
18730 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
18731 cleaner (suggested by Richard Stallman).
18732
18733 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
18734 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
18735 file-name clashes on 8+3 DOS filesystems.
18736
18737 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
18738 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
18739 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
18740 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
18741 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
18742 file-name clashes on 8+3 filesystems.
18743
18744 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
18745 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
18746 file-name clashes on 8+3 DOS filesystems.
18747
18748 2003-12-29 Richard M. Stallman <rms@gnu.org>
18749
18750 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
18751 Upcase the character.
18752
18753 * textmodes/flyspell.el (mail-mode-flyspell-verify):
18754 Search for header separator alone on a line, literally,
18755 and search for it backward, not forward.
18756 (flyspell-abbrev-table): Always use global-abbrev-table
18757 if there is no local one.
18758
18759 * progmodes/sh-script.el (sh-get-indent-info):
18760 Don't move point back if at bob.
18761
18762 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
18763
18764 * play/handwrite.el (handwrite): Make the handwrite credit message
18765 a comment rather than an output command.
18766
18767 * obsolete/sc.el: Display message that this file is obsolete.
18768
18769 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
18770
18771 * mail/rfc822.el (rfc822-address-start): Declare variable.
18772 Renamed from address-start. All uses changed.
18773
18774 * term.el (term-exec): Set up sentinel.
18775 (term-sentinel): New function.
18776 (term-handle-exit): New function.
18777
18778 * subr.el (assoc-ignore-case, assoc-ignore-representation):
18779 Use assoc-string, and mark them obsolete.
18780 (delay-mode-hooks): Mark as permanent local.
18781
18782 * simple.el (sendmail-user-agent-compose): Use assoc-string.
18783
18784 * register.el (copy-rectangle-to-register): Doc fix.
18785
18786 * info.el (Info-insert-dir): Use assoc-string.
18787
18788 * info-look.el (info-lookup): Use assoc-string.
18789
18790 * frame.el (pop-up-frame-function): Use quote, not `function'.
18791 (frame-notice-user-settings): Calculate ADJUSTED-TOP
18792 copying with lists as coordinate values.
18793
18794 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
18795
18796 * find-dired.el (kill-find): New command.
18797 (find-dired): Make buffer read-only.
18798 Set up a keymap with C-c C-k running kill-find.
18799 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
18800
18801 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
18802
18803 * filecache.el (file-cache-ignore-case): New variable.
18804 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
18805
18806 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
18807 (comint-dynamic-complete-as-filename): Rename local vars.
18808 (comint-dynamic-list-filename-completions): Likewise.
18809
18810 * comint.el (comint-dynamic-list-completions-config): New var.
18811 (comint-dynamic-list-completions): Handle both SPC and TAB right.
18812
18813 * comint.el (comint-file-name-chars): Add [].
18814 (comint-word): Use skip-chars-backward, not search.
18815
18816 * shell.el (shell-file-name-chars): Add [].
18817
18818 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
18819
18820 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
18821
18822 * generic.el (define-generic-mode): Doc fix.
18823
18824 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18825
18826 * files.el (kill-some-buffers): Doc fix.
18827
18828 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
18829
18830 * comint.el (comint-watch-for-password-prompt): Pass `string' as
18831 arg to send-invisible
18832 (send-invisible): Doc fix. The argument is now a prompt, not the
18833 string to send.
18834 (comint-read-noecho): Doc fix.
18835
18836 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
18837
18838 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
18839 "@", as required by some ISP hosting service. Fix defcustom
18840 argument syntax errors that prevented use of customization.
18841
18842 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18843
18844 * xml.el (xml-get-attribute-or-nil): Doc fix.
18845
18846 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
18847
18848 * net/zone-mode.el (zone-mode): Use write-file-functions, not
18849 write-file-hooks.
18850
18851 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
18852
18853 * autorevert.el (auto-revert-interval): Doc fix.
18854
18855 2003-12-29 Mark A. Hershberger <mah@everybody.org>
18856
18857 * xml.el (xml-get-attribute-or-nil): New function, like
18858 xml-get-attribute, but returns nil if the attribute was not found.
18859 (xml-get-attribute): Convert to defsubst, uses
18860 xml-get-attribute-or-nil.
18861
18862 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18863
18864 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
18865
18866 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
18867
18868 * custom.el (custom-declare-theme): Use `value' when putting
18869 properties on `theme'.
18870
18871 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
18872
18873 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
18874 for each yank-handler segment.
18875 (insert-for-yank-1): New function, with the body of the previous
18876 insert-for-yank.
18877
18878 * textmodes/table.el (table-yank-handler): New defcustom.
18879 (table--put-cell-indicator-property): Put yank-handler property
18880 that indicates the yank handler for the table cell.
18881
18882 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
18883
18884 * generic-x.el (etc-modules-conf-generic-mode): A more complete
18885 set of keywords.
18886
18887 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18888
18889 * international/mule-cmds.el (reset-language-environment)
18890 (set-language-environment): Don't invoke fontset-related functions
18891 if fontset-list is not fboundp.
18892
18893 2003-12-29 Kenichi Handa <handa@m17n.org>
18894
18895 * international/mule-cmds.el (reset-language-environment):
18896 Call set-overriding-fontspec-internal with nil.
18897 (set-language-environment): Call set-overriding-fontspec-internal
18898 if the language environment specify `overriding-fontspec'.
18899 (language-info-alist): Doc added.
18900
18901 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
18902 characters of mule-unicode-0100-24ff.
18903 (ccl-encode-windows-1251-font): New CCL program.
18904 ("Bulgarian"): Specify overriding-fontspec.
18905 ("Belarusian"): Likewise.
18906
18907 2003-12-28 Sam Steingold <sds@gnu.org>
18908
18909 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
18910 parameter ID-FORMAT to conform with the 2003-11-30 patch.
18911
18912 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
18913
18914 * progmodes/gud.el (gud-gdb-command-name): Set default to
18915 "gdb --annotate=3".
18916 (gud-gdb-marker-filter): Look out for annotations.
18917 (gdb-first-pre-prompt): New variable.
18918 Remove trailing white space.
18919
18920 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
18921 if necessary.
18922 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
18923 annotations are detected.
18924 (gud-gdba-marker-filter): Use global variable gud-marker-acc
18925 instead of a local one to allow transition from
18926 gud-gdb-marker-filter.
18927 Remove trailing white space.
18928
18929 2003-12-27 Kim F. Storm <storm@cua.dk>
18930
18931 * ido.el: Handle non-readable directories.
18932 (ido-decorations): Add 9th element for non-readable directory.
18933 (ido-directory-nonreadable): New dynamic var.
18934 (ido-set-current-directory): Set it.
18935 (ido-read-buffer, ido-file-internal):
18936 (ido-read-file-name, ido-read-directory-name): Let-bind it.
18937 (ido-file-name-all-completions1): Return empty list for
18938 non-readable directory.
18939 (ido-exhibit): Print [Not readable] if directory is not readable.
18940 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
18941 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
18942 Use it.
18943
18944 2003-12-27 Lars Hansen <larsh@math.ku.dk>
18945
18946 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
18947 calls to directory-files-and-attributes and file-attributes.
18948 (ls-lisp-format): Remove system dependent handling of user and
18949 group id's.
18950
18951 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
18952
18953 * ffap.el (ffap-read-file-or-url): Revert previous change.
18954
18955 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
18956
18957 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
18958 new list of included files called `files-with-node-lines', that
18959 only have node lines. This way @include commands can include any
18960 file, such as version and update files without node lines, not
18961 just files that are chapters.
18962
18963 2003-12-25 Andreas Schwab <schwab@suse.de>
18964
18965 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
18966 file not found.
18967
18968 2003-12-08 Miles Bader <miles@gnu.org>
18969
18970 * dired.el (dired-between-files): Always use dired-move-to-filename,
18971 which is more robust in non-english locales.
18972
18973 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
18974
18975 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
18976
18977 2003-12-24 Andreas Schwab <schwab@suse.de>
18978
18979 * shell.el (shell-file-name-quote-list): Add backslash.
18980
18981 * comint.el (comint-quote-filename): Correctly handle backslash
18982 in comint-file-name-quote-list.
18983
18984 2003-12-24 Kenichi Handa <handa@m17n.org>
18985
18986 * international/mule-cmds.el (set-default-coding-systems):
18987 Call ucs-set-table-for-input for all buffers that don't have local
18988 value of buffer-file-coding-system.
18989
18990 * international/ucs-tables.el (ucs-set-table-for-input):
18991 If translation-table-for-encode is a symbol, get its
18992 translation-table property.
18993
18994 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
18995
18996 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
18997 to `completing-read' on a recently fixed bug.
18998
18999 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
19000 instead of SPACE, to get the list of possible fringe modes.
19001 SPACE only works if both `partial-completion-mode' and
19002 `completion-auto-help' are nil.
19003
19004 * complete.el (PC-is-complete-p): Delete.
19005 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
19006 calls to `test-completion'.
19007
19008 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
19009
19010 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
19011 to edit values when there are no children.
19012
19013 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
19014 a mode called "Assembler" already exists.
19015 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
19016 (gud-watch): Use format option. Remove font properties from string.
19017 (gdb-var-create-handler, gdb-var-list-children-handler):
19018 Don't bother about properties as there are none.
19019 (gdb-var-create-handler, gdb-var-list-children-handler)
19020 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
19021 with two arguments.
19022 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
19023 Let speedbar show value changes with a different font.
19024 (gdb-edit-value): New defun.
19025 (gdb-clear-partial-output, gdb-clear-inferior-io)
19026 (def-gdb-auto-update-handler): Use erase-buffer.
19027 (gdb-frame-handler): Display watch expressions in
19028 FUNCTION::VARIABLE format if required.
19029
19030 2003-12-23 John Paul Wallington <jpw@gnu.org>
19031
19032 * info.el (Info-unescape-quotes, Info-split-parameter-string)
19033 (Info-goto-emacs-command-node): Doc fixes.
19034
19035 2003-12-12 Jesper Harder <harder@ifa.au.dk>
19036
19037 * cus-edit.el (custom-add-parent-links): Define "many".
19038
19039 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
19040
19041 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
19042 (widget-child-validate, widget-type-value-create)
19043 (widget-type-default-get, widget-type-match): New functions.
19044 (lazy): New widget.
19045 (menu-choice, checklist, radio-button-choice, editable-list)
19046 (group, documentation-string): Remove redundant (per 2003-10-25
19047 change) calls to `widget-children-value-delete'.
19048 (widget-choice-value-get, widget-choice-value-inline): Remove.
19049 (menu-choice): Update widget.
19050
19051 2003-12-03 Kenichi Handa <handa@m17n.org>
19052
19053 * language/cyrillic.el: Register "microsoft-cp1251" in
19054 ctext-non-standard-encodings-alist.
19055 ("Bulgarian"): Add ctext-non-standard-encodings.
19056 ("Belarusian"): Likewise.
19057
19058 * international/mule-conf.el (compound-text-with-extensions):
19059 Change the type to 2 (iso-2022 base).
19060
19061 * international/mule.el (ctext-non-standard-encodings-alist):
19062 Change the format.
19063 (ctext-non-standard-encodings): New variable.
19064 (ctext-post-read-conversion): Fully re-written.
19065 (ctext-non-standard-designations-alist): Delete it.
19066 (ctext-non-standard-encodings-table): New function.
19067 (ctext-pre-write-conversion): Fully re-written.
19068
19069 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
19070
19071 * cus-edit.el (custom-add-parent-links): Add documentation links
19072 for parent, if the item has none of its own.
19073
19074 2003-11-30 Richard M. Stallman <rms@gnu.org>
19075
19076 * dired-aux.el (dired-do-query-replace-regexp):
19077 Report files visited read-only.
19078
19079 2003-11-30 Juri Linkov <juri@jurta.org>
19080
19081 * dired-aux.el (dired-compare-directories): New command.
19082 (dired-file-set-difference, dired-files-attributes): New functions.
19083
19084 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
19085 Version 2.0.38 of Tramp released.
19086
19087 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
19088 Charles Curley <charlescurley@charlescurley.com>.
19089 (tramp-multi-connection-function-alist): Add ssht entry which adds
19090 "-e none -t -t" to the list of ssh args. Suggested by Adrian
19091 Aichner.
19092 (tramp-get-method-parameter): New function to retrieve a method
19093 parameter. This allows for omission of method parameters.
19094 Callers adjusted.
19095
19096 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
19097
19098 * net/tramp.el: Add new optional parameter ID-FORMAT to
19099 `file-attributes'. Calls of `file-attributes' won't use this
19100 parameter for backward compatibility reasons.
19101 (tramp-perl-file-attributes): Add a new parameter to Perl script
19102 in order to handle uid/gid as strings, if desired.
19103 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
19104 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
19105 order to make the function more general.
19106 (tramp-handle-file-attributes): Replace proprietary optional
19107 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
19108 (tramp-handle-file-attributes-with-perl): Handle parameter
19109 NONNUMERIC if set. This wasn't done in the past.
19110 (tramp-post-connection): Apply second parameter "$2" if
19111 `tramp-remote-perl' is called.
19112
19113 * net/tramp-smb.el (tramp-smb-handle-delete-file):
19114 Correct cut'n'waste error (`filename' instead of `directory').
19115 (tramp-smb-handle-directory-files-and-attributes)
19116 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
19117 introduced parameter ID-FORMAT.
19118 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
19119 error (`directory' instead of `ldir').
19120
19121 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
19122 `file-attributes' has a second parameter. If yes, apply it with
19123 value "'integer". Otherwise, don't use that parameter (default is
19124 integer format).
19125
19126 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
19127
19128 * help.el (help-map): Bind `display-local-help' to `C-h .'.
19129 (help-for-help): Add `C-h .' to the listed Help options.
19130 Remove trailing whitespace.
19131
19132 * help-at-pt.el: New file.
19133
19134 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
19135
19136 * subr.el (noreturn, 1value): New macros for test coverage.
19137 See `testcover.el'.
19138
19139 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
19140
19141 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
19142 for macro `1value'.
19143 (testcover-1value): New function. Checks that a 1value form
19144 actually returns only one value. Requested by RMS.
19145
19146 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
19147
19148 * gdb-ui.el (gud-watch, gdb-var-create-handler)
19149 (gdb-var-list-children, gdb-var-list-children-handler)
19150 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
19151 gdb commands that use mi to keep them out of the command history.
19152
19153 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19154
19155 * cus-start.el (all): Add use-file-dialog.
19156
19157 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19158
19159 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
19160
19161 2003-11-27 Kim F. Storm <storm@cua.dk>
19162
19163 * subr.el (posn-object-x-y): New defun.
19164
19165 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
19166
19167 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
19168 Don't use `space' for \\\n.
19169 Be more selective as to which # are comment-starters.
19170
19171 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
19172
19173 * subr.el (number-sequence): Improve handling of floating point
19174 arguments (suggested by Kim Storm). Allow negative arguments.
19175
19176 2003-11-26 Kenichi Handa <handa@m17n.org>
19177
19178 * international/mule-cmds.el (standard-display-european-internal):
19179 Cancel the standard-display-table setting for ` and '.
19180
19181 2003-11-26 Kim F. Storm <storm@cua.dk>
19182
19183 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
19184 New defcustoms to add ffap-like functionality to ido.
19185 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
19186 (ido-no-final-slash): New defun.
19187 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
19188 (ido-read-file-name): ): Toggle VC checking via
19189 vc-handled-backends instead of vc-master-templates.
19190 (ido-file-internal): Handle ido-use-url-at-point and
19191 ido-use-filename-at-point via code borrowed from ffap-guesser.
19192 Handle new ido-exit code ffap.
19193 (ido-sort-list): Ignore final slash when sorting file names.
19194
19195 2003-11-25 Kim F. Storm <storm@cua.dk>
19196
19197 * emulation/cua-base.el (cua--standard-movement-commands):
19198 Add forward-sentence and backward-sentence.
19199
19200 2003-11-25 Stephen Eglen <stephen@gnu.org>
19201
19202 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
19203 iswitchb-exit is set to 'usefirst when user selects buffer at head
19204 of list using RET. (Selecting buffers at the head of the list was
19205 broken if the substring was also a complete buffername.)
19206
19207 2003-11-23 Kim F. Storm <storm@cua.dk>
19208
19209 * progmodes/compile.el (grep-command, grep-use-null-device)
19210 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
19211 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
19212 (grep-regexp-alist, grep-program, find-program)
19213 (grep-find-use-xargs, grep-history, grep-find-history)
19214 (grep-process-setup, grep-compute-defaults)
19215 (grep-default-command, grep, grep-tag-default, grep-find)
19216 (grep-expand-command-macros, grep-tree-last-regexp)
19217 (grep-tree-last-files, grep-tree): Move grep variables, functions
19218 and commands to new file grep.el.
19219 (compilation-mode-map): Remove grep commands from Compile sub-menu.
19220 (compilation-process-setup-function): Doc fix.
19221 (compilation-highlight-regexp, compilation-highlight-overlay): New
19222 defvars used for highlighting current compile error in source buffer.
19223 (compile-internal): New optional args HIGHLIGHT-REGEXP and
19224 LOCAL-MAP which overrides compilation-highlight-regexp and
19225 compilation-mode-map for this compilation.
19226 Delay calling compilation-set-window-height until after running
19227 compilation-process-setup-function so it can buffer-local override
19228 compilation-window-height.
19229 Check buffer-local value of compilation-scroll-output.
19230 (compilation-set-window-height): Use buffer-local value of
19231 compilation-window-height.
19232 (compilation-revert-buffer): Don't pass (undefined)
19233 preserve-modes arg to revert-buffer.
19234 (next-error-no-select, previous-error-no-select): New commands.
19235 (compilation-goto-locus): Temporarily highlight current match in
19236 source buffer using compilation-highlight-regexp.
19237
19238 * progmodes/grep.el: New file with grep code from compile.el.
19239 (grep): New defcustom group.
19240 (grep-window-height): New defcustom, like compilation-window-height.
19241 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
19242 (grep-scroll-output): New defcustom, like compilation-scroll-output.
19243 (grep-command, grep-use-null-device, grep-find-command)
19244 (grep-tree-files-aliases, grep-tree-ignore-case)
19245 (grep-tree-ignore-CVS-directories): Move to grep custom group.
19246 (grep-setup-hook): New hook variable.
19247 (grep-mode-map): New keymap for grep commands. Add Grep menu.
19248 (grep-last-buffer): New defvar, override compilation-last-buffer.
19249 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
19250 Call compile-internal with args highlight-regexp and grep-mode-map.
19251
19252 2003-11-23 Kim F. Storm <storm@cua.dk>
19253
19254 * subr.el (event-start, event-end): Doc fix.
19255 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
19256 (posn-area, posn-actual-col-row, posn-object): New defuns.
19257 (posn-col-row): Simplify doc. Rewrite to use cond.
19258 (posn-point): Also return buffer position for events outside text
19259 area (that info is now present in the event position).
19260
19261 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
19262 mouse-set-point so that hscroll still works now that clicks on
19263 fringes generate specific mouse events.
19264 (mouse-set-point): Note that it now works in fringes and margins
19265 too due to new semantics of posn-point in fringes and margins.
19266
19267 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
19268 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
19269
19270 2003-11-20 Kim F. Storm <storm@cua.dk>
19271
19272 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
19273 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
19274 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
19275 to 100 for icons to avoid increasing line height when shown.
19276
19277 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19278
19279 * newcomment.el (comment-normalize-vars): Initialize properly if
19280 comment-start was nil.
19281
19282 2003-11-19 Andreas Schwab <schwab@suse.de>
19283
19284 * simple.el (set-variable): Fix indentation.
19285
19286 2003-11-17 Kenichi Handa <handa@m17n.org>
19287
19288 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
19289 Fix docstring.
19290
19291 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19292
19293 * international/latin1-disp.el (latin1-display): Fix docstring.
19294
19295 2003-11-16 John Wiegley <johnw@newartisans.com>
19296
19297 * eshell/em-ls.el (eshell-ls-file): There are times with
19298 size-width is nil and uncomputed (when directories are created in
19299 dired, for example); in this case, 4 is reasonable default value,
19300 although it may caused skewed new entries (which could be avoided
19301 by returning the original value of 8 in all cases, but 99% of the
19302 time this is a waste of whitespace).
19303
19304 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
19305
19306 * cc-engine.el (c-guess-continued-construct)
19307 (c-guess-basic-syntax): Check a little more carefully if it's a
19308 function declaration when an unknown construct followed by a block
19309 is found inside a statement context. This avoids macros followed
19310 by blocks to be taken as function declarations.
19311
19312 (c-guess-continued-construct): Change the analysis of a statement
19313 continuation with a brace open to `substatement-block', for
19314 consistency with recognized statements.
19315
19316 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
19317 start is in a position so that `c-beginning-of-statement-1' jumped
19318 to the beginning of the same statement.
19319
19320 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
19321 Don't accept binary operators in the arglist if we're in a function
19322 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
19323 template recognition in cases like "if (a < b || c > d)".
19324
19325 (c-restricted-<>-arglists): New more appropriate name for
19326 `c-disallow-comma-in-<>-arglists'.
19327
19328 Accessing functions updated for the variable name change.
19329
19330 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
19331 match data could get clobbered if NOT-INSIDE-TOKEN is used.
19332
19333 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
19334 labels.
19335
19336 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
19337 instead of duplicating parts of it. This fixes bogus label
19338 recognition.
19339
19340 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
19341 of checking the context in which to apply the minimum indentation,
19342 so that it isn't enforced in e.g. namespace blocks.
19343
19344 * cc-vars.el (c-inside-block-syms): New constant used by
19345 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
19346 to somewhat reduce the risk of becoming stale.
19347
19348 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
19349 cc-cmds to cc-engine to allow use from cc-align.
19350
19351 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
19352 qualified identifiers containing "::".
19353
19354 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
19355 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
19356
19357 * cc-vars.el (c-emacs-features): Use a space in front of the name
19358 of the temporary buffer. That also avoids dumping problems in
19359 XEmacs due to undo info being left around after the buffer is killed.
19360
19361 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
19362 arglist to see if it's a K&R style declaration.
19363
19364 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
19365 before returning `knr-argdecl-intro'.
19366
19367 2003-11-16 John Wiegley <johnw@newartisans.com>
19368
19369 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
19370 field in a long-listing always 8 characters, use `size-width',
19371 which has already been computed.
19372
19373 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
19374
19375 * subr.el (minor-mode-list): Add `hs-minor-mode'.
19376
19377 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19378
19379 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
19380 Support operation while narrowed, with `diff-restrict-view'.
19381
19382 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19383
19384 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19385 Take additional optional arg NARROWFUN. For the generated functions:
19386 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
19387 include frags that arrange to check for and save narrowing state before
19388 the move and then conditionally call NARROWFUN after the move.
19389
19390 2003-11-14 John Wiegley <johnw@newartisans.com>
19391
19392 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
19393 that was optional, but obviously missing based on surrounding code.
19394
19395 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
19396 string arguments to numbers unless the whole argument was seen as
19397 a number.
19398
19399 2003-11-14 Kenichi Handa <handa@m17n.org>
19400
19401 * international/mule.el (ctext-non-standard-encodings-alist):
19402 Fix coding systems.
19403
19404 2003-11-10 Kenichi Handa <handa@m17n.org>
19405
19406 * language/kannada.el ("Kannada"): Add sample-text.
19407
19408 * language/knd-util.el (kannada-compose-region)
19409 (kannada-compose-string, kannada-post-read-conversion):
19410 Add autoload cookie.
19411
19412 * international/quail.el (quail-completion): Change the message
19413 "corresponding translations" to "corresponding characters".
19414
19415 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
19416
19417 * descr-text.el (describe-char): Fix typo.
19418
19419 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
19420
19421 These changes are to support Kannada language/script.
19422
19423 * Makefile.in (DONTCOMPILE): Add kannada.el.
19424
19425 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
19426
19427 * loadup.el: Preload kannada.el.
19428
19429 * language/ind-util.el (ucs-kannada-to-is13194-alist)
19430 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
19431 New variables.
19432
19433 * language/kannada.el: New file.
19434
19435 * language/knd-util.el: New file.
19436
19437 2003-11-07 Andreas Schwab <schwab@suse.de>
19438
19439 * progmodes/autoconf.el (autoconf-font-lock-keywords):
19440 Also highlight AH_*.
19441
19442 * xml.el (xml-parse-dtd): Fix misplaced paren.
19443
19444 2003-11-07 Kenichi Handa <handa@m17n.org>
19445
19446 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
19447
19448 2003-11-05 Juri Linkov <juri@jurta.org>
19449
19450 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
19451 (desktop-buffer-file): Use saved buffer-file-coding-system
19452 for file reading. Set auto-insert to nil to prevent automatic
19453 insertion into restored empty files.
19454
19455 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
19456
19457 * files.el (risky-local-variable-p): Make second argument optional.
19458
19459 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
19460
19461 * subr.el (add-hook): Fix last change.
19462
19463 2003-11-03 Eli Zaretskii <eliz@gnu.org>
19464
19465 * mail/rmail.el (rmail-convert-to-babyl-format):
19466 If base64-decode-region signals an error, catch it and silently
19467 ignore it.
19468
19469 2003-11-01 Mark A. Hershberger <mah@everybody.org>
19470
19471 * xml.el (xml-parse-region): Allow comments to appear after the
19472 topmost element has closed.
19473 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
19474 (xml-ns-expand-attr): New functions to do namespace handling.
19475 (xml-intern-attrlist): Back-compatible handling of attribute names.
19476 (xml-parse-tag): Move namespace handling to separate functions.
19477 Now produces elements in the form ((:ns . "element") (attr-list)
19478 children) instead of ('ns:element (attr-list) children).
19479 (xml-parse-attlist): Fix attribute parsing.
19480 (xml-parse-dtd): Change parsing so that it produces strings
19481 instead of interned symbols.
19482
19483 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
19484
19485 * dired.el (dired-ls-sorting-switches): Doc fix.
19486
19487 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
19488
19489 * emacs-lisp/rx.el (rx-or): Fix the case of
19490 "(rx (and ?a (or ?b ?c) ?d))".
19491
19492 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
19493
19494 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
19495 (texinfo-format-region): Use it.
19496 (texinfo-format-buffer-1): Ditto.
19497
19498 2003-11-01 Alan Mackenzie <acm@muc.de>
19499
19500 Changes to allow scrolling whilst in isearch mode:
19501 * isearch.el (isearch-unread-key-sequence): New function,
19502 extracted from isearch-other-meta-char.
19503 (top level): (put 'foo 'isearch-scroll) on all Emacs's
19504 "scrollable" standard functions.
19505 (isearch-allow-scroll): New customizable variable.
19506 (isearch-string-out-of-window, isearch-back-into-window)
19507 (isearch-reread-key-sequence-naturally)
19508 (isearch-lookup-scroll-key): New functions.
19509 (isearch-other-meta-char): Doc string and functionality enhanced.
19510 Now accepts a prefix argument.
19511 (isearch-lazy-highlight-window-end): New variable.
19512 (isearch-lazy-highlight-new-loop): Pay attention to the window's
19513 end (thru isearch-lazy-highlight-window-end), not only its start.
19514
19515 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
19516 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
19517 (universal-argument, universal-argument-more, negative-argument)
19518 (digit-argument, universal-argument-other-key): Minor changes.
19519
19520 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19521
19522 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
19523 recursively if the last message is deleted, thus avoiding an
19524 infinite loop.
19525
19526 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19527
19528 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
19529 (tex-main-file): Don't add .tex if the extension is already present.
19530 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
19531
19532 2003-10-29 Lute Kamstra <lute@gnu.org>
19533
19534 * progmodes/octave-inf.el (inferior-octave-prompt):
19535 Recognize version number in prompt.
19536
19537 2003-10-28 Dave Love <fx@gnu.org>
19538
19539 * international/characters.el: Fix some Unicode ranges.
19540
19541 2003-10-28 Kenichi Handa <handa@m17n.org>
19542
19543 * disp-table.el (standard-display-8bit)
19544 (standard-display-default, standard-display-ascii)
19545 (standard-display-g1, standard-display-graphic)
19546 (standard-display-underline): Assure that standard-display-table
19547 is a display table.
19548
19549 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
19550
19551 * simple.el (reindent-then-newline-and-indent): Delete space *after*
19552 reindenting the first line.
19553
19554 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
19555
19556 * wid-edit.el (widget-default-delete): Always delete child widgets.
19557
19558 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19559
19560 * newcomment.el (comment-indent): Don't call indent-according-to-mode
19561 if the line has code.
19562 Don't try to line up with something that's too far left.
19563
19564 * progmodes/octave-mod.el (octave-comment-start): Simplify.
19565 (octave-mode-syntax-table): Add % as a comment starter.
19566 (octave-point): Remove.
19567 (octave-in-comment-p, octave-in-string-p)
19568 (octave-not-in-string-or-comment-p, calculate-octave-indent)
19569 (octave-blink-matching-block-open, octave-auto-fill):
19570 Use line-(beginning|end)-position instead.
19571
19572 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
19573
19574 * emacs-lisp/authors.el (authors-aliases): Add correct realname
19575 for Francesco Potort\e,Al\e(B.
19576
19577 2003-10-23 Dave Love <fx@gnu.org>
19578
19579 * international/mule-cmds.el (locale-charset-to-coding-system):
19580 Don't rely on nil being a coding system.
19581
19582 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
19583 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
19584 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
19585
19586 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
19587
19588 * gdb-ui.el (gdb-current-language): New variable.
19589 (gdb-update-flag): Remove variable.
19590 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
19591 (gdb-take-last-elt): Remove function.
19592 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
19593 (gdb-post-prompt): Check for variable object changes here.
19594
19595 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
19596 object changes in gdb-ui.el.
19597
19598 2003-10-21 Richard M. Stallman <rms@gnu.org>
19599
19600 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
19601
19602 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
19603 Don't check for foo*/ wildcard form here.
19604 (insert-directory): Recognize foo*/ as a wildcard.
19605 Separate wildcard-regexp variable from the arg, wildcard.
19606
19607 * subr.el (add-hook): Correctly detect when make-local-hook was used.
19608 (remove-hook): Correctly handle strange cases about local hooks.
19609
19610 2003-10-21 David Ponce <david@dponce.com>
19611
19612 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
19613 argument REAL, to return a real number instead of a rounded
19614 integer value. Define as inline function.
19615 (ruler-mode-right-fringe-cols): Likewise.
19616 (ruler-mode-scroll-bar-cols): New function.
19617 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
19618 (ruler-mode-right-scroll-bar-cols): Likewise.
19619 (ruler-mode-space): New function.
19620 (ruler-mode-ruler): Use it. Handle variations of fringe style,
19621 scroll bar mode and margins in a more robust way.
19622
19623 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
19624
19625 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
19626 (antlr-c-init-language-vars): New function.
19627 (antlr-mode): Use it with cc-mode before v5.29.
19628 (antlr-c-common-init): Don't set some local vars here.
19629 (antlr-mode): Set them here.
19630 (antlr-c-forward-sws): New function alias.
19631 (antlr-mode): Redefine with cc-mode before v5.30.
19632 (antlr-skip-sexps): Use it.
19633 (antlr-skip-exception-part): Ditto.
19634 (antlr-skip-file-prelude): Ditto.
19635 (antlr-outside-rule-p): Ditto.
19636 (antlr-end-of-body): Ditto.
19637 (antlr-option-kind): Ditto.
19638 (antlr-insert-option-area): Ditto.
19639 (antlr-file-dependencies): Ditto.
19640
19641 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19642
19643 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
19644 Move backward only if point was not inside an entry.
19645
19646 2003-10-21 Richard M. Stallman <rms@gnu.org>
19647
19648 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
19649
19650 2003-10-21 Juri Linkov <juri@jurta.org>
19651
19652 * compare-w.el: Automatically skip non-matching text to resync.
19653 (compare-windows-whitespace): Doc fix.
19654 (compare-windows-sync, compare-windows-sync-string-size)
19655 (compare-windows-recenter, compare-ignore-whitespace)
19656 (compare-windows-highlight, compare-windows-face): New variables.
19657 (compare-windows): Use compare-windows-sync.
19658 (compare-windows-highlight, compare-windows-dehighlight)
19659 (compare-windows-sync-regexp)
19660 (compare-windows-sync-default-function): New functions.
19661
19662 2003-10-21 Juri Linkov <juri@jurta.org>
19663
19664 * diff.el (diff-parse-differences): Don't visit the files now;
19665 instead, just record the error locus.
19666
19667 2003-10-21 Dave Love <fx@gnu.org>
19668
19669 * progmodes/cfengine.el: New file.
19670
19671 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19672
19673 * complete.el (PC-do-completion): Do not forget to use `pred' as the
19674 default-directory when completing file names.
19675
19676 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
19677
19678 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
19679 followed by the word `face', it gets treated as a face, even if
19680 it is also defined as a variable or a function.
19681
19682 2003-10-20 Dave Love <fx@gnu.org>
19683
19684 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19685 Avoid incf in macro expansion.
19686
19687 2003-10-20 John Paul Wallington <jpw@gnu.org>
19688
19689 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
19690 `evenp' so we don't implicitly require cl library at runtime.
19691
19692 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
19693
19694 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
19695 (help-make-xrefs): Only make cross-references for faces if
19696 preceded or followed by the word `face'. Do not make a
19697 cross-reference for variables without variable documentation,
19698 unless preceded by the word `variable' or `option'. Update doc
19699 string accordingly.
19700
19701 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
19702
19703 * progmodes/hideshow.el: Rewrite one-armed `if'
19704 constructs using either `when' or `unless'.
19705 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
19706
19707 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
19708
19709 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
19710 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
19711 instead of 12x12.
19712
19713 2003-10-16 Eli Zaretskii <eliz@gnu.org>
19714
19715 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
19716 message while converting to Babyl.
19717
19718 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
19719
19720 * allout.el (allout-mode): Doc fix.
19721
19722 2003-10-16 Lute Kamstra <lute@gnu.org>
19723
19724 * subr.el (force-mode-line-update): Fix docstring.
19725
19726 2003-10-14 Dave Love <fx@gnu.org>
19727
19728 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
19729 (default-input-method): Add :link, improve :type.
19730 (locale-charset-language-names): Fix utf-8 pattern.
19731 (locale-charset-match-p, locale-charset-alist)
19732 (locale-charset-to-coding-system): New.
19733 (set-locale-environment): Deal with codeset part of locale specs.
19734
19735 2003-10-14 Lute Kamstra <lute@gnu.org>
19736
19737 * fringe.el (fringe-mode): Use active voice in docstring.
19738 (set-fringe-style): Ditto.
19739
19740 2003-10-13 Lute Kamstra <lute@gnu.org>
19741
19742 * fringe.el (fringe-mode): Fix docstring.
19743 (set-fringe-style): Ditto.
19744
19745 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
19746
19747 * ediff-mult.el (ediff-filegroup-action):
19748 Use ediff-default-filtering-regexp.
19749
19750 * ediff-util.el (ediff-recenter): Don't call
19751 ediff-restore-highlighting twice.
19752 (ediff-select-difference): Set current difference.
19753 (ediff-unselect-and-select-difference): Add comment.
19754
19755 * ediff.el (ediff-directories,ediff-directory-revisions)
19756 (ediff-directories3,ediff-merge-directories)
19757 (ediff-merge-directories-with-ancestor)
19758 (ediff-merge-directory-revisions)
19759 (ediff-merge-directory-revisions-with-ancestor):
19760 Use ediff-default-filtering-regexp.
19761
19762 2003-10-12 Andreas Schwab <schwab@suse.de>
19763
19764 * international/mule-cmds.el (locale-charset-language-names):
19765 Simplify regex by removing unused grouping.
19766
19767 2003-10-10 Dave Love <fx@gnu.org>
19768
19769 * bindings.el: Don't bind stop.
19770
19771 2003-10-08 Miles Bader <miles@gnu.org>
19772
19773 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
19774 face instead of attempting to emulate it.
19775
19776 2003-10-07 Kenichi Handa <handa@m17n.org>
19777
19778 * international/mule-diag.el (list-coding-systems-1): List coding
19779 systems that are loaded automatically.
19780
19781 * international/code-pages.el (iso-8859-11): Add autoload cookie.
19782
19783 * international/mule.el (autoload-coding-system): New function.
19784
19785 2003-10-07 Andreas Schwab <schwab@suse.de>
19786
19787 * log-edit.el (log-edit-changelog-entries): Prefer local value of
19788 change-log-default-name in the buffer visiting the file.
19789
19790 2003-10-06 Dave Love <fx@gnu.org>
19791
19792 * files.el (find-file-hook): Customize.
19793 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
19794
19795 * bindings.el (completion-ignored-extensions): Remove .log.
19796 (global-map): Add again, open, stop keys.
19797
19798 2003-10-05 Richard M. Stallman <rms@gnu.org>
19799
19800 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
19801 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
19802 Use sh-modify directly.
19803 (sh-select): Use sh-append, not eval.
19804
19805 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
19806
19807 * info.el (Info-following-node-name): New function.
19808
19809 * loadhist.el (unload-feature-special-hooks):
19810 Rename from loadhist-hook-functions.
19811 (loadhist-hook-functions): Now an alias.
19812
19813 2003-10-04 Eli Zaretskii <eliz@gnu.org>
19814
19815 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
19816 file-name clashes on 8+3 filesystems.
19817
19818 * Makefile.in (DONTCOMPILE, bootstrap-clean):
19819 Rename loaddefs-boot.el to ldefs-boot.el
19820
19821 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
19822 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
19823
19824 2003-10-03 Lute Kamstra <lute@gnu.org>
19825
19826 * info.el (Info-mode): Revert previous change.
19827 (Info-escape-percent): New function.
19828 (Info-fontify-node): Use it.
19829
19830 2003-10-02 Andreas Schwab <schwab@suse.de>
19831
19832 * loaddefs-boot.el: Regenerated.
19833
19834 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
19835
19836 * ffap.el: Remove defadvice related code from CVS since `complete'
19837 provides a `PC-completion-as-file-name-predicate' variable that
19838 ffap can override.
19839
19840 2003-10-02 Kenichi Handa <handa@m17n.org>
19841
19842 * international/utf-8.el (ccl-decode-mule-utf-8):
19843 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
19844
19845 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
19846 * international/subst-big5.el: Likewise.
19847 * international/subst-gb2312.el: Likewise.
19848 * international/subst-ksc.el: Likewise.
19849
19850 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19851
19852 * calendar/calendar.el (increment-calendar-month)
19853 (calendar-leap-year-p, calendar-absolute-from-gregorian)
19854 (generate-calendar, calendar-read-date, calendar-interval)
19855 (calendar-day-of-week): Handle years BC.
19856 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
19857
19858 2003-10-01 Dave Love <fx@gnu.org>
19859
19860 * language/cyrillic.el (cp1251): Alias for windows-1251.
19861
19862 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
19863 bootstrap.
19864
19865 2003-10-01 Lute Kamstra <lute@gnu.org>
19866
19867 * files.el: Fix typo.
19868 * imenu.el (imenu--generic-function): Docstring fix.
19869
19870 2003-09-30 Richard M. Stallman <rms@gnu.org>
19871
19872 * dired.el (dired-mode): Handle dired-directory as a list.
19873
19874 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
19875
19876 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
19877
19878 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
19879
19880 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
19881 Replace gud-display with gud-watch.
19882 (gud-speedbar-buttons): Add stuff for watching expressions
19883 in the speedbar when using M-x gdba. Use dolist on old part
19884 of this function.
19885
19886 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
19887 (gdb-update-flag): New variables.
19888 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
19889 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
19890 (gud-watch, gdb-var-create-handler) : New functions.
19891 (gdb-var-list-children, gdb-var-list-children-handler)
19892 (gdb-var-create-regexp, gdb-var-update-regexp)
19893 (gdb-var-list-children-regexp): New constants.
19894 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
19895 (gdb-annotation-rules): Reduce annotation set (level 3).
19896 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
19897 (gdb-post-prompt): Don't update GDB buffers every time speedbar
19898 updates.
19899 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
19900 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
19901 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
19902 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
19903 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
19904 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
19905 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
19906 (gud-display, gud-display1)
19907 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
19908 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
19909 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
19910 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
19911 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
19912 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
19913 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
19914 (gdb-display-display-buffer, gdb-toggle-display)
19915 (gdb-delete-display, gdb-expressions-popup-menu)
19916 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
19917 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
19918 to display buffer.
19919
19920 2003-09-30 Richard M. Stallman <rms@gnu.org>
19921
19922 * progmodes/ada-mode.el (ada-mode): Don't use advice.
19923 Instead, set which-func-functions.
19924
19925 * progmodes/which-func.el (which-func-modes): Add ada-mode.
19926 (which-func-functions): New variable.
19927 (which-function): Use that.
19928
19929 * info.el (Info-mode): Double each `%' in header line.
19930
19931 * emacs-lisp/lisp-mnt.el (lm-with-file):
19932 When FILE is nil, run BODY in current buffer.
19933
19934 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
19935
19936 * help.el (describe-mode): Start with a brief list of minor modes.
19937 Find them thru minor-mode-list so as to find them all.
19938 Show them in alphabetical order.
19939
19940 * mail/sendmail.el (mail-aliases): Doc fix.
19941
19942 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
19943
19944 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19945
19946 * mail/rmailsum.el (rmail-make-summary-line-1):
19947 Change comma after last label to a space.
19948 (rmail-summary-font-lock-keywords): Adapt to that change.
19949
19950 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
19951
19952 * progmodes/scheme.el (scheme-mode-variables): When setting
19953 `font-lock-defaults', also specify that "#" should
19954 be interpreted with `word' syntax.
19955 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
19956
19957 2003-09-30 Lars Hansen <larsh@math.ku.dk>
19958
19959 * desktop.el: A lot of comments updated.
19960 (desktop-save-mode): Minor mode introduced.
19961 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
19962 (desktop-load-default): Function made obsolete.
19963 (desktop-locals-to-save): Variable made customizable.
19964 (desktop-read): Optional parameter `dirname' added.
19965 (desktop-change-dir, desktop-revert): Parameter `dirname' in
19966 `desktop-read' used.
19967 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
19968
19969 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
19970
19971 * whitespace.el (whitespace-clean-msg): Add user customizable message
19972 for displaying ``clean'' output.
19973 (whitespace-buffer): Use `whitespace-clean-msg'.
19974 (whitespace-global-mode): Fix typo.
19975
19976 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
19977
19978 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
19979
19980 2003-09-29 Lute Kamstra <lute@gnu.org>
19981
19982 * bindings.el (mode-line-modes): Remove superfluous :propertize
19983 construct in initialization.
19984 (mode-line-position): Change cons cell into proper list in
19985 initialization.
19986
19987 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
19988
19989 * international/mule.el (decode-coding-inserted-region): Use car
19990 of the return value of find-operation-coding-system.
19991
19992 2003-09-29 Kenichi Handa <handa@m17n.org>
19993
19994 * descr-text.el (describe-char): Fix previous change.
19995
19996 2003-09-28 Kenichi Handa <handa@m17n.org>
19997
19998 * descr-text.el (describe-char-display): New function.
19999 (describe-char): Pay attention to display table on describing how
20000 a character is displayed.
20001
20002 * international/mule-cmds.el (encoded-string-description):
20003 Prepend "0x" to each encoded byte.
20004
20005 2003-09-28 Andreas Schwab <schwab@suse.de>
20006
20007 * find-file.el (ff-special-constructs): Add autoload cookie.
20008
20009 2003-09-28 Kevin Ryde <user42@zip.com.au>
20010
20011 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
20012 makeinfo appends to duplicate index entries.
20013
20014 2003-09-28 Eli Zaretskii <eliz@gnu.org>
20015
20016 * dired-x.el (dired-clean-tex): Doc fix.
20017
20018 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
20019 using a Chinese tutorial.
20020
20021 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20022
20023 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
20024 between "MAIL FROM:" and "RCPT TO:" and the following address.
20025
20026 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20027
20028 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
20029
20030 2003-09-28 David Ponce <david@dponce.com>
20031
20032 * recentf.el (recentf-initialize-file-name-history): New defcustom.
20033 (recentf-load-list): When `recentf-initialize-file-name-history'
20034 is non-nil, initialize an empty `file-name-history' with the
20035 recent list.
20036
20037 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
20038
20039 * man.el (Man-default-man-entry): Remove the leading `*' from the
20040 word at point.
20041
20042 2003-09-26 Lute Kamstra <lute@gnu.org>
20043
20044 * bindings.el (mode-line-position): Mention size indication in
20045 docstring.
20046
20047 2003-09-26 Andre Spiegel <spiegel@gnu.org>
20048
20049 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
20050
20051 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
20052 because it's autoloaded now.
20053
20054 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20055
20056 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
20057 (sh-font-lock-keywords, sh-feature): Fix previous change of
20058 sh-feature to avoid infloop with sh-font-lock-keywords.
20059
20060 2003-09-25 Kim F. Storm <storm@cua.dk>
20061
20062 * frame.el (frame-current-scroll-bars): New defun.
20063
20064 * window.el (window-current-scroll-bars): New defun.
20065
20066 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20067
20068 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
20069 cause errors when the state cache contains info on parts that have
20070 been narrowed out.
20071
20072 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20073
20074 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
20075 `c-setup-paragraph-variables' has to be used when this variable is
20076 changed; it doesn't work to reinitialize the mode since that
20077 typically clobbers the variable.
20078
20079 * progmodes/cc-styles.el (c-setup-paragraph-variables):
20080 Make it interactive.
20081
20082 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20083
20084 * progmodes/cc-fonts.el (c-font-lock-declarations):
20085 Fix recognition of constructors and destructors for classes whose
20086 names are matched by `*-font-lock-extra-types'.
20087
20088 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
20089 followed by an identifier in C++ then it's a type.
20090
20091 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20092
20093 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
20094 problem that primarily affected XEmacs. Don't use faces to find
20095 unterminated strings since Emacs and XEmacs fontify strings
20096 differently - this function should now work better in XEmacs.
20097
20098 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20099
20100 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
20101 `expand-abbrev' workaround which caused braces to misbehave inside
20102 macros.
20103
20104 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
20105 handling. This bug could cause interactive font locking to bail out.
20106
20107 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20108
20109 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20110 Handle paren-style types in Pike. Also fixed some cases of
20111 insufficient handling of unbalanced parens.
20112
20113 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
20114
20115 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
20116 common shell prompts that are not common filename or URL characters.
20117 (ffap-file-at-point): Use the new regexp to strip the prompts from
20118 the file names. This is an issue mostly for user prompts that
20119 don't have a trailing space and find-file-at-point is invoked from
20120 within a shell inside Emacs.
20121
20122 2003-09-24 Andre Spiegel <spiegel@gnu.org>
20123
20124 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
20125 stamps numerically, rather than textually.
20126
20127 2003-09-24 Kenichi Handa <handa@m17n.org>
20128
20129 * language/devan-util.el (devanagari-post-read-conversion):
20130 * language/mlm-util.el (malayalam-post-read-conversion):
20131 * language/tml-util.el (tamil-post-read-conversion):
20132 Add autoload cookie.
20133
20134 * international/utf-8.el (utf-8-post-read-conversion):
20135 Call post-read-conversion functions for Devanagari, Malayalam,
20136 and Tamil.
20137
20138 2003-09-23 Dave Love <fx@gnu.org>
20139
20140 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
20141
20142 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
20143
20144 * progmodes/gud.el (perldb): Add gud-until to list of commands.
20145 Update gud-remove.
20146
20147 2003-09-22 Richard M. Stallman <rms@gnu.org>
20148
20149 * progmodes/sh-script.el (sh-mode-default-syntax-table):
20150 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
20151 (sh-mode-syntax-table-input): New variable.
20152 (sh-require-final-newline): Don't use eval.
20153 (sh-builtins, sh-leading-keywords, sh-other-keywords)
20154 (sh-variables, sh-font-lock-keywords): Don't use eval.
20155 (sh-set-shell): When setting require-final-newline,
20156 treat value = `require-final-newline' as don't change it.
20157 Set sh-mode-syntax-table locally based on
20158 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
20159
20160 * progmodes/compile.el (compile-internal):
20161 Call compilation-set-window-height before setting window start.
20162
20163 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
20164
20165 * emacs-lisp/bytecomp.el (byte-compile-log-file):
20166 Clear out byte-compile-last-warned-form.
20167
20168 2003-09-22 Richard M. Stallman <rms@gnu.org>
20169
20170 * woman.el (woman-file-name, woman-follow-word):
20171 If current-word returns nil, use "".
20172
20173 * simple.el (eval-expression): Bind standard-output in to-buffer case.
20174
20175 2003-09-22 Richard M. Stallman <rms@gnu.org>
20176
20177 * emacs-lisp/lisp-mnt.el (lm-with-file):
20178 Don't visit the file, just use insert-file-contents in temp buffer.
20179
20180 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
20181
20182 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
20183 Add surrounding \\( and \\) around the header, as in
20184 for lm-history-header 'Change Log\\|History'.
20185
20186 2003-09-22 John Paul Wallington <jpw@gnu.org>
20187
20188 * progmodes/ld-script.el: Add Commentary section,
20189 minor cleanup of file header.
20190 (ld-script-font-lock-keywords): Doc fix.
20191 (toplevel): Provide `ld-script' feature.
20192
20193 2003-09-21 Kim F. Storm <storm@cua.dk>
20194
20195 * scroll-bar.el (set-scroll-bar-mode): Initialize to
20196 new built-in variable default-frame-scroll-bars.
20197 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
20198 scroll-bar-mode; notably, use it instead of t when we toggle
20199 scroll-bars on.
20200 (toggle-scroll-bar): Use default-frame-scroll-bars.
20201
20202 2003-09-19 Masatake YAMATO <jet@gyve.org>
20203
20204 * pcvs.el (cvs-do-removal): Change the prompt depending on
20205 `filter' value.
20206
20207 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20208
20209 * startup.el (command-line-1): Stop startup-echo-area-message
20210 being hidden by "Loading image..." message.
20211 (use-fancy-splash-screens-p, display-splash-screen):
20212 Move display-graphic-p test from latter to former.
20213
20214 * progmodes/sh-script.el (sh-font-lock-keywords):
20215 Highlight escaped EOLs differently from other backslash constructs.
20216
20217 2003-09-19 Richard M. Stallman <rms@gnu.org>
20218
20219 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
20220 New functions.
20221 (edebug-enter, edebug-outside-excursion): Use them.
20222
20223 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
20224 Fix the condition for whether to print "In WHERE".
20225
20226 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
20227
20228 * finder.el (finder-mode-hook): New variable.
20229 (finder-mode): Run hook finder-mode-hook
20230
20231 2003-09-18 Masatake YAMATO <jet@gyve.org>
20232
20233 * progmodes/ebrowse.el: Fix broken magic autoload comments.
20234
20235 2003-09-17 Mario Lang <mlang@delysid.org>
20236
20237 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
20238 "p %e" to actually print the value in the GUD buffer.
20239
20240 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
20241
20242 From David Ponce <david.ponce@wanadoo.fr>:
20243 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
20244 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
20245 from loaddefs-boot.el if necessary.
20246
20247 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
20248
20249 * progmodes/gud.el (gud-find-class): Make jdb work again since
20250 cc-mode changed the syntactic information.
20251
20252 2003-09-15 David Ponce <david@dponce.com>
20253
20254 * recentf.el: (recentf-exclude): Accept predicates too.
20255 (recentf-file-readable-p): New function.
20256 (recentf-include-p): Handle predicates in recentf-exclude.
20257 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
20258 (recentf-cleanup): Likewise.
20259 (recentf-save-list): Use write-file to handle backup of
20260 recentf-save-file.
20261
20262 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
20263
20264 * loaddefs-boot.el: Renamed from `loaddefs.el'
20265 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
20266 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
20267 necessary.
20268
20269 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
20270
20271 * electric.el (Electric-pop-up-window): For the `one-window' case,
20272 no longer disconcertingly move point in the original buffer.
20273
20274 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20275
20276 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
20277
20278 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
20279
20280 * dired.el (dired-mode-map): Fix typo.
20281
20282 2003-09-11 Richard M. Stallman <rms@gnu.org>
20283
20284 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
20285
20286 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20287
20288 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
20289 the function is less noisy. Now only `kill-buffer' can ask questions.
20290
20291 2003-09-10 Mario Lang <mlang@delysid.org>
20292
20293 * battery.el: Update Commentary and Copyright.
20294 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
20295 appear due to wrong ordering of the expressions in `or'.
20296
20297 2003-09-09 Lute Kamstra <lute@gnu.org>
20298
20299 * misc.el (upcase-char): Fix docstring.
20300 (zap-up-to-char): New command.
20301
20302 2003-09-08 David Ponce <david@dponce.com>
20303
20304 Ensure that recentf correctly updates the menu bar.
20305 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
20306 (recentf-menu-bar): New function.
20307 (recentf-clear-data): Use it
20308 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
20309 of easy-menu-change.
20310
20311 2003-09-08 Lute Kamstra <lute@gnu.org>
20312
20313 * simple.el (size-indication-mode): New.
20314 * bindings.el (mode-line-position): Add buffer size indicator.
20315
20316 2003-09-04 Mario Lang <mlang@delysid.org>
20317
20318 * battery.el (battery-linux-proc-acpi): New function.
20319 (battery-status-function): Modify default value calculation to also
20320 check for availability of ACPI.
20321 (battery-echo-area-format): Ditto.
20322 (battery-mode-line-format): Ditto.
20323
20324 2003-09-06 Dave Love <fx@gnu.org>
20325
20326 * ielm.el (ielm-mode-hook): Add :options.
20327
20328 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
20329 (eldoc-print-current-symbol-info): Use it.
20330
20331 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
20332
20333 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
20334 being displayed in GUD buffer.
20335 (gdb-idle-input-queue): Remove var. Use just one queue.
20336 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
20337 Remove functions. Use just one queue.
20338 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
20339 (gdb-invalidate-assembler, gdb-get-current-frame):
20340 Modify functions. Use just one queue.
20341
20342 2003-09-04 Dave Love <fx@gnu.org>
20343
20344 * cus-start.el: Add blink-cursor-alist.
20345
20346 * ruler-mode.el (ruler-mode-fill-column-char)
20347 (ruler-mode-current-column-char): Use char-displayable-p,
20348 not window-system.
20349
20350 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
20351
20352 * language/european.el (windows-1252): Move from code-pages.
20353
20354 * language/cyrillic.el ("Windows-1251"): Delete.
20355 ("Bulgarian", "Belarusian"): Remove `features'.
20356 (windows-1251): Move from code-pages.
20357
20358 * international/mule-diag.el (non-iso-charset-alist):
20359 Remove `codepage' stuff.
20360 (print-designation, list-coding-systems-1): Output fixes.
20361
20362 * international/code-pages.el (cp-make-translation-table)
20363 (cp-valid-codes): Made defsubsts.
20364 (cp-fix-safe-chars): Delete.
20365 (mule-diag): Don't require.
20366 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
20367 (top-level): Check for defined coding system when defining
20368 cp... aliases. Change w32-add-charset-info test to avoid warning.
20369 (non-iso-charset-alist): Defvar when compiling.
20370 (cp-make-coding-system): Doc fix.
20371
20372 2003-09-02 Jason Rumney <jasonr@gnu.org>
20373
20374 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
20375 line-ends from CVS before doing conversion.
20376
20377 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
20378
20379 * calendar/diary-lib.el (diary-header-line-flag)
20380 (diary-header-line-format): New variables.
20381 (list-diary-entries): Use them to set header line in simple diary.
20382
20383 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
20384 other than font-lock-string-face to highlight backslashes.
20385
20386 2003-09-01 Jason Rumney <jasonr@gnu.org>
20387
20388 * international/titdic-cnv.el (tit-read-key-value): Include \r in
20389 regexp.
20390
20391 2003-09-01 Dave Love <fx@gnu.org>
20392
20393 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
20394
20395 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
20396 and :help; also line and column numbers labels.
20397
20398 * international/mule-util.el (char-displayable-p): Move from
20399 latin1-disp, rename and autoload.
20400
20401 * international/latin1-disp.el (latin1-char-displayable-p):
20402 Now obsolete alias. Replace uses with char-displayable-p.
20403 (latin1-display-ucs-per-lynx): Fix last change.
20404
20405 * international/mule-cmds.el (standard-display-european-internal):
20406 Don't use char code for Latin-1 NBSP.
20407 <XFree86 4>: Unfrob NBSP display table. Set display table to use
20408 U+2018, U+2019 for `'.
20409 (select-safe-coding-system): Message fix.
20410
20411 2003-09-01 Kenichi Handa <handa@m17n.org>
20412
20413 * international/fontset.el (setup-default-fontset): For Thai
20414 font, specify "*" family.
20415
20416 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20417
20418 * progmodes/compile.el (previous-error): Accept a prefix
20419 argument, similarly to next-error.
20420
20421 2003-08-31 Masatake YAMATO <jet@gyve.org>
20422
20423 * pcvs.el (cvs-do-removal): Use = instead of eq to check
20424 the number of files. Bind the number of files to a local
20425 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
20426
20427 2003-08-30 Eli Zaretskii <eliz@gnu.org>
20428
20429 * vc-hooks.el (vc-make-version-backup): Fix the change made on
20430 2003-07-26: msdos-long-file-names is a function, not a variable.
20431
20432 2003-08-29 Richard M. Stallman <rms@gnu.org>
20433
20434 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
20435 Do nothing with mail-personal-alias-file if it is nil.
20436
20437 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
20438 Do nothing if mail-personal-alias-file is nil.
20439
20440 * term.el (term-exec-1): Bind coding-system-for-read.
20441
20442 * dired.el (dired-mouse-find-file-other-window):
20443 Use dired-view-command-alist here, as in dired-view-file.
20444 (dired-view-command-alist): Use %s to substitute file name.
20445 Handle .ps_pages, .eps, .jpg, .gif, .png.
20446
20447 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20448
20449 * info.el (Info-mode-map): Bind S-tab and <backtab> to
20450 `Info-prev-reference', instead of M-tab.
20451
20452 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
20453
20454 * simple.el (blink-matching-open): Work correctly on chars that
20455 are designated as parens through the syntax-table text property.
20456
20457 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
20458
20459 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
20460 line break position in the middle of a non-kinsoku (e.g. latin)
20461 word, making it skip until either a space or a character with
20462 category "|".
20463 (kinsoku-longer): Test for end of buffer.
20464
20465 2003-08-28 Eli Zaretskii <eliz@gnu.org>
20466
20467 * mail/rmail.el (rmail-convert-to-babyl-format):
20468 Detect quoted-printable- and base64-encoded messages and decode them
20469 automatically. Set the message's encoding from the charset=
20470 header, if any. Decode base64-encoded messages in Mail format as well.
20471
20472 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20473
20474 * mail/smtpmail.el: Fix previous change.
20475 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
20476 calling smtpmail-via-smtp.
20477 (smtpmail-via-smtp): Add fall-back values for envelope-from.
20478
20479 2003-08-26 John Paul Wallington <jpw@gnu.org>
20480
20481 * image.el (image-jpeg-p): Don't search beyond length of data.
20482
20483 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20484
20485 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
20486 misfeature in `expand-abbrev' which caused electric keywords like
20487 "else" to disappear if an open brace was typed directly afterwards.
20488
20489 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20490
20491 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
20492 mandatory in `define-widget'.
20493
20494 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
20495 Don't align the operators "!=", "<=" and ">=" as assignment operators.
20496
20497 (c-assignment-operators): New language constant that only contains
20498 the assignment operators.
20499
20500 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
20501
20502 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20503
20504 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20505 Safeguard against unbalanced sexps.
20506
20507 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
20508
20509 * version.el (emacs-version): Check for gtk. Include gtk version info.
20510
20511 2003-08-25 John Paul Wallington <jpw@gnu.org>
20512
20513 * man.el (Man-default-man-entry): Don't whizz past the section
20514 number before looking for it.
20515
20516 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
20517
20518 * progmodes/gud.el (gud-display-line): Don't set window-point if
20519 source buffer is not visible. (Only happens with M-x gdba.)
20520
20521 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
20522 documentation.
20523 (gdb-source, gdb-source-info): Update to assembler unnecessary
20524 as its done after each GDB command anyway.
20525 (gdb-pre-prompt): Use with-current-buffer.
20526 (gdb-insert-field): Add help-echo text.
20527 (gdb-invalidate-assembler): Re-display of assembler now done in
20528 gdb-info-breakpoints-custom.
20529 (gdb-info-breakpoints-custom): Force re-display of assembler to
20530 happen *after* update of breakpoints buffer.
20531 (gdb-display-source-buffer): Don't choke if gdb-source-window
20532 isn't visible.
20533 (gdb-put-string, gdb-put-arrow): Remove free variables.
20534
20535 2003-08-24 John Paul Wallington <jpw@gnu.org>
20536
20537 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
20538
20539 * man.el (Man-default-man-entry): Strip text properties when
20540 snarfing parts of entry because `format' preserves properties.
20541
20542 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20543
20544 * files.el (file-newest-backup): Use `expand-file-name'.
20545
20546 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
20547 Allow the diary to pop up a new frame, if needed.
20548
20549 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
20550 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
20551 (smtpmail-send-it): Make treatment of envelope-from consistent with
20552 sendmail.el.
20553
20554 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
20555 (sh-leading-keywords): Add the bash `time' reserved word.
20556 (sh-variables): Add some bash variables.
20557 (sh-add-completer): Fix nil branch of case statement.
20558
20559 2003-08-24 Masatake YAMATO <jet@gyve.org>
20560
20561 * progmodes/ld-script.el: New file.
20562
20563 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
20564
20565 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
20566
20567 2003-08-23 Andre Spiegel <spiegel@gnu.org>
20568
20569 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
20570 Better explain obsolescence, and what to use instead.
20571
20572 2003-08-23 Masatake YAMATO <jet@gyve.org>
20573
20574 * pcvs.el (cvs-do-removal): Show the deleted file name
20575 on the prompt.
20576
20577 2003-08-20 Dave Love <fx@gnu.org>
20578
20579 * international/mule.el (make-coding-system)
20580 (set-buffer-file-coding-system): Doc fix.
20581
20582 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
20583
20584 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
20585
20586 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
20587
20588 * international/utf-16.el: Add mime-text-unsuitable coding system
20589 properties.
20590
20591 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
20592
20593 * cus-edit.el: Add some :links.
20594 (bib): Remove.
20595
20596 * textmodes/bib-mode.el (bib): Add :group external.
20597
20598 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
20599
20600 * wid-edit.el (widget-echo-help): Make it handle expressions that
20601 evaluate to strings.
20602
20603 2003-08-18 Michael Mauger <mmaug@yahoo.com>
20604
20605 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
20606
20607 Simplify selection of SQL products to define highlighting and
20608 interactive mode. Includes detailed instructions on adding
20609 support for new products.
20610
20611 * progmodes/sql.el (sql-product): New variable. Identifies SQL
20612 product for use in highlighting and interactive mode.
20613 (sql-interactive-product): New variable. SQL product for
20614 sql-interactive-mode.
20615 (sql-product-support): New variable. Specifies product-specific
20616 parameters to drive highlighting and interactive mode.
20617 (sql-imenu-generic-expression): Add more object types.
20618 (sql-sqlite-options): Correct comment.
20619 (sql-ms-program): Use "osql" rather than "isql".
20620 (sql-prompt-regexp, sql-prompt-length): Update comment.
20621 (sql-mode-menu): Add "Start SQLi session" entry.
20622 Replace Highlighting submenu with Product menu. Fix Send Region entry.
20623 (sql-mode-abbrev-table): Add abbreviations. Support of
20624 SYSTEM-FLAG on define-abbrev. Support was removed with last
20625 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
20626 (sql-mode-font-lock-object-name): Add font-lock pattern for object
20627 names.
20628 (sql-mode-ansi-font-lock-keywords): Set as default value.
20629 (sql-mode-oracle-font-lock-keywords): Set as default value.
20630 Support Oracle 9i keywords.
20631 (sql-mode-postgres-font-lock-keywords): Set as default value.
20632 (sql-mode-linter-font-lock-keywords): Set as default value.
20633 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
20634 SQLServer 2000.
20635 (sql-mode-sybase-font-lock-keywords)
20636 (sql-mode-interbase-font-lock-keywords)
20637 (sql-mode-sqlite-font-lock-keywords)
20638 (sql-mode-strong-font-lock-keywords)
20639 (sql-mode-mysql-font-lock-keywords)
20640 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
20641 keywords.
20642 (sql-mode-font-lock-defaults): Update comment.
20643 (sql-product-feature): New function. Returns feature associated
20644 with a product from `sql-product-support' alist.
20645 (sql-product-font-lock): New function. Set font-lock support
20646 based on `sql-product'.
20647 (sql-add-product-keywords): New function. Add font-lock rules to
20648 product-specific keyword variables.
20649 (sql-set-product): New function. Set `sql-product' and apply
20650 appropriate font-lock highlighting.
20651 (sql-highlight-product): New function. Set font-lock support
20652 based on a product. Also set mode name to include product name.
20653 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
20654 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
20655 Use `sql-set-product'.
20656 (sql-highlight-ms-keywords)
20657 (sql-highlight-sybase-keywords)
20658 (sql-highlight-interbase-keywords)
20659 (sql-highlight-strong-keywords)
20660 (sql-highlight-mysql-keywords)
20661 (sql-highlight-sqlite-keywords)
20662 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
20663 (sql-get-login): Prompt in the same order as the tokens.
20664 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
20665 (sql-product-interactive): New function. Common portions of
20666 product-specific interactive mode wrappers.
20667 (sql-interactive-mode): Rewritten to use product features.
20668 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
20669 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
20670 (sql-db2, sql-linter): Use `sql-product-interactive'.
20671 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
20672 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
20673 (sql-connect-ingres, sql-connect-postgres)
20674 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
20675 New functions. Format command line parameters and invoke comint on
20676 the appropriate interpreter. Code was in the corresponding
20677 `sql-xyz' function before.
20678 (sql-connect-ms): New function. Support -E argument to use
20679 operating system credentials for authentication.
20680
20681 2003-08-18 Kenichi Handa <handa@m17n.org>
20682
20683 * international/mule.el (encode-char): Fix for the ASCII case.
20684
20685 2003-08-15 Kenichi Handa <handa@m17n.org>
20686
20687 * international/fontset.el (setup-default-fontset): Change "*" to
20688 nil in the specifications of font family.
20689
20690 2003-08-18 Kim F. Storm <storm@cua.dk>
20691
20692 * kmacro.el (kmacro-keymap): Group related bindings in
20693 initialization for clarity. Bind C-s to start macro.
20694 Remove C-r binding.
20695 (kmacro-initial-counter-value): New defvar to hold initial counter
20696 value in case we set the value before defining a macro.
20697 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
20698 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
20699 not defining or executing macro. Doc fix.
20700 (kmacro-add-counter): Clear kmacro-initial-counter-value.
20701 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
20702 temporarily view older elements on the macro ring without cycling
20703 the ring.
20704 (kmacro-display): Doc fix.
20705 (kmacro-exec-ring-item): New helper function.
20706 (kmacro-call-ring-2nd): Use it.
20707 (kmacro-call-ring-2nd-repeat): Doc fix.
20708 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
20709 (kmacro-end-or-call-macro): Execute last viewed macro (using
20710 kmacro-exec-ring-item) from ring if this follows
20711 kmacro-view-macro. This allows us to find a macro on the ring
20712 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
20713 the ring to bring it to the head of the ring.
20714 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
20715 Allow binding to reserved keys without specifying C-x C-k prefix.
20716 Ask for confirmation if entered key sequence is already bound to
20717 a non-macro command.
20718 (kmacro-view-macro): Repeating command will show older elements
20719 on the macro ring; C-k will execute the last viewed macro.
20720 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
20721 property from 'ring to 'head.
20722
20723 2003-08-17 Alan Shutko <ats@acm.org>
20724
20725 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
20726 keeping December out of the alist.
20727
20728 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
20729
20730 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
20731 * calendar/calendar.el (calendar-mode-map): Bind it to key.
20732 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
20733 (calendar-flatten): New function.
20734 (calendar-mouse-view-other-diary-entries)
20735 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
20736 in the menu title and to show multi-line diary entries correctly
20737 in the menu.
20738
20739 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
20740
20741 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
20742 defcustom, because the default was recently changed.
20743
20744 2003-08-16 Richard M. Stallman <rms@gnu.org>
20745
20746 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
20747
20748 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
20749 New subroutine, broken out of eval-last-sexp-1.
20750 (eval-last-sexp-1): Use eval-last-sexp-print-value.
20751
20752 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
20753
20754 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
20755
20756 * simple.el (eval-expression): Use eval-last-sexp-print-value.
20757
20758 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
20759
20760 * progmodes/compile.el (compilation-error-regexp-alist):
20761 Add Java ANt error detection as described in document
20762 http://ant.apache.org/faq.html
20763
20764 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
20765
20766 * simple.el (backward-word, forward-to-indentation)
20767 (backward-to-indentation): Argument changed to optional.
20768 (next-line, previous-line): Use `or' instead of `unless'.
20769
20770 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20771
20772 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
20773 instead of a constant.
20774
20775 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
20776
20777 * shell.el (shell): With prefix-arg, suggest a new buffer name.
20778
20779 2003-08-12 Andre Spiegel <spiegel@gnu.org>
20780
20781 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
20782 (vc-sccs-workfile-version): Search the entire delta table, rather
20783 than just the first entry, because that might be a deleted version.
20784
20785 2003-08-11 Karl Fogel <kfogel@red-bean.com>
20786
20787 * menu-bar.el (menu-bar-options-menu): Supply a body for the
20788 [save-place] binding in the Options menu. Have it require
20789 'saveplace' and then toggle the variable manually, to avoid an an
20790 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
20791 for the bug report.
20792
20793 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
20794
20795 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
20796 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
20797 (gdb-info-threads-custom): Add help-echo text.
20798 (gdb-display-back): Don't use purecopy.
20799 (gdb-info-breakpoints-custom, gdb-reset)
20800 (gdb-assembler-custom): Use display-images-p to test if breakpoint
20801 icons can be displayed.
20802
20803 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
20804
20805 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
20806
20807 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
20808
20809 * bookmark.el (bookmark-completing-read):
20810 Return a string, instead of a list of one string.
20811 Use a popup menu if activated from the mouse.
20812 (bookmark-edit-annotation): Remove unused vars.
20813 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
20814 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
20815 to bookmark-completing-read.
20816 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
20817 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
20818 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
20819 and erase-buffer.
20820 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
20821 (bookmark-menu-jump, bookmark-menu-insert)
20822 (bookmark-popup-menu-and-apply-function)
20823 (bookmark-menu-popup-paned-bookmark-menu): Remove.
20824 (bookmark-menu-build-paned-menu): Remove by folding it into
20825 bookmark-menu-popup-paned-menu.
20826 (menu-bar-bookmark-map): Move the define-key statements here.
20827 Use the "non-menu" commands since they now pop up a menu if needed.
20828 (bookmark-exit-hook-internal): Simplify.
20829
20830 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
20831
20832 * reftex-toc.el (reftex-toc-rename-label): New function.
20833 (reftex-toc-check-docstruct): New function.
20834
20835 * reftex.el (reftex-region-active-p): New function.
20836
20837 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
20838 regexp to find the \bibliography macro.
20839
20840 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
20841 which does not exist in LaTeX.
20842 (reftex-cite-format-builtin): Added amsrefs support.
20843 (reftex-toc-confirm-promotion): New option
20844
20845 * reftex-toc.el
20846 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
20847 (reftex-toc-demote, reftex-toc-promote)
20848 (reftex-toc-do-promote, reftex-toc-promote-prepare)
20849 (reftex-toc-promote-action, reftex-toc-extract-section-number)
20850 (reftex-toc-newhead-from-alist)
20851 (reftex-toc-load-all-files-for-promotion): New functions.
20852 (reftex-toc-help): Added description of new keys.
20853 (reftex-toc-split-windows-fraction): New option.
20854 (reftex-recenter-toc-when-idle): Search *toc* window on all
20855 visible frames.
20856 (reftex-toc): Additional parameter REUSE
20857 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
20858 with REUSE argument.
20859 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
20860 the call of `reftex-toc'.
20861 (reftex-make-separate-toc-frame): New function .
20862 (reftex-toc-recenter): When called with triple prefix arg, call
20863 `reftex-make-separate-toc-frame' first.
20864 (reftex-toc-toggle-dedicated-frame): New command.
20865 (reftex-toc-quit): Adapted to delete frame when called in
20866 dedicated frame.
20867
20868 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
20869 all enclosing macros.
20870
20871
20872 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20873
20874 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
20875 first use.
20876
20877 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20878
20879 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
20880
20881 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20882
20883 * calendar/calendar.el (list-diary-entries-hook)
20884 (diary-display-hook, nongregorian-diary-listing-hook)
20885 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
20886 Add some customize options for these hooks.
20887 (calendar-abbrev-construct): Don't try to take a substring longer
20888 than the original string.
20889
20890 2003-08-05 Richard M. Stallman <rms@gnu.org>
20891
20892 * emacs-lisp/testcover.el (noreturn): Report error if does return.
20893 (testcover-reinstrument-clauses): Doc fix.
20894
20895 * emacs-lisp/warnings.el: Doc fixes, args renamed.
20896 (warning-type-format): Rename from warning-group-format.
20897
20898 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
20899 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
20900 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
20901 to prevent warnings about defvar for an obsolete variable.
20902
20903 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
20904 warning-group-format renamed to warning-type-format.
20905
20906 * subr.el (read-passwd): Use clear-string instead of fillarray.
20907
20908 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
20909 Use vconcat instead of concat.
20910 (edmacro-sanitize-for-string): New function.
20911
20912 2003-08-05 Dave Love <fx@gnu.org>
20913
20914 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
20915 line-number-display-limit-width.
20916
20917 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
20918
20919 2003-08-05 Kenichi Handa <handa@m17n.org>
20920
20921 * international/code-pages.el: Don't require mule-diag.
20922
20923 * international/mule-diag.el (non-iso-charset-alist):
20924 Add autoload cookie.
20925
20926 * language/devan-util.el (dev-glyph-order): Add an entry for the
20927 glyph code #xC4.
20928
20929 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
20930
20931 * calendar/calendar.el (diary-file, diary-file-name-prefix)
20932 (european-calendar-style, diary-date-forms)
20933 (calendar-day-name-array, calendar-month-name-array): Doc change.
20934 (generate-calendar-month): Adapt for new behaviour of
20935 `calendar-day-name' function.
20936 (calendar-abbrev-length, calendar-day-abbrev-array)
20937 (calendar-month-abbrev-array): New variables.
20938 (calendar-abbrev-construct): New function.
20939 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
20940 rather than fixing abbrevs at some width. Calling syntax change.
20941 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
20942 (calendar-date-string): Adapt for new behaviours of
20943 `calendar-day-name' and `calendar-month-name' functions.
20944
20945 * calendar/diary-lib.el (list-diary-entries): Adapt for new
20946 behaviour of `calendar-day-name' and `calendar-month-name' functions.
20947 (diary-name-pattern): Use abbrev arrays, rather than fixing
20948 abbrevs at three chars. Calling syntax change.
20949 (mark-diary-entries): Adapt for new behaviours of
20950 `diary-name-pattern' and `calendar-make-alist' functions.
20951 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
20952 `diary-name-pattern' function.
20953 (font-lock-diary-date-forms): Use abbrev arrays, rather than
20954 fixing abbrevs at three chars. Calling syntax change.
20955 (cal-hebrew, cal-islam): Require when compiling.
20956 (diary-font-lock-keywords): Adapt for new behaviour of
20957 `font-lock-diary-date-forms' function.
20958
20959 * calendar/cal-hebrew.el: Reposition some code so defined before used.
20960 (calendar-hebrew-month-name-array-common-year)
20961 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
20962 (list-hebrew-diary-entries): Adapt for new behaviours of
20963 `calendar-day-name' and `add-to-diary-list' functions.
20964 (mark-hebrew-diary-entries): Adapt for new behaviours of
20965 `diary-name-pattern' and `calendar-make-alist' functions.
20966
20967 * calendar/cal-islam.el (calendar-islamic-month-name-array):
20968 Add doc string.
20969 (list-islamic-diary-entries): Adapt for new behaviours of
20970 `calendar-day-name' and `add-to-diary-list' functions.
20971 (mark-islamic-diary-entries): Adapt for new behaviours of
20972 `diary-name-pattern' and `calendar-make-alist' functions.
20973
20974 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
20975 `calendar-month-name' function.
20976
20977 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
20978
20979 * calendar/solar.el (solar-seasons-data): Move definition before use.
20980
20981 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
20982 (cal-tex-LaTeX-hourbox): Move definition before use.
20983
20984 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
20985 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
20986 * lunar.el, solar.el (displayed-month, displayed-year):
20987 Define for compiler.
20988
20989 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20990
20991 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
20992 MODE. Renamed from c-init-c-language-vars'.
20993 (c-initialize-cc-mode): Change accordingly.
20994 (c-common-init): Ditto.
20995 (c-mode): Ditto.
20996 (c++-mode): Use `c-init-language-vars-for'.
20997 (objc-mode): Ditto.
20998 (java-mode): Ditto.
20999 (idl-mode): Ditto.
21000 (pike-mode): Ditto.
21001 (awk-mode): Ditto.
21002
21003 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21004
21005 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
21006 or not the point moved.
21007
21008 (c-search-decl-header-end): Don't trip up on operator identifiers
21009 in C++ and operators like == in all languages.
21010
21011 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
21012 Detect leading labels correctly.
21013
21014 2003-08-02 Andreas Schwab <schwab@suse.de>
21015
21016 * textmodes/ispell.el: Don't redo key bindings on loading, put
21017 them only in loaddefs.el.
21018 * bookmark.el: Likewise.
21019 * dabbrev.el: Likewise.
21020 * emerge.el: Likewise.
21021
21022 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
21023 has more than one member.
21024
21025 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
21026
21027 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21028
21029 * lpr.el (printify-region): It was ending conversion before the
21030 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
21031
21032 2003-07-31 John Paul Wallington <jpw@gnu.org>
21033
21034 * net/browse-url.el (browse-url-epiphany): Doc fix.
21035
21036 2003-07-30 Kenichi Handa <handa@m17n.org>
21037
21038 * international/fontset.el (setup-default-fontset):
21039 Change registry names of Akurti fonts.
21040
21041 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
21042
21043 * comint.el (comint-read-noecho): Use `clear-string' instead of
21044 `fillarray'.
21045
21046 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
21047
21048 * outline.el (outline-mode-hook): Add defvar.
21049
21050 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
21051
21052 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
21053 Restore assembler in source window if that is what has been selected.
21054 (menu): Add gdb-restore-windows to menu. Make gdba
21055 specific menus only visible from gdba.
21056
21057 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
21058
21059 * progmodes/compile.el (compilation-environment): New user variable.
21060 (compile-internal): Respect it.
21061
21062 2003-07-23 Masatake YAMATO <jet@gyve.org>
21063
21064 * progmodes/gud.el (gdb-script-font-lock-keywords):
21065 Put `font-lock-function-name-face' on a symbol which includes
21066 `-' like `hook-run'. Put font-lock-variable-name-face
21067 on a symbol starting with $.
21068
21069 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
21070
21071 * files.el (set-visited-file-name): Use truename for buffer-file-name.
21072
21073 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21074
21075 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
21076
21077 2003-07-26 Andre Spiegel <spiegel@gnu.org>
21078
21079 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
21080 Use with-no-warnings.
21081 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
21082 rather than to find-file-not-found-hook, which doesn't exist.
21083
21084 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
21085
21086 * international/quail.el (quail-translate-key): Fix previous change.
21087
21088 2003-07-25 John Paul Wallington <jpw@gnu.org>
21089
21090 * server.el (server-start): Check `server-process' is non-nil
21091 before killing it to avoid killing current buffer's process.
21092
21093 * simple.el (choose-completion-string): Use `minibufferp';
21094 test `completion-reference-buffer' if `buffer' arg is nil.
21095 (push-mark): Use `when' and `unless'.
21096 (pop-mark): Use `when'.
21097
21098 * mouse-sel.el (mouse-sel-get-selection-function):
21099 Check `x-last-selected-text-primary'. Don't barf if it or
21100 `x-last-selected-text' aren't bound.
21101
21102 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21103
21104 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
21105
21106 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
21107
21108 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
21109
21110 2003-07-23 John Paul Wallington <jpw@gnu.org>
21111
21112 * tooltip.el (defface tooltip): Inherit from variable-pitch.
21113
21114 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21115
21116 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
21117 string. Defvar the derived hook.
21118
21119 * macros.el (insert-kbd-macro): Escape double quote character.
21120 From Thomas W Murphy <twm@andrew.cmu.edu>.
21121
21122 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
21123
21124 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
21125 to match the specific mark rather than reusing comment-start-skip.
21126
21127 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
21128
21129 * progmodes/hideshow.el (hs-special-modes-alist):
21130 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
21131
21132 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
21133
21134 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
21135 value using ?\s.
21136
21137 2003-07-21 John Paul Wallington <jpw@gnu.org>
21138
21139 * subr.el (with-selected-window): Add closing paren.
21140
21141 2003-07-21 Richard M. Stallman <rms@gnu.org>
21142
21143 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
21144 (lisp-mode): Likewise.
21145
21146 * subr.el (with-selected-window): Copy code form save-selected-window
21147 so as to call select-window with norecord arg.
21148 (dynamic-completion-table): Doc fix.
21149 (lazy-completion-table): Doc fix.
21150
21151 * international/mule-cmds.el (set-locale-environment):
21152 langinfo renamed to locale-info.
21153
21154 * international/mule.el (auto-coding-functions): Doc fix.
21155
21156 2003-07-21 Kenichi Handa <handa@m17n.org>
21157
21158 * international/quail.el (quail-translate-key):
21159 Update quail-current-str correctly.
21160
21161 2003-07-21 Andreas Schwab <schwab@suse.de>
21162
21163 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
21164 ?, to "_".
21165
21166 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
21167 Version 2.0.36 of Tramp released.
21168
21169 * net/tramp.el (tramp-default-password-end-of-line): Rename from
21170 tramp-password-end-of-line.
21171 (tramp-password-end-of-line): New method parameter.
21172 (tramp-get-password-end-of-line): Function to access method
21173 parameter `tramp-password-end-of-line', or variable
21174 `tramp-default-password-end-of-line' (default value).
21175 (tramp-methods): Add entries for new parameter
21176 tramp-password-end-of-line.
21177 (tramp-enter-password): Use new function
21178 `tramp-get-password-end-of-line'.
21179 (tramp-handle-insert-file-contents): Do not
21180 unconditionally inhibit the file operation file-local-copy, only
21181 do that when the inhibit-file-name-operation is currently
21182 insert-file-contents. This fixes finding remote CVS-controlled
21183 files. (It would barf on inserting the CVS/Entries file
21184 literally, because the file-local-copy handler wasn't called.)
21185 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
21186 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
21187 (tramp-initial-commands): New variable.
21188 (tramp-process-initial-commands): New function, using the variable.
21189 (tramp-open-connection-setup-interactive-shell): Call the new function.
21190 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
21191 method into the buffer name, never use nil. Reported by Hanak
21192 David <dhanak@inf.bme.hu>.
21193 (tramp-open-connection-setup-interactive-shell): Erase buffer
21194 before sending "stty -onlcr".
21195
21196 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
21197
21198 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
21199
21200 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
21201
21202 2003-07-19 John Paul Wallington <jpw@gnu.org>
21203
21204 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
21205 (artist-draw-rect, artist-draw-square): Doc fixes.
21206
21207 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
21208
21209 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
21210
21211 2003-07-19 Kenichi Handa <handa@m17n.org>
21212
21213 * international/kkc.el (kkc-show-conversion-list-update):
21214 Highlight the correct candidate in the message.
21215
21216 2003-07-18 John Paul Wallington <jpw@gnu.org>
21217
21218 * simple.el (current-word): Don't include punctuation char when
21219 `really-word' arg is non-nil.
21220
21221 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
21222
21223 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
21224 moved to the directory obsolete.
21225
21226 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
21227
21228 * info.el (Info-menu-entry-name-re): Allow newlines in
21229 menu entry names.
21230
21231 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
21232 syntax-ppss-after-change-function.
21233 (syntax-ppss-after-change-function): New alias. Update uses.
21234 (syntax-ppss): Catch the case where the buffer is narrowed.
21235
21236 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21237
21238 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
21239 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
21240
21241 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21242
21243 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
21244 since it might be modified.
21245
21246 * progmodes/cc-langs.el (c++-make-template-syntax-table)
21247 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
21248 names to these language constants.
21249
21250 2003-07-15 Kim F. Storm <storm@cua.dk>
21251
21252 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
21253 All uses changed.
21254
21255 2003-07-14 Mark A. Hershberger <mah@everybody.org>
21256
21257 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
21258 Namespace support.
21259
21260 2003-07-13 Juanma Barranquero <lektu@terra.es>
21261
21262 * frame.el (modify-all-frames-parameters): Reinstall (copyright
21263 papers received).
21264
21265 2003-07-13 Karl Eichwalder <ke@suse.de>
21266
21267 * textmodes/po.el (po-find-charset): White space at the start of the
21268 Content-Type field body is non-mandatory.
21269
21270 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
21271
21272 * textmodes/texinfo.el (texinfo-section-list):
21273 Append appendixsection; a synonym for appendixsec.
21274
21275 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
21276
21277 * man.el (Man-translate-cleanup): New.
21278 (Man-translate-references): Call `Man-translate-cleanup' to clean
21279 leading, trailing and middle spaces.
21280
21281 2003-07-13 Lars Hansen <larsh@math.ku.dk>
21282
21283 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
21284 Handle `dired-directory' being a list.
21285
21286 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
21287
21288 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
21289 it doesn't exist.
21290
21291 2003-07-12 Richard M. Stallman <rms@gnu.org>
21292
21293 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
21294
21295 * progmodes/cc-defs.el (c-make-keywords-re):
21296 Don't use delete-duplicates.
21297 (c-lang-const): Don't use mapcan.
21298
21299 * apropos.el (apropos-show-scores): Make it customizable.
21300 Document new meaning.
21301 (apropos): Compute scores from symbols.
21302 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
21303
21304 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21305
21306 * ps-bdf.el: Fix copyright line.
21307 (bdf-directory-list): Fix initialization code.
21308
21309 2003-07-11 John Paul Wallington <jpw@gnu.org>
21310
21311 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
21312 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
21313 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
21314
21315 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
21316
21317 * emacs-lisp/ring.el (ring-elements): Doc fix.
21318
21319 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21320
21321 * calendar/timeclock.el (timeclock-relative)
21322 (timeclock-ask-before-exiting, timeclock-use-display-time):
21323 Doc changes.
21324 (timeclock-modeline-display): Give a message if
21325 `timeclock-use-display-time' is non-nil but `display-time-mode'
21326 is not active.
21327
21328 2003-07-11 Kenichi Handa <handa@m17n.org>
21329
21330 * international/mule-cmds.el (set-language-environment):
21331 Set current-language-environment to the correct string.
21332
21333 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21334
21335 * ps-print.el: Print line number correctly in a region. Reported by
21336 Tim Allen <timallen@ls83.fsnet.co.uk>.
21337 (ps-print-version): New version number (6.6.2).
21338 (ps-printing-region): Code fix.
21339
21340 2003-07-10 John Paul Wallington <jpw@gnu.org>
21341
21342 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
21343 this function can be called from `add-completions-from-tags-table'.
21344
21345 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
21346
21347 * calendar/timeclock.el (timeclock-use-display-time)
21348 (timeclock-day-over-hook, timeclock-workday-remaining)
21349 (timeclock-status-string, timeclock-when-to-leave)
21350 (timeclock-when-to-leave-string, timeclock-log-data)
21351 (timeclock-find-discrep, timeclock-day-base)
21352 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
21353 (timeclock-modeline-display): Set the variable
21354 `timeclock-modeline-display'.
21355 (timeclock-update-modeline): Doc fix. Respect value of
21356 `timeclock-relative'.
21357
21358 2003-07-09 Richard M. Stallman <rms@gnu.org>
21359
21360 * textmodes/reftex-parse.el (reftex-all-document-files):
21361 Add autoload cookie.
21362
21363 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
21364 (reftex-scanning-info-available-p): Add autoload cookie.
21365
21366 * international/mule-cmds.el
21367 (set-display-table-and-terminal-coding-system): Delete duplicate
21368 aset on standard-display-table.
21369
21370 * view.el (view-file): If existing buffer's major mode is special,
21371 don't go into view mode.
21372
21373 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
21374
21375 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21376
21377 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
21378 buffer changes; there's third party code that calls this function
21379 directly.
21380
21381 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21382
21383 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
21384 (autodoc-font-lock-keywords): Don't byte compile on font lock
21385 initialization when running from byte compiled files.
21386
21387 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21388
21389 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
21390 statement ends with auto-increment "++".
21391
21392 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21393
21394 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21395 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21396 these are changed, so declare them as variables and not constants.
21397
21398 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
21399
21400 * subr.el (dolist, dotimes): Doc fix.
21401
21402 2003-07-08 Kim F. Storm <storm@cua.dk>
21403
21404 * international/mule-cmds.el
21405 (set-display-table-and-terminal-coding-system): Don't break
21406 bootstrap if standard-display-table isn't setup yet.
21407
21408 2003-07-07 Richard M. Stallman <rms@gnu.org>
21409
21410 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
21411 Give it a doc string, and autoload it.
21412
21413 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
21414 Use with-no-warnings.
21415
21416 * info.el (Info-search): If find invisible text, search again.
21417
21418 * isearch.el (search-whitespace-regexp): Add a shy group around it.
21419
21420 * man.el (Man-name-regexp): Match + as part of name.
21421
21422 * simple.el (visible-mode): Rename from vis-mode.
21423 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
21424
21425 * simple.el (current-word): New arg REALLY-WORD specifies
21426 don't include punctuation chars.
21427
21428 * emacs-lisp/debug.el (debug, debugger-env-macro):
21429 Use with-no-warnings while accessing and binding unread-command-char.
21430
21431 * international/mule-cmds.el
21432 (set-display-table-and-terminal-coding-system): Use explicit loop
21433 instead of calling standard-display-default.
21434
21435 * net/ange-ftp.el (ange-ftp-file-symlink-p):
21436 Use condition-case to catch error in ange-ftp-get-files.
21437
21438 * net/browse-url.el (browse-url-browser-function):
21439 Add alternative for Epiphany.
21440 (browse-url-epiphany-program, browse-url-epiphany-arguments)
21441 (browse-url-epiphany-startup-arguments)
21442 (browse-url-epiphany-new-window-is-tab): New variables.
21443 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
21444
21445 * progmodes/compile.el (compile-auto-highlight): Default now t.
21446 (compile): Doc fix.
21447 (compilation-next-error): Fix previous change.
21448
21449 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
21450
21451 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
21452
21453 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
21454
21455 * gdb-ui.el (gdb-source-info): Display current frame when
21456 attaching to an existing process.
21457 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
21458 while laying out windows when attaching to an existing process.
21459
21460 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
21461
21462 * info.el (Info-menu): Use Info-menu-entry-name-re.
21463
21464 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
21465
21466 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
21467 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
21468
21469 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
21470 to match the same text.
21471
21472 2003-07-06 John Paul Wallington <jpw@gnu.org>
21473
21474 * vc.el (vc-annotate-offset): Move defvar up.
21475
21476 2003-07-06 Kim F. Storm <storm@cua.dk>
21477
21478 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
21479 This should fix the infinite loop when extracting menu names.
21480
21481 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21482
21483 * files.el (auto-mode-alist, interpreter-mode-alist):
21484 Remove entries to CC Mode modes to avoid duplicates; they are now added
21485 with autoload directives in cc-mode.el.
21486
21487 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21488
21489 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21490 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21491 these are changed, so declare them as variables and not constants.
21492
21493 * progmodes/cc-mode.el: Fix some autoload problems: Try to
21494 ensure that the entry for ".c" extension comes before the one for
21495 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
21496 Fix incorrect entries that were added to `interpreter-mode-alist'.
21497 Move the autoload directives for AWK to the top level since they
21498 aren't recognized anywhere else. Do not use the new AWK mode doc
21499 in the autoload form for the old AWK mode.
21500
21501 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21502
21503 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
21504 (bibtex-sort-ignore-string-entries): Default value t.
21505 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
21506 erroneously in previous version.
21507 (bibtex-string-files): Docstring reflects new parsing scheme.
21508 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
21509 docstring, add # as one of the chars to crush
21510 (bibtex-autokey-prefix-string, bibtex-autokey-names)
21511 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
21512 (bibtex-autokey-name-change-strings)
21513 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
21514 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
21515 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
21516 (bibtex-autokey-title-terminators)
21517 (bibtex-autokey-titlewords-stretch)
21518 (bibtex-autokey-titleword-ignore)
21519 (bibtex-autokey-titleword-case-convert)
21520 (bibtex-autokey-titleword-abbrevs)
21521 (bibtex-autokey-titleword-abbrevs)
21522 (bibtex-autokey-titleword-change-strings)
21523 (bibtex-autokey-titleword-length)
21524 (bibtex-autokey-titleword-separator)
21525 (bibtex-autokey-name-year-separator)
21526 (bibtex-autokey-year-title-separator)
21527 (bibtex-autokey-before-presentation-function)
21528 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
21529 Fix docstring.
21530 (bibtex-strings, bibtex-reference-keys):
21531 Use lazy-completion-table and make-variable-buffer-local.
21532 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
21533 (bibtex-braced-string-syntax-table)
21534 (bibtex-quoted-string-syntax-table): New variables.
21535 (bibtex-parse-nested-braces): Remove.
21536 (bibtex-parse-field-string): Use syntax table and forward-sexp.
21537 (bibtex-parse-association): Simplify.
21538 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
21539 (bibtex-parse-field-text): Simplify.
21540 (bibtex-search-forward-field, bibtex-search-backward-field):
21541 argument BOUND can take value t.
21542 (bibtex-start-of-field, bibtex-start-of-name-in-field)
21543 (bibtex-end-of-name-in-field, bibtex-end-of-field)
21544 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21545 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
21546 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
21547 (bibtex-skip-to-valid-entry): Return buffer position of beginning
21548 and ending of entry. Update for changes of bibtex-search-entry.
21549 Simplify.
21550 (bibtex-map-entries): FUN is called with three arguments.
21551 (bibtex-search-entry): Return a cons pair with buffer positions of
21552 beginning and end of entry.
21553 (bibtex-enclosing-field): Simplify.
21554 (bibtex-format-entry): Use booktitle to set a missing title.
21555 (bibtex-autokey-get-names): Fiddle with regexps.
21556 (bibtex-generate-autokey): Use identity.
21557 (bibtex-parse-keys): Use simplified parsing algorithm if
21558 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
21559 arguments. Return alist of keys.
21560 (bibtex-parse-strings): Simplify. Return alist of strings.
21561 (bibtex-complete-string-cleanup): Fix docstring.
21562 (bibtex-read-key): New function.
21563 (bibtex-mode): Fix docstring. Do not parse for keys and
21564 strings when the mode is entered. Set fill-paragraph-function to
21565 bibtex-fill-field. Setup font-lock-mark-block-function the way
21566 font-lock intended.
21567 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
21568 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
21569 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
21570 (bibtex-Preamble): Avoid hard coded constants.
21571 (bibtex-make-field): Fix docstring. Simplify.
21572 (bibtex-beginning-of-entry): Always return new position of point.
21573 (bibtex-end-of-entry): Rearrange cond clauses.
21574 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
21575 Update for changes of bibtex-map-entries.
21576 (bibtex-ispell-abstract): Do not move point.
21577 (bibtex-entry-index): Use downcase. Simplify.
21578 (bibtex-lessp): Handle catch-all.
21579 (bibtex-find-crossref): Turn into a command.
21580 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
21581 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
21582 preamble entries.
21583 (bibtex-fill-field-bounds): New function.
21584 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
21585 (bibtex-fill-entry): Use bibtex-fill-field-bounds
21586 (bibtex-String): Use bibtex-strings. Always obey
21587 bibtex-sort-ignore-string-entries.
21588
21589 2003-07-05 John Paul Wallington <jpw@gnu.org>
21590
21591 * cus-theme.el (customize-create-theme):
21592 Call `customize-create-theme' in Reset widget's notify function.
21593
21594 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
21595 (ibuffer-mark-interactive): Use `or' instead of `unless'.
21596 (define-ibuffer-column name): Add summarizer.
21597 (define-ibuffer-column size): Likewise.
21598 (define-ibuffer-column filename): Likewise.
21599 (define-ibuffer-column process): Likewise. Change BODY's output too.
21600 (define-ibuffer-column filename-and-process): Likewise, likewise.
21601 (ibuffer): Remove local vars `already-in' and `need-update'.
21602
21603 * ibuf-ext.el: Don't require `derived' at compile-time.
21604
21605 2003-07-05 Kim F. Storm <storm@cua.dk>
21606
21607 * info.el: Disable paragraph refilling.
21608 (Info-refill-paragraphs): New defcustom.
21609 (Info-fontify-node): Use it.
21610
21611 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
21612
21613 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
21614 thingies from constructors created by defstruct.
21615
21616 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
21617 the default value of the variable.
21618 (byte-code-meter): Move declaration to top level.
21619
21620 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
21621
21622 * info.el (Info-following-node-name-re): New fun.
21623 (Info-following-node-name): Remove.
21624 (Info-insert-dir): Use the new fun.
21625 (Info-extract-pointer): Don't save restriction; use new fun.
21626 (Info-menu-entry-name-re): New const.
21627 (Info-menu-entry-name-re): Use it along with new fun.
21628 (Info-node-spec-re): Use new fun.
21629 (Info-complete-menu-item, Info-fontify-node): Use new const.
21630 (Info-goto-node, Info-follow-reference, Info-menu-update):
21631 Use match-string.
21632 (Info-follow-reference): Use assoc-string.
21633 Use a list of strings for the completion table.
21634 (Info-fontify-node): Use match-string, line-end-position.
21635 Limit the search for `node:' to the first line.
21636
21637 * newcomment.el (uncomment-region): Remove padding coming from
21638 comment-start rather than just from comment-padding.
21639
21640 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
21641 (vc-cvs-stay-local-p): Use vc-stay-local-p.
21642 (vc-cvs-rename-file): Remove (use the default).
21643 (vc-cvs-register): Register parent dir if needed.
21644 (vc-cvs-could-register): Return non-nil if parent can be registered.
21645 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
21646 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
21647
21648 * vc-svn.el (vc-svn-use-edit): Make it into a const.
21649 (vc-svn-update): Fix the arguments to `svn'.
21650 (vc-svn-diff-tree): Just use `vc-svn-diff'.
21651 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
21652 Simple implementations, assuming `name' is a URL.
21653
21654 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
21655 set of chars allowed unquoted in a case pattern.
21656
21657 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
21658
21659 * font-lock.el (font-lock-extra-types-widget)
21660 (c-font-lock-extra-types, c++-font-lock-extra-types)
21661 (objc-font-lock-extra-types, java-font-lock-extra-types)
21662 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
21663 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
21664 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
21665 (font-lock-match-c++-structor-declaration)
21666 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
21667 (c++-font-lock-keywords-3, c++-font-lock-keywords)
21668 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
21669 (objc-font-lock-keywords-3, objc-font-lock-keywords)
21670 (java-font-lock-keywords-1, java-font-lock-keywords-2)
21671 (java-font-lock-keywords-3, java-font-lock-keywords)
21672 (java-font-lock-syntactic-face-function): Remove obsolete code
21673 and constants. It's all in cc-fonts.el now.
21674
21675 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
21676
21677 * mail/sendmail.el (mail-specify-envelope-from)
21678 (mail-envelope-from): Doc fix.
21679
21680 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
21681
21682 * generic-x.el: Do away with the dependency on `c-emacs-features'
21683 when populating `rul-generic-mode-syntax-table'; we already know
21684 this isn't XEmacs.
21685
21686 See ChangeLog.10 for earlier changes.
21687
21688 ;; Local Variables:
21689 ;; coding: iso-2022-7bit
21690 ;; End:
21691
21692 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
21693 Copying and distribution of this file, with or without modification,
21694 are permitted provided the copyright notice and this notice are preserved.
21695
21696 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1