Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-410
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
b6116bd2
MB
12005-06-14 Miles Bader <miles@gnu.org>
2
4f2d55da
MB
3 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
4 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
5 (ebrowse-member-class, ebrowse-progress):
6 Remove "-face" suffix from face names.
7 (ebrowse-tree-mark-face, ebrowse-root-class-face)
8 (ebrowse-file-name-face, ebrowse-default-face)
9 (ebrowse-member-attribute-face, ebrowse-member-class-face)
10 (ebrowse-progress-face):
11 New backward-compatibility aliases for renamed faces.
12 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
13 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
14 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
16
7a3dfaee
MB
17 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
18 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
19 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
20 names.
21 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
22 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
23 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
24 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
25 New backward-compatibility aliases for renamed faces.
26 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
27 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
28 (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
29 "font-lock-". Use renamed antlr-mode faces.
30 (antlr-font-lock-additional-keywords): Use renamed faces.
31 Replace literal face-names with face variable references.
32
b6116bd2
MB
33 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
34 face name.
35 (Buffer-menu-buffer-face): New backward-compatibility alias for
36 renamed face.
37 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
38
14901265
DP
392005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
40
41 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
42 Eliminate "-face" suffix.
43 (makefile-targets): Inherit font-lock-variable-name-face and
44 eliminate "-face" suffix.
45 (makefile-shell): Remove attributes and eliminate "-face" suffix.
46 (makefile-*-font-lock-keywords): Append makefile-targets in rule
47 actions, instead of prepending, to make it less visible.
48 (makefile-previous-dependency, makefile-match-dependency): Don't
49 match a target on a continuation line.
50
51 * files.el (auto-mode-alist): Put Makefile in gmake mode.
52
3da629bd
NR
532005-06-15 Nick Roberts <nickrob@snap.net.nz>
54
55 * progmodes/gdb-ui.el (gdb-tooltip-print): Respect
56 tooltip-use-echo-area.
57 (menu): Re-order menu items.
58
59 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
60 Define in tooltip.el.
61 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
62 (gud-tooltip-tips): Respect tooltip-use-echo-area and
63 gud-tooltip-echo-area.
64
65 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
66 backward compatibility and make obsolete.
67 (tooltip-help-tips): Use tooltip-use-echo-area.
68 (tooltip-show-help-function): Rename to...
69 (tooltip-show-help): ...this, because it is a function.
70 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
71
197a7aaa
LT
722005-06-14 Luc Teirlinck <teirllm@auburn.edu>
73
74 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
75 (edebug-print-length, edebug-print-level, edebug-print-circle)
76 (edebug-modify-breakpoint, edebug-eval-last-sexp)
77 (edebug-eval-print-last-sexp): Doc fixes.
78
6de5b135
KS
792005-06-14 Kim F. Storm <storm@cua.dk>
80
81 * ido.el (ido-mode): Make a new keymap every time we enable ido,
82 as the coverage buffer/file/both may change.
83
b59f605b
LK
842005-06-14 Lute Kamstra <lute@gnu.org>
85
86 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
87 and run-mode-hooks. Simplify.
88
89 * mail/rmailedit.el (rmail-edit-mode):
90 * progmodes/octave-inf.el (inferior-octave-mode):
91 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
92
93 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
94 and run-mode-hooks.
95 (recentf-edit-list, recentf-open-files): Don't call
96 kill-all-local-variables directly.
97
98 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
99
ca0a6900
JB
1002005-06-14 Juanma Barranquero <lekktu@gmail.com>
101
0b46b379
JB
102 * emacs-lisp/byte-run.el (make-obsolete)
103 (define-obsolete-function-alias): Rename arguments FUNCTION and
104 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
105 (make-obsolete-variable, define-obsolete-variable-alias): Rename
106 arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
107 respectively.
108
109 * isearchb.el (isearchb-activate):
110 * pcvs.el (cvs-mode):
111 * ses.el (ses-load):
112 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
113 * net/tramp.el (tramp-find-file-exists-command)
114 (tramp-find-shell):
115 * progmodes/ada-mode.el (ada-create-case-exception)
116 (ada-create-case-exception-substring, ada-make-subprogram-body):
117 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
118 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
119 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
120 * textmodes/org.el (org-promote, org-evaluate-time-range)
121 (org-agenda-next-date-line, org-agenda-previous-date-line)
122 (org-agenda-error, org-open-at-point, org-table-move-row)
123 (org-format-table-table-html-using-table-generate-source)
124 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
125 * textmodes/reftex.el (reftex-access-scan-info):
126 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
127 (reftex-toc-promote-prepare): Follow error conventions.
128
129 * diff-mode.el (diff-mode): Fix typo in docstring.
130
ca0a6900
JB
131 * forms.el (forms--intuit-from-file): Fix reference to
132 `forms-number-of-fields' in error message.
133 (forms-print): Fix quoting in error message.
134
135 * forms.el (forms-mode):
136 * emulation/vi.el (vi-goto-insert-state):
137 * progmodes/flymake.el (flymake-new-err-info)
138 (flymake-start-syntax-check-for-current-buffer)
139 (flymake-simple-cleanup):
140 * eshell/esh-var.el (eshell/export):
141 * progmodes/gud.el (xdb):
142 * textmodes/flyspell.el (flyspell-incorrect-hook)
143 (flyspell-maybe-correct-transposition)
144 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
145
7efb41ae
LT
1462005-06-13 Luc Teirlinck <teirllm@auburn.edu>
147
148 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
149 minibuffer prompt.
150
929129ff
KS
1512005-06-13 Kim F. Storm <storm@cua.dk>
152
153 * subr.el (add-to-ordered-list): New defun.
154
155 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
156 add cua--keymap-alist to emulation-mode-map-alists.
157
5aa6db57
SM
1582005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
159
160 * subr.el (complete-in-turn): New macro.
161 (dynamic-completion-table, lazy-completion-table): Add debug info.
162
163 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
164 in preference to face aliases.
165
166 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
167 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
168 Remove unused vars `start' and `firstline'.
169 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
170 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
171
2702394e
EZ
1722005-06-13 Eli Zaretskii <eliz@gnu.org>
173
174 * cus-start.el (all): Don't complain about missing GTK-related
175 variables, unless either `gtk' is boundp or this isn't a
176 `windows-nt' build.
177
dd72a03a
LK
1782005-06-13 Lute Kamstra <lute@gnu.org>
179
4da76c6a
LK
180 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
181 run-mode-hooks.
182
183 * ediff-mult.el (ediff-meta-mode):
184 * ediff-util.el (ediff-mode): Use run-mode-hooks.
185
186 * ledit.el (ledit-mode): Use delay-mode-hooks.
187
63e9aa8e
LK
188 * woman.el (woman-mode-line-format): Delete constant.
189 (woman-mode-map): Initialize it properly.
5aa6db57
SM
190 (woman-mode): Set mode-class property to special.
191 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
192 Set major-mode and mode-name. Don't set mode-line-format directly.
193 (Man-getpage-in-background): Don't reference woman-mode-line-format.
63e9aa8e 194
dd72a03a
LK
195 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
196 string argument obsolete.
197
30313b90
CD
1982005-06-13 Carsten Dominik <dominik@science.uva.nl>
199
0b46b379 200 * textmodes/org.el (org-CUA-compatible): New option.
30313b90
CD
201 (org-disputed-keys): New variable.
202 (org-key): New function.
203 (orgtbl-make-binding): Add docstring to the created function.
204 (org-mode): Set paragraph start/separate regexps.
205 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
206 (org-archive-location, org-archive-mark-done)
207 (org-archive-stamp-time): New options.
208 (org-archive-subtree): New command.
209 (org-fill-paragraph): New function.
210 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
211 (org-fake-empty-table-line): Function removed.
212 (org-format-org-table-html): Do not create empty table lines at
213 separator lines. Improved table header treatment.
214 (org-link-format): New option.
215 (org-make-link): New function.
216 (org-insert-link, org-store-link): Use org-make-link.
217 (org-open-file): Quote file name for shell command, to allow
218 spaces in file names.
5aa6db57
SM
219 (org-link-regexp): Fix bug with mailto link.
220 (org-link-maybe-angles-regexp, org-protected-link-regexp):
221 New constants.
30313b90
CD
222 (org-export-as-html): Deal with the optional angles around a link.
223 Better treatment of file: links.
224 (org-open-at-point): Replace @{ and @} with < and >.
225 (org-run-mode-hooks): Function removed.
226 (org-agenda-mode): No longer use `org-run-mode-hooks'.
227
3fd355d4
NR
2282005-06-13 Nick Roberts <nickrob@snap.net.nz>
229
230 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
231 MI command -data-list-register-values.
232 (gdb-post-prompt): Indent properly.
233
b1412131
JB
2342005-06-13 Juanma Barranquero <lekktu@gmail.com>
235
236 * hilit-chg.el (highlight-changes-colors): Rename from
237 `highlight-changes-colours'.
238 (highlight-changes-colours): Keep as obsolete alias.
239 (highlight-changes-face-list): Doc fix.
240 (hilit-chg-make-list): Use `highlight-changes-colors'.
241
defa8e19
MH
2422005-06-12 Mark A. Hershberger <mah@everybody.org>
243
244 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
245 defun-prompt-regexp.
246
a1e8cad6
EZ
2472005-06-12 Eli Zaretskii <eliz@gnu.org>
248
0e659f57
EZ
249 * loadup.el: Don't say we are dumping under 2 names on windows-nt
250 and cygwin.
251
5aa6db57
SM
252 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
253 Don't use an old loaddefs.el, as in Makefile.in.
a1e8cad6 254
ca0113b8
LK
2552005-06-12 Lute Kamstra <lute@gnu.org>
256
f586d18e
LK
257 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
258
3a1524ed
LK
259 * man.el (Man-mode-map): Initialize it properly.
260 (Man-mode): Set mode-class property to special.
261
ca0113b8
LK
262 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
263
32cc0b00
LT
2642005-06-11 Luc Teirlinck <teirllm@auburn.edu>
265
266 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
267 A newline is needed in the docstring there.
268
269 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
270 Doc fixes.
271
ac9abffe
VJL
2722005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
273
274 * printing.el: Doc fix. The menubar is no more changed when printing
275 is loaded, it only changes when pr-menu-bind or pr-update-menus is
b2c9cbd3 276 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
ac9abffe
VJL
277 (pr-version): New version number (6.8.4).
278 (pr-menu-bind): New command.
279 (pr-update-menus): Docstring and code fix.
280 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
281 Docstring fix.
282 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
283 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
284
d4ddf783
TTN
2852005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
286
287 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
288 "Returns" to "return", document useful return values, etc.
289
98d1a1cf
EZ
2902005-06-11 Alan Mackenzie <acm@muc.de>
291
292 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
293 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
294 (adaptive-file-function): Minor amendment to doc-string.
295
e0dcaa3f
EZ
2962005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
297
67ed6461 298 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
5aa6db57
SM
299 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
300 Fix :type--it is `integer', not `string'.
67ed6461 301
e0dcaa3f
EZ
302 * faces.el (modeline-highlight): Rename from (the erroneous)
303 `modeline-higilight'.
304
e5d79aa5
LK
3052005-06-11 Lute Kamstra <lute@gnu.org>
306
307 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
308 lisp-interaction-mode-map but make it the parent.
309 (edebug-eval-mode): Use define-derived-mode.
310
480c8cd3
AS
3112005-06-11 Andreas Schwab <schwab@suse.de>
312
313 * bindings.el: Add binding of `ESC functionkey' for every
314 `M-functionkey'.
315 * hexl.el (hexl-mode-map): Likewise.
316
d11f8e1a
JR
3172005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
318
319 * progmodes/compile.el (compilation-error-regexp-alist-alist)
320 [msft]: update regexp for newer msft compilers.
321
23d519e4
MH
3222005-06-10 Mark A. Hershberger <mah@everybody.org>
323
324 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
325 ATTLIST portions of included DTDs.
326 (xml-parse-dtd): Eliminate use of inefficient match-data.
327
62d39a42
MB
3282005-06-10 Miles Bader <miles@gnu.org>
329
530b0472
MB
330 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
331 (mpuz-text): Remove "-face" suffix from face names.
332 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
333 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
334 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
335
62d39a42
MB
336 * play/gomoku.el (gomoku-O, gomoku-X):
337 Remove "-face" suffix from face names.
338 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
339 New backward-compatibility aliases for renamed faces.
340 (gomoku-font-lock-keywords): Use renamed gomoku faces.
341
83acf231
JB
3422005-06-10 Juanma Barranquero <lekktu@gmail.com>
343
578c1340
JB
344 * thumbs.el: Fixes for changes of 2005-06-09.
345 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
346 as a directory.
347 (thumbs-thumbname): Remove directory separator from format string;
348 `thumbs-thumbsdir' now returns a valid directory name.
349 (thumbs-temp-dir): New defsubst.
350 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
351 Use it.
352
466c78c0
JB
353 * cus-edit.el (minibuffer):
354 * files.el (make-backup-file-name-function):
355 * filesets.el (filesets-external-viewers):
356 * hilit-chg.el (highlight-changes-colours)
357 (highlight-changes-face-list, highlight-changes-rotate-faces):
358 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
359 * kmacro.el (kmacro-call-macro):
360 * log-edit.el (log-edit-changelog-full-paragraphs):
361 * mouse.el (mouse-1-click-follows-link):
362 * skeleton.el (skeleton-autowrap):
363 * subr.el (insert-for-yank-1):
364 * tempo.el (tempo-insert-region):
365 * terminal.el (terminal-emulator):
366 * time.el (display-time-mail-face):
367 * vc.el (vc-annotate):
368 * vcursor.el (vcursor-copy-line):
369 * woman.el (woman-bold-headings, woman-ignore)
370 (woman-default-faces, woman-monochrome-faces):
371 * calendar/todo-mode.el (todo-insert-threshold):
372 * emulation/pc-select.el (pc-select-selection-keys-only)
373 (pc-selection-mode):
374 * emulation/vip.el (vip-find-char-forward):
375 * emulation/viper-cmd.el (viper-find-char-forward):
376 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
377 (input-method-exit-on-invalid-key):
378 * international/mule-diag.el (describe-coding-system):
379 * international/ucs-tables.el (unify-8859-on-encoding-mode):
380 * net/browse-url.el (browse-url-xterm-program):
381 * obsolete/lazy-lock.el (lazy-lock-mode):
382 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
383 (cperl-mode):
384 * progmodes/cpp.el (cpp-face-light-name-list)
385 (cpp-face-dark-name-list):
386 * progmodes/delphi.el (delphi-newline-always-indents):
387 Fix spellings in docstrings.
388
83acf231
JB
389 * ido.el (ido-mode, ido-file-extensions-order)
390 (ido-default-file-method, ido-default-buffer-method)
391 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
392 (ido-decorations, ido-read-file-name-as-directory-commands)
393 (ido-read-file-name-non-ido, ido-work-directory-list)
394 (ido-ignore-item-temp-list, ido-current-directory)
395 (ido-magic-forward-char, ido-enter-find-file)
396 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
397 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
398
257914aa
LK
3992005-06-10 Lute Kamstra <lute@gnu.org>
400
401 * play/dunnet.el (dun-mode): Use define-derived-mode.
402 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
403 obsolete alias.
404
2aa8e74a
LK
405 * play/doctor.el (doctor-mode-map): Remove defvar.
406 (doctor-mode): Use define-derived-mode.
407
7bdd8beb
LK
408 * mail/mspools.el (mspools-mode):
409 * net/eudc-hotlist.el (eudc-hotlist-mode):
2aa8e74a
LK
410 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
411
0efefc52
MB
4122005-06-10 Miles Bader <miles@gnu.org>
413
c43aed5a
MB
414 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
415 Remove "-face" suffix from face names.
416 (flyspell-incorrect-face, flyspell-duplicate-face):
417 New backward-compatibility aliases for renamed faces.
418 (flyspell-mode-on, make-flyspell-overlay)
419 (flyspell-highlight-incorrect-region)
420 (flyspell-highlight-duplicate-region)
421 (flyspell-display-next-corrections)
422 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
423
e639491a
MB
424 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
425 from face name.
426 (texinfo-heading-face): New backward-compatibility alias for
427 renamed face.
428 (texinfo-heading-face): Use renamed texinfo-heading face.
429
ad49d9d6
MB
430 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
431 suffix from face names.
83acf231 432 (tex-math-face, tex-verbatim-face):
ad49d9d6
MB
433 New backward-compatibility aliases for renamed faces.
434 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
435 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
436 literal face name.
437
b4c925d8
MB
438 * textmodes/table.el (table-cell): Remove "-face" suffix from face
439 name.
440 (table-cell-face): New backward-compatibility alias for renamed face.
441 (table--put-cell-face-property, table--update-cell-face):
442 Use renamed table-cell face.
443
b390eb09
MB
444 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
445 from face name.
446 (sgml-namespace-face): New backward-compatibility alias for
447 renamed face.
448 (sgml-namespace-face): Use renamed sgml-namespace face.
449
8e49668e
MB
450 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
451 (org-level-4, org-level-5, org-level-6, org-level-7)
452 (org-level-8, org-warning, org-headline-done)
453 (org-deadline-announce, org-scheduled-today)
454 (org-scheduled-previously, org-link, org-done, org-table)
455 (org-time-grid): Remove "-face" suffix from face names.
456 (org-level-1-face, org-level-2-face, org-level-3-face)
457 (org-level-4-face, org-level-5-face, org-level-6-face)
458 (org-level-7-face, org-level-8-face, org-warning-face)
459 (org-headline-done-face, org-deadline-announce-face)
460 (org-scheduled-today-face, org-scheduled-previously-face)
461 (org-link-face, org-done-face, org-table-face)
462 (org-time-grid-face):
463 New backward-compatibility aliases for renamed faces.
464 (org-level-faces, org-set-font-lock-defaults, org-timeline)
465 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
466 (org-agenda-get-timestamps, org-agenda-get-scheduled)
467 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
468
25c06649
MB
469 * emulation/viper-init.el (viper-search, viper-replace-overlay)
470 (viper-minibuffer-emacs, viper-minibuffer-insert)
471 (viper-minibuffer-vi): Remove "-face" suffix from face names.
472 (viper-search-face, viper-replace-overlay-face)
473 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
474 (viper-minibuffer-vi-face):
475 New backward-compatibility aliases for renamed faces.
476 (viper-search-face, viper-replace-overlay-face)
477 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
478 (viper-minibuffer-vi-face): Use renamed viper faces.
479
4719d184
MB
480 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
481 Remove "-face" suffix from face names.
482 (testcover-nohits-face, testcover-1value-face):
483 New backward-compatibility aliases for renamed faces.
484 (testcover-mark): Use renamed testcover faces.
485
ccacbcec
MB
486 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
487 face name.
488 (diary-button-face): New backward-compatibility alias for renamed face.
489 (diary-entry): Use renamed diary-button face.
490
75eb05f6
MB
491 * calendar/calendar.el (diary, calendar-today, holiday)
492 (mark-visible-calendar-date): Remove "-face" suffix from face names.
493 (diary-face, calendar-today-face, holiday-face):
494 New backward-compatibility aliases for renamed faces.
495 (eval-after-load "facemenu", diary-entry-marker)
496 (calendar-today-marker, calendar-holiday-marker, diary-face):
497 Use renamed calendar faces.
498
37af2dd3
MB
499 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
500 (compare-windows-face): New backward-compatibility alias for
501 renamed face.
502 (compare-windows-highlight): Use renamed compare-windows face.
503
10853fc3
MB
504 * strokes.el (strokes-char): Remove "-face" suffix from face name.
505 (strokes-char-face): New backward-compatibility alias for renamed face.
506 (strokes-encode-buffer): Use renamed strokes-char face.
507
2058218e
MB
508 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
509 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
510 Remove "-face" suffix from face names.
511 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
512 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
513 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
83acf231 514 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
2058218e 515 Use renamed pcvs faces.
4a9ad3c6
MB
516 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
517 * pcvs-defs.el (cvs-mode-map): Likewise.
518 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
2058218e 519
a335c06e
MB
520 * info.el (info-title-1, info-title-2, info-title-3)
521 (info-title-4): Remove "-face" suffix from and downcase face names.
522 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
523 (Info-title-4-face):
524 New backward-compatibility aliases for renamed faces.
525 (Info-fontify-node): Use renamed info faces.
526
a01853d7
MB
527 * hilit-chg.el (highlight-changes, highlight-changes-delete):
528 Remove "-face" suffix from face names.
529 (highlight-changes-face, highlight-changes-delete-face):
530 New backward-compatibility aliases for renamed faces.
531 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
532 (hilit-chg-make-list): Use renamed highlight-changes faces.
533
f0b3dcbf
MB
534 * generic-x.el (show-tabs-tab, show-tabs-space):
535 Remove "-face" suffix from face names.
536 (show-tabs-tab-face, show-tabs-space-face):
537 New backward-compatibility aliases for renamed faces.
538 (show-tabs-generic-mode-font-lock-defaults-1)
539 (show-tabs-generic-mode-font-lock-defaults-2):
540 Use renamed show-tabs faces.
541
e8bfdf82
MB
542 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
543 (smerge-markers): Remove "-face" suffix from face names.
544 (smerge-mine-face, smerge-other-face, smerge-base-face)
83acf231 545 (smerge-markers-face):
e8bfdf82
MB
546 New backward-compatibility aliases for renamed faces.
547 (smerge-mine-face, smerge-other-face, smerge-base-face)
548 (smerge-markers-face): Use renamed smerge faces.
549
83acf231 550 * log-view.el (log-view-file, log-view-message):
d842de85 551 Remove "-face" suffix from face names.
83acf231 552 (log-view-file-face, log-view-message-face):
d842de85
MB
553 New backward-compatibility aliases for renamed faces.
554 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
555
83acf231 556 * paren.el (show-paren-match, show-paren-mismatch):
2ec46551 557 Remove "-face" suffix from face names.
83acf231 558 (show-paren-match-face, show-paren-mismatch-face):
2ec46551
MB
559 New backward-compatibility aliases for renamed faces.
560 (show-paren-function): Use renamed show-paren faces.
561
42e64878
MB
562 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
563 (ruler-mode-margins, ruler-mode-fringes)
564 (ruler-mode-column-number, ruler-mode-fill-column)
565 (ruler-mode-comment-column, ruler-mode-goal-column)
83acf231 566 (ruler-mode-tab-stop, ruler-mode-current-column):
42e64878
MB
567 Remove "-face" suffix from face names.
568 (ruler-mode-default-face, ruler-mode-pad-face)
569 (ruler-mode-margins-face, ruler-mode-fringes-face)
570 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
571 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
83acf231 572 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
42e64878
MB
573 New backward-compatibility aliases for renamed faces.
574 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
575 (ruler-mode-column-number, ruler-mode-fill-column)
576 (ruler-mode-comment-column, ruler-mode-goal-column)
577 (ruler-mode-tab-stop, ruler-mode-current-column)
578 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
579
ee01ad0e
MB
580 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
581 face name.
582 (whitespace-highlight-the-space): Use renamed face.
10853fc3
MB
583 (whitespace-highlight-face): New backward-compatibility alias for
584 renamed face.
ee01ad0e 585
b66e8575
MB
586 * woman.el (woman-italic, woman-bold, woman-unknown)
587 (woman-addition, woman-symbol-face):
588 Remove "-face" suffix from face names.
589 (woman-italic-face, woman-bold-face, woman-unknown-face)
590 (woman-addition-face):
591 New backward-compatibility aliases for renamed faces.
592 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
593 (woman-decode-region, woman-replace-match)
594 (woman-display-extended-fonts, woman-special-characters)
595 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
596 Use renamed woman faces.
597
041a6e47
MB
598 * longlines.el (longlines-visible-face): Face removed.
599
221711eb
MB
600 * diff-mode.el (diff-header, diff-file-header, diff-index)
601 (diff-hunk-header, diff-removed, diff-added, diff-changed)
041a6e47 602 (diff-function, diff-context, diff-nonexistent): Remove "-face"
221711eb
MB
603 suffix from face names.
604 (diff-header-face, diff-file-header-face, diff-index-face)
605 (diff-hunk-header-face, diff-removed-face, diff-added-face)
606 (diff-changed-face, diff-function-face, diff-context-face)
041a6e47 607 (diff-nonexistent-face): New backward-compatibility aliases for
221711eb
MB
608 renamed faces.
609 (diff-header-face, diff-file-header-face)
610 (diff-index, diff-index-face, diff-hunk-header)
611 (diff-hunk-header-face, diff-removed, diff-removed-face)
612 (diff-added, diff-added-face, diff-changed-face, diff-function)
613 (diff-function-face, diff-context-face, diff-nonexistent)
614 (diff-nonexistent-face): Use renamed diff-mode faces.
615
541a6d0d
MB
616 * progmodes/compile.el (compilation-warning-face)
617 (compilation-info-face): Remove "-face" suffix from face names.
83acf231 618 (compilation-warning-face, compilation-info-face):
541a6d0d
MB
619 New backward-compatibility aliases for renamed faces.
620 (compilation-warning-face, compilation-info-face):
621 Use renamed compilation faces.
622
fe735a8d
MB
623 * add-log.el (change-log-date, change-log-name)
624 (change-log-email, change-log-file, change-log-list)
625 (change-log-conditionals, change-log-function)
626 (change-log-acknowledgement): Remove "-face" suffix from face names.
627 (change-log-date-face, change-log-name-face)
628 (change-log-email-face, change-log-file-face)
629 (change-log-list-face, change-log-conditionals-face)
83acf231 630 (change-log-function-face, change-log-acknowledgement-face):
fe735a8d
MB
631 New backward-compatibility aliases for renamed faces.
632 (change-log-font-lock-keywords): Use renamed change-log faces.
633
d478e69d
MB
634 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
635 (custom-set, custom-changed, custom-saved, custom-button)
636 (custom-button-pressed, custom-documentation, custom-state)
637 (custom-comment, custom-comment-tag, custom-variable-tag)
638 (custom-variable-button, custom-face-tag, custom-group-tag-1)
639 (custom-group-tag): Remove "-face" suffix from face names.
640 (custom-magic-alist, custom-magic-value-create)
641 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
642 (custom-invalid-face, custom-rogue-face, custom-modified-face)
643 (custom-set-face, custom-changed-face, custom-saved-face)
644 (custom-button-face, custom-button-pressed-face)
645 (custom-documentation-face, custom-state-face)
646 (custom-comment-face, custom-comment-tag-face)
647 (custom-variable-tag-face, custom-variable-button-face)
648 (custom-face-tag-face, custom-group-tag-face-1)
83acf231 649 (custom-group-tag-face):
d478e69d
MB
650 New backward-compatibility aliases for renamed faces.
651
0efefc52
MB
652 * wid-edit.el (widget-documentation, widget-button)
653 (widget-field, widget-single-line-field, widget-inactive)
654 (widget-button-pressed): "-face" suffix removed from face names.
655 (widget-documentation-face, widget-button-face)
656 (widget-field-face, widget-single-line-field-face)
657 (widget-inactive-face, widget-button-pressed-face):
658 New backward-compatibility aliases for renamed faces.
659 (widget-documentation-face, widget-button-face)
660 (widget-button-pressed-face, widget-specify-field)
661 (widget-specify-inactive): Use renamed widget faces.
662
d8338794
KH
6632005-06-10 Kenichi Handa <handa@m17n.org>
664
665 * term/x-win.el (x-clipboard-yank): Remove condition-case
666 wrapping.
667
6682005-06-11 Kenichi Handa <handa@m17n.org>
669
670 * add-log.el (change-log-font-lock-keywords): Make the regexp for
671 date lines stricter.
672
63e88db3
KH
6732005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
674
675 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
676 of x-get-selection.
677
63baed99
JB
6782005-06-10 Juanma Barranquero <lekktu@gmail.com>
679
680 * comint.el (comint-mode, comint-snapshot-last-prompt):
681 * frame.el (frame-current-scroll-bars):
682 * term.el (term-mode, term-check-proc, term-input-sender)
683 (term-simple-send, term-extract-string, term-word)
684 (term-match-partial-filename):
685 * window.el (window-current-scroll-bars):
686 * emulation/cua-base.el (cua-normal-cursor-color)
687 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
688 (cua-global-mark-cursor-color):
689 * mail/undigest.el (rmail-forward-separator-regex):
690 Fix typos in docstrings.
691
692 * comint.el (comint-check-proc, make-comint-in-buffer)
693 (comint-source-default): Doc fixes.
694
695 * term.el (term-send-string): Improve argument/docstring
696 consistency.
697
3c28ffec
LT
6982005-06-09 Luc Teirlinck <teirllm@auburn.edu>
699
700 * comint.el (comint-send-input): Bind `inhibit-read-only' around
701 call to `delete-region'.
702 (comint-mode-hook): Do not enable Font Lock by default.
703
420adcc6
LK
7042005-06-09 Lute Kamstra <lute@gnu.org>
705
706 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
707 could be void.
708
6c06bd88
SM
7092005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
710
711 * emacs-lisp/debug.el (debugger-will-be-back): New var.
712 (debug): Use it.
713 (debugger-step-through, debugger-continue, debugger-jump)
714 (debugger-return-value): Set it when needed.
715 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
716 Use inhibit-read-only.
717
f271d3c7
JB
7182005-06-09 Juanma Barranquero <lekktu@gmail.com>
719
fd8529d0
JB
720 * window.el (shrink-window-if-larger-than-buffer)
721 (window-size-fixed): Fix typo in docstring.
9fa87e0d 722
f271d3c7
JB
723 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
724 thumbnails directory on loading.
725 (thumbs-conversion-program): Use `eq' to check the system type,
726 not `equal'.
727 (thumbs-temp-dir): Initialize to `temporary-file-directory',
728 not "/tmp". Fix docstring.
729 (thumbs-thumbsdir): New function to return the thumbnails
730 directory, creating it if needed.
731 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
732 (thumbs-temp-file): Delete variable and make it into a function.
733 (thumbs-resize-image, thumbs-modify-image): Use it.
734 (thumbs-kill-buffer): Simplify.
735 (thumbs-gensym): Defalias or duplicate CL `gensym'.
736 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
737 docstrings.
738
b7aae902
KS
7392005-06-09 Kim F. Storm <storm@cua.dk>
740
741 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
742 set-match-data to free markers in match-data.
743
744 * replace.el (replace-match-data): Pass RESEAT arg `t' to
745 match-data to unchain markers in match-data.
746
72f23b85
SM
7472005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
748
749 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
750 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
751 unnecessary now.
752
99598737
RS
7532005-06-08 Richard M. Stallman <rms@gnu.org>
754
755 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
756 give the variable a doc string that doesn't say don't set it directly.
757
758 * textmodes/ispell.el (ispell-check-version):
759 Use match-string-no-properties.
760 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
761 (ispell-buffer-local-words): Likewise.
762
763 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
764 except on terminals with enough colors to really display it.
765 (makefile-dependency-regex): Delete spurious `bb'.
766
767 * faces.el (escape-glyph): Use blue once again in last case.
72f23b85 768 (no-break-space): Redefine so that it isn't invisible on a tty.
99598737 769
4a29de23
KS
7702005-06-08 Kim F. Storm <storm@cua.dk>
771
772 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
773 also when reading directory name.
774
b978659c
LK
7752005-06-08 Lute Kamstra <lute@gnu.org>
776
777 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
f8820a55
LK
778 (flyspell-mode-line-string): Remove autoload cookie.
779 (flyspell-mode): Remove defvar.
b978659c 780
6d64c191
LK
7812005-06-07 Lute Kamstra <lute@gnu.org>
782
783 * textmodes/org.el (org-run-mode-hooks): New function.
784 (org-agenda-mode): Use it.
785
590bc48b
JB
7862005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
787
99598737 788 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
590bc48b 789
3d031334
SM
7902005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
791
792 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
793
a54aae9e
LT
7942005-06-06 Luc Teirlinck <teirllm@auburn.edu>
795
796 * font-lock.el (font-lock-add-keywords): Doc fix.
797
ed975fa6
SM
7982005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
799
29a47b89
SM
800 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
801 (tex-compile-default): In the absence of any history, use the order in
802 tex-compile-alist to choose the preferred command.
803 (tex-compile-commands): Reorder a bit.
804
7ad04640
SM
805 * textmodes/flyspell.el (flyspell-auto-correct-binding)
806 (flyspell-incorrect-face, flyspell-duplicate-face):
807 Use (X)Emacs-agnostic code.
808 (flyspell-mode-map): Don't overwrite at each load. Remove code
809 redundant with the subsequent add-minor-mode. Merge Emacs and
810 XEmacs code.
811 (flyspell-word): Minor simplification.
812 (flyspell-math-tex-command-p): Quieten the byte-compiler.
813 (flyspell-external-point-words): Remove unused vars `size' and `start'.
814 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
815 Merge the corresponding Emacs code.
816 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
817
532c188a
SM
818 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
819 a dedicated window.
820
ed975fa6
SM
821 * international/latexenc.el (latexenc-find-file-coding-system):
822 Undo part of last patch, to turn off a compiler warning.
823
e43cbeae
JL
8242005-06-06 Juri Linkov <juri@jurta.org>
825
826 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
827 Rename `tmm-inactive-face' to `tmm-inactive'.
828
4bad17c2
KS
8292005-06-06 Matt Hodges <MPHodges@member.fsf.org>
830
831 * iswitchb.el: Rename faces.
832
c7b96d76
KS
8332005-06-06 Kim F. Storm <storm@cua.dk>
834
835 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
836 (cua-global-mark): Remove -face suffix from face names.
837
ed975fa6
SM
838 * emulation/cua-gmrk.el (cua--init-global-mark):
839 Remove cua-global-mark face setup.
c7b96d76 840
ce6e10af
RS
8412005-06-06 Richard M. Stallman <rms@gnu.org>
842
843 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
844 just like other allowed characters.
845 (makefile-match-dependency): Exclude leading and training whitespace
846 from the range of regexp subexp 1.
847 (makefile-macroassign-regex): Don't try to match the body,
848 just the name of the macro being defined.
849
850 * info.el (Info-read-node-name-2): New function.
851 (Info-read-node-name-1): Use that.
852 Add a completion-base-size-function property.
853
854 * simple.el (completion-setup-function): Look for
855 completion-base-size-function property of
856 minibuffer-completion-table.
857
858 * files.el (locate-file-completion): Doc fix.
859
860 * printing.el: Don't call pr-update-menus; user must do that.
861
862 * emacs-lisp/debug.el (debugger-window): New variable.
863 (debug): Use debugger-window if it is set and still alive.
864 Record debugger-window for next entry.
c7b96d76 865
ce6e10af
RS
866 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
867
c7b96d76 8682005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
ce6e10af
RS
869
870 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
871 (hack-one-local-variable, hack-local-variables)
872 (hack-local-variables-prop-line): Pass that arg.
873
9c7f6bb3
KS
8742005-06-06 Kim F. Storm <storm@cua.dk>
875
876 * ido.el (ido-first-match, ido-only-match, ido-subdir)
877 (ido-indicator): Remove -face suffix from face names.
878
c476bcb0
JL
8792005-06-06 Juri Linkov <juri@jurta.org>
880
881 * font-lock.el (font-lock-regexp-backslash)
882 (font-lock-regexp-backslash-construct): New faces.
883 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
884 after `('. Add `while-no-input' to control structures.
885
886 * faces.el (no-break-space, shadow): New faces.
887 (escape-glyph): Use less loud colors pink2 and red4.
888
889 * diff-mode.el (diff-context-face)
890 * dired.el (dired-ignored)
891 * rfn-eshadow.el (file-name-shadow)
892 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
893
894 * info.el (Info-title-1-face): Use green instead of yellow because
895 bold yellow is not readable on light backgrounds.
896
897 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
898 before selecting the desired mode to not spend time fontifying
899 old contents.
900
f7f17975
JB
9012005-06-06 Juanma Barranquero <lekktu@gmail.com>
902
b3c70578
JB
903 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
904 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
905
01f438b9
JB
906 * ps-print.el (ps-default-fg, ps-default-bg):
907 Fix typos in docstrings.
908
f7f17975
JB
909 * isearchb.el (isearchb): Don't pass a spurious second argument to
910 `iswitchb-completions'.
911
c1205dad
NR
9122005-06-05 Nick Roberts <nickrob@snap.net.nz>
913
914 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
915 to preserve point.
916 (gdb-find-file-hook): Add doc string.
917
918 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
eb78dfb8 919 C dereferenced pointer expression.
32759db5 920 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
c1205dad
NR
921
922 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
923
eb78dfb8
JB
924 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
925 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
926 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
927 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
928 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
c1205dad
NR
929 Make background transparent.
930
bfe5418b
LT
9312005-06-04 Luc Teirlinck <teirllm@auburn.edu>
932
933 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
934 (font-lock-remove-keywords): Doc fix.
935 (font-lock-mode-major-mode): Compiler defvar.
936 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
937
938 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
939 (font-lock-mode): Update `font-lock-mode-major-mode'.
940 (font-lock-set-defaults): Compiler defvar.
941 (font-lock-default-function): Take `font-lock-mode-major-mode'
942 into account.
943
944 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
945 keep track of which major mode it enabled the minor mode for.
946 Use find-file-hook again. Update docstring.
947
948 * simple.el (eval-expression-print-level)
949 (eval-expression-print-length, eval-expression-debug-on-error):
950 Doc fixes.
951
91018229
EZ
9522005-06-04 Matt Hodges <MPHodges@member.fsf.org>
953
b6f0a397
EZ
954 * iswitchb.el (iswitchb-single-match-face)
955 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
956 (iswitchb-invalid-regexp-face): New faces.
957 (iswitchb-completions): Use them.
ed975fa6 958 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
b6f0a397
EZ
959 now marked as an obsolete alias.
960 (iswitchb-read-buffer): Remove check for bound font variables.
961 (iswitchb-invalid-regexp): New free variable.
962 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
963 set iswitchb-invalid-regexp.
964 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
965 invalid regexps.
966 (iswitchb-completions): Add check for complete match when entering
967 a regexp.
968 (iswitchb-completions): Remove require-match argument.
bfe5418b 969 (iswitchb-exhibit): Fix caller.
b6f0a397
EZ
970 (iswitchb-common-match-inserted): New variable.
971 (iswitchb-complete, iswitchb-completion-help): Use it.
91018229 972
94d4bafb
EZ
9732005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
974
975 * url-http.el (url-http-chunked-encoding-after-change-function):
976 Use `url-http-debug' instead of `message'.
977
86b21ac3
EZ
9782005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
979
980 * url-http.el (url-http-parse-headers): Pass redirected URL as a
981 callback argument.
982
61e40b6d
KS
9832005-06-04 Kim F. Storm <storm@cua.dk>
984
555228aa
KS
985 * simple.el (line-move): Only call sit-for when moving backwards.
986
61e40b6d
KS
987 * ido.el (ido-make-merged-file-list-1): New defun split from
988 ido-make-merged-file-list.
989 (ido-make-merged-file-list): Bind throw-on-input around call to
990 ido-make-merged-file-list-1. Return input-pending-p if
991 interrupted by more input available.
992 (ido-read-internal): Handle input-pending-p return value from
993 ido-make-merged-file-list.
994
10b234c0
SM
9952005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
996
fab31ec3
SM
997 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
998 compatibility code.
999
10b234c0
SM
1000 * international/latexenc.el (latexenc-find-file-coding-system):
1001 Don't inherit the EOL part of the coding-system from the
1002 tex-main buffer. Fit within 80 columns.
1003
76668788
NR
10042005-06-03 Matt Hodges <MPHodges@member.fsf.org>
1005
1006 * tmm.el (tmm-inactive-face): New face.
1007 (tmm-remove-inactive-mouse-face): New function.
1008 (tmm-prompt, tmm-add-one-shortcut)
1009 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
1010 but not selectable.
1011
6312e5f7
JB
10122005-06-03 Juanma Barranquero <lekktu@gmail.com>
1013
1014 * faces.el (face-equal): Improve argument/docstring consistency.
1015
30edba6e
DP
10162005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
1017
1018 * progmodes/make-mode.el (makefile-targets-face)
1019 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
1020 (makefile-bsdmake-dependency-regex)
1021 (makefile-makepp-rule-action-regex)
1022 (makefile-bsdmake-rule-action-regex): New constants.
1023 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
1024
1025 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1026 Allow (...) within `...' for makepp messages.
1027
899a431b 10282005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
30edba6e 1029
85268d70 1030 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
30edba6e 1031
85268d70
JB
1032 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
1033 "." files are deleted from all file lists before comparison.
30edba6e 1034
85268d70
JB
1035 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
1036 (viper-ESC-key): Made them customizable.
30edba6e 1037
10b234c0 1038 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
30edba6e 1039
bfadb7ec
LT
10402005-06-01 Luc Teirlinck <teirllm@auburn.edu>
1041
1042 * autorevert.el (auto-revert-buffers): Use save-match-data.
1043
6cb9fac3
SM
10442005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1045
1046 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
1047 menu items with a nil command binding.
1048
011131fd
JB
10492005-06-01 Juanma Barranquero <lekktu@gmail.com>
1050
358e4d6d
JB
1051 * emacs-lisp/cl-macs.el (defsetf):
1052 Improve argument/docstring consistency.
1053
011131fd
JB
1054 * faces.el (list-faces-display): Improve the formatting by
1055 computing the maximum length required for any face-name (reworked
1056 patch of 1999-01-11, accidentally deleted on 1999-07-21).
1057 (internal-find-face): Remove redundant info in docstring.
1058
7653a3dc
NR
10592005-06-01 Nick Roberts <nickrob@snap.net.nz>
1060
1061 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
1062 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
1063 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
1064 (gdb-assembler-custom): Improve regexps.
ed975fa6 1065 (def-gdb-auto-update-handler): Use window point to preserve point.
7653a3dc 1066
9ccee7d0
SM
10672005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
1068
1069 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
1070
ad83e1f4
JB
10712005-05-31 Jay Belanger <belanger@truman.edu>
1072
1073 * calc/calc-embed.el (calc-embedded-word): Change argument passed
1074 to calc-embedded.
1075 (calc-embedded-make-info): Have plain prefix argument select
1076 entire line.
1077
2cd16d74
JB
10782005-05-31 Juanma Barranquero <lekktu@gmail.com>
1079
d0213ee1
JB
1080 * faces.el (list-faces-display): Signal error if passed a regexp
1081 that matches no face name.
1082
2cd16d74
JB
1083 * simple.el (filter-buffer-substring): Fix typo in docstring.
1084
f35aff82
RS
10852005-05-31 Richard M. Stallman <rms@gnu.org>
1086
9ccee7d0 1087 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
f35aff82
RS
1088 (vhdl-emacs-21): Doc fix.
1089 (vhdl-mode): Unconditionally set comment-padding.
1090 (vhdl-fixup-whitespace-region): Insert spaces only where
1091 there are none.
1092 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
1093
c7a4ce37
JW
10942005-05-30 John Wiegley <johnw@newartisans.com>
1095
881b07f9
JB
1096 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
1097 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
1098 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
c7a4ce37
JW
1099 `directory-sep-char' to ?/, and all uses of `string-to-int' to
1100 `string-to-number'.
1101
e39f3cfe
JB
11022005-05-30 Jay Belanger <belanger@truman.edu>
1103
1104 * calc/calc.el (calc-bug-address): Fix docstring.
1105 (calc-window-hook, calc-trail-window-hook): New variables.
1106 (calc-trail-display): Restore use of calc-trail-window-hook.
1107 (calc): Restore use of calc-window-hook.
1108
6dfa731f
MY
11092005-05-31 Masatake YAMATO <jet@gyve.org>
1110
3c1ebc5a 1111 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6dfa731f 1112
3c1ebc5a 1113 * help-fns.el (help-C-file-name): Add autoload mark for
6dfa731f
MY
1114 `find-function-noselect'.
1115
3c1ebc5a
SM
11162005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1117
1118 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
1119 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
1120
3f72dc73
GM
11212005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1122
1123 * calendar/diary-lib.el (mark-included-diary-files): Only kill
1124 included diary buffer if it was not already being visited.
1125 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
1126
1127 * calendar/icalendar.el (top-level): Do not require 'appt.
1128
1129 * mail/supercite.el (sc-select-attribution): Only use a list
1130 element from sc-attrib-selection-list if it returns a string.
1131 Reported by Davide G. M. Salvetti <salve@debian.org>.
1132
0df06447
JB
11332005-05-30 Juanma Barranquero <lekktu@gmail.com>
1134
1135 * thumbs.el (thumbs-thumbname): The resulting thubname now
1136 includes a hash value to improve its uniqueness, and has a ".jpg"
1137 extension. Also, it is now a valid filename on all systems.
1138 (thumbs-make-thumb): Use `let', not `let*'.
1139 (thumbs-show-thumbs-list): Check for JPEG availability.
1140
b8caac06
RS
11412005-05-30 Richard M. Stallman <rms@gnu.org>
1142
1143 * filesets.el (filesets-menu-ensure-use-cached):
1144 Prevent warning when emacs-version>= is undefined.
1145
1146 * printing.el (pr-interactive-n-up): Use string-to-number.
1147
1148 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
1149
1150 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1151 Warn only when name to be defined is quoted.
1152
4809e59f
NR
11532005-05-30 Nick Roberts <nickrob@snap.net.nz>
1154
1155 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
1156 Make regexp more robust.
0df06447 1157 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
4809e59f
NR
1158 Force regeneration of disassembly.
1159
2a1669a2
JB
11602005-05-29 Jay Belanger <belanger@truman.edu>
1161
1162 * calc/calc.el (calc-user-invocation): Check if
1163 calc-invocation-macro is non-nil.
1164
5f43c63c
JL
11652005-05-29 Juri Linkov <juri@jurta.org>
1166
1167 * add-log.el (change-log-font-lock-keywords):
1168 Add `+' to e-mail regexp to accept mail address with keywords.
1169
1170 * man.el (Man-name-regexp): Add `:' to accept qualified names.
1171
7fa9f4eb
LT
11722005-05-29 Luc Teirlinck <teirllm@auburn.edu>
1173
1174 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
1175
1176 * ielm.el (inferior-emacs-lisp-mode): Ditto.
1177
cad2b414
RS
11782005-05-29 Richard M. Stallman <rms@gnu.org>
1179
1180 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
1181 Undo the change that moves to end of the current word.
1182
8c6fb9d0
NR
11832005-05-29 Nick Roberts <nickrob@snap.net.nz>
1184
1185 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
1186 Throw error when count <= 0 to ensure input is a number.
1187 (gdb-read-memory-custom): Pick up address from buffer.
1188 (gdb-memory-mode): Allow user to increment and decrement
1189 memory address from header line.
1190
c16b1394
RS
11912005-05-29 Richard M. Stallman <rms@gnu.org>
1192
a8c453e6
RS
1193 * flyspell.el (flyspell-version): Function deleted.
1194 (flyspell-auto-correct-previous-hook): Doc fix.
7fa9f4eb 1195
c16b1394
RS
1196 * jit-lock.el (jit-lock-function, jit-lock-after-change):
1197 Do nothing if memory is full.
1198
1199 * font-lock.el (font-lock-fontify-syntactically-region):
1200 Pass t for GREEDY to looking-back.
1201
1202 * saveplace.el (save-place-alist-to-file): Write the file
1203 using write-region.
1204
1205 * subr.el (looking-back): New argument GREEDY.
1206
1207 * progmodes/compile.el (compilation-start): Set the mode
1208 before inserting the initial text.
1209
1210 * progmodes/which-func.el (which-func-update-1): Turn the mode
1211 off in case of error by setting which-func-mode.
7fa9f4eb 1212
52eb0373 12132005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
c16b1394 1214
cad2b414 1215 * flyspell.el (flyspell-auto-correct-previous-word):
7fa9f4eb 1216 Narrow down to what's on the screen, and recenter overlays
cad2b414 1217 at the end of the next word.
7fa9f4eb 1218
52eb0373 12192005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
7fa9f4eb 1220
a8c453e6 1221 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
0df06447 1222 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
a8c453e6
RS
1223 (flyspell-abbrev-p): Default to nil.
1224 (flyspell-use-global-abbrev-table-p): Doc fix.
1225 (flyspell-large-region): Allow nil as value.
1226 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
1227
1228 (mail-mode-flyspell-verify): More robust handling
1229 of `mail-header-separator'. More efficient signature detection.
1230 Allow for regexp metacharacters in message-header-separator.
85be564d 1231 Adding `To' not to be checked in mail-mode-flyspell-verify.
a8c453e6
RS
1232
1233 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
1234 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
1235 Bind flyspell-auto-correct-binding.
1236 Bind C-. and C-, .
1237 (flyspell-mode-map): Likewise.
1238 (flyspell-mode): Doc fix.
1239 (flyspell-accept-buffer-local-defs): Preserve current buffer.
1240 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
1241 (flyspell-word-cache-result): New var, always local.
1242 (flyspell-check-pre-word-p): Doc fix.
1243 (flyspell-check-changed-word-p): Handle spc like newline.
1244 (flyspell-post-command-hook): Set flyspell-word-cache-result.
1245 (flyspell-word-search-backward, flyspell-word-search-forward):
1246 New functions.
1247 (flyspell-word): Return t if nothing to check.
1248 When parsing TeX code, check for after } or \.
1249 Use flyspell-word-search-backward to find previous word.
1250 Return nil if duplicated word.
1251 For word already checked, return same value as last time.
1252 Set flyspell-word-cache-result after checking.
1253 Don't clobber the return value.
1254 (flyspell-get-word): Major rewrite.
1255 (flyspell-external-point-words): New locals pword, pcount.
1256 Fix size used in progress message.
1257 Find the proper corresponding word in flyspell-large-region-buffer.
1258 (flyspell-region): Check for flyspell-large-region = nil.
1259 (flyspell-highlight-incorrect-region): Clean up overlays in region.
1260 (flyspell-auto-correct-word): Check that WORD is a cons.
1261 (flyspell-correct-word): Likewise.
a8c453e6 1262
adde7693
DP
12632005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
1264
1265 * progmodes/make-mode.el (makefile-rule-action-regex)
d85d15c8
DP
1266 (makefile-macroassign-regex, makefile-makepp-mode)
1267 (makefile-bsdmake-mode): Continuation lines may be empty.
adde7693
DP
1268 Reported by Joshua Varner.
1269 (makefile-makepp-font-lock-keywords): Add $(stem).
1270
b5352ff5
KB
12712005-05-28 Karl Berry <karl@gnu.org>
1272
0df06447 1273 * textmodes/tex-mode.el: Now that tex-send-command calls
b5352ff5
KB
1274 shell-quote-argument (2005-03-31 change), remove all calls to
1275 shell-quote-argument; they all end up invoking tex-send-command.
1276 The double quoting loses on filenames with non-safe characters,
1277 such as "@". Reported by Frederik Fouvry.
1278
3daabddd
NR
12792005-05-29 Nick Roberts <nickrob@snap.net.nz>
1280
1281 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
1282 about preserving point.
1283
1565a620
JB
12842005-05-27 Jay Belanger <belanger@truman.edu>
1285
1286 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
1287 Info-goto-node.
1288
05294d63
JB
1289 * calc/calc-embed.el (calc-embed-arg): New variable.
1290 (calc-do-embedded-activate, calc-embedded-activate-formula)
1291 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
1292 variable by new variable.
1293 (calc-embedded-make-info): Replace undeclared variable by new
1294 variable. When selecting region with positive prefix
1295 argument, use end of previous line instead of beginning of line.
1296
1297 * calc/calc-aent.el (calc-arg-values): Declare it.
1298
1299 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
1300 Declare them.
1301
1302 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
1303
1304 * calc/calc.el (calc-alg-map): Declare it.
1305
1306 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
1307
f8916156
NR
13082005-05-28 Nick Roberts <nickrob@snap.net.nz>
1309
1310 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
1311 (gdb-registers-buffer, toggle-gdb-all-registers):
1312 Toggle display of floating point registers.
1313 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
1314
0df06447 1315 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
f8916156
NR
1316 (toggle-gud-tooltip-dereference):
1317 Rename from gud-toggle-tooltip-dereference.
1318
83040cb0
SM
13192005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1320
1321 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
1322
63971eab
JB
13232005-05-27 Jay Belanger <belanger@truman.edu>
1324
1325 * calc/calc-prog.el (calc-kbd-report): Remove.
1326 (calc-kbd-query): Rewrite.
1327
d5e1a786
JB
13282005-05-27 Juanma Barranquero <lekktu@gmail.com>
1329
83040cb0 1330 * image.el (image-library-alist): Move to image.c.
d5e1a786
JB
1331 (image-type-available-p): Doc fix.
1332
6c5a38fa
LK
13332005-05-27 Lute Kamstra <lute@gnu.org>
1334
18a8c773 1335 * calc/calc.el (calc):
1f2503a5 1336 * outline.el (outline-1, outline-2, outline-3, outline-4)
18a8c773
LK
1337 (outline-5, outline-6, outline-7, outline-8):
1338 * textmodes/dns-mode.el (dns-mode):
1339 * textmodes/sgml-mode.el (sgml-namespace-face):
1340 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
3ec0e903 1341 (tex-verbatim-face, tex-use-reftex):
83040cb0
SM
1342 * textmodes/texinfo.el (texinfo-heading-face):
1343 Specify customization group.
1f2503a5 1344
6c5a38fa
LK
1345 * longlines.el: Don't require easy-mmode.
1346 (longlines-visible-face): Specify customization group.
1347
7cf49add
KH
13482005-05-27 Kenichi Handa <handa@m17n.org>
1349
1350 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
1351 encoding table of windows-1251.
1352
83040cb0
SM
1353 * international/ucs-tables.el (ucs-set-table-for-input):
1354 If translation-table-for-input of a coding system is a symbol, get
7cf49add
KH
1355 its translation-table property.
1356
1357 * international/code-pages.el: Don't register a coding system into
1358 non-iso-charset-alist more than once.
1359 (cp-make-coding-system): Likewise.
1f2503a5 1360
9c041409
JW
13612005-05-26 John Wiegley <johnw@newartisans.com>
1362
6b6f91b3
JW
1363 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
1364 `eshell-resume-eval' is wrapped in a list, it indicates that the
1365 command was run asynchronously. In that case, unwrap the value
1366 before checking the delimiter value.
1367
9c041409 1368 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
83040cb0
SM
1369 character before a space at the end of a line is \, assume the space
1370 is part of the last argument rather than a final argument separator.
9c041409 1371
83040cb0
SM
1372 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
1373 is in use, and the target is `t' or `nil' (which are the most common
1374 values), don't assume that the symbol target is a buffer.
9c041409 1375
ddfbe5db
LT
13762005-05-26 Luc Teirlinck <teirllm@auburn.edu>
1377
1378 * calendar/calendar.el (calendar-mode-line-format):
1379 Use mode-line-highlight as mouse-face.
1380
1381 * time.el (display-time-string-forms, display-time-update):
1382 Use mode-line-highlight as mouse-face.
1383
04e9c13c
JB
13842005-05-26 Jay Belanger <belanger@truman.edu>
1385
1386 * calc/calc.el (calc-language-alist): Remove extra defvar.
1387
6441d280
LK
13882005-05-26 Lute Kamstra <lute@gnu.org>
1389
1390 * arc-mode.el (archive-mode):
1391 * bookmark.el (bookmark-read-annotation-mode)
1392 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
1393 * bs.el (bs-mode):
1394 * calc/calc-yank.el (calc-edit-mode):
1395 * calc/calc.el (calc-mode, calc-trail-mode):
1396 * calculator.el (calculator-mode):
1397 * chistory.el (command-history-mode):
1398 * comint.el:
1399 * cus-edit.el (custom-mode):
1400 * descr-text.el (describe-text-mode):
1401 * ebuff-menu.el (Electric-buffer-menu-mode):
1402 * ediff-util.el (ediff-mode):
4b66bdf0
LK
1403 * emacs-lisp/re-builder.el (reb-mode):
1404 * emulation/vi.el (vi-mode-setup):
1405 * emulation/ws-mode.el (wordstar-mode):
1406 * eshell/esh-mode.el (eshell-mode):
6441d280
LK
1407 * forms.el (forms-mode):
1408 * help-mode.el (help-mode):
1409 * hexl.el (hexl-mode):
1410 * ibuffer.el (ibuffer-mode):
1411 * ielm.el (inferior-emacs-lisp-mode):
1412 * info.el (Info-mode, Info-edit-mode):
4b66bdf0 1413 * international/swedish.el:
6441d280
LK
1414 * ledit.el (ledit-from-lisp-mode):
1415 * locate.el (locate-mode):
4b66bdf0
LK
1416 * mail/rmail.el (rmail-mode):
1417 * mail/rmailedit.el (rmail-edit-mode):
1418 * mail/rmailsum.el (rmail-summary-mode):
1419 * mail/supercite.el (sc-electric-mode):
1420 * net/eudc.el (eudc-mode):
1421 * net/quickurl.el (quickurl-list-mode):
1422 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
1423 * obsolete/ooutline.el (outline-mode):
1424 * obsolete/options.el (Edit-options-mode):
1425 * obsolete/rnews.el (news-mode):
1426 * obsolete/rnewspost.el (news-reply-mode):
1427 * play/5x5.el (5x5-mode):
1428 * play/decipher.el (decipher-mode, decipher-stats-mode):
1429 * play/gomoku.el (gomoku-mode):
1430 * play/snake.el (snake-mode):
1431 * play/solitaire.el (solitaire-mode):
1432 * play/tetris.el (tetris-mode):
681c6a37
LK
1433 * progmodes/ada-mode.el (ada-mode):
1434 * progmodes/antlr-mode.el (antlr-mode):
1435 * progmodes/autoconf.el (autoconf-mode):
1436 * progmodes/dcl-mode.el (dcl-mode):
1437 * progmodes/delphi.el (delphi-mode):
9a969196
LK
1438 * progmodes/ebrowse.el (ebrowse-tree-mode)
1439 (ebrowse-electric-list-mode, ebrowse-member-mode)
681c6a37
LK
1440 (ebrowse-electric-position-mode):
1441 * progmodes/f90.el (f90-mode):
1442 * progmodes/fortran.el (fortran-mode):
1443 * progmodes/icon.el (icon-mode):
1444 * progmodes/idlw-help.el (idlwave-help-mode):
1445 * progmodes/idlw-shell.el (idlwave-shell-mode):
1446 * progmodes/idlwave.el (idlwave-mode):
1447 * progmodes/inf-lisp.el (inferior-lisp-mode):
1448 * progmodes/m4-mode.el (m4-mode):
1449 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
1450 * progmodes/modula2.el (modula-2-mode):
1451 * progmodes/octave-inf.el (inferior-octave-mode):
1452 * progmodes/octave-mod.el (octave-mode):
1453 * progmodes/pascal.el (pascal-mode):
1454 * progmodes/sh-script.el (sh-mode):
1455 * progmodes/sql.el (sql-mode, sql-interactive-mode):
1456 * progmodes/vhdl-mode.el (vhdl-mode):
1457 * progmodes/xscheme.el (scheme-interaction-mode):
6441d280
LK
1458 * replace.el (occur-mode):
1459 * ses.el (ses-mode):
1460 * simple.el (completion-list-mode):
1461 * skeleton.el:
1462 * speedbar.el (speedbar-mode):
48985adc 1463 * term.el (term-mode):
6441d280 1464 * terminal.el (terminal-edit-mode):
681c6a37
LK
1465 * textmodes/reftex-index.el (reftex-index-mode)
1466 (reftex-index-phrases-mode):
1467 * textmodes/reftex-sel.el (reftex-select-label-mode)
1468 (reftex-select-bib-mode):
1469 * textmodes/reftex-toc.el (reftex-toc-mode):
6441d280 1470 * wdired.el (wdired-change-to-wdired-mode):
48985adc
KS
1471 * wid-browse.el (widget-browse-mode):
1472 Use run-mode-hooks.
6441d280
LK
1473
1474 * array.el (array-mode):
4b66bdf0
LK
1475 * calendar/todo-mode.el (todo-mode):
1476 * man.el (Man-mode):
1477 * play/landmark.el (lm-mode):
48985adc
KS
1478 * play/mpuz.el (mpuz-mode):
1479 Use kill-all-local-variables and run-mode-hooks.
6441d280
LK
1480
1481 * subr.el (delay-mode-hooks): Specify indentation.
1482
4b66bdf0
LK
14832005-05-26 Mark A. Hershberger <mah@everybody.org>
1484
83040cb0 1485 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
4b66bdf0 1486
3e00c50e
JB
14872005-05-26 Jay Belanger <belanger@truman.edu>
1488
1489 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
1490 of nil.
1491
8da4dd76
NR
14922005-05-27 Nick Roberts <nickrob@snap.net.nz>
1493
1494 * progmodes/gdb-ui.el (gdb-frame-address):
1495 Rename from gdb-current-address.
1496 (gdb-previous-frame-address): Rename from gdb-previous-address.
1497 (gdb-selected-frame): Rename from gdb-current-frame.
1498 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
1499 (gdb-frame-number): Rename from gdb-current-stack-level.
1500 (gdb-ann3): Match new mode-name for disassembly buffer.
1501 Extend initialisation of variables.
1502 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
1503 (gdb-memory-mode): Use mouse-face in header line.
1504 (gdb-assembler-buffer-name): Call it disassembly and give frame
1505 in mode line.
1506 (gdb-source-spec-regexp, gdb-assembler-custom)
1507 (gdb-invalidate-assembler, gdb-frame-handler):
1508 Make robust to leading zeroes in address format.
1509
8ba93b1c
CD
15102005-05-26 Carsten Dominik <dominik@science.uva.nl>
1511
d5e1a786 1512 * textmodes/org.el (org-mode): Use `define-derived-mode' to
8ba93b1c
CD
1513 define `org-mode'.
1514 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
1515
83040cb0 15162005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
04c71a26
NR
1517
1518 * log-edit.el (log-edit-changelog-entries): Distinguish between
1519 filenames like xfns.c and fns.c.
04c71a26 1520
dd53d2c8
LT
15212005-05-25 Luc Teirlinck <teirllm@auburn.edu>
1522
1523 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
1524 point after reverting.
1525 (Buffer-menu-make-sort-button): Handle the case where
1526 `Buffer-menu-use-header-line' is nil.
1527
214dd398
TTN
15282005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1529
1530 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
1531 New funcs. In minibuffer-local-completion-map bind `]', `/'
1532 and `:' to them.
1533
b6666b5f
SM
15342005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1535
1536 * startup.el (normal-top-level): Allow modification of load-path while
1537 we're iterating over it.
1538
f75049fc
JB
15392005-05-25 Juanma Barranquero <lekktu@gmail.com>
1540
1541 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
1542 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
1543 (thumbs-resize-interactive, thumbs-insert-image)
1544 (thumbs-insert-thumb, thumbs-dired-show-marked)
1545 (thumbs-find-image-at-point, thumbs-delete-images)
1546 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
1547 (thumbs-increment-image-size, thumbs-decrement-image-size):
1548 Fix typos in docstrings.
1549
ccc90048
AS
15502005-05-24 Andre Spiegel <spiegel@gnu.org>
1551
83040cb0 1552 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
ccc90048
AS
1553 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
1554 (cperl-mode): Use them.
1555
18fde850
JB
15562005-05-24 Juanma Barranquero <lekktu@gmail.com>
1557
1558 * window.el (quit-window, shrink-window-if-larger-than-buffer):
1559 Doc fixes.
1560
86041bae
NR
15612005-05-24 Nick Roberts <nickrob@snap.net.nz>
1562
b6666b5f 1563 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
04c71a26 1564 Bind C-d to gdb-inferior-io-eof.
86041bae
NR
1565
1566 * dired.el (dired-dnd-popup-notice): Use message-box.
1567
359e4563
MY
15682005-05-23 Masatake YAMATO <jet@gyve.org>
1569
b6666b5f
SM
1570 * bindings.el (mode-line-major-mode-keymap):
1571 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
359e4563
MY
1572
1573 * faces.el (mode-line-highlight): New face.
1574
1575 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
1576 as mouse-face.
1577
1578 * bindings.el (top-level, help-echo, mode-line-modified)
1579 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
1580 as mouse-face.
1581
28fdc86a
JB
15822005-05-23 Juanma Barranquero <lekktu@gmail.com>
1583
a4632380
JB
1584 * progmodes/cc-engine.el (c-guess-basic-syntax):
1585 Remove spurious call to `zerop'.
1586
28fdc86a
JB
1587 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
1588
7c09345f
MS
15892005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
1590
1591 CC Mode update to 5.30.10:
1592
83040cb0 1593 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7c09345f
MS
1594 could go past the limit in decoration level 2, thereby causing
1595 errors during interactive fontification.
1596
83040cb0 1597 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7c09345f
MS
1598 the file is evaluated interactively.
1599
1600 * cc-engine.el (c-guess-basic-syntax): Handle operator
1601 declarations somewhat better in C++.
1602
1603 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
1604 make use of `run-mode-hooks' which has been added in Emacs 21.1.
28fdc86a
JB
1605 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1606 (awk-mode): Use it.
7c09345f
MS
1607 (make-local-hook): Suppress warning about obsoleteness.
1608
1609 * cc-engine.el, cc-align.el, cc-cmds.el
28fdc86a
JB
1610 (c-append-backslashes-forward, c-delete-backslashes-forward)
1611 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7c09345f
MS
1612 Compensate for return value from `forward-line' when it has moved
1613 but not to a different line due to eob.
1614
83040cb0 1615 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7c09345f
MS
1616 `objc-method-intro' and `objc-method-args-cont'.
1617
16182005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
1619
1620 CC Mode update to 5.30.10:
1621
1622 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
1623 in the copyright statement. Incidentally, change "along with GNU
1624 Emacs" to "along with this program" where it occurs.
1625
1626 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
1627 so that it is interactive, hence can be found by M-x awk-mode
1628 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
1629 <gmorris+emacs@ast.cam.ac.uk>.
1630
1631 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
1632 Mode's regexps.
1633
28fdc86a 16342005-05-23 Kevin Ryde <user42@zip.com.au>
7c09345f
MS
1635
1636 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
1637 c-parse-state, to avoid a lisp error (on bad code).
1638
f1e9abb9
LK
16392005-05-23 Lute Kamstra <lute@gnu.org>
1640
1641 * subr.el (font-lock-defaults): Remove defvar as it's already
1642 defined in font-core.el.
1643
83040cb0 1644 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
f1e9abb9 1645
28fdc86a
JB
16462005-05-23 Nick Roberts <nickrob@snap.net.nz>
1647
1648 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
1649 more general and work when GDB variable "print pretty" is on,
1650 as with Emacs, for example.
1651
21178fee
LT
16522005-05-22 Luc Teirlinck <teirllm@auburn.edu>
1653
1654 * font-core.el: Update comment.
1655
83040cb0
SM
1656 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
1657 Use `after-change-major-mode-hook' instead of `find-file-hook'.
21178fee
LT
1658
1659 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
1660
a0e8eaa3
EZ
16612005-05-22 Eli Zaretskii <eliz@gnu.org>
1662
1663 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
1664 and `yank-handler' in the doc strings.
1665
6cd0254f
SM
16662005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1667
1668 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
1669
724e07b9
RS
16702005-05-22 Richard M. Stallman <rms@gnu.org>
1671
1b12fa9d
RS
1672 * help.el (describe-key): Move print-help-return-message call
1673 out of conditional.
1674
724e07b9
RS
1675 * progmodes/etags.el (list-tags): Use with-no-warnings.
1676
1677 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
1678 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
1679 (starttls-extra-args, starttls-extra-arguments): Add defvars.
1680
1681 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
1682
1683 * language/viet-util.el (viet-viscii-nonascii-translation-table):
1684 Add defvar.
1685
1686 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
1687 Use defvar, not defconst.
1688
1689 * hexl.el (hexl-follow-line): Use with-no-warnings.
1690
1691 * emulation/tpu-extras.el: Use write-file-functions instead of
1692 write-file-hooks.
1693
1694 * dired.el (dired-font-lock-keywords): Fontify files with junk
1695 extensions even if marked by -F.
1696
2641cc63
JB
16972005-05-22 Juanma Barranquero <lekktu@gmail.com>
1698
3187ba1c
JB
1699 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
1700 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
1701 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
1702 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
1703 (concatenate, list-length, get*, getf, cl-remprop):
1704 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
1705 (etypecase, progv, lexical-let, lexical-let*)
1706 (multiple-value-bind, multiple-value-setq, shiftf):
1707 Improve argument/docstring consistency.
1708
2641cc63
JB
1709 * subr.el (focus-frame, unfocus-frame):
1710 Revert deletion on 2005-05-01.
1711
a41c216f
AS
17122005-05-22 Andre Spiegel <spiegel@gnu.org>
1713
1714 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
1715 doesn't exist.
1716
83040cb0
SM
1717 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
1718 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
3187ba1c 1719
fdd55b6a
NR
17202005-05-22 Nick Roberts <nickrob@snap.net.nz>
1721
1722 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
1723 already deleted variables: auto-fill-hook, blink-paren-hook,
52eb0373 1724 lisp-indent-hook, inhibit-local-variables, unread-command-event,
fdd55b6a
NR
1725 suspend-hooks, comment-indent-hook, meta-flag,
1726 before-change-function, after-change-function,
1727 font-lock-doc-string-face.
1728
71f800cf
LT
17292005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1730
1731 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
1732
bb4afd09
EZ
17332005-05-21 Eli Zaretskii <eliz@gnu.org>
1734
1735 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
1736 rmail-dont-reply-to.
1737
a2c9aee6
EZ
17382005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1739
1740 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
1741 literal blank when splitting new-header-values.
1742
6e50f7e0
EZ
17432005-05-21 Matt Hodges <MPHodges@member.fsf.org>
1744
1745 * calendar/cal-menu.el (cal-menu-update): Add separator as a
1746 string so that tmm doesn't create a completion entry for it.
1747
1748 * textmodes/table.el (table-disable-menu): Ditto.
1749
a527b753
RS
17502005-05-21 Richard M. Stallman <rms@gnu.org>
1751
1752 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
1753
1754 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
1755
1756 * net/rcompile.el (remote-compile): Use compilation-start.
1757
1758 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
1759
774cd454
DP
17602005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
1761
1762 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
1763 Default to makefile-bsdmake-mode on BSD systems.
1764
1765 * imenu.el (imenu-generic-expression, imenu--generic-function'):
1766 REGEXP may also be a search function now. The part of doc-string
1767 for describing the structure was 95% identical to that of
1768 `imenu--generic-function'. Unify it there.
1769
6cd0254f
SM
1770 * progmodes/make-mode.el (makefile-imenu-generic-expression):
1771 Use function to find dependencies, because regexp alone is so complex,
774cd454
DP
1772 it easily goes into an endless loop.
1773 (makefile-makepp-mode): Also add submenu for Perl functions
1774 defined in the makefile.
1775 (makefile-bsdmake-mode): Special imenu-generic-expression no
1776 longer needed, due to function call.
1777 (makefile-match-dependency): Take BOUND into account when checking
1778 if we're through.
1779
ed8060d9
JB
17802005-05-20 Jay Belanger <belanger@truman.edu>
1781
1782 * calc/calc-units.el (calc-invalidate-units-table):
1783 Use inhibit-read-only.
1784 (math-build-units-table-buffer): Use view-mode.
1785
8292be61
DK
17862005-05-20 David Kastrup <dak@gnu.org>
1787
1788 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
1789 easy-menu-add is not a nop on Emacs; and clarify when to call it.
1790
0a418fa1
JB
17912005-05-20 Lute Kamstra <lute@gnu.org>
1792
1793 * diff-mode.el (diff-header-face, diff-file-header-face)
1794 (diff-index-face, diff-hunk-header-face, diff-removed-face)
1795 (diff-added-face, diff-changed-face, diff-function-face)
1796 (diff-context-face, diff-nonexistent-face): Put them in the
1797 diff-mode customization group.
1798
17992005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1800
1801 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
1802
1803 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
1804
1805 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
1806 Minor regexp-optimization.
1807
24e9a727
CD
18082005-05-20 Carsten Dominik <dominik@science.uva.nl>
1809
1810 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
1811 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
1812 (org-agenda-add-time-grid-maybe): New function.
1813 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
1814 (org-table-create): `dotimes' instead of `mapcar'.
44a91a68 1815 (org-xor): Simplify implementation.
24e9a727
CD
1816 (org-agenda): `inhibit-redisplay' turned on.
1817 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
1818 a consistent line after a state change.
1819 (org-agenda-remove-times-when-in-prefix): New option.
1820 (org-prefix-has-time): New variable.
1821 (org-parse-time-string): Optional argument NODEFAULT.
1822 (org-format-agenda-item): Parse items for time-of-day
1823 specifications and move these into the prefix if possible.
1824 (org-agenda-priority): Get current heading, not previous heading
1825 during agenda remote editing.
1826
a18ff988
JB
18272005-05-20 Juanma Barranquero <lekktu@gmail.com>
1828
47bc4b3f
JB
1829 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
1830 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
1831 (remove-duplicates, delete-duplicates, substitute)
1832 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
1833 (nsubstitute-if-not, find, find-if, find-if-not, position)
1834 (position-if, position-if-not, count, count-if, count-if-not)
1835 (mismatch, search, sort*, stable-sort, merge, member*)
1836 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
1837 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
1838 (intersection, nintersection, set-difference, nset-difference)
1839 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
1840 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
1841 (nsublis, tree-equal): Improve argument/docstring consistency.
1842
1843 * subr.el (send-string, send-region):
1844 Remove obsolescence declaration.
a18ff988
JB
1845 (window-dot, set-window-dot, read-input, show-buffer)
1846 (eval-current-buffer, string-to-int):
1847 Add release number to obsolescence declarations.
1848
f4056bf7
KS
18492005-05-19 Kim F. Storm <storm@cua.dk>
1850
1851 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
1852 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
1853
35a0a8aa
NR
18542005-05-20 Matt Hodges <MPHodges@member.fsf.org>
1855
1856 * faces.el (list-faces-display): Make back button respect optional
1857 regexp arg.
1858
bfd187c8
JB
18592005-05-19 Juanma Barranquero <lekktu@gmail.com>
1860
1861 * calculator.el (calculator-radix-grouping-mode)
1862 (calculator-radix-grouping-digits, calculator-displayer)
1863 (calculator-radix-grouping-separator, calculator-copy-displayer):
1864 * dabbrev.el (dabbrev-search-these-buffers-only):
1865 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
1866 (diff-advance-after-apply-hunk, diff-mode-hook)
1867 (diff-minor-mode-prefix):
1868 * imenu.el (imenu-use-popup-menu):
1869 * jit-lock.el (jit-lock-context-time):
1870 * newcomment.el (comment-fill-column, comment-column)
1871 (comment-style, comment-padding, comment-multi-line)
1872 (comment-empty-lines, comment-auto-fill-only-comments):
1873 * reveal.el (reveal-around-mark):
1874 * uniquify.el (uniquify-buffer-name-style)
1875 (uniquify-after-kill-buffer-p)
1876 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
1877 (uniquify-min-dir-content, uniquify-separator)
1878 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
1879 * w32-vars.el (w32-fixed-font-alist):
1880 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1881 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
1882 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
1883 * progmodes/perl-mode.el (perl-indent-level)
1884 (perl-continued-statement-offset, perl-continued-brace-offset)
1885 (perl-brace-offset, perl-brace-imaginary-offset)
1886 (perl-label-offset, perl-indent-continued-arguments)
1887 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
1888 * progmodes/tcl.el (tcl-indent-level)
1889 (tcl-continued-indent-level, tcl-auto-newline)
1890 (tcl-tab-always-indent, tcl-electric-hash-style)
1891 (tcl-help-directory-list, tcl-use-smart-word-finder)
1892 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
1893 (inferior-tcl-source-command):
1894 * textmodes/fill.el (enable-kinsoku):
1895 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
1896 * textmodes/table.el (table-yank-handler):
1897 Specify missing group (and type, if simple) in defcustom.
1898
620d3304
LT
18992005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1900
1901 * progmodes/compile.el (compilation-finish-function): Fix defvar.
1902
e1c45277
RS
19032005-05-19 Richard M. Stallman <rms@gnu.org>
1904
1905 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
1906
1907 * subr.el (event-basic-type): Don't get an error.
1908 (left-fringe-p): Function deleted.
1909
1910 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
a527b753 1911 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
e1c45277
RS
1912
1913 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
1914 in recursive copy.
1915
1916 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
1917
1918 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
1919
1920 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
1921 Call byte-compile-nogroup-warn if appropriate.
1922
1923 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
1924 (compilation-set-window): Don't call left-fringe-p; do it directly.
620d3304 1925
de327926
JB
19262005-05-19 Jay Belanger <belanger@truman.edu>
1927
1928 * calc/calc-graph.el (calc-graph-format-data): Make sure
1929 var-PlotRejects is bound before trying to check its value.
1930
73d5f668
CD
19312005-05-19 Carsten Dominik <dominik@science.uva.nl>
1932
b6666b5f 1933 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
73d5f668
CD
1934 definition of this variable from reftex-global.el to reftex.el,
1935 because it is needed in the menu.
1936
96474944
LK
19372005-05-19 Lute Kamstra <lute@gnu.org>
1938
1939 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
1940 years are fixed. Don't insert a space after a dash.
1941
8d9386a1
KS
19422005-05-19 Kim F. Storm <storm@cua.dk>
1943
1944 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
1945
dfa89b5d
DP
19462005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
1947
1948 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
1949 strings, because (eq ... ?\\) is fairly frequent.
1950
1951 * progmodes/make-mode.el (makefile-add-this-line-targets):
1952 Simplify and integrate into `makefile-pickup-targets'.
1953 (makefile-add-this-line-macro): Simplify and integrate into
1954 `makefile-pickup-macros.
1955 (makefile-pickup-filenames-as-targets): Simplify.
b6666b5f
SM
1956 (makefile-previous-dependency, makefile-match-dependency):
1957 Don't stumble over `::'.
dfa89b5d 1958
2fcd33fe
NR
19592005-05-19 Nick Roberts <nickrob@snap.net.nz>
1960
dfa89b5d 1961 * subr.el (post-command-idle-hook, post-command-idle-delay):
24d40bc2
NR
1962 Remove obsoletion of post-command-idle-hook and
1963 post-command-idle-delay.
1964
639ec765 1965 * faces.el (list-faces-display): Provide button when describe-face
85be564d 1966 is called to take user back to the list of faces.
639ec765
NR
1967
1968 * help-fns.el (describe-variable): Remove hyperlinks in a
1969 variable's value as these are quite frequently inappropriate.
1970
b6666b5f
SM
1971 * follow.el (follow-submit-feedback, follow-mode):
1972 Remove references to post-command-idle-hook.
2fcd33fe 1973
5c8b5442
DP
19742005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
1975
1976 * progmodes/make-mode.el (makefile-previous-dependency)
1977 (makefile-match-dependency): Check for := (and in bsd mode also
1978 !=) to give a better result, even when font-lock is not on.
1979
ec249c71
JB
19802005-05-18 Jay Belanger <belanger@truman.edu>
1981
44a91a68
JB
1982 * calc/calc-help.el (calc-s-prefix-help):
1983 Add `calc-copy-special-constant' to help string.
ec249c71 1984
2e5df9ac
LT
19852005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1986
1987 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1988
73b990b1
JB
19892005-05-18 Jay Belanger <belanger@truman.edu>
1990
1991 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
1992 in linear factors are in proper order.
3a1e8128
CD
1993
19942005-05-18 Carsten Dominik <dominik@science.uva.nl>
1995
44a91a68
JB
1996 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1997 Support for jurabib.
3a1e8128
CD
1998
1999 * textmodes/reftex.el (featurep): Define aliases for overlay
2000 commands, for XEmacs compatibility, and use these aliases in
2001 overlay initializations.
2002 (reftex-highlight): Use `reftex-move-overlay'.
2003 (reftex-unhighlight): Use `reftex-delete-overlay'.
2004 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
2005 (reftex-access-search-path): Use `reftex-uniquify' instead of
2006 `reftex-uniq'
2007
44a91a68
JB
2008 * textmodes/reftex-sel.el (reftex-select-unmark):
2009 Overlay `before-string' property modification enables for Emacs as well.
3a1e8128
CD
2010 (reftex-select-item): Use `reftex-delete-overlay'.
2011 (reftex-select-mark): Use `reftex-make-overlay' and
2012 `reftex-overlay-put'.
2013 (reftex-select-unmark): Use `reftex-delete-overlay' and
2014 `reftex-overlay-put'.
2015
7bc10886
LK
20162005-05-18 Lute Kamstra <lute@gnu.org>
2017
2018 * emacs-lisp/lisp.el (check-parens): Fix docstring.
2019
d11ad5a7
JB
20202005-05-18 Juanma Barranquero <lekktu@gmail.com>
2021
1902b5b6
JB
2022 * add-log.el (add-change-log-entry):
2023 * array.el (array-make-template, array-reconfigure-rows)
2024 (array-init-max-row, array-init-max-column)
2025 (array-init-columns-per-line, array-init-field-width):
2026 * replace.el (replace-match-maybe-edit, perform-replace):
2027 * textmodes/spell.el (spell-region):
2028 Replace `read-input' by `read-string'.
2029
2030 * forms.el (forms-mode):
2031 * finder.el (finder-compile-keywords):
2032 * shadowfile.el (shadow-read-files):
2033 Replace `eval-current-buffer' by `eval-buffer'.
2034
2035 * terminal.el (te-pass-through):
2036 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
2037 (ange-ftp-raw-send-cmd):
2038 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
2039 (send-process-next-char, telnet-initial-filter, telnet):
2040 Replace `send-string' by `process-send-string'.
2041
2042 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
2043 (prolog-consult-region): Replace `send-string' by
44a91a68 2044 `process-send-string'; replace `send-region' by `process-send-region'.
1902b5b6
JB
2045
2046 * progmodes/delphi.el (delphi-log-msg):
2047 Replace `set-window-dot' by `set-window-point'.
2048
d11ad5a7
JB
2049 * subr.el (window-dot, set-window-dot, read-input, send-string)
2050 (send-region, show-buffer, eval-current-buffer):
2051 Make really obsolete, as the comment says.
2052
77e2c652
KS
20532005-05-17 Kim F. Storm <storm@cua.dk>
2054
2055 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
2056 (cua--init-keymaps): Bind C-return instead of S-return to set
2057 rectangle mark.
2058
2059 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
2060 instead of S-return to toggle/clear rectangle mark.
2061
0b11ce59
DP
20622005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
2063
2064 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
8ade3c25
DP
2065 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
2066 Also fontify plain strings assigned to variables, mostly so that a
2067 colon has a face and is thus not taken as a dependency separator.
0b11ce59
DP
2068 (makefile-previous-dependency): Inline the new matcher, because it
2069 is too complex to work in both directions.
2070 (makefile-match-dependency): Eliminate `backward' arg (see above).
2071 Completely reimplemented so as to not sometimes go into an endless
2072 loop. It should also be more efficient, because first it only
2073 searches for `:', instead of applying the very complex regexp.
8ade3c25 2074 (makefile-mode): Cancel `font-lock-support-mode', because blocks
44a91a68
JB
2075 to be fontified in one piece can be too long for JIT.
2076 Makefiles are never *that* big.
0b11ce59 2077
6ae53dc1
RS
20782005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
2079
2080 * dired.el (dired-mode): Simplify.
2081
77777daf
LK
20822005-05-17 Lute Kamstra <lute@gnu.org>
2083
f8d0b769
LK
2084 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
2085 defcustom for the mode hook variable.
2086
77777daf
LK
2087 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
2088 Emacs Lisp Reference Manual.
2089
430c1c66
JB
20902005-05-17 Juanma Barranquero <lekktu@gmail.com>
2091
213233f0
JB
2092 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
2093 (evenp, list*):
2094 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
2095 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
2096
430c1c66
JB
2097 * net/tramp-smb.el (tramp-smb-open-connection):
2098 Pass `tramp-chunksize' as fifth (required) argument.
2099
71994ae7
DP
21002005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
2101
44a91a68
JB
2102 * font-lock.el (lisp-font-lock-keywords-1):
2103 Set `font-lock-negation-char-face' for [^...] char group.
71994ae7
DP
2104 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
2105
2106 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
2107 a var, and refine it to mask one more level of nested vars.
2108 (makefile-rule-action-regex): Turn it into a var, and refine it so
2109 it recognizes backslashed continuation lines as belonging to the
2110 same command.
2111 (makefile-macroassign-regex): Refine it so it recognizes
2112 backslashed continuation lines as belonging to the same command.
2113 (makefile-var-use-regex): Don't look at the next char, because it
2114 might be the same one to be skipped by the initial [^$], leading
2115 to an overlooked variable use.
2116 (makefile-make-font-lock-keywords): Remove two parameters, which
44a91a68
JB
2117 are now variables that some of the modes set locally.
2118 Handle dependency and rule action matching through functions, because
71994ae7 2119 regexps alone match too often. Dependency matching now comes
44a91a68 2120 last, so it can check, whether a colon already matched something else.
71994ae7
DP
2121 (makefile-mode): Inform that font-lock improves makefile parsing
2122 capabilities.
2123 (makefile-match-dependency, makefile-match-action): New functions.
2124
cc211a0f
JB
21252005-05-16 Juanma Barranquero <lekktu@gmail.com>
2126
1e866943
JB
2127 * emacs-lisp/cl-extra.el (equalp): Doc fix.
2128
027a4b6b
JB
2129 * align.el (align-regexp):
2130 * ansi-color.el (ansi-color-get-face):
2131 * array.el (array-reconfigure-rows, array-init-max-row)
2132 (array-init-max-column, array-init-columns-per-line)
2133 (array-init-field-width):
2134 * dired-aux.el (dired-trample-file-versions):
2135 * dired-x.el (dired-mark-sexp):
2136 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
2137 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
2138 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
2139 * faces.el (face-read-integer):
2140 * files.el (backup-extract-version, insert-directory):
2141 * hexl.el (hexl-insert-decimal-char):
2142 * server.el (server-process-filter):
2143 * shell.el (shell-extract-num):
2144 * startup.el (command-line-1):
2145 * term.el (term-command-hook):
2146 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
2147 (time-stamp-do-number):
2148 * time.el (display-time-update):
2149 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
2150 (timezone-fix-time):
2151 * vms-patch.el (vms-suspend-resume-hook):
2152 * calendar/appt.el (appt-convert-time):
2153 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2154 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
2155 * calendar/cal-islam.el (mark-islamic-diary-entries):
2156 * calendar/calendar.el (calendar-cursor-to-date)
2157 (calendar-star-date):
2158 * calendar/diary-lib.el (diary-attrtype-convert)
2159 (mark-diary-entries, diary-entry-time):
2160 * calendar/solar.el (solar-get-number):
2161 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
2162 * emacs-lisp/re-builder.el (reb-display-subexp):
2163 * emulation/edt.el (edt-set-scroll-margins):
2164 * emulation/tpu-extras.el (tpu-set-scroll-margins):
2165 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
2166 (vip-get-ex-count):
2167 * emulation/viper-ex.el (viper-get-ex-token)
2168 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
2169 * international/fontset.el (fontset-plain-name):
2170 * mail/feedmail.el (feedmail-look-at-queue-directory):
2171 * mail/mailalias.el (mail-get-names):
2172 * mail/rmail.el (rmail-convert-to-babyl-format):
2173 * mail/rmailsum.el (rmail-make-basic-summary-line)
2174 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
2175 (rmail-summary-goto-msg):
2176 * mail/smtpmail.el (smtpmail-read-response):
2177 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
2178 (ange-ftp-vms-add-file-entry):
2179 * play/gametree.el (gametree-looking-at-ply)
2180 (gametree-current-branch-score):
2181 * progmodes/ada-xref.el (ada-prj-find-prj-file)
2182 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
2183 * progmodes/cperl-mode.el (condition-case):
2184 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
2185 (ebrowse-set-member-buffer-column-width)
2186 (ebrowse-select-1st-to-9nth):
2187 * progmodes/etags.el (etags-snarf-tag):
2188 * progmodes/flymake.el (flymake-parse-line):
2189 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
2190 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
2191 (idlwave-shell-menu-def):
2192 * progmodes/ps-mode.el (ps-run-goto-error):
2193 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
2194 (vhdl-speedbar-contract-level):
2195 * term/mac-win.el (x-handle-numeric-switch):
2196 * term/sun-mouse.el (sun-get-frame-data):
2197 * term/w32-win.el (x-handle-numeric-switch):
2198 * term/x-win.el (x-handle-numeric-switch):
2199 * textmodes/ispell.el (ispell-parse-output):
2200 * textmodes/nroff-mode.el (nroff-outline-level):
2201 * textmodes/reftex-cite.el (reftex-bib-sort-year)
2202 (reftex-bib-sort-year-reverse, reftex-format-citation):
2203 * textmodes/reftex-parse.el (reftex-init-section-numbers)
2204 (reftex-section-number):
44a91a68
JB
2205 * textmodes/texinfmt.el (texinfo-paragraphindent):
2206 Replace `string-to-int' by `string-to-number'.
027a4b6b 2207
cc211a0f
JB
2208 * international/latexenc.el: Add page marker to force the "Local
2209 Variables:" string out of the last page.
2210
c65a8e73
NR
22112005-05-16 Nick Roberts <nickrob@snap.net.nz>
2212
2213 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
2214 tooltip-change-major-mode.
2215 (gud-tooltip-print-command): Remove case where gud-minor-mode
2216 is gdb ("--fullname").
2217 (gud-tooltip-tips): Turn GUD tooltips off for this case and
2218 explain to user.
2219
97c66d74
JB
22202005-05-16 Jay Belanger <belanger@truman.edu>
2221
2222 * calc/calc-store.el (calc-copy-special-constant): New function.
2223
2224 * calc/calc-ext.el (calc-init-extensions): Add binding for
2225 `calc-copy-special-constant'.
2226
2227 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
2228 for the `calc-copy-special-constant' command.
2229
0f182ca2
NR
22302005-05-16 Nick Roberts <nickrob@snap.net.nz>
2231
2232 * subr.el (left-fringe-p): New function.
2233
e6467bba
NR
2234 * progmodes/compile.el (compilation-setup): Set local value of
2235 overlay-arrow-string to "" always.
52eb0373
JB
2236 (compilation-set-window): Left fringe then don't scroll.
2237 No left fringe then no arrow and scroll message to top.
0f182ca2
NR
2238 (compilation-context-lines): Adjust doc string accordingly.
2239
bffc3c6e
KS
22402005-05-16 Kim F. Storm <storm@cua.dk>
2241
2242 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
2243 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
2244 (ido-wide-find-dir-or-delete-dir): New command for M-d.
2245 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
2246 (ido-read-file-name): Handle commands with ido property value
2247 equal to find-file as reading a file name, to allow C-d to enter dired.
2248 (ibuffer-find-file): Add ido property with value find-file.
2249
294c599c
KS
22502005-05-15 Kim F. Storm <storm@cua.dk>
2251
2252 * subr.el (open-network-stream-nowait): Remove.
2253 (open-network-stream-server): Remove.
2254
85ddb888
RS
22552005-05-15 Richard M. Stallman <rms@gnu.org>
2256
f1bc6e52
RS
2257 * faces.el (describe-face): Output a definition link button.
2258
2259 * help-mode.el (help-face-def): New button type.
2260
02d9d682
RS
2261 * emacs-lisp/copyright.el (copyright-fix-years):
2262 Match properly if the first year is 2-digit.
2263 Don't mess up the whitespace after the years by filling.
2264
2265 * dired-aux.el (dired-mark-confirm):
2266 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
2267
2268 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
2269 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
2270 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
2271
85ddb888
RS
2272 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2273 Set font-lock-comment-start-skip.
2274
2275 * font-lock.el (font-lock-comment-start-skip): New variable.
2276 (font-lock-comment-end-skip): New variable.
2277 (font-lock-fontify-syntactically-region): Use them if non-nil.
2278
fcd6e601
JB
22792005-05-15 Jay Belanger <belanger@truman.edu>
2280
2281 * calc/calc-store.el (calc-store-value): Return a string rather
2282 than display it as a message.
2283 Use calc-var-name for variable name.
2284 (calc-store-into): Add the result of calc-store-value to message.
2285 (calc-copy-variable): Add a message.
2286 (calc-store-exchange): Improve error messages.
2287 (calc-store-binary, calc-store-map): Don't reset the values of
2288 special constants.
2289
af415106
LT
22902005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2291
2292 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
2293 manual to docstring.
2294
2295 * files.el (hack-local-variables-confirm): Add STRING argument.
2296 Make the function handle non file visiting buffers correctly.
2297 (hack-local-variables-prop-line, hack-local-variables)
2298 (hack-one-local-variable): Use STRING arg of
2299 `hack-local-variables-confirm'.
2300
7177e2a3
MA
23012005-05-14 Michael Albinus <michael.albinus@gmx.de>
2302
2303 Sync with Tramp 2.0.49.
2304
2305 * tramp.el (tramp-handle-dired-call-process)
2306 (tramp-handle-insert-directory):`insert-buffer' cannot be used
2307 because the contents of the Tramp buffer is changed before
2308 insertion (`expand-file' and alike).
2309 (tramp-handle-insert-directory): If `localname' has an empty
2310 nondirectory name, it must not be quoted.
2311 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
2312 variable `tramp-chunksize'. Change callees.
2313 (tramp-open-connection-setup-interactive-shell): Check remote host
44a91a68
JB
2314 for buggy `send-process-string' implementation.
2315 Set `tramp-chunksize' if found. Reported by Michael Kifer
7177e2a3
MA
2316 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
2317 (tramp-handle-shell-command): `insert-buffer' cannot be used
2318 because the contents of the Tramp buffer is changed before
e0ad342f 2319 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
7177e2a3
MA
2320 <frederic.bothamy@free.fr>.
2321 (tramp-set-auto-save): Actions should be done for Tramp file name
44a91a68
JB
2322 handler only. Ange-FTP has its own auto-save mechanism.
2323 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7177e2a3
MA
2324 (tramp-set-auto-save-file-modes): Set file modes of
2325 `buffer-auto-save-file-name' to ?\600 as fallback solution.
2326 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
2327 (tramp-bug): Remove obsolete variable.
2328 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
44a91a68 2329 for presence of `mml-mode'. Make it running for older Emacsen as well.
7177e2a3 2330
39c7eb8a
JPW
23312005-05-14 John Paul Wallington <jpw@pobox.com>
2332
7177e2a3 2333 * ibuf-ext.el (define-ibuffer-filter filename):
39c7eb8a
JPW
2334 If `dired-directory' is a list, use its car.
2335
23362005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
2337
2338 * ibuffer.el (define-ibuffer-column filename):
2339 If `dired-directory' is a list, use its car.
2340
bbf87c29
RS
23412005-05-14 Richard M. Stallman <rms@gnu.org>
2342
e72e5833
RS
2343 * subr.el (symbol-file): Doc fix.
2344
11efeb9b
RS
2345 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
2346 (byte-compile-form): Call byte-compile-nogroup-warn.
2347 (byte-compile-warning-types): Doc fix.
2348
d06ba294
RS
2349 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
2350
bbf87c29
RS
2351 * progmodes/cc-engine.el (c-literal-faces):
2352 Add font-lock-comment-delimiter-face.
2353
2354 * net/net-utils.el (dig): Use with-no-warnings.
2355
2356 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
2357 (sc-recite-frame-alist, sc-default-cite-frame)
2358 (sc-default-uncite-frame, sc-default-recite-frame)
7177e2a3 2359 (sc-attrib-selection-list, sc-rewrite-header-list):
bbf87c29
RS
2360 Mark as risky-local-variable.
2361
2362 * international/ogonek.el (ogonek-jak, ogonek-how):
2363 Don't use beginning-of-buffer.
2364
2365 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
2366
2367 * calendar/solar.el (solar-data-list): Move definition up.
2368
2369 * dnd.el (dnd-protocol-alist): Add autoload.
2370
2371 * progmodes/sh-script.el: Many doc usage fixes.
2372 (sh-indent-after-do): Change default to match common styles.
2373
043fa787
LT
23742005-05-13 Luc Teirlinck <teirllm@auburn.edu>
2375
2376 * files.el (interpreter-mode-alist)
2377 (auto-mode-interpreter-regexp): Doc fixes.
2378
90713743
NR
23792005-05-13 Matt Hodges <MPHodges@member.fsf.org>
2380
44a91a68 2381 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
90713743
NR
2382
2383 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
2384
d90b02af
JD
23852005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2386
2387 * dired.el (dired-mode): make-variable-buffer-local =>
44a91a68 2388 make-local-variable.
d90b02af 2389
5063dbbf
YM
23902005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2391
2392 * term/mac-win.el (mac-select-convert-to-string): Try coding
2393 systems in mac-script-code-coding-systems if specified one cannot
2394 encode string for `com.apple.traditional-mac-plain-text'.
2395
27a7c83f
DP
23962005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
2397
2398 * progmodes/make-mode.el (makefile-targets-face)
2399 (makefile-shell-face, makefile-makepp-perl-face): New faces.
2400 (makefile-dependency-regex): Fix it to not make the colon in
2401 $(var:a=b) special.
2402 (makefile-rule-action-regex): New regexp for highlighting embedded
2403 Shell strings.
2404 (makefile-macroassign-regex): Handle != for highlighting as
2405 embedded Shell strings.
2406 (makefile-var-use-regex): New const.
2407 (makefile-statements, makefile-automake-statements)
2408 (makefile-gmake-statements, makefile-makepp-statements)
2409 (makefile-bsdmake-statements): New consts.
2410 (makefile-make-font-lock-keywords): New function.
2411 (makefile-automake-font-lock-keywords)
2412 (makefile-gmake-font-lock-keywords)
2413 (makefile-makepp-font-lock-keywords)
2414 (makefile-bsdmake-font-lock-keywords): New consts.
2415 (makefile-mode-map): Add switchers between the various submodes.
2416 (makefile-mode): Document the availability of the variants.
2417 (makefile-automake-mode, makefile-gmake-mode)
2418 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
2419
2420 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
2421 new variants of makefile-mode.
2422
3989c3e7
SM
24232005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2424
2425 * font-lock.el (font-lock-comment-delimiter-face): Fix up
2426 the inheritance.
2427
0cc61511
LT
24282005-05-12 Luc Teirlinck <teirllm@auburn.edu>
2429
0de01c28
LT
2430 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
2431 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
2432
0cc61511
LT
2433 * files.el (normal-mode): Extend the scope of the
2434 `enable-local-variables' binding to include the `set-auto-mode' call.
2435 (magic-mode-alist): Doc fix.
2436
bf2cea1d
SM
24372005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2438
2439 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
2440 font-lock-comment-face rather than copying its setting.
2441
e94dae7f
AS
24422005-05-12 Andreas Schwab <schwab@suse.de>
2443
2444 * eshell/esh-mode.el (eshell-send-input): Doc fix.
2445
19958124
LK
24462005-05-12 Lute Kamstra <lute@gnu.org>
2447
2448 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
2449 defcustom for the mode hook variable. Delete the last argument.
2450 * generic-x.el: Fix callers of define-generic-mode.
2451 (generic-x-modes): Delete group.
2452 (show-tabs-tab-face, show-tabs-space-face): Put them in the
2453 generic-x customization group.
2454
6da4411e
KS
24552005-05-12 Kim F. Storm <storm@cua.dk>
2456
2457 * font-lock.el (font-lock-negation-char-face): Default to "off".
2458
2459 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
2460 font-lock-negation-char-face to ! in !=.
2461
218cf475
MY
24622005-05-12 Masatake YAMATO <jet@gyve.org>
2463
2464 * add-log.el (find-change-log): Fix typos in the docstring
2465 of function.
2466
405cb12a
LK
24672005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2468
2469 * international/latexenc.el (latexenc-find-file-coding-system):
2470 Avoid `re-search-forward' when looking for input encoding because
2471 of speed and safety. Better regular expressions for recognizing
2472 input encoding. Limit a search for TeX-master/tex-main-file to
2473 the local variable section.
2474
8cec35c4
DN
24752005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
2476
2477 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
2478 syntax of $ to "'" (quote).
2479
1ed8284d
RS
24802005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2481
2482 * dnd.el (dnd-protocol-alist): Improve custom type.
2483
2484 * dired.el (dired-dnd-protocol-alist): New variable.
2485 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
2486 `dired-mode-hook' to the end.
2487
3989c3e7
SM
24882005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2489
2490 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
2491 comment-end if comment-start-skip is not set.
2492 Obey the font-lock-comment-delimiter-face variables.
2493
b71813cb
SM
24942005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2495
52eb0373 2496 * files.el (executable-find): Move from executable.el. Use locate-file.
ba47dcb2
SM
2497 * progmodes/executable.el (executable-find): Move to files.el.
2498
b71813cb
SM
2499 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
2500 when trying to ensure forward progress.
2501
1f9d439a
KS
25022005-05-11 Chong Yidong <cyd@stupidchicken.com>
2503
2504 * mouse-sel.el (mouse-sel-follow-link-p): New function.
2505 (mouse-select, mouse-select-internal, mouse-extend-internal):
2506 Use it to implement mouse-1-click-follows-link functionality.
2507
c50089c9
RS
25082005-05-11 Richard M. Stallman <rms@gnu.org>
2509
2510 * font-lock.el (font-lock-fontify-syntactically-region):
2511 Use font-lock-comment-delimiter-face for comment delimiters.
2512
cfb79865
JB
25132005-05-10 Jay Belanger <belanger@truman.edu>
2514
2515 * calc/calc-help.el (calc-m-prefix-help): Add mention of
2516 preserving embedded modes.
2517
d101bf56
RS
25182005-05-10 Richard M. Stallman <rms@gnu.org>
2519
2520 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
2521
2522 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
ba47dcb2 2523 Move from ada-stmt.el.
d101bf56
RS
2524 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
2525
2526 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
b71813cb
SM
2527 Move to ada-mode.el.
2528 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
d101bf56
RS
2529
2530 * cus-edit.el (custom-file): Call file-chase-links.
2531
2532 * files.el (read-directory-name): Fix previous change.
af415106
LT
2533 (hack-local-variables-confirm): New function.
2534 (hack-local-variables-prop-line, hack-local-variables)
2535 (hack-one-local-variable): Use it.
d101bf56 2536
0003d2e3
LK
25372005-05-10 Lute Kamstra <lute@gnu.org>
2538
2539 * font-lock.el (font-lock-keywords-alist)
2540 (font-lock-removed-keywords-alist): Clarify docstrings.
2541
556dd15d
NR
25422005-05-10 Nick Roberts <nickrob@snap.net.nz>
2543
2544 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
2545 (gdb-source-info): Check for preprocessor info.
52eb0373 2546 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
556dd15d 2547 a macro for a function.
556dd15d 2548 (gdb-info-breakpoints-custom): Try to find file again if not already
52eb0373 2549 found (user might have used GDB dir command).
556dd15d
NR
2550 (gdb-get-location): Update gdb-location-alist correctly for change
2551 to gdb-info-breakpoints-custom.
2552
2553 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
2554 (gud-tooltip-print-command): Add gdbmi case.
2555 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
2556 preprocessor info.
2557
a8a64bf4
RS
25582005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
2559
2560 * startup.el (fancy-splash-insert): Fix typo in doc string.
2561
f1701e65
JB
25622005-05-09 Juanma Barranquero <lekktu@gmail.com>
2563
78640104
JB
2564 * obsolete/float.el (string-to-float):
2565 * obsolete/hilit19.el (hilit-add-pattern):
2566 * obsolete/rnews.el (news-parse-range, news-select-message)
2567 (news-get-pruned-list-of-files): Replace `string-to-int' by
2568 `string-to-number'.
2569
f1701e65
JB
2570 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
2571 `find-file-not-found-hooks'; use `add-hook'.
2572 (uncompress-while-visiting): Set `write-file-functions', not
2573 `write-file-hooks'; use `add-hook'.
2574
a0e6f952
KS
25752005-05-09 Kim F. Storm <storm@cua.dk>
2576
2577 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
2578 (cua-paste): Handle clipboard action.
2579 (cua--init-keymaps): Remap clipboard-kill-region and
2580 clipboard-kill-ring-save.
2581
c29d24ea
EZ
25822005-05-08 Eli Zaretskii <eliz@gnu.org>
2583
b659edce
SM
2584 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2585 Improve commentary.
906aee93 2586
c29d24ea
EZ
2587 * simple.el (next-error-overlay-arrow-position): Revert the change
2588 made on 2005-04-30.
2589
1d64910f
JB
25902005-05-07 Jay Belanger <belanger@truman.edu>
2591
2592 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
2593 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
2594 `calc-sel-reselect'.
2595
2596 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
2597 Calc is in embedded mode.
2598
55b958f0
EZ
25992005-05-07 Eli Zaretskii <eliz@gnu.org>
2600
b659edce
SM
2601 * progmodes/compile.el (compilation-setup):
2602 Set overlay-arrow-string to an empty string on text terminals.
6a4fb78f 2603
55b958f0
EZ
2604 * textmodes/ispell.el (ispell-program-name): Try looking for
2605 "aspell" along exec-path, and if found, use it as the default
2606 speller program.
2607
c2c51a11
EZ
26082005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
2609
b659edce
SM
2610 * international/mule.el (sgml-xml-auto-coding-function):
2611 Recognize encoding='FOO' in single quotes as well as in double quotes.
c2c51a11 2612
f1701e65 26132005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
a5ad278d
EZ
2614
2615 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
2616 as well as `interactive', so that defmacro* would recognize
2617 `declare' forms.
2618
e6469973
EZ
26192005-05-07 Eli Zaretskii <eliz@gnu.org>
2620
b659edce
SM
2621 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2622 Explain more about the LIGHTER arg's usage in the doc string.
2623 Add commentary to clarify what the code does. Fix the regexp that
e6469973
EZ
2624 strips whitespace from LIGHTER. Quote LIGHTER before using it,
2625 since it could have characters special to regular expressions.
2626
06df7f87
EZ
26272005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
2628
2629 * replace.el (occur-1): Bind inhibit-read-only so that
2630 erase-buffer doesn't barf on read-only text properties (likewise
b659edce 2631 for add-text-properties in occur-engine). Mark buffer as unmodified.
06df7f87
EZ
2632 (occur-engine): Don't set buffer-read-only here.
2633
5f4d0dd9
SM
26342005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2635
2636 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
2637 list-buffers-directory. This caused the *cvs-commit* buffer to be
2638 sometimes mistakenly reused as a *cvs* buffer.
2639
ffdb022f
NR
26402005-05-07 Nick Roberts <nickrob@snap.net.nz>
2641
2642 * tooltip.el: Move code for GUD tooltips into gud.el.
2643 (require): CL no longer needed to compile case.
2644 (tooltip-mode): Do not toggle functions for GUD tooltips.
52eb0373 2645 (tooltip-gud-tips-p): Remove. Replace with minor mode
ffdb022f
NR
2646 gud-tooltip-mode in gud.el.
2647 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
2648 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
2649 tooltip-gud prefix with gud-tooltip and obsolete.
2650 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
2651 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
2652 (tooltip-mouse-motion): Mouse movement functions/variable.
2653 Rename in gud.el by adding gud prefix.
2654 (tooltip-gud-original-filter, tooltip-gud-dereference)
2655 (tooltip-gud-event, tooltip-toggle-gud-tips)
2656 (tooltip-gud-process-output, tooltip-gud-print-command)
52eb0373 2657 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
ffdb022f
NR
2658 gud.el by replacing tooltip-gud prefix with gud-tooltip.
2659 (gdb-tooltip-print): Move to gdb-ui.el.
2660
2661 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
2662 (require): CL needed to compile case.
2663 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
52eb0373 2664 tooltip-gud-tips-p. Make it a minor-mode.
ffdb022f
NR
2665 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
2666 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
2667 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
2668 (gud-tooltip-change-major-mode)
2669 (gud-tooltip-activate-mouse-motions-if-enabled)
2670 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
2671 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
2672 (gud-tooltip-original-filter, gud-tooltip-dereference)
2673 (gud-tooltip-event, tooltip-toggle-gud-tips)
2674 (gud-tooltip-process-output, gud-tooltip-print-command)
5f4d0dd9 2675 (gud-tooltip-tips): Move from tooltip.el.
ffdb022f 2676
5f4d0dd9 2677 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
ffdb022f
NR
2678 (gdb-cpp-define-alist-flags): Doc fix.
2679 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
2680 gud-tooltip-mode is t.
2681
64981116
SM
26822005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2683
2684 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
2685 evaporate if their text is deleted.
2686 (goto-address-at-point): Make it work as a mouse binding as well.
2687 (goto-address-at-mouse): Obsolete it. Update users.
2688
860f2506
GM
26892005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
2690
2691 * calendar/appt.el (top-level): No longer activate on load.
2692
19f26a89
JB
26932005-05-06 Juanma Barranquero <lekktu@gmail.com>
2694
2695 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2696 * net/webjump.el (webjump):
2697 * progmodes/idlw-help.el (idlwave-do-context-help1)
2698 (idlwave-highlight-linked-completions):
64981116
SM
2699 * textmodes/po.el (po-find-file-coding-system-guts):
2700 Replace `assoc-ignore-case' by `assoc-string'.
19f26a89 2701
6ff95f1d
EZ
27022005-05-06 Eli Zaretskii <eliz@gnu.org>
2703
2c6b25c7
EZ
2704 * files.el (locate-file): Doc fix.
2705
38a300b1
EZ
2706 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
2707 Remove the redundant test for ms-dos.
2708
ab3290cb
EZ
2709 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
2710 look for the preprocessor with exec-suffixes. If not found in
2711 standard places, look in exec-path. Remove most of the tests that
2712 used system-type.
2713
6ff95f1d
EZ
2714 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
2715
2716 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
2717
2718 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
2719 file-name clash with jka-compr.el on 8+3 filesystems.
2720
17d28d26
YM
27212005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2722
2723 * term/mac-win.el: Don't define or bind scroll bar functions if
2724 x-toolkit-scroll-bars is t.
64981116 2725 (x-select-text, x-get-selection-value):
b659edce 2726 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
17d28d26
YM
2727 (PRIMARY): Put mac-scrap-name property.
2728 (mac-select-convert-to-file-url): New function.
2729 (public.file-url): New selection target type. Add to
2730 selection-converter-alist.
2731 (x-get-selection, x-selection-value): Handle it.
2732 (x-cut-buffer-or-selection-value): New alias.
2733
b659edce
SM
27342005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2735
2736 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
2737 entry to avoid calling bibtex-find-entry with arg global
2738 being t. Remove arg key.
2739 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
2740 (bibtex-copy-summary-as-kill): Change accordingly.
2741
27422005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2743
2744 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
2745 (org-agenda-date-later): Use with-current-buffer.
2746
643b4cf5
LT
27472005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2748
2749 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
2750 (define-obsolete-variable-alias): Doc Fixes.
2751
dc1a7e26
KS
27522005-05-06 Kim F. Storm <storm@cua.dk>
2753
8a370783
KS
2754 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
2755 vertical-motion when selective-display is active.
2756
dc1a7e26
KS
2757 * ido.el (ido-setup-hook): New hook.
2758 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
2759 (ido-input-stack): New var.
52eb0373 2760 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
dc1a7e26
KS
2761 ido-next-work-file binding to M-O.
2762 Bind M-f to ido-wide-find-file-or-pop-dir.
2763 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
2764 (ido-read-internal): Run ido-setup-hook.
2765 Catch quit in read-file-name and read-string to cancel edit.
2766 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
2767 Automatically pop-all when completing a directory name (RET).
2768 (ido-file-internal): Add with-no-warnings around ffap and dired code.
2769 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
2770 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
64981116
SM
2771 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
2772 New functions for M-b/M-f to move among the directory components.
dc1a7e26
KS
2773 (ido-make-merged-file-list): Catch quit to cancel merge.
2774 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
2775 (ido-completion-help): No warnings for ido-completion-buffer-full.
10f518f7 2776
dc1a7e26 27772005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
10f518f7 2778
dc1a7e26 2779 * font-lock.el (font-lock-negation-char-face): New face and variable.
10f518f7 2780 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
10f518f7 2781 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
10f518f7 2782 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
10f518f7
DP
2783 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
2784
dc75b163
JB
27852005-05-05 Juanma Barranquero <lekktu@gmail.com>
2786
64981116
SM
2787 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
2788 Fix typo in docstring.
3fe26922 2789
1c1d2dc8
JB
2790 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
2791 (ebrowse-print-statistics-line)
2792 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
2793
dc75b163
JB
2794 * term/w32-win.el (image-library-alist): Add additional name for
2795 Xpm library.
2796
ae23f980
NR
27972005-05-05 Nick Roberts <nickrob@snap.net.nz>
2798
2799 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
2800 use gcc instead of cpp.
2801
2802 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
3fe26922 2803 (gdb-create-define-alist): Use it.
19f26a89 2804 (gdb-cpp-define-alist-program): Update for MS-DOS.
ae23f980 2805
02636b9c
NR
28062005-05-04 Nick Roberts <nickrob@snap.net.nz>
2807
ae23f980 2808 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
02636b9c 2809
01a50b51
KS
28102005-05-04 Richard M. Stallman <rms@gnu.org>
2811
d101bf56
RS
2812 * help.el (describe-key): No error when UNTRANSLATED is nil.
2813
01a50b51
KS
2814 * simple.el (line-move-1): Fix previous change to signal errors
2815 appropriately.
2816
fa2b23e5 28172005-05-03 Ulf Jasper <ulf.jasper@web.de>
832e0e22
GM
2818
2819 * calendar/icalendar.el (icalendar-version): Now at 0.12.
2820 (icalendar-duration-correction): Remove.
2821 (icalendar--get-event-properties): Split result at commas.
2822 (icalendar--decode-isoduration): New optional argument
2823 DURATION-CORRECTION.
fa2b23e5
KS
2824 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
2825 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
2826 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
2827 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
832e0e22
GM
2828 (icalendar--convert-anniversary-to-ical): New functions, extracted
2829 from icalendar-export-region, with bug fixes.
2830 (icalendar-export-region): Use the above functions.
2831 (icalendar-import-buffer): Check before saving diary file.
2832 (icalendar--convert-recurring-to-diary)
2833 (icalendar--convert-non-recurring-all-day-to-diary)
fa2b23e5
KS
2834 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
2835 extracted from icalendar--convert-ical-to-diary, with bug fixes.
832e0e22
GM
2836 (icalendar--convert-ical-to-diary): Use the above functions.
2837
be50a727
NR
28382005-05-03 Nick Roberts <nickrob@snap.net.nz>
2839
2840 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
2841 Remove these recent additions.
2842 (c-mode): Restore to before 2005-04-28.
2843
2844 * progmodes/cc-vars.el (cc-define-list-program): Remove this
2845 recent addition.
2846
2847 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
2848 (gdb-define-alist): New variables.
2849 (gdb-create-define-alist): New function.
2850 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
2851 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
2852 with string-to-number.
52eb0373 2853 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
be50a727
NR
2854
2855 * progmodes/gud.el: Replace string-to-int with string-to-number.
2856 (gud-find-file): Handle gdb-define-alist.
2857
2858 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
2859
bc446113
JB
28602005-05-02 Jay Belanger <belanger@truman.edu>
2861
fa2b23e5
KS
2862 * calc/calc-aent.el (math-read-token):
2863 * calc/calc-bin.el (calc-word-size):
2864 * calc/calc-ext.el (calc-read-number-fancy):
2865 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
bc446113 2866 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
fa2b23e5 2867 * calc/calc-frac.el (calc-over-notation):
bc446113 2868 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
fa2b23e5 2869 (calc-graph-num-points, calc-graph-init):
bc446113 2870 * calc/calc-prog.el (calc-read-parse-table-part)
fa2b23e5
KS
2871 (calc-edit-macro-repeats):
2872 * calc/calc-yank.el (calc-do-grab-rectangle):
2873 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
2874 Replace `string-to-int' by `string-to-number'.
bc446113 2875
e40527dc
KS
28762005-05-02 Kim F. Storm <storm@cua.dk>
2877
2878 * kmacro.el: Use executing-kbd-macro-index variable.
2879
9a479835
TTN
28802005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
2881
2882 * net/rlogin.el (rlogin-parse-words): Delete func.
2883 (rlogin): Use split-string, not rlogin-parse-words.
2884 Also, if there are option-like elements in the parsed args,
2885 take the host to be the first arg immediately following them.
2886 Suggested by Michael Mauger.
2887
f6b1b15a
LT
28882005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2889
2890 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
2891
975e5c47 28922005-05-02 Nick Roberts <nickrob@snap.net.nz>
9a479835 2893
975e5c47
NR
2894 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
2895 (cc-mode-cpp-program): Rename to cc-define-list-program and
2896 move to cc-vars.el.
f6b1b15a 2897
975e5c47 2898 * progmodes/cc-vars.el (cc-define-list-program):
52eb0373 2899 Change to "gcc -E -dM -". Make customizable.
975e5c47 2900
5c2e5a5e
KS
29012005-05-02 Kim F. Storm <storm@cua.dk>
2902
2903 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
2904
95bb5b56
NR
29052005-05-02 Nick Roberts <nickrob@snap.net.nz>
2906
b161ea4e
NR
2907 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
2908
95bb5b56
NR
2909 * international/mule-util.el (truncate-string): Remove alias and
2910 obsolete declaration.
2911
2912 * international/mule-cmds.el (update-iso-coding-systems):
2913 Remove alias and obsolete declaration.
2914
2915 * international/mule.el (coding-system-parent): Remove alias and
2916 obsolete declaration.
2917
2918 * subr.el (define-function, sref): Remove aliases and obsolete
2919 declarations.
2920 (chars-in-region): Remove obsolete declaration.
2921
ebbfa918
RS
29222005-05-01 Richard M. Stallman <rms@gnu.org>
2923
2924 * info.el (Info-mode): Set widen-automatically to nil, locally.
2925
2926 * simple.el (widen-automatically): New variable.
2927 (pop-global-mark): Obey widen-automatically.
2928
656c316d
DN
29292005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2930
2931 * term/xterm.el (function-key-map): Call substitute-key-definition
5c2e5a5e 2932 before the keymap size is increased by a lot of define-key calls.
656c316d 2933
b2cfb30b
RS
29342005-05-01 Richard M. Stallman <rms@gnu.org>
2935
5c2e5a5e 2936 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
b2cfb30b
RS
2937 Rename ARG to ELEMENT. Doc fix.
2938
5c2e5a5e 29392005-05-01 Nick Roberts <nickrob@snap.net.nz>
9ded0282 2940
92bedc0e
NR
2941 * allout.el (allout-exposure): Remove macro and obsolete declaration.
2942 Remove references to allout-exposure/change to allout-new-exposure.
2943
9ded0282
NR
2944 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
2945 bytecode symbols.
2946
2947 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
2948 (compiled-function-p, focus-frame, unfocus-frame):
2949 Remove aliases and obsolete declarations.
52eb0373 2950 Back out inadvertent changes from previous commit.
9ded0282 2951
a87fdbbd
LT
29522005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2953
2954 * files.el (require-final-newline): Make Custom tags consistent
2955 with mode-require-final-newline.
2956 (mode-require-final-newline): Doc fix.
2957
0003d2e3
LK
29582005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2959
2960 * international/latexenc.el (latexenc-find-file-coding-system):
2961 Fix regular expressions.
2962
29632005-05-01 David Kastrup <dak@gnu.org>
b7f29772
LK
2964
2965 * international/latexenc.el (latexenc-find-file-coding-system):
0003d2e3 2966 Fix regular expressions.
b7f29772 2967
bdf7ae41
NR
29682005-05-01 Nick Roberts <nickrob@snap.net.nz>
2969
2970 * subr.el (string-to-int): Make obsolete.
2971
0b1fc48a
RS
29722005-04-30 Richard M. Stallman <rms@gnu.org>
2973
7e995a23 2974 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
0b1fc48a
RS
2975
2976 * loadup.el: load jka-comp-hook.
2977
6ff95f1d 2978 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
0b1fc48a 2979 (jka-compr-handler): Add autoload. `put' calls moved
6ff95f1d
EZ
2980 to jka-comp-hook.el.
2981 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
0b1fc48a 2982 (jka-compr-inhibit): Autoload.
a87fdbbd 2983
0b1fc48a
RS
2984 * jka-comp-hook.el: New file.
2985 Enable the mode by default.
2986
2987 * files.el (backup-buffer-copy): Use copy-file instead
2988 of write-region, and put back the 'excl.
2989
29902005-04-30 Chong Yidong <cyd@stupidchicken.com>
2991
2992 * progmodes/flymake.el (flymake-split-string)
2993 (flymake-split-string, flymake-log, flymake-pid-to-names)
2994 (flymake-reg-names, flymake-get-source-buffer-name)
2995 (flymake-unreg-names, flymake-add-line-err-info)
2996 (flymake-add-err-info): Clarify docstrings.
2997 (flymake-popup-menu, flymake-make-emacs-menu)
2998 (flymake-make-xemacs-menu): Add docstrings.
2999 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
3000 Set variables directly throughout.
3001
80b61a0f
NR
30022005-04-30 Nick Roberts <nickrob@snap.net.nz>
3003
3004 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
52eb0373 3005 exists. Initialise cc-define-alist.
80b61a0f 3006 (c-mode): Add cc-create-define-alist locally to after-save-hook.
898d58d7 3007 If there is no file (Macroexpansion) don't create an alist.
80b61a0f 3008
bb9c1f2a
SS
30092005-04-29 Sam Steingold <sds@gnu.org>
3010
3011 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
3012 (cc-create-define-alist): Use it instead of the hard-coded string.
3013
2d5e5eb8
SM
30142005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3015
3016 * international/mule-conf.el (file-coding-system-alist): Fix regexp
3017 for latexenc.
3018
57efa539
LK
30192005-04-29 Lute Kamstra <lute@gnu.org>
3020
3021 * emacs-lisp/generic.el: Improve commentary section.
3022 (define-generic-mode): Improve docstring.
3023
56c91423
CD
30242005-04-29 Carsten Dominik <dominik@science.uva.nl>
3025
b67a4e9f 3026 * textmodes/org.el (many places): Change to quiet the byte compiler.
56c91423
CD
3027 (org-prefix-format-compiled): New variable.
3028 (org-compile-prefix-format): New function.
b67a4e9f
KS
3029 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
3030 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
3031 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
3032 (org-get-entries-from-diary): Use `org-get-time-of-day' for
56c91423 3033 consistency with entries from `org-mode' files.
b67a4e9f 3034 (org-get-time-of-day): Fix bug with partial matches early in a line.
56c91423
CD
3035 (org-non-link-chars): New constant.
3036 (org-link-regexp): Respect `org-non-link-chars'.
b67a4e9f
KS
3037 (org-agenda-day-view): Remove command.
3038 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
56c91423
CD
3039 (org-follow-bbdb-link, org-store-link): Search also company field.
3040 (org-highlight-overlay): New variable.
3041 (org-highlight, org-unhighlight): New functions.
b67a4e9f
KS
3042 (org-agenda-mode): Add pre-command-hook to remove highlight.
3043 (org-evaluate-time-range): Behavior depends upon whether time stamp
3044 contains a time or not.
56c91423
CD
3045 (org-show-subtree, org-show-entry): New functions.
3046 (org-agenda-cleanup-fancy-diary): Remove empty lines.
56c91423 3047
7eb6ede5
LT
30482005-04-28 Luc Teirlinck <teirllm@auburn.edu>
3049
3050 * comint.el (comint-output-filter-functions): Add autoload cookie.
3051
b7ce4173
KS
30522005-04-28 Kim F. Storm <storm@cua.dk>
3053
3054 * ido.el (ido-everywhere): Fix last change.
3055
0b606bb2
TTN
30562005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
3057
3058 * international/latexenc.el: New file.
3059 * international/mule-conf.el (file-coding-system-alist): For .tex,
3060 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
3061
d79b6c21
LK
30622005-04-28 Lute Kamstra <lute@gnu.org>
3063
0a20b1dc
LK
3064 * font-lock.el (font-lock-add-keywords)
3065 (font-lock-remove-keywords): Clarify docstring.
3066 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
3067 Don't start docstrings with a `*'.
3068 (font-lock-update-removed-keyword-alist): Give it a docstring.
3069
d79b6c21
LK
3070 * generic-x.el: Update commentary section.
3071 Only require font-lock when compiling.
3072 Define all modes conditionally.
3073 Place all generic modes in the generic-x-modes customization group.
3074 (generic-x-modes): New customization group.
3075 (generic-default-modes, generic-mswindows-modes)
3076 (generic-unix-modes, generic-other-modes): New constants.
3077 (generic-define-mswindows-modes, generic-define-unix-modes):
3078 Update docstrings. Make them obsolete.
2d5e5eb8
SM
3079 (generic-extras-enable-list): New default value. Update docstring.
3080 Improve :type. Change :set function.
d79b6c21
LK
3081 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
3082 Fix docstring.
3083
2d5e5eb8
SM
3084 * emacs-lisp/generic.el (generic-mode-internal):
3085 Simplify font-lock-defaults.
817edb15 3086 (define-generic-mode): Fix docstring.
d79b6c21
LK
3087
30882005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3089
3090 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
3091 font-lock-face property to highlight matches.
3092
8c75afbf
NR
30932005-04-28 Nick Roberts <nickrob@snap.net.nz>
3094
52eb0373 3095 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8c75afbf
NR
3096 (cc-define-alist): New variable.
3097 (c-mode): Make it local and initialise it.
3098
3099 * progmodes/gdb-ui.el (gdb-active-process): New variable.
3100 (gdb-exited): New function.
3101 (gdb-annotation-rules): Use it.
3102 (gdb-starting): Set gdb-active-process to t.
3103 (gdb-stopping): Amend doc string.
3104 (gdb-reset): Set gdb-active-process to nil.
3105
3106 * tooltip.el (tooltip-gud-tips): Show the associated #define
3107 directives when a C program under GDB is not executing.
3108
b8a04883
SM
31092005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
3110
3111 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
3112 font-lock-fontify-syntactic-keywords.
3113
3114 * font-lock.el (font-lock-default-fontify-region): Don't force
3115 parse-sexp-lookup-properties to nil.
3116
a46f2d6d
EZ
31172005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
3118
3119 * man.el (man-mode-syntax-table): Set up `:' to have
3120 word-constituent syntax.
3121
b2b46494
LK
31222005-04-27 Lute Kamstra <lute@gnu.org>
3123
3124 * novice.el (disable-command): Don't add spurious newlines to the
3125 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
3126
a715531f
JB
31272005-04-26 Jay Belanger <belanger@truman.edu>
3128
3129 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
3130 than one window before deleting window.
3131
85ab9f4e
LT
31322005-04-26 Luc Teirlinck <teirllm@auburn.edu>
3133
3134 * shell.el (shell-prompt-pattern): Doc fix.
3135 (shell-mode): Set paragraph-separate buffer locally to "\\'".
3136
3137 * comint.el (comint-prompt-regexp, comint-get-old-input)
3138 (comint-use-prompt-regexp)
3139 (comint-use-prompt-regexp-instead-of-fields)
3140 (comint-replace-by-expanded-history, comint-send-input)
3141 (comint-output-filter, comint-get-old-input-default)
3142 (comint-line-beginning-position, comint-bol, comint-show-output)
3143 (comint-backward-matching-input, comint-forward-matching-input)
b8a04883
SM
3144 (comint-next-prompt, comint-previous-prompt):
3145 Rename `comint-use-prompt-regexp-instead-of-fields' to
85ab9f4e
LT
3146 `comint-use-prompt-regexp'. Keep old name as alias and declare
3147 obsolete.
3148 (comint-use-prompt-regexp): Shorten first line of doc string.
3149
3150 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
3151 Set paragraph-separate buffer locally to "\\'".
3152
3153 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
3154 Adapt to above name change.
3155
3156 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
3157 (smbclient-prompt-regexp): Ditto.
3158
3159 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
3160
19475957
NR
31612005-04-27 Nick Roberts <nickrob@snap.net.nz>
3162
3163 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
3164 gdb-location-list.
3165 Break lines that are over 80 characters wide.
3166
2231c2bc
SM
31672005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3168
3169 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
3170 New fun and var, to preserve compatibility.
3171
3172 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
3173
31742005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
3175
3176 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
3177 name to file-newer-than-file-p.
3178
68a94f5a
RS
31792005-04-26 Richard M. Stallman <rms@gnu.org>
3180
f03f317a
RS
3181 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
3182
68a94f5a
RS
3183 * progmodes/python.el (python-mode):
3184 Use new name eldoc-documentation-function.
3185
3186 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
3187
3188 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3189 (eldoc-documentation-function):
2231c2bc 3190 Rename from eldoc-print-current-symbol-info-function. Calls changed.
68a94f5a 3191
c9c1312d
NR
31922005-04-26 Nick Roberts <nickrob@snap.net.nz>
3193
3194 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
3195
35b1b8ab
DN
31962005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3197
3198 * term/xterm.el (function-key-map): Fix strings for
2231c2bc 3199 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
35b1b8ab
DN
3200 {C,S,A,C-S}-{f1-f12}.
3201
bc10bcbd
KH
32022005-04-26 Kenichi Handa <handa@m17n.org>
3203
2231c2bc
SM
3204 * international/mule-cmds.el (select-safe-coding-system):
3205 Fix previous change.
bc10bcbd 3206
ec1e11a9
LK
32072005-04-26 Lute Kamstra <lute@gnu.org>
3208
c25eec81
LK
3209 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
3210
3211 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
3212 (font-lock-comment-delimiter-face): Ditto.
3213
ec1e11a9
LK
3214 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
3215
2b2920a9
JB
32162005-04-25 Jay Belanger <belanger@truman.edu>
3217
3218 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
3219 to t while inserting information; use help-mode.
3220
c9b630f7
DN
32212005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
3222
3223 * term.el (ansi-term-color-vector): Use the xterm colors.
52eb0373 3224 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
c9b630f7 3225
8ba81e93
LK
32262005-04-25 Lute Kamstra <lute@gnu.org>
3227
3228 * font-core.el (font-lock-defaults): Fix docstring.
3229
3230 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
3231
901ae597
KH
32322005-04-25 Kenichi Handa <handa@m17n.org>
3233
2231c2bc
SM
3234 * international/mule-cmds.el (select-safe-coding-system):
3235 Don't check consistency with coding: spec, etc if raw-text or
901ae597
KH
3236 no-conversion was found to be safe.
3237
a6390474
RS
32382005-04-24 Richard M. Stallman <rms@gnu.org>
3239
3240 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
3241 citation markers at start of each line.
3242
3243 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
3244 citation markers at start of each line.
3245
3246 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
3247
3248 * files.el (mode-require-final-newline): Fix previous change.
3249 (require-final-newline): Fix type label.
3250
2538808f
GM
32512005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3252
3253 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
3254 statement in buffer (broken by 2004-11-24 change).
3255
456986fd
KS
32562005-04-24 Kim F. Storm <storm@cua.dk>
3257
3258 * ido.el (ido-everywhere): Save and restore old read-buffer-function
3259 and read-file-name-function values. Don't overwrite existing
3260 non-nil values if ido-mode is enabled without ido-everywhere.
3261
e5baf107
LT
32622005-04-24 Luc Teirlinck <teirllm@auburn.edu>
3263
3264 * files.el (mode-require-final-newline): Minor doc fix.
3265
1441edfe
EZ
32662005-04-24 Eli Zaretskii <eliz@gnu.org>
3267
9d1ffd5a 3268 * subr.el (syntax-after): Doc fix.
f3714ab2
EZ
3269 (syntax-class): If argument is nil, return nil. Mask off upper 16
3270 bits, not 8 bits.
9d1ffd5a 3271
1441edfe
EZ
3272 * files.el (mode-require-final-newline): Doc fix.
3273 (backup-buffer-copy): Fix last change.
3274
49ed33c7
YM
32752005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3276
3277 * term/mac-win.el: Require select. Set selection-coding-system to
3278 mac-system-coding-system. Call menu-bar-enable-clipboard.
3279 (x-last-selected-text-clipboard, x-last-selected-text-primary)
3280 (x-select-enable-clipboard): New variables.
3281 (x-select-text, x-get-selection, x-selection-value)
3282 (x-get-selection-value, mac-select-convert-to-string)
3283 (mac-services-open-file, mac-services-open-selection)
3284 (mac-services-insert-text): New functions.
3285 (CLIPBOARD, FIND): Put mac-scrap-name property.
3286 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
3287 (public.tiff): Put mac-ostype property.
3288 (selection-converter-alist): Add entries for them.
3289 (mac-application-menu-map): New keymap.
3290 (interprogram-cut-function, interprogram-paste-function): Set to
3291 x-select-text and x-get-selection-value, respectively.
3292 (split-window-keep-point): Set to t.
3293
469bc679
RS
32942005-04-23 Richard M. Stallman <rms@gnu.org>
3295
3296 * files.el (read-directory-name): Always pass non-nil
3297 DEFAULT-FILENAME arg to read-file-name.
3298 (backup-buffer-copy, basic-save-buffer-2): Take care against
3299 writing thru an unexpected existing symlink.
3300 (revert-buffer): In indirect buffer, revert the base buffer.
3301 (magic-mode-alist): Doc fix.
3302 (buffer-stale-function): Doc fix.
3303 (minibuffer-with-setup-hook): Avoid warning.
3304 (mode-require-final-newline): Doc and custom fix.
e5baf107 3305
469bc679
RS
3306 * follow.el (follow-end-of-buffer): Use with-no-warnings.
3307
3308 * font-lock.el (font-lock-comment-face): On terminals with few colors,
3309 use the default appearance.
3310 (font-lock-comment-delimiter-face): New face, new variable.
3311
3312 * imenu.el (imenu--generic-function): The official position of a
3313 definition is the start of the line that BEG is in.
3314
3315 * midnight.el (midnight-timer): Move defvar up.
3316
3317 * mouse.el (mouse-drag-region-1): Delete some debugging code.
3318
3319 * saveplace.el (save-place-to-alist): Use with-no-warnings.
3320
3321 * startup.el (command-line): Use with-no-warnings.
3322
3323 * window.el (window-size-fixed): New defvar.
3324
3325 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
3326
e5baf107 3327 * mail/rmail.el (rmail-font-lock-keywords):
469bc679
RS
3328 Use font-lock-comment-delimiter-face.
3329
3330 * mail/sendmail.el (mail-font-lock-keywords):
3331 Use font-lock-comment-delimiter-face.
3332
3333 * progmodes/compile.el (next-error-highlight-timer): New defvar.
3334
33352005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
3336
e5baf107 3337 * progmodes/compile.el (compilation-mode-font-lock-keywords):
469bc679
RS
3338 Specify t for LAXMATCH when matching directories.
3339 Save match data around compilation-compat-error-properties form.
3340
1639cc2e
DK
33412005-04-23 David Kastrup <dak@gnu.org>
3342
3343 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
3344 Mention that the autoloaded aliases should be kept for AUCTeX.
3345
d379c558
AS
33462005-04-23 Andreas Schwab <schwab@suse.de>
3347
3348 * isearch.el (isearch-forward): Doc fix.
3349
4739237d
EZ
33502005-04-23 Eli Zaretskii <eliz@gnu.org>
3351
3352 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
3353 (jit-lock-stealth-nice): Change default value to 0.5.
3354
71baa28f
EZ
33552005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
3356
3357 * abbrev.el (write-abbrev-file): Write table entries in
3358 alphabetical order by table name.
3359
e271742d
KS
33602005-04-22 Kim F. Storm <storm@cua.dk>
3361
3362 * ido.el (ido-read-internal): Fix `list' completion.
3363
9a9c3a4b
KH
33642005-04-22 Kenichi Handa <handa@m17n.org>
3365
3366 * recentf.el (recentf-save-file-coding-system): New variable.
3367 (recentf-save-list): Encode the file by
3368 recentf-save-file-coding-system and add coding: tag.
3369
230e1e80
NR
33702005-04-22 Nick Roberts <nickrob@snap.net.nz>
3371
3372 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
3373
e1573595
LK
33742005-04-21 Lute Kamstra <lute@gnu.org>
3375
9721d904
LK
3376 * loadhist.el (unload-feature): Don't remove a function from hooks
3377 if it is about to be restored to an autoload . Remove functions
3378 that will become unbound from auto-mode-alist. Simplify the code.
3379
2c7b5da1
LK
3380 * subr.el (assq-delete-all): New implementation that is linear,
3381 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
3382 (rassq-delete-all): New function.
3383
2231c2bc
SM
3384 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3385 Add size-indication-mode.
e1573595 3386
2375e71a
KH
33872005-04-21 Kenichi Handa <handa@m17n.org>
3388
3389 * international/mule-cmds.el: Add autoload for widget-value in
2231c2bc 3390 eval-when-compile.
2375e71a 3391
8e447172
NR
33922005-04-21 Nick Roberts <nickrob@snap.net.nz>
3393
e271742d 3394 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8e447172
NR
3395 Add tooltip-mode.
3396
3397 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
3398
fcd9d525
LT
33992005-04-20 Luc Teirlinck <teirllm@auburn.edu>
3400
3401 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
3402 (inferior-lisp-filter-regexp, inferior-lisp-program)
3403 (inferior-lisp-load-command, inferior-lisp-prompt)
3404 (inferior-lisp-mode-hook, lisp-source-modes)
3405 (inferior-lisp-load-hook): defvar->defcustom.
3406 (inferior-lisp-program, inferior-lisp-prompt)
3407 (inferior-lisp-load-hook): Doc fixes.
3408 (inferior-lisp-install-letter-bindings): Small change in
3409 introductory comment.
3410
57428691
DN
34112005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3412
3413 * vc.el (vc-annotate-color-map): Change some colors so that text
3414 using them as foreground is readable on both white and black
3415 backgrounds.
3416
c791cb54
SM
34172005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3418
3419 * international/mule-conf.el (translation-table-for-input):
3420 Remove redundant declaration.
3421
396fdf3c
NR
34222005-04-20 Nick Roberts <nickrob@snap.net.nz>
3423
3424 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
3425
3426 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
3427 (tooltip-toggle-gud-tips): New function.
3428
37c5c4a7
YM
34292005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3430
3431 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
3432 right angle brackets.
3433
64cb0f82
NR
34342005-04-20 Nick Roberts <nickrob@snap.net.nz>
3435
3436 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
3437
95ed7b42
SM
34382005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3439
b8471a02
SM
3440 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
3441 Remove. Update callers to use expand-file-name instead.
3442
95ed7b42
SM
3443 * subr.el (syntax-class): New function.
3444
3445 * simple.el (blink-matching-open): Use it.
3446
3447 * paren.el (show-paren-function): Use it to recognize parens that are
3448 also used in 2-char comment markers.
3449
191652f8
LK
34502005-04-19 Lute Kamstra <lute@gnu.org>
3451
3452 * loadhist.el (unload-feature): Update for new format of
3453 load-history. Simplify the code.
3454
327a3376
YM
34552005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3456
3457 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
3458 (mac-add-charset-info): New function. Initialize variable
3459 mac-charset-info-alist using it.
3460 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
3461 for translation.
3462 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
95ed7b42
SM
3463 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
3464 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
3465 New CCL programs.
327a3376 3466
5827e9d4
KS
34672005-04-19 Kim F. Storm <storm@cua.dk>
3468
3469 * simple.el (next-buffer, prev-buffer, next-error)
3470 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3471 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
3472
3473 * bindings.el (next-buffer, prev-buffer, next-error)
3474 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3475 (clone-indirect-buffer-other-window): Move bindings from simple.el.
3476 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
3477 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
3478
e5feeb31
SM
34792005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3480
3481 * isearch.el (isearch-edit-string): Make the search-ring available for
3482 minibuffer history commands.
3483 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
3484 the default history commands now work just as well.
3485 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
3486
77580d18
KS
34872005-04-18 Kim F. Storm <storm@cua.dk>
3488
3489 * emulation/cua-base.el (cua--pre-command-handler): Add more
3490 elaborate check for shift modifier on non-window systems.
3491
adbb89ef
LH
34922005-04-18 Lars Hansen <larsh@math.ku.dk>
3493
3494 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
3495
2e764c66
KS
34962005-04-18 Kim F. Storm <storm@cua.dk>
3497
3498 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
3499 and make it optional. Don't test tooltip-gud-echo-area here.
e5feeb31
SM
3500 (tooltip-gud-process-output, gdb-tooltip-print):
3501 Pass tooltip-gud-echo-area to tooltip-show.
cae07240 3502 (tooltip-help-tips): Remove second optional arg to tooltip-show.
2e764c66 3503
3f4413f8
YM
35042005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3505
3506 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
3507 `display-graphic-p' may not be bound yet.
3508
742220b6
LT
35092005-04-17 Luc Teirlinck <teirllm@auburn.edu>
3510
3511 * startup.el (command-line): No longer enable Xterm Mouse mode by
3512 default in terminals compatible with xterm.
3513
3514 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
3515
01c515bb
NR
35162005-04-18 Nick Roberts <nickrob@snap.net.nz>
3517
3518 * tooltip.el (tooltip-gud-echo-area): Rename from
3519 tooltip-use-echo-area.
3520 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
3521 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
3522 area independently of where help tooltips are displayed.
3523
bbeb3055
DK
35242005-04-17 David Kastrup <dak@gnu.org>
3525
3526 * cus-theme.el (custom-theme-write-variables): Quote variables
3527 where necessary.
3528
ec0cf966
RS
35292005-04-17 Richard M. Stallman <rms@gnu.org>
3530
9e60c724
RS
3531 * simple.el (yank-excluded-properties): Add follow-link to value.
3532
ec0cf966
RS
3533 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
3534
3535 * startup.el (fancy-splash-max-time): Just 30 seconds.
3536 (fancy-splash-delay): Just 7.
3537 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
3538
3539 * loadhist.el (unload-feature): Update for new format of load-history.
3540 Simplify the code.
3541
3542 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
3543 (rmail-font-lock-keywords): Don't fontify the text of a citation.
3544
3545 * mail/sendmail.el (mail-font-lock-keywords):
3546 Don't fontify subject text.
3547 Don't fontify the text of a citation.
3548
35492005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
3550
3551 * comint.el (comint-output-filter): Run comint-output-filter-functions
3552 with point where the user had it.
3553
b72c5a86
SM
35542005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3555
3556 * international/ucs-tables.el (ucs-set-table-for-input):
3557 Disable when using unify-on-decoding.
3558
fbcaad36
DN
35592005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3560
3561 * emulation/cua-base.el (cua-global-mark-face): Add special case
3562 for displays supporting a high number of colors.
3563
ccb9871d
EZ
35642005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3565
b72c5a86 3566 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
ccb9871d 3567
3d70f279
EZ
35682005-04-16 Chong Yidong <cyd@stupidchicken.com>
3569
3570 * filesets.el (filesets-add-buffer): If user supplies a name of a
3571 non-existing fileset, create a new fileset.
3572
bf94eed3
CD
35732005-04-16 Carsten Dominik <dominik@science.uva.nl>
3574
b72c5a86 3575 * textmodes/org.el (org-up-heading-all): Fix bug with
742220b6 3576 `outline-up-heading-all'.
bf94eed3 3577
a35d9075
AS
35782005-04-16 Andreas Schwab <schwab@suse.de>
3579
3580 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
3581 /etc/permissions.d/* and /etc/aliases.d/*.
3582
5f400376
KH
35832005-04-16 Kenichi Handa <handa@m17n.org>
3584
b72c5a86
SM
3585 * international/code-pages.el (cp-make-coding-system):
3586 Set `translation-table-for-input' property value to the symbol
5f400376
KH
3587 ucs-mule-to-mule-unicode, not to that value.
3588 (pt154): Escape guillemet by `\'.
3589
9e5b2858
LT
35902005-04-15 Luc Teirlinck <teirllm@auburn.edu>
3591
3592 * loadup.el: Load tooltip if x-show-tip is fboundp.
3593
3594 * startup.el (command-line): Add comment.
3595
3596 * tooltip.el (tooltip-mode): Specify correct standard value for
3597 Custom in init-value.
3598
3698ff2e
NR
35992005-04-15 Nick Roberts <nickrob@snap.net.nz>
3600
3601 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
3602 possible.
3603
a9f07b61
CD
36042005-04-15 Carsten Dominik <dominik@science.uva.nl>
3605
fe38e3b0 3606 * textmodes/org.el (org-agenda-date-prompt): Rename from
a9f07b61
CD
3607 `org-agenda-date-today'.
3608 (org-evaluate-time-range): Insert at point instead of directly
3609 after time range.
3610 (org-first-headline-recenter, org-subtree-end-visible-p)
3611 (org-optimize-window-after-visibility-change): New functions
3612 (org-agenda-post-command-hook): Don't allow point at end of line,
3613 to make sure it always hits the text properties.
b72c5a86
SM
3614 (org-agenda-next-date-line, org-agenda-previous-date-line):
3615 New commands.
a9f07b61 3616 (org-set-regexps-and-options): Category may contain white space.
b72c5a86
SM
3617 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3618 Improve marker positions.
a9f07b61
CD
3619 (org-agenda-new-marker): Argument POS made optional.
3620 (org-agenda-get-timestamps): Deadlines which are done are listed
3621 in org-done-face now.
3622 (org-agenda-get-todos, org-agenda-get-timestamps)
b72c5a86
SM
3623 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3624 Set `undone-face' and `done-face' properties.
a9f07b61
CD
3625 (org-last-todo-state-is-todo): New variable.
3626 (org-todo): Set `org-last-todo-state-is-todo'.
3627 (org-agenda-todo): Change face according to
3628 `org-last-todo-state-is-todo'. And change other lines refering to
3629 the same entry.
3630 (org-calendar-goto-agenda): New command.
3631 (org-calendar-to-agenda-key): New option.
3632 (org-startup-folded): New allowed value `content'.
3633 (org-set-regexps-and-options): Accept new value `content' for
3634 `org-startup-folded'.
3635 (org-get-current-options): Handle new value `content' for
3636 `org-startup-folded'.
3637 (org-insert-todo-heading): New command.
3638 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
3639 interactively in empty file and option
3640 `org-insert-mode-line-in-empty-file' has been set.
b72c5a86 3641 (org-agenda-todo,org-agenda-priority): Modify to use
a9f07b61 3642 `org-agenda-change-all-lines'.
b72c5a86 3643 (org-warning-face): Change color on dark background
a9f07b61 3644
c6588b4e
YM
36452005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3646
3647 * international/mule-cmds.el (set-locale-environment): On Mac OS,
3648 use preferences AppleLocale and AppleLanguages, and variable
3649 mac-system-locale for default locale. On Mac OS Classic, use
3650 mac-system-coding-system for default coding systems.
3651
b72c5a86
SM
3652 * term/mac-win.el: Don't set file-name-coding-system.
3653 Decode variables system-name, emacs-build-system, user-login-name, and
c6588b4e
YM
3654 user-full-name by mac-system-coding-system on Mac OS Classic.
3655 (mac-system-coding-system): New variable.
3656
b3a623d0
LT
36572005-04-13 Luc Teirlinck <teirllm@auburn.edu>
3658
3659 * startup.el (command-line): Handle `xterm-mouse-mode' before
3660 reading init file.
4d727d1a
LT
3661
3662 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
b3a623d0 3663
328fc313
GM
36642005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3665
3666 * progmodes/sh-script.el (sh-here-document-word): Make it a
3667 defcustom. Doc fix.
3668 (sh-add): Bash uses $(( )) for arithmetic.
3669 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
3670 (sh-maybe-here-document): Remove quotes and leading whitespace
3671 from heredoc word when closing. Indent heredoc with tabs if word
3672 starts with "-".
3673
0047373b
RS
36742005-04-13 Richard M. Stallman <rms@gnu.org>
3675
3676 * simple.el (undo): Fix previous change.
3677
3678 * custom.el (defface): Doc fix.
3679
a2d66c78
LK
36802005-04-13 Lute Kamstra <lute@gnu.org>
3681
5c156fdf
LK
3682 * Makefile.in (DONTCOMPILE): Remove list.
3683 (compile, compile-always): Don't use DONTCOMPILE.
3684 (update-authors): Load the library in which batch-update-authors
3685 is defined.
3686 * makefile.w32-in (DONTCOMPILE): Remove list.
3687 (compile, compile-always): Fix comments.
3688 (update-authors): Load the library in which batch-update-authors
3689 is defined.
3690
a2d66c78
LK
3691 * generic-x.el (generic-mode-ini-file-find-file-hook):
3692 Rename to ini-generic-mode-find-file-hook.
3693 Keep generic-mode-ini-file-find-file-hook as an alias.
3694 (ini-generic-mode-find-file-hook): Rename from
3695 generic-mode-ini-file-find-file-hook. Fix docstring.
3696 (ini-generic-mode): Docstring change.
3697 (bat-generic-mode-run-as-comint): Silence the byte compiler.
3698
3699 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
3700 called from lisp.
3701
3702 * generic.el: Move to the emacs-lisp subdir.
3703
759e9f0c
DN
37042005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3705
3706 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
3707 and C-S- function and cursor motion keys.
3708
dc56fc01
LT
37092005-04-12 Luc Teirlinck <teirllm@auburn.edu>
3710
3711 * startup.el (command-line): Enable Xterm Mouse mode by default.
3712 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
ed77be1d
LT
3713 for Custom. No longer show "Mouse" in mode line when enabled.
3714 Doc fix.
dc56fc01 3715
d50285de
KS
37162005-04-12 Kim F. Storm <storm@cua.dk>
3717
3718 * emulation/cua-base.el (cua-rectangle-face)
3719 (cua-rectangle-noselect-face): Define face attributes here.
3720
3721 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
3722
ed0fb1f1
JD
37232005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3724
3725 * startup.el (command-line): Turn off blinking cursor if
3726 cursorBlink in resources is off or false.
3727
a56e6111
YM
37282005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3729
3730 * term/mac-win.el (dnd): Require dnd.
3731 (mac-drag-n-drop): Call dnd-handle-one-url.
b7461be9
YM
3732 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
3733 (kTextEncodingISOLatin2): Remove constants.
3734 (mac-script-code-coding-systems): New constant.
3735 (mac-handle-language-change): New function.
3736 (special-event-map): Bind it to `language-change' event.
3737 (mac-centraleurroman, mac-cyrillic): New coding systems.
3738 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
3739 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
3740 and mac-cyrillic-encoder to encode-mac-centraleurroman and
3741 encode-mac-cyrillic, respectively.
a56e6111 3742
a1b6a089
NR
37432005-04-12 Nick Roberts <nickrob@snap.net.nz>
3744
3745 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
3746 Don't set overlay-arrow-string to "=>" as this is done
3747 globally in C now.
3748
4d88e0ad
LK
37492005-04-12 Lute Kamstra <lute@gnu.org>
3750
b72c5a86
SM
3751 * generic-x.el (rc-generic-mode, rul-generic-mode):
3752 Fix auto-mode-alist entries.
4d88e0ad
LK
3753 (etc-fstab-generic-mode): Tweak fontification.
3754
3755 * generic.el (generic-make-keywords-list): Fix docstring.
3756 (generic-mode-internal): Simplify generic-font-lock-keywords.
3757
df5e8d2c
RV
37582005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3759
b72c5a86 3760 * whitespace.el (whitespace-buffer-leading)
2231c2bc
SM
3761 (whitespace-buffer-trailing): Revert the incorrect test inversion.
3762 However, fix the highlight area for the leading and
df5e8d2c
RV
3763 trailing whitespaces to show space.
3764
7a15a271
RV
37652005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3766
3767 * whitespace.el (whitespace-version): Bump to 3.5
3768
b72c5a86
SM
3769 (whitespace-buffer-leading, whitespace-buffer-trailing):
3770 Invert sense of the test to highlight the whitespace.
7a15a271 3771
c80b3945
NR
37722005-04-12 Nick Roberts <nickrob@snap.net.nz>
3773
3774 * progmodes/gud.el (gud-display-line): GUD uses its own
3775 overlay arrow now so don't set overlay-arrow-string.
3776 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
3777
22c061d6
DN
37782005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3779
3780 * term.el (term-ansi-current-bold, term-ansi-current-underline)
3781 (term-ansi-current-reverse, term-ansi-current-invisible)
3782 (term-ansi-face-already-done): Change to boolean.
3783 (term-reset-terminal, term-handle-colors-array): Handle the above
3784 vars accordingly.
3785 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
3786 (term-emulate-terminal): Use the new name.
3787
3788 * faces.el (secondary-selection): Use yellow1, not yellow.
3789 (trailing-whitespace): Use red1, not red.
3790
b438e670
JD
37912005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3792
3793 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
3794 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
3795 (dired-dnd-handle-file): Call dnd-get-local-file-uri
3796
3797 * cus-edit.el (dnd): New group.
3798
3799 * term/w32-win.el (dnd): Require dnd
3800 (w32-drag-n-drop): Call dnd-handle-one-url.
3801
3802 * x-dnd.el: Require dnd.
b72c5a86
SM
3803 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
3804 Call dnd-handle-one-url.
b438e670
JD
3805 (x-dnd-types-alist, x-dnd-insert-utf8-text)
3806 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
3807 to dnd-insert-text.
4d88e0ad
LK
3808 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
3809 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
fe38e3b0 3810 (x-dnd-get-local-file-name, x-dnd-open-local-file)
b72c5a86 3811 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
b438e670
JD
3812
3813 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
3814
0047373b 38152005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
a8f8c390
SM
3816
3817 * wdired.el: Doc fixes.
3818 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
3819 (wdired-use-dired-vertical-movement): Rename from
3820 wdired-always-move-to-filename-beginning.
3821 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
3822 (wdired-change-to-wdired-mode): Change mode name.
3823 (wdired-newline): Delete.
3824
713c9020
RS
38252005-04-11 Richard M. Stallman <rms@gnu.org>
3826
7dbe67a4
RS
3827 * whitespace.el (whitespace-highlight-the-space):
3828 Don't call whitespace-unhighlight-the-space here.
3829
713c9020
RS
3830 * simple.el (undo): Record t in undo-equiv-table
3831 for the redo record made by an undo-in-region.
3832
45bd9a1a
NR
38332005-04-12 Nick Roberts <nickrob@snap.net.nz>
3834
3835 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
3836 (gdb-frame-inferior-io-buffer): New Functions to control
3837 display of separate IO buffer.
3838 (menu): Add them to menu-bar.
3839 (gdb-display-buffer): Check for buffer another frame.
3840 Protect GUD buffer.
3841 (gdb-setup-windows): Create IO buffer if not already there.
3842 (gdb-memory-mode): Remove purecopy noops.
3843
055e0d88
GM
38442005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
3845
3846 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
3847 and pass to self-insert-command.
3848
9285b8bc
LK
38492005-04-11 Lute Kamstra <lute@gnu.org>
3850
3851 * generic.el: Commentary section cleanup.
3852 (generic): Delete.
3853 (generic-use-find-file-hook, generic-lines-to-scan)
3854 (generic-find-file-regexp, generic-ignore-files-regexp)
3855 (default-generic-mode, generic-mode-find-file-hook)
3856 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
3857 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
3858 (generic-use-find-file-hook, generic-lines-to-scan)
3859 (generic-find-file-regexp, generic-ignore-files-regexp)
3860 (default-generic-mode, generic-mode-find-file-hook)
3861 (generic-mode-ini-file-find-file-hook): Move from generic.el.
3862
9552bee8
KF
38632005-04-10 Karl Fogel <kfogel@red-bean.com>
3864
3865 * bookmark.el (bookmark-write-file): Catch errors writing file.
3866 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
3867
6695c528
RS
38682005-04-10 Richard M. Stallman <rms@gnu.org>
3869
3870 * startup.el (fancy-splash-tail): Update copyright year.
3871 (command-line): Split part of -Q into -D.
3872 (emacs-basic-display): New defvar.
3873 (fancy-splash-text): Correct name of menu item.
3874
3875 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
3876
3877 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
3878 lines in one node.
3879
3880 * comint.el (comint-send-input): New arg ARTIFICIAL.
3881 Callers in this file changed.
3882
3883 * abbrev.el (define-abbrevs): Read system abbrevs properly.
3884
3885 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
3886
38872005-04-10 Chong Yidong <cyd@stupidchicken.com>
3888
3889 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
3890 `ldap-search-internal'.
3891
35f257bb
SM
38922005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3893
f587e30b
SM
3894 * files.el (set-auto-mode-1): Use line-end-position.
3895
35f257bb
SM
3896 * international/latin-1.el:
3897 * international/latin-2.el:
3898 * international/latin-3.el:
3899 * international/latin-4.el:
3900 * international/latin-5.el:
3901 * international/latin-8.el:
3902 * international/latin-9.el: Give punctuation syntax to NBSP.
3903
3904 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
3905 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
3906 Use char-classes to accept non-ascii letters, accepted in some recent
3907 bibtex implementations.
3908
223bc577
LT
39092005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3910
3911 * custom.el (custom-set-minor-mode): Any non-nil value for the
3912 variable should enable the mode when set through Custom.
3913
4bcb9c95
SM
39142005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3915
3916 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
3917 TAB binding so tab-always-indent is obeyed.
3918 (vhdl-minibuffer-local-map): Move initialization into declaration.
3919 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
3920 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
3921 (vhdl-hooked-abbrev): Avoid test for XEmacs.
3922 (vhdl-current-line): Use line-beginning-position.
3923 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
3924 with-output-to-temp-buffer, so the current position can be recorded.
3925
0c9a01ff
MY
39262005-04-10 Masatake YAMATO <jet@gyve.org>
3927
4bcb9c95
SM
3928 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3929 Add regexp for gcov.
0c9a01ff 3930
91472578
MB
39312005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3932
4bcb9c95
SM
3933 * calendar/time-date.el (time-to-seconds, seconds-to-time)
3934 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
91472578 3935 syntax which Emacs 20 doesn't support.
91472578 3936
6695c528
RS
39372005-04-09 Richard M. Stallman <rms@gnu.org>
3938
b72c5a86
SM
3939 * help.el (describe-key-briefly, describe-key):
3940 Replace strings as event types with "(any string)".
6695c528 3941
941f9778
SM
39422005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3943
3944 * arc-mode.el (archive-mode-map): Move initialization into
3945 the declaration. Override *all* bindings of `undo'.
3946 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
3947
1d1bf521
JB
39482005-04-09 Jay Belanger <belanger@truman.edu>
3949
941f9778 3950 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
1d1bf521 3951
ce102cb1
DN
39522005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3953
3954 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
3955 (xterm-register-default-colors): Update color values computation
3956 to match xterm-200.
3957
2a9e192d
KH
39582005-04-09 Kenichi Handa <handa@m17n.org>
3959
3960 * international/code-pages.el (iso-latin-7): Fix the map.
3961
e790a4a3
LT
39622005-04-08 Luc Teirlinck <teirllm@auburn.edu>
3963
3964 * emacs-lisp/lisp.el (defun-prompt-regexp)
3965 (parens-require-spaces, buffer-end, end-of-defun)
3966 (insert-parentheses): Doc fixes.
3967
3306ed3b
KS
39682005-04-08 Kim F. Storm <storm@cua.dk>
3969
3970 * comint.el (comint-highlight-prompt): Fix face spec.
e0d815a2 3971 * hi-lock.el (hi-green): Likewise.
3306ed3b 3972
099dcdcf
DN
39732005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3974
3306ed3b 3975 * cus-edit.el (custom-modified-face):
099dcdcf
DN
3976 * comint.el (comint-highlight-input): Fix previous changes.
3977 * term.el (term-handle-ansi-escape): Add a comment.
3978
c22c3db0
SM
39792005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3980
3981 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
3982 in the buffer and in whitespace-highlighted-space.
3983 (whitespace-unhighlight-the-space): Simplify.
3984 (whitespace-buffer): Simplify.
3985
ea81d57e
DN
39862005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3987
3988 * textmodes/table.el (table-cell-face): Add special case for
3989 displays supporting a high number of colors.
3990 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3991 (vhdl-font-lock-reserved-words-face)
3992 (vhdl-speedbar-architecture-face)
3993 (vhdl-speedbar-instantiation-face)
3994 (vhdl-speedbar-architecture-selected-face)
c22c3db0
SM
3995 (vhdl-speedbar-instantiation-selected-face): Likewise.
3996 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
3997 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
ea81d57e
DN
3998 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
3999 (ebrowse-root-class-face, ebrowse-member-attribute-face)
c22c3db0
SM
4000 (ebrowse-progress-face): Likewise.
4001 * progmodes/compile.el (compilation-info-face): Likewise.
4002 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
4003 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
4004 * calendar/calendar.el (diary-face): Likewise.
ea81d57e 4005 * woman.el (woman-italic-face, woman-bold-face)
c22c3db0
SM
4006 (woman-unknown-face): Likewise.
4007 * wid-edit.el (widget-button-pressed-face): Likewise.
4008 * whitespace.el (whitespace-highlight-face): Likewise.
4009 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
4010 * pcvs-info.el (cvs-marked-face): Likewise.
4011 * info.el (info-xref): Likewise.
4012 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
ea81d57e 4013 * hilit-chg.el (highlight-changes-face)
c22c3db0 4014 (highlight-changes-delete-face): Likewise.
ea81d57e 4015 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
c22c3db0
SM
4016 (hi-red-b): Likewise.
4017 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
ea81d57e 4018 * font-lock.el (font-lock-keyword-face)
c22c3db0 4019 (font-lock-function-name-face, font-lock-warning-face): Likewise.
ea81d57e
DN
4020 * cus-edit.el (custom-invalid-face, custom-modified-face)
4021 (custom-set-face, custom-changed-face, custom-variable-tag-face)
c22c3db0
SM
4022 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
4023 * comint.el (comint-highlight-prompt): Likewise.
ea81d57e 4024
67b4790b
LK
40252005-04-08 Lute Kamstra <lute@gnu.org>
4026
4027 * font-lock.el (font-lock-keywords): Docstring fixes.
4028
9741224e
KH
40292005-04-08 Kenichi Handa <handa@m17n.org>
4030
4031 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
4032 chars are more than a limit, print " and more..." at the tail.
4033
3a10b9ce
KS
40342005-04-08 Kim F. Storm <storm@cua.dk>
4035
4036 * emacs-lisp/authors.el (authors-aliases): Update list.
4037 (authors-ignored-files): New list.
4038 (authors-fixed-entries): Fix typo.
4039 (authors-renamed-files-alist): Update list.
4040 (authors-add): Check authors-ignored-files.
4041
eaf779a7
CD
40422005-04-08 Carsten Dominik <dominik@science.uva.nl>
4043
214e2d48 4044 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
eaf779a7
CD
4045 optional, to ensure backward compatibility.
4046
fc2cae59
SE
40472005-04-08 Stephen Eglen <stephen@gnu.org>
4048
4049 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
4050
859b8989
KS
40512005-04-08 Kim F. Storm <storm@cua.dk>
4052
b72c5a86 4053 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
859b8989
KS
4054
4055 * mouse.el (mouse-on-link-p): Doc fix.
4056
709bfdaf
LT
40572005-04-07 Luc Teirlinck <teirllm@auburn.edu>
4058
db648b84
LT
4059 * ielm.el (ielm-prompt-read-only): Doc fix.
4060
709bfdaf
LT
4061 * comint.el (comint-prompt-read-only): Doc fix.
4062
5b523a77
JL
40632005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
4064
4065 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
4066 ensure dired always handles wildcards passed to ffap.
4067 (find-file-at-point): Use it.
4068 (ffap-dired-wildcards): Doc fix.
4069
34d86208
JL
40702005-04-07 Juri Linkov <juri@jurta.org>
4071
4072 * simple.el (next-error-overlay-arrow-position): New defvar.
4073 Put "=>" on its property `overlay-arrow-string'. Add it to
4074 `overlay-arrow-variable-list'.
4075
4076 * progmodes/compile.el (compilation-setup):
4077 Set `next-error-overlay-arrow-position' to nil. Also set it to
4078 nil in the local hook `kill-buffer-hook'. Make local variable
4079 `overlay-arrow-string' and set it to "=>".
4080 (compilation-goto-locus): Set BOL position to
4081 `next-error-overlay-arrow-position' instead of
4082 `overlay-arrow-position'.
4083
4084 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
4085 locally instead of adding it to the global hook.
4086 (Info-kill-buffer): Move up.
4087
9fb518aa
DN
40882005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
4089
4090 * term/xterm.el (xterm-standard-colors): Update color values from
4c23089d 4091 xterm-200.
9fb518aa 4092
5c8b653b
SM
40932005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
4094
797bf075
SM
4095 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
4096
5c8b653b
SM
4097 * fast-lock.el:
4098 * lazy-lock.el: Move them to the obsolete subdir.
4099
969ee2ad
SM
41002005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4101
4102 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
4103 (wdired-add-replace-advice): Remove.
4104 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
4105
73f0d996
KS
41062005-04-06 Kim F. Storm <storm@cua.dk>
4107
4108 * startup.el (command-line): Add --bare-bones alias for -Q.
4109
369f76bb
YM
41102005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4111
4112 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
4113 create the startup fontset if a font specification ends with
4114 `mac-roman'.
4115
e0e5f076
LK
41162005-04-06 Lute Kamstra <lute@gnu.org>
4117
9e4b54a0
LK
4118 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
4119 change.
4120
e0e5f076
LK
4121 * emacs-lisp/copyright.el (copyright-update-year): Replace the
4122 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
4123
ab7bc290
LK
41242005-04-05 Lute Kamstra <lute@gnu.org>
4125
6a8cf883
LK
4126 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
4127 (define-generic-mode): Ditto. Fix debug declaration.
d9c39305 4128
969ee2ad
SM
4129 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
4130 Put them in the generic-x group.
6a8cf883 4131
d9c39305 4132 * calendar/timeclock.el (timeclock): Doc fix.
6a8cf883 4133
ab7bc290
LK
4134 * generic.el (define-generic-mode): Don't use custom-current-group.
4135 Document default :group value.
4136 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
4137 (define-global-minor-mode): Don't use custom-current-group.
4138
39b32c06
GM
41392005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
4140
f4564cfd
GM
4141 * startup.el (command-line-1): Display startup-echo-area-message
4142 when fancy splash screen is in use.
4143
d6d43bde
GM
4144 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
4145 (sh-escaped-newline): New face.
4146 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
4147 newline, and use sh-escaped-newline face.
4148
39b32c06
GM
4149 * progmodes/tcl.el (tcl-escaped-newline): New face.
4150 (tcl-builtin-list): New variable.
4151 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
4152 newlines. Fix keywords subexpression number.
4153
da659ce6
CD
41542005-04-05 Carsten Dominik <dominik@science.uva.nl>
4155
d9c39305 4156 * textmodes/org.el (org-diary-default-entry): Fix call to
39b32c06 4157 `add-to-diary-entry'.
da659ce6 4158
7ed08c01
KS
41592005-04-05 Kim F. Storm <storm@cua.dk>
4160
4161 * ediff-init.el: Use (featurep 'xemacs).
4162
f1c7de69
DP
41632005-04-05 David Ponce <david@dponce.com>
4164
4165 * cus-edit.el (face): Derive from symbol widget. Display sample
4166 of the current face on the fly.
4167 (widget-face-sample-face-get, widget-face-notify): New functions.
4168 (widget-face-value-create): Remove.
4169
4170 * wid-edit.el (widget-field-end): Temporarily remove field
4171 narrowing before to call `get-char-property'.
4172
32503b32
JB
41732005-04-04 Jay Belanger <belanger@truman.edu>
4174
4175 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
4176 (math-read-subscripts): New variable.
4177 (math-read-preprocess-string): Process subscripts.
4178
47b143f3
LT
41792005-04-04 Luc Teirlinck <teirllm@auburn.edu>
4180
a9aa7c74
LT
4181 * comint.el (comint-prompt-read-only): Doc fix.
4182
47b143f3
LT
4183 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
4184 `-1'. Doc fix.
4185
6eb49472
CD
41862005-04-04 Carsten Dominik <dominik@science.uva.nl>
4187
969ee2ad
SM
4188 * textmodes/org.el (org-insert-mode-line-in-empty-file):
4189 Change default value to nil.
6eb49472 4190
171c707b
LK
41912005-04-04 Lute Kamstra <lute@gnu.org>
4192
8c6ef2ca
LK
4193 * autorevert.el (auto-revert-mode): Specify :group.
4194 * battery.el (display-battery-mode): Specify :group.
4195 * diff-mode.el (diff-minor-mode): Specify :group.
4196 * font-core.el (font-lock-mode): Specify :group.
4197 * hl-line.el (hl-line-mode): Specify :group.
4198 * iimage.el (iimage): New customization group.
4199 (iimage-mode): Specify :group.
4200 * longlines.el (longlines-mode): Specify :group.
4201 * master.el: Don't require easy-mmode.
4202 (master): New customization group.
4203 (master-mode): Specify :group.
4204 * msb.el (msb-mode): Specify :group.
4205 * reveal.el (reveal-mode): Specify :group.
4206 * simple.el (next-error-follow-minor-mode): Specify :group.
4207 * smerge-mode.el (smerge-mode): Specify :group.
4208 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
4209 * emulation/cua-base.el (cua-mode): Specify :group.
4210 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
4211 * language/thai-util.el (thai-auto-composition-mode)
4212 (thai-word-mode): Specify :group.
4213 * mail/supercite.el (sc-minor-mode): Specify :group.
4214 * progmodes/cwarn.el (cwarn-mode): Specify :group.
4215 * progmodes/flymake.el (flymake-mode): Specify :group.
4216 * progmodes/glasses.el (glasses-mode): Specify :group.
4217 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
4218 * textmodes/enriched.el (enriched-mode): Specify :group.
4219 * textmodes/refill.el (refill-mode): Specify :group.
4220
171c707b
LK
4221 * add-log.el (change-log-font-lock-keywords): Names in
4222 parenthesized lists can contain spaces.
4223
e3039e63
TTN
42242005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
4225
4226 * startup.el (fancy-splash-text): Shorten default text of
4227 "Emacs Tutorial" line. Also, if the current language env
4228 indicates an available tutorial file other than TUTORIAL,
4229 extract its title and append it to the line in parentheses.
4230 (fancy-splash-insert): If arg is a thunk, funcall it.
4231
1151215a
JB
42322005-04-04 Jay Belanger <belanger@truman.edu>
4233
4234 * calc.el (calc-language-alist): Add tags to customization type.
4235
745986d5
LT
42362005-04-03 Luc Teirlinck <teirllm@auburn.edu>
4237
81fb9e86 4238 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
745986d5
LT
4239 Doc fix.
4240
28cfe103 42412005-04-03 Marcelo Toledo <marcelo@gnu.org>
e9fd21e8 4242
969ee2ad
SM
4243 * add-log.el (change-log-font-lock-keywords): The manual
4244 describing a Change Log entry, says: (...) "Aside from these
4245 header lines, every line in the change log starts with a space or
52eb0373 4246 a tab.". The font-lock was not highlighting lines started with
969ee2ad 4247 spaces, added support for it.
e9fd21e8 4248
63d516ce
SM
42492005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4250
4251 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
52eb0373 4252 (bibtex-generate-url-list): Update docstring accordingly. Put the
63d516ce
SM
4253 complex example in the docstring.
4254 (bibtex-font-lock-url): Use pop.
4255
59bb9410
SM
42562005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4257
4c5113c7
SM
4258 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
4259
59bb9410
SM
4260 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
4261
6c381cba
GM
42622005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4263
4264 * filesets.el (filesets-set-default): Doc fix.
4265
07e5fb9e
LK
42662005-04-03 Lute Kamstra <lute@gnu.org>
4267
c85465f9
LK
4268 * generic.el (define-generic-mode): Add argument to specify
4269 keywords for defcustom.
4270 (default-generic-mode): Specify :group.
59bb9410 4271
0c0a9c99
LK
4272 * generic-x.el: Specify :group for all generic modes.
4273
07e5fb9e 4274 * desktop.el (desktop-no-desktop-file-hook)
d9c39305 4275 (desktop-after-read-hook): Doc fix.
07e5fb9e 4276
2a0af9db
LT
42772005-04-02 Luc Teirlinck <teirllm@auburn.edu>
4278
4279 * simple.el (visible-mode): Use explicit :group keyword.
4280 This changes the group of `visible-mode-hook' from paren-blinking
4281 to editing-basics.
4282
2f2e2373
EZ
42832005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
4284
52eb0373 4285 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
2f2e2373
EZ
4286 mailbox specifications as well as URLs.
4287 (rmail-insert-inbox-text): Remove unused conditional branches.
4288
1ee49a88
JB
42892005-04-01 Jay Belanger <belanger@truman.edu>
4290
4291 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
4292 (calc-gnuplot-print-command): Move definitions to calc.el.
4293
4294 * calc/calc-embed.el (calc-embedded-announce-formula)
4295 (calc-embedded-open-formula, calc-embedded-close-formula)
4296 (calc-embedded-open-word, calc-embedded-close-word)
4297 (calc-embedded-open-plain, calc-embedded-close-plain)
4298 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4299 (calc-embedded-open-mode, calc-embedded-close-mode):
4300 Move definitions to calc.el.
4301
4302 * calc/calc.el (calc-settings-file, calc-language-alist):
4303 Make customizable.
4304 (calc-embedded-announce-formula, calc-embedded-open-formula)
4305 (calc-embedded-close-formula, calc-embedded-open-word)
4306 (calc-embedded-close-word, calc-embedded-open-plain)
4307 (calc-embedded-close-plain, calc-embedded-open-new-formula)
4308 (calc-embedded-close-new-formula, calc-embedded-open-mode)
4309 (calc-embedded-close-mode, calc-gnuplot-name)
4310 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
4311 from other files and make customizable.
4312
392fe1b7
SM
43132005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4314
4315 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
4316 Use buffer-live-p.
4317 (cvs-mode-run): Don't call cvs-update-header here.
4318 (cvs-run-process): Call cvs-update-header.
4319 Use process properties for cvs-postprocess and cvs-buffer so that
4320 the sentinel can behave better if the temp buffer is killed.
4321 Use a pipe rather than a tty, to better handle unexpected prompts.
4322 (cvs-sentinel): Rewrite. Call cvs-update-header.
4323
2e2255f6
AS
43242005-04-01 Andre Spiegel <spiegel@gnu.org>
4325
4326 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
4327 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
4328
392fe1b7
SM
43292005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4330
4331 * generic.el (define-generic-mode): Add indentation rule.
4332
5e9961be
LT
43332005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4334
4335 * files.el (mode-require-final-newline): Make Custom correctly
4336 report a nil value and allow to set it to nil via Custom.
4337 Doc fix.
4338
9cf97f26
KH
43392005-04-01 Kenichi Handa <handa@m17n.org>
4340
4341 * international/characters.el: Enable the correct case setting for
4342 dotless-i and dotted-I.
4343
81f5c6a3
KS
43442005-04-01 Kim F. Storm <storm@cua.dk>
4345
4346 * ido.el (ido-file-internal): Fall back to non-ido command if
4347 initial directory is on slow ftp (or tramp) host.
4348
39a27f95
RS
43492005-03-31 Richard M. Stallman <rms@gnu.org>
4350
e134f4a8
RS
4351 * emacs-lisp/autoload.el (make-autoload):
4352 Handle define-global-minor-mode.
4353
39a27f95 4354 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
392fe1b7 4355 Rename from easy-mmode-define-global-mode.
39a27f95
RS
4356 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
4357
392fe1b7
SM
4358 * progmodes/scheme.el (scheme-mode-syntax-table):
4359 Update syntax of | and # for two-character comment syntax.
39a27f95 4360
66e181ad
LK
43612005-03-31 Lute Kamstra <lute@gnu.org>
4362
4363 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
4364 (define-minor-mode): Call custom-current-group at load-time.
4365
4366 * generic.el (define-generic-mode): Add debug declaration.
4367 Add defcustom for the mode hook.
4368 (generic-mode-internal): Use run-mode-hooks.
4369
34514f48
KS
43702005-03-31 Kim F. Storm <storm@cua.dk>
4371
4372 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
f793f885
KS
4373 (mouse-fixup-help-message): New defun called by show_help_echo
4374 to fixup mouse-2 prefix in help messages when applicable.
34514f48 4375
f793f885 4376 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
34514f48 4377
fafbb99d 43782005-03-31 Kenichi Handa <handa@m17n.org>
7c315e1c 4379
e5729c6c
KH
4380 * language/thai-word.el (thai-find-word-ends): Pay attention to
4381 the case that we reach the end of buffer.
4382
7c315e1c
KH
4383 * textmodes/fill.el (fill-text-properties-at): New function.
4384 (fill-newline): Use fill-text-properties-at instead of
4385 text-properties-at.
4386
52eb0373 43872005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
ace4dad6 4388
d9c39305 4389 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
ace4dad6
KB
4390 not comint-quote-filename.
4391
5ee2cf8a
TTN
43922005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
4393
4394 * help-fns.el (help-with-tutorial): Revert last change.
4395
7ab4753e
KS
43962005-03-31 Kim F. Storm <storm@cua.dk>
4397
4398 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
4399
fffaba77
PE
44002005-03-30 Paul Eggert <eggert@cs.ucla.edu>
4401
4402 * calendar/cal-china.el: Update reference to "Calendrical
4403 Calculations" book; there's a new edition.
4404 * calendar/cal-coptic.el: Likewise.
4405 * calendar/cal-french.el: Likewise.
4406 * calendar/cal-hebrew.el: Likewise.
4407 * calendar/cal-islam.el: Likewise.
4408 * calendar/cal-iso.el: Likewise.
4409 * calendar/cal-julian.el: Likewise.
4410 * calendar/cal-mayan.el: Likewise.
4411 * calendar/cal-persia.el: Likewise.
4412 * calendar/calendar.el: Likewise.
4413 * calendar/holidays.el: Likewise.
4414 * calendar/lunar.el: Likewise.
4415 * calendar/solar.el: Likewise.
4416
4417 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
4418 white space from doc string.
4419
0a2bf0fa
JB
44202005-03-30 Jay Belanger <belanger@truman.edu>
4421
4422 * calc/calc-help.el (calc-full-help): Remove email address.
4423
19577b0e
TTN
44242005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4425
4426 * help-fns.el (help-with-tutorial): Delete title line.
4427
4fdb2a6c
GM
44282005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4429
9080baba
GM
4430 * calendar/cal-x.el (calendar-one-frame-setup)
4431 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
4432 rather than 'symbol for set-window-dedicated-p.
4433
204451b6
GM
4434 * calendar/appt.el (appt-buffer-name): Make it a constant.
4435 (appt-add): Doc fix.
4436
4fdb2a6c
GM
4437 * filesets.el (filesets-menu-path, filesets-menu-before)
4438 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
4439 (filesets-menu-cache-file): Use directory ~/.emacs.d.
4440 (filesets-add-submenu): Delete and use add-submenu instead.
4441
ef943dba
CD
44422005-03-30 Carsten Dominik <dominik@science.uva.nl>
4443
19577b0e 4444 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
ef943dba
CD
4445 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
4446 (org-diary-default-entry): New function.
392fe1b7 4447 (org-get-entries-from-diary): Better parsing of diary entries.
ef943dba
CD
4448 (org-agenda-check-no-diary): New function.
4449 ("diary-lib"): Advice to function `add-to-diary-list', to allow
4450 linking to diary entries.
392fe1b7
SM
4451 (org-agenda-execute-calendar-command): New function.
4452 (org-agenda): Improve visible section in window.
4453 Use `org-fit-agenda-window'.
ef943dba
CD
4454 (org-fit-agenda-window): New option.
4455 (org-move-subtree-down): Better handling of empty lines
4456 at end of subtree.
4457 (org-cycle): Numeric prefix is interpreted now as show-subtree N
4458 levels up.
4459 (org-fontify-done-headline): New option.
4460 (org-headline-done-face): New face.
4461 (org-set-font-lock-defaults): Use `org-headline-done-face'.
392fe1b7
SM
4462 (org-table-copy-down): Rename from `org-table-copy-from-above'.
4463 When current field is non-empty, it is copied to next row.
4464 (org-table-copy-from-above): Fix bug which made it
4465 impossible to copy fields containing only a single non-white character.
ef943dba 4466
c33d06b0
KS
44672005-03-30 Kim F. Storm <storm@cua.dk>
4468
4469 * kmacro.el (kmacro-end-macro): Isearch may store this command
4470 into the macro -- so ignore it when executing keyboard macro.
4471
4f5f7887
NR
44722005-03-30 Nick Roberts <nickrob@snap.net.nz>
4473
4474 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
4475
74269806
KH
44762005-03-29 Kenichi Handa <handa@m17n.org>
4477
4478 * language/thai.el ("Thai"): Set setup-function and exit-function
4479 for Thai language environment.
4480
4481 * language/thai-util.el: Require thai-word.
4482 (thai-word-mode-map): New variable.
4483 (thai-word-mode): New minor mode.
4484 (setup-thai-language-environment-internal): New function.
4485 (exit-thai-language-environment-internal): New function.
4486
4487 * language/thai-word.el (thai-word-table): Declare it by defvar,
4488 use dolist to initialize it.
4489 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
4490 (thai-fill-find-break-point): New functions.
4491
8e669bbd
RS
44922005-03-29 Richard M. Stallman <rms@gnu.org>
4493
4494 * simple.el (idle-update-delay): Move definition up.
b36a687c 4495 (set-mark): Doc fix.
8e669bbd
RS
4496
44972005-03-29 Chong Yidong <cyd@stupidchicken.com>
4498
4499 * longlines.el: New file.
c33d06b0 4500
8e669bbd
RS
4501 * simple.el (buffer-substring-filters): New variable.
4502 (filter-buffer-substring): New function.
4503 (kill-region, copy-region-as-kill): Use it.
4504
4505 * register.el (copy-to-register, append-to-register)
4506 (prepend-to-register): Use filter-buffer-substring.
4507
5f9ffb03
NR
45082005-03-30 Nick Roberts <nickrob@snap.net.nz>
4509
c33d06b0 4510 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
5f9ffb03
NR
4511 (gud-filter-pending-text): Move in front of gdb.
4512 (gud-overlay-arrow-position): New variable.
4513 (gud-sentinel, gud-display-line): Use it in place of
4514 overlay-arrow-position.
4515
0d6d7be5
GM
45162005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4517
b976213b
GM
4518 * progmodes/fortran.el (fortran-if-indent): Doc fix.
4519 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
4520 (fortran-font-lock-keywords-4): New variable.
4521 (fortran-blocks-re, fortran-end-block-re)
4522 (fortran-start-block-re): New constants, for hideshow.
4523 (hs-special-modes-alist): Add a Fortran entry.
4524 (fortran-mode-map): Bind fortran-end-of-block,
4525 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
52eb0373 4526 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
b976213b
GM
4527 (fortran-looking-at-if-then, fortran-end-of-block)
4528 (fortran-beginning-of-block): New functions, for hideshow.
4529
52eb0373
JB
4530 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4531 Doc fix. Tweak regexp.
0d6d7be5
GM
4532 (f90-beginning-of-block): Push mark first.
4533
bb64248b
JB
45342005-03-29 Jay Belanger <belanger@truman.edu>
4535
4536 * calc/calc.el: Update copyright date.
4537 (calc-version): Increase to 2.1.
4538 (calc-version-date): Remove.
4539
4540 * calc/calc-help.el: Update copyright date.
4541 (calc-full-help): Remove reference to calc-version-date.
4542 Update copyright date.
4543
55ec6b37
SM
45442005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4545
4546 * vc.el (vc-do-command): Use a pipe for async processes, so password
4547 prompts don't show up at places where the user can't reply.
4548
52eb0373 45492005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6380e5a7
KB
4550
4551 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
4552 on the file name we pass to the inferior shell.
4553
ef91372a
SM
45542005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4555
4556 * progmodes/which-func.el (which-function): Be robust in the face of an
4557 imenu--make-index-alist failure.
4558
8d194e3e
SM
45592005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4560
4561 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
4562
4563 * progmodes/python.el (python-preoutput-filter): Fix last change.
4564
d7029908
LK
45652005-03-29 Lute Kamstra <lute@gnu.org>
4566
4567 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
4568 functions and compiled macros.
4569 (debug-convert-byte-code): Handle macros too.
4570 (debug-on-entry-1): Don't signal an error when trying to clear a
4571 function that is not set to debug on entry.
4572
d59ea3ae
JB
45732005-03-29 Jay Belanger <belanger@truman.edu>
4574
4575 * calc/calc-lang.el: Add functions to math-function-table
4576 properties of tex and math.
4577
eab4bb89
KH
45782005-03-29 Kenichi Handa <handa@m17n.org>
4579
4580 * ps-mule.el (ps-mule-plot-string): Translate characters by
4581 ps-print-translation-table.
4582 (ps-mule-begin-job): Call find-charset-region/string with
4583 ps-print-translation-table.
8d194e3e 4584 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
eab4bb89
KH
4585
4586 * ps-print.el (ps-print-translation-table): New variable.
8d194e3e 4587 (ps-plot-region): Translate characters by ps-print-translation-table.
eab4bb89 4588
073fcaf6
JL
45892005-03-29 Juri Linkov <juri@jurta.org>
4590
4591 * simple.el (next-error-highlight-timer): New variable.
4592
4593 * progmodes/compile.el (compilation-goto-locus):
4594 Use `next-error-highlight-timer' instead of `sit-for'.
4595
caf3c78f
SM
45962005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4597
4598 * mail/supercite.el (sc-mail-field): Use assoc-string.
4599 (sc-get-address): Simplify regexps.
4600
4601 * files.el (minibuffer-with-setup-hook): New macro.
4602 (find-file-read-args): Use it to avoid let-binding
4603 minibuffer-with-setup-hook (which breaks turning on/off
4604 file-name-shadow-mode while in the prompt).
4605
4606 * complete.el (PC-read-include-file-name-internal): Use test-completion.
4607
2d526287
LT
46082005-03-28 Luc Teirlinck <teirllm@auburn.edu>
4609
4610 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
4611
12566797
SM
46122005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4613
ba96f392
SM
4614 * window.el (window-buffer-height): Use count-screen-lines.
4615
12566797
SM
4616 * progmodes/python.el (python-preoutput-leftover): New var.
4617 (python-preoutput-filter): Use it.
4618 (python-send-receive): Loop until all the result has been received.
4619
ba40634b
JL
46202005-03-28 Juri Linkov <juri@jurta.org>
4621
4622 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
4623
4624 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
4625 "Recover Crashed Session".
4626 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
4627 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
4628 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
4629 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
4630 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
4631 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
4632 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
4633 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
4634
4635 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
4636 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
4637 Ediff Sessions", "Toggle use of separate control buffer frame",
4638 "Use separate frame for Ediff control buffer".
4639
4640 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
4641 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
4642 "Rename Bookmark", "Delete Bookmark".
4643
4644 * info.el (Info-mode-menu): Remove ellipsis from "Index".
4645 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
4646 Add `:active Info-index-alternatives' to "Next Matching Item".
4647
4648 * wdired.el (wdired-change-to-wdired-mode):
4649 Mention `wdired-abort-changes' key in the initial message.
4650
4651 * international/mule.el (auto-coding-alist): Associate non-ascii
4652 image filename extensions with `no-conversion'.
4653
8d194e3e
SM
46542005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4655
4656 * international/iso-acc.el:
4657 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
4658
468b711f
LT
46592005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4660
73cba75d
LT
4661 * textmodes/sgml-mode.el (html-mode): Doc update.
4662
468b711f
LT
4663 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
4664
99a56581
DN
46652005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
4666
4667 * term.el (term-move-columns): Fix face after extending a line.
4668 (term-insert-spaces): Likewise.
4669 (term-reset-terminal): Fix off by one error.
4670
54879547
EZ
46712005-03-26 Eli Zaretskii <eliz@gnu.org>
4672
4673 * international/mule.el (auto-coding-alist): Add .xpi files.
4674
4675 * files.el (auto-mode-alist): Add .xpi files.
4676
ee7a5ccb
EZ
46772005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
4678
4679 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
4680
b2705c8c
EZ
46812005-03-26 Eli Zaretskii <eliz@gnu.org>
4682
4683 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
4684
da8612d3
GM
46852005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4686
4687 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
4688 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
4689
4690 * calendar/cal-move.el (calendar-beginning-of-year): Move the
4691 cursor to Jan 1 when needed.
4692 (calendar-end-of-year): Fix -/+ typo.
4693 Reported by Chong Yidong <cyd@stupidchicken.com>.
4694
be940bc5
SM
46952005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4696
5ffc943b
SM
4697 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
4698
be940bc5
SM
4699 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
4700 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
4701
85df292e
RS
47022005-03-25 Richard M. Stallman <rms@gnu.org>
4703
4704 * filesets.el (filesets-init): Add autoload.
4705
4706 * mail/mailalias.el (mail-directory): Doc fix.
4707
47082005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
be940bc5 4709
85df292e
RS
4710 * mail/mailalias.el (mail-directory-process): Do nothing if
4711 mail-directory-process is an atom.
4712 (mail-get-names): Ignore mail-directory-names if it is an atom.
4713 (mail-directory-process defvar): Doc fix.
4714 (mail-names): Doc fix.
4715
47162005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
4717
4718 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
4719
ae766e0d
KH
47202005-03-26 Kenichi Handa <handa@m17n.org>
4721
be940bc5
SM
4722 * international/mule-util.el (detect-coding-with-priority):
4723 Call update-coding-systems-internal before detect-coding-region.
ae766e0d 4724
5a049eca
NR
47252005-03-26 Nick Roberts <nickrob@snap.net.nz>
4726
4727 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4728 (gdb-frames-mode-map): Add follow-link property.
4729
bba984aa
JB
47302005-03-25 Jay Belanger <belanger@truman.edu>
4731
4732 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
4733 for variables.
4734
13200335
JL
47352005-03-25 Juri Linkov <juri@jurta.org>
4736
4737 * image-mode.el: Optimize image filename extension regexps in
4738 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
4739 in `auto-mode-alist'.
4740 (image-mode): Add `image-toggle-display-text' to local hook
4741 `change-major-mode-hook'. Display the image as an image by
4742 default. Set `cursor-type' and `truncate-lines' if the image
4743 is already displayed. Take into account the current mode (image
4744 or text) in message.
4745 (image-minor-mode): New minor mode.
4746 (image-mode-maybe, image-toggle-display-text): New functions.
4747 (image-toggle-display): Use called-interactively-p.
4748 Let-bind `inhibit-read-only' to t.
4749
90d0be7d
JL
4750 * image-mode.el (image-minor-mode): Set `cursor-type' and
4751 `truncate-lines' if the image is already displayed. Add turning
4752 image-minor-mode off to `change-major-mode-hook'. Add message.
4753 Call `image-toggle-display-text' after turning image-minor-mode off.
13200335 4754
5341e481
SM
47552005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4756
4757 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
4758 Terminal.app, use utf-8.
4759 (set-display-table-and-terminal-coding-system): Add coding-system arg.
4760 (set-locale-environment): Use it.
4761
4762 * term/xterm.el: Undo last change, better done in mule-cmds.el.
4763
4764 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
4765
4766 * progmodes/python.el (python-close-block-statement-p)
4767 (python-outdent-p, python-current-defun): Use symbol-end.
4768
126c9dda
TTN
47692005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
4770
4771 * files.el (save-some-buffers): Doc fix.
4772
932fb767
WL
47732005-03-25 Werner Lemberg <wl@gnu.org>
4774
4775 * complete.el, thumbs.el: Replace `legal' with `valid'.
9f556e44 4776 * calendar/calendar.el: Replace `legal' with `valid'.
bece3937 4777 * emacs-lisp/advice.el: Replace `legal' with `valid'.
0486e05a 4778 * mail/supercite.el: Replace `legal' with `valid'.
881b07f9
JB
4779 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
4780 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
4781 Replace `legal' with `valid'.
4782 * textmodes/reftex-vars.el, textmodes/reftex.el:
4783 Replace `legal' with `valid'.
932fb767 4784
25f72ec0
WL
47852005-03-25 Werner Lemberg <wl@gnu.org>
4786
5341e481 4787 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
aaed846c 4788 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
4920bd1e 4789 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
d00fa0a4 4790 * emulation/vip.el: Replace `illegal' with `invalid'.
5341e481 4791 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
9d034245 4792 * mail/supercite.el: Replace `illegal' with `invalid'.
881b07f9
JB
4793 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
4794 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
4795 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
4796 * progmodes/sh-script.el, progmodes/xscheme.el:
4797 Replace `illegal' with `invalid'.
4798 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
4799 * textmodes/reftex-index.el, textmodes/reftex-parse.el
4800 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
4801 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
25f72ec0 4802
781da985
SM
48032005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4804
5341e481
SM
4805 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
4806 (flymake-find-buildfile, flymake-find-possible-master-files)
4807 (flymake-check-include, flymake-parse-line): Replace loops over the
4808 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
4809
4810 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
4811 Substitute file-name-as-directory in the rest of the file.
4812 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
4813 (flymake-replace-region): Remove unused arg `buffer'.
4814 (flymake-check-patch-master-file-buffer): Update calls to it.
4815 (flymake-add-err-info): Remove unused var `count'.
4816 (flymake-mode): Use define-minor-mode.
4817
4818 * progmodes/flymake.el: Use with-current-buffer.
4819 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
4820 flymake-replace-regexp-in-string, flymake-line-beginning-position)
4821 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
4822 Avoid testing for `xemacs'.
4823 (flymake-nop): Move.
4824 (flymake-region-has-flymake-overlays): Return the computed value.
4825 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
4826 Remove unused var `endline'.
4827 (flymake-get-line-count): Remove unused function.
4828 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
4829
4830 * emulation/vi.el:
4831 * generic.el:
4832 * hilit-chg.el (global-highlight-changes):
4833 * hi-lock.el (hi-lock-mode):
4834 * follow.el: find-file-hooks -> find-file-hook.
4835
781da985
SM
4836 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
4837
3659a2b8
JL
48382005-03-24 Juri Linkov <juri@jurta.org>
4839
4840 * dired.el (dired-mode-map): Add menu item "Compare directories"
4841 for dired-compare-directories.
4842
4843 * dired-aux.el (dired-compare-directories): Add autoload cookie.
4844 Doc fix. Replace `read-file-name' with `read-directory-name'.
4845
781da985 48462005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
590880af
SM
4847
4848 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
4849
0fa1a6b8
JB
48502005-03-24 Jay Belanger <belanger@truman.edu>
4851
fe38e3b0 4852 * calc/calc-embed.el (calc-embedded-mode-change): Save all
0fa1a6b8
JB
4853 relevant mode settings in calc-embedded-original-modes when modes
4854 are permanently changed.
4855
a702ffbb
SM
48562005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4857
4858 * autoinsert.el: find-file-hooks -> find-file-hook.
4859
fbc5e359
LK
48602005-03-24 Lute Kamstra <lute@gnu.org>
4861
4862 * generic.el (generic-font-lock-defaults): Make it obsolete.
4863 (generic-font-lock-keywords): New variable to replace
4864 generic-font-lock-defaults.
4865 (generic-mode-set-font-lock): Delete it.
4866 (generic-mode-internal): Don't call generic-mode-set-font-lock.
4867 (generic-bracket-support): Add docstring.
4868
16a013c2
LK
4869 * generic-x.el: Rename generic-font-lock-defaults to
4870 generic-font-lock-keywords throughout.
4871 (mailagent-rules-setup-function): Delete it.
4872 (mailagent-rules-generic-mode): Use anonymous function instead.
4873 (show-tabs-generic-mode-font-lock-defaults-1)
4874 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
4875 Quote faces.
4876 (show-tabs-tab-face, show-tabs-space-face): Specify background,
4877 not foreground.
4878
48621281
LK
4879 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4880 Recognize define-generic-mode.
4881
a702ffbb
SM
48822005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4883
4884 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
4885 if there's no completion table.
4886
c29749e7
MB
48872005-03-23 Miles Bader <miles@gnu.org>
4888
fbc5e359 4889 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
c29749e7
MB
4890 Remove tty-specific variants, as they're no longer needed.
4891
ca2d9ad8
LK
48922005-03-23 Lute Kamstra <lute@gnu.org>
4893
a702ffbb 4894 * generic-x.el: Code cleanup: make args constant whenever possible.
82e38f3e
LK
4895 (installshield-statement-keyword-list)
4896 (installshield-system-functions-list)
4897 (installshield-system-variables-list, installshield-types-list)
4898 (installshield-funarg-constants-list): Make them constants.
4899
ef300cff
LK
4900 * generic.el (generic-make-keywords-list): Add autoload cookie.
4901
a702ffbb
SM
4902 * calendar/time-date.el: Add comment on time value formats.
4903 Don't require parse-time.
ca2d9ad8
LK
4904 (with-decoded-time-value): New macro.
4905 (encode-time-value): New function.
4906 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4907 (days-to-time): Return a valid time value when arg is huge.
4908 (time-since): Use time-subtract.
4909 (time-to-number-of-days): Use time-to-seconds.
4910
bbcb3b44
DP
49112005-03-23 David Ponce <david@dponce.com>
4912
4913 * recentf.el: (recentf-keep): New option.
4914 (recentf-menu-action): Default to `find-file'.
4915 (recentf-keep-non-readable-files-flag)
4916 (recentf-keep-non-readable-files-p)
4917 (recentf-file-readable-p, recentf-find-file)
4918 (recentf-cleanup-remote): Remove.
4919 (recentf-include-p): More robust.
4920 (recentf-keep-p): New function.
4921 (recentf-remove-if-non-kept): Rename from
52eb0373 4922 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
a702ffbb 4923 All callers updated.
bbcb3b44 4924 (recentf-menu-items-for-commands): Fix help string.
52eb0373
JB
4925 (recentf-track-closed-file): Update. Doc fix.
4926 (recentf-cleanup): Update. Count removed files. Doc fix.
bbcb3b44 4927
8df0ffbe
KS
49282005-03-23 Kim F. Storm <storm@cua.dk>
4929
4930 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4931 Don't inherit from fringe face (now happens automatically).
4932
eac7d7eb
KS
49332005-03-22 Kim F. Storm <storm@cua.dk>
4934
4935 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
4936 position values.
4937
4a4a82d6
SM
49382005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4939
4940 * menu-bar.el (showhide-date-time): Remove.
4941 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
4942 (menu-bar-make-mm-toggle): Simplify.
4943
19f26a89 49442005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4a4a82d6
SM
4945
4946 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
4947 Accept qualified variable and function names.
4948
b9d8ddef
TTN
49492005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
4950
4951 * bindings.el (completion-ignored-extensions):
4952 Remove ".lis" for `vax-vms'.
4953
9660f868
AS
49542005-03-22 Andreas Schwab <schwab@suse.de>
4955
4956 * generic-x.el: Revert last change.
4957 * ldefs-boot.el: Update.
4958
948e33b9
JB
49592005-03-22 Jay Belanger <belanger@truman.edu>
4960
4961 * calc/calc-embed (calc-embedded-original-modes): New variable.
4962 (calc-embedded-save-original-modes)
4963 (calc-embedded-restore-original-modes): New functions.
4964 (calc-do-embedded): Save original modes when entering embedded mode
4965 and restore when leaving embedded mode.
4966 (calc-embedded-modes-change): Change the value of
4967 calc-embedded-original-modes to reflect permanent changes.
4968
e6c901b6
LK
49692005-03-22 Lute Kamstra <lute@gnu.org>
4970
4971 * generic-x.el: Require generic again.
4972
28c22055
MB
49732005-03-22 Miles Bader <miles@gnu.org>
4974
4975 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4976 Tweak details to look good on both ttys and bitmap displays, light
4977 or dark background, etc.
4978
f0ebf1eb
KS
49792005-03-21 Kim F. Storm <storm@cua.dk>
4980
4981 * tooltip.el (tooltip-show-help-function): Check car and cdr of
4982 mouse position.
4983
47fda8fc
SM
49842005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4985
4986 * icomplete.el: Don't forcibly turn on the mode upon load.
4987 (icomplete-mode): Use define-minor-mode.
4988 (icomplete-eoinput): Default to nil.
4989 (icomplete-minibuffer-setup): Remove autoload.
4990 (icomplete-tidy): Simplify.
4991 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
4992 in the initial state or if the user has modified the field.
4993 Fix handling of icomplete-max-delay-chars.
4994 Remove code that handles the oddball case where
4995 minibuffer-completion-table is an integer.
4996 Wrap icomplete-completions in while-no-input in case building
4997 completions takes more time than expected.
4998 (icomplete-completions): Simplify.
4999
a775dff4
RS
50002005-03-21 Richard M. Stallman <rms@gnu.org>
5001
5002 * jka-compr.el (jka-compr-really-do-compress):
5003 Make variable buffer-local.
5004
5005 * image-mode.el: Handle .xpm files too.
5006 (image-toggle-display): Preserve modification flag.
5007
5008 * help.el (where-is): Don't mention aliases with no key bindings.
5009
077f7085
LK
50102005-03-21 Lute Kamstra <lute@gnu.org>
5011
a57e098f 5012 * generic.el: Fix commentary section. Don't require cl for compilation.
077f7085
LK
5013 (generic-mode-list): Add autoload cookie.
5014 (generic-use-find-file-hook, generic-lines-to-scan)
5015 (generic-find-file-regexp, generic-ignore-files-regexp)
5016 (generic-mode, generic-mode-find-file-hook)
5017 (generic-mode-ini-file-find-file-hook): Fix docstrings.
5018 (define-generic-mode): Make it a defmacro. Fix docstring.
5019 (generic-mode-internal): Code cleanup. Add autoload cookie.
5020 (generic-mode-set-comments): Code cleanup.
5021 * generic-x.el: Don't prevent compilation. Don't require generic.
5022 Follow coding conventions. Minor code cleanup.
5023 (etc-fstab-generic-mode): Add some keywords.
5024 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
5025 define-generic-mode like a function declaration.
5026
51d6d300
JB
50272005-03-21 Jay Belanger <belanger@truman.edu>
5028
5029 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
5030 changing modes.
5031
568ec09d
SS
50322005-03-21 Sam Steingold <sds@gnu.org>
5033
5034 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
5035
7651545c
TTN
50362005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
5037
5038 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
5039 Add underscore to "f$ lexicals" regexp.
5040
fe6b1dbd
JL
50412005-03-20 Juri Linkov <juri@jurta.org>
5042
5043 * subr.el (progress-reporter-do-update): When `min-value' is equal
5044 to `max-value', set `percentage' to 0 and prevent division by zero.
5045
340b8d4f
MA
50462005-03-20 Michael Albinus <michael.albinus@gmx.de>
5047
5048 Sync with Tramp 2.0.48.
5049
5050 * tramp.el (all): Change all addresses to .gnu.org.
5051 (tramp-append-tramp-buffers): New defun.
5052 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
5053 Catch `dont-send' signal.
5054 (tramp-set-auto-save-file-modes): Set always permissions, because
5055 there might be an old auto-saved file belonging to another
5056 original file. This could be a security threat. Reported by
5057 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
5058 Check for Emacs 21.3.50 removed.
5059
5060 * tramp-smb.el (all): Remove debug construct for
5061 `with-parsed-tramp-file-name'.
a57e098f 5062 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
340b8d4f
MA
5063 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
5064 No error message if DIRECTORY or FILENAME doesn't exist.
5065 (tramp-smb-open-connection): Check existence of
5066 `tramp-smb-program'.
5067
a57e098f
SM
50682005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
5069
5070 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
5071 Properly handle the case where the `m' or `s' command's argument is not
5072 yet terminated.
5073 (perl-indent-new-calculate): New function.
5074 (perl-indent-line): Use it.
5075
e38b967a
MB
50762005-03-20 Miles Bader <miles@gnu.org>
5077
5078 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
5079 in text-mode too. Change to new face names.
a57e098f 5080 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
e38b967a 5081 Add `:weight bold' attribute.
a57e098f 5082 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
e38b967a 5083
0ee6e7b7
JL
50842005-03-19 Juri Linkov <juri@jurta.org>
5085
5086 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
5087
5088 * international/mule.el (auto-coding-alist): Sync with
5089 `auto-mode-alist' by adding upper case archive file extensions
5090 and adding ear/war to jar extension.
5091
864f69e9
EZ
50922005-03-19 David Casperson <casper@unbc.ca> (tiny change)
5093
5094 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
5095 running, restart it.
5096
580a2a02
EZ
50972005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
5098
a57e098f 5099 * finder.el (finder-current-item): Throw an error on an empty line.
580a2a02
EZ
5100
5101 * man.el (Man-follow-manual-reference): If current-word returns
5102 nil, use "".
5103
09ad1a5b
EZ
51042005-03-19 Matt Hodges <MPHodges@member.fsf.org>
5105
5106 * simple.el (goto-line): Doc fix.
5107
9dce96b5
EZ
51082005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
5109
5110 * files.el (save-buffer): Doc fix.
5111
068f123a
EZ
51122005-03-19 Michael R. Mauger <mmaug@yahoo.com>
5113
5114 * recentf.el (recentf-cleanup-remote): New variable.
5115 (recentf-cleanup): Use it to conditionally check availablity of
5116 remote files.
5117
19f26a89 51182005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
1b1556b1
EZ
5119
5120 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
5121 function names.
5122
504f06a2
EZ
51232005-03-19 Eli Zaretskii <eliz@gnu.org>
5124
5125 * language/thai-word.el: New file.
5126
79d2d279
EZ
51272005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5128
5129 * files.el (backup-buffer): If the file's directory is not
5130 writable, use copy instead of move to backup the file.
5131
f3b7338c
EZ
51322005-03-19 Eli Zaretskii <eliz@gnu.org>
5133
5134 * obsolete/keyswap.el: Moved to obsolete/ from term/.
5135
5d62baca
VJL
51362005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5137
a57e098f
SM
5138 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
5139 Use functionp instead of symbolp and fboundp. Reported by Drkm
5d62baca
VJL
5140 <darkman_spam@yahoo.fr>.
5141 (ps-print-version): New version 6.6.6.
5142
951f97e6
SM
51432005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
5144
5145 * textmodes/table.el (table--line-column-position): New idiom.
5146 (table--row-column-insertion-point-p): New function to test
5147 validity of row and column insertion operation at a location.
5148 (table-global-menu, table-cell-menu): Use above functions for
5149 deterministic test operation.
5150 (table--editable-cell-p): Behave in deterministic fashion.
5151
1332f1a0
JL
51522005-03-18 Juri Linkov <juri@jurta.org>
5153
5154 * isearch.el (isearch-lazy-highlight-new-loop):
5155 Make arguments beg and end optional.
5156 (isearch-update): Remove optional arguments nil from
5157 isearch-lazy-highlight-new-loop.
5158 (isearch-lazy-highlight-search): Let-bind case-fold-search to
5159 isearch-lazy-highlight-case-fold-search instead of
5160 isearch-case-fold-search, and let-bind isearch-regexp to
951f97e6
SM
5161 isearch-lazy-highlight-regexp.
5162 Use isearch-lazy-highlight-last-string instead of isearch-string.
1332f1a0
JL
5163
5164 * replace.el (perform-replace): Remove bindings of global
5165 variables isearch-string, isearch-regexp, isearch-case-fold-search.
5166 Add three new arguments to `replace-highlight'.
5167 (replace-highlight): Add arguments string, regexp, case-fold.
5168 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
5169 to allow isearch-lazy-highlight-new-loop to use these values
951f97e6 5170 to set corresponding isearch-lazy-highlight-* internal
1332f1a0
JL
5171 variables whose values lazy highlighting will use regardless of
5172 changes to global variables isearch-string, isearch-regexp,
5173 isearch-case-fold-search during lazy highlighting loop.
5174 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
5175 to `lazy-highlight-cleanup'.
5176
5177 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
5178 (ispell-highlight-face): Set default face to `isearch' when
5179 lazy highlighting is enabled.
5180 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
5181 priority to 1. Add lazy highlighting.
5182 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
5183 from `isearch-dehighlight'.
5184
42f73fb4
DP
51852005-03-18 David Ponce <david@dponce.com>
5186
5187 * files.el (hack-local-variables): Do a case-insensitive search
5188 for End.
5189
46fe9018
JL
51902005-03-18 Juri Linkov <juri@jurta.org>
5191
5192 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
5193 `isearch-lazy-highlight-cleanup', add alias to old name and
5194 declare obsolete. Add release numbers to other obsolete vars.
951f97e6
SM
5195 (isearch-done, isearch-lazy-highlight-new-loop):
5196 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
46fe9018
JL
5197 (lazy-highlight-cleanup) <variable>: Doc fix.
5198 (isearch-lazy-highlight-update): Rename obsolete
5199 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
5200
951f97e6 52012005-03-18 Kenichi Handa <handa@m17n.org>
1ab06fdf
KH
5202
5203 * language/thai-util.el: Fix categorization of Thai characters in
5204 thai-category-table.
5205 (thai-composition-pattern): Adjust it for the above change.
5206 (thai-self-insert-command, thai-compose-syllable): New functions.
5207 (thai-compose-region): Use thai-compose-syllable.
5208 (thai-compose-string): Likewise.
5209 (thai-composition-function): Likewise.
5210 (thai-auto-composition): New function.
5211 (thai-auto-composition-mode): New minor mode.
5212
5213 * language/thai.el: Fix patterns to be registered in
5214 composition-function-table.
5215
5216 * international/quail.el (quail-input-method): Locally bind
5217 inhibit-modification-hooks to t.
5218
c7bd5d57
RS
52192005-03-17 Richard M. Stallman <rms@gnu.org>
5220
5221 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
5222 (perl-mode): Use run-mode-hooks.
5223
5224 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
5225 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
5226 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
5227
951f97e6 5228 * mail/sendmail.el (sendmail-send-it): Reenable the code
c7bd5d57
RS
5229 to compute resend-to-address and use it.
5230
5231 * tar-mode.el (tar-mode): Turn off undo unconditionally.
5232
5233 * image-mode.el: New file.
5234
5235 * image.el (insert-sliced-image): Add autoload cookie.
5236
5237 * font-lock.el (font-lock-lines-before): New user option.
5238 (font-lock-after-change-function): Obey it.
5239
5240 * bindings.el (esc-map): Make M-g a prefix.
5241 Bind M-g g and M-g M-g to goto-line.
5242
c7bd5d57
RS
5243 * faces.el (face-id): Doc fix.
5244
52452005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
5246
5247 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
5248 (rmail-show-message): Use rmail-unknown-mail-followup-to.
5249 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
5250
5251 * mail/sendmail.el (mail-yank-ignored-headers)
5252 (mail-font-lock-keywords, mail-mode-fill-paragraph):
5253 Add Mail-Followup-To and Mail-Reply-To headers.
5254 (mail-citation-hook): Add autoload cookie.
5255 (mail-mode): Doc fix.
5256 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
5257 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
5258 (mail-mode-fill-paragraph): Handle those headers.
5259 (mail-mailing-lists): New variable.
5260 (mail-mail-reply-to, mail-mail-followup-to): New functions.
5261
5a1f9fcf
JL
52622005-03-17 Juri Linkov <juri@jurta.org>
5263
5264 * isearch.el (isearch-fallback): Check for `(car previous)'
5265 before calling `isearch-other-end-state'.
5266
0b6ec58d
KS
52672005-03-17 Kim F. Storm <storm@cua.dk>
5268
5269 * simple.el (move-beginning-of-line): Move to beginning of buffer
5270 line, as well as beginning of screen line.
5271
eae4ba2a
GM
52722005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
5273
5274 * calendar/diary-lib.el (mark-diary-entries): Use new optional
5275 argument REDRAW rather than calendar-redrawing variable.
5276 * calendar/calendar.el (calendar-redrawing): Delete.
5277 (redraw-calendar): Do not bind calendar-redrawing.
5278
52792005-03-16 Matt Hodges <MPHodges@member.fsf.org>
5280
5281 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
5282 diary-file buffer.
5283
b3e484d7
SM
52842005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5285
5286 * help.el (describe-mode): Allow a :minor-mode-function property to
5287 specify a different minor mode toggle function than the variable.
5288 * simple.el (auto-fill-function):
5289 * subr.el (add-minor-mode): Use it.
5290
7bf880c6
KH
52912005-03-16 Kenichi Handa <handa@m17n.org>
5292
5293 * language/ethio-util.el (sera-being-called-by-w3): New variable.
5294 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
5295 (ethio-fidel-to-sera-buffer): Likewise.
5296
fe3947c3
JL
52972005-03-16 Juri Linkov <juri@jurta.org>
5298
5299 * emacs-lisp/find-func.el (find-function-regexp):
5300 Add defun-emitting macro `menu-bar-make-toggle'.
5301
5302 * isearch.el: Put `isearch-scroll' property to
5303 `split-window-horizontally'.
5304
5305 * info.el: Update error messages for `debug-ignored-errors'.
5306 (Info-isearch-search): Doc fix.
5307 (Info-find-node): Move up code to go into info buffer before
5308 recording the node to the history.
5309 (Info-fontify-node): Fontify titles only if the next line
5310 has two or more `*', `=', `-', `.'.
5311 Display "go to this node" for empty (match-string 3).
5312
6a3fac90
YM
53132005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5314
5315 * term/mac-win.el: Add mouse pointer shape constants.
5316
bc438588
KS
53172005-03-15 Kim F. Storm <storm@cua.dk>
5318
5319 * simple.el (move-beginning-of-line): Use vertical-motion.
5320
65e7180e
JL
53212005-03-15 Juri Linkov <juri@jurta.org>
5322
5323 * isearch.el (isearch-error): New variable.
5324 (isearch-invalid-regexp, isearch-within-brackets): Remove.
b3e484d7 5325 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
65e7180e
JL
5326 (isearch-within-brackets-state): Remove.
5327 (isearch-case-fold-search-state, isearch-pop-fun-state):
5328 Decrease frame index.
5329 (isearch-mode, isearch-top-state, isearch-push-state)
5330 (isearch-edit-string, isearch-abort, isearch-search-and-update)
5331 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
5332 (isearch-search, isearch-lazy-highlight-new-loop):
5333 Replace `isearch-invalid-regexp' with `isearch-error'.
5334 Remove `isearch-within-brackets'.
5335 (isearch-search): Add `search-failed' handler to `condition-case'.
5336 (isearch-lazy-highlight-search): Add `condition-case' to catch
5337 errors and allow `isearch-lazy-highlight-update' to try
5338 highlighting from the beginning of the window.
5339 (isearch-repeat): Move up code to set isearch-wrapped to t
5340 before calling isearch-wrap-function.
5341
5342 * info.el (Info-isearch-initial-node): New internal variable.
5343 (Info-search): Signal an error in isearch mode when search leaves
5344 the initial node. Signal an error when `bound' is non-nil and
5345 nothing was found in the current subfile.
5346 (Info-isearch-search): Remove `condition-case'.
5347 (Info-isearch-wrap): Don't wrap when search failed during leaving
5348 the initial node. If `Info-isearch-search' is nil, wrap around
5349 the current node.
5350 (Info-isearch-start): New fun.
5351 (Info-mode): Add buffer-local hook `Info-isearch-start' to
5352 `isearch-mode-hook'.
5353
a7321976
YM
53542005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5355
5356 * simple.el (normal-erase-is-backspace): Set default to t if
5357 running on Mac.
5358
5359 * term/mac-win.el (function-key-map): Sync with x-win.el.
5360
8dedddd5
KH
53612005-03-15 Kenichi Handa <handa@m17n.org>
5362
5363 * international/mule-cmds.el (locale-language-names): Modify the
5364 format of elements and add more entries.
5365 (locale-preferred-coding-systems): Add more entries.
b3e484d7 5366 (set-locale-environment): Adjust for the change of
8dedddd5
KH
5367 locale-language-names.
5368
8a462381
SM
53692005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5370
5371 * pcvs.el (smerge-ediff): Remove bogus autoload.
5372
43314bf6
LK
53732005-03-14 Lute Kamstra <lute@gnu.org>
5374
dc64809a
LK
5375 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
5376 Ignore a `*' at the beginning of a line.
5377
8a462381 5378 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
adf9acf8
LK
5379 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
5380 subr.el.
5381 (dont-compile, eval-when-compile, eval-and-compile): Use declare
5382 to specify indentation.
5383
43314bf6
LK
5384 * generic.el (define-generic-mode): Let generic-mode-list be a
5385 list of strings; test membership with equal.
5386
40821110
KS
53872005-03-14 Kim F. Storm <storm@cua.dk>
5388
5389 * simple.el (next-line, previous-line): Add optional try-vscroll
5390 arg to recognize interactive use. Pass it on to line-move.
5391 (line-move): Don't perform auto-window-vscroll when defining or
5392 executing keyboard macro to ensure consistent behaviour.
5393
b70d9316
SM
53942005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5395
5396 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
5397
c4fbcb01
LK
53982005-03-13 Lute Kamstra <lute@gnu.org>
5399
5400 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
5401 debugger-setup-buffer so that backtrace marks the frames set to
5402 debug-on-exit and we don't have to do it manually. Set an extra
5403 debug-on-exit for macro's.
5404 (debugger-setup-buffer): Don't mark the top frame manually.
40821110 5405
3fdfb09c
LK
54062005-03-12 Lute Kamstra <lute@gnu.org>
5407
5408 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
5409 lisp-indent-function throughout.
5410 (with-no-warnings): Set lisp-indent-function property.
5411
09d252f2
TTN
54122005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
5413
5414 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
5415 Add entry for backslash.
5416
c10d2217
JL
54172005-03-12 Juri Linkov <juri@jurta.org>
5418
5419 * info.el (Info-search): Four fixes for backward search.
5420
0e425a58
JB
54212005-03-11 Jay Belanger <belanger@truman.edu>
5422
5423 * calc/calc.el (calc-language-alist): New variable.
5424 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
5425 (calc-embedded-find-modes): Use calc-language-alist instead of
5426 calc-embedded-language-alist.
5427
33873bad
GM
54282005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5429
5430 * calendar/calendar.el (calendar-redrawing): New internal
5431 variable.
5432 (redraw-calendar): Remove bogus save-excursion from previous
5433 change. Bind calendar-redrawing to t for mark-diary-entries.
5434 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
5435 calendar if that is why we were called.
5436
fa815b14
KH
54372005-03-11 Kenichi Handa <handa@m17n.org>
5438
5439 * international/mule.el (make-coding-system): Set property
c7bd5d57 5440 coding-system-define-form to nil.
fa815b14
KH
5441 (define-coding-system-alias): Likewise.
5442
ac249c4c
KH
54432005-03-11 Kenichi Handa <handa@m17n.org>
5444
5445 These changes are suggested by Dave Love <fx@gnu.org>.
5446
5447 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
5448 coding: tag.
5449 (adaptive-fill-regexp): Add more bullets.
5450 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
5451 regexps.
5452
ef75a647
SM
54532005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5454
dd39c336
SM
5455 * help.el (describe-mode): Properly handle non-trivial lighters.
5456 Don't ignore minor modes that are not listed in minor-mode-list.
5457
ef75a647
SM
5458 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
5459 feature ON when the user requests to turn it OFF.
5460
449808f7
LK
54612005-03-10 Lute Kamstra <lute@gnu.org>
5462
5463 * emacs-lisp/debug.el (debug-entry-code): Delete it.
ef75a647 5464 (implement-debug-on-entry): New function to replace debug-entry-code.
449808f7
LK
5465 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
5466 second argument as the 2005-03-07 change makes it obsolete.
5467 (debug-on-entry, cancel-debug-on-entry): Update call to
5468 debug-on-entry-1.
5469 (debug, debugger-setup-buffer): Comment update.
ef75a647 5470 (debugger-frame-number): Update to work with implement-debug-on-entry.
449808f7 5471
134d277e
JB
54722005-03-10 Jay Belanger <belanger@truman.edu>
5473
5474 * calc/calc-embed.el (math-ms-args): Declare it.
5475 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
5476 math-ms-args.
5477 (calc-embedded-subst): Use math-multi-subst-rec to substitute
5478 variables.
5479
33c76f5a
NR
54802005-03-10 Nick Roberts <nickrob@snap.net.nz>
5481
5482 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
5483 Use message-box.
5484
5485 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
5486 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
5487 (tooltip-gud-tips): Simplify.
5488 (tooltip-gud-tips-p): Remove superflouous :set.
5489 (tooltip-gud-modes): Add fortran-mode.
5490 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
5491
5492 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
449808f7 5493
7f351d0b
KS
54942005-03-09 Kim F. Storm <storm@cua.dk>
5495
5496 * play/animate.el (animate-place-char): Use forward-line instead
5497 of next-line to improve performance.
5498
e62ecf85
SJ
54992005-03-09 Simon Josefsson <jas@extundo.com>
5500
5501 * net/browse-url.el (browse-url-default-browser): Doc fix.
5502
f1953880
MB
55032005-03-09 Miles Bader <miles@gnu.org>
5504
5505 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
5506 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
5507
ca8d88cd
KH
55082005-03-09 Kenichi Handa <handa@m17n.org>
5509
ec4e909a
KH
5510 * international/latin-1.el: Set case and syntax for 255 only if
5511 set-case-syntax-set-multibyte is nil.
5512
7f351d0b 5513 * textmodes/ispell.el (ispell-insert-word): New function.
449808f7 5514 (ispell-word): Use ispell-insert-word to insert a new word.
ef75a647 5515 (ispell-process-line): Likewise.
ca8d88cd
KH
5516 (ispell-complete-word): Likewise.
5517
9839760a
GM
55182005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
5519
5520 * calendar/calendar.el (redraw-calendar): Preserve point.
5521 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5522 (calendar-week-start-day): Move after definition of
5523 redraw-calendar. Delete buffer test, since redraw-calendar has
5524 that now.
5525
5526 * calendar/diary-lib.el (mark-diary-entries): Only call
5527 redraw-calendar in the first of any recursive calls.
5528 Reported by Alan Shutko <ats@acm.org>.
5529
9553cf63
JL
55302005-03-08 Juri Linkov <juri@jurta.org>
5531
5532 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
5533 (html-horizontal-rule, html-line, html-image, html-checkboxes)
5534 (html-radio-buttons): Add a space before the trailing `/>' where
5535 sgml-xml-mode is non-nil.
5536 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
5537 the subsequent tag of the empty XML tag.
5538 (html-href-anchor): Don't set initial input to "http:".
5539 (html-image): Ask for the image URL and set point inside alt="".
5540 (html-name-anchor): Duplicate the name in the `id' attribute when
5541 sgml-xml-mode is non-nil.
5542 (html-paragraph): Remove \n before <p>.
5543 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
5544 instead of `checked' when sgml-xml-mode is non-nil.
5545
5546 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
5547 Remove 1 space before #RRGGBB to not truncate it on terminal
5548 windows w/o fringes. Remove 1 space between bg and fg examples
5549 to get more space.
5550 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
5551 avoid byte-compile warnings.
5552
5553 * image-file.el (image-file-handler): Put `safe-magic' property to
5554 `image-file-handler'.
5555
5556 * info.el (Info-isearch-search): Emulate word search in
5557 isearching through multiple Info nodes with Info-search.
5558 (Info-isearch-wrap): Allow isearch-word.
5559
9b54d453
LK
55602005-03-08 Lute Kamstra <lute@gnu.org>
5561
5562 * emacs-lisp/debug.el (debugger-step-through): Make sure that
5563 stepping into the debugger's code is not possible.
5564 (debugger-jumping-flag): Docstring update.
5565
41d4eedc
JB
55662005-03-08 Jay Belanger <belanger@truman.edu>
5567
5568 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
5569 embedded mode begins.
5570 (calc-embedded-language-alist): New variable.
5571 (calc-embedded-find-modes): Use calc-embedded-language-alist to
5572 set default language mode.
5573
c68f7e21
KH
55742005-03-08 Kenichi Handa <handa@m17n.org>
5575
5576 * international/ccl.el (define-ccl-program): Fix docstring about
5577 extra 256 bytes assured for the output buffer.
5578
5579 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5580 Fix BUFFER_MAGNIFICATION to 2.
5581 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5582
3ee9f6ac
JW
55832005-03-07 Karl Chen <quarl@cs.berkeley.edu>
5584
5585 * align.el (align-rules-list): Added an alignment rule for CSS
5586 declarations (applies to css-mode and html-mode buffers).
5587
a29cf450
SM
55882005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5589
5590 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
5591
2f8cd1ce
KS
55922005-03-07 Kim F. Storm <storm@cua.dk>
5593
a54595d4
KS
5594 * simple.el (move-beginning-of-line): New command.
5595
5596 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
5597
5598 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
5599
5600 * emulation/cua-base.el: Put CUA move property on move-end-of-line
5601 and move-beginning-of-line.
5602
2f8cd1ce
KS
5603 * apropos.el (apropos-print): Omit command from M-x ... RET.
5604
7a2306d9
NR
56052005-03-07 Nick Roberts <nickrob@snap.net.nz>
5606
5607 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
5608 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
5609
aaf2cff2
RS
56102005-03-06 Richard M. Stallman <rms@gnu.org>
5611
5612 * bindings.el (esc-map): Bind M-g to goto-line.
5613
5614 * facemenu.el (global-map): Bind M-o, not M-g.
5615
bf7970c5
JD
56162005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5617
5618 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
5619 "Open Directory" as for "Open File".
5620
0251bafb
RS
56212005-03-06 Chong Yidong <cyd@stupidchicken.com>
5622
5623 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
5624 (push-mark-command): Run activate-mark-hook.
5625
56262005-03-06 Richard M. Stallman <rms@gnu.org>
5627
5628 * help-mode.el (help-mode-finish): Don't alter the element
5629 in view-return-to-alist if there already is one.
5630
5631 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
5632 make sure the current buffer is the expected one.
5633
5634 * novice.el (disabled-command-function): Output in *Disabled Command*.
5635 Explicitly ignore non-keyboard events, and explicitly handle C-g.
5636
5637 * textmodes/flyspell.el (flyspell-large-region):
5638 Pass args differently for aspell.
5639
5640 * files.el (mode-require-final-newline): Doc fix.
5641
52eb0373 56422005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
0251bafb 5643
2f8cd1ce 5644 * progmodes/which-func.el (which-function):
0251bafb
RS
5645 Specify NOERROR when calling imenu--make-index-alist.
5646
55d0f066
SM
56472005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5648
a3194d03
SM
5649 * simple.el (normal-erase-is-backspace): Define default value.
5650
5651 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
5652 (custom-reevaluate-setting): Simple function to handle
5653 variables that are defined before their default value can really
5654 be computed.
5655
5656 * startup.el (command-line): Use it for temporary-file-directory,
5657 small-emporary-file-directory, auto-save-file-name-transforms,
5658 blink-cursor-mode, and normal-erase-is-backspace.
5659
55d0f066
SM
5660 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
5661 progress, even with buggy anchored keywords.
5662
f38c52df
LT
56632005-03-05 Luc Teirlinck <teirllm@auburn.edu>
5664
be6e87e5 5665 * simple.el (goto-line): Remove unbalanced final parenthesis.
f38c52df 5666
bb96021a
RS
56672005-03-05 Richard M. Stallman <rms@gnu.org>
5668
5669 * simple.el (goto-line): Use a number at point as the default.
5670 With C-u as arg, switch buffers.
5671
3ff96c81
JL
56722005-03-05 Juri Linkov <juri@jurta.org>
5673
5674 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
5675 with `no-blinking-cursor'.
5676
5677 * startup.el (no-blinking-cursor): New defvar.
5678 (command-line): Add `--no-blinking-cursor' to longopts.
5679 Set `no-blinking-cursor' to t for command line arguments
5680 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
5681 with `no-blinking-cursor' in the condition for calling
5682 `blink-cursor-mode'.
5683
c3a52675
LT
56842005-03-04 Luc Teirlinck <teirllm@auburn.edu>
5685
5686 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
5687 (menu-bar-options-save): Add blink-cursor-mode.
5688 (menu-bar-options-menu): Add blink-cursor-mode.
5689
77b94af3
GM
56902005-03-04 Ulf Jasper <ulf.jasper@web.de>
5691
5692 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
5693 (icalendar-export-file, icalendar-export-region)
a29cf450 5694 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
77b94af3
GM
5695 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
5696
524352d6
LK
56972005-03-04 Lute Kamstra <lute@gnu.org>
5698
a29cf450 5699 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
524352d6
LK
5700 (debug-function-list): Ditto.
5701
b12e59fd
RC
57022005-03-04 Robert J. Chassell <bob@rattlesnake.com>
5703
5704 * textmodes/texinfmt.el (texinfo-append-refill):
5705 Redefine the types of line to which @refill
5706 is not appended by replacing a search for `@refill\\|@bye' with
5707 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
5708 itemize@refill' bug and the unfilled long lines bug.
a29cf450 5709 (texinfmt-version): Update number and date.
b12e59fd 5710
518d3637
RS
57112005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
5712
5713 * international/code-pages.el (windows-1250, windows-125[2-8])
5714 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
5715
d245ff23
SM
57162005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5717
5718 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
5719 bound yet.
5720
b8210c6e
JPW
57212005-03-02 Romain Francoise <romain@orebokech.com>
5722
5723 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
5724 buffer after removing limits.
5725 (ibuffer-pop-filter): Ditto.
5726 Update copyright.
5727
aad1926a
MB
57282005-03-02 Miles Bader <miles@gnu.org>
5729
5730 * button.el (make-text-button): If the user doesn't specify a
5731 type, use the default. Rewrite to use `add-text-properties' and
5732 plist functions.
5733
284f0680
LK
57342005-03-01 Lute Kamstra <lute@gnu.org>
5735
5736 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
5737 (debugger-jumping-flag): New var.
5738 (debug-entry-code): Use it.
5739 (debugger-jump): Use debugger-jumping-flag and add
5740 debugger-reenable to post-command-hook.
5741 (debugger-reenable): Use debugger-jumping-flag and remove itself
5742 from post-command-hook.
5743 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
5744 debugger-reenable.
5745
43e7d00a
RC
57462005-03-01 Robert J. Chassell <bob@rattlesnake.com>
5747
284f0680 5748 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
43e7d00a
RC
5749 inclusion of "itemize\\|", which may be unnecessary, is certainly
5750 inelegant, and stops refilling in itemize lists when formatting
5751 Japanese Texinfo files to Info.
5752 Update copyright to 2005.
5753
911ba5f8
NR
57542005-03-01 Nick Roberts <nickrob@snap.net.nz>
5755
5756 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
5757 of an error if GDB can't find the source file.
5758
f830b09e
GM
57592005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5760
5761 * calendar/calendar.el (redraw-calendar): Work from any buffer,
5762 not just the calendar.
5763
5764 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
5765 first.
5766 (diary-redraw-calendar): New function.
5767 (make-diary-entry): Add diary-redraw-calendar to local
5768 write-contents-functions. Turn off selective display before
5769 inserting in diary.
5770
5582d76d
KS
57712005-03-01 Kim F. Storm <storm@cua.dk>
5772
5773 * emacs-lisp/copyright.el (copyright-fix-years): New command.
5774
a9ee5cac
LK
57752005-03-01 Lute Kamstra <lute@gnu.org>
5776
5777 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
5778 that debug-entry-code can be safely removed from a function while
5779 this code is being evaluated. Revert the 2005-02-27 change as the
5780 new implementation no longer requires it. Make sure that a
dd39c336 5781 function body containing just a string is not mistaken for a docstring.
439368ed
LK
5782 (debug): Skip one more frame in case of debug on entry.
5783 (debugger-setup-buffer): Delete one more frame line in case of
5784 debug on entry.
5785 (debugger-frame-number): Update to use the new text introduced by
d245ff23 5786 the 1999-11-03 change. Skip one more frame in case of debug on entry.
a9ee5cac 5787
77032434
KS
57882005-02-28 Kim F. Storm <storm@cua.dk>
5789
5790 * double.el (double-translate-key): Call force-window-update after
5791 read-event to avoid crash in redisplay.
5792
c4d5a8a1
SM
57932005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5794
5795 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
5796 (debug): Use it. Move the inhibit-trace earlier.
5797 (debug-entry-code): New const.
5798 (debug-on-entry-1): Use it.
5799
4c23089d 58002005-02-28 Chong Yidong <cyd@stupidchicken.com>
dbaba2d2 5801
c4d5a8a1
SM
5802 * international/utf-16.el (ccl-encode-mule-utf-16le):
5803 Fix BUFFER_MAGNIFICATION to 2.
dbaba2d2
KH
5804 (ccl-encode-mule-utf-16be): Likewise.
5805
58062005-02-28 Kenichi Handa <handa@m17n.org>
5807
5808 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5809 Fix BUFFER_MAGNIFICATION to 4.
5810 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5811
0f468ead
NR
58122005-02-28 Nick Roberts <nickrob@snap.net.nz>
5813
5814 * speedbar.el (speedbar-update-flag): Doc fix.
5815 (speedbar-show-info-under-mouse): Give set-mouse-position the right
5816 argument.
5817
35c5f5d3
SM
58182005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5819
fc88c288
SM
5820 * reveal.el (reveal-post-command): Don't try to reveal overlays which
5821 have a non-nil `invisible' property but are actually visible.
5822
35c5f5d3
SM
5823 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
5824 for perldoc sections.
5825 (perl-outline-regexp, perl-outline-level): New var and function.
5826 (perl-mode): Use them.
5827
f43ae016
GM
58282005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
5829
5830 * calendar/diary-lib.el (diary-remind): Discard any mark portion
5831 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
5832
04c9dde8
LT
58332005-02-27 Luc Teirlinck <teirllm@auburn.edu>
5834
5835 * cus-edit.el: Comment change.
5836 (custom-buffer-create-internal): Slightly reword text at top of
5837 Custom buffers. Mention there that saving an option edits the
5838 init file. Add link to Emacs manual node on `custom-file'.
5839 (custom-magic-alist): Rewrite individual State messages to use
5840 capitalized keywords. Doc fix.
5841
261b7f30
GM
58422005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5843
5844 * calendar/calendar.el (calendar-buffer): Move above
5845 calendar-week-start-day.
5846 (calendar-week-start-day): Doc fix. Add :set function.
5847 (calendar-minimum-window-height): New variable.
5848 (generate-calendar-window): Only resize window if selected-window
5849 is displaying the calendar buffer. Use new variable
5850 calendar-minimum-window-height.
5851 (generate-calendar): Reword error message.
5852 (calendar-mode-map): Bind DEL to scroll-other-window-down.
5853
b71c9e75
AS
58542005-02-27 Andreas Schwab <schwab@suse.de>
5855
c58447fd
AS
5856 * vc.el (vc-do-command): Don't run command asynchronously when
5857 operating in a remote directory.
5858
b71c9e75
AS
5859 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
5860 change from sync with Tramp 2.0.47.
5861
aa5c6b3e
RS
58622005-02-27 Richard M. Stallman <rms@gnu.org>
5863
5864 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5865
5866 * textmodes/flyspell.el (flyspell-mode-on):
5867 Call ispell-change-dictionary only if necessary.
5868
5869 * emacs-lisp/re-builder.el (regexp-builder): New function.
5870
5871 * register.el (describe-register-1): Explicitly handle
5872 yank-excluded-properties = t.
5873
5874 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
5875 (custom-magic-alist): Change the status descriptions again.
5876 (face widget-type): Total rewrite based on `restricted-sexp'
5877 to eliminate the confusing double hiding levels.
5878
5879 * emacs-lisp/debug.el (debug-on-entry-1):
5880 If function body is empty, add nil as body form.
5881
5f8a82e1
SM
58822005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5883
5884 * emacs-lisp/trace.el (inhibit-trace): New var.
5885 (trace-make-advice): Use it.
5886
5887 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
5888
c6f4488c
KS
58892005-02-26 Kim F. Storm <storm@cua.dk>
5890
5891 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
5892 (mouse-on-link-p, mouse-drag-region-1): Use it.
5893
a0b497c5
LK
58942005-02-25 Lute Kamstra <lute@gnu.org>
5895
5896 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
5897
ffa8d0ef
LT
58982005-02-24 Luc Teirlinck <teirllm@auburn.edu>
5899
5900 * frame.el (blink-cursor-mode): Add :group keyword.
5901
1a951b51
GM
59022005-02-24 Ulf Jasper <ulf.jasper@web.de>
5903
78d54dee
SM
5904 * calendar/icalendar.el (icalendar--decode-isodatetime):
5905 New optional argument DAY-SHIFT.
1a951b51
GM
5906 (icalendar-export-region): Fix coding-system-for-write.
5907 (icalendar--convert-ical-to-diary): Shift end-day of all-day
5908 events by one.
5909
6ecedb40
SM
59102005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5911
5912 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
5913
1749aa90
KS
59142005-02-24 Kim F. Storm <storm@cua.dk>
5915
5916 * international/iso-acc.el (iso-accents-compose): Fix crash
5917 during redisplay. Call force-window-update after read-event
5918 and delete-region to signal that window is not accurate.
5919
78d54dee
SM
59202005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5921
5922 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
5923 Remove unused and inexistent var `inhibit-trace'.
5924 (debugger-mode): Use run-mode-hooks.
5925 (debugger-list-functions): Add buttons; setup xref stack.
5926
a98ac7ae
RS
59272005-02-23 Richard M. Stallman <rms@gnu.org>
5928
5929 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
5930 appointment says it was explicitly made.
5931 (appt-add): Set the 3rd element.
5932 (appt-make-list): Preserve explicit appointments.
5933
5934 * subr.el (find-tag-default): Catch errors in forward-sexp.
5935
91c66262
JL
59362005-02-23 Juri Linkov <juri@jurta.org>
5937
5938 * info.el (Info-isearch-search): New defcustom.
5939 (Info-isearch-search): Call the default isearch function
5940 when Info-isearch-search is nil.
5941 (Info-isearch-wrap): Use variable Info-isearch-search.
5942
01d746be
LT
59432005-02-22 Luc Teirlinck <teirllm@auburn.edu>
5944
5945 * cus-edit.el: Comment change.
5946
b686dd59
KS
59472005-02-22 Kim F. Storm <storm@cua.dk>
5948
6ecedb40
SM
5949 * progmodes/hideif.el (hide-ifdef-use-define-alist):
5950 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
b686dd59 5951
fe77c061
SJ
59522005-02-22 Simon Josefsson <jas@extundo.com>
5953
6ecedb40
SM
5954 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
5955 New variable.
fe77c061
SJ
5956 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
5957 Oskarsson" <myrkraverk@users.sourceforget.net>.
5958
baf70a02
KS
59592005-02-22 Kim F. Storm <storm@cua.dk>
5960
5961 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
5962 check that window of that event is the selected window.
5963 (mouse-drag-region-1): Compare mouse event window to selected
5964 window before setting point.
5965
5966 * tooltip.el (tooltip-show-help-function): Pass event to
5967 mouse-on-link-p so it can check selected window.
5968
ca69e8aa
KH
59692005-02-22 Kenichi Handa <handa@m17n.org>
5970
5971 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
5972 (ps-mule-show-warning): New function.
5973 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
5974 characters are found.
5975
5976 * ps-print.el (ps-header-footer-string): Return a list of header
5977 and footer strings.
5978
dae3211d
SM
59792005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5980
5981 * pcvs.el (cvs-retrieve-revision): Fix thinko.
5982
59832005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
2c75eddf 5984
9df747e1
SM
5985 * frame.el (blink-cursor-mode): Use define-minor-mode.
5986
2c75eddf
SM
5987 * term/mac-win.el (function-key-map): Use char-names more consistently.
5988 (file-name-coding-system): Only set it for MacOS-9. The other case is
5989 already handled in mule-cmds.el (where it also works when mac-win.el
5990 is not used).
5991
c4a166f1
KH
59922005-02-21 Kenichi Handa <handa@m17n.org>
5993
002dc239
KH
5994 * international/mule.el (ctext-pre-write-conversion): Always use
5995 " *code-converting-work*" buffer for work.
5996
c4a166f1
KH
5997 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
5998
22071507
TTN
59992005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
6000
6001 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
6002
50d9c396
JY
60032005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
6004
2c75eddf 6005 * ses.el (undo-more): Restore defadvice, but only the part that
50d9c396
JY
6006 allows changes outside the restricted area of the buffer.
6007
0fba9f25
KS
60082005-02-20 Kim F. Storm <storm@cua.dk>
6009
6010 * simple.el (line-move): Add fourth optional arg try-vscroll which
6011 must be set to perform auto-window-vscroll.
6012 When moving backwards and doing auto-window-vscroll, automatically
6013 vscroll to the last part of lines which are taller than the window.
6014 (next-line, previous-line): Set try-vscroll arg on line-move.
6015
ac010fca
DN
60162005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
6017
f79bdb3a
DN
6018 * replace.el (query-replace, query-replace-regexp)
6019 (replace-string, replace-regexp): When operating on region, make
6020 the minibuffer prompt say so.
6021
ac010fca
DN
6022 * isearch.el (isearch-forward): Document isearch-query-replace and
6023 isearch-query-replace-regexp keybindings.
0fba9f25 6024
fa64fa22
JB
60252005-02-19 Jay Belanger <belanger@truman.edu>
6026
6027 * calc/calc-aent.el (math-read-token): Add local variable.
6028
6029 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
6030 (calc-edit-top): Move declaration to earlier in file.
6031 (calc-edit-macro-repeats): Add local variables.
6032
6033 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
6034 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
6035 calcFunc-tanh.
6036 Adjust integration rule for calcFunc-tan.
6037
3f9526a3 60382005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
0fba9f25
KS
6039
6040 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
6041 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
6042 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
6043 (viper-skip-separators): Bug fix.
6044 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
3f9526a3 6045 particular major mode.
0fba9f25 6046 (viper-del-backward-char-in-replace): Don't put deleted char on the
3f9526a3 6047 kill ring.
0fba9f25
KS
6048
6049 * viper-ex.el (viper-color-display-p): New function.
6050 (viper-has-face-support-p): Use viper-color-display-p.
6051
6052 * viper-keym.el (viper-gnus-modifier-map): New keymap.
6053
6054 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
6055
6056 * viper-util.el (viper-glob-unix-files): Fix shell status check.
6057 (viper-file-remote-p): Make equivalent to file-remote-p.
6058
78d54dee
SM
6059 * viper.el (viper-major-mode-modifier-list):
6060 Use viper-gnus-modifier-map.
0fba9f25 6061
c761fd55
DK
60622005-02-19 David Kastrup <dak@gnu.org>
6063
6064 * subr.el (subregexp-context-p): Fix garbled doc string by adding
6065 quoting.
6066
7ca4e8a1
JB
60672005-02-19 Jay Belanger <belanger@truman.edu>
6068
6069 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
78d54dee 6070 Remove extra definitions.
7ca4e8a1
JB
6071 (calc-coth): New function.
6072 (calcFunc-cot): Fix `let'.
6073
0e0d5683
EZ
60742005-02-19 Eli Zaretskii <eliz@gnu.org>
6075
6076 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
6077 the reasons we use "type pc" in these faces.
6078
6079 * button.el (button): Ditto.
6080
2511035d
EZ
60812005-02-19 Michael Mauger <mmaug@yahoo.com>
6082
6083 * replace.el (query-replace-read-from): Set the value of
6084 query-replace-from-history-variable to handle the case of an empty
6085 string entered to accept the suggested default.
74f69b93 6086
78d54dee
SM
6087 * net/tramp.el (tramp-file-name-for-operation):
6088 Use dired-call-process instead of dired-call-process-command.
74f69b93 6089
7182a9a6
JB
60902005-02-19 Jay Belanger <belanger@truman.edu>
6091
6092 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
6093 (math-div-non-trig): New variables.
6094 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
6095 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
6096 (math-combine-prod, math-div-symb-fancy): Add simplifications for
6097 trig expressions.
6098
8c4e7434
NR
60992005-02-19 Nick Roberts <nickrob@snap.net.nz>
6100
6101 * progmodes/gdb-ui.el (gdb-var-update-handler)
6102 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
6103 for watch expressions,
6104 (gdb-var-create-handler): Don't set speedbar-update-flag.
6105 (gdb-post-prompt): Simplify test for speedbar.
6106
17561e4f 61072005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
0fba9f25 6108
78d54dee
SM
6109 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
6110 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
17561e4f 6111 we use the syntax table of the correct buffer.
78d54dee 6112 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
17561e4f 6113 Felix Gatzemeier.
0fba9f25 6114
78d54dee
SM
6115 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
6116 (ediff-file-remote-p): Make synonymous with file-remote-p.
17561e4f 6117 In all deffaces ediff-*-face-*, use min-colors.
0fba9f25 6118
78d54dee
SM
6119 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
6120 ediff-recurse-to-subdirectories.
6121 (ediff-mark-if-equal): Check that the arguments are strings, use
17561e4f 6122 ediff-same-contents (after to Felix Gatzemeier).
0fba9f25 6123
78d54dee 6124 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
17561e4f 6125 nil.
0fba9f25 6126
9be92b96
SM
61272005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
6128
6129 * log-view.el (log-view-message-re): Fix up Subversion regexp.
6130
3a51abf1
DK
61312005-02-18 David Kastrup <dak@gnu.org>
6132
6133 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
6134 use `mark-active' when defined.
6135
92dc83a9
KH
61362005-02-18 Kenichi Handa <handa@m17n.org>
6137
6138 * ps-print.el (ps-font-info-database): New entry
6139 ZapfChancery-MediumItalic with correct font name. Fix font name
6140 of the entry Zapf-Chancery-MediumItalic.
6141
6dbbc01d
LT
61422005-02-16 Luc Teirlinck <teirllm@auburn.edu>
6143
6144 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
6145
4aed6e1e
KS
61462005-02-16 Kim F. Storm <storm@cua.dk>
6147
6148 * ido.el (ido-fallback-command): Pass user input to fallback command.
6149
61502005-02-16 Nick Roberts <nickrob@snap.net.nz>
fb05d8af
NR
6151
6152 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
6153 (gdb-find-file-hook): Add server prefix.
6154
a29c9707
RS
61552005-02-16 Richard M. Stallman <rms@gnu.org>
6156
6157 * replace.el (perform-replace): Pass new args to replace-highlight.
6158 (replace-highlight): Take region args,
6159 and pass them to isearch-lazy-highlight-new-loop.
6160
6161 * novice.el (disabled-command-hook): Autoload the defalias
6162 and the make-obsolete-variable call.
6163
6164 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
6165
6166 * isearch.el (isearch-lazy-highlight-start-limit)
6167 (isearch-lazy-highlight-end-limit): New variables limit
6168 the region for highlighting.
6169 (isearch-lazy-highlight-new-loop): New args BEG and END.
6170 (isearch-lazy-highlight-search): Use the new vars.
6171 (isearch-lazy-highlight-update): Likewise.
6172
6173 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
6174
6175 * cus-start.el (all): Use default-boundp.
6176
4aed6e1e 61772005-02-15 David Casperson <casper@unbc.ca> (tiny change)
a29c9707
RS
6178
6179 * menu-bar.el (menu-bar-select-frame): Handle current frame.
6180
e1c9f939
LT
61812005-02-15 Luc Teirlinck <teirllm@auburn.edu>
6182
6183 * autorevert.el (auto-revert-stop-on-user-input)
6184 (auto-revert-verbose): Doc fixes.
6185
52c7f9ee
JR
61862005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
6187
6188 * international/mule-cmds.el (set-locale-environment): Remove call
6189 to set-selection-coding-system on Windows.
6190
6ec30302
JB
61912005-02-15 Jay Belanger <belanger@truman.edu>
6192
6193 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
78d54dee 6194 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6ec30302
JB
6195 calcFunc-coth.
6196 (math-simplify-sqrt): Add simplifications.
6197
6198 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
6199 to list.
6200
6201 * calc/calc-ext.el: Add functions to autoloads.
6202
6203 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
6204 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
6205 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
6206 (math-csc-raw, math-cot-raw): New functions.
6207
6208 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
6209
6210 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
6211 the variable name in a message.
6212
6213 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
6214 calcFunc-csc, calcFunc-cot.
6215
6216 * calc/calcalg2.el: Add derivative and integration rules for
6217 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
6218 calcFunc-csch, calcFunc-coth.
6219 (math-do-integral-methods): Add to checks for when to use
6220 substitutions.
6221
6222 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
6223
43817a75
LK
62242005-02-15 Lute Kamstra <lute@gnu.org>
6225
9be92b96
SM
6226 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6227 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
43817a75
LK
6228 <monnier@iro.umontreal.ca>
6229 (lisp-outline-level): Improve efficiency. Suggested by David
6230 Kastrup <dak@gnu.org>.
6231
34093ed7
NR
62322005-02-15 Nick Roberts <nickrob@snap.net.nz>
6233
6234 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
6235 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
6236 (gdb-set-gud-minor-mode-existing-buffers): New functions.
52eb0373 6237 (gdb-find-file-hook): New hook. Add it to find-file-hook.
34093ed7
NR
6238 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
6239
0f014aa1
LT
62402005-02-14 Luc Teirlinck <teirllm@auburn.edu>
6241
6242 * cus-start.el (all): Comment change.
6243
23e8c095
LK
62442005-02-14 Lute Kamstra <lute@gnu.org>
6245
6246 * cus-start.el (all): Check if symbol is void.
6247
a4869139
CD
62482005-02-14 Carsten Dominik <dominik@science.uva.nl>
6249
6250 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
6251 optional argument to \cite.
6252
134948fc
RS
62532005-02-14 Richard M. Stallman <rms@gnu.org>
6254
6255 * cus-edit.el (custom-buffer-create-internal): Update help message.
6256 (custom-magic-alist): Update help messages.
6257
6258 * cus-start.el (all): Allow a var to specify a standard value.
6259
5e2087b8
LT
62602005-02-12 Luc Teirlinck <teirllm@auburn.edu>
6261
6262 * custom.el (custom-theme-set-variables): Handle variable aliases.
6263
6264 * frame.el (blink-cursor-timer): Doc fix.
5e2087b8
LT
6265 (blink-cursor): Make it an alias for `blink-cursor-mode' and
6266 declare obsolete.
03e38499
LT
6267 (blink-cursor-mode): Define with defcustom and use correct
6268 standard expression in that defcustom.
5e2087b8
LT
6269 * startup.el (command-line): Adapt to above changes in frame.el.
6270
b7a2a696
LK
62712005-02-11 Lute Kamstra <lute@gnu.org>
6272
6273 * apropos.el (apropos-score-doc): Prevent division by zero.
6274
ea66d5e0
GM
62752005-02-11 Ulf Jasper <ulf.jasper@web.de>
6276
6277 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
6278 (icalendar--get-event-property-attributes)
6279 (icalendar--get-event-properties)
6280 (icalendar--datetime-to-diary-date): New functions.
6281 (icalendar--split-value): Doc fix.
6282 (icalendar--datetime-to-noneuropean-date)
6283 (icalendar--datetime-to-european-date): New optional argument
6284 SEPARATOR. Return result as a string instead of a list.
6285 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
6286 (icalendar--convert-string-for-export): Rename arg S to STRING.
6287 (icalendar-export-region): Doc fix. Change name of error buffer.
6288 Save output buffer.
6289 (icalendar-import-file): Add blank at end of prompt.
6290 (icalendar-import-buffer): Doc fix. Do not switch to error
6291 buffer. Indicate status in return value.
6292 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
6293 buffer. Save output buffer. Handle exception from recurrence
6294 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
6295 events. Fix problems with weekly all-day events.
6296
44291460
RS
62972005-02-10 Richard M. Stallman <rms@gnu.org>
6298
6299 * simple.el (eval-expression-print-format):
6300 Avoid warning about edebug-active.
6301
9be92b96 6302 * help.el (help-for-help-internal): Rename from help-for-help.
44291460
RS
6303 (help-for-help): Define with defalias.
6304
6305 * font-core.el (font-lock-default-function): Use with-no-warnings.
6306
6307 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
6308
6309 * custom.el (defface): Doc fix.
6310
37956fd5
NR
63112005-02-10 Nick Roberts <nickrob@snap.net.nz>
6312
6313 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
6314 width 0" to prevent word wrapping problems.
6315
44042fe7
KS
63162005-02-09 Kim F. Storm <storm@cua.dk>
6317
6318 * ido.el (ido-file-extensions-order): New defcustom.
6319 (ido-file-extension-lessp, ido-file-extension-aux)
6320 (ido-file-extension-order): New advanced file ordering.
6321 (ido-file-lessp): New simple file ordering.
6322 (ido-sort-list): Remove.
6323 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
6324 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
6325
e7eaabae
DN
63262005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
6327
6328 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
6329 that some versions of grep produce.
6330 (grep-mode-font-lock-keywords): Likewise.
6331
76f8cd56
NR
63322005-02-09 Nick Roberts <nickrob@snap.net.nz>
6333
6334 * progmodes/gdb-ui.el (gdb-location-list): New variable.
9be92b96 6335 (gdb-cdir): Delete.
76f8cd56
NR
6336 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
6337 (gdb-source-info): Treat case when source file is in another
6338 directory properly.
6339 (gdb-get-location): New function.
6340
519b13cd
JB
63412005-02-07 Jay Belanger <belanger@truman.edu>
6342
6343 * calc/calc-prog.el (calc-write-parse-table-part)
6344 (calc-fix-token-name): Fix a check for language type.
6345
9be92b96 6346 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
519b13cd 6347
009bb5d2
AS
63482005-02-07 Andre Spiegel <spiegel@gnu.org>
6349
6350 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
6351 as directory not writable.
6352
82ec225b
KS
63532005-02-07 Kim F. Storm <storm@cua.dk>
6354
6355 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
6356 (cua--standard-movement-commands): Remove list.
6357 Instead, set CUA property value to move for movement commands.
6358 (cua-movement-commands): Remove. Users must set CUA prop instead.
6359 (cua--pre-command-handler): Check CUA property.
6360 (cua--init-keymaps): Don't remap undo commands.
6361 (cua-mode): Don't call cua--rectangle-on-off.
6362
6363 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
6364 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
6365 (cua--rect-undo-set-point): New var.
6366 (cua--rectangle-undo-boundary): Setup undo apply entry.
6367 (cua--rect-undo-handler): New function for rectangle undo.
6368 (cua--rect-start-position, cua--rect-end-position): Add.
6369 (cua--rectangle-post-command): Call cua--rectangle-set-corners
6370 for restored rectangle. Set point if cua--rect-undo-set-point.
6371
c529f7f7
JB
63722005-02-06 Jay Belanger <belanger@truman.edu>
6373
6374 * calc/calc-lang.el (calc-tex-language): Display more information
6375 in messages.
6376
6377 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
6378 in TeX mode.
6379
ba2c991c
RS
63802005-02-06 Richard M. Stallman <rms@gnu.org>
6381
6382 * emacs-lisp/lisp.el (buffer-end): Doc fix.
6383
6d61d855
EZ
63842005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6385
6386 * net/ldap.el (ldap-search-internal): Support attributes with
6387 optional descriptions separated by a semi-colon, as in
6388 "userCertificate;binary".
6389
18daafed
JD
63902005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6391
6392 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
6393 isn't a cons (i.e. the version is 0).
6394
cb602754
EZ
63952005-02-05 Eli Zaretskii <eliz@gnu.org>
6396
6397 * help.el (help-for-help): Doc fix.
6398
a0079e58
NR
63992005-02-05 Nick Roberts <nickrob@snap.net.nz>
6400
52eb0373 6401 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
a0079e58
NR
6402 GDB-Windows on the menu-bar as this works better.
6403
e67d06eb
JB
64042005-02-04 Jay Belanger <belanger@truman.edu>
6405
6406 * calc/calc-embed.el (calc-embedded-update): Don't put in
52eb0373 6407 unnecessary newlines. Adjust the end of formula marker.
e67d06eb
JB
6408
6409 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
6410 (math-latex-parse-two-args): New function.
6411
02f244c8
LK
64122005-02-03 Lute Kamstra <lute@gnu.org>
6413
6414 * help-fns.el (help-with-tutorial): Make sure that users cannot
6415 remove the entire text of the tutorial by means of `undo'.
6416
ca97010c
SM
64172005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
6418
6419 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
6420 in recent changes, where the ispell process was repeatedly
6421 killed & restarted.
a41118cc
SM
6422
6423 * international/mule-cmds.el (set-locale-environment): Set file-name
6424 coding system to utf-8 on Darwin systems.
6425 (set-default-coding-systems): Don't set default-file-name-coding-system
6426 on Darwin systems.
6427
4e07258f
RS
64282005-02-03 Richard M. Stallman <rms@gnu.org>
6429
6430 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
6431
64322005-02-03 Matt Hodges <MPHodges@member.fsf.org>
6433
6434 * faces.el (list-faces-display): Add optional argument.
6435
30b940a7
SM
64362005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6437
6438 * font-core.el (font-lock-default-function): Handle the rare case where
6439 only font-lock-keywords is set.
6440
4e07258f 64412005-02-02 Kenichi Handa <handa@m17n.org>
fbbde29a 6442
30b940a7 6443 * international/characters.el: Cancel previous change for
fbbde29a
KH
6444 I-WITH-DOT-ABOVE and DOTLESS-i.
6445
6446 * international/latin-5.el: Cancel previous change.
6447
87c366c1
NR
64482005-02-02 Nick Roberts <nickrob@snap.net.nz>
6449
6450 * progmodes/gud.el: Correction to syntax in gud-menu-map.
6451
56072160
KH
64522005-02-02 Kenichi Handa <handa@m17n.org>
6453
6454 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
6455 DOTLESS-i.
6456
6457 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
6458 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
6459
394dff57 6460 * case-table.el (get-upcase-table): New function.
56072160
KH
6461 (copy-case-table): Copy upcaes table too if non-nil.
6462 (set-case-syntax-delims): Maintain upcase table too.
6463 (set-case-syntax-pair): Likewise.
6464 (set-upcase-syntax, set-downcase-syntax): New functions.
6465 (set-case-syntax): Maintain upcase table too.
6466
dd8e8b27
NR
64672005-02-02 Nick Roberts <nickrob@snap.net.nz>
6468
52eb0373 6469 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
dd8e8b27
NR
6470
6471 * progmodes/gud.el (gud-goto-info): New function.
6472 (gud-tool-bar-map): Use correct icon.
6473
cc08f5b2
TTN
64742005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6475
6476 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
6477 When delegating, order args in the funcall correctly.
6478
b961eb0e
TTN
64792005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6480
6481 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
6482
2fdf4457
CD
64832005-02-01 Carsten Dominik <dominik@science.uva.nl>
6484
6485 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
6486 buffer not visiting a file.
6487
a214f7ba
JB
64882005-01-31 Jay Belanger <belanger@truman.edu>
6489
6490 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
6491 bound on the line with the formula.
6492
fb89c330
KS
64932005-01-31 Kim F. Storm <storm@cua.dk>
6494
6495 * ses.el (ses-create-cell-variable-range)
6496 (ses-destroy-cell-variable-range, ses-reset-header-string)
6497 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
6498 (ses-insert-row): Fix format of apply undo entries.
6499
998858ae
JB
65002005-01-31 Jay Belanger <belanger@truman.edu>
6501
6502 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
6503 parts.
6504
6505 * calc/calc-embed.el (calc-embedded-open-formula)
6506 (calc-embedded-close-formula): Ignore matrix environments.
6507
6508 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
6509 TeX mode.
6510
6511 * calc/calc-lang.el (math-function-table, math-oper-table)
6512 (math-variable-table): Adjust the LaTeX portions.
6513
6514 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
6515 (math-latex-ignore-words): New constant.
6516
a6e7a34b
RS
65172005-01-31 Richard M. Stallman <rms@gnu.org>
6518
6519 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
6520 (ispell-local-dictionary): Doc fix.
6521 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
6522 Don't reinitialize at run time. Don't defcustom.
6523 All uses changed to append ispell-local-dictionary-alist,
6524 or check it first.
6525 (ispell-current-dictionary): New variable for dictionary in use.
6526 (ispell-dictionary): Now used only for global default.
6527 (ispell-start-process): Set ispell-current-dictionary,
6528 not ispell-dictionary.
6529 (ispell-change-dictionary): Use this only for setting
6530 user preferences.
6531 (ispell-internal-change-dictionary): New function
6532 to change the current dictionary in use.
fb89c330
KS
6533 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
6534 Use ispell-current-dictionary.
a6e7a34b
RS
6535 Handle ispell-local-dictionary-overridden.
6536 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
6537
1be70c61
JB
65382005-01-31 Jay Belanger <belanger@truman.edu>
6539
6540 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
6541
6542 * calc/calc-ext.el: Add calc-latex-language to autoloads.
6543 (calc-mode-map): Add calc-latex-language.
6544
6545 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
6546 (math-latex-print-frac): New functions.
6547 (math-oper-table, math-function-table, math-variable-table)
6548 (math-complex-format, math-input-filter): Add latex properties.
6549 (calc-set-language): Set math-expr-special-function-mapping.
6550
6551 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
fe38e3b0 6552 (calc-write-parse-table-part): Add LaTeX support.
1be70c61
JB
6553
6554 * calc/calc.el (calc-language): Adjust docstring.
6555 (calc-set-mode-line): Add LaTeX support.
6556 (math-expr-special-function-mapping): New variable.
e09d97e8 6557 (math-tex-ignore-words): Add to list.
fb89c330 6558
1be70c61
JB
6559 * calc/calccomp.el (math-compose-expr, math-compose-rows):
6560 Add LaTeX support.
6561 (math-compose-expr): Add support for special functions.
6562
6563 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
6564
2d08f307
NR
65652005-01-31 Nick Roberts <nickrob@snap.net.nz>
6566
6567 * progmodes/gdb-ui.el (gdb-memory-address)
6568 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
6569 (gdb-memory-mode-map, gdb-memory-format-keymap)
6570 (gdb-memory-format-menu, gdb-memory-unit-keymap)
6571 (gdb-memory-unit-menu): New variables for a buffer
6572 that lets the user examine program memory.
6573 (gdb-memory-set-address, gdb-memory-set-repeat-count)
6574 (gdb-memory-format-binary, gdb-memory-format-octal)
6575 (gdb-memory-format-unsigned, gdb-memory-format-signed)
6576 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
6577 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
6578 (gdb-memory-unit-word, gdb-memory-unit-halfword)
6579 (gdb-memory-unit-byte, gdb-memory-unit-menu)
6580 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
6581 (gdb-memory-mode, gdb-memory-buffer-name)
6582 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
6583 New functions for above buffer.
6584
ce406543
RS
65852005-01-30 Richard M. Stallman <rms@gnu.org>
6586
6587 * cus-edit.el (custom-bury-buffer): Function deleted.
6588 (custom-buffer-done-function): Option deleted.
6589 (custom-buffer-done-kill): New (replacement option.
6590 (Custom-buffer-done): Call quit-window.
6591 (custom-buffer-create-internal): Update for above changes.
6592
03c64f2e
LT
65932005-01-29 Luc Teirlinck <teirllm@auburn.edu>
6594
6595 * simple.el (undo-ask-before-discard): New var.
6596 (undo-outer-limit-truncate): Implement it.
6597 (undo-extra-outer-limit): Doc update.
6598
5a92a9eb
RS
65992005-01-29 Richard M. Stallman <rms@gnu.org>
6600
394dff57 6601 * ses.el (undo-more): Delete defadvice.
5a92a9eb
RS
6602 (ses-begin-change): Doc fix.
6603
6604 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
6605 instead of rebinding C-x u and C-_.
6606
6607 * files.el (normal-backup-enable-predicate): Return nil for files
6608 in /tmp, regardless of temporary-file-directory.
6609
6610 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
6611
6612 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
6613 (open-rectangle, delete-whitespace-rectangle-line)
03c64f2e 6614 (clear-rectangle-line): If FILL, pass t instead of FILL
5a92a9eb
RS
6615 for move-to-column's 2nd arg.
6616
6617 * simple.el (undo): Fix the test for continuing a series of undos.
6618 (undo-more): Set pending-undo-list to t when we reach end.
394dff57 6619 (pending-undo-list): Move up defvar.
5a92a9eb
RS
6620
6621 * wid-edit.el (widget-button-click):
6622 Shorten the range of the track-mouse binding.
6623
6624 * comint.el (comint-insert-input): Undo previous changes;
6625 use last-input-event in interactive spec.
6626
28d986b9
EZ
66272005-01-29 Eli Zaretskii <eliz@gnu.org>
6628
cf63e6fa
EZ
6629 * progmodes/compile.el (compilation-start): Bind buffer-read-only
6630 to nil before invoking call-process. Reset buffer's modified flag
6631 after fontifying it in the no-async branch.
6632
28d986b9
EZ
6633 * wid-edit.el (widget-specify-button): If mouse pointer shape
6634 cannot be changed, use mouse face instead.
6635
c7c87573
NR
66362005-01-29 Nick Roberts <nickrob@snap.net.nz>
6637
6638 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6639 (gdb-goto-breakpoint): Make breakpoint handling work on template
88cc5da7
NR
6640 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
6641 (gdb-assembler-custom): Update to recognise breakpoint information
6642 added on 2005-01-19.
c7c87573 6643
394dff57
SM
66442005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
6645
6646 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
6647 (dsssl-mode): Use define-derived-mode.
6648 (scheme-mode-initialize): Remove.
6649 (scheme-mode): Use run-mode-hooks.
6650
6651 * cus-edit.el (customize-group-other-window)
6652 (custom-buffer-create-other-window): Don't override special-display-*.
6653 (custom-mode-map): Make it dense.
6654
6655 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
6656 sets the default value.
6657
2d65673f
EZ
66582005-01-28 Eli Zaretskii <eliz@gnu.org>
6659
6660 * descr-text.el: Add more keywords.
6661
6b626913
SM
66622005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6663
b9fbc167
SM
6664 * speedbar.el: Avoid unnecessary use of locate-library.
6665
6b626913
SM
6666 * international/mule-cmds.el (standard-display-european-internal):
6667 Don't fiddle with latin-1 non-break space any more since it's now
6668 special cased in the C code.
6669 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
6670
3bf93f74
LT
66712005-01-26 Luc Teirlinck <teirllm@auburn.edu>
6672
6673 * cus-start.el (all): Add `undo-outer-limit'.
6674
31df23f5
LK
66752005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6676
6b626913
SM
6677 * textmodes/bibtex.el (bibtex-format-entry):
6678 Use `bibtex-empty-field-re' only on the text of fields, not on entire
31df23f5
LK
6679 field lines.
6680 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
6681 not on part of a buffer.
6682
66832005-01-25 Lute Kamstra <lute@gnu.org>
6684
6685 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
6686 nonempty field text strings like "{letters\\macro{}more letters}".
6687 Clarify docstring.
6688 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
6689 (bibtex-entry-offset, bibtex-parse-association)
6690 (bibtex-parse-field-name): Fix typos in docstrings.
6b626913 6691 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
31df23f5 6692
19f26a89 66932005-01-24 Carsten Dominik <dominik@science.uva.nl>
640d0c89 6694
60fc9395 6695 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
640d0c89 6696 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
60fc9395
CD
6697 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
6698 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
6699
6700 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
6701 isearch minor mode.
6702
fe860842
LT
67032005-01-24 Luc Teirlinck <teirllm@auburn.edu>
6704
6705 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
6706
2fc3738c
LK
67072005-01-24 Lute Kamstra <lute@gnu.org>
6708
6709 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
6710 CASECHARS and NOT-CASECHARS regular expressions of the
6711 "nederlands" and "nederlands8" dictionaries to prevent a "Range
6712 striding over charsets" error.
6713
dacb2f70
JB
67142005-01-24 Jay Belanger <belanger@truman.edu>
6715
6716 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
6717 display variable name.
6718
e1a050dc
KH
67192005-01-24 Kenichi Handa <handa@m17n.org>
6720
6721 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
6722 Fix setting of the element of encoded-kbd-iso2022-invocations.
6723
ac94d5f4
NR
67242005-01-24 Nick Roberts <nickrob@snap.net.nz>
6725
6726 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6727 (gdb-threads-select): Change to also accept mouse events.
6728 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
6729 (gdb-threads-mouse-select): Delete.
6730
9bb99df6
LT
67312005-01-23 Luc Teirlinck <teirllm@auburn.edu>
6732
6733 * files.el (insert-directory): Take care of empty directory,
6734 listed without -a switch.
6735
bd6a8278
SM
67362005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6737
04138be8
SM
6738 * textmodes/refill.el (refill-post-command-function):
6739 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
6740 to the list of functions that we should be careful not to undo.
6741 (refill-late-fill-paragraph-function): Remove.
6742 (refill-saved-state): New var.
6743 (refill-mode): Use it to save fill-paragraph-function.
6744 Save also the value of auto-fill-function.
6745
bd6a8278
SM
6746 * term/w32-win.el: Simplify code.
6747
5c20cae2
KS
67482005-01-23 Kim F. Storm <storm@cua.dk>
6749
8f958b40
KS
6750 * simple.el (line-move): Adapt to new return value from
6751 pos-visible-in-window-p.
6752
5c20cae2
KS
6753 * simple.el (line-move): Fix last change. Check partial
6754 visibility at point rather than at window-start.
6755
e1c7e69a
JR
67562005-01-22 Jason Rumney <jasonr@gnu.org>
6757
6758 * term/w32-win.el (xw-defined-colors): Remove debug-message.
6759
3d4d788a
DK
67602005-01-22 David Kastrup <dak@gnu.org>
6761
6762 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
6763
1a8461d3
EZ
67642005-01-22 Eli Zaretskii <eliz@gnu.org>
6765
6766 * type-break.el (type-break-mode): Add a test for
6767 type-break-file-name being non-nil.
6768
1da1887d
EZ
67692005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6770
6771 * net/eudc.el (top level): Call (message "") via progn, so that
6772 eudc-options-file is loaded.
6773
d00e399a
KS
67742005-01-22 Kim F. Storm <storm@cua.dk>
6775
6776 * simple.el (line-move-1): Rename from line-move.
6777 (line-move): New function that adjusts vscroll for partially
6778 visible rows, and calls line-move-1 otherwise.
6779
2ff1dec9
JW
67802005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
6781
6782 * pcomplete.el: define pcomplete-read-event instead of read-event,
6783 since it's not a complete read-event implementation
6784
7ec35700
JB
67852005-01-20 Jay Belanger <belanger@truman.edu>
6786
6787 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
6788 for called function.
6789
a15252fd
ST
67902005-01-20 Steven Tamm <steventamm@mac.com>
6791
6b626913 6792 * term/mac-win.el (process-connection-type): Remove.
a15252fd
ST
6793 Controlled now by s/darwin.h:PTY_ITERATION.
6794
66c226bf
SM
67952005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6796
6797 * window.el (handle-select-window): Don't switch window when we're
6798 in the minibuffer.
6799
7c018923
SM
68002005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
6801
6802 * subr.el (dotimes-with-progress-reporter): New macro.
6803
6804 * ses.el (ses-dotimes-msg): Remove macro.
6805 Use `dotimes-with-progress-reporter' instead.
6806
8db8a5cf
ST
68072005-01-19 Steven Tamm <steventamm@mac.com>
6808
6809 * term/mac-win.el (process-connection-type): Use new
6810 operating-system-release variable to use ptys on Darwin 7 (OSX
6811 10.3) when using carbon build.
6812
7679290d
JB
68132005-01-19 Jay Belanger <belanger@truman.edu>
6814
6815 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
6816 flags if the last command was a tab or M-tab.
6817
17c90a9e
JB
6818 * calc/calc-prog.el (calc-user-define-edit): Put original formula
6819 in formula editing buffer.
6820
2c60b6d3
NR
68212005-01-19 Nick Roberts <nickrob@snap.net.nz>
6822
6823 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
6824 breakpoint image symbol in margin.
6825
1ff85beb
JB
68262005-01-19 Jay Belanger <belanger@truman.edu>
6827
6828 * calc/calc-prog.el (calc-execute-kbd-macro):
6829 Ignore calc-keep-arg-flag.
6830
664ca704
KH
68312005-01-19 Kenichi Handa <handa@m17n.org>
6832
6833 * textmodes/ispell.el (ispell-looking-at): New function.
6834 (ispell-process-line): Use ispell-looking-at to compare the ispell
6835 output and the buffer contents.
6836
926787be
JB
68372005-01-18 Jay Belanger <belanger@truman.edu>
6838
6839 * calc/calc.el (calc-display-raw): Fix docstring.
6840
67b9b71f
SM
68412005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6842
7c018923
SM
6843 * simple.el (blink-matching-open): Strip extra info from syntax.
6844
67b9b71f
SM
6845 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
6846 funny chars in the end-of-here-doc marker.
6847
83c7f806
NR
68482005-01-19 Nick Roberts <nickrob@snap.net.nz>
6849
6850 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
6851 that enable/disabled state of breakpoints is shown correctly in
6852 fringe and on ttys.
6853 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
6854 Add breakpoint information as text properties.
67b9b71f 6855 (gdb-mouse-toggle-breakpoint):
83c7f806 6856 Rename to gdb-mouse-set-clear-breakpoint.
67b9b71f 6857 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
83c7f806
NR
6858 breakpoints in the margin.
6859 (gdb-remove-strings): Simplify.
6860
538a5f8b
JB
68612005-01-17 Jay Belanger <belanger@truman.edu>
6862
6863 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
6864 erasing buffer.
6865
444919be
RS
68662005-01-17 Richard M. Stallman <rms@gnu.org>
6867
6868 * progmodes/grep.el (grep-find): Copy from `grep' the condition
6869 for calling grep-compute-defaults.
6870
6871 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
6872 if buffer is empty.
6873
6874 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
6875
67476fca
SM
68762005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6877
6878 * hilit-chg.el (highlight-changes-mode): Don't autoload.
6879
6880 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
6881 non-preloaded variables.
6882
4042dc25
ST
68832005-01-17 Steven Tamm <steventamm@mac.com>
6884
6885 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
6886 tex-shell cause to force interactivity when using pipes.
6887
aea3bdb1
KS
68882005-01-17 Kim F. Storm <storm@cua.dk>
6889
6890 * simple.el (just-one-space): Make arg optional.
6891
41774623
NR
68922005-01-17 Nick Roberts <nickrob@snap.net.nz>
6893
6894 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
30598da5 6895 posn-at-x-y to t to access left-margin.
41774623 6896
01917a18
MA
68972005-01-16 Michael Albinus <michael.albinus@gmx.de>
6898
6899 Sync with Tramp 2.0.47.
6900
6901 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
6902 catching keep-date problems in cp/scp operations.
6903 (tramp-handle-copy-file): Don't call `set-file-modes'
6904 unconditionally. Specialized functions should know better what is
6905 necessary. This improves performance a little bit, and the
6906 functions could catch errors with `cp -p' and `scp -p'.
6907 (tramp-do-copy-or-rename-file-via-buffer)
6908 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
6909 when appropriate.
67476fca
SM
6910 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
6911 Call `set-file-modes' when appropriate.
01917a18
MA
6912 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
6913 Johnsson <isak@hypergene.com>
6914 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
6915 of both Tramp buffer and debug buffer. Reported by Joakim Verona
6916 <joakim@verona.se>
6917 (tramp-file-name-for-operation): Mark `shell-command' as magic for
6918 Emacs only.
6919
6920 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
6921 `find-file-hooks' and `dired-mode-hook'.
6922 (tramp-minor-mode-map): Respective map. Add remapping for
6923 `compile' and `recompile'.
6924 (tramp-remap-command, tramp-recompile): New defuns.
6925 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
6926 in buffer "*Compilation*". Call the commands asynchronously.
6927
6928 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
6929 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
6930 `shell-command', because it isn't magic in XEmacs. Reported by
6931 Adrian Aichner <adrian@xemacs.org>.
6932
6933 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6934 `substitute-in-file-name.
6935 (tramp-smb-handle-substitute-in-file-name): New defun.
6936 (tramp-smb-advice-PC-do-completion): Delete advice.
6937
69382005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
6939
6940 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
6941 Fix error in deleting region.
6942
d4b6c2e3
RS
69432005-01-15 Richard M. Stallman <rms@gnu.org>
6944
6945 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
6946 In non-temp buffer, switch syntax table temporarily.
6947
6948 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
6949
6950 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
6951
6952 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
6953
6954 * imenu.el (imenu--split-menu): Copy menulist before sorting.
6955 (imenu--generic-function): Use START, not BEG, as pos of definition.
6956
6957 * simple.el (just-one-space): Argument specifies number of spaces.
6958
6959 * simple.el (eval-expression-print-format): Avoid warning
6960 about edebug-active.
6961
c85465f9 69622005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
d4b6c2e3
RS
6963
6964 * progmodes/sh-script.el: Code copied from make-mode.el
6965 with small changes,
6966 (sh-mode-map): Bind C-c C-\.
6967 (sh-backslash-column, sh-backslash-align): New variables.
6968 (sh-backslash-region, sh-append-backslash): New functions.
aea3bdb1 6969
43805352
EZ
69702005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6971
6972 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
67476fca 6973 (rmail-pop-password, rmail-pop-password-required): Move to
43805352 6974 rmail-obsolete group.
67476fca 6975 (rmail-set-pop-password): Rename to rmail-set-remote-password.
43805352 6976 All callers updated.
67476fca 6977 (rmail-get-pop-password): Rename to rmail-get-remote-password.
43805352
EZ
6978 Take an argument specifying whether it is POP or IMAP mailbox we
6979 are using. All callers updated.
67476fca
SM
6980 (rmail-pop-password-error): Rename to
6981 rmail-remote-password-error. Added mailutils-specific error message.
43805352
EZ
6982 (rmail-movemail-search-path)
6983 (rmail-movemail-variant-in-use): New variables.
67476fca
SM
6984 (rmail-remote-password, rmail-remote-password-required):
6985 New customization variables.
6986 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
43805352 6987 (rmail-parse-url): New function.
67476fca 6988 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
43805352
EZ
6989 with GNU mailutils movemail.
6990
5754a69e
EZ
69912005-01-15 Kevin Ryde <user42@zip.com.au>
6992
6993 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
6994 suffix to space, $ or '$, to correctly position point when going
6995 to @table style constants like DBL_MAX.
6996
a7ed85f0
EZ
69972005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
6998
6999 * type-break.el (type-break-mode, type-break-file-time)
67476fca
SM
7000 (type-break-file-keystroke-count, type-break-choose-file):
7001 Don't store data in or load data from the file if type-break-file-name
a7ed85f0
EZ
7002 is nil.
7003 (type-break-file-name): Doc update as per the above.
7004
f79b331a
EZ
70052005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
7006
7007 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
7008 lookup-key might return nil; handle that.
7009
8b3a75ac
EZ
70102005-01-15 Alan Mackenzie <acm@muc.de>
7011
7012 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
67476fca 7013 rather than the element found, thus enabling the tree to be setcar'd.
8b3a75ac 7014
791d856f
CD
70152005-01-14 Carsten Dominik <dominik@science.uva.nl>
7016
7017 * textmodes/org.el (org-show-following-heading): New option.
7018 (org-show-hierarchy-above): Use `org-show-following-heading'.
7d7dac8c 7019 (org-cycle): Documentation fix.
791d856f
CD
7020
7021 * textmodes/org.el (orgtbl-optimized): New option
7022 (orgtbl-mode): New command, a minor mode.
7023 (orgtbl-mode-map): New variable.
7024 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
7025 (orgtbl-error, orgtbl-self-insert-command)
7026 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
7027
7028 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
7029 a local variable in each org-mode buffer.
7030
67476fca 7031 * textmodes/org.el (org-set-regexps-and-options): Rename from
791d856f 7032 `org-set-regexps'. Added checking for STARTUP keyword.
67476fca 7033 (org-get-current-options): Add STARTUP options.
791d856f
CD
7034 (org-table-insert-row): Mode mode intelligent about when
7035 realignment is needed.
67476fca
SM
7036 (org-self-insert-command, org-delete-backward-char, org-delete-char):
7037 New commands.
7038 (org-enable-table-editor): New default value `optimized'.
791d856f
CD
7039 (org-table-blank-field): Support blanking regions if active.
7040
af41e141
CD
70412005-01-14 Carsten Dominik <dominik@science.uva.nl>
7042
099fc2c9
CD
7043 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
7044 if the year is not given.
af41e141 7045
67476fca
SM
7046 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
7047 Add new escapes %m and %M, fixed bug with %F by adding
099fc2c9 7048 save-match-data.
67476fca
SM
7049 (reftex-reference): Remove ?. from list of spaces.
7050 (reftex-label-info): Add automatic label prefix recognition.
7051
7052 * textmodes/reftex-index.el (reftex-index-next-phrase):
7053 Add slave parameter to call of `reftex-index-this-phrase'.
7054 (reftex-index-this-phrase): New optional argument.
7055 (reftex-index-region-phrases): Add slave parameter to call of
7056 `reftex-index-this-phrase'.
7057 (reftex-display-index): New argument redo.
7058 (reftex-index-rescan): Add 'redo to arguments of
7059 `reftex-display-index'.
af41e141 7060 (reftex-index-Rescan, reftex-index-revert)
67476fca
SM
7061 (reftex-index-switch-index-tag): Add 'redo to arguments of
7062 `reftex-display-index'.
7063 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
7064 indexing. Fix bug with matching is there is a quote before or
af41e141
CD
7065 after the word.
7066
67476fca
SM
7067 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
7068 Fix bug when collecting citation keys in lines with comments.
af41e141
CD
7069 (reftex-citation): Prefix argument no longer rescans the document,
7070 but forces prompting for optional arguments of cite macros.
67476fca 7071 (reftex-do-citation): Prompting for optional arguments implemented.
af41e141 7072
67476fca
SM
7073 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7074 Add optional arguments to most cite commands.
af41e141
CD
7075 (reftex-cite-cleanup-optional-args): New option
7076 (reftex-cite-prompt-optional-args): New option.
67476fca 7077 (reftex-trust-label-prefix): New option.
af41e141 7078
67476fca
SM
7079 * textmodes/reftex-toc.el (reftex-toc-find-section):
7080 Add push-mark before changing the position in the buffer.
af41e141 7081
67476fca
SM
7082 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
7083 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
af41e141 7084
5ca75c83
NR
70852005-01-14 Nick Roberts <nickrob@snap.net.nz>
7086
7087 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
7088 more carefully.
7089
ed8031f2
SM
70902005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7091
7092 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
7093 (sgml-mode): Use it.
7094 (sgml-get-context): Better keep track of implicitly closed tags.
7095
7573e36d
KH
70962005-01-13 Kenichi Handa <handa@m17n.org>
7097
7098 * textmodes/ispell.el: These changes are to fix misalignment error
7099 caused by equivalent characters of different Emacs charsets.
7100 (ispell-unified-chars-table): New variable.
7101 (ispell-get-decoded-string): New function.
7102 (ispell-get-casechars, ispell-get-not-casechars)
7103 (ispell-get-otherchars): Call ispell-get-decoded-string.
7104
80888260
JPW
71052005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
7106
7107 * custom.el (custom-declare-variable): Just put symbol instead
e2244c1d 7108 of (defvar . symbol) in `current-load-list'.
80888260 7109
9deb0aba
RS
71102005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
7111
7112 * emacs-lisp/elint.el: Fixed typo in Commentary section.
7113
f5340eb7
JB
71142005-01-12 Jay Belanger <belanger@truman.edu>
7115
7116 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
7117 to create a Calc summary.
7118
1e801ac3
KS
71192005-01-12 Kim F. Storm <storm@cua.dk>
7120
7121 * mouse.el (mouse-on-link-p): Change functionality and doc
7122 string to comply with latest description in lisp ref.
7123
a1c9fd19
NR
71242005-01-12 Nick Roberts <nickrob@snap.net.nz>
7125
ed8031f2
SM
7126 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
7127 Enable mouse clicks on mode-line, header-line and margin.
a1c9fd19
NR
7128 (event-type): Give mouse event symbols an 'event-kind property
7129 with value 'mouse-click.
7130
066a23af
JL
71312005-01-12 Juri Linkov <juri@jurta.org>
7132
7133 * facemenu.el (list-colors-display): Add new arg buffer-name.
7134 Use it. Fix docstring. Replace code for identifying duplicate
7135 colors by the name with call to `list-colors-duplicates' which
7136 identifies duplicate colors by the value unless the color
7137 is one of special Windows colors. Set truncate-lines to t.
7138 Print sorted duplicate color names on each line. Indent to 22
7139 \(the longest color name in rgb.txt) instead of 20. Optimize.
7140 (list-colors-duplicates): New function.
7141 (facemenu-color-name-equal): Delete function.
7142
987d1819
JL
7143 * facemenu.el (list-colors-print): New function created from code
7144 in list-colors-display. Print #RRGGBB at the window right edge.
7145 (list-colors-display): When temp-buffer-show-function is not
7146 defined, call list-colors-print from temp-buffer-show-hook
7147 to get the right value of window-width in list-colors-print
7148 after the buffer is displayed.
7149
aac42a1b
JL
7150 * simple.el (pop-mark): Move deactivate-mark out of conditional
7151 part to deactivate the active mark regardless of the state of the
7152 mark ring.
7153
7154 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
7155 variables line in desktop files.
7156
afd33362
JL
71572005-01-12 Juri Linkov <juri@jurta.org>
7158
7159 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
7160 Bring together isearch highlight related options.
7161 (lazy-highlight): Replace group `replace' by `matching'.
7162 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7163 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7164 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
7165 and declare them obsolete.
7166 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
7167 (isearch-faces): Remove defgroup.
7168 (isearch-overlay, isearch-highlight, isearch-dehighlight):
7169 Move isearch highlighting code closer to lazy highlighting code.
7170
7171 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
7172 (query-replace-highlight, query-replace-lazy-highlight)
7173 (query-replace): Move definitions to the beginning of the file.
7174
424b9d3e
JL
71752005-01-11 Juri Linkov <juri@jurta.org>
7176
881b07f9
JB
7177 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
7178 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
424b9d3e
JL
7179 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
7180
7181 * info.el (Info-history-forward): New variable.
7182 (Info-select-node): Reset Info-history-forward to nil.
7183 (Info-last): Turn into defalias.
7184 (Info-history-back): Rename from Info-last.
7185 Add current node to Info-history-forward.
7186 (Info-history-forward): New fun.
7187 (Info-mode-map): Replace Info-last by Info-history-back.
7188 Bind Info-history-forward to "r".
7189 (Info-mode-menu): Replace Info-last by Info-history-back.
7190 Fix menu item text. Add menu item for Info-history-forward.
7191 (info-tool-bar-map): Replace Info-last by Info-history-back.
7192 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
7193 for Info-history-forward.
7194 (Info-mode): Replace Info-last by Info-history-back in docstring.
7195 Add local variable Info-history-forward.
7196 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
7197
fbd8dc8a
SM
71982005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7199
7200 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
7201 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
7202 Ignore select-window events rather than fiddle with
7203 mouse-autoselect-window.
7204
28f94a34
RS
72052005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
7206
7207 * type-break.el (type-break-mode): Fix previous change.
7208
b748957a
JB
72092005-01-10 Jay Belanger <belanger@truman.edu>
7210
10907497 7211 * calc/calc-ext.el (calc-reset): Reset when inside embedded
fbd8dc8a
SM
7212 calculator; only reset when point is inside a calculator.
7213 Don't adjust the window height if the window takes up the whole height
10907497 7214 of the frame.
b748957a 7215
e4edc5cd
TTN
72162005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
7217
7218 * ebuff-menu.el (Electric-buffer-menu-mode):
7219 Preserve value of buffer-local var header-line-format.
7220
3579f0c2
JB
72212005-01-09 Jay Belanger <belanger@truman.edu>
7222
7223 * calc/calc.el (calc-mode-var-list-restore-saved-values):
7224 Make sure settings file exists before accessing it.
7225
7f72c3db
JB
7226 * calc/calc-embed.el (calc-embedded-subst):
7227 Replace math-multi-subst-rec, which is only supposed to be called
7228 by math-multi-subst, by math-multi-subst.
7229
5fbf7903
AS
72302005-01-09 Andre Spiegel <spiegel@gnu.org>
7231
7232 * vc.el (vc-allow-async-revert): New user option.
7233 (vc-disable-async-diff): New internal variable.
7234 (vc-revert-buffer): Use them to disable asynchronous diff.
7235
fbd8dc8a
SM
7236 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
7237 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
5fbf7903
AS
7238 asynchronously if vc-disable-async-diff is t.
7239
809c26be
JB
72402005-01-09 Jay Belanger <belanger@truman.edu>
7241
7242 * calc/calc.el (defcalcmodevar): New macro.
7243 (calc-mode-var-list-restore-default-values)
7244 (calc-mode-var-list-restore-saved-values): New functions.
7245 (calc-mode-var-list): Use defcalcmodevar to define it.
7246 (calc-always-load-extensions, calc-line-numbering)
7247 (calc-line-breaking, calc-display-just, calc-display-origin)
7248 (calc-number-radix, calc-leading-zeros, calc-group-digits)
7249 (calc-group-char, calc-point-char, calc-frac-format)
7250 (calc-prefer-frac, calc-hms-format, calc-date-format)
7251 (calc-float-format, calc-full-float-format, calc-complex-format)
7252 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
7253 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
7254 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
7255 (calc-matrix-brackets, calc-language, calc-language-option)
7256 (calc-left-label, calc-right-label, calc-word-size)
7257 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7258 (calc-display-raw, calc-internal-prec, calc-angle-mode)
7259 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7260 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7261 (calc-window-height, calc-display-trail, calc-show-selections)
7262 (calc-use-selections, calc-assoc-selections)
7263 (calc-display-working-message, calc-auto-why, calc-timing)
7264 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
7265 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
7266 (calc-gnuplot-default-device, calc-gnuplot-default-output)
7267 (calc-gnuplot-print-device, calc-gnuplot-print-output)
7268 (calc-gnuplot-geometry, calc-graph-default-resolution)
7269 (calc-graph-default-resolution-3d, calc-invocation-macro)
7270 (calc-show-banner): Use defcalcmodevar to declare them and set
7271 their default values.
7272
7273 * calc/calc-ext.el (calc-reset): Restore saved values of variables
7274 instead of default values (but restore default values if there is
7275 an argument of 0).
7276
0ba9bc53
DK
72772005-01-09 David Kastrup <dak@gnu.org>
7278
7279 * desktop.el (desktop-restore-eager): Fix typo in type.
7280
03e31a1a
RS
72812005-01-08 Richard M. Stallman <rms@gnu.org>
7282
7283 * cus-edit.el (customize): Delete :link.
7284
3aba853a
JB
72852005-01-08 Jay Belanger <belanger@truman.edu>
7286
7287 * calc/calc.el (calc-mode): Remove the extension from the
7288 `calc-settings-file' file name when loading it.
7289
1f387600
KS
72902005-01-08 Kim F. Storm <storm@cua.dk>
7291
7292 * info.el (Info-mode-map, Info-next-link-keymap)
7293 (Info-prev-link-keymap, Info-up-link-keymap):
7294 Map follow-link to mouse-face.
7295 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
7296
a4dfc830
JB
72972005-01-08 Jay Belanger <belanger@truman.edu>
7298
7299 * calc/calc.el (calc-settings-file): Change default value.
7300 Suggested by cgw in a comment in calc-mode.el.
7301
7302 * calc/calc-mode.el (calc-settings-file-name):
7303 Compare calc-settings-file to user-init-file instead of ~/.emacs.
7304 Replace ~/.emacs in a prompt by calc-settings-file.
7305
9abb41eb
LH
73062005-01-07 Lars Hansen <larsh@math.ku.dk>
7307
7716b93b
KS
7308 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
7309 (desktop-lazy-idle-delay): New customizable variables.
9abb41eb
LH
7310 (desktop-buffer-args-list): New variable.
7311 (desktop-append-buffer-args): New function.
7312 (desktop-save): Call desktop-append-buffer-args for some buffers.
7313 (desktop-lazy-create-buffer): New function.
7314 (desktop-idle-create-buffers): New function.
7315 (desktop-read): Add message about buffers to restore lazily.
7316 (desktop-lazy-abort): New command.
7317 (desktop-clear): Call desktop-lazy-abort.
7318 (desktop-lazy-complete): New command.
7319
c7ce7fc4
RS
73202005-01-06 Richard M. Stallman <rms@gnu.org>
7321
7322 * emacs-lisp/find-func.el (find-face-definition):
fbd8dc8a 7323 Rename from find-face.
c7ce7fc4 7324
c35b0c6b
KS
73252005-01-06 Kim F. Storm <storm@cua.dk>
7326
7327 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
7328
7329 * man.el (Man-xref-man-page, Man-xref-header-file)
7330 (Man-xref-normal-file): Add follow-link property.
7331
4c07596d
JB
73322005-01-06 Jay Belanger <belanger@truman.edu>
7333
7334 * calc/calc-units.el: Make sure the proper macro definitions are
7335 available when compiling.
7336
b49018ff
JL
73372005-01-06 Juri Linkov <juri@jurta.org>
7338
fbd8dc8a
SM
7339 * isearch.el (isearch-lazy-highlight-update):
7340 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
b49018ff 7341
e3cde0c7
MB
73422005-01-06 Miles Bader <miles@gnu.org>
7343
fbd8dc8a 7344 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
e3cde0c7
MB
7345 (isearch-lazy-highlight-face): Use new name.
7346
4dbbcb46
SM
73472005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7348
2eec3e8e
SM
7349 * uniquify.el (uniquify-rationalize-file-buffer-names):
7350 Re-add an interactive spec.
9890ec7d
SM
7351 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
7352 to the same name.
2eec3e8e 7353
4dbbcb46
SM
7354 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
7355 (isearch-update, isearch-done): Adjust calls accordingly.
7356
436c08c2
RS
73572005-01-05 Richard M. Stallman <rms@gnu.org>
7358
c7ce7fc4
RS
7359 * custom.el (custom-set-variables, custom-theme-set-variables):
7360 Clarify documentation.
7361
436c08c2 7362 * emacs-lisp/find-func.el (find-variable)
4dbbcb46 7363 (find-variable-other-window, find-variable-other-frame):
436c08c2
RS
7364 Fix the TYPE args to find-function-read and find-function-do-it.
7365 (find-function): Doc fix.
7366 (find-function-at-point): Replace function-at-point alias.
7367
4829145a
RS
73682005-01-04 Richard M. Stallman <rms@gnu.org>
7369
7370 * cus-face.el (custom-declare-face):
7371 Record defface in current-load-list.
7372
7373 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
7374
7375 * emacs-lisp/find-func.el: Doc fixes.
7376 (find-face-regexp): New variable.
7377 (find-function-regexp-alist): New variable.
7378 (find-function-C-source): Third arg is now TYPE.
7379 (find-function-search-for-symbol): Handle general TYPE.
7380 (find-function-read, find-function-do-it): Handle general TYPE.
7381 (find-definition-noselect, find-face): New functions.
7382 (function-at-point): Alias deleted.
7383
73a6a972
SM
73842005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
7385
7386 * battery.el (display-battery-mode): Rename from display-battery.
7387 Handle the case where it gets turned off.
7388
60d1a807
RS
73892005-01-04 Richard M. Stallman <rms@gnu.org>
7390
dd496df6
RS
7391 * cus-edit.el (customize): Make :link point to user doc.
7392
7393 * man.el (Man-fontify-manpage): Turn off undo generation.
7394
60d1a807
RS
7395 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
7396
d198dfaa
AS
73972005-01-04 Andreas Schwab <schwab@suse.de>
7398
7399 * files.el (insert-directory): Only look for error lines in
73a6a972 7400 inserted text. Don't move too far after processing --dired markers.
d198dfaa 7401
69ba53f7
RS
74022005-01-04 Richard M. Stallman <rms@gnu.org>
7403
7404 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7405 Don't expand if the character is @, period, dash, etc.
7406 (define-mail-abbrev): Quote names that contain problem characters.
7407
d4bb7735
TTN
74082005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
7409
7410 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
7411
d57c7572
RS
74122005-01-03 Richard M. Stallman <rms@gnu.org>
7413
7414 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
7415 (query-replace-highlight, query-replace-lazy-highlight)
7416 (query-replace): Definitions moved up. Doc fix.
7417
74182005-01-03 Richard M. Stallman <rms@gnu.org>
7419
7420 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
7421 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7422 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
73a6a972 7423 (lazy-highlight-face): Rename from isearch-lazy-...
d57c7572
RS
7424 Change all references to them.
7425
985a8e0f
LT
74262005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7427
7428 * cus-edit.el (custom-file): Doc fix for defcustom.
7429 (custom-file): The function no longer sets the variable
7430 `custom-file' to its return value.
7431
7432 * startup.el (command-line): No longer load `custom-file'.
7433
8a525646
SM
74342005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7435
1b60b25a
SM
7436 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
7437
8a525646
SM
7438 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
7439 Don't confuse module-prefixed identifiers for labels.
7440 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
7441
c45c149c
RS
74422005-01-02 Richard M. Stallman <rms@gnu.org>
7443
969be033
RS
7444 * files.el (basic-save-buffer-1): Fix previous change.
7445
19996af4
RS
7446 * loadhist.el (file-loadhist-lookup): New function.
7447 (file-provides, file-requires): Use it.
7448
c45c149c
RS
7449 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
7450 instead of calculating the right size.
7451
d57c7572 74522005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
50292b6e 7453
3625f6b7 7454 * vc-svn.el (vc-svn-diff): Stay local if possible.
85aaa8d2 7455
d101bf56 74562005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
3625f6b7 7457
5e39b98a
SM
7458 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
7459
50292b6e
SM
7460 * files.el (hack-local-variables): Fix last change.
7461
731da695
JB
74622005-01-02 Jay Belanger <belanger@truman.edu>
7463
7464 * calc/calc-yank.el (calc-edit-top): New variable.
7465 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
7466 object. Change header properties.
7467 (calc-edit-finish, calc-edit-finish-stack-object)
7468 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
7469 edited object.
7470 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
7471 for the beginning of the edited object.
7472 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
7473 for the beginning of the edited object.
7474 * calc/calc-prog.el (calc-edit-macro-finish-edit)
7475 (calc-finish-formula-edit, calc-macro-repeats)
7476 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
7477 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
7478 beginning of the edited object.
7479 (calc-user-define-edit): Change the header for editing macros.
7480 Remove unnecessary variable.
7481
227c9573
JB
74822005-01-01 Jay Belanger <belanger@truman.edu>
7483
731da695 7484 * calc/calc-yank.el (calc-edit-mode): Change default header.
5e39b98a 7485 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
731da695 7486 * calc/calc-store.el (calc-edit-variable): Change title to match new
c5757d2e 7487 header.
42a797de 7488 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
c5757d2e
JB
7489 mode to match new header.
7490 (calc-user-define-edit): Change titles to include names of commands.
42a797de 7491 (calc-finish-formula-edit): Adjust to handle new header.
c5757d2e 7492 (calc-finish-macro-edit): Remove.
227c9573
JB
7493 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
7494 (calc-edit-macro-command, calc-edit-macro-command-type)
7495 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
7496 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
7497 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
7498 (calc-edit-macro-finish-edit): New functions.
7499 (calc-user-define-edit): Use new functions to edit named calc macros.
7500
4c6af0f6
SM
75012005-01-01 Stefan <monnier@iro.umontreal.ca>
7502
7503 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
7504
7505 * ses.el (copy-region-as-kill): Deactivate mark.
7506
3f68d7c8
RS
75072005-01-01 Richard M. Stallman <rms@gnu.org>
7508
f42a241b
RS
7509 * replace.el (occur-1): If the output buffer is also an input,
7510 don't kill it, rename it.
7511
7512 * faces.el (set-face-background, set-face-foreground): Doc fix.
7513
3f68d7c8
RS
7514 * cus-face.el (custom-face-attributes): Fix :help-echo strings
7515 for :foreground and :background.
7516
3f68d7c8 7517 * dired.el (dired-view-command-alist): Variable deleted.
4c6af0f6 7518 (dired-view-file, dired-mouse-find-file-other-window):
3f68d7c8
RS
7519 Delete the code to use it.
7520
41d0b092
KS
75212005-01-01 Kim F. Storm <storm@cua.dk>
7522
7523 * image.el (insert-sliced-image): Use t for line-height property.
7524
553fd77e
JB
75252004-12-31 Jay Belanger <belanger@truman.edu>
7526
fe38e3b0 7527 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
553fd77e
JB
7528 for "var-" at the beginning of the minibuffer.
7529
1241e32d
RS
75302004-12-31 Richard M. Stallman <rms@gnu.org>
7531
1db7dd46
RS
7532 * faces.el (read-face-name):
7533 Don't treat an attribute spec as a list of faces.
7534
7535 * simple.el (undo): Use undo-equiv-table to detect
7536 unexpected changes since previous undo.
7537 (undo-list-saved): Variable deleted.
7538 (buffer-disable-undo): Don't alter undo-list-saved.
7539
1241e32d
RS
7540 * files.el (require-final-newline): Allow `visit' and `visit-save'.
7541 (mode-require-final-newline): New option.
7542 (after-find-file): Handle require-final-newline with new values.
7543 (basic-save-buffer): Handle new values of require-final-newline.
7544
7545 * progmodes/sh-script.el (sh-require-final-newline):
7546 Alist value now controls whether to use mode-require-final-newline.
7547 (sh-set-shell): Implement that new meaning.
7548
7549 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
7550 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
7551 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
7552 Delete old-Emacs compatibility code.
7553 (antlr-c-common-init): Function deleted.
41d0b092 7554
1241e32d
RS
7555 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
7556 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
7557 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
7558 * progmodes/python.el (python-mode): Use mode-require-final-newline.
7559 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
7560 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
7561 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
7562 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
7563 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
7564 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
7565 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
7566 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
7567 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
7568 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
7569 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
7570 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
7571
ebf0c615
JB
75722004-12-31 Jay Belanger <belanger@truman.edu>
7573
a10e1fb7
JB
7574 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
7575 way to return to Calc.
7576
7577 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
7578 finish, C-xk as the way to cancel the edit. Add cancel routine to
7579 kill-buffer-hook.
7580
ebf0c615
JB
7581 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
7582 MacEdit code.
7583
7584 * calc/calc-prog.el: Remove obsolete MacEdit code.
7585 (calc-macro-edit-algebraic, calc-macro-edit-variable)
7586 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
7587
e205f8c1
KH
75882004-12-31 Kenichi Handa <handa@m17n.org>
7589
7590 * international/mule.el (buffer-file-coding-system-explicit):
4c6af0f6
SM
7591 Rename for explicit-buffer-file-coding-system.
7592 (after-insert-file-set-coding): Adjust for the above change.
e205f8c1 7593
4c6af0f6
SM
7594 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
7595 to buffer-file-coding-system-explicit.
e205f8c1
KH
7596 (basic-save-buffer-1): Likewise.
7597
1241e32d
RS
75982004-12-30 Richard M. Stallman <rms@gnu.org>
7599
7600 * textmodes/artist.el (artist-butlast-fn): Var deleted.
7601 (artist-butlast, artist-last): Functions deleted.
7602 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
7603 (artist-compute-key-compl-table): Call remq directly.
7604 (artist-remove-nulls): Function deleted.
7605 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
7606 (artist-push, artist-pop): Macro deleted.
7607
76082004-12-30 Andreas Leue <al@sphenon.de>
7609
7610 * textmodes/artist.el (artist-version): 1.2.6
7611 (artist-prev-next-op-alist): New variable.
7612 (artist-select-next-op-in-list): New function.
7613 (artist-select-prev-op-in-list): New function.
7614 (artist-make-prev-next-op-alist): New function.
7615 (artist-is-in-op-list-p): New function.
7616 (artist-get-first-non-nil-op): New function.
7617 (artist-get-last-non-nil-op): New function.
7618 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
4c6af0f6 7619 artist-prev-next-op-alist.
1241e32d 7620 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
4c6af0f6 7621 change drawing operation.
1241e32d 7622
d918508e
LT
76232004-12-30 Luc Teirlinck <teirllm@auburn.edu>
7624
7625 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
7626
51b4073a
MY
76272004-12-31 Masatake YAMATO <jet@gyve.org>
7628
7629 * server.el (server-process-filter): Suppress `error', too.
7630
5196b999
JB
76312004-12-30 Jay Belanger <belanger@truman.edu>
7632
4c6af0f6
SM
7633 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
7634 Change the way a variable is displayed in a message.
5196b999 7635
0c753fd7
JB
7636 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
7637 (calc-user-define-permanent, calc-execute-kbd-macro):
7638 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
7639
c243063e
KH
76402004-12-30 Kenichi Handa <handa@m17n.org>
7641
4c6af0f6
SM
7642 * files.el (basic-save-buffer-1):
7643 Set explicit-buffer-file-coding-system to last-coding-system-used.
c243063e
KH
7644 (revert-buffer): Pay attention to
7645 explicit-buffer-file-coding-system (not buffer-file-coding-system)
7646 on bind coding-system-for-read.
7647
4c6af0f6
SM
7648 * international/mule.el (explicit-buffer-file-coding-system):
7649 New buffer local variable.
c243063e
KH
7650 (after-insert-file-set-coding): Set it to coding-system-for-read.
7651
9e559f9b
LT
76522004-12-29 Luc Teirlinck <teirllm@auburn.edu>
7653
7654 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
7655
456e761b
ST
76562004-12-29 Sanghyuk Suh <han9kin@mac.com>
7657
7658 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
7659 that include line numbers.
7660
c4cb00d0
RS
76612004-12-29 Milan Zamazal <pdm@zamazal.org>
7662
7663 * files.el (hack-local-variables): If no PREFIX, set it to "^".
7664 Redundant variable PREFIXLEN removed.
7665
76662004-12-28 Matt Hodges <MPHodges@member.fsf.org>
7667
7668 * eshell/em-hist.el (eshell-previous-matching-input):
7669 Start the deletion from the end of the output.
7670
30c92fab
ST
76712004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7672
7673 * term/mac-win.el: Require x-dnd.
4c6af0f6 7674 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
30c92fab 7675
f4b483aa
DK
76762004-12-29 David Kastrup <dak@gnu.org>
7677
4c6af0f6
SM
7678 * international/mule.el (decode-coding-inserted-region):
7679 Don't barf if `buffer-undo-list' is already set to `t'.
f4b483aa 7680
e15de347
JB
76812004-12-29 Jay Belanger <belanger@truman.edu>
7682
7683 * calc/calc-prog.el (calc-user-define-formula): Put default values
7684 for function names in prompts.
7685 (calc-user-define-permanent, calc-user-define-composition)
7686 (calc-user-define-formula): Remove the need for "calcFunc-" in the
7687 default input for algebraic functions.
7688
903d71fb
TTN
76892004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
7690
7691 * vc-rcs.el (vc-rcs-annotate-command):
7692 Fix omission bug: Call `vc-setup-buffer'.
7693
a28e0218
KH
76942004-12-29 Kenichi Handa <handa@m17n.org>
7695
7696 * international/mule.el (recode-region): New function.
7697
0d808a63
RS
76982004-12-28 Richard M. Stallman <rms@gnu.org>
7699
94ed0931
RS
7700 * simple.el (undo-extra-outer-limit): New variable.
7701 (undo-outer-limit-truncate): Test and set it.
7702
7703 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
7704 enables the feature to extend the existing region.
7705
7706 * simple.el (mark-word): New arg ALLOW-EXTEND
7707 enables the feature to extend the existing region.
7708
7709 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
7710 enables the feature to extend the existing region.
7711
7712 * startup.el (site-run-file): Don't allow setting it with Custom.
7713
0d808a63
RS
7714 * simple.el (buffer-disable-undo): Fix previous change.
7715
62490a3a
MY
77162004-12-27 Masatake YAMATO <jet@gyve.org>
7717
7718 * hexl.el (hexlify-buffer): Remove fontification here.
7719 Use font lock mechanism instead.
7720 (hexl-font-lock-keywords): New font lock kewords.
7721 (hexl-mode-old-font-lock-keywords): New variable.
7722 (hexl-mode): Store the old font lock keywords.
7723 (hexl-mode-exit): Restore the old font lock keywords.
7724
e8298998
RS
77252004-12-27 Richard M. Stallman <rms@gnu.org>
7726
7727 * simple.el (undo): Fix previous change.
7728
74e2abe2
ST
77292004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7730
7731 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
4c6af0f6
SM
7732 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
7733 Call x-open-connection on Mac OS X.
74e2abe2 7734
56011a8c
RS
77352004-12-27 Richard M. Stallman <rms@gnu.org>
7736
e8298998
RS
7737 * files.el (buffer-save-without-query): New var (buffer-local).
7738 (save-some-buffers): Save those buffers first, w/o asking.
7739
7740 * files.el (insert-directory-ls-version): New variable.
7741 (insert-directory): When ls returns an error, test the version
7742 number to decide what the return code means.
7743 With --dired output format, detect and distinguish lines
7744 that are really error messages.
7745 (insert-directory-adj-pos): New function.
a2c7e69a 7746
56011a8c
RS
7747 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
7748
7749 * battery.el (battery-mode-line-format): Remove initial spaces.
7750
7751 * uniquify.el (uniquify-rationalize-file-buffer-names):
7752 Delete interactive spec.
7753
7754 * type-break.el (type-break-mode): Set buffer-save-without-query.
7755 Remove code that tried to set save-some-buffers-always.
7756 (type-break-file-keystroke-count): Bind deactivate-mark.
7757
7758 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
7759
7760 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
7761 Test that the buffer is live, and maybe reject current buffer too.
7762 Clarify.
7763 (next-error-find-buffer): Rewrite for clarity.
7764
7765 * loadup.el: Don't use buffer-disable-undo; do it directly.
7766
7767 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
7768 (describe-variable): Call symbol-file with `defvar'.
7769
7770 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
7771 (symbol-file): Rewritten to handle new load-history format.
7772 Now takes an arg TYPE to specify looking for a particular
7773 type of definition only.
7774
a2c7e69a 7775 * emacs-lisp/debug.el (debugger-make-xrefs):
56011a8c
RS
7776 Call symbol-file with `defun'.
7777
a2c7e69a 7778 * emacs-lisp/find-func.el (find-function-noselect):
56011a8c
RS
7779 Call symbol-file with `defun'.
7780 (find-variable-noselect): Call symbol-file with `defvar'.
7781
a2c7e69a 7782 * eshell/esh-cmd.el (eshell-find-alias-function):
56011a8c
RS
7783 Call symbol-file with `defun'.
7784
7785 * eshell/esh-test.el (eshell-test-goto-func):
7786 Call symbol-file with `defun'.
7787
7788 * mail/rmail.el (rmail-resend):
7789 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
7790
7791 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
7792
7793 * progmodes/compile.el (compilation-find-buffer): Rename arg.
7794
7795 * textmodes/texinfmt.el (texinfo-format-buffer-1):
7796 Call buffer-disable-undo.
7797
7798 * simple.el (undo-list-saved): New variable (buffer-local).
7799 (undo): Set and test it.
4c6af0f6 7800 (buffer-disable-undo): Move here from buffer.c.
e8298998 7801 Clear out undo-list-saved.
a2c7e69a
KS
7802
7803 * international/mule.el (decode-coding-inserted-region):
56011a8c
RS
7804 Set buffer-undo-list in a correct and optimal way.
7805
7806 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
7807 (cperl-font-lock-unfontify-region-function): No need to save and
7808 restore info, since font-lock.el does it for us.
a2c7e69a 7809
56011a8c
RS
7810 * ansi-color.el (save-buffer-state): Definition deleted.
7811 (ansi-color-unfontify-region): Don't use save-buffer-state.
7812
78132004-12-27 Dave Love <fx@gnu.org>
7814
7815 * wid-edit.el (function): Use restricted-sexp as parent.
7816
78172004-12-27 Kevin Ryde <user42@zip.com.au>
7818
a2c7e69a 7819 * simple.el (next-matching-history-element): Use same
56011a8c
RS
7820 `interactive' form as previous-matching-history-element.
7821
a2c7e69a 7822 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
4c6af0f6 7823 it can appear unencoded and has been seen from yahoo.
56011a8c 7824
19f26a89 78252004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
8ffc3990
SJ
7826
7827 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
1a63439b 7828 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
8ffc3990 7829
e314a6e4
KH
78302004-12-27 Kenichi Handa <handa@m17n.org>
7831
4c6af0f6
SM
7832 * international/utf-8.el (utf-translate-cjk-load-tables):
7833 Bind coding-system-for-read to nil while loading subst-*.
e314a6e4 7834
82141d51
JB
78352004-12-26 Jay Belanger <belanger@truman.edu>
7836
7837 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
7838 default input.
7839
d8b7bc9b
LT
78402004-12-26 Luc Teirlinck <teirllm@auburn.edu>
7841
7842 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
7843 before reverting and disable undo recording while reverting.
7844
dfdc1af2
TTN
78452004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
7846
7847 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
7848 (hs-make-overlay): New function.
7849 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
7850 (hs-flag-region): Delete function.
7851 (hs-hide-comment-region): No longer use `hs-flag-region'.
7852 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
7853 (hs-hide-block-at-point): Likewise.
7854 (hs-hide-level-recursive): Use `hs-discard-overlays'.
7855 (hs-hide-all, hs-show-all): Likewise.
7856 (hs-show-block): Likewise.
7857 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
7858
70d16390
TTN
78592004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
7860
7861 * progmodes/hideshow.el: Require `cl' when compiling.
7862 Remove XEmacs and Emacs 19 compatibility.
7863 Use `dolist' and `add-to-list' for load-time actions.
7864 (hs-discard-overlays): Use `dolist'.
7865 (hs-show-block): Likewise.
7866
11c2175c
DN
78672004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
7868
7869 * faces.el (mode-line, mode-line-inactive): Use min-colors.
7870
aa7d6700
TTN
78712004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
7872
7873 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
7874 When extending backwards, move outside the current comment first.
7875
7a0ea9e3
KH
78762004-12-22 Kenichi Handa <handa@m17n.org>
7877
7878 * international/quail.el (quail-start-translation): Fix prompt
7879 string for the case if input-method-use-echo-area being non-nil.
7880 (quail-start-conversion): Likewise.
7881 (quail-show-guidance): Don't show guidance if
7882 input-method-use-echo-area is non-nil.
7883
56351784
RS
78842004-12-21 Richard M. Stallman <rms@gnu.org>
7885
7886 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
7887
a74deabc
GM
78882004-12-21 Markus Rost <rost@ias.edu>
7889
4c6af0f6
SM
7890 * calendar/diary-lib.el (mark-diary-entries):
7891 Set mark-diary-entries-in-calendar only after checking for diary-file.
a74deabc 7892
fda2922a
RS
78932004-12-21 Richard M. Stallman <rms@gnu.org>
7894
7895 * faces.el (escape-glyph): Use blue against light foreground.
7896
7897 * simple.el (undo-outer-limit-truncate): New function.
7898 (undo-outer-limit-function): Use undo-outer-limit-truncate.
7899
79002004-12-21 Eli Barzilay <eli@barzilay.org>
aa7d6700 7901
52eb0373 7902 * calculator.el (calculator-radix-grouping-mode)
fda2922a
RS
7903 (calculator-radix-grouping-digits)
7904 (calculator-radix-grouping-separator):
7905 New defcustoms for the new radix grouping mode functionality.
56011a8c
RS
7906 (calculator-mode-hook): Now used in electric mode too,
7907 (calculator): Call it.
fda2922a
RS
7908 (calculator-mode-map): Some new keys.
7909 (calculator-message): New function. Some new calls.
56011a8c
RS
7910 (calculator-op, calculator-set-register): Use it.
7911 (calculator-string-to-number): New function, mostly moved and
7912 updated code from calculator-curnum-value.
fda2922a 7913 (calculator-curnum-value): Use it.
4c6af0f6 7914 (calculator-paste): Use it, and update grabbing the current-kill.
56011a8c
RS
7915 (calculator-rotate-displayer)
7916 (calculator-rotate-displayer-back): Toggle digit grouping when
7917 in radix mode, use calculator-message.
4c6af0f6
SM
7918 (calculator-displayer-prev, calculator-displayer-next):
7919 Change digit group size when in radix mode.
7920 (calculator-number-to-string): Rename from
56011a8c
RS
7921 calculator-num-to-string. Now deals with digit grouping in
7922 radix mode.
4c6af0f6 7923 (calculator-update-display, calculator-put-value): Use the new name.
56011a8c
RS
7924 (calculator-fact): Return a floating point number.
7925 (calculator-mode): Doc fix.
fda2922a 7926
8f449c3a
GM
79272004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
7928
7929 * calendar/calendar.el (view-other-diary-entries): Add autoload.
4c6af0f6
SM
7930 * calendar/diary-lib.el (view-other-diary-entries):
7931 Use current-prefix-arg in interactive spec.
8f449c3a 7932
9ee7410d
JB
79332004-12-19 Jay Belanger <belanger@truman.edu>
7934
7935 * calc/calc-aent.el (calcAlg-blank-matching-open):
4c6af0f6 7936 Temporarily adjust the syntax of both delimiters of half-open intervals.
9ee7410d 7937
4edf8c04
KS
79382004-12-19 Kim F. Storm <storm@cua.dk>
7939
7940 * mouse.el (mouse-1-click-follows-link): Doc fix.
7941
fbe6152f
ST
79422004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7943
7944 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
7945 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
7946 instead of centraleuropean as the name
7947
c08e6004
MA
79482004-12-17 Michael Albinus <michael.albinus@gmx.de>
7949
7950 Sync with Tramp 2.0.46.
7951
7952 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
7953 parameters wrt Tramp convention.
7954 (tramp-handle-file-attributes-with-perl)
7955 (tramp-handle-directory-files-and-attributes): Apply it.
7956 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
7957 `copy-program'. Reported by Zack Weinberg
7958 <zack@codesourcery.com>.
7959 (top): Set `edebug-form-spec' property directly rather than
7960 calling `def-edebug-spec'.
7961
7962 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
7963 advice less fragile. Surround temporary redefinition of
7964 `substitute-in-file-name' with `unwind-protect'. Suggested by
7965 Matt Hodges <MPHodges@member.fsf.org>.
7966
2c13e47b
JL
79672004-12-17 Juri Linkov <juri@jurta.org>
7968
7969 * replace.el (occur-accumulate-lines, occur-engine):
7970 Make forcing deferred font-lock fontification jit-specific.
7971
c44edf72
KS
79722004-12-17 Kim F. Storm <storm@cua.dk>
7973
7974 * mouse.el (mouse-1-click-follows-link): New defcustom.
7975 (mouse-on-link-p): New function.
7976 (mouse-drag-region-1): Implement mouse-1-click-follows-link
7977 functionality. Map a mouse-1 click event into a mouse-2 (or
7978 other) event when position is inside a link.
7979
7980 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
7981 prefix in tooltip text with "mouse-1" when this is a link
7982 recognized by mouse-1-click-follows-link functionality.
7983
7984 * help.el (describe-key): Report effective and original binding
7985 for mouse-1 when clicked on a link.
7986 (describe-mode): Add follow-link property to "minor-mode" button.
7987
7988 * help-fns.el (describe-variable): Add follow-link property to
7989 "below" button.
7990
7991 * help-mode.el (help-xref): Add follow-link property.
7992
7993 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
7994 (apropos-command, apropos-variable, apropos-face, apropos-group)
7995 (apropos-widget, apropos-plist): Add follow-link property.
7996
7997 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
7998 checks if position is in a filename, rather than some other
7999 clickable item. Function looks for cvs-filename-face at position.
8000
8001 * wid-edit.el (widget-specify-field, widget-specify-button):
8002 Map a :follow-link keyword into a follow-link property.
8003 (link): Add :follow-link keyword, map to RET binding.
8004
8005 * dired.el (dired-mode-map): Map follow-link to mouse-face.
8006
8007 * progmodes/compile.el (compilation-minor-mode-map)
8008 (compilation-button-map, compilation-mode-map): Likewise.
8009
e3fa1c11
TTN
80102004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
8011
8012 * play/zone.el (zone): Init `line-spacing' from orig buffer.
8013 (zone-replace-char): Take `count' and `del-count'
8014 instead of `direction'. Update callers. When `del-count' is
8015 non-nil, delete that many characters, otherwise `count' characters
8016 backwards. Insert the newly-replaced string `count' times.
8017 (zone-fret): Handle chars w/ width greater than one.
8018 (zone-fall-through-ws): No longer take window width `ww'.
8019 Update callers. Add handling for `char-width' greater than one.
8020 (zone-pgm-drip): Update var holding window-end position every cycle.
8021
a2961378
AS
80222004-12-17 Andre Spiegel <spiegel@gnu.org>
8023
8024 * vc.el (vc-default-update-changelog): Use insert-file-contents,
8025 rather than insert-file.
8026
0e0803f7
JB
80272004-12-16 Jay Belanger <belanger@truman.edu>
8028
8029 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
8030 (math-init-random-base, math-random-digit): Check to see if
8031 var-RandSeed is bound.
8032 (math-random-last): Declare it.
8033 (math-random-digit): Don't make math-random-last local.
8034
8b000fc3
TTN
80352004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
8036
8037 * play/zone.el (zone): Fix omission bug: Use a self-disabling
8038 one-shot thunk for uniform (error, quit, normal) recovery.
8039 Reported by John Paul Wallington.
8040 (zone-pgm-random-life): Fix bug:
8041 Recognize empty initial field by lack of "@" chars.
8042
f1f007dc
JL
80432004-12-16 Juri Linkov <juri@jurta.org>
8044
8045 * help.el (function-called-at-point):
4c6af0f6 8046 * help-fns.el (variable-at-point): As a last resort try stripping
f1f007dc
JL
8047 non-word prefixes and suffixes.
8048
8049 * descr-text.el (describe-property-list): Don't treat syntax-table
8050 specially. Use describe-text-sexp which inserts [show] button
8051 for large objects and handles printing errors. Sort properties
8052 by names in alphabetical order instead of by value sizes.
8053 Add `mouse-face' to list of properties for `describe-face' widget.
8054 (describe-char): Mask out face-id from 19 bits of character.
8055 Print face-id separately.
8056
8057 * replace.el (occur-accumulate-lines, occur-engine):
8058 Fontify unfontified matching lines in the source buffer
8059 before copying them.
8060 (occur-engine): Don't put mouse-face on context lines.
8061 (occur-next-error): Set point to line beginning/end
8062 before searching for prev/next property to skip multiple
8063 matches on a line (not supported by occur engine).
8064 Remove redundant prefix-numeric-value.
8065
8270a848
JL
80662004-12-15 Juri Linkov <juri@jurta.org>
8067
8068 * replace.el (match): New face.
8069 (list-matching-lines-face): Change default from `bold' to `match'.
8070
8071 * progmodes/grep.el (grep-match-face): New defvar.
8072 (grep-mode-font-lock-keywords): Use grep-match-face instead of
8073 compilation-column-face to highlight grep matches.
8074
8075 * apropos.el (apropos-match-face): Change default from
8076 `secondary-selection' to `match'.
8077
8078 * info-look.el (info-lookup-highlight-face): Change default from
8079 `highlight' to `match'.
8080
78f617dd
DP
80812004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
8082
8083 * progmodes/executable.el (executable-interpret): Eliminate
8084 obsolete compile-internal, and switch to comint for interaction.
8085
b66d0e6b
S
80862004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
8087
8088 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
8089 `&&' when skipping multiple statements on a line.
8090
6f5546a9
TTN
80912004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
8092
8093 * play/zone.el (zone): Set `truncate-lines'.
8094 Also, init `tab-width' with value from original buffer.
8095 (zone-shift-up): Rewrite for speed.
8096 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
8097 (zone-pgm-jitter): Remove redundant entries from ops vector.
8098 (zone-exploding-remove): Reduce iteration count.
8099 (zone-cpos): Convert to defsubst.
8100 (zone-replace-char): New defsubst.
8101 (zone-park/sit-for): Likewise.
8102 (zone-fret): Take window-start arg.
52eb0373 8103 Update callers. Use `zone-park/sit-for'.
6f5546a9 8104 (zone-fill-out-screen): Rewrite.
52eb0373 8105 (zone-fall-through-ws): Likewise. Update callers.
6f5546a9 8106 (zone-pgm-drip): Use `zone-replace-char'.
52eb0373 8107 Move var inits before while-loop. Use `zone-park/sit-for'.
6f5546a9
TTN
8108 (zone-pgm-random-life): Handle empty initial field.
8109 Use `zone-replace-char' and `zone-park/sit-for'.
8110
a31a30b5
JL
81112004-12-15 Juri Linkov <juri@jurta.org>
8112
8113 * isearch.el (isearch-update): Test isearch-lazy-highlight
8114 before calling isearch-lazy-highlight-new-loop.
8115 (isearch-lazy-highlight-new-loop):
8116 Don't test isearch-lazy-highlight.
8117
8118 * replace.el (perform-replace): Add isearch-case-fold-search.
8119 Use delimited-flag for isearch-regexp.
8120 Reset isearch-lazy-highlight-last-string to force lazy
8121 highlighting when called from isearch mode.
8122 (query-replace-highlight): Revert defcustom type to boolean.
8123 (query-replace-lazy-highlight): New defcustom.
8124 (query-replace): New face.
8125 (perform-replace, replace-highlight, replace-dehighlight):
8126 Test query-replace-lazy-highlight instead of special value
8127 `isearch' of query-replace-highlight.
8128 (replace-dehighlight): Don't call isearch-dehighlight.
8129 (replace-highlight): Don't call isearch-highlight.
8130 Use face `query-replace' unconditionally.
8131
5b631efc
KS
81322004-12-14 Kim F. Storm <storm@cua.dk>
8133
8134 * simple.el (inhibit-mark-movement): Remove defvar.
8135 (beginning-of-buffer, end-of-buffer): Don't use it.
8136
4c6af0f6
SM
8137 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8138 Don't use inhibit-mark-movement.
5b631efc
KS
8139
8140 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
8141 (cua--undo-push-mark): Remove.
4c6af0f6
SM
8142 (cua--pre-command-handler, cua--post-command-handler):
8143 Don't fiddle with inhibit-mark-movement.
5b631efc 8144
a0e4e275
JL
81452004-12-14 Juri Linkov <juri@jurta.org>
8146
8147 * buff-menu.el (list-buffers-noselect): Collect internal info
8148 for every buffer in BUFFER-LIST arg too.
8149 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
8150 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
8151 Bind same-window-buffer-names and same-window-regexps to nil.
8152
37d8fcc2
JL
81532004-12-13 Juri Linkov <juri@jurta.org>
8154
4c6af0f6 8155 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
37d8fcc2
JL
8156
8157 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
8158 (sc-cite-region, sc-uncite-region, sc-recite-region):
8159 Fix previous change to handle not alist as a symbol, but
8160 a citation frame as a symbol that represents a variable name.
8161
d9c1ce9d
RS
81622004-12-13 Richard M. Stallman <rms@gnu.org>
8163
8164 * filecache.el (file-cache-add-directory-using-find):
8165 Only set up file-cache-find-command-posix-flag if we will use it.
8166
37d8fcc2 8167 * bindings.el (mode-line-buffer-identification-keymap):
d9c1ce9d
RS
8168 Don't cancel the mode-line's usual down-mouse-1 binding.
8169
8170 * cus-edit.el (custom-face-selected): Handle `default' specs.
8171 (custom-face-edit): Increase extra-offset.
8172 (custom-display): Handle `default' specs.
8173
8174 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
8175
8176 * emacs-lisp/elint.el (elint-standard-variables)
8177 (elint-unknown-builtin-args): Move definitions up.
8178
8179 * net/browse-url.el (browse-url-url-at-point): Add autoload.
8180
8181 * info.el (info-xref-visited): Use `default' instead of t.
8182 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
8183
8184 * faces.el (header-line, mode-line-inactive, tool-bar):
8185 Use `default' instead of t for setting the defaults.
8186 (face-spec-choose): Separate `t' from `default'.
8187
8188 * subr.el (while-no-input): New macro.
8189
81902004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
8191
8192 * filecache.el (file-cache-add-directory-using-find):
8193 Only test file-cache-find-command-posix-flag on some systems.
8194
17a5a301
SM
81952004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8196
8197 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
8198 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
8199 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
8200 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
8201 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
8202
3f11c6df
JL
82032004-12-12 Juri Linkov <juri@jurta.org>
8204
8205 * files.el (find-file-other-window, find-file-other-frame):
8206 Add the first buffer to the returned value to return the complete
8207 list of all visited buffers.
8208 (find-file-read-only, find-file-read-only-other-window)
8209 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
8210 `find-file-read-args'. Signal an error about non-existent file
8211 only if file name doesn't contain wildcards. Toggle read-only in
8212 all visited buffers.
8213 (find-alternate-file, find-alternate-file-other-window):
8214 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
8215 called interactively. Pass arg `wildcards' to other functions.
8216 (find-file-noselect): Doc fix.
8217
8218 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
8219 Doc fix.
8220 (ffap-directory-finder): New variable.
8221 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
8222 (ffap-file-at-point): Add /* to immediately rejected names.
8223 Return absolute file names matching ffap-dired-wildcards.
8224 (ffap-read-file-or-url): Set default value for `completing-read'
8225 to `buffer-file-name'.
8226 (find-file-at-point): When filename matches ffap-dired-wildcards,
8227 call ffap-file-finder with t arg `wildcards', instead of dired.
8228 (ffap-other-window, ffap-other-frame): Return visited buffers.
8229 (ffap-read-only, ffap-read-only-other-window)
8230 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
8231 (dired-at-point): Call ffap-directory-finder instead of dired.
8232 (ffap-dired-other-window, ffap-dired-other-frame)
8233 (ffap-list-directory): New commands.
8234 (ffap-bindings): New keybindings for new commands.
8235
6a2067b2
JL
82362004-12-12 Juri Linkov <juri@jurta.org>
8237
8238 * simple.el (beginning-of-buffer, end-of-buffer):
8239 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
8240 Do not push mark when mark is active in transient-mark-mode.
8241
8242 * simple.el (mark-word):
8243 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
8244 * textmodes/paragraphs.el (mark-paragraph):
8245 Extend the region when mark is active in transient-mark-mode,
8246 regardless of the last command. Doc fix.
8247
8248 * simple.el (mark-word): Preserve direction when repeating.
8249 Make arg optional. Interactive "p" -> "P".
8250 (transient-mark-mode, inhibit-mark-movement): Doc fix.
8251
8252 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
8253 preserving direction, to mark forward instead of backward when mark
8254 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
8255
35d59c0f
JL
82562004-12-12 Juri Linkov <juri@jurta.org>
8257
8258 * isearch.el (isearch-edit-string): Set 7th arg of
8259 `read-from-minibuffer' to `t' to inherit the current input
8260 method (whose name is indicated by [IM] in the minibuffer prompt)
8261 from the current buffer to the minibuffer.
8262 (isearch-lazy-highlight-update): Put body to `with-local-quit'
8263 to allow C-g quitting for lazy highlighting looping inside the
8264 search with nested repetition operators. Add overlay to the list
8265 before setting its face and other properties to avoid the case of
8266 code quitting after placing the new overlay but before it's
8267 recorded on the list. Select the window where isearch was
8268 activated, to highlight matches in the right window when isearch
8269 switches the current window to the minibuffer.
8270
8271 * international/isearch-x.el
8272 (isearch-process-search-multibyte-characters):
8273 Use `isearch-message' as initial input for `read-string' instead
8274 of adding it to the minibuffer prompt. After reading a string
8275 remove the initial value of `isearch-message' from the string.
8276
8277 * replace.el (replace-match-maybe-edit): Doc fix.
8278 (perform-replace): Don't call `replace-highlight' when automatic
8279 replacement is requested in literal mode, since it is intended
8280 only to highlight words during entering a new replacement string
8281 for \? in non-literal mode.
8282
8283 * replace.el (query-replace-highlight): Add new value `isearch'
8284 that allows query replacement to use isearch highlighting.
8285 Change type from `boolean' to `choice'. Doc fix.
8286 (replace-highlight, replace-dehighlight, perform-replace):
8287 Use isearch highlighting if query-replace-highlight eq `isearch'.
8288
6f8ffb88
SM
82892004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
8290
8291 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8292 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
8293
8294 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
8295 case of \end{verbatim}.
8296
d56bb1ab
DN
82972004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
8298
8299 * term.el (term-termcap-format): Synchronyze with terminfo.
8300 (term-emulate-terminal): Handle reset.
8301 (term-reset-terminal): New function.
8302
0ccb50fc
TTN
83032004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
8304
8305 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
8306 (zone-fill-out-screen): New func.
8307 (zone-pgm-drip): Use `zone-fill-out-screen'.
8308 Also, no longer go to point-min on every cycle.
8309 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
8310 (zone-pgm-random-life-wait): New user var.
8311 (zone-pgm-random-life): New func.
8312
00daa381
TTN
83132004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
8314
8315 * files.el (auto-mode-alist): Map .com to DCL mode.
8316
ec06d344
RS
83172004-12-09 Richard M. Stallman <rms@gnu.org>
8318
8319 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
8320
ae09da48 83212004-12-09 Nick Roberts <nickrob@snap.net.nz>
06cc57db
NR
8322
8323 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
8324 buffer with a display margin.
8325
a9e0384f
JB
83262004-12-08 Jay Belanger <belanger@truman.edu>
8327
8328 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
8329 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
8330
cc1caa4e
RS
83312004-12-08 Richard M. Stallman <rms@gnu.org>
8332
8333 * faces.el: Delete code to set display table.
8334 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
8335
3073399b
JB
83362004-12-08 Jay Belanger <belanger@truman.edu>
8337
8338 * calc/calc.el: Add math-read-preprocess-string to autoloads.
8339
8340 * calc/calc-ext.el (math-read-replacement-list)
8341 (math-read-superscripts, math-read-preprocess-string): Move to
8342 calc-aent.el.
8343
8344 * calc/calc-aent.el (math-read-replacement-list)
8345 (math-read-superscripts, math-read-preprocess-string): Move from
8346 calc-ext.el.
8347
be02a7ed
SM
83482004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8349
8350 * isearch.el (isearch-quote-char): Fix up typo in last change.
8351
5a27c5d8
LT
83522004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8353
8354 * mouse.el (mouse-set-font): Handle the case where the command was
8355 not invoked using the mouse.
8356
8357 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
8358 (edmacro-finish-edit): Further update for keyboard macros that are
8359 lambda forms.
ae09da48 8360 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
5a27c5d8 8361
ae09da48 83622004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
d3a403e5
SM
8363
8364 * font-lock.el (font-lock-unfontify-region): Save buffer state.
be02a7ed 8365 (font-lock-default-unfontify-region): Don't save buffer state any more.
d3a403e5 8366
33c886d0
JB
83672004-12-07 Jay Belanger <belanger@truman.edu>
8368
d3a403e5 8369 * calc/calc-help.el (calc-describe-key):
33c886d0
JB
8370 Set calc-summary-indentation even when Calc Summary buffer exists.
8371
c9ba50dd
GM
83722004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
8373
8374 * calendar/holidays.el (holiday-easter-etc): Make arguments
1615f2a3 8375 optional for backwards compatibility. Doc fix.
d3a403e5 8376 Remove un-necessary local vars mandatory, output-list.
fe38e3b0 8377 (holiday-advent): Make arguments optional for backwards
1615f2a3 8378 compatibility. Doc fix.
c9ba50dd 8379
22864a48
SM
83802004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8381
96bda29d
SM
8382 * paren.el (show-paren-function): Fix last change (2004-12-02).
8383
8384 * international/mule-util.el (char-displayable-p): Return nil for
8385 unibyte mode.
8386
22864a48
SM
8387 * subr.el (subregexp-context-p): New function.
8388
8389 * isearch.el (isearch-quote-char): Use it.
8390
8391 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
8392 (regexp-opt-not-groupie*-re): Remove.
8393 (regexp-opt): Properly handle inputs with duplicate entries.
8394
39ebd5dd
RS
83952004-12-06 Richard M. Stallman <rms@gnu.org>
8396
1bc897ca
RS
8397 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
8398
8399 * cus-edit.el (custom-file): Doc fix.
8400
39ebd5dd
RS
8401 * textmodes/org.el: New file.
8402
952cb084
KH
84032004-12-06 Kenichi Handa <handa@m17n.org>
8404
8405 * ldefs-boot.el: Update international/mule-util.el section.
8406
c95e9af3
SS
84072004-12-05 Sam Steingold <sds@gnu.org>
8408
22864a48 8409 * net/tramp.el (tramp-handle-file-accessible-directory-p):
d3a403e5 8410 Fix `tramp-time-diff' comparison logic.
c95e9af3 8411
911aa049
TTN
84122004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
8413
22864a48
SM
8414 * progmodes/which-func.el (which-function):
8415 Use `run-hook-with-args-until-success' instead of a custom loop.
911aa049
TTN
8416 Fixes bug with local hooks.
8417
d10e87a2
SM
84182004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8419
8420 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
8421 Use delete-dups when calculating the initial value.
8422 (bibtex-autokey-get-title): Use <=.
8423 (bibtex-goto-line): New function.
8424 (bibtex-reposition-window): Use line numbers instead of point
8425 positions. Use window-body-height.
8426 (bibtex-find-crossref): Use bibtex-reposition-window.
8427 (bibtex-find-entry): Use bibtex-reposition-window. Always return
8428 position of entry if key is found or nil if not found.
8429
32a6e6fc
RS
84302004-12-05 Richard M. Stallman <rms@gnu.org>
8431
8432 * cus-edit.el (custom-file): Doc fix.
8433
8434 * progmodes/sh-script.el (sh-indent-for-then): Change default.
8435
96bda29d
SM
84362004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8437
8438 * simple.el (blink-matching-open):
8439 * textmodes/tex-mode.el (tex-validate-region):
8440 Obey syntax-table text properties.
8441
32a6e6fc
RS
84422004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
8443
8444 * wid-edit.el (widget-specify-field): Add `real-field' property to
44240c37 8445 boundary.
32a6e6fc
RS
8446 (widget-field-at): Use it.
8447
ab67e8b6
RS
84482004-12-02 Richard M. Stallman <rms@gnu.org>
8449
f6101ac9
RS
8450 * progmodes/cc-mode.el (awk-mode autoload):
8451 Supply t meaning interactive function.
8452
ab67e8b6
RS
8453 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
8454 (isearch-mode-map): No special definition for space.
8455 (isearch-whitespace-chars): Command deleted.
8456 (isearch-forward-regexp): Doc fix.
8457 (isearch-quote-char): When a space is not inside brackets,
8458 use `[ ]' instead of just space.
8459 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
8460
8461 * imenu.el (imenu--generic-function): Delete code to exclude
8462 matches in comments.
8463
8464 * man.el (Man-reverse-face): Change default to `highlight'.
8465
8466 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
8467 (occur-engine): Use `face' prop rather than `font-lock-face'
8468 when specifying use of `match-face'.
8469 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
8470
8471 * emacs-lisp/elint.el (elint-standard-variables): Update list.
8472
8473 * add-log.el (add-log-current-defun): Handle the case where point
8474 is in the header part of a DEFUN construct.
8475
84762004-12-02 Dave Love <fx@gnu.org>
8477
8478 * progmodes/python.el (python-font-lock-syntactic-keywords):
8479 Fix previous change.
8480
84812004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
8482
8483 * paren.el (show-paren-function): Check for matching chars
8484 specified by text props.
8485
7e1637c2
JB
84862004-12-02 Jay Belanger <belanger@truman.edu>
8487
8488 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
8489 when reading a new key sequence.
8490
03f01237
KS
84912004-12-02 Kim F. Storm <storm@cua.dk>
8492
8493 * faces.el (escape-glyph): Rename from glyph.
8494 (standard-display-table): Set it here. Add escape-glyph face to
8495 extra slot characters.
8496
8497 * disp-table.el: Undo 2004-12-01 change. Display table is now
8498 setup in faces.el.
8499
21c05941
MH
85002004-12-02 Mark A. Hershberger <mah@everybody.org>
8501
8502 * xml.el (xml-parse-dtd): Don't show validity messages when
8503 xml-validating-parser is nil.
8504 (xml-substitute-special): Fix validity error messages to
8505 actually show the unexpandable entity. Added validity error if &
8506 isn't followed by an entity.
96bda29d 8507 (xml-parse-tag): Concatenate any string following the a
21c05941 8508 <![CDATA[]]> section to the parsed CDATA.
63b446bc
MH
8509 (xml-parse-dtd): Skip parameter entity declarations and use of
8510 parameter entities.
21c05941 8511
8b744bb8
LT
85122004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8513
8514 * kmacro.el (kmacro-default-counter-format): New var.
8515 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
8516 (kmacro-display): Remove `nil' from `and' form. Delete call to
8517 `format' inside `message'.
8518 (kmacro-start-macro): Use `kmacro-default-counter-format'.
8519
31982e1f
SM
85202004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8521
8522 * pcvs.el (cvs-header-msg): New function.
8523 (cvs-update-header): Use it. Change calling convention.
8524 Correctly handle the case of having simultaneous active processes.
8525 (cvs-sentinel): Don't call cvs-update-header any more.
8526 (cvs-mode-run): Update call and add cvs-update-header to postproc.
8527
d5639b35
JB
85282004-12-01 Jay Belanger <belanger@truman.edu>
8529
8530 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
8531 Change message.
8532
957ea28a
JL
85332004-12-01 Juri Linkov <juri@jurta.org>
8534
8535 * progmodes/prolog.el (prolog-mode-variables):
8536 Fix imenu-generic-expression.
8537
fb568b49
DP
85382004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
8539
8540 * faces.el (glyph): New face.
8541
8542 * disp-table.el: Add an autoloaded table, that doesn't require
8543 this library, with glyph face.
8544
8545 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
8546 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
8547 (conf-quote-normal): Allow normalizing only ' or ".
8548 (conf-mode): Regexp-quote constructed comment-start and don't
8549 match section {} where "name" contains braces.
8550
8551 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
8552 files.
8553
2d5cd4e6
KH
85542004-12-01 Kenichi Handa <handa@m17n.org>
8555
8556 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
8557 (x-select-text): Don't treat eight-bit-control/graphic chars
8558 specially. Store the encoded text in the X cut buffer.
8559 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
8560 with x-last-selected-text-cut-encoded.
8561
31982e1f
SM
85622004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8563
8564 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
8565
034a48f4
MR
85662004-11-30 Markus Rost <rost@ias.edu>
8567
8568 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
8569 AUCTeX.
8570
9dbee55e
JB
85712004-11-30 Jay Belanger <belanger@truman.edu>
8572
83a2a07a
JB
8573 * calc/calc-arith.el (math-possible-signs): Made stronger checks
8574 on signs of intervals.
8575 (math-pow-of-zero): Strengthen checks for positive and negative
8576 exponents.
8577
9dbee55e
JB
8578 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
8579 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
8580 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
8581 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
8582 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
8583 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
8584 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
8585 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
8586 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
8587 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
8588 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
8589 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
8590 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
8591 with provide statements.
8592
8593 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
8594
8595 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
8596
8597 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
8598 (calc-load-everything, math-defsimplify): Replace dummy autoloading
8599 functions by require statements.
8600 (math-defsimplify): Move to calc-alg.el, add to autoloads.
8601
8602 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
8603 (calc-gnuplot-print): Give them values.
8604
8605 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
8606 autoloads.
8607 Add calc-do-embedded-activate to autoloads.
8608 (calc-gnuplot-name, calc-gnuplot-plot-command)
8609 (calc-gnuplot-print-command): Move them to calc-graph.el.
8610
f084eeb9
ST
86112004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8612
8613 * term/mac-win.el (ccl-encode-mac-roman-font)
8614 (ccl-encode-mac-cyrillic-font)
8615 (ccl-encode-mac-centraleuropean-font, encoder-list)
8616 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
8617 Support Cyrillic, CentralEuropean, and Dingbat font display
8618
26c14a95
AS
86192004-11-30 Andre Spiegel <spiegel@gnu.org>
8620
31982e1f 8621 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
26c14a95
AS
8622
8623 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
8624 still nil.
8625
d55f9265
LT
86262004-11-29 Luc Teirlinck <teirllm@auburn.edu>
8627
8628 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
8629 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
8630
d0132055
JB
86312004-11-29 Jay Belanger <belanger@truman.edu>
8632
8633 * calc/calc-arith.el (math-pow-of-zero): Take into account different
8634 cases of the base and exponent.
8635
5f9e0ca5
TZ
86362004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8637
fc368889
KS
8638 * simple.el (next-error-buffer-p): Allow for inclusive and
8639 exclusive tests for finding a buffer.
8640 (next-error-find-buffer): Pass the exclusive and inclusive tests
8641 to next-error-buffer-p.
8642
8643 * replace.el (occur-next-error): Switch to the Occur buffer when
8644 appropriate, use the exclusive filter to next-error-find-buffer to
8645 do it. Use the absolute value of the motion amount.
5f9e0ca5 8646
a778cf63
KH
86472004-11-29 Kenichi Handa <handa@m17n.org>
8648
25a0994a 8649 * startup.el (command-line): Decode all default-directory by
a778cf63
KH
8650 locale-coding-system.
8651
21e6ab43
JB
86522004-11-29 Jay Belanger <belanger@truman.edu>
8653
8654 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
8655 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
8656 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
8657 Replace calls to calc-extensions by appropriate require, replace
8658 calc-extensions-loaded by appropriate featurep.
8659
8660 * calc/calc-ext.el: Move require to end of file.
8661 Remove redundant loading of calc.el.
8662 (calc-extensions-loaded): Remove unnecessary variable.
8663 (calc-extensions): Remove unnecessary function.
8664 (calc-load-everything): Replace calc-need-macros by appropriate require.
8665
8666 * calc/calc-macs.el: Move provide to end of file.
8667 (calc-need-macros): Remove unnecessary function.
8668
8669 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
8670 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
8671 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
8672 Replace calc-extensions by appropriate require.
8673 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
8674
8675 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
8676 Replace calc-need-macros by appropriate require.
8677
8678 * calc/calc.el: Move require to end of file.
8679 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
8680 Remove unnecessary variable.
8681 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
8682 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
8683 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
8684 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
8685 (math-stack-value-offset, math-format-value, math-format-flat-expr)
8686 (math-format-number, math-format-bignum, math-read-number)
8687 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
8688 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
8689 by appropriate require.
8690 (calc-check-defines): Replace calc-need-macros by appropriate require.
8691
bbf877e1
KS
86922004-11-29 Kim F. Storm <storm@cua.dk>
8693
8694 * macros.el (insert-kbd-macro): Handle kmacro functions.
8695
20c78df0
JL
86962004-11-28 Juri Linkov <juri@jurta.org>
8697
8698 * compare-w.el (compare-windows-highlight): Attach each overlay
8699 to its window to properly highlight differences while comparing
8700 two windows of the same buffer. Fix arguments.
8701 (compare-windows-sync-default-function): Fix arguments of
8702 `compare-windows-highlight'.
8703
8704 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
8705 Use `read-expression-history'. Set initial contents only if
8706 `edebug-global-break-condition' is non-nil. Set histpos to 1
8707 if initial contents is equal to the last history element.
8708 (edebug-set-conditional-breakpoint): Instead of temporarily
8709 prepending the current condition to the history, set initial
8710 contents to the current condition. Set histpos to 1 if initial
8711 contents is equal to the last history element.
8712
180ee7c7
JL
8713 * info.el (Info-search-whitespace-regexp): Remove shy group.
8714 (Info-search): Forward line if search is on the header line.
8715 Use search-whitespace-regexp in two other places.
8716
9e66b14a
LT
87172004-11-27 Luc Teirlinck <teirllm@auburn.edu>
8718
8719 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
8720 warning. Delay real definition, which uses
31982e1f 8721 `set-fringe-indicators-1' till after the definition of that function.
9e66b14a 8722
4cf6519d
KS
87232004-11-28 Kim F. Storm <storm@cua.dk>
8724
8725 * fringe.el (fringe): New defgroup.
8726 (fringe-mode): Move to fringe group.
8727 (fringe-indicators): New defcustom.
8728 (set-fringe-indicators-1): New defun.
8729
8730 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
8731 (menu-bar-showhide-fringe-ind-menu): New keymap.
8732 (menu-bar-showhide-fringe-ind-empty)
8733 (menu-bar-showhide-fringe-ind-mixed)
8734 (menu-bar-showhide-fringe-ind-box)
8735 (menu-bar-showhide-fringe-ind-right)
8736 (menu-bar-showhide-fringe-ind-left)
8737 (menu-bar-showhide-fringe-ind-none): New defuns.
8738 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
8739
94221759
RS
87402004-11-27 Richard M. Stallman <rms@gnu.org>
8741
31982e1f 8742 * comint.el (comint-read-noecho): Add trivial compatibility definition.
94221759
RS
8743
8744 * generic.el (define-generic-mode): Doc fix.
8745
8746 * menu-bar.el (menu-bar-options-save): For the options
8747 that are toggled with menu-bar-make-mm-toggle, don't check
8748 for customized-value prop.
8749
671c30d8
EZ
87502004-11-27 Eli Zaretskii <eliz@gnu.org>
8751
8752 * mail/supercite.el (sc-cite-region): Handle the case where
8753 sc-cite-frame-alist is a symbol.
8754 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
8755 a symbol.
8756 (sc-recite-region): Handle the case where sc-recite-frame-alist is
8757 a symbol.
8758
39528a68 87592004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
ca5e6fef
EZ
8760
8761 * wid-edit.el (widget-narrow-to-field): New function.
8762 (widget-complete): Use it.
8763
670c0015
JB
87642004-11-27 Jay Belanger <belanger@truman.edu>
8765
8766 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
8767 variable.
8768 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
8769 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
8770 (math-alg-inequalities): Move declaration to earlier in the file.
8771
8772 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
8773 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
8774 Declare them.
8775
8776 * calc/calc-lang.el (math-expr-data, math-expr-token)
8777 (math-exp-old-pos): Declare them.
8778
8779 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
8780 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
8781
552380b4
KS
87822004-11-27 Kim F. Storm <storm@cua.dk>
8783
8784 * progmodes/flymake.el: Use (featurep 'xemacs).
443b961a 8785 (flymake-makehash): Change to defsubst. Use fboundp.
552380b4
KS
8786 (flymake-time-to-float): Remove.
8787 (flymake-float-time): Merge code from flymake-time-to-float here.
8788 (flymake-replace-regexp-in-string): Change to defsubst.
443b961a
SM
8789 (flymake-split-string-remove-empty-edges):
8790 Rename to flymake-split-string.
552380b4
KS
8791 (flymake-split-string): Remove previous defalias.
8792 (flymake-get-temp-dir): Change to defsubst.
443b961a
SM
8793 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
8794 Define for xemacs only.
552380b4
KS
8795 (flymake-master-file-count-limit): Change into compiler defvar only.
8796 (flymake-find-possible-master-files): Let-bind it dynamically while
8797 sorting files using flymake-master-file-compare.
8798
443b961a
SM
87992004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8800
8801 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
8802 of defun-prompt-regexp matches inside a comment/string but the
8803 beginning is correctly outside everything.
8804
8805 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
8806 appears within a string or a comment.
8807
8808 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
8809 rather than make-symbol for symbols which are used in
8810 a symbol-macrolet or equivalent.
8811
b9bc92b4
JB
88122004-11-26 Jay Belanger <belanger@truman.edu>
8813
8814 * calc-misc.el (calc-last-why-command): Declare it.
8815
8816 * calc-vec.el (math-grade-vec): New variable.
8817 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
8818 Replace variable grade-vec by declared variable.
8819 (math-rb-close): New variable.
8820 (math-read-brackets, math-read-vector): Replace variable close by
8821 declared variable.
8822
8823 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
8824 (calc-one-window, calc-edit-handler, calc-restore-trail)
8825 (calc-allow-ret): Declare them.
8826
443b961a 8827 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
b9bc92b4
JB
8828 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
8829 (math-radix-float-cache-tag, math-random-cache)
8830 (math-max-digits-cache, math-integral-cache, math-units-table)
8831 (math-format-date-cache, math-holidays-cache-tag): Declare them.
8832 (math-moc-func): New variable.
8833 (math-map-over-constants, math-map-over-constants-rec):
8834 Replace variable func by declared variable.
8835
8836 * calc/calc-store.el (calc-given-value, calc-store-opers):
8837 Declare them.
8838 (calc-var-name-map): Move declaration to earlier in the file.
8839 (calc-pv-pos): New variable.
8840 (calc-permanent-variable, calc-insert-permanent-variable):
8841 Replace variable pos by declared variable.
8842
8843 * calc/calc-mtx.el (calc-det-lu): New variable.
443b961a 8844 (math-det-raw, math-det-step): Replace variable lu by declared variable.
b9bc92b4
JB
8845
8846 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
8847 (math-multi-subst, math-multi-subst-rec): Replace variables temp
8848 and arg by declared variables.
8849 (calcFunc-reducer): Fix incorrect variable.
8850 (math-inner-mul-func, math-inner-add-func): New variables.
8851 (calcFunc-inner, math-inner-mats): Replace variables mul-func
8852 and add-func by declared variables.
8853
8854 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
8855 (calc-digit-value): Declare them.
8856
8857 * calc/calc-help.el (Info-history): Declare it.
443b961a 8858 (calc-describe-key): Make calc-summary-indentation a local variable.
b9bc92b4
JB
8859 (calc-help-long-names): Move declaration to earlier in file.
8860
8861 * calc/calc-embed.el (calc-original-buffer): Declare it.
8862 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
8863 (calc-embed-bot): New variables.
8864 (calc-do-embedded, calc-embedded-mark-formula)
8865 (calc-embedded-find-bounds, calc-embedded-duplicate)
443b961a
SM
8866 (calc-embedded-new-formula, calc-embedded-make-info):
8867 Replace vars outer-top, outer-bot, bot and top by declared variables.
b9bc92b4
JB
8868 (calc-embed-prev-modes): New variable.
8869 (calc-embedded-set-modes, calc-embedded-update): Replace variable
8870 prev-modes with declared variable.
8871 (calc-embed-vars-used): New variable.
8872 (calc-embedded-make-info, calc-embedded-evaluate-expr)
8873 (calc-embedded-update, calc-embedded-find-vars): Replace variable
8874 vars-used by declared variable.
8875
443b961a 8876 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
b9bc92b4
JB
8877 (math-format-radix-float): Remove unnecessary setq.
8878 (math-radix-float-cache): Declare it.
8879
8880 * calc/calcsel2.el (calc-keep-selection): Declare it.
8881
8882 * calc/calc-maint.el: Remove file.
8883
02c8032e
SM
88842004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8885
8886 * textmodes/bibtex.el (bibtex-sort-entry-class)
8887 (bibtex-comment-start): Use defcustom.
8888 (bibtex-entry-field-alist): Use nil if initial content of the
8889 field is undefined. Fix docstring.
8890 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
8891 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
8892 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
8893 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
8894 Fix docstring.
8895 (bibtex-autokey-title-terminators): Use only one regexp.
8896 (bibtex-string-maybe-empty-head): New variable.
8897 (bibtex-remove-delimiters-string): New function.
8898 (bibtex-text-in-field-bounds, bibtex-text-in-string):
8899 Use bibtex-remove-delimiters-string.
8900 (bibtex-progress-message, bibtex-field-left-delimiter)
8901 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
8902 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
8903 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
8904 Simplify.
8905 (bibtex-format-entry): Use save-excursion for inherited booktitle.
8906 Use eq and bibtex-remove-delimiters-string. For end markers use
8907 insertion type so that marker stays after inserted text.
8908 (bibtex-autokey-get-names): Return empty string if name is missing.
8909 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
8910 calling bibtex-autokey-name-case-convert.
8911 (bibtex-autokey-demangle-title):
8912 Call bibtex-autokey-titleword-case-convert. Remove call to
8913 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
8914 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
8915 (bibtex-read-key): New optional arg global.
8916 (bibtex-files-expand): New optional arg force.
8917 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
8918 (bibtex-complete-crossref-cleanup): Rename from
8919 bibtex-complete-key-cleanup. Simplify code.
8920 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
8921 Operate on current entry.
8922 (bibtex-button): Add docstring.
8923 (bibtex-entry): Simplify.
8924 (bibtex-make-field): Replace optional arg called-by-yank with more
8925 specific args move and interactive.
8926 (bibtex-end-of-entry): Use forward-sexp.
8927 (bibtex-find-entry-globally): Remove.
8928 (bibtex-find-crossref): Allow for crossref key located in other buffer.
8929 Bound to C-c C-x.
8930 (bibtex-find-entry): New optional args global and display.
8931 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
8932 (bibtex-validate): Use arg force of bibtex-files-expand.
8933 (bibtex-clean-entry): Bugfix, clean string entries properly.
8934 Always keep point at beginning of entry.
8935 (bibtex-complete): Bugfix. Handle string entries properly.
8936 Call cleanup functions only if needed.
8937 (bibtex-String): Use bibtex-read-string-key.
8938 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
8939 case of replacement text.
8940
c82c5727
LH
89412004-11-26 Lars Hansen <larsh@math.ku.dk>
8942
02c8032e 8943 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
c82c5727
LH
8944 (tramp-perl-directory-files-and-attributes): New constant.
8945 (tramp-file-name-handler-alist): Delete file-directory-files, add
8946 directory-files-and-attributes.
8947 (tramp-perl-file-attributes): Surround uid and gid by double
52eb0373 8948 quotes. Change parameter id-format from nonnumeric.
c82c5727
LH
8949 (tramp-convert-file-attributes): New function.
8950 (tramp-handle-file-attributes): Use it.
8951 (tramp-maybe-send-perl-script): New function.
52eb0373
JB
8952 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
8953 file mode. Change parameter id-format from nonnumeric.
c82c5727
LH
8954 (tramp-handle-file-attributes-with-ls): Change parameter id-format
8955 from nonnumeric.
8956 (tramp-post-connection): Don't send tramp-perl-file-attributes
52eb0373 8957 script. Reset connection property "perl-scripts".
c82c5727
LH
8958 (tramp-handle-insert-directory): Run real handler when ls-lisp is
8959 in use.
8960
48aa4dfc
LH
89612004-11-26 Lars Hansen <larsh@math.ku.dk>
8962
8963 * desktop.el (desktop-read): Replace mapcar with mapc.
02c8032e
SM
8964 (desktop-create-buffer): Replace mapcar with mapc.
8965 Remove redundant piece of code.
48aa4dfc 8966
fb130b2d
NR
89672004-11-27 Nick Roberts <nickrob@snap.net.nz>
8968
8969 * progmodes/gud.el (gud-display-line): Use display-buffer
8970 for GDB-UI as for GUD.
8971
8972 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
8973 Delete variables.
8974 (gdb-ann3): Don't make GUD buffer dedicated.
02c8032e 8975 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
fb130b2d
NR
8976 (gdb-display-source-buffer): Delete function.
8977 (gdb-view-source-function, gdb-view-assembler): Delete functions.
8978 (menu): Delete menu bindings for viewing source/assembler.
8979 (gdb-setup-windows, gdb-restore-windows):
52eb0373 8980 Don't dedicate GUD. No assembler now.
fb130b2d
NR
8981 (gdb-reset): No need to undedicate source buffers now.
8982 (gdb-source-info): No assembler now.
8983
4d4f2edf
NR
89842004-11-26 Nick Roberts <nickrob@snap.net.nz>
8985
8986 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
8987 width to those for special frames.
8988 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
8989 Use display-buffer.
8990 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
8991 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8992 (gdb-frame-assembler-buffer): Rework like
8993 gdb-frame-breakpoints-buffer.
8994
5ffc01b6
RS
89952004-11-25 Richard M. Stallman <rms@gnu.org>
8996
8997 * progmodes/flymake.el: Reindent.
8998 (flymake-split-string): Turn into defalias.
02c8032e 8999 (flymake-fix-file-name): Rename from flymake-fix-path-name.
5ffc01b6 9000 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
02c8032e
SM
9001 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
9002 (flymake-build-relative-filename): Rename from ...path.
5ffc01b6
RS
9003 Fix error message.
9004
90052004-11-25 Cheng Gao <chenggao@gmail.com>
9006
9007 * progmodes/flymake.el: Much whitespace and capitalization change.
9008 Move `provide' to end. Require `compile' only when compiling.
9009
b67b1f0b
JB
90102004-11-24 Jay Belanger <belanger@truman.edu>
9011
9012 * calc/calc-alg.el: Added comment.
9013 (math-polynomial-base): Replace variable mpb-top-expr by
9014 math-poly-base-top-expr.
9015
9016 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
9017 (math-polynomial-p1): Replace variable mpb-top-expr by declared
9018 variable.
9019 (math-poly-base-total-base): New variable.
9020 (math-total-polynomial-base, math-polynomial-p1): Replace variable
9021 mpb-total-base by declared variable.
9022 (math-factored-vars, math-to-list): Declare it.
9023 (math-fact-expr): New variable.
9024 (calcFunc-factors, calcFunc-factor, math-factor-expr)
9025 (math-factor-expr-try, math-factor-expr-part): Replace variable
9026 expr by declared variable.
9027 (math-fet-x): New variable.
9028 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
9029 by declared variable.
9030 (math-factor-poly-coefs): Make temp a local variable.
9031
9032 * calc/calc-units.el (calc-convert-units): Make units a local
9033 variable.
9034 (calc-num-units, calc-den-units): New variables.
9035 (calc-explain-units, calc-explain-units-rec): Replace variables
9036 num-units and den-units by declared variables.
9037 (math-cu-unit-list): New variable.
9038 (math-build-units-table, math-compare-unit-names)
9039 (math-convert-units, math-convert-units-rec): Replace variable
9040 unit-list by declared variable.
9041 (math-fbu-base, math-fbu-entry): New variables.
9042 (math-find-base-units, math-find-base-units-rec): Replace variables
9043 base and entry by declared variables.
9044 (math-which-standard): New variable.
9045 (math-to-standard-units, math-to-standard-rec): Replace variable
9046 which-standard by declared variable.
9047 (math-fcu-u): New variable.
9048 (math-find-compatible-unit, math-find-compatible-unit-rec):
9049 Replace variable u by declared variable.
9050 (math-cu-new-units, math-cu-pure): New variables.
9051 (math-convert-units, math-convert-units-rec): Replace variables
9052 new-units and pure by declared variables.
9053 (math-try-cancel-units): New variable.
9054 (math-simplify-units-quotient): Replace variable try-cancel-units by
9055 declared variable.
9056
261b01c6
RS
90572004-11-24 Richard M. Stallman <rms@gnu.org>
9058
9059 * textmodes/ispell.el (ispell-check-version):
9060 If default-directory is nonexistent, use home dir.
9061
9062 * progmodes/grep.el (grep-regexp-alist):
9063 Don't match parens around line numbers.
9064
9065 * progmodes/cperl-mode.el (cperl-indent-region)
7707da3c 9066 (cperl-imenu--create-perl-index, cperl-xsub-scan):
261b01c6
RS
9067 Don't print progress messages.
9068
9069 * progmodes/compile.el (compilation-mode-map):
9070 Don't inherit from compilation-minor-mode-map;
9071 copy its bindings instead. But the menu bar Compile
9072 entry now does inherit from compilation-menu-map.
9073
9074 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9075 Use with-no-warnings around compiler-macroexpand.
9076
9077 * imenu.el: Don't always require newcomment.
9078 (imenu--generic-function): Call comment-normalize-vars
9079 if we have a comment syntax.
9080 Exit the loop if REGEXP matches the null string.
9081 Test comment-start as well as comment-start-skip
9082 when deciding whether to check for comments.
9083
9084 * tooltip.el (tooltip-mode): Doc fix.
9085
9086 * term.el (term-escape-char, term-mode): Doc fixes.
9087
90882004-11-24 Dave Love <fx@gnu.org>
9089
9090 * progmodes/python.el (python-font-lock-syntactic-keywords):
9091 Check for escapes in the regexp.
9092 (python-quote-syntax): Don't do it here.
9093
2c212859 90942004-11-24 Nick Roberts <nickrob@snap.net.nz>
29b5fa7e
NR
9095
9096 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
9097 (gdb-frames-mode-map, gdb-threads-mode-map)
9098 (gdb-registers-mode-map, gdb-locals-mode-map)
9099 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
7707da3c 9100 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
29b5fa7e 9101
7707da3c 9102 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
29b5fa7e
NR
9103 (dedicated-switch-to-buffer): Rework.
9104 (gdb-var-evaluate-expression-handler, gdb-put-string):
9105 Remove unused variable bindings.
9106 (gdb-setup-windows, gdb-display-buffer):
52eb0373 9107 Simplify. Use pop-to-buffer.
29b5fa7e
NR
9108 (gdb-view-source-function): Simplify.
9109 (gdb-frame-breakpoints-buffer):
9110 Use pop-to-buffer, special-display-regexps.
9111
2c212859 91122004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
f607ff4b
GM
9113
9114 * progmodes/f90.el (f90-smart-end)
9115 (f90-previous-statement, f90-beginning-of-block): Doc fix.
9116 (f90-calculate-indent): Handle un-named PROGRAM blocks.
9117 (f90-end-of-block): Doc fix. Make check of outermost block
9118 conditional on value of `f90-smart-end'.
9119 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
9120 Handle case where END-BLOCK is nil.
9121 (f90-match-end): Handle un-named PROGRAM blocks.
9122 (f90-backslash-not-special): New function.
9123
25cad79b
JB
91242004-11-24 Jay Belanger <belanger@truman.edu>
9125
7a96b50d
JB
9126 * calc/calc.el (calc-embedded-active): Removed unnecessary
9127 declaration.
9128 (calc-show-banner): Removed redundant declaration.
9129
9130 * calc/calc-graph.el (calc-gnuplot-default-device)
9131 (calc-gnuplot-default-output, calc-gnuplot-print-device)
9132 (calc-gnuplot-print-output, calc-gnuplot-geometry)
9133 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
9134 Remove redundant initial values.
9135
9136 * calc/calc-arith.el (math-scalar-functions)
9137 (math-nonscalar-functions, math-scalar-if-args-functions)
9138 (math-real-functions, math-positive-functions)
9139 (math-nonnegative-functions, math-real-scalar-functions)
9140 (math-real-if-arg-functions, math-integer-functions)
9141 (math-num-integer-functions, math-rounding-functions)
9142 (math-float-rounding-functions, math-integer-if-args-functions)
9143 (math-super-types): Move declarations to earlier in file.
9144 (math-unit-prefixes): Declared it.
9145 (math-floor-prec, math-trunc-prec): New variables.
9146 (math-trunc-fancy): Replace variable prec by declared variable.
9147 (math-floor-fancy): Replace variable prec by declared variable.
9148 (math-com-bterms): New variable.
9149 (math-commutative-equal, math-commutative-collect):
9150 Replace variable bterms by declared variable.
9151
9152 * calc/calc-misc.el (math-trunc): Replace variable prec by
9153 math-trunc-prec.
9154 (math-floor): Replace variable prec by math-floor-prec.
9155
25cad79b
JB
9156 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
9157 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
9158 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
9159 (math-format-date, math-format-date-part): Replace variables
9160 date, dt, year, month, day, weekday, hour, minute, second and
9161 bc-flag by declared variables.
9162 (math-pd-str): New variable.
9163 (math-parse-date, math-parse-date-word, math-parse-standard-date):
9164 Replace variable str by declared variable.
9165 (math-daylight-savings-hook, math-tzone-names): Move definitions
9166 to earlier in the file.
9167 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
9168 (math-sh-year): New variable.
9169 (math-setup-add-holidays, math-setup-holidays)
1b436112 9170 (math-setup-year-holidays): Replace variable `year' by declared
25cad79b
JB
9171 variable.
9172
9173 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
9174 New variables.
9175 (math-nth-root-float, math-nth-root-float-iter): Replace variables
9176 n, nf and nfm1 by declared variables.
9177 (math-nri-n): New variable.
1b436112
JB
9178 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
9179 n by declared variable.
25cad79b
JB
9180 (calcFunc-log): Removed misplaced condition.
9181
0e7acedf
SM
91822004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
9183
9184 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
9185
1919c2cd
NR
91862004-11-24 Nick Roberts <nickrob@snap.net.nz>
9187
9188 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
0e7acedf
SM
9189 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
9190 Dedicate gdb-related windows.
52eb0373
JB
9191 (gdb-display-buffer): Dedicate gdb-related windows.
9192 Don't grab other frames.
1919c2cd
NR
9193 (gdb-reset): Remove dedicated property after debugging.
9194
19f26a89 91952004-11-24 Jay Belanger <belanger@truman.edu>
0d0b3b81
JB
9196
9197 * calc/calc-sel.el: Add comment.
9198
9199 * calc/calc.el (math-stack-value-offset): Replace variables c,
9200 wid and off with math-svo-c, math-svo-wid and math-svo-off.
9201
9202 * calc/calccomp.el (math-comp-sel-tag): Declare it.
0d0b3b81
JB
9203 (math-svo-c, math-svo-wid, math-svo-off): New variables.
9204 (math-stack-value-offset-fancy): Replace variables c, wid and off
9205 by declared variables.
0d0b3b81 9206 (math-comp-just, math-comp-comma-spc): New variables.
1b436112
JB
9207 (math-compose-expr, math-compose-matrix): Replace variables `just'
9208 and comma-spc by declared variable.
0d0b3b81
JB
9209 (math-comp-vector-prec): New variable.
9210 (math-compose-expr, math-compose-matrix, math-compose-rows):
9211 Replace variable vector-prec by declared variable.
0d0b3b81
JB
9212 (math-comp-left-bracket, math-comp-right-bracket)
9213 (math-comp-comma): New variables.
9214 (math-compose-expr, math-compose-rows): Replace variables
9215 left-bracket, right-bracket and comma by declared variables.
0d0b3b81
JB
9216 (math-comp-full-width): New variable.
9217 (math-comp-to-string-flat, math-comp-to-string-flat-term):
9218 Replace variable full-width by declared variable.
0d0b3b81
JB
9219 (math-comp-highlight, math-comp-word, math-comp-level)
9220 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
9221 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
9222 New variables.
9223 (math-comp-to-string-flat, math-comp-to-string-flat-term)
9224 (math-comp-sel-flat-term): Replace variables comp-highlight,
9225 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
9226 declared variables.
9227 (math-comp-simplify, math-comp-simplify-term)
9228 (math-comp-add-string, math-comp-add-string-sel):
9229 Replace variables comp-highlight, comp-buf, comp-base,
0e7acedf 9230 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
0d0b3b81 9231
6f8a2742
JD
92322004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9233
0e7acedf 9234 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
c5c56f46 9235
6f8a2742
JD
9236 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
9237 and x-server-version may throw.
9238
14ed2ad6
KS
92392004-11-23 Kim F. Storm <storm@cua.dk>
9240
0e7acedf
SM
9241 * subr.el (substitute-key-definition-key): Optimize.
9242 Don't call indirect-function for nil defn (always signals error).
92c8c0ce 9243
14ed2ad6
KS
9244 * ido.el (ido-read-internal): Fix require-match check when
9245 ido-directory-too-big is set.
9246
298a667c
JB
92472004-11-23 Jay Belanger <belanger@truman.edu>
9248
9249 * calc/calc-ext.el (math-read-replacement-list)
9250 (math-read-superscripts): New variables.
9251 (math-read-preprocess-string): New function.
0e7acedf 9252 (math-read-expr): Filter input through math-read-preprocess-string.
298a667c
JB
9253
9254 * calc/calc-aent.el (math-read-exprs): Filter input through
9255 math-read-preprocess-string.
9256
8fc464b6
DP
92572004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
9258
9259 * progmodes/compile.el (compilation-start): In cd command use
9260 substitute-env-vars -- not quite shell compatible but better than
9261 nothing.
9262 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
9263 handle the newer versions messages, which are more parseable.
9264
ea78522d
SM
92652004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9266
9267 * reveal.el (reveal-mode-map): New var.
9268 (reveal-mode): Use it.
9269
47924ad5
NR
92702004-11-23 Nick Roberts <nickrob@snap.net.nz>
9271
9272 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
9273 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
9274
49561cf6
SM
92752004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9276
9277 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
9278 header-line when needed.
9279 Use fixed-pitch only in the header-line.
9280 Build the underline automatically. Use emdash if available.
9281
1668b456
RS
92822004-11-22 Richard M. Stallman <rms@gnu.org>
9283
49561cf6
SM
9284 * dired.el (dired-recursive-copies): Move from dired-aux.el.
9285 * dired-aux.el (dired-recursive-copies): Move to dired.el.
1668b456 9286
771aad8e
NR
92872004-11-22 Nick Roberts <nickrob@snap.net.nz>
9288
9289 * progmodes/gdb-ui.el (gdb-resync): New function.
9290 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
77c99c7f 9291 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
771aad8e
NR
9292 Use it to fail more gracefully.
9293 (gdb-variables): Delete variable.
9294 Re-order variables to reduce byte-compiler warnings.
9295
d8ac3d27
SM
92962004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9297
9298 * descr-text.el (describe-char):
9299 * paren.el (show-paren-function):
9300 * subr.el (syntax-after): Undo last change.
9301
9302 * progmodes/python.el (run-python): Don't hard code *Python*.
9303 Don't modify global process-environment.
9304 (python-send-region, python-load-file): Don't assume that
9305 python-buffer == (process-buffer (python-proc)).
9306 (python-switch-to-python): Simplify.
9307
9308 * dired.el (dired-align-file): Don't assume line starts with spaces.
9309
8dd989f6
JB
93102004-11-21 Jay Belanger <belanger@truman.edu>
9311
9312 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
9313 Replace variable `lines' by math-read-big-lines.
9314 (math-read-big-expr): Replace variables the-baseline, the-h2
9315 and err-msg by math-read-big-baseline, math-read-big-h2 and
9316 math-read-err-msg.
9317 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
9318
9319 * calc/calc-lang.el (math-read-big-rec): Fix typo.
8dd989f6 9320 (math-read-big-balance): Replace unbound variable by value.
8dd989f6
JB
9321 (math-read-big-lines): New variable.
9322 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9323 (math-read-big-error, math-read-big-balance): Replace variable
9324 `lines' by declared variable.
8dd989f6
JB
9325 (math-read-big-baseline, math-read-big-h2): New variables.
9326 (math-read-big-rec): Replace variables the-baseline and the-h2
9327 by declared variables.
8dd989f6
JB
9328 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
9329 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9330 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
9331 declared variables.
8dd989f6
JB
9332 (math-read-big-err-msg): New variable.
9333 (math-read-big-error): Replace variable err-msg by declared variable.
9334
58cf70d3
SM
93352004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9336
9337 * ses.el: Add coding cookie.
9338 Fix up docstrings, follow new commenting conventions.
9339 (ses-header-line-menu): Fix missing variable rename for header-row.
9340 (ses-cell-size): Remove.
9341 (ses-make-cell): New function.
9342 (ses-cell, ses-insert-row, ses-insert-column): Use it.
9343 (ses-calculate-cell): Remove unused var `symbol'.
9344 (ses-narrowed-p): New function.
9345 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
9346 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
9347 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
9348 (ses-setup): Use restore-buffer-modified-p.
9349 (ses-cleanup): Remove unused var `end'.
9350 (ses-header-string-left-offset): Remove.
9351 (ses-create-header-string): Adjust to new behavior of `align-to'.
9352 Truncate excessively large fields to preserve alignment.
9353 (ses-reconstruct-all): Remove unused var `refs'.
9354 (ses-read-cell-printer): Remove unused var `prompt'.
9355 (ses-delete-row): Remove unused var `pos'.
9356 (ses-delete-column): Remove unused var `new'.
9357
b6d0ac87
VJL
93582004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9359
9360 * ps-print.el: Insert :version tag into all defgroup and defcustom.
9361 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9362 Eliminate eval-and-compile usage.
9363 (ps-insert-file): Use insert-file-contents instead of insert-file.
c033ddef 9364 (ps-setup): Code fix.
b6d0ac87 9365
83aebfe6
VJL
9366 * printing.el (pr-setup, lpr-setup): Code fix.
9367
802efb40
JB
93682004-11-21 Jay Belanger <belanger@truman.edu>
9369
9370 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
9371 (calc-original-buffer): Declare them.
802efb40
JB
9372 (calc-user-formula-alist): New variable.
9373 (calc-user-define-formula, calc-fix-user-formula)
9374 (calc-user-define-composition, calc-finish-formula-edit):
9375 Replace variable `alist' by declared variable.
802efb40
JB
9376 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
9377 (var-q7, var-q7, var-q8, var-q9): Declare them.
9378 (calc-kbd-push): Don't check to see if var-q0 through var-q9
9379 are bound.
802efb40 9380 (calcFunc-typeof): Replace undeclared variable by expression.
802efb40 9381 (math-exp-env): New variable.
58cf70d3 9382 (math-define-body, math-define-exp): Replace exp-env by declared var.
802efb40
JB
9383 (math-define-exp): Replace misplaced variable by expression.
9384
9385 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
9386 (calc-curve-model, calc-curve-coefnames): New variables.
9387 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
9388 varnames, model and coefnames by declared variables.
802efb40
JB
9389 (math-root-widen): New variable.
9390 (math-search-root, math-find-root): Replace variable root-widen by
9391 declared variable.
802efb40
JB
9392 (var-DUMMY): Declare it.
9393 (math-root-vars, math-min-vars): Move the declarations to earlier in
9394 the file.
802efb40 9395 (math-brent-min): Make d a local variable.
802efb40 9396 (math-find-minimum): Replace non-existent variable.
802efb40 9397 (math-ninteg-romberg): Remove unnecessary variable.
802efb40
JB
9398 (math-ninteg-temp): New variable.
9399 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
9400 integ-temp by declared variable.
802efb40
JB
9401 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
9402 New variables.
9403 (math-general-fit): Replace variables first-var, first-coef and
9404 new-coefs by declared variables.
9405 (calcFunc-fitvar): Replace variable first-var by declared variable.
9406 (calcFunc-fitparam): Replace variable first-coef by declared variable.
9407 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
802efb40
JB
9408 (math-all-vars-vars, math-all-vars-found): New variables.
9409 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
9410 found by declared variable math-all-vars-vars.
9411
8e528e73
LT
94122004-11-20 Luc Teirlinck <teirllm@auburn.edu>
9413
9414 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
9415 of `defconst'.
9416
dedbac89
RS
94172004-11-20 Richard M. Stallman <rms@gnu.org>
9418
1668b456
RS
9419 * isearch.el (isearch-mode-map): Don't bind SPC.
9420 (isearch-whitespace-chars): Function deleted.
9421 (isearch-search): Bind search-spaces-regexp.
9422 (isearch-lazy-highlight-search): Likewise.
9423 (search-whitespace-regexp): Doc fix.
9424 (isearch-forward-regexp): Doc fix.
9425
fd6866c8
RS
9426 * emacs-lisp/bytecomp.el (byte-compile-form):
9427 Move the calls to byte-compile-set-symbol-position,
9428 to avoid having two for the same symbol occurrence.
9429
9961365e
RS
9430 * comint.el (comint-input-ring-size): Increase to 150.
9431
8e528e73 9432 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
b27ce24f
RS
9433 New variables.
9434 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
9435 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
9436
58b00d47
RS
9437 * imenu.el (imenu--generic-function):
9438 Ensure we keep moving backward even if BEG isn't further back.
9439
8e528e73 9440 * replace.el (query-replace-read-to, query-replace-read-from):
58b00d47
RS
9441 Specify t for KEEP-ALL in read-from-minibuffer.
9442
9443 * progmodes/python.el (python-switch-to-python):
9444 If Python isn't running, start it.
9445 Don't alter debug-ignored-errors.
9446
9447 * progmodes/cperl-mode.el (cperl-indent-region):
9448 Don't mind imenu-scanning-message.
9449
9450 * bindings.el (global-map): Bind C-e to move-end-of-line.
9451
9452 * simple.el (line-move-finish): New arg FORWARD.
9453 Ignore invisible newlines, not intangible ones.
9454 Conditions for acceptable stopping positions depend on FORWARD.
9455 (line-move): Pass FORWARD arg to line-move-finish.
9456
6d3bce2b
RS
9457 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
9458 of HEADER. Compensate for this change in the code to add display
9459 properties. Don't make the first line intangible.
9460
dedbac89
RS
9461 * info.el (Info-search): Fix previous change.
9462
2f672bb5
TTN
94632004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9464
9465 * Makefile.in (recompile): Revert 2004-11-19 change.
9466 (compile): Likewise.
9467
18cb59e8
LT
94682004-11-19 Luc Teirlinck <teirllm@auburn.edu>
9469
9470 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
9471
b11b1870
VJL
94722004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9473
ad96a7ef 9474 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
99439846 9475 defgroup and defcustom. Eliminate eval-and-compile usage.
ad96a7ef
VJL
9476
9477 * progmodes/ebnf-otz.el: Fix typos.
b11b1870 9478
c85b0022
JB
94792004-11-19 Jay Belanger <belanger@truman.edu>
9480
0434d288
JB
9481 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
9482 (calc-edit-finish, calc-finish-stack-edit): Replace variable
9483 disp-trail by declared variable.
9484
9485 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
fe38e3b0 9486 (calc-finish-selection-edit): Replace variable disp-trail by
0434d288 9487 declared variable.
58cf70d3 9488 (calc-selection-cache-entry): Move declaration to earlier in the file.
0434d288
JB
9489 (calc-selection-cache-num, calc-selection-cache-comp)
9490 (calc-selection-cache-offset, calc-selection-true-num)
9491 (calc-final-point-line, calc-final-point-column)
9492 (calc-original-buffer): Declare them.
0434d288
JB
9493 (calc-fnp-op, calc-fnp-num): New variables.
9494 (calc-find-nth-part, calc-find-nth-part-rec)
58cf70d3 9495 (calc-select-previous): Replace op and num by declared variables.
0434d288
JB
9496 (calc-rsf-old, calc-rsf-new): New variables.
9497 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
9498 Replace variables old and new by declared variables.
0434d288
JB
9499 (calc-sel-reselect): New variable.
9500 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
9501 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
fe38e3b0 9502 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
0434d288
JB
9503 reselect with declared variable.
9504
c85b0022
JB
9505 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
9506 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
9507 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
9508 (math-import-list, math-rewrite-phase): Declare them.
fe38e3b0 9509 (math-rewrite): Use let* to declare variables.
c85b0022 9510 (calc-rewrite-selection): Make rules a local variable.
c85b0022
JB
9511 (calc-rewr-sel): New variable.
9512 (calc-rewrite-selection, calc-locate-selection-marker)
9513 (calc-rewrite): Use the declared variable calc-rewr-sel instead
9514 of sel.
c85b0022
JB
9515 (math-rewrite-whole-expr): New variable.
9516 (math-rewrite, math-rewrite-phase): Replace variable expr by
9517 declared variable.
c85b0022
JB
9518 (math-rewrite-heads-heads, math-rewrite-heads-skips)
9519 (math-rewrite-heads-blanks ): New variables.
9520 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
9521 heads, skips and blanks by declared variables.
c85b0022
JB
9522 (math-rwcomp-subst-old, math-rwcomp-subst-new)
9523 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
9524 New variables.
9525 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
9526 old, new, old-func and new-func by declared variables.
c85b0022
JB
9527 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
9528 Remove unnecessary variable.
c85b0022
JB
9529 (math-apply-rw-regs): New variable.
9530 (math-apply-rewrites, math-rwapply-replace-regs)
58cf70d3 9531 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
c85b0022
JB
9532 (math-apply-rw-ruleset): New variable.
9533 (math-apply-rewrites, math-rwapply-remember): Replace variable
9534 ruleset by declared variable.
9535
6de891db
RS
95362004-11-19 Richard M. Stallman <rms@gnu.org>
9537
9538 * info.el (Info-search): Use search-whitespace-regexp.
9539
e1c1c5a7
TTN
95402004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9541
9542 * vc-rcs.el (vc-rcs-parse): New function.
9543 (vc-rcs-annotate-command): Likewise.
9544 (vc-rcs-annotate-current-time): Likewise.
9545 (vc-rcs-annotate-time): Likewise.
9546 (vc-rcs-annotate-extract-revision-at-line): Likewise.
9547
087b413d
TTN
95482004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9549
9550 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
9551
c456ee78
JB
95522004-11-18 Jay Belanger <belanger@truman.edu>
9553
58cf70d3 9554 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
c456ee78 9555
9f7a9918
VJL
95562004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9557
9558 * printing.el: Eliminate use of interactive-p and eval-and-compile.
9559 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9560 Use make-temp-file to generate PostScript files in any situation.
9561 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
7573a5af
SM
9562 (pr-interactive-p): Eliminate var.
9563 (pr-save-interactive): Eliminate macro.
9f7a9918
VJL
9564 (pr-interface, pr-ps-directory-preview)
9565 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9566 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9567 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9568 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9569 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9570 (pr-ps-region-ps-print, pr-ps-mode-preview)
9571 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9572 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9573 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
9574 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9575 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9576 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9577 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9578 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9579 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9580 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9581 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9582 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
9583 Eliminate pr-save-interactive usage.
7573a5af
SM
9584 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
9585 Eliminate pr-interactive-p usage.
9f7a9918
VJL
9586 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
9587 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
9588 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
9589 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
9590 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
9591 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
7573a5af
SM
9592 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
9593 New funs.
9f7a9918
VJL
9594 (pr-ps-file): Use make-temp-file to generate a temporary file.
9595
00a789bd 95962004-11-17 Jay Belanger <belanger@truman.edu>
00a789bd 9597
6abf3a27
SM
9598 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
9599 a local variable.
6abf3a27 9600 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
6abf3a27
SM
9601 (math-top-only): New variable.
9602 (math-simplify, math-simplify-step): Replace variable top-only by
00a789bd 9603 declared variable math-top-only.
6abf3a27 9604 (math-simplify-expr): Declare it.
77c99c7f 9605 Replace argument expr in all calls of math-defsimplify by
087b413d 9606 math-simplify-expr.
00a789bd
JB
9607 (math-simplify-plus, math-simplify-times, math-simplify-divide)
9608 (math-simplify-divisor, math-simplify-one-divisor)
9609 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
6abf3a27 9610 (math-simplify-pow): Replace variable expr by declared variable
00a789bd 9611 math-simplify-expr.
6abf3a27
SM
9612 (math-simplify-divisor): Remove local variables temp and op.
9613 (math-simplify-one-divisor): Make temp and op local variables.
6abf3a27
SM
9614 (math-simplify-divisor-nover, math-simplify-divisor-dover):
9615 New variables.
9616 (math-simplify-divisor, math-simplify-one-divisor):
9617 Replace variables nover and dover by declared variables.
6abf3a27
SM
9618 (math-expr-subst-new, math-expr-subst-old): New variables.
9619 (math-expr-subst, math-expr-subst-rec): Replace variables new
00a789bd 9620 and old by declared variables.
6abf3a27
SM
9621 (math-is-poly-degree, math-is-poly-loose): New variables.
9622 (math-is-polynomial, math-is-poly-rec): Replace variables degree
00a789bd 9623 and loose by declared variables.
00a789bd 9624 (math-poly-base-const-ok, math-poly-base-pred): New variables.
6abf3a27
SM
9625 (math-polynomial-base, math-polynomial-base-rec):
9626 Replace variables const-ok and mpb-pred by declared variables.
00a789bd 9627
6abf3a27 9628 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
00a789bd 9629
6abf3a27
SM
9630 * calc/calc-ext.el (math-defsimplify): Change the argument in
9631 the created function to math-simplify-expr.
00a789bd 9632
6abf3a27
SM
9633 * calc/calc-units.el (math-simplify-expr): Declare it.
9634 Replace argument expr in all calls of math-defsimplify by
087b413d 9635 math-simplify-expr.
6abf3a27 9636 (math-simplify-units-prod): Replace variable expr by declared
00a789bd
JB
9637 variable math-simplify-expr.
9638
6abf3a27
SM
96392004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9640
9641 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
9642 Replace mapcar->dolist, format->string.
9643
c10de401
MB
96442004-11-17 Miles Bader <miles@gnu.org>
9645
9646 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
9647 * progmodes/idlwave.el: Remove RCS keywords.
2da3fbb1
MB
9648
96492004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
9650
9651 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
9652 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
77c99c7f 9653 Update to IDLWAVE version 5.5. Too many changes to list them here.
2da3fbb1
MB
9654 * progmodes/idlw-help.el: New file.
9655
ee31cd78
RS
96562004-11-16 Richard M. Stallman <rms@gnu.org>
9657
9658 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9659 Discard spaces after \i according to TeX rules.
9660
6abf3a27 9661 * international/mule.el (set-buffer-file-coding-system):
ee31cd78
RS
9662 New arg NOMODIFY.
9663 (after-insert-file-set-coding): Pass that new arg.
9664 Prevent set-buffer-multibyte from trying to lock the file.
9665
9666 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
9667
9668 * saveplace.el (save-place): Doc fix.
9669
9670 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
9671 temporarily widen before finding the following word to copy.
9672
9673 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
9674 (cl-map-keymap): Definition deleted.
9675
9676 * subr.el (map-keymap-internal): New function.
9677
6abf3a27
SM
96782004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9679
9680 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
9681 when pressing rather than when releasing mouse-2. Simplify.
9682
7573a5af
SM
96832004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9684
9685 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
9686 (compilation-mode): Set it here instead.
9687
9688 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
9689
9690 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
9691 (loop, cl-parse-loop-clause, defsetf): Use backquote.
9692
96932004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9694
9695 * progmodes/compile.el (compilation-internal-error-properties):
9696 Fix up a transposition-typo. Check end-col before using it.
9697
ee31cd78
RS
96982004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
9699
6abf3a27 9700 * international/iso-cvt.el (iso-tex2iso-trans-tab):
ee31cd78
RS
9701 Discard whitespace after macro \i when converting it.
9702
b0339ffd
JL
97032004-11-16 Juri Linkov <juri@jurta.org>
9704
9705 * emacs-lisp/find-func.el (find-function-regexp):
9706 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
9707 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
9708 Remove invalid `\W' from [^cgv\W]. Doc fix.
9709 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
9710
ce2bbf6a
LT
97112004-11-15 Luc Teirlinck <teirllm@auburn.edu>
9712
9713 * play/life.el: Maintainer is now FSF.
9714 (life-patterns, life-neighbor-deltas, life-window-start)
9715 (life-current-generation, life-generation-string): Use defvar
9716 instead of defconst.
9717
9c8e6c85
SM
97182004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9719
9720 * progmodes/compile.el (compilation-move-to-column): New fun.
9721 (compilation-internal-error-properties)
9722 (compilation-next-error-function): Use it to make sure we don't go past
9723 the end of line.
9724
fbee29e6
JPW
97252004-11-15 John Paul Wallington <jpw@gnu.org>
9726
9727 * autoinsert.el (auto-insert-alist): Insert the user's name in
9728 copyright notice, rather than Free Software Foundation, for the
9729 Emacs Lisp header case too.
9730
14b84c94
VJL
97312004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9732
9733 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
9734 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9735 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
9736 return the list of string in a string.
9737 (pr-call-process): Message if calling process returns an error, that
9738 is, the exit status is different of zero.
9739
46a73156
JB
97402004-11-15 Jay Belanger <belanger@truman.edu>
9741
fe38e3b0 9742 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
9c8e6c85 9743 variable var-thing.
9c8e6c85 9744 (math-integ-depth, math-integ-level, math-integral-limit)
46a73156
JB
9745 (math-enable-subst, math-any-substs, math-integ-msg)
9746 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
9747 (math-int-threshold, math-int-factors, math-double-roots)
9748 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
fe38e3b0
JB
9749 (var-GenCount): Declare these variables.
9750 (calcFunc-integ): Don't check if var-IntegLimit is bound.
9c8e6c85
SM
9751 (math-integral-cache, math-integral-cache-state):
9752 Move declarations to earlier in the file.
46a73156
JB
9753 (math-deriv-var, math-deriv-total, math-deriv-symb)
9754 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
9755 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
9756 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
9757 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
fe38e3b0 9758 (math-solve-res): New variables
46a73156
JB
9759 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
9760 (math-integral, math-replace-integral-parts)
9761 (math-integrate-by-parts, calc-dump-integral-cache)
9762 (math-try-integral, math-do-integral, math-do-integral)
9c8e6c85 9763 (math-do-integral-methods, math-try-solve-for)
46a73156
JB
9764 (math-try-solve-prod, math-solve-poly-funny-powers)
9765 (math-solve-crunch-poly, math-decompose-poly)
9766 (math-solve-find-root-term, math-find-root-in-prod)
9767 (math-integ-try-linear-substitutions)
9768 (math-integ-try-substitutions, math-expr-rational-in)
9c8e6c85 9769 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
46a73156
JB
9770 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
9771 (math-solve-for, math-solve-system, math-solve-system-rec)
9772 (math-solve-get-sign, math-solve-get-int)
9773 (math-solve-system-subst): Replace undeclared variables with newly
9774 declared variables.
9775
7573a5af
SM
97762004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9777
9778 * winner.el (winner-active-region, winner-edges, winner-window-list):
9779 Define at toplevel.
9780 (winner-mode-map): Move init inside declaration.
9781
87589a70
LT
97822004-11-14 Luc Teirlinck <teirllm@auburn.edu>
9783
9784 * files.el (convert-standard-filename): Doc fix.
9785
b14f1885
DP
97862004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
9787
9c8e6c85 9788 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
b14f1885
DP
9789 passwd, group, shadow, default/* and pam.d/*.
9790
bf490c7b
VJL
97912004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9792
9793 * printing.el (pr-menu-spec): Adjust menu specification.
9794
6367b616
VJL
97952004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9796
9797 * printing.el: Doc fix. Insert :version tag into all defcustom.
572f248f
SM
9798 Handle interactive-p as is recommended in Emacs Lisp Reference.
9799 Set the file permission bits for newly created files.
9800 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9801 The printing menu specification (in `pr-menu-spec') was merged.
9802 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6367b616
VJL
9803 (pr-version): New version number (6.8.3).
9804 (pr-file-modes): New option.
9805 (pr-interactive-p): New var.
9806 (pr-save-interactive, pr-save-file-modes): New macros.
9807 (pr-setup): Code fix.
9808 (pr-menu-spec): Menu specification merged.
9809 (pr-call-process, pr-text2ps): Set file permission bits.
9810 (pr-despool-print): Set file permission bits. Handle interactive-p as
9811 is recommended.
9812 (pr-interface, pr-ps-directory-preview)
9813 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9814 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9815 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9816 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9817 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9818 (pr-ps-region-ps-print, pr-ps-mode-preview)
9819 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9820 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9821 (pr-despool-using-ghostscript, pr-despool-ps-print)
9822 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9823 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9824 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9825 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9826 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9827 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9828 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9829 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9830 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
9831 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
9832 Handle interactive-p as is recommended.
9833
572f248f
SM
98342004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9835
9836 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
9837 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
9838
9839 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
9840 so it doesn't forget to highlight the beginning of the region either.
9841
955afc13
DP
98422004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
9843
9844 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
9845 (c-font-lock-init): Eliminate obsolete make-local-hook.
9846 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9847 (awk-mode): Use run-mode-hooks.
9848
9849 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
9850
5596fbf1
KS
98512004-11-13 Kim F. Storm <storm@cua.dk>
9852
9853 * mouse.el (mouse-drag-copy-region): Add :version.
9854 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
9855 while dragging mode line, so mode line can be dragged downwards.
9856 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
9857 while pressing mouse button so window doesn't scroll until we
9858 release the mouse if clicking on partially visible line.
9859
68d1b30d
JB
98602004-11-12 Jay Belanger <belanger@truman.edu>
9861
fe38e3b0
JB
9862 * calc/calc-graph.el (calc-dumb-map): Declare it.
9863 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
8571856b 9864 than unbound.
fe38e3b0
JB
9865 (calc-graph-name): Made `end' a local variable.
9866 (calc-graph-lookup): Made `varname' a local variable.
8571856b
KS
9867 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
9868 Declare them.
fe38e3b0
JB
9869 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
9870 (calc-graph-plot, calc-graph-compute-3d): Remove references to
68d1b30d 9871 the unused variable y3vec.
fe38e3b0
JB
9872 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
9873 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
8571856b 9874 calc-graph-prev-kill-hook.
68d1b30d
JB
9875 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
9876 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
9877 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
9878 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
9879 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
9880 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
9881 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
9882 (calc-graph-y3value, calc-graph-y3name)
9883 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
9884 (calc-graph-stepcount, calc-graph-is-splot)
9885 (calc-graph-surprise-splot, calc-graph-blank)
fe38e3b0 9886 (calc-graph-non-blank, calc-graph-curve-num): New variables.
68d1b30d
JB
9887 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
9888 (calc-graph-recompute-2d, calc-graph-compute-3d)
8571856b
KS
9889 (calc-graph-format-data): Replace undeclared variables with the
9890 above newly declared variables.
68d1b30d 9891
7c7d4075
EZ
98922004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
9893
f431a910
EZ
9894 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
9895 `rsf-beep' and `rsf-sleep-after-message'.
9896
7c7d4075
EZ
9897 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
9898 list if `message-sender' is non-nil.
9899
63cd5734
EZ
99002004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9901
9902 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
9903 consing by using mapc instead of mapcar.
9904
cf66c8aa
NR
99052004-11-12 Nick Roberts <nickrob@snap.net.nz>
9906
9907 * tooltip.el (require): Explain why CL is needed.
9908
e22c7647
VJL
99092004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9910
9911 * printing.el: Insert :version into defgroup (printing). All reference
9912 to Files option in menubar were changed to File.
9913 (pr-version): New version number (6.8.2).
9914 (pr-get-symbol): Call easy-menu-intern.
9915 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
9916 compilation gripes.
9917
977b50fb
SM
99182004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9919
036cf769
SM
9920 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
9921 new byte-compile-function-environment binding to t.
9922
9923 * font-lock.el (font-lock-fontify-syntactically-region):
9924 Don't forget to highlight the last char when we hit `end'.
9925
9926 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
9927 (mwheel-scroll): Adjust accordingly.
9928
9929 * cvs-status.el: Reduce spurious warnings.
9930 (cvs-status-checkout): Remove.
9931 (cvs-status-mode-map): Use cvs-mode-checkout instead.
9932
9933 * pcvs.el (cvs-mode-checkout): New command.
9934
8cece98a
SM
9935 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
9936
9937 * tooltip.el: Require CL.
9938
977b50fb
SM
9939 * emacs-lisp/bytecomp.el: Use push.
9940 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
9941 (defalias): Remove the `byte-compile' property and add
9942 a `byte-hunk-handler'.
9943
be4b3ae8
JL
99442004-11-11 Juri Linkov <juri@jurta.org>
9945
9946 * info.el (Info-search): Save match data for isearch.
9947 Skip Tag Table node.
9948
9949 * descr-text.el (describe-char): Replace syntax-after with code
9950 from its previous version.
9951
9952 * files.el (magic-mode-alist): Use optimization for SGML mode too.
9953 (set-auto-mode): Doc fix. Remove unused variable `xml'.
9954
9955 * international/mule.el (sgml-html-meta-auto-coding-function):
9956 Remove > after <html to allow HTML attributes.
9957
fe1f8500
JB
99582004-11-11 Jay Belanger <belanger@truman.edu>
9959
fe38e3b0 9960 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
8cece98a 9961 a variable.
fe38e3b0
JB
9962 (calcFunc-dfac): Replace unbound max by n.
9963 (math-stirling-local-cache): New variable.
13643b5f 9964 (math-stirling-number, math-stirling-1, math-stirling-2):
8cece98a
SM
9965 Replace the variable `cache' by the declared variable
9966 math-stirling-local-cache.
fe38e3b0
JB
9967 (var-RandSeed): Declare it as a variable.
9968 (math-init-random-base, math-random-digit): Don't check to see if
8cece98a 9969 var-RandSeed is bound.
13643b5f 9970 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
8cece98a 9971 Declare them instead of just setting them.
fe38e3b0
JB
9972 (math-init-random-base): Made i a local variable.
9973 (math-random-digit): Made math-random-last a local variable.
9974 (math-prime-test-cache): Move declaration to before it is used.
13643b5f
JB
9975 (math-prime-test-cache-k, math-prime-test-cache-q)
9976 (math-prime-test-cache-nm1, math-prime-factors-finished):
8cece98a 9977 Declare them as variables.
13643b5f 9978
8cece98a 99792004-11-11 Jay Belanger <belanger@truman.edu>
13643b5f 9980
fe38e3b0 9981 * calc/calc-ext.el (math-defcache): Use defvar for the new
977b50fb 9982 variables it creates.
fe1f8500 9983
af61551b
LH
99842004-11-11 Lars Hansen <larsh@math.ku.dk>
9985
8cece98a
SM
9986 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
9987 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
9988 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
9989 (desktop-save): Add :version.
af61551b 9990
3a502e66
SM
99912004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9992
9993 * printing.el (pr-get-symbol): Don't downcase.
9994
4726a1df 99952004-11-10 Jay Belanger <belanger@truman.edu>
3a502e66 9996
fe38e3b0 9997 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
3a502e66 9998 string to kill-ring.
4726a1df
JB
9999
10000 * calc/calc-aent.el (calc-alg-exp, math-toks)
10001 (math-exp-pos,math-exp-old-pos, math-exp-token)
fe38e3b0 10002 (math-exp-keep-spaces, math-exp-str): New variables.
3a502e66 10003 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
fe38e3b0
JB
10004 (calcAlg-enter): Use declared variable calc-alg-exp.
10005 (math-build-parse-table, math-find-user-token): Use declared
3a502e66 10006 variable math-toks.
4726a1df
JB
10007 (math-read-exprs, math-read-token, calc-check-user-syntax)
10008 (calc-match-user-syntax, match-factor-after, math-read-factor):
10009 Use declared variables math-exp-pos math-exp-old-pos.
10010 (math-read-exprs, math-read-token, math-read-expr-level)
10011 (calc-check-user-syntax, calc-match-user-syntax)
fe38e3b0 10012 (match-factor-after, math-read-factor): Use declared variable
8571856b 10013 math-exp-token.
4726a1df 10014 (math-read-exprs, math-read-expr-list, math-read-token)
fe38e3b0
JB
10015 (math-read-factor): Use declared variable math-exp-keep-spaces.
10016 (math-read-exprs, math-read-token): Use declared variable
4726a1df 10017 math-exp-str.
fe38e3b0 10018 (calc-match-user-syntax): Make m a local variable.
4726a1df 10019
fe38e3b0 10020 * calc/calc-ext.el (math-read-expr): Use declared variables
3a502e66 10021 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
4726a1df
JB
10022 math-exp-keep-spaces.
10023
fe38e3b0 10024 * calc/calc-forms.el (math-read-angle-bracket): Use declared
3a502e66 10025 variables math-exp-pos, math-exp-str.
4726a1df 10026
fe38e3b0 10027 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
8571856b 10028 math-exp-old-pos.
4726a1df 10029 (math-parse-fortran-vector, math-parse-fortran-vector-end)
fe38e3b0 10030 (math-parse-eqn-prime): Use declared variable math-exp-token.
4726a1df
JB
10031
10032 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
3a502e66 10033 Use declared variable math-exp-pos.
fe38e3b0
JB
10034 (math-check-for-commas): Use declared variable math-exp-str.
10035 (math-read-brackets): Use declared variables math-exp-old-pos,
4726a1df 10036 math-exp-keep-spaces.
3a502e66
SM
10037 (math-read-brackets, math-read-vector, math-read-matrix):
10038 Use declared variable math-exp-token.
4726a1df 10039
e9146d5a
SM
100402004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
10041
9c8e6c85
SM
10042 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
10043 where the keymap is a symbol.
10044 (easy-menu-add-item): Use keymap-prompt. Simplify.
10045
32a0479a
SM
10046 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
10047
e9146d5a
SM
10048 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
10049 (sgml-parse-tag-backward): Use it to skip spurious < or >.
10050
86523fac
TTN
100512004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
10052
10053 * ebuff-menu.el: Doc fixes throughout.
10054 (electric-buffer-menu-mode-hook): New defvar.
10055
df388ce6
NR
100562004-11-10 Nick Roberts <nickrob@snap.net.nz>
10057
52eb0373
JB
10058 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
10059 The resulting compiler warnings appear to be harmless.
df388ce6 10060
dd0f1553
DP
100612004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
10062
10063 * textmodes/conf-mode.el: New file.
10064
10065 * files.el (auto-mode-alist, magic-mode-alist): Use it.
10066
e9146d5a
SM
100672004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
10068
10069 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
10070
6d37f0f1
JB
100712004-11-09 Jay Belanger <belanger@truman.edu>
10072
fe38e3b0 10073 * calc/calc-ext.el (calc-init-extensions): Remove old code.
6d37f0f1
JB
10074
10075 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
fe38e3b0
JB
10076 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
10077 (calc-z-prefix-help, calc-user-function-list): Use declared
dd0f1553 10078 variables calc-z-prefix-buf, calc-z-prefix-msgs.
fe38e3b0 10079 (math-map-tree, math-map-tree-rec): Use declared variables
dd0f1553 10080 math-mt-many, math-mt-func.
fe38e3b0 10081 (math-read-expression, math-read-string): Use declared variable
dd0f1553
DP
10082 math-expr-data.
10083
fe38e3b0 10084 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
dd0f1553 10085 variable math-normalize-a.
6d37f0f1 10086
fe38e3b0
JB
10087 * calc/calc.el (math-normalize-a): New variable.
10088 (math-normalize): Use declared variable math-normalize-a.
6d37f0f1 10089
fe38e3b0 10090 * calc/calc-poly.el (math-expand-form): Use declared variable
dd0f1553 10091 math-mt-many.
6d37f0f1 10092
e9146d5a
SM
10093 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
10094 Use declared variable math-mt-many.
fe38e3b0 10095 (math-rewrite): Use declared variable math-mt-func.
6d37f0f1
JB
10096
10097 * calc/calc-vec.el (math-read-brackets, math-read-vector)
fe38e3b0 10098 (math-read-matrix): Use declared variable math-expr-data.
6d37f0f1
JB
10099
10100 * calc/calc-lang.el (math-parse-fortran-vector)
10101 (math-parse-fortran-vector-end, math-parse-tex-sum)
10102 (math-parse-eqn-matrix, math-parse-eqn-prime)
fe38e3b0 10103 (math-read-math-subscr): Use declared variable math-expr-data.
6d37f0f1
JB
10104
10105 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
10106 (math-read-expr-level, math-read-token, calc-check-user-syntax)
10107 (calc-match-user-syntax, math-read-if, math-factor-after)
fe38e3b0 10108 (math-read-factor): Use declared variable math-expr-data.
6d37f0f1 10109
b4f8e43e
GM
101102004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
10111
10112 * calendar/diary-lib.el (diary-from-outlook)
10113 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
32261ad3 10114 interactive-p; but rather new optional argument NOCONFIRM.
b4f8e43e 10115
32a0479a 101162004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
0c90b629
SM
10117
10118 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
10119 (easy-menu-name-match): Revert correspondingly.
10120
a7a7ddf1
RS
101212004-11-09 Richard M. Stallman <rms@gnu.org>
10122
10123 * emacs-lisp/bytecomp.el (byte-compile-defalias):
10124 Turn off warnings for the new function even if definition not constant.
10125 If the definition isn't a quoted symbol, record (FUNCTION . t).
10126 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
10127 (byte-compile-callargs-warn): Handle (FUNCTION . t).
10128 (display-call-tree, byte-compile-arglist-warn):
10129 Handle t returned by byte-compile-fdefinition.
10130
84c2fd9f
JD
101312004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10132
366fc3f9
JD
10133 * Makefile.in (maintainer-clean): Depend on distclean.
10134
84c2fd9f
JD
10135 * help-fns.el (help-C-file-name): File name must be in build-files
10136 to be returned.
10137
6b644e8d
JB
101382004-11-09 Jay Belanger <belanger@truman.edu>
10139
10140 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
fe38e3b0 10141 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
0c90b629
SM
10142
10143 * calc/calc.el (calc, calc-trail-display, calc-mode):
10144 Remove obsolete sections.
6b644e8d 10145
fe38e3b0 10146 * calc/calc.el (calc-x-paste-text): Remove.
6b644e8d 10147
fe38e3b0 10148 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
0c90b629 10149 mouse-2.
6b644e8d 10150
ec3dd752
NR
101512004-11-09 Nick Roberts <nickrob@snap.net.nz>
10152
10153 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
10154 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
10155 current frame (in case of recursive calls).
10156 (gdb-show-changed-values): Add :version keyword.
10157
a778cf63
KH
101582004-11-09 Kenichi Handa <handa@m17n.org>
10159
10160 * international/mule-cmds.el: Change coding: tag back to
10161 iso-2022-7bit.
10162
0c90b629
SM
101632004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
10164
0c90b629
SM
10165 * international/mule-cmds.el: Change coding-system to utf-8.
10166 (select-safe-coding-system-interactively):
10167 New function extracted from select-safe-coding-system.
10168 (select-safe-coding-system): Use it.
10169
1efc19eb
RS
101702004-11-08 Richard M. Stallman <rms@gnu.org>
10171
10172 * subr.el (syntax-after): Doc fix.
10173
10174 * paren.el (show-paren-function): Change calls to syntax-after
10175 for new way of returning the value.
10176
10177 * menu-bar.el (menu-bar-file-menu): Make this the real name
10178 and menu-bar-files-menu the alias. Use the former.
10179 (global-map): Use `file', not `files', as the symbol.
10180
10181 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
10182
10183 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
10184 Don't use beginning-of-buffer.
10185 (filesets-cmd-show-result): Use with-no-warnings.
10186
b056d9cb
JL
101872004-11-08 Juri Linkov <juri@jurta.org>
10188
10189 * progmodes/compile.el (compile): Don't overwrite last command in
10190 minibuffer history with default command if they are not equal.
10191
3c29dab1
JB
101922004-11-08 Jay Belanger <belanger@truman.edu>
10193
fe38e3b0 10194 * calc/calcalg2.el (math-do-integral-methods): Try linear then
0c90b629 10195 non-linear substitutions.
3c29dab1 10196
bd6bda79
JB
101972004-11-08 Jay Belanger <belanger@truman.edu>
10198
10199 * calc/calcalg2.el (math-linear-subst-tried): New variable.
fe38e3b0
JB
10200 (math-do-integral): Set `math-linear-subst-tried' to nil.
10201 (math-do-integral-methods): Use `math-linear-subst-tried' to
0c90b629
SM
10202 determine what type of substitution to try.
10203 (math-integ-try-linear-substituion):
10204 Set `math-linear-subst-tried' to t.
bd6bda79 10205
85c38542
KS
102062004-11-08 Kim F. Storm <storm@cua.dk>
10207
10208 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
10209
91337c1f
JL
102102004-11-07 Juri Linkov <juri@jurta.org>
10211
10212 * info-look.el (info-lookup): Allow reusing in the current buffer
10213 not only *info* buffer, but all (even renamed) Info buffers
10214 by checking for major-mode instead of *info* buffer name.
10215 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
10216 (octave-mode, maxima-mode) <doc-spec>:
10217 Allow long dashes generated by Texinfo 4.7 before definitions.
10218 (texinfo-mode) <doc-spec>: Add space to suffix to find command
10219 definitions with argument separated by space.
10220
551373ea
RS
102212004-11-06 Richard M. Stallman <rms@gnu.org>
10222
10223 * simple.el (next-error group, face): Move before first use.
10224 (next-error-highlight, next-error-highlight-no-select): Likewise.
1efc19eb 10225
0c90b629 10226 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
551373ea
RS
10227 (line-move): New args NOERROR and TO-END.
10228 Return t if if succeed in moving specified number of lines.
10229 (move-end-of-line): New function.
1efc19eb
RS
10230
10231 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
10232 (end-of-buffer-other-window): Likewise.
551373ea
RS
10233
10234 * simple.el (line-move-ignore-invisible): Default to t.
10235
10236 * subr.el (syntax-after): Return the syntax letter, not the raw code.
10237
10238 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
10239
0c90b629
SM
10240 * international/iso-cvt.el (iso-cvt-define-menu):
10241 Rename menu-bar-files-menu to menu-bar-file-menu.
551373ea
RS
10242
10243 * net/browse-url.el (browse-url-gnome-moz-program)
10244 (browse-url-gnome-moz-arguments): Move up before first use.
10245
10246 * net/tramp.el (tramp group): Add :version.
10247
0c90b629 10248 * progmodes/ada-xref.el (ada-gdb-application):
551373ea
RS
10249 Use goto-char instead of beginning-of-buffer.
10250
0c90b629 10251 * progmodes/cperl-mode.el (cperl-info-on-command):
551373ea
RS
10252 Use goto-char instead of beginning-of-buffer.
10253
0c90b629 10254 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
551373ea
RS
10255 Move up before first use.
10256 (idlwave-shell-temp-pro-file): Likewise.
10257 (idlwave-shell-temp-rinfo-save-file): Likewise.
10258 (idlwave-shell-temp-file): Minor doc fix.
10259
10260 * textmodes/flyspell.el (flyspell-external-point-words):
10261 Use goto-char instead of beginning-of-buffer.
10262
e7b52b6d
KG
102632004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
10264
0c90b629
SM
10265 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
10266 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
c37ee7cb 10267 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
e7b52b6d 10268
59341ff0
DP
102692004-11-06 David Ponce <david@dponce.com>
10270
10271 * recentf.el (recentf-menu-path): Use menu item name.
10272
6159c232
EZ
102732004-11-06 Eli Zaretskii <eliz@gnu.org>
10274
10275 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
10276 display doesn't support images.
10277
cffe562a
AS
102782004-11-06 Andreas Schwab <schwab@suse.de>
10279
803a05c2
AS
10280 * tempo.el (tempo-match-finder): Doc fix.
10281
cffe562a
AS
10282 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
10283
32a0479a 102842004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
98961e08
AS
10285
10286 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
10287 (easy-menu-lookup-name): New fun to replace it.
10288 (easy-menu-get-map): Use it to obey menu item names (rather than just
10289 keys) when looking up `path'.
10290 (easy-menu-always-true-p): Rename from easy-menu-always-true.
10291 (easy-menu-convert-item-1): Adjust to new name.
10292
27540e81
EZ
102932004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
10294
10295 * outline.el (hide-body): Don't hide lines at the top of the file
10296 that precede the first header line.
10297
14e32dd3
EZ
102982004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
10299
10300 * align.el (align-areas): Delete whitespace before reindenting, so
10301 that tabs are never placed after spaces.
10302
4d79b874
EZ
103032004-11-06 Alan Shutko <ats@acm.org>
10304
10305 * macros.el (insert-kbd-macro): Do completions based on macros,
10306 rather than all commands.
10307
16d24ae8
EZ
103082004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
10309
10310 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
10311 to solve a bug whereby tags with 'b' don't match.
10312
3296d21b
JL
103132004-11-05 Juri Linkov <juri@jurta.org>
10314
10315 * info.el (Info-search): Don't search in node header lines
10316 and file headers.
10317
10318 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
10319 symbol-constituent characters after dot, not only digits.
10320
5dcd636b
DP
103212004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
10322
0c90b629 10323 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
5dcd636b 10324
8d9e2a49
JD
103252004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10326
10327 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10328 if a dialog will be used, read-file-name otherwise.
5dcd636b 10329
fb54e72e
RS
103302004-11-04 Richard M. Stallman <rms@gnu.org>
10331
10332 * textmodes/table.el (table group): Add :version.
10333
5dcd636b 10334 * textmodes/ispell.el (ispell-word):
fb54e72e
RS
10335 Don't alter args; set them only thru `interactive' spec.
10336
10337 * textmodes/flyspell.el (flyspell-word):
10338 Don't alter FOLLOWING; set it only thru `interactive' spec.
10339
10340 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
10341
10342 * net/browse-url.el (browse-url-maybe-new-window):
10343 Use called-interactively-p.
10344
5dcd636b 10345 * mail/supercite.el (sc-cite-region):
fb54e72e
RS
10346 Don't use interactive-p. Add arg INTERACTIVE.
10347 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
10348
5dcd636b 10349 * international/mule-cmds.el (set-input-method, toggle-input-method):
fb54e72e
RS
10350 Don't use interactive-p. Add arg INTERACTIVE.
10351
10352 * eshell/esh-mode.el (eshell-show-maximum-output):
10353 Don't use interactive-p.
10354 (eshell-truncate-buffer): Just message, no error, if buffer is short.
10355
10356 * mouse.el (mouse-show-mark): Get positions to delete from mark
10357 and point, not from mouse-drag-overlay.
10358
10359 * imenu.el (imenu-eager-completion-buffer): Add :version.
10360
10361 * filesets.el (filesets group): Add :version.
10362
6a36ed14
DP
103632004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
10364
10365 * files.el (xml-based-modes): Delete var.
10366 (magic-mode-alist): New more general var.
10367 (set-auto-mode): Use it.
10368
10369 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
10370 when clicking from another window.
10371
f36e4afe
TTN
103722004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
10373
b44a1825
TTN
10374 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
10375 (vc-cvs-annotate-time): Incorporate value of deleted var.
10376 Remove special-case handling of beginning-of-buffer cruft.
10377 Cache ending position (point) and return value in text property
10378 `vc-cvs-annotate-time', and consult it on subsequent invocations.
10379
cd227df3
TTN
10380 * vc-cvs.el (vc-cvs-annotate-command):
10381 Delete extraneous lines from beginning of buffer.
10382 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
10383
02b73b97
TTN
10384 * progmodes/grep.el (grep-default-command): Take empty string
10385 for tag if all other methods yield nil. Shell-quote the tag.
10386
f36e4afe
TTN
10387 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
10388 spec in `interactive' form, and mention it in the docstring.
2e734353 10389 Also, make sure point is at bol after calling `annotate-time'.
f36e4afe 10390
29bb7127
RS
103912004-11-02 Richard M. Stallman <rms@gnu.org>
10392
fb54e72e
RS
10393 * cus-edit.el (customize-group-other-window):
10394 Select the window that displays the custom buffer.
10395 (custom-buffer-create-other-window): Likewise.
10396
10397 * comint.el (comint-insert-input): Fix previous change.
10398
29bb7127
RS
10399 * emacs-lisp/elp.el (elp-instrument-function):
10400 Use called-interactively-p.
10401
10402 * emacs-lisp/easymenu.el (easy-menu-intern):
10403 Don't downcase; rather, case-flip the first letter of each word.
10404
10405 * emacs-lisp/easy-mmode.el (define-minor-mode):
10406 Use called-interactively-p.
10407
10408 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
10409 Add interactive-only.
10410 (byte-compile-warnings): Add interactive-only as option.
10411 (byte-compile-interactive-only-functions): New variable.
10412 (byte-compile-form): Warn about calls to functions
10413 in byte-compile-interactive-only-functions.
10414
10415 * emacs-lisp/autoload.el (update-file-autoloads):
10416 Don't use interactive-p; take new arg SAVE-AFTER.
10417
10418 * emacs-lisp/advice.el (ad-make-advised-definition):
10419 Use called-interactively-p.
10420
46bfc73b
JD
104212004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10422
10423 * files.el (find-file-existing): New function.
10424
10425 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
10426 find-file-existing. Add "New File..." that calls find-file.
10427
424b9d3e 10428 * diropen.pbm, diropen.xpm: New files.
f36e4afe 10429
46bfc73b
JD
10430 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
10431 icon diropen. New tool bar item find-file-existing uses icon open.
10432
63baed99 10433 * dired.el (dired-read-dir-and-switches): Call read-directory-name
46bfc73b
JD
10434 instead of read-file-name.
10435
fba8240f
GM
104362004-11-02 Ulf Jasper <ulf.jasper@web.de>
10437
10438 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
10439 (icalendar--split-value): Change name of work buffer.
10440 (icalendar--get-weekday-abbrev): Return nil on error.
10441 (icalendar--date-to-isodate): New function.
10442 (icalendar-convert-diary-to-ical)
10443 (icalendar-extract-ical-from-buffer): Use only two args for
10444 make-obsolete (XEmacs compatibility).
0c90b629 10445 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
fba8240f
GM
10446 (icalendar-export-region): Doc fix.
10447 If error, return non-nil and write errors to a buffer.
10448 Use correct weekday for weekly recurring events.
10449 Check whether date has been parsed for ordinary events.
10450 Make weekly events start in the year 2000.
10451 DTEND is non-inclusive, shift end date by one day if
10452 necessary (not for entries that have date and time).
10453 Rename local let variables: oops -> found-error, datestring ->
10454 startdatestring.
10455
23ed65c0
KS
104562004-11-02 Kim F. Storm <storm@cua.dk>
10457
ad8d994c
KS
10458 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
10459 keep-mode-if-same variable. Add it as optional arg instead.
10460 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
10461
3fc26d48
KS
10462 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
10463 substitute-command-keys will select lower-case bindings like those
10464 used in the static help texts.
10465
1b25dccd
KS
10466 * descr-text.el (describe-text-properties): Don't err if called in
10467 the *Help* buffer; output to *Help-2* buffer instead.
10468
23ed65c0
KS
10469 * kmacro.el (group kmacro): Add :version.
10470 (kmacro-keyboard-quit): New function to cleanup on C-g.
10471 (kmacro-start-macro): Set defining-kbd-macro to append when
10472 appending to last macro.
10473
10474 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
10475
f73f9708
NR
104762004-11-02 Nick Roberts <nickrob@snap.net.nz>
10477
10478 * progmodes/gdb-ui.el (gdb-enable-debug-log)
10479 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
10480 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
10481 Add :version keyword.
10482
19f26a89 104832004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
97d83988 10484
0c90b629
SM
10485 * progmodes/flymake.el (flymake-err-line-patterns):
10486 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
12e46b00 10487 `compilation-error-regexp-alist-alist' to internal Flymake format.
23ed65c0 10488
77c99c7f 10489 * progmodes/flymake.el: Eliminate byte-compiler warnings.
12e46b00 10490
23ed65c0
KS
104912004-11-01 Jay Belanger <belanger@truman.edu>
10492
0c90b629
SM
10493 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
10494 with `interactive "s"'.
23ed65c0 10495
df0a91e2
JD
104962004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10497
11fd50f7
SM
10498 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10499 Revert change from 2004-10-16. '*' checks the current buffer, but the
df0a91e2
JD
10500 mouse click may be in another buffer.
10501
2b601e1c
JPW
105022004-11-01 John Paul Wallington <jpw@gnu.org>
10503
10504 * files.el (large-file-warning-threshold): Add :version keyword.
10505 (kill-some-buffers): Doc fix.
10506
10507 * thumbs.el (group thumbs): Add :version keyword.
10508
2c10c0f0
JPW
10509 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
10510
2d1ef312
RS
105112004-11-01 Richard M. Stallman <rms@gnu.org>
10512
29bb7127
RS
10513 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
10514
10515 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
10516
2d1ef312
RS
10517 * allout.el (allout group): Add :version.
10518 (allout-init): Don't use interactive-p.
10519 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
11fd50f7 10520 (allout-forward-current-level, allout-backward-current-level):
2d1ef312
RS
10521 Don't use interactive-p.
10522
10523 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
10524 (bibtex-find-text): Likewise.
10525
10526 * progmodes/vhdl-mode.el (vhdl-fill-region)
10527 (vhdl-beginning-of-statement): Don't use interactive-p.
10528
10529 * progmodes/idlwave.el (idlwave-update-routine-info):
10530 Don't use interactive-p.
10531
10532 * progmodes/idlw-shell.el (idlwave-shell-send-char):
10533 Don't use interactive-p.
10534
11fd50f7 10535 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
2d1ef312
RS
10536 Don't use interactive-p.
10537
10538 * progmodes/ada-xref.el (ada-make-body-gnatstub):
10539 Don't use interactive-p.
10540
10541 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
10542 (fortune-in-buffer): Doc fix.
10543
10544 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
10545
10546 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
10547 don't select the temporary buffer.
10548 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
10549 (eudc-get-phone): Likewise.
10550
5bad6053
KS
105512004-11-01 Kim F. Storm <storm@cua.dk>
10552
10553 * man.el (Man-xref-normal-file): Fix help-echo.
10554
11fd50f7
SM
105552004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10556
10557 * reveal.el (reveal-last-tick): New var.
10558 (reveal-post-command): Use it to avoid closing overlays when we're
10559 appending text to them.
10560
e0dc0c55
SM
105612004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10562
10563 * textmodes/bibtex.el: Require button.
10564 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
10565 (bibtex-reference-keys): Distinguish between header keys and
10566 crossref keys.
10567 (bibtex-beginning-of-field): New function.
10568 (bibtex-url-map): Remove.
10569 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
10570 (bibtex-font-lock-url-regexp): Assume that field names begin at
10571 the beginning of a line.
10572 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
10573 Remove field delimiters. Use bibtex-beginning-of-field.
10574 Bugfix, point can be inside a field with a url.
10575 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
10576 New functions.
10577 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
10578 (bibtex-key-in-head): Simplify.
10579 (bibtex-current-line): Use bolp.
10580 (bibtex-parse-keys): Remove unused arg `add'.
10581 Use bibtex-type-in-head and bibtex-key-in-head.
10582 (bibtex-parse-entry, bibtex-autofill-entry):
10583 Use bibtex-type-in-head and bibtex-key-in-head.
10584 (bibtex-autokey-get-field): Do not alter case of replacement text.
10585 (bibtex-autokey-get-names): Do all processing of name list.
10586 (bibtex-autokey-get-year): New function.
10587 (bibtex-autokey-get-title): Do all processing of title words.
10588 (bibtex-generate-autokey): Simplify.
10589 (bibtex-string-files-init): Use default-directory.
10590 Allow for absolute file names in bibtex-string-files.
10591 (bibtex-files, bibtex-file-path): New variables.
10592 (bibtex-files-expand): New function.
10593 (bibtex-find-entry-globally): New command.
10594 (bibtex-summary-function): New variable.
10595 (bibtex-summary): Default value of bibtex-summary-function.
10596 (bibtex-find-crossref): New optional args pnt and split.
10597 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
10598 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
10599 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
10600 Fix handling of required and alternative fields.
10601 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
10602 Use cons and display-buffer.
10603 (bibtex-validate-globally): New command.
10604 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
10605 bibtex-parse-keys and bibtex-parse-strings for updating
10606 bibtex-reference-keys and bibtex-strings.
10607 (bibtex-realign): Remove blank lines past the last entry.
10608 (bibtex-reformat): Use bibtex-entry-format as default.
10609 (bibtex-choose-completion-string): Remove.
10610 (bibtex-complete): Do not use bibtex-choose-completion-string.
10611 (bibtex-url): Simplify.
10612
67156185
JD
106132004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10614
10615 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
10616 (x-dnd-types-alist, x-dnd-open-file-other-window)
10617 (x-dnd-known-types): Add :version.
10618
d98410ed
JPW
106192004-10-31 John Paul Wallington <jpw@gnu.org>
10620
10621 * ibuffer.el (group ibuffer): Add :version keyword.
10622
ad1432ee
KS
106232004-10-31 Kim F. Storm <storm@cua.dk>
10624
10625 * ido.el (group ido): Add :version keyword.
10626 (ido-mode): Remove :version keyword.
10627
10628 * emulation/cua-base.el (group cua): Add :version keyword.
10629 (cua-mode): Remove :version keyword.
10630
be203836
LT
106312004-10-30 Luc Teirlinck <teirllm@auburn.edu>
10632
0a306700
LT
10633 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
10634
be203836
LT
10635 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
10636 compiler warning.
7c26939b
LT
10637 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
10638 function.
10639 (help-at-pt-display-when-idle): Remove autoload.
be203836 10640
11fd50f7 106412004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5459bcdf
SM
10642
10643 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
10644
d6288299
JL
106452004-10-30 Juri Linkov <juri@jurta.org>
10646
10647 * help.el (function-called-at-point):
5459bcdf 10648 * help-fns.el (variable-at-point): Read -> intern.
d6288299 10649
707994d2
SJ
106502004-10-30 Simon Josefsson <jas@extundo.com>
10651
5459bcdf
SM
10652 * progmodes/autoconf.el (autoconf-font-lock-keywords):
10653 Recognize AS_* too.
707994d2 10654
266725f1
SJ
106552004-10-29 Simon Josefsson <jas@extundo.com>
10656
10657 * subr.el (read-passwd): Move back from password.el.
10658
10659 * password.el: Remove, not ready yet.
10660
88aab7b4
AS
106612004-10-29 Andreas Schwab <schwab@suse.de>
10662
10663 * speedbar.el (speedbar-frame-parameters): Improve customize type.
10664
ab60bd74
SS
106652004-10-29 Sam Steingold <sds@gnu.org>
10666
f946e47e 10667 * mouse.el (mouse-show-mark): Replace the last occurrence of
ab60bd74
SS
10668 x-lost-selection-hooks with x-lost-selection-functions.
10669
11fd50f7 106702004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2d586478
SM
10671
10672 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
10673 x-lost-selection-functions is bound.
10674
10675 * mouse-sel.el (mouse-sel-mode):
10676 * emacs-lisp/lselect.el: Adjust to new names for
10677 x-(lost|sent)-selection-functions.
10678
10679 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
10680 New obsolete aliases of x-lost-selection-functions and
10681 x-sent-selection-functions.
10682
a00725c7
KS
106832004-10-28 Kim F. Storm <storm@cua.dk>
10684
10685 * imenu.el (imenu-scanning-message): Remove.
10686 (imenu-progress-message): Make it a no-op.
10687
8a9cdb8d
JPW
106882004-10-28 John Paul Wallington <jpw@gnu.org>
10689
10690 * files.el (set-auto-mode): Call `throw' correctly.
10691
02c9f5cd
JL
106922004-10-28 Juri Linkov <juri@jurta.org>
10693
10694 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
10695 to search `Info-...' commands in `info' manual.
10696 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10697 Add 'info-file "emacs" property.
10698 (Info-find-emacs-command-nodes): Fix index line number regexp.
10699 Set real line number (instead of fake 0) in first element of the
10700 returned list.
10701 (Info-goto-emacs-command-node): Use line number of first element
10702 to set point in the first found Info node.
10703
10704 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
10705 code to `grep-mode-font-lock-keywords'.
10706 (grep-mode-font-lock-keywords): Delete grep markers instead
10707 of making them invisible.
10708
f4982064
JD
107092004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10710
10711 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
10712 and x-server-version in bug report.
10713
521cf174
DP
107142004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
10715
10716 * files.el (set-auto-mode-0): New function.
10717 (set-auto-mode): Use it to handle aliased modes and to
10718 be consistent between C-x C-f and C-x C-w.
10719
16a3d4e5
KH
107202004-10-28 Kenichi Handa <handa@m17n.org>
10721
5459bcdf
SM
10722 * international/utf-8.el (utf-translate-cjk-charsets):
10723 Add katakana-jisx0201.
7d9d5480 10724
16a3d4e5
KH
10725 * international/subst-jis.el: Add data for JISX0201.
10726
068f3848
SM
107272004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10728
10729 * obsolete/hilit19.el (hilit-mode): New function.
10730 Move all the toplevel side-effecting stuff into it, so that loading
10731 hilit19 doesn't mess everything up any more.
10732
4660a9e3
RS
107332004-10-27 Richard M. Stallman <rms@gnu.org>
10734
563631fe
RS
10735 * add-log.el (add-change-log-entry): Set up mailing address
10736 and full name later, and don't alter add-log-mailing-address
10737 or add-log-full-name.
10738
10739 * elide-head.el (elide-head): Change error to message.
10740 (elide-head-show): Likewise.
10741
10742 * apropos.el (apropos-macrop): Doc fix.
10743
10744 * mouse.el (mouse-show-mark): Do most processing the same
10745 regardless of transient-mark-mode.
10746
10747 * shadowfile.el (shadow-copy-files): Use interactive-p
10748 only to control whether to print a message.
10749
10750 * tar-mode.el (tar-mode): Use write-contents-functions,
10751 not write-contents-hooks.
10752
4660a9e3
RS
10753 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
10754 directory-sep-char.
10755
107562004-10-27 Richard M. Stallman <rms@gnu.org>
10757
10758 * strokes.el (strokes-unload-hook): Fix previous change.
10759
10760 * type-break.el (type-break-run-at-time): Always use run-at-time;
10761 forget the alternatives.
10762 (type-break-cancel-function-timers): Always use cancel-function-timers;
10763 forget the alternatives.
10764
10765 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
10766
af3b9e47
KH
107672004-10-27 Kenichi Handa <handa@m17n.org>
10768
068f3848 10769 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
af3b9e47
KH
10770
10771 * international/subst-gb2312.el: Likewise.
10772
10773 * international/subst-big5.el: Likewise.
10774
10775 * international/subst-ksc.el: Likewise.
10776
10777 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
10778 New variable.
10779 (utf-translate-cjk-set-unicode-range): New function.
10780 (utf-translate-cjk-unicode-range): Make it customizable.
068f3848
SM
10781 (utf-8-post-read-conversion):
10782 Use utf-translate-cjk-unicode-range-string.
3ccf95cb
KH
10783 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
10784 Unicode ranges.
af3b9e47 10785
bbc67516
DP
107862004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
10787
10788 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
10789 trivial variants to shorten the list.
10790 (xml-based-modes): New var.
10791 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
10792 declaration higher priority than auto-mode-alist.
10793
10794 * find-file.el (cc-other-file-alist): Bring it in line with
10795 cc-mode's auto-mode-alist entries and use \' instead of $.
10796
10797 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
10798 and add "Id" and "Name" submenus to it.
10799
10800 * imenu.el (imenu--generic-function): Skip matches in comments.
10801
8cb77f98
JB
108022004-10-26 Jay Belanger <belanger@truman.edu>
10803
10804 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
fe38e3b0 10805 (full-calc-keypad, calc-trail-display): Use an extra argument
8cb77f98
JB
10806 instead of `interactive-p'.
10807
10808 * calc/calc-misc.el (calc-other-window): Use an extra argument
bbc67516 10809 instead of `interactive-p'.
8cb77f98 10810
bbc67516
DP
10811 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
10812 `interactive-p'.
8cb77f98 10813
c8636435
KS
108142004-10-26 Kim F. Storm <storm@cua.dk>
10815
10816 * help.el (describe-key): Describe both down-event and up-event
10817 for a mouse click.
10818
fb2496f4
RS
108192004-10-26 Richard M. Stallman <rms@gnu.org>
10820
10821 * woman.el (woman): Don't call interactive-p.
10822
10823 * pcomplete.el (pcomplete): Instead of interactive-p,
10824 use an arg set non-nil by the interactive spec.
10825
10826 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
10827 use an arg set non-nil by the interactive spec.
10828
10829 * man.el (Man-cleanup-manpage): Instead of interactive-p,
10830 use an arg set non-nil by the interactive spec.
10831
e3c9b21e
MY
108322004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10833
068f3848
SM
10834 * progmodes/flymake.el (flymake-split-string):
10835 Use `flymake-split-string-remove-empty-edges' in any case.
c8636435 10836
e3c9b21e
MY
108372004-10-26 Masatake YAMATO <jet@gyve.org>
10838
c8636435
KS
10839 * progmodes/flymake.el (flymake-err-line-patterns):
10840 Use `compilation-error-regexp-alist-alist' instead of
e3c9b21e
MY
10841 `compilation-error-regexp-alist'.
10842
068f3848
SM
108432004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10844
10845 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
10846 verbatim face on the \ of \end{verbatim}.
10847
967d58da
JB
108482004-10-25 Jay Belanger <belanger@truman.edu>
10849
fe38e3b0 10850 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
967d58da
JB
10851 erasing minibuffer.
10852
d7aea840
SJ
108532004-10-25 Simon Josefsson <jas@extundo.com>
10854
10855 * subr.el (read-passwd): Move to net/password.el.
10856
10857 * net/password.el (read-passwd): Add. Autoload it.
10858
3acd2c4f
KG
108592004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
10860
10861 * mouse-sel.el (mouse-sel-mode): Specify custom group.
10862
85af630d
KG
10863 * simple.el (process-file): Fix logic.
10864
6faab05f
LT
108652004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10866
f328b6c4 10867 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
6faab05f
LT
10868 (increase-right-margin): Remove erroneous call to `interactive-p'.
10869
4a2ca8dd
KS
108702004-10-24 Kim F. Storm <storm@cua.dk>
10871
10872 * help.el (describe-mode): Fix 2004-10-13 change.
10873 Copy pure "Auto Fill" string so it can be propertized later
10874 without causing a read-only error.
10875
f254e21f
LT
108762004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10877
10878 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
10879 style indexes.
10880
8de40f9f
KG
108812004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10882
10883 * simple.el (process-file): Accept nil for INFILE. Reported by
10884 Luc Teirlinck.
10885
3988d9c6
MY
108862004-10-24 Masatake YAMATO <jet@gyve.org>
10887
f328b6c4
SM
10888 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
10889 Handle periods and underscores in a function name.
3988d9c6
MY
10890 Remove the address fontification.
10891
19f26a89 108922004-10-24 Masatake YAMATO <jet@gyve.org>
135a6e29 10893
f328b6c4
SM
10894 * progmodes/asm-mode.el (asm-font-lock-keywords):
10895 Use font-lock-variable-name-face for registers.
135a6e29
NR
10896
108972004-10-24 Nick Roberts <nickrob@snap.net.nz>
10898
10899 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
10900 kill-all-local-variables.
10901 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
f328b6c4
SM
10902 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
10903 Use kill-all-local-variables and provide mode-hooks.
10904 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
135a6e29
NR
10905 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
10906 Suggested by Masatake YAMATO <jet@gyve.org>.
10907
0457dd55
KG
109082004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
10909
10910 * simple.el (process-file): New function, similar to call-process
10911 but supports file handlers.
10912 * vc.el (vc-do-command): Use it, instead of call-process.
10913 * net/tramp-vc.el (vc-do-command): Do not advise it if
10914 process-file is fboundp.
10915 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
10916 process-file.
10917 (tramp-handle-process-file): New function.
10918 (tramp-file-name-for-operation): Support process-file.
10919
45af6ed7
GM
109202004-10-23 Ulf Jasper <ulf.jasper@web.de>
10921
10922 * calendar/icalendar.el (icalendar--weekday-array): New constant.
10923 (icalendar-weekdayabbrev-table)
10924 (icalendar-monthnumber-table): Delete.
10925 (icalendar--get-month-number): Use calendar-month-name-array.
10926 (icalendar--get-weekday-number): New function.
10927 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
10928 (icalendar-export-region): Handle multi-line entries.
10929 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
10930
33a584e6
JPW
109312004-10-23 John Paul Wallington <jpw@gnu.org>
10932
818f3c45
JPW
10933 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
10934 `wildcards' set to t in interactive spec.
10935
33a584e6 10936 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
1818237f 10937 interactive spec rather than use `interactive-p'.
818f3c45
JPW
10938 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
10939 rather than use function `interactive-p'.
33a584e6 10940
d0ee2ed3
KH
109412004-10-22 Kenichi Handa <handa@m17n.org>
10942
10943 * international/mule.el (translate-region): Implement it in Lisp
10944 as a front end of translate-region-internal.
10945
23b24d63
JB
109462004-10-21 Jay Belanger <belanger@truman.edu>
10947
10948 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
f328b6c4 10949 Declare these variables with defvar.
23b24d63
JB
10950
10951 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
10952 is bound, only check to see if it is bound.
10953
22101fbb
SM
109542004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10955
f328b6c4
SM
10956 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10957 Don't output messages.
10958
22101fbb
SM
10959 * calc/calc-help.el (calc-describe-bindings): Fix last change.
10960
6e237e72
JB
109612004-10-21 John Paul Wallington <jpw@gnu.org>
10962
10963 * calc/calc-graph.el (calc-graph-init):
10964 Use `set-process-query-on-exit-flag'.
10965
199143f1
DP
109662004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
10967
10968 * progmodes/compile.el (compilation-start): Rely on `cd' to get
10969 dir right and also allow argumentless cd.
10970
8550b998
RS
109712004-10-19 Richard M. Stallman <rms@gnu.org>
10972
10973 * textmodes/flyspell.el (flyspell-mode): Doc fix.
10974
10975 * eshell/em-unix.el (eshell-grep):
10976 Don't bind compilation-process-setup-function.
10977
10978 * comint.el (comint-insert-input): Use @ in `interactive'.
10979 (comint-input-filter-functions): Doc fix.
10980 (comint-kill-whole-line, comint-get-source): Doc fix.
10981
10982 * progmodes/compile.el (compilation-setup):
10983 Don't set buffer-read-only if MINOR is non-nil.
10984
9c5cb892
JB
109852004-10-19 Jay Belanger <belanger@truman.edu>
10986
10987 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
22101fbb
SM
10988 (calc-emacs-type-gnu19): Remove.
10989 (calc-digit-map, calc-read-key-sequence, calc-read-key):
10990 Remove check for old emacs versions.
9c5cb892 10991
22101fbb 10992 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
9c5cb892
JB
10993 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
10994 for current Emacs.
10995
10996 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
10997 the end of the minibuffer.
10998 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
10999 copy `esc-map'.
11000
22101fbb 11001 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
9c5cb892 11002
22101fbb 11003 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
9c5cb892
JB
11004 call that would be given when the current emacs was used.
11005
8a41a047
GM
110062004-10-19 Ulf Jasper <ulf.jasper@web.de>
11007
11008 * calendar/icalendar.el: Set coding to utf-8.
11009 (icalendar-version): Increase to 0.07.
11010 (icalendar-monthnumber-table): Change March pattern.
11011 (icalendar-get-all-event-properties)
11012 (icalendar-set-event-property): Delete.
11013 (icalendar-all-events): No longer interactive.
11014 (icalendar-convert-diary-to-ical)
11015 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
11016 their replacements.
11017 (icalendar-export-file, icalendar-export-region): New functions;
11018 essentially old `icalendar-convert-diary-to-ical' but appending to
11019 target rather than overwriting.
11020 (icalendar-import-file): Append to target file rather than
11021 overwriting. Fourth arg deleted.
11022 (icalendar-import-buffer): New name for old
11023 `icalendar-extract-ical-from-buffer'.
11024 (icalendar--convert-string-for-import): New name for
11025 old `icalendar-convert-for-import'.
11026 (include-icalendar-files): Delete.
11027 Prefix for all internal functions changed from `icalendar-'
11028 to `icalendar--'.
11029
b18ba80e
RS
110302004-10-19 Richard M. Stallman <rms@gnu.org>
11031
11032 * paths.el (news-path): Fix previous change.
11033
19f26a89 110342004-10-18 Jay Belanger <belanger@truman.edu>
9c5cb892 11035
22101fbb
SM
11036 * calc/calc-help.el (calc-describe-bindings):
11037 Set `buffer-read-only' to nil while working in the keybindings buffer;
9c5cb892
JB
11038 remove some extra information from the keybindings buffer.
11039
7a892a8b
DP
110402004-10-18 David Ponce <david@dponce.com>
11041
11042 * mouse.el (mouse-drag-move-window-top): New function.
11043 (mouse-drag-mode-line-1): Use it.
11044
e14105f6
TTN
110452004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
11046
11047 * info.el (Info-fontify-node): For multiline refs,
11048 arrange to unfontify newline and surrounding whitespace.
11049
bcabe045
SM
110502004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
11051
11052 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
11053 directory is missing.
11054
957237cb
JPW
110552004-10-17 John Paul Wallington <jpw@gnu.org>
11056
11057 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
11058 New customizable variable; whether to display buffers that match
11059 `ibuffer-maybe-show-predicates' by default.
11060 (ibuffer-maybe-show-predicates): Mention it in docstring.
11061 (ibuffer-display-maybe-show-predicates): New variable.
11062 (ibuffer-update): Prefix arg now toggles whether buffers that
11063 match `ibuffer-maybe-show-predicates' should be displayed.
11064 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
11065 locally to heed `ibuffer-default-display-maybe-show-predicates'.
11066 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
11067
b15d0c4c
MA
110682004-10-17 Michael Albinus <michael.albinus@gmx.de>
11069
11070 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
11071 work correctly.
11072
bfb2dda4
DP
110732004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
11074
11075 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
11076 (Buffer-menu-beginning): New helper function.
11077 (Buffer-menu-execute): Use it.
11078 (Buffer-menu-select): Use it.
11079 (Buffer-menu-sort): Use it and also keep markers.
11080
69075cdd
RS
110812004-10-17 Richard M. Stallman <rms@gnu.org>
11082
bcabe045 11083 * paths.el (news-directory): Rename from news-path. Old name alias.
69075cdd
RS
11084 (rmail-spool-directory): Use defvar.
11085 (sendmail-program): Use defcustom.
11086 (remote-shell-program): Use defcustom.
11087 (term-file-prefix): Use defvar.
11088 (abbrev-file-name): Use defvar.
11089
11090 * term.el: Add maintainer.
11091
11092 * subr.el (with-local-quit): Return nil if there's a quit.
11093 (read-passwd): Use with-local-quit. Doc fix.
11094
11095 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
11096 (strokes-unload-hook): Set as a variable with add-hook.
11097
11098 * startup.el (fancy-splash-tail, normal-splash-screen):
11099 Update copyright year.
11100
11101 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
11102
11103 * server.el (server-unload-hook): Set as a variable with add-hook.
11104
11105 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
11106
bfb2dda4 11107 * frame.el (special-display-popup-frame):
69075cdd
RS
11108 Make the buffer current as its frame is created.
11109
11110 * delsel.el (delsel-unload-hook): Set as a variable.
11111
11112 * comint.el (comint-output-filter-functions):
11113 Add comint-watch-for-password-prompt.
11114 (comint-read-noecho): Function deleted.
11115 (send-invisible): Use read-passwd.
11116
11117 * fringe.el (fringe-mode-initialize): New function.
11118 (fringe-mode): Use fringe-mode-initialize as :initialize.
11119
690987a7
KS
111202004-10-17 Kim F. Storm <storm@cua.dk>
11121
11122 * language/indian.el (indian-script-language-alist): Swap value and doc.
11123 (indian-font-char-index-table): Doc fix.
11124
4d11f532
SM
111252004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
11126
11127 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
11128
577bf5d2
JL
111292004-10-16 Juri Linkov <juri@jurta.org>
11130
11131 * progmodes/compile.el (compilation-start): Move let-binding of
11132 `process-environment' into `with-current-buffer' body.
11133 Reported by Matt Hodges <MPHodges@member.fsf.org>.
11134
c2e2ede7
RS
111352004-10-16 Richard M. Stallman <rms@gnu.org>
11136
11137 * pcvs-util.el (cvs-bury-buffer):
11138 Don't call get-buffer-window for effect.
11139
11140 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
11141
11142 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
11143
11144 * msb.el (msb-unload-hook): Set the variable.
11145
11146 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
11147 Use * to err if buffer is readonly.
11148
11149 * subr.el (looking-back): Return only t or nil.
11150
11151 * whitespace.el (whitespace-unload-hook): Set the variable.
11152
11153 * view.el (view-mode-enable): Set view-page-size and
11154 view-half-page-size to nil.
11155 (view-set-half-page-size-default): view-half-page-size = nil
11156 means the default.
11157 (View-scroll-page-forward): Use view-page-size-default.
11158 (View-scroll-page-backward): Likewise.
11159 (view-page-size, view-half-page-size): Doc fixes.
11160
11161 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
11162
11163 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
11164
11165 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
11166 "cl" like other files. Instead, call byte-compile-find-cl-functions.
11167 (byte-compile-log-1): Bind inhibit-read-only.
11168 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
11169 (byte-compile-log-warning): Likewise.
11170 (byte-compile-file-form-require): Detect "cl" from the arg value.
11171
11172 * progmodes/compile.el (compilation-start): Assume compilation-mode
11173 will make the buffer read-only.
11174 (compilation-mode): Take arg name-of-mode.
11175 (compilation-setup): Make buffer read-only.
11176 (compilation-handle-exit): Bind inhibit-read-only.
11177
11178 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
11179 (ispell-message): Likewise.
11180 (ispell-show-choices): Don't call get-buffer-window uselessly.
11181 (ispell-init-process): Use set-process-query-on-exit-flag.
11182
9df95fa0
KS
111832004-10-16 Kim F. Storm <storm@cua.dk>
11184
d12757b7
KS
11185 * fringe.el (fringe-bitmaps): Only initialize when defined.
11186
9df95fa0
KS
11187 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
11188 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
11189
11190 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
11191
d3b628d9
SJ
111922004-10-15 Simon Josefsson <jas@extundo.com>
11193
11194 * net/password.el: Add.
11195
4a2ca8dd
KS
111962004-10-14 Masatake YAMATO <jet@gyve.org>
11197
11198 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
11199 (gdb-script-end-of-defun): New function.
11200 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
11201 `gdb-script-end-of-defun' as *-of-defun-function.
11202
e25e90b4
DP
112032004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
11204
4d11f532 11205 * button.el (button-activate): Allow a marker to display as an action.
e25e90b4 11206
4d11f532 11207 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
e25e90b4
DP
11208
11209 * help.el (describe-mode): Use it to make minor mode list into
11210 hyperlinks.
11211
9238467d
SM
112122004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
11213
11214 * vc.el (vc-annotate-display-select): Fix typo.
11215
11216 * subr.el (substitute-key-definition-key): New function.
11217 (substitute-key-definition): Use it with map-keymap.
11218 (event-modifiers): Use push.
11219 (mouse-movement-p, with-temp-buffer): Simplify.
11220
9c5cb892
JB
112212004-10-12 Jay Belanger <belanger@truman.edu>
11222
11223 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
22101fbb 11224 New variables.
9c5cb892 11225 (calc-help-index-entries): New function.
22101fbb
SM
11226 (calc-describe-function): Use `calc-help-function-list' instead of
11227 obarray for completion.
11228 (calc-describe-variable): Use `calc-help-variable-list' instead
11229 of obarray for completion.
9c5cb892 11230
c2e2ede7
RS
112312004-10-12 Richard M. Stallman <rms@gnu.org>
11232
11233 * info-look.el (info-lookup-file): Add info-file property.
11234 (info-lookup-symbol): Likewise.
11235
11236 * info.el (info-xref): Add underlining.
11237 (info): Add info-file property.
11238 (Info-find-emacs-command-nodes): Specify case-sensitive search.
11239
414da5ab
MA
112402004-10-12 Michael Albinus <michael.albinus@gmx.de>
11241
11242 Sync with Tramp 2.0.45.
11243
11244 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
adc182c8 11245 defined. This is not the case for XEmacs without package "edebug".
414da5ab
MA
11246 (tramp-set-auto-save-file-modes): Set permissions of autosaved
11247 remote files to the permissions of the original file. This is not
11248 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
11249 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
adc182c8 11250 (tramp-perl-decode): Fix an error in Perl implementation.
414da5ab
MA
11251 $pending must be cleared every loop. Reported by Benjamin Place
11252 <benjaminplace@sprintmail.com>
11253
adc182c8
SM
11254 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
11255 Don't activate advice during definition. This is done later on,
11256 depending on test result of `substitute-in-file-name'.
11257 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11258
112592004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11260
11261 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
11262
11263 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
414da5ab 11264
82862190
DP
112652004-10-12 David Ponce <david@dponce.com>
11266
11267 * recentf.el (recentf-edit-list): Update the menu when the recentf
11268 list has been modified.
11269
3bb53a84
SJ
112702004-10-12 Simon Josefsson <jas@extundo.com>
11271
11272 * net/tls.el (tls-certtool-program): New variable.
11273 (tls-certificate-information): New function, based on
11274 ssl-certificate-information.
11275
5e2e859a
KH
112762004-10-12 Kenichi Handa <handa@m17n.org>
11277
adc182c8 11278 * international/mule.el (coding-system-equal): Move from mule-util.el.
5e2e859a 11279
adc182c8 11280 * international/mule-util.el (coding-system-equal): Move to mule.el.
5e2e859a 11281
b583964c
KS
112822004-10-12 Kim F. Storm <storm@cua.dk>
11283
11284 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
11285 reset kmacro-initial-counter-value if set.
11286 (kmacro-set-counter): Only set kmacro-counter if defining or executing
52eb0373 11287 macro. Set kmacro-initial-counter-value otherwise. Never set both.
b583964c 11288 (kmacro-display): Show macro counter if non-zero.
5a484642
KS
11289
11290 * subr.el (substitute-key-definition): Mention command remapping
11291 in doc string.
11292
9c5cb892
JB
112932004-10-11 Jay Belanger <belanger@truman.edu>
11294
11295 * calc/calc-misc.el (calc-info-goto-node): New function.
11296 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
22101fbb 11297 node in one step.
9c5cb892
JB
11298 (calc-describe-copying, calc-describe-distribution)
11299 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
11300 Go to appropriate info node in one step.
11301
9238467d 113022004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
adc182c8
SM
11303
11304 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
11305
11306 * font-lock.el (font-lock-apply-highlight): Fix last change.
11307
e8620cb6
SJ
113082004-10-11 Simon Josefsson <jas@extundo.com>
11309
11310 * mail/smtpmail.el (smtpmail-open-stream): Look for
11311 starttls-gnutls-program instead of starttls-program iff
11312 starttls-use-gnutls is non-nil.
11313 (smtpmail-open-stream): Don't overwrite user settings of
11314 starttls-extra-arguments and starttls-extra-args.
11315
9238467d 113162004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
adc182c8
SM
11317
11318 * comint.el (comint-mouse-insert-input): Remove.
11319 (comint-insert-input): Make it work for mouse bindings.
11320 (comint-mode-map): Move defs into the declaration.
11321 (comint-output-filter): Typo.
11322
11323 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
11324
97e810ff
KG
113252004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
11326
11327 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
11328 (ange-ftp-call-chmod): Reference remote-shell-program instead of
11329 ange-ftp-remote-shell.
11330
af8c5477
AS
113312004-10-10 Andreas Schwab <schwab@suse.de>
11332
11333 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
11334 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
11335 Reported by <sri@asu.edu>.
11336
fd1cf0a0
AS
113372004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
11338
11339 * vc.el (vc-annotate-mode): Remove variable.
11340 (vc-annotate-display-select): Only call vc-annotate-mode
11341 if we're not in that mode already.
11342
adc182c8
SM
113432004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
11344
11345 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
11346 (imenu-choose-buffer-index): Check here for rescan instead.
11347
11348 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
11349 where the face expression evals to nil.
11350
11351 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
11352 (tex-font-lock-keywords-2): Use it.
11353 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
11354
11355 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
11356
c2b4a97b
KS
113572004-10-09 Kim F. Storm <storm@cua.dk>
11358
11359 * subr.el (progress-reporter-update): Define before first usage.
11360 (make-progress-reporter): Doc fix.
11361
9f4b6e73
LT
113622004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11363
11364 * textmodes/paragraphs.el (sentence-end-double-space)
11365 (sentence-end-without-period, sentence-end-without-space)
11366 (sentence-end): Doc fixes.
11367
657f0f9c
EZ
113682004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
11369
adc182c8
SM
11370 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
11371 Change paragraph-start regexp so we don't fill code starting with #'(.
9f4b6e73 11372
67e61e16
EZ
113732004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
11374
11375 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
11376 New defcustom.
11377 (extract-address-components): Use it.
11378
b4329caa
EZ
113792004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11380
11381 * subr.el (make-progress-reporter, progress-reporter-update)
11382 (progress-reporter-force-update, progress-reporter-do-update)
11383 (progress-reporter-done): New functions.
4f124fb5
EZ
11384
11385 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
11386
11387 * progmodes/etags.el (etags-tags-completion-table): Use progress
11388 reporter.
11389 (etags-tags-apropos): Likewise.
b4329caa 11390
a1883913
EZ
113912004-10-08 Alan Mackenzie <acm@muc.de>
11392
11393 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
11394 of current line.
11395
113962004-10-08 Masatake YAMATO <jet@gyve.org>
9afed9b1 11397
9f4b6e73 11398 * server.el (server-process-filter): Wrap `process-send-region'
adc182c8 11399 by `condition-case' to guard the case when the pipe to PROC is closed.
9afed9b1 11400
f6caa5db
MH
114012004-10-07 Mark A. Hershberger <mah@everybody.org>
11402
adc182c8 11403 * xml.el (xml-substitute-special): Limit handling of external entities.
f6caa5db 11404
fb1adf17
NR
114052004-10-06 Nick Roberts <nickrob@snap.net.nz>
11406
11407 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
11408
07f7e9ae
JPW
114092004-10-06 John Paul Wallington <jpw@gnu.org>
11410
11411 * xml.el (xml-parse-dtd): Fix `error' call.
11412
fcb21188
MH
114132004-10-05 Mark A. Hershberger <mah@everybody.org>
11414
11415 * xml.el (xml-substitute-special): Return a single string instead
11416 of a list of strings if an entity substitution is made.
11417
1698fb36
GM
114182004-10-05 Ulf Jasper <ulf.jasper@web.de>
11419
11420 * calendar/icalendar.el: New file.
11421
ea99d5c8
JL
114222004-10-05 Juri Linkov <juri@jurta.org>
11423
11424 * isearch.el (isearch-done): Set mark after running hook.
577bf5d2 11425 Reported by Drew Adams <drew.adams@oracle.com>.
ea99d5c8
JL
11426
11427 * info.el (Info-history, Info-toc): Fix Info headers.
11428 (Info-toc): Narrow buffer before Info-fontify-node.
11429 (Info-build-toc): Don't check for special Info file names.
11430 Set main-file to nil if Info-find-file returns a symbol.
11431
28fdc86a 114322004-10-05 Emilio C. Lopes <eclig@gmx.net>
80a47b51
GM
11433
11434 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
11435 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
11436 * calendar/cal-menu.el (calendar-mode-map): Ditto.
11437
114382004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
11439
11440 * calendar/cal-iso.el (calendar-iso-read-args): New function,
11441 for old interactive spec from calendar-goto-iso-date.
11442 (calendar-goto-iso-date): Use it.
11443 (calendar-goto-iso-week): New function. Suggested by Emilio
11444 C. Lopes <eclig@gmx.net>.
11445
5086e75d
LT
114462004-10-04 Luc Teirlinck <teirllm@auburn.edu>
11447
adc182c8
SM
11448 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
11449 `set-right-margin' bindings that follow the minor mode conventions.
5086e75d 11450
9238467d 114512004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
dd166d5f
SM
11452
11453 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
11454 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
11455 (latex-block-args-alist): Add minipage and picture.
11456 (latex-block-body-alist): Use reftex-label if enabled.
11457 (latex-insert-block): Don't insert a \n if not necessary.
11458 (tex-compile-commands): Make sure dvips doesn't send to printer.
11459 (tex-compile-default): Handle the case where no executable is found.
11460 (latex-noindent-environments): New var.
11461 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
11462 If tex-indent-allhanging is non-nil, make sure we only align for macros
11463 at beginning of line.
11464
2308f447
DP
114652004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
11466
11467 * newcomment.el (comment-beginning): Doc fix and don't choke on
dd166d5f 11468 unset `comment-end-skip' when at beginning of comment.
2308f447 11469
972a542d
DN
114702004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
11471
11472 * term.el (term-adjust-current-row-cache): Don't allow the current
11473 row to become negative.
52eb0373
JB
11474 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
11475 the end of the line. Fix scroll down. Add comments.
972a542d 11476 (term-handle-ansi-escape): Don't exceed terminal width when moving
2308f447 11477 right.
dd166d5f 11478 (term-scroll-region): Move the cursor after setting the scroll region.
972a542d 11479
a5b3d1b8
LT
114802004-10-01 Luc Teirlinck <teirllm@auburn.edu>
11481
11482 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
11483 to `width' for consistency with docstring. Doc fix.
11484
9a737a1f
MS
114852004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
11486
11487 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
11488 This is necessary for derived modes.
11489
31437c9b
KS
114902004-09-30 Kim F. Storm <storm@cua.dk>
11491
11492 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
11493 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
11494
11495 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
11496 kmacro-extract-lambda functions.
11497 (edit-kbd-macro): Handle kmacro lambda forms.
11498 Include counter and counter format in edit buffer.
11499 (edmacro-finish-edit): Get counter and format from edit buffer and
11500 update kmacro bindings when found.
11501
978b94d0
LT
115022004-09-29 Luc Teirlinck <teirllm@auburn.edu>
11503
dd166d5f
SM
11504 * textmodes/paragraphs.el (forward-paragraph):
11505 Avoid args-out-of-range error when point winds up at the beginning of
30857a61
LT
11506 the buffer and hard newlines are enabled.
11507
978b94d0
LT
11508 * newcomment.el (comment-multi-line): Doc fix.
11509
bd9d7d76
SM
115102004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11511
11512 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
11513 (diff-fixup-modifs): Catch unified-diff file-headers.
11514
841a8bca
KS
115152004-09-29 Kim F. Storm <storm@cua.dk>
11516
11517 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
11518 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
11519 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
11520
11521 * fringe.el (fringe-bitmap-p): New macro.
11522 (fringe-bitmaps): Add standard fringe bitmaps on load.
11523
4a2ca8dd
KS
115242004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11525
11526 * dired.el (dired-view-command-alist): Use more efficient regexps.
11527 Remove dubious arguments.
11528 (dired-align-file): New function.
11529 (dired-insert-directory): Use it.
11530 (dired-move-to-end-of-filename): Make the " -> " search more specific.
11531 (dired-buffers-for-dir): Remove unused var `pattern'.
11532
28f94a34 115332004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
ba55e59f
GM
11534
11535 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
11536 from diary display excursion. Store diary buffer's point for
11537 `simple-diary-display'.
11538 (simple-diary-display): Set window point and start when
11539 displaying buffer, to preserve point.
11540
e2577410
LT
115412004-09-27 Luc Teirlinck <teirllm@auburn.edu>
11542
11543 * textmodes/enriched.el (enriched-translations): Replace defconst
11544 with defvar.
11545
b1f6fa86
VJL
115462004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11547
11548 * printing.el: Doc fix.
11549 (pr-version): New version number (6.8.1).
11550 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
11551 make-temp-name.
bd9d7d76
SM
11552 (pr-delete-file): Check if file exists before deleting it.
11553 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
6c1178b5 11554
9238467d 115552004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
d6be0122
DN
11556
11557 * term.el (term-display-table): New variable.
11558 (term-mode): Use it.
11559 (term-exec-1): Set the coding system to binary.
11560 (term-emulate-terminal): Decode the string before inserting it.
6c1178b5 11561
d6be0122
DN
115622004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
11563
11564 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
bd9d7d76 11565 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
d6be0122
DN
11566 (map): Bind S-prior, S-next and S-insert.
11567 (term-mode): Set `indent-tabs-mode' to nil.
11568 (term-paste): New function to be bound to S-insert.
11569 (term-send-del, term-send-backspace): Change the strings sent.
11570 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
11571 (term-handle-colors-array): Fix handling of underline and reverse.
bd9d7d76 11572 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
d6be0122 11573 (term-erase-in-line): Fix comparison.
bd9d7d76
SM
11574 (term-emulate-terminal): Fix line wrap handling.
11575 (term-start-output-log): Rename from `term-set-output-log'.
11576 (term-stop-output-log): Rename from `term-stop-photo'.
11577 (term-switch-to-alternate-sub-buffer): Comment out, unused.
6c1178b5 11578
9238467d 115792004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
52e281e8 11580
1f3b4d04
SM
11581 * dired.el (dired-move-to-filename): Don't output a message if
11582 raise-error is non-nil. Fix return position and value.
11583
52e281e8
SM
11584 * files.el (insert-directory): Obey --dired even with symlinks.
11585
b3df990b
LH
115862004-09-25 Lars Hansen <larsh@math.ku.dk>
11587
52e281e8 11588 * ls-lisp.el (ls-lisp-format): Mark file names with property
b3df990b
LH
11589 dired-filename.
11590
ffb032e2
KS
115912004-09-25 Kim F. Storm <storm@cua.dk>
11592
11593 * ido.el (ido-max-directory-size): New defcustom.
11594 (ido-decorations): Add "too big" element.
11595 (ido-directory-too-big): New dynamic var.
11596 (ido-may-cache-directory): Don't cache big directories.
11597 (ido-directory-too-big-p): New defun.
11598 (ido-set-current-directory): Update ido-directory-too-big.
11599 (ido-read-internal): Make empty ido-cur-item if too-big.
11600 (ido-buffer-internal): Use ido-read-internal directly instead of
11601 ido-read-buffer.
11602 (ido-file-internal): Init ido-directory-too-big.
11603 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
11604 and redo completion with full list.
11605 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
11606 it, and show completions.
11607 (ido-all-completions): Let bind ido-directory-too-big to nil.
11608 (ido-exhibit): Handle ido-directory-too-big.
52e281e8
SM
11609 (ido-read-buffer): Handle fallback to read-buffer.
11610 Init ido-directory-too-big.
ffb032e2
KS
11611 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
11612 Init ido-directory-too-big.
11613
0869a860
LH
116142004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11615
11616 * subr.el (delay-mode-hooks): Doc fix.
11617
998733b3
LT
116182004-09-23 Luc Teirlinck <teirllm@auburn.edu>
11619
11620 * textmodes/enriched.el
11621 (enriched-default-text-properties-local-flag): New variable.
11622 (enriched-mode): Make sure that enabling and disabling the mode is
11623 a no-op. Doc fix.
11624
7daf6654 116252004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
97f3be50
GM
11626
11627 * calendar/holidays.el (holiday-advent): Report on a specified day
11628 offset from advent, not just advent.
11629 (holiday-easter-etc): Report on one specified day offset from
52eb0373 11630 easter, not all easter holidays. Various Easter holidays moved to
97f3be50
GM
11631 `christian-holidays' variable in calendar.el.
11632 * calendar/calendar.el (christian-holidays): Adapt for new
11633 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
11634
54e7526b
KS
116352004-09-23 Kim F. Storm <storm@cua.dk>
11636
ed2846bd
KS
11637 * image.el (insert-sliced-image): Add doc string.
11638
54e7526b
KS
11639 * ido.el (ido-choice-list): New dynamic var for `list' context.
11640 (ido-context-switch-command): New dynamic var.
11641 (ido-define-mode-map): Generalize switch between file/buffer contexts.
11642 (ido-read-internal): Handle new `list' context.
11643 Handle insert-buffer and insert-file ido-exit values.
11644 (ido-buffer-internal): New arg switch-cmd. Use it to setup
52eb0373 11645 ido-context-switch-command. Handle insert-file ido-exit value.
54e7526b
KS
11646 (ido-read-buffer): Set ido-context-switch-command to 'ignore
11647 unless it is already bound by caller.
11648 (ido-file-internal): New arg switch-cmd. Use it to setup
11649 ido-context-switch-command. Handle insert-buffer ido-exit value.
11650 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
11651 used for context switching.
11652 (ido-all-completions): Handle new `list' context.
11653 (ido-make-choice-list): Return choices for `list' context.
11654 (ido-find-file-in-dir, ido-display-file, ido-write-file)
11655 (ido-display-buffer, ido-kill-buffer): Disable context switching.
11656 (ido-insert-buffer, ido-insert-file): Setup context switching.
11657 (ido-exhibit): Handle `list' context.
11658 (ido-read-file-name): Disable context switching. Handle fallback.
11659 (ido-read-directory-name): Disable context switching.
11660 (ido-completing-read): New defun like completing-read. Setup and
11661 use new `list' context.
11662
a2052295
JH
116632004-09-20 Jesper Harder <harder@ifa.au.dk>
11664
11665 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
11666
9c5cb892
JB
116672004-09-21 Jay Belanger <belanger@truman.edu>
11668
77c99c7f 11669 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
9c5cb892 11670 `calc-graph-set-styles' so the gnuplot buffer will appear in a
4a2ca8dd 11671 separate window.
9c5cb892 11672
d45774a3
LT
116732004-09-21 Luc Teirlinck <teirllm@auburn.edu>
11674
11675 * subr.el (after-change-major-mode-hook): Doc fix.
11676
082b4369
VJL
116772004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11678
11679 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
11680 of ghostscript for monochrome PostScript file in Windows.
11681
88a74fa5
KH
116822004-09-21 Kenichi Handa <handa@m17n.org>
11683
59bb9410 11684 * descr-text.el (describe-char): Checking of quail activation fixed.
88a74fa5 11685
9c5cb892 116862004-09-21 Jay Belanger <belanger@truman.edu>
4a2ca8dd 11687
77c99c7f 11688 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
9c5cb892 11689
6d9ac082
LT
116902004-09-20 Luc Teirlinck <teirllm@auburn.edu>
11691
11692 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
6622d928 11693 after the mode hooks instead of before. Doc fix.
6d9ac082 11694
fe7ecaf2
JR
116952004-09-20 Jason Rumney <jasonr@gnu.org>
11696
11697 * startup.el (command-line) [windows-nt]: Try .emacs first, then
11698 _emacs, but revert to .emacs if neither exists in home directory.
11699
2e74da96
JPW
117002004-09-20 John Paul Wallington <jpw@gnu.org>
11701
11702 * bindings.el (completion-ignored-extensions): Add .dfsl.
11703
4d894c98
RS
117042004-09-20 Richard M. Stallman <rms@gnu.org>
11705
11706 * bindings.el (scroll-left): Make it disabled.
11707
11708 * files.el (enable-local-eval): Doc fix.
11709
11710 * indent.el (move-to-left-margin): Special case for minibuffer.
11711
11712 * term.el (term-emulate-terminal): Turn off undo for output.
11713 Use with-current-buffer and save-selected-window.
11714
11715 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
11716
6d9ac082 11717 * progmodes/make-mode.el (makefile-fill-paragraph):
4d894c98 11718 Don't insist on spaces when looking for comments. # is enough.
6d9ac082 11719
4d894c98
RS
11720 * files.el (hack-local-variables): Copy the variables list
11721 to another buffer, strip prefixes and suffixes there, then read.
11722 (enable-local-eval): Doc fix.
11723 (ignored-local-variables): Initialize to nil.
11724 (risky-local-variable-p): Don't check ignored-local-variables here.
11725 (hack-one-local-variable): Ignore var if in ignored-local-variables.
11726
117272004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11728
11729 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
11730 of = to "." (punctuation).
11731
9238467d 117322004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
a8a64811
SM
11733
11734 * subr.el (event-basic-type): Fix mask (extend to 22bits).
11735
7320911b
LT
117362004-09-18 Luc Teirlinck <teirllm@auburn.edu>
11737
11738 * textmodes/enriched.el (enriched-rerun-flag): New variable.
11739 (enriched-before-change-major-mode): New function.
11740 Add it to `change-major-mode-hook'.
11741 (enriched-after-change-major-mode): New function.
11742 Add it to `after-change-major-mode-hook'.
11743 (enriched-mode): Make it work correctly if called from
11744 `after-change-major-mode-hook'.
11745 No longer set `indent-line-function'.
11746
11747 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
11748
11749 * subr.el (after-change-major-mode-hook): New variable.
11750 (run-mode-hooks): Implement it.
11751
0f4a15f8
SM
117522004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11753
11754 * battery.el (battery-linux-proc-apm): Use string-to-number.
11755 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
11756 Use dolist (and less indentation). Use erase-buffer.
11757 Pre-initialize `design-capacity', `warn', and `low'.
11758 (battery-format): Use replace-regexp-in-string.
11759
d66fe334
EZ
117602004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
11761
11762 * battery.el: Delete superfluous empty lines.
11763 (battery-linux-proc-acpi): Attempt to gather information from all
11764 battery subdirectories regardless of their file name.
11765 (battery-linux-proc-apm): Replace all occurrences of
11766 battery-hex-to-int-2 with string-to-int (base 16).
11767 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
11768 (battery-hex-map): Delete variable.
11769
0529fb36
JPW
117702004-09-18 John Paul Wallington <jpw@gnu.org>
11771
11772 * calc/calc-units.el (calc-quick-units): Fix overzealous
11773 s/or/unless/.
11774
9c5cb892
JB
117752004-09-17 Jay Belanger <belanger@truman.edu>
11776
11fd50f7 11777 * calc/calc.el (calc-mode-var-list): Fix the value of
4a2ca8dd
KS
11778 `calc-matrix-brackets'.
11779
dc711054
JPW
117802004-09-17 Romain Francoise <romain@orebokech.com>
11781
0f4a15f8
SM
11782 * ibuf-ext.el (define-ibuffer-filter filename):
11783 Expand dired-directory since buffer-file-name is absolute.
dc711054 11784
6e3654ab
KS
117852004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11786
c8be3fe8
KS
11787 * ediff-init.el (ediff-current-diff-face-A)
11788 (ediff-current-diff-face-B, ediff-current-diff-face-C)
11789 (ediff-current-diff-face-Ancestor)
11790 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11791 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11792 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11793 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11794 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11795 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11796 Use min-colors.
11797
6e3654ab 11798 * term.el (term-down): Perform vertical motion if DOWN is negative.
0f4a15f8 11799 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
6e3654ab
KS
11800 (term-termcap-format): Synchronyze with the eterm terminfo entry
11801 in etc/e/eterm.ti.
11802 (term-handle-colors-array): If the current foreground or
11803 background are zero (i.e. unspecified), use the foreground and
11804 background of the default face for reverse video.
11805 (term-ansi-at-eval-string, term-ansi-default-fg)
0f4a15f8 11806 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
6e3654ab
KS
11807 (term-mem): Delete ununsed function.
11808 (term-protocol-version): Increment.
11809 (term-current-face): Set to default.
11810
9c5cb892
JB
118112004-09-15 Jay Belanger <belanger@truman.edu>
11812
11813 * calc/calc.el (calc-mode-var-list): Define this variable.
11814 (calc-always-load-extensions, calc-line-numbering)
11815 (calc-line-breaking, calc-display-just, calc-display-origin)
11816 (calc-number-radix, calc-leading-zeros, calc-group-digits)
11817 (calc-group-char, calc-point-char, calc-frac-format)
11818 (calc-prefer-frac, calc-hms-format, calc-date-format)
11819 (calc-float-format, calc-full-float-format, calc-complex-format)
11820 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
11821 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
11822 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
11823 (calc-matrix-brackets, calc-language, calc-language-option)
11824 (calc-left-label, calc-right-label, calc-word-size)
11825 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
11826 (calc-display-raw, calc-internal-prec, calc-angle-mode)
11827 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
11828 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
11829 (calc-window-height, calc-display-trail, calc-show-selections)
11830 (calc-use-selections, calc-assoc-selections)
11831 (calc-display-working-message, calc-auto-why, calc-timing)
11832 (calc-mode-save-mode, calc-standard-date-formats)
11833 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
11834 (calc-user-parse-tables, calc-gnuplot-default-device)
11835 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11836 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11837 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11838 (calc-invocation-macro, calc-show-banner): Give these values as
11839 part of `calc-mode-var-list's initialization after the variables
11840 are declared with defvar.
fe38e3b0 11841 (calc-bug-address): Change email address to send bug reports to.
77c99c7f 11842 Change the maintainer address at the top.
9c5cb892
JB
11843 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
11844 than "\\.emacs" to determine if it is the user-init-file.
11845
11846 * calc/calc-embed.el (calc-embedded-set-modes): Use
11847 `calc-mode-var-list' correctly.
11848
113e270a
TTN
118492004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
11850
11851 * vc.el (annotate-time): Document point handling.
11852 (vc-annotate-display-autoscale): Doc fix.
11853
5c2137b8
MB
118542004-09-15 Miles Bader <miles@gnu.org>
11855
11856 * generic.el (generic-make-keywords-list): Use symbol rather than
11857 word anchors in regexp.
11858
a386a960
JPW
118592004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
11860
11861 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
11862 no file name consider `dired-directory'.
11863
bfa02563
KS
118642004-09-14 Kim F. Storm <storm@cua.dk>
11865
11866 * faces.el (cursor): Add face-no-inherit property. Doc fix.
11867
0904599e
SJ
118682004-09-14 Simon Josefsson <jas@extundo.com>
11869
11870 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
11871
11872 * textmodes/dns-mode.el: Add.
11873
c046590e
SM
118742004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11875
11876 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
11877 (disabled-command-function): Make the ?\ char more obvious.
11878
11879 * vc-arch.el (vc-arch-root, vc-arch-registered):
11880 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
11881
82ae2f3f
EZ
118822004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
11883
11884 * windmove.el (windmove-frame-edges): Report coordinates of
11885 outside edges of frame, not inside edges.
11886 (windmove-coordinates-of-position): Convert into wrapper to new
11887 function `windmove-coordinates-of-window-position';
11888 `compute-motion' always applies to selected window.
11889 (windmove-coordinates-of-position): Update documentation to refer
11890 to Emacs 21 Lisp Reference Manual.
11891 (windmove-find-other-window): Fix off-by-one errors for max x,y.
11892
93e212f9
KS
118932004-09-13 Kim F. Storm <storm@cua.dk>
11894
11895 * isearch.el (isearch-resume-in-command-history): Rename from
11896 isearch-resume-enabled and change default to nil.
11897
c046590e 118982004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7c732021 11899
ce9f8ffb
SM
11900 * vc-hooks.el (vc-ignore-dir-regexp): New var.
11901 (vc-registered): Use it.
11902 (vc-find-root): New fun.
11903
87a53d2e
SM
11904 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11905 Don't tell to use \\{...} when it's already done.
11906
7c732021
SM
11907 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
11908 Provide a sample complex default.
11909 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
11910 (bibtex-entry): Use mapc.
11911
f2e92e79
KS
119122004-09-12 Kim F. Storm <storm@cua.dk>
11913
c0ad3b38
KS
11914 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
11915
f4961c00
KS
11916 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
11917 inhibit-field-text-motion to t so rectangles work in comint buffers.
11918
f2e92e79
KS
11919 * simple.el (choose-completion-string): Set buffer before running
11920 choose-completion-string-functions hook so it can be buffer-local.
11921
139aea08
DP
119222004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
11923
11924 * progmodes/compile.el (compilation-start): Parse command to see
11925 if it starts with a cd, and if so perform it for the *compilation*
11926 buffer. Change the header to reflect this.
11927
72b92836
KS
119282004-09-11 Kim F. Storm <storm@cua.dk>
11929
11930 * ido.el (ido-enable-dot-prefix): Doc fix.
11931 (ido-enable-dot-prefix): New defcustom.
11932 (ido-set-matches1): Use it.
11933
d528bff7
SM
119342004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11935
11936 * textmodes/bibtex.el (bibtex-mark-active)
11937 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
11938
119392004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11940
11941 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
11942 used in a case insensitive environment.
11943 (bibtex-mode-map): Rearrange order of menus.
11944 (bibtex-quoted-string-re): Obsolete.
11945 (bibtex-complete-key-cleanup): Variable replaced by new function.
11946 (bibtex-font-lock-keywords): Use backquotes.
11947 (bibtex-font-lock-url-regexp): New internal variable.
11948 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
11949 "OPT" and "ALT".
11950 (bibtex-insert-current-kill, bibtex-make-field)
11951 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
11952 (bibtex-parse-field-text): Simplify.
11953 (bibtex-string=): New helper function.
11954 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
11955 (bibtex-map-entries): Use bibtex-string=.
11956 (bibtex-search-entry): Use not.
11957 (bibtex-enclosing-field): Fix docstring.
11958 (bibtex-assoc-regexp): Obsolete.
11959 (bibtex-format-entry): Use assoc-string and bibtex-string=.
11960 (bibtex-autokey-get-names): Handle empty name field.
11961 (bibtex-parse-strings): Use assoc-string and unless.
11962 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
11963 Use assoc-string.
11964 (bibtex-pop): Simplify.
11965 (bibtex-mode): Set font-lock-extra-managed-props.
11966 (bibtex-entry-update): Use assoc-string.
11967 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
11968 (bibtex-autofill-entry): Use bibtex-string=.
11969 (bibtex-print-help-message): Simplify.
11970 (bibtex-find-entry): New optional arg START.
11971 (bibtex-validate): Use bibtex-string= and assoc-string.
11972 Do not call obsolete function compilation-parse-errors.
11973 (bibtex-remove-delimiters): Only remove delimiters if present.
11974 (bibtex-copy-entry-as-kill): Add docstring.
52eb0373 11975 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
d528bff7
SM
11976 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
11977 (bibtex-complete): Use bibtex-predefined-month-strings,
11978 bibtex-string=, and new function bibtex-complete-key-cleanup.
11979 (bibtex-generate-url-list): New variable.
11980 (bibtex-url): New command bound to C-c C-l and mouse-2.
11981 (bibtex-url-map): New local keymap for bibtex-url-mouse.
11982 (bibtex-font-lock-url): New function.
11983
cbd5542a
SM
119842004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11985
11986 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
11987
419a6e22
KS
119882004-09-09 Kim F. Storm <storm@cua.dk>
11989
11990 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
11991 counter and format with binding.
11992 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
11993 the declared macro uses own macro counter and format. Give symbol
11994 kmacro property.
11995 (kmacro-keymap): Bind kmacro-name-last-macro to n.
11996 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
11997 (kmacro-end-and-call-macro): Doc fix.
11998
340db502
LH
119992004-09-09 Lars Hansen <larsh@math.ku.dk>
12000
cbd5542a
SM
12001 * desktop.el (desktop-clear-preserve-buffers):
12002 Remove make-obsolete-variable.
340db502 12003
4d894c98
RS
120042004-09-08 Richard M. Stallman <rms@gnu.org>
12005
12006 * buff-menu.el (list-buffers-noselect): Call format-mode-line
12007 with the buffer as argument.
12008
c046590e 120092004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
c9cb3a26
SM
12010
12011 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
12012
a13cf3bc
JL
120132004-09-08 Juri Linkov <juri@jurta.org>
12014
12015 * replace.el (perform-replace): Use `query-replace-descr'.
12016
12017 * cus-start.el (history-delete-duplicates): Specify customization.
12018
12019 * diff-mode.el (diff-mode-map):
12020 * progmodes/compile.el (compilation-mode-map):
12021 * progmodes/grep.el (grep-mode-map):
12022 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
12023 to `next-error-follow-minor-mode'.
12024
120252004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12026
12027 * isearch.el (isearch-lazy-highlight-update): Take into account
12028 the case of zero-length match at the search bound.
12029
303e592c
KS
120302004-09-08 Kim F. Storm <storm@cua.dk>
12031
12032 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
12033 change. Use zero width overlays when necessary.
12034
52c408f2
TTN
120352004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12036
12037 * subr.el (split-string): Docfix.
12038
dfd5bc54
TTN
120392004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12040
12041 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
12042 (display-call-tree): Ensure newline after caller/calls blocks.
12043
6cc52547
TTN
120442004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12045
12046 * startup.el (command-line-1): Make option
12047 --directory/-L modify `load-path' straight away.
12048
edbf5932
TTN
120492004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12050
12051 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
12052
e114fc2c
TTN
120532004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12054
12055 * emacs-lisp/autoload.el (make-autoload):
12056 Handle `define-compilation-mode'.
12057
12058 * emacs-lisp/lisp-mode.el (define-compilation-mode):
12059 Specify `doc-string-elt' property.
12060
d430d2e8
TTN
120612004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12062
12063 * bs.el (bs-mode): Doc fix.
12064
9c64f299
TTN
120652004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12066
12067 * info.el (Info-insert-dir): Fix temp buffer leak bug.
12068
2fdc1cee
TTN
120692004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
12070
12071 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
12072
c52da52a
KH
120732004-09-08 Kenichi Handa <handa@m17n.org>
12074
12075 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
12076 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
12077 ps-mule-next-point -> 1+).
12078
12079 * composite.el (encode-composition-rule): Add autoload cooky.
12080
a020987f
LT
120812004-09-07 Luc Teirlinck <teirllm@auburn.edu>
12082
12083 * format.el (buffer-auto-save-file-format): Make it permanent local.
12084
a01c5155
KS
120852004-09-07 Kim F. Storm <storm@cua.dk>
12086
4e14f66c
KS
12087 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
12088 (authors-fixed-entries): Fix typo.
12089 (authors-canonical-author-name): Compact multiple spaces.
12090 Ignore trivial names (e.g. only first name).
12091
a01c5155
KS
12092 * term.el (term-window-width): Only use full window width on
12093 window system if overflow-newline-into-fringe is enabled.
12094 (term-mode): Don't disable overflow-newline-into-fringe.
12095
c046590e 120962004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
718dc91d 12097
c9cb3a26
SM
12098 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
12099 motion as seen on my Mac OS X xterms.
12100
718dc91d
SM
12101 * newcomment.el (uncomment-region-default, comment-region-default):
12102 New functions extracted from uncomment-region and comment-region.
12103 (comment-region, comment-region-function, uncomment-region)
12104 (uncomment-region-function): Use them.
12105
12106 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
12107
12108 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
12109 It's not crucial but can make sense at times.
12110
12111 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
12112 the first commit.
12113
12114 * vc.el (vc-buffer-context, vc-restore-buffer-context):
12115 Disable obsolete code.
12116
00889cf9
JL
121172004-09-07 Juri Linkov <juri@jurta.org>
12118
12119 * progmodes/grep.el (grep-highlight-matches): Change default from
8041ea75 12120 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
00889cf9
JL
12121 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
12122 if grep option `--color' is available, or to `nil' otherwise.
8041ea75
JL
12123 (grep-process-setup): Call `grep-compute-defaults' if
12124 `grep-highlight-matches' is not computed. Set env-vars only
12125 if `grep-highlight-matches' is `t'.
00889cf9
JL
12126 (grep-use-null-device): Remove redundant type `boolean' (`choice'
12127 is already defined).
12128
8041ea75
JL
12129 * progmodes/compile.el (compilation-start): Use copy of
12130 `process-environment' created by `copy-sequence' to not
12131 modify env-vars in the global `process-environment'.
12132
8a98a6c2
EZ
121332004-09-06 Eli Zaretskii <eliz@gnu.org>
12134
12135 * simple.el (next-error-follow-minor-mode): Fix last change.
12136
c28e534b
LT
121372004-09-05 Luc Teirlinck <teirllm@auburn.edu>
12138
12139 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
12140 permanent local.
12141
5f3a57c9
RS
121422004-09-04 Richard M. Stallman <rms@gnu.org>
12143
12144 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
12145 highlighting if the search string is empty.
12146
240c0c90
LT
121472004-09-04 Luc Teirlinck <teirllm@auburn.edu>
12148
12149 * facemenu.el (facemenu-active-faces): Change condition of inner
12150 `while' loop to also check the first two elements of `face-atts'
12151 and `mask-atts'.
12152
8e734456
JPW
121532004-09-04 John Paul Wallington <jpw@gnu.org>
12154
12155 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
12156 (thumbs-view-image-mode): Make buffer read-only.
12157
8f0d9e76
EZ
121582004-09-04 Christopher J. Madsen <cjm@pobox.com>
12159
12160 * textmodes/ispell.el (ispell-really-aspell): New defvar.
12161 (ispell-check-version): Set it.
12162 (ispell-send-replacement): New function.
12163 (ispell-process-line): Call ispell-send-replacement.
12164
2a1c966e
EZ
121652004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12166
12167 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
12168 Support choosing seconds with "s".
12169
0721fbe3
EZ
121702004-09-04 Jari Aalto <jari.aalto@poboxes.com>
12171
12172 * terminal.el (te-escape): Show `?' in prompt for help key.
12173
19f26a89 121742004-09-04 Emilio C. Lopes <eclig@gmx.net>
db1febad
EZ
12175
12176 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
12177
cbdad6e2
EZ
121782004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
12179
2a223f35 12180 * simple.el (next-error-follow-minor-mode)
0ad10447
EZ
12181 (next-error-follow-mode-post-command-hook): New functions.
12182 (next-error-follow-last-line): New defvar.
12183
718dc91d 12184 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
0ad10447
EZ
12185 * progmodes/compile.el (compilation-mode-map): Likewise.
12186 * progmodes/grep.el (grep-mode-map): Likewise.
12187 * replace.el (occur-mode-map): Likewise.
12188
cbdad6e2
EZ
12189 * newcomment.el (uncomment-region): Bind comment-use-global-state
12190 to nil.
12191
90e118ab
LT
121922004-09-03 Luc Teirlinck <teirllm@auburn.edu>
12193
12194 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
12195 locally around the call to `revert-buffer'.
12196
9e68f42d
JL
121972004-09-03 Juri Linkov <juri@jurta.org>
12198
12199 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
12200 `isearch-adjusted' to `t'.
12201 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
12202 (isearch-message-prefix): Add "pending" for isearch-adjusted.
12203 (isearch-other-meta-char): Restore isearch-point unconditionally.
12204 (isearch-query-replace): Add new arg `regexp-flag' and use it.
12205 Set point to start of match if region is not active in transient
12206 mark mode (to include the current match to region boundaries).
12207 Push the search string to `query-replace-from-history-variable'.
12208 Add prompt "Query replace regexp" for isearch-regexp.
12209 Add region beginning/end as last arguments of `perform-replace.'
12210 (isearch-query-replace-regexp): Replace code by the call to
12211 `isearch-query-replace' with arg `t'.
12212
b4fab893
RS
122132004-09-03 Richard M. Stallman <rms@gnu.org>
12214
12215 * startup.el (normal-top-level): Undo previous TERM change.
12216
46540080
KS
122172004-09-03 Kim F. Storm <storm@cua.dk>
12218
c59ee3b4
KS
12219 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
12220 highlight overlays; allow using RET when cursor is over a button.
12221 (cua--highlight-rectangle): Use it.
12222 (cua--rectangle-set-corners): Don't move backwards at eol.
12223 (cua--forward-line): Don't move into void after eob.
12224
46540080
KS
12225 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
12226 point is set (and displayed) inside rectangle.
12227 (cua--rectangle-operation): Fix for highlight of empty lines.
12228 (cua--highlight-rectangle): Fix highlight for tabs.
12229 Position cursor at left/right edge of rectangle using new `cursor'
12230 property on overlay strings.
12231 (cua--indent-rectangle): Don't tabify.
12232 (cua-rotate-rectangle): Ignore that point has moved.
12233
4bc6a872
RS
122342004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12235
12236 * term/mac-win.el: Add ASCII equivalents for some function keys.
12237 (mode-line-frame-identification): Sync with x-win.el.
12238
c3829a8e
JL
122392004-09-02 Juri Linkov <juri@jurta.org>
12240
12241 * progmodes/compile.el (compilation-buffer-name): Compare major
12242 mode with second element of compilation-arguments instead of third
12243 to reflect latest changes in compilation-arguments structure.
12244 (recompile): Use global variable `compilation-directory' to get
12245 recent compilation directory only when `recompile' is invoked NOT
12246 in the compilation buffer. Otherwise, use `default-directory' of
12247 the compilation buffer.
f0206910
JL
12248 (compilation-error-properties): Allow to funcall col and end-col.
12249 (compilation-mode-font-lock-keywords): Check col and end-col by
12250 `integerp'.
12251 (compilation-goto-locus): If end-mk is non-nil in transient mark
12252 mode don't activate the mark (and don't display message in
12253 push-mark), but highlight overlay between mk and end-mk.
12254
12255 * progmodes/grep.el (grep-highlight-matches): New defcustom.
12256 (grep-regexp-alist): Add rule to highlight grep matches.
12257 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
12258
12259 * info.el (Info-fontify-node): Don't compute other-tag
12260 if Info-hide-note-references=hide.
12261
12262 * help.el (function-called-at-point):
12263 * help-fns.el (variable-at-point):
12264 Try `find-tag-default' when other methods failed.
c3829a8e
JL
12265
12266 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12267 Do not push mark if inhibit-mark-movement is non-nil.
12268
12269 * textmodes/ispell.el (ispell-html-skip-alists):
12270 Fix backslashes in docstring.
12271
6a18e4e7
JL
122722004-09-01 Juri Linkov <juri@jurta.org>
12273
12274 * isearch.el (isearch-wrap-function)
12275 (isearch-push-state-function): New defvars.
12276 (isearch-pop-fun-state): New defsubst.
12277 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
12278 (isearch-push-state): Set the result of calling
12279 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
12280 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
12281 restore the mode-specific starting point of terminated search.
12282 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
12283 (isearch-repeat): Call `isearch-wrap-function' if defined.
12284 (isearch-message-prefix): Don't add prefix "over" to the message
12285 for wrapped search if `isearch-wrap-function' is defined.
12286 (isearch-search): Call function saved in `isearch-pop-fun-state' to
12287 restore the mode-specific starting point of failed search.
12288
12289 * info.el (Info-search-whitespace-regexp): Fix backslashes.
12290 (Info-search): Add new optional arguments for the sake of isearch.
12291 Replace whitespace in Info-search-whitespace-regexp literally.
12292 Add backward search. Don't call `Info-select-node' if regexp is
12293 found in the same Info node. Don't add node to Info-history for
12294 wrapped isearch.
12295 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
12296 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
12297 (Info-mode): Set local variables `isearch-search-fun-function',
12298 `isearch-wrap-function', `isearch-push-state-function',
12299 `search-whitespace-regexp'.
12300
12301 * isearch.el: Remove ancient Change Log section.
12302 (isearch-string, isearch-message-string, isearch-point)
12303 (isearch-success, isearch-forward-flag, isearch-other-end)
12304 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12305 (isearch-barrier, isearch-within-brackets)
12306 (isearch-case-fold-search): Add suffix `-state' to state-related
12307 defsubsts to avoid name clashes with other function names.
12308
12309 * simple.el (next-error): New defgroup and defface.
12310 (next-error-highlight, next-error-highlight-no-select):
12311 New defcustoms.
12312 (next-error-no-select): Let-bind next-error-highlight to the value
12313 of next-error-highlight-no-select before calling `next-error'.
12314
12315 * progmodes/compile.el (compilation-goto-locus):
12316 Use `next-error' face instead of `region'. Set 4-th argument of
12317 `move-overlay' to `current-buffer' to move overlay to different
12318 source buffers. Use new variable `next-error-highlight'.
12319
12320 * simple.el (next-error-find-buffer): Move the rule
12321 "if current buffer is a next-error capable buffer" after the
12322 rule "if next-error-last-buffer is set to a live buffer".
12323 Simplify to test all rules in one `or'.
12324 (next-error): Doc fix.
12325 (next-error, previous-error, first-error)
12326 (next-error-no-select, previous-error-no-select):
12327 Make arguments optional.
12328
7d01236c
LT
123292004-08-31 Luc Teirlinck <teirllm@auburn.edu>
12330
12331 * macros.el (apply-macro-to-region-lines): Make it operate on all
12332 lines that begin in the region, rather than on all complete lines
12333 in the region.
12334
7a01b040
JD
123352004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12336
12337 * x-dnd.el (x-dnd-protocol-alist): Document update.
12338 (x-dnd-known-types): Defcustom it.
12339 (x-dnd-handle-motif): Print message-atom in error message.
12340
f04232c3
JPW
123412004-08-30 John Paul Wallington <jpw@gnu.org>
12342
12343 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
12344 strings rather than programatically constructing message.
12345
4f4ce597
RS
123462004-08-30 Richard M. Stallman <rms@gnu.org>
12347
12348 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
12349 Don't return a string that would read as the wrong character code.
12350
2661eae9
KS
123512004-08-29 Kim F. Storm <storm@cua.dk>
12352
c046590e
SM
12353 * emulation/cua-base.el (cua-auto-expand-rectangles):
12354 Remove automatic rectangle padding feature; replace by non-destructive
2661eae9
KS
12355 virtual rectangle edges feature.
12356 (cua-virtual-rectangle-edges): New defcustom.
12357 (cua-auto-tabify-rectangles): New defcustom.
12358 (cua-paste): If paste into a marked rectangle, insert rectangle at
12359 current column, even if virtual; also paste exactly as many lines
12360 as has been marked (ignore additional lines or add empty lines),
12361 but paste whole source if only one line is marked.
12362 (cua--update-indications): No longer use overwrite-cursor to
12363 indicate rectangle padding
12364
12365 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
12366 (cua--rectangle-virtual-edges): New defun.
12367 (cua--rectangle-get-corners): Remove optional PAD arg.
12368 (cua--rectangle-set-corners): Never do padding.
12369 (cua--forward-line): Remove optional PAD arg. Simplify.
12370 (cua-resize-rectangle-right, cua-resize-rectangle-left)
12371 (cua-resize-rectangle-down, cua-resize-rectangle-up):
12372 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
12373 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
12374 (cua--rectangle-move): Never do padding. Simplify.
12375 (cua--tabify-start): New defun.
12376 (cua--rectangle-operation): Add tabify arg. All callers changed.
12377 (cua--pad-rectangle): Remove.
12378 (cua--delete-rectangle): Handle delete with virtual edges.
12379 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
12380 (cua--insert-rectangle): Handle insert at virtual column.
12381 Perform auto-tabify if necessary.
12382 (cua--activate-rectangle): Remove optional FORCE arg.
12383 Never do padding. Simplify.
12384 (cua--highlight-rectangle): Enhance for virtual edges.
12385 (cua-toggle-rectangle-padding): Remove command.
12386 (cua-toggle-rectangle-virtual-edges): New command.
12387 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
12388 (cua--rectangle-post-command): Don't force rectangle padding.
12389 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
12390
a71eb435
LT
123912004-08-28 Luc Teirlinck <teirllm@auburn.edu>
12392
12393 * indent.el (edit-tab-stops-buffer): Doc fix.
12394
ea2e9f8d
RS
123952004-08-28 Richard M. Stallman <rms@gnu.org>
12396
12397 * progmodes/grep.el (grep-default-command): Use find-tag-default.
12398 (grep-tag-default): Function deleted.
12399
77c99c7f 12400 * subr.el (find-tag-default): Move from etags.el.
ea2e9f8d 12401
77c99c7f 12402 * progmodes/etags.el (find-tag-default): Move to subr.el.
ea2e9f8d
RS
12403
12404 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
12405 into the basic character if it has an uppercase form.
12406
11d2e01b
KH
124072004-08-27 Kenichi Handa <handa@m17n.org>
12408
12409 * international/utf-8.el (utf-8-post-read-conversion): If the
12410 buffer is unibyte, temporarily make it multibyte.
12411
0e48150a
MY
124122004-08-27 Masatake YAMATO <jet@gyve.org>
12413
12414 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
12415
2eb43e13
JPW
124162004-08-25 John Paul Wallington <jpw@gnu.org>
12417
003274a0
JPW
12418 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
12419 0, 1, and many mismatches in message.
12420 (tex-start-shell): Use `set-process-query-on-exit-flag'.
12421
2eb43e13
JPW
12422 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
12423 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
12424
55a88c8a
SM
124252004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12426
12427 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
12428 vc-diff-switches differently.
12429
49eac10f
LT
124302004-08-22 Luc Teirlinck <teirllm@auburn.edu>
12431
12432 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
12433 before and a real defvar after
12434 `speedbar-supported-extension-expressions'. This is to silence
12435 the compiler without breaking bootstrapping.
12436
2ee3b79e
RS
124372004-08-22 Richard M. Stallman <rms@gnu.org>
12438
55a88c8a
SM
12439 * textmodes/flyspell.el (flyspell-word):
12440 Use set-process-query-on-exit-flag.
2ee3b79e
RS
12441 (flyspell-highlight-duplicate-region): Take POSS as arg.
12442 (flyspell-word): Pass POSS as arg.
12443
12444 * progmodes/ada-xref.el: Many doc and style fixes.
12445 (ada-find-any-references): Use compilation-start.
12446 (ada-get-ali-file-name): Improve error msg.
12447 (ada-get-ada-file-name): Likewise.
12448
12449 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
12450 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
12451
12452 * mail/mail-extr.el (mail-extr-all-top-level-domains):
12453 Add forward defvar.
12454
12455 * whitespace.el (global-whitespace-mode): New alias
12456 for whitespace-global-mode.
12457
77c99c7f 12458 * speedbar.el (speedbar-file-regexp): Move definition up.
2ee3b79e
RS
12459 (speedbar-mode, speedbar-set-mode-line-format):
12460 Use with-no-warnings.
12461 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
12462
12463 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
12464 controls whether to display the error buffer.
12465
12466 * ps-mule.el: Delete compatibility code for old Emacses.
12467 (ps-mule-find-wrappoint): Don't use chars-in-region.
12468
49eac10f 12469 * frame.el (display-mouse-p, display-selections-p):
2ee3b79e 12470 Use with-no-warnings.
49eac10f 12471
2ee3b79e
RS
12472 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
12473
90a02640
DK
124742004-08-22 David Kastrup <dak@gnu.org>
12475
818226ac
DK
12476 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
12477 information.
12478
90a02640
DK
12479 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
12480
2b54cb7b
AS
124812004-08-22 Andreas Schwab <schwab@suse.de>
12482
55a88c8a 12483 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
2b54cb7b 12484
44feddcf
MY
124852004-08-22 Masatake YAMATO <jet@gyve.org>
12486
12487 * cvs-status.el (cvs-status-checkout): New function.
12488 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
12489
311f32fe
DK
124902004-08-21 David Kastrup <dak@gnu.org>
12491
12492 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
12493 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
12494 has been converted to use hashtables, the relation `nil=none' is
12495 no longer valid, as `nil' is not a hashtable. This patch tries to
12496 reduce the number of resulting errors.
12497
3829aa6f
JPW
124982004-08-21 John Paul Wallington <jpw@gnu.org>
12499
12500 * subr.el (process-kill-without-query): Made obsolete in
12501 version 21.4, not 21.5.
12502
12503 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
12504 (vc-previous-comment, vc-next-comment)
12505 (vc-comment-search-reverse, vc-comment-search-forward)
12506 (vc-comment-to-change-log): Likewise.
12507
12508 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
12509
29bbca9e
EZ
125102004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
12511
aca16f78
SM
12512 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
12513 Correct indentation of DEFMETHODS with non-standard method
29bbca9e
EZ
12514 combinations (e.g., PROGN, MIN, MAX).
12515
aca16f78
SM
125162004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
12517
12518 * startup.el (normal-top-level-add-subdirs-to-load-path):
12519 Avoid unnecessarily checking system-type.
12520 (normal-top-level): Set TERM to "dumb". Simplify.
12521
12522 * avoid.el (mouse-avoidance-ignore-p): New fun.
12523 Also ignore switch-frame, select-window, double, and triple clicks.
12524 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
12525 (mouse-avoidance-fancy-hook): Use it.
12526
125272004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
12528
12529 * avoid.el (mouse-avoidance-nudge-mouse)
12530 (mouse-avoidance-banish-destination): Stay within the current window
12531 to avoid problems with mouse-autoselect-window.
12532
27615979
SM
125332004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12534
12535 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
12536 the newer format of some messages in cvs-1.12.1.
12537
2b8d823f
MY
125382004-08-19 Masatake YAMATO <jet@gyve.org>
12539
12540 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
12541 (elp-results-jump-to-definition-by-mouse)
aca16f78 12542 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
2b8d823f
MY
12543 (elp-output-result): Use elp-output-insert-symname.
12544
295f3b30
KH
125452004-08-18 Kenichi Handa <handa@m17n.org>
12546
12547 * language/cyrillic.el: Register koi8-r in
12548 ctext-non-standard-encodings-alist.
12549 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
12550
eacd5edc
LT
125512004-08-17 Luc Teirlinck <teirllm@auburn.edu>
12552
12553 * emacs-lisp/copyright.el (copyright-update-year): Delete code
12554 that replaces 20xy with xy.
12555
ee1fcbdd
JPW
125562004-08-17 John Paul Wallington <jpw@gnu.org>
12557
12558 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
12559 (reb-force-update): Doc fix.
12560
8afc13c6
RS
125612004-08-16 Richard M. Stallman <rms@gnu.org>
12562
12563 * progmodes/which-func.el (which-func-update-1): Doc fix.
12564
12565 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
12566 (sh-mode-abbrev-table): New variable.
12567
12568 * progmodes/compile.el (compilation-mode): Doc fix.
12569
12570 * emacs-lisp/lisp-mode.el (eval-last-sexp):
12571 Don't cons a new symbol each time.
12572 (eval-last-sexp-fake-value): New variable.
12573
12574 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
12575 (copyright-update-year): Detect continuation of list of years.
12576
12577 * term.el (term-default-fg-color, term-default-bg-color)
12578 (ansi-term-color-vector): Use `unspecified', not nil, as default.
12579
12580 * imenu.el: Several doc fixes: don't say variables are buffer-local.
12581
19f26a89 125822004-08-16 Davis Herring <herring@lanl.gov>
be3a9510
LT
12583
12584 * isearch.el (isearch-string, isearch-message-string, isearch-point)
12585 (isearch-success, isearch-forward-flag, isearch-other-end)
12586 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12587 (isearch-barrier, isearch-within-brackets)
12588 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
12589
68fbea3a
KH
125902004-08-16 Kenichi Handa <handa@m17n.org>
12591
12592 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
12593
c3ff5bc1
KH
125942004-08-15 Kenichi Handa <handa@m17n.org>
12595
12596 * term/x-win.el (x-selection-value): If utf8 was successful but
12597 ctext was not, use utf8 string.
12598
e11d1dd9
EZ
125992004-08-14 Davis Herring <herring@lanl.gov>
12600
12601 * isearch.el: Remove accidental changes of March 4. Fix backing
12602 up when a regexp isearch is made more general. Use symbolic
12603 accessor functions for isearch stack frames to make usage clearer.
12604 (search-whitespace-regexp): Made groups in documentation shy (as
12605 is the group in the default value).
12606 (isearch-fallback): New function, addresses problems with regexps
12607 liberalized by `\|', adds support for liberalization by `\}' (the
12608 general repetition construct), and incorporates behavior for
12609 `*'/`?'.
12610 (isearch-}-char): New command, calls `isearch-fallback' with
12611 arguments appropriate to a typed `}'.
12612 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
12613 appropriately.
12614 (isearch-mode-map): Bind `}' to `isearch-}-char'.
be3a9510
LT
12615 (isearch-string, isearch-message,string, isearch-point)
12616 (isearch-success, isearch-forward-flag, isearch-other-end)
12617 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12618 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
e11d1dd9
EZ
12619 New inline functions to read fields of a stack frame.
12620
ab5a4a32
EZ
126212004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
12622
12623 * battery.el (battery-linux-proc-acpi): Look into battery
12624 directories matching the literal string "CMB", too (required for
12625 Linux kernel version 2.6.7).
12626
78642e03
JPW
126272004-08-14 John Paul Wallington <jpw@gnu.org>
12628
6dad1714
JPW
12629 * cus-start.el (read-file-name-completion-ignore-case): Add.
12630 (blink-cursor-alist): Change version to "21.4".
12631
78642e03
JPW
12632 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
12633
048526bd
DP
126342004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
12635
12636 * speedbar.el (speedbar-scan-subdirs): New option.
12637 (speedbar-file-lists): Don't ignore file-name case on Unix and use
12638 dolist.
12639 (speedbar-insert-files-at-point): Take an extra argument and use
12640 it to optionally find out if a subdir is empty. Also unreadable
12641 files don't get expand buttons.
42e1fd33 12642 (speedbar-directory): New image (unused pixmap already existed).
048526bd
DP
12643 (speedbar-expand-image-button-alist): Use it.
12644
2a15eb73
MS
126452004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
12646
12647 CC Mode update to 5.30.9:
12648
12649 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
aca16f78 12650 Move from cc-vars to cc-defs for dependency reasons. Fix the
2a15eb73
MS
12651 POSIX char class test to check that it works in
12652 `skip-chars-(forward|backward)' too.
12653
aca16f78 12654 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
2a15eb73
MS
12655 first argument starts with a special brace list.
12656
aca16f78 12657 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
2a15eb73
MS
12658 when `c-opt-type-concat-key' is used (i.e. in Pike).
12659
aca16f78 12660 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
52eb0373
JB
12661 Fix bug when the inner char pair doesn't have paren syntax,
12662 i.e. "(<>)".
2a15eb73
MS
12663
12664 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
12665 whitespace safe.
12666
aca16f78 12667 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
2a15eb73
MS
12668 position for `arglist-intro', `arglist-cont-nonempty' and
12669 `arglist-close' when there are two arglist open parens on the same
12670 line and there's nothing in front of the first.
12671
aca16f78 12672 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
2a15eb73
MS
12673 locking of qualified names in Java, which previously could fontify
12674 common indexing expressions in many cases. The standard Java
12675 naming conventions are used to tell them apart.
12676
aca16f78
SM
12677 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
12678 Fix inconsistency wrt opening parens on the first line inside a paren
2a15eb73
MS
12679 block.
12680
12681 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
12682 compile time for the sake of `c-major-mode-is'.
12683
12684 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
12685 `c-major-mode-is' in the event that this is used inside a
12686 `c-lang-defconst'.
12687
aca16f78 12688 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
2a15eb73
MS
12689 `c-lang-defconst' so that it works better with fallback languages.
12690
aca16f78 12691 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
2a15eb73
MS
12692 it to fail to record the base mode.
12693
aca16f78
SM
12694 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12695 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
77c99c7f 12696 is used. Reorder the syntax checks to get more efficient
2a15eb73
MS
12697 skipping in some situations.
12698
12699 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
12700 continuation which might precede the newly inserted '{'.
12701
aca16f78
SM
12702 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12703 Fix cases where it could loop indefinitely.
2a15eb73
MS
12704
12705 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
12706 size specs correctly. Only fontify identifiers in front of '('
77c99c7f 12707 with as functions - don't accept any paren char. Tighten up
2a15eb73
MS
12708 initializer skipping to stop before function and class blocks.
12709
aca16f78 12710 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
2a15eb73
MS
12711 the point could be left directly after an open paren when finding
12712 the beginning of the first decl in the block.
12713
12714 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
12715 table when filtering out legitimate open parens to be recorded.
12716 This could cause cache inconsistencies when e.g.
12717 `c++-template-syntax-table' was temporarily in use.
12718
aca16f78
SM
12719 * progmodes/cc-engine.el (c-on-identifier)
12720 (c-simple-skip-symbol-backward): Small fix for handling "-"
2a15eb73
MS
12721 correctly in `skip-chars-backward'. Affected the operator lfun
12722 syntax in Pike.
12723
aca16f78
SM
12724 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
12725 Fix bug that could cause an error from `after-change-functions' when
2a15eb73
MS
12726 the changed region is at bob.
12727
127282004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
12729
12730 CC Mode update to 5.30.9:
12731
12732 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
12733 to say that <TAB> doesn't insert WS into a CPP line.
12734 (c-indent-command, c-tab-always-indent): Amend doc strings.
12735
12736 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
12737 checks for user errors, thus eliminating cryptic and unhelpful
12738 Emacs error messages. (1) Check the arg to `c-set-style' is a
12739 string. (2) Check that settings to `c-offsets-alist' are not
12740 spuriously quoted.
12741
52eb0373 12742 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
2a15eb73
MS
12743 which precedes the newly inserted `{'.
12744
48ddd622
MA
127452004-08-10 Michael Albinus <michael.albinus@gmx.de>
12746
12747 Sync with Tramp 2.0.44.
12748
12749 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
12750 function "tramp_file_attributes". Otherwise, file names
12751 containing spaces are misinterpreted. Reported by Magnus Henoch
12752 <mange@freemail.hu>.
12753 (tramp-handle-file-truename): FILENAME must be expanded first.
12754 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
12755 obscure results. Reported by D. Goel <deego@gnufans.org>.
12756 (tramp-handle-verify-visited-file-modtime): If file does not
12757 exist, say it is not modified if and only if that agrees with the
12758 buffer's record. Check whether a file is visiting the buffer, or
12759 the buffer has no recorded last modification time. Return t in
12760 case the visiting file doesn't exist. Suggested by Luc Teirlinck
12761 <teirllm@auburn.edu>.
12762 (tramp-handle-write-region): Pass modtime explicitely to
12763 `set-visited-file-modtime', because filename can be different
12764 from (buffer-file-name) if `file-precious-flag' is set.
12765 `set-visited-file-modtime' must be called always when `visit' is t
12766 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
12767 (tramp-handle-set-visited-file-modtime): If `time-list' is not
12768 nil, don't apply the whole body. If the file doesn't exists, set
12769 modtime to '(-1 65535). Suggested by Luc Teirlinck
12770 <teirllm@auburn.edu>.
12771
2bd77330
LT
127722004-08-09 Luc Teirlinck <teirllm@auburn.edu>
12773
12774 * help.el (describe-bindings): Doc fix.
12775
12776 * subr.el (kbd): Doc fix.
12777
7ad938e7
JPW
127782004-08-08 John Paul Wallington <jpw@gnu.org>
12779
12780 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
12781 instead of `string-to-int'.
12782 (define-ibuffer-column mode): Fix indentation.
12783
3bc603c4
LH
127842004-08-08 Lars Hansen <larsh@math.ku.dk>
12785
aca16f78 12786 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
3bc603c4 12787
8392e138
LT
127882004-08-08 Luc Teirlinck <teirllm@auburn.edu>
12789
12790 * subr.el (global-unset-key, local-unset-key): Doc fixes.
12791
12792 * novice.el (disabled-command-function): New variable renamed from
12793 `disabled-command-hook'.
12794 (disabled-command-hook): Keep the _variable_ as alias for
12795 `disabled-command-function' and make obsolete.
12796 (disabled-command-function): Function renamed from
12797 `disabled-command-hook'. Adapt code to name change of the variable.
12798
abaf2e77
EZ
127992004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
12800
12801 * simple.el (completion-root-regexp): New defvar.
12802 (completion-setup-function): Use it instead of a literal string.
12803
8bd6323a
JPW
128042004-08-07 John Paul Wallington <jpw@gnu.org>
12805
12806 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
12807 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
12808 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
12809 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
12810
093b77de
KH
128112004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12812
12813 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
12814 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
12815
af1781ac
KH
128162004-08-04 Kenichi Handa <handa@m17n.org>
12817
aca16f78
SM
12818 * international/encoded-kb.el (encoded-kbd-setup-keymap):
12819 Fix previous change.
af1781ac
KH
12820
128212004-08-03 Kenichi Handa <handa@m17n.org>
12822
12823 * international/encoded-kb.el: The following changes are to
12824 utilize key-translation-map instead of minor mode map.
12825 (encoded-kbd-iso2022-non-ascii-map): Delete it.
12826 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
12827 (encoded-kbd-last-key): New function.
12828 (encoded-kbd-iso2022-single-shift): New function.
12829 (encoded-kbd-iso2022-designation)
12830 (encoded-kbd-self-insert-iso2022-7bit)
12831 (encoded-kbd-self-insert-iso2022-8bit)
12832 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
12833 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
12834 key-translation-map.
12835 (encoded-kbd-setup-keymap): Setup key-translation-map.
12836 (saved-key-translation-map): New variable.
c046590e
SM
12837 (encoded-kbd-mode): Save/restore key-translation-map.
12838 Adjust for the change of encoded-kbd-setup-keymap.
af1781ac 12839
0f7a93c1
KS
128402004-08-02 Kim F. Storm <storm@cua.dk>
12841
12842 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
12843 and call compute-motion with nil for topos and width to get proper
12844 usable width and height for both window and non-window systems.
12845
12846 * windmove.el (windmove-coordinates-of-position): Let compute-motion
12847 calculate usable window width and height.
12848
12849 * window.el (window-buffer-height): Call compute-motion with nil width.
12850
78629844
DK
128512004-08-01 David Kastrup <dak@gnu.org>
12852
aca16f78
SM
12853 * replace.el (query-replace-read-from):
12854 Use `query-replace-compile-replacement'.
78629844
DK
12855 (query-replace-compile-replacement): New function.
12856 (query-replace-read-to): Use `query-replace-compile-replacement'
12857 for repeating the last command.
12858
e7fdaf63
JPW
128592004-08-01 John Paul Wallington <jpw@gnu.org>
12860
fdeadcd1
JPW
12861 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
12862 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
12863 (pr-switches): Remove period from end of error messages.
12864
12865 * help-mode.el (help-go-back): Likewise.
12866
e7fdaf63
JPW
12867 * abbrev.el (only-global-abbrevs): Doc fix.
12868 (edit-abbrevs-map): Define within defvar.
12869 (quietly-read-abbrev-file): Doc fix.
12870
83f64226
LT
128712004-07-31 Luc Teirlinck <teirllm@auburn.edu>
12872
12873 * novice.el (enable-command, disable-command): Doc fixes.
12874
12875 * subr.el (event-modifiers, event-basic-type): Doc fixes.
12876
53a7160c
RS
128772004-07-30 Richard M. Stallman <rms@gnu.org>
12878
12879 * subr.el (with-local-quit): Doc fix.
12880
4bcce19c
LT
128812004-07-30 Luc Teirlinck <teirllm@auburn.edu>
12882
12883 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
12884
ee945d08
LT
128852004-07-28 Luc Teirlinck <teirllm@auburn.edu>
12886
12887 * custom.el (defcustom): Doc fix.
12888
31f98a93
MY
128892004-07-28 Masatake YAMATO <jet@gyve.org>
12890
12891 * progmodes/etags.el (etags-tags-apropos): Show building progress.
12892
38357a23
SM
128932004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12894
12895 * imenu.el (imenu-prev-index-position-function)
12896 (imenu-extract-index-name-function, imenu-name-lookup-function)
12897 (imenu--index-alist): Docstring redundancy fix.
12898
e0db2366
LH
128992004-07-25 Lars Hansen <larsh@math.ku.dk>
12900
12901 * wdired.el (wdired-finish-edit): Require dired-aux before locally
12902 binding dired-backup-overwrite.
12903
a3111ae4
JPW
129042004-07-25 John Paul Wallington <jpw@gnu.org>
12905
12906 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
12907
b96b979c
LT
129082004-07-24 Luc Teirlinck <teirllm@auburn.edu>
12909
12910 * term/tty-colors.el (tty-color-approximate): Doc fix.
12911
12912 * select.el (x-get-selection, x-set-selection): Doc fixes.
12913
12914 * frame.el (make-frame): Doc fix.
12915
7630911d
RS
129162004-07-24 Richard M. Stallman <rms@gnu.org>
12917
12918 * mail/rmail.el (rmail-mime-charset-pattern):
12919 Don't include semicolon in the charset value.
12920
12921 * replace.el (occur-next-error): Call set-window-point.
12922 (occur-engine): Handle negative NLINES.
12923
d398de43
LT
129242004-07-23 Luc Teirlinck <teirllm@auburn.edu>
12925
12926 * frame.el (modify-all-frames-parameters): Minor doc fix.
833a249e 12927 (set-frame-configuration): Doc fix.
d398de43 12928
55c4a67c
EZ
129292004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12930
12931 * simple.el (completion-setup-function): Compute the common parts
12932 and the first difference place correctly when
12933 partial-completion-mode is on.
12934
9586e1d3
VJL
129352004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12936
47a97a6d 12937 * ps-print.el: Doc fix.
9586e1d3
VJL
12938 (ps-print-version): New version 6.6.5.
12939 (ps-printing-region): Doc fix.
12940 (ps-generate-string-list): Comment fix.
47a97a6d
VJL
12941 (ps-message-log-max): Code fix.
12942
47a97a6d
VJL
129432004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
12944
12945 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
12946 generated PostScript.
9586e1d3 12947
23f87bed
MB
129482004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
12949
12950 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
12951 with Gnus v5_10 branch.)
12952
129532004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
12954
12955 * calendar/time-date.el (time-to-number-of-days): New function.
12956 Imported from from Gnus.
12957
8b66e34f
KS
129582004-07-22 Kim F. Storm <storm@cua.dk>
12959
12960 * progmodes/make-mode.el: Fix comments.
12961
553d3334
VJL
129622004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12963
12964 * printing.el: Doc fix.
12965
bf294e2f
LT
129662004-07-20 Luc Teirlinck <teirllm@auburn.edu>
12967
12968 * frame.el (modify-all-frames-parameters): Minor doc fix.
12969
1637ed87
RS
129702004-07-20 Richard M. Stallman <rms@gnu.org>
12971
6a18e4e7
JL
12972 * textmodes/fill.el (fill-nobreak-p): If this break point is
12973 at the end of the line, don't consider the newline which follows
12974 as a reason to return t.
1637ed87 12975
9375be01
JPW
129762004-07-19 John Paul Wallington <jpw@gnu.org>
12977
12978 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
12979
c60b302c
LT
129802004-07-18 Luc Teirlinck <teirllm@auburn.edu>
12981
12982 * dired-aux.el (dired-do-kill-lines): Expand docstring.
12983 Delete irrelevant code.
12984
cdfa3ecc
KG
129852004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12986
38357a23
SM
12987 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12988 New docstring. From Luc Teirlinck.
cdfa3ecc 12989
2d677766
LT
129902004-07-17 Luc Teirlinck <teirllm@auburn.edu>
12991
12992 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
12993 section.
12994 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
12995 non-file buffers. We know it is nil.
12996
07dfe738
KG
129972004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12998
12999 Sync with Tramp 2.0.43.
13000
c046590e
SM
13001 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13002 Remove outdated comment.
07dfe738
KG
13003 (tramp-locked, tramp-locker): New variables for implementing a
13004 global lock.
c046590e 13005 (tramp-sh-file-name-handler): Use them to implement the global lock.
2d677766 13006
07dfe738
KG
130072004-07-13 Michael Albinus <michael.albinus@gmx.de>
13008
13009 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
13010 calls to respective `xxx` calls.
13011 (tramp-process-alive-regexp): Precise doc string.
13012 (tramp-multi-action-process-alive): New defun.
13013 (tramp-multi-actions): Use it.
13014 (tramp-handle-find-backup-file-name): `copy-tree' is available
bf247b6e 13015 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
07dfe738
KG
13016 in order to avoid this function.
13017 (tramp-handle-write-region): Set current buffer. If connection
13018 wasn't open, `file-modes' has changed it accidently. Reported by
13019 David Kastrup <dak@gnu.org>.
13020 (tramp-enter-password, tramp-read-passwd): New arguments USER and
13021 HOST.
13022 (tramp-action-password, tramp-multi-action-password): Apply it.
13023 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
13024 name must still contain the port number. Otherwise, we have two
13025 Tramp buffers, with all the confusion. Reported by Myron Selby
13026 <myron@xytech.com> and Rolf Dubitzky
13027 <Dubitzky@physi.uni-heidelberg.de>.
13028
13029 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
13030 HOST to `tramp-enter-passwd'.
13031
13032 * net/tramp-vc.el (all): Code cleanup. Change all
13033 `tramp-handle-xxx' calls to respective `xxx` calls.
2d677766 13034
3e39672f
JY
130352004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
13036
13037 * emacs-lisp/testcover.el: New category "potentially-1valued" for
13038 functions that are not erroneous if either 1-valued or
13039 multi-valued. Detect functions in this class.
c046590e 13040 (testcover-1value-functions, testcover-compose-functions)
77c99c7f 13041 (testcover-progn-functions) Add some additional functions to lists.
3e39672f
JY
13042 (testcover-mark): Bugfix when marking up the definition for an
13043 empty function.
13044
3751eb00
RS
130452004-07-17 Richard M. Stallman <rms@gnu.org>
13046
c046590e
SM
13047 * replace.el (occur-read-primary-args): Pass default to
13048 read-from-minibuffer.
3751eb00
RS
13049
13050 * mail/footnote.el (footnote-section-tag): Use defcustom.
13051
13052 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
13053 Compile font-lock-keywords, not KEYWORDS.
13054 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
13055 Add warn, check-type. Handle cerror like error.
13056
77787810
DP
130572004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
13058
13059 * progmodes/which-func.el (which-func-keymap): New var.
13060 (which-func-face): New face.
13061 (which-func-format): Use them.
13062
b6fdd1ef
EZ
130632004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13064
13065 * buff-menu.el (list-buffers-noselect): Append the buffer's
13066 process status to its mode name.
13067
f9253326
KS
130682004-07-16 Kim F. Storm <storm@cua.dk>
13069
13070 * simple.el (inhibit-mark-movement): New defvar.
13071 (beginning-of-buffer, end-of-buffer): Do not push mark if
13072 inhibit-mark-movement is non-nil or C-u prefix is given.
13073
13074 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
13075 Init to beginning-of-buffer and end-of-buffer.
13076 (cua--undo-push-mark): New defvar.
13077 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
13078 already active and command is in cua--preserve-mark-commands.
13079 Also fix check for shift modifier on non-window systems.
13080 (cua--post-command-handler): Clear inhibit-mark-movement if set.
13081
386c8f42
LT
130822004-07-14 Luc Teirlinck <teirllm@auburn.edu>
13083
13084 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
13085 of two integers, instead of a cons.
13086
13087 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
13088 `visited-file-modtime' now returns a list of two integers, instead
13089 of a cons.
13090
13091 * dired.el (dired-directory-changed-p): Ditto.
13092
13093 * progmodes/grep.el (grep): Doc fix.
13094
c29a05c8
DP
130952004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
13096
13097 * autorevert.el (auto-revert-tail-mode)
13098 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
13099 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
13100 in both at the same time.
13101 (auto-revert-tail-mode): New command.
13102 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
13103 (auto-revert-handler): Revert only either tail or whole file.
13104
13105 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
13106 add auto-revert-tail-mode.
13107
0117451d
VJL
131082004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13109
13110 * printing.el: Doc fix. Change name of some funs.
13111 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
13112 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
13113 (pr-standard-file-name): New fun. Replace pr-standard-path.
13114 (pr-call-process): Code fix.
13115
01df0a6d
LT
131162004-07-12 Luc Teirlinck <teirllm@auburn.edu>
13117
13118 * subr.el (with-selected-window): Doc fix.
13119
3ac08e99
LT
131202004-07-11 Luc Teirlinck <teirllm@auburn.edu>
13121
13122 * subr.el (get-buffer-window-list): Doc fix.
13123
90dc1922
LT
131242004-07-10 Luc Teirlinck <teirllm@auburn.edu>
13125
da38045d
LT
13126 * files.el (switch-to-buffer-other-window): Doc fix.
13127
90dc1922 13128 * window.el (save-selected-window, one-window-p)
0ba2e87b
LT
13129 (split-window-keep-point, split-window-vertically)
13130 (split-window-horizontally): Doc fixes.
90dc1922 13131
45f17557
VJL
131322004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13133
13134 * printing.el: Doc fix. Now it uses call-process instead of
13135 shell-command for low command execution.
13136 (pr-version): New version number (6.8).
13137 (pr-shell-file-name): Option removed.
13138 (pr-shell-command): Fun removed.
13139 (pr-call-process): New fun. Replace pr-shell-command.
13140 (pr-standard-path, pr-remove-nil-from-list): New funs.
13141 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
13142 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
13143 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
13144 (pr-ps-utility-process, pr-txt-print): Code fix.
13145
831dc66d
EZ
131462004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13147
13148 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
13149 boolean.
13150
80a7a1bf
LH
131512004-07-09 Lars Hansen <larsh@math.ku.dk>
13152
13153 * wid-edit.el (widget-field-buffer): Doc fix.
13154
a29ccd9f
JPW
131552004-07-09 John Paul Wallington <jpw@gnu.org>
13156
c046590e
SM
13157 * emacs-lisp/re-builder.el (reb-update-overlays):
13158 Distinguish between one and several matches in message.
a29ccd9f 13159
02c04e6f
RS
131602004-07-09 Richard M. Stallman <rms@gnu.org>
13161
13162 * mouse.el (mouse-set-region-1): If transient-mark-mode
13163 is `identity', change it to `only'.
13164
13165 * simple.el (current-word): Doc fix.
13166
6d12a4df
MH
131672004-07-09 Mark A. Hershberger <mah@everybody.org>
13168
ae04ab88
MH
13169 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
13170 so that it is more understanding of whitespace.
13171
7c018923 13172 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
6d12a4df
MH
13173 (("ns" . "element") (attr-list) children) instead of
13174 ((:ns . "element") (attr-list) children) in order to reduce the
13175 number of symbols used.
13176 (xml-skip-dtd): Change to use xml-parse-dtd but set
13177 xml-validating-parsing to nil.
13178 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
13179 (xml-substitute-entity): Remove in favor of new entity substitution.
13180 (xml-substitute-special): Rewrite in to substitute complex
13181 entities from DOCTYPE declarations.
13182 (xml-parse-fragment): Parse fragments from entity deleclarations.
13183 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
13184 (xml-parse-dtd, xml-substitute-special): Make validity checks
13185 conditioned on xml-validating-parser. Add "Not Well Formed" to
13186 error messages about well-formedness.
13187
0ecc9999
ST
131882004-07-08 Steven Tamm <steventamm@mac.com>
13189
13190 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
13191 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
13192 Do not treat double clicks and triple clicks specially in the
13193 scroll bar (preventing strange repositioning problems)
13194
c046590e 131952004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
cc0aea1a
SM
13196
13197 * replace.el (query-replace-regexp-eval): Fix last change.
13198
c046590e 131992004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6f1df6d9
SM
13200
13201 * replace.el (query-replace-descr): New fun.
13202 (query-replace-read-from, query-replace-read-args): Default to the
13203 previous from&to.
13204 (query-replace-read-to): Quote the `from' string when displaying it.
13205 (query-replace-regexp-eval): Immediately check read-only status.
13206 Use query-replace-read-from to get the \n checking.
13207 Quote the `from' string when displaying it.
13208 (map-query-replace-regexp, occur-read-primary-args):
13209 Quote the `from' string when displaying it.
13210
13211 * isearch.el (isearch-query-replace): Pass the regexp-ness and
13212 delimited-ness of the search to query-replace.
13213
13214 * replace.el (query-replace-read-from, query-replace-read-to):
13215 New funs extracted from query-replace-read-args.
13216 (query-replace-read-args): Use them.
13217
13218 * replace.el (query-replace-interactive, query-replace-read-args):
13219 Remove the `initial' special value.
13220 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
13221 (occur-engine): Remove unused var `matchend'.
13222
13223 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
13224 Use the search string without prompting.
13225
475344c3
KH
132262004-07-05 Kenichi Handa <handa@m17n.org>
13227
6f1df6d9
SM
13228 * international/mule.el (decode-coding-inserted-region):
13229 Set last-coding-system-used only when coding is nil.
475344c3 13230
2a1a35c6
EZ
132312004-07-03 Eli Zaretskii <eliz@gnu.org>
13232
13233 * progmodes/grep.el (grep-compute-defaults, grep-command)
13234 (grep-program, find-program, grep-find-use-xargs, grep-history)
13235 (grep-find-history, grep-tag-default, grep-find-command)
13236 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
13237 Add autoload cookies, for unbundled packages that load `compile'
13238 and expect all grep-related symbols to become defined.
13239
610101de
EZ
132402004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
13241
6f1df6d9 13242 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
610101de
EZ
13243 (iimage-mode-image-search-path): New user option to search the
13244 image file.
13245 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
13246 have locate-file.
13247 (iimage-mode-buffer): Use it.
13248
e21badcd
NR
132492004-07-03 Nick Roberts <nickrob@gnu.org>
13250
13251 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
13252 carefully.
13253 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
13254
52979451
JL
132552004-07-03 Juri Linkov <juri@jurta.org>
13256
13257 * replace.el (query-replace-read-args): Swallow space after 'foo,
13258 not after (quote foo). Match space only immediately after symbol,
13259 not anywhere in the whole string.
13260
e3ccf404
RS
132612004-07-02 Richard M. Stallman <rms@gnu.org>
13262
13263 * replace.el (query-replace-read-args): Swallow space after
13264 symbols, not after closeparens. But avoid error if string ends there.
13265
13266 * progmodes/python.el (python-beginning-of-statement):
13267 Exit the loop if backward-up-list gets error.
13268
13269 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
13270
1e118124
AS
132712004-07-02 Andre Spiegel <spiegel@gnu.org>
13272
13273 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
13274 only if vc-consult-headers is non-nil.
13275
5dc0a68b
JL
132762004-07-02 Juri Linkov <juri@jurta.org>
13277
13278 * pcvs.el (cvs-mode-diff-repository): New command.
13279
13280 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
13281
0ec4febd
JL
132822004-07-01 Juri Linkov <juri@jurta.org>
13283
13284 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
13285 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
13286 C-M-% to isearch-query-replace-regexp.
13287 (minibuffer-local-isearch-map): Add arrow key bindings.
13288 Bind C-f to isearch-yank-char-in-minibuffer.
13289 (isearch-forward): Doc fix.
13290 (isearch-edit-string): Doc fix.
13291 (isearch-query-replace, isearch-query-replace-regexp): New funs.
13292 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
13293 (isearch-yank-char): Add optional arg.
13294 (isearch-yank-char-in-minibuffer): New fun.
13295
13296 * replace.el (query-replace-interactive): Change type from boolean
13297 to choice. Add value `initial'.
13298 (query-replace-read-args): Handle value `initial' of
13299 query-replace-interactive.
13300
5fa405b6
KS
133012004-06-29 Kim F. Storm <storm@cua.dk>
13302
13303 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
13304 (breakpoint-disabled-bitmap-face): Add :group 'gud.
13305
13306 * progmodes/ada-xref.el (ada-tight-gvd-integration):
13307 Add :group 'ada.
13308
13309 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
13310
637b9d73
JL
133112004-06-29 Juri Linkov <juri@jurta.org>
13312
13313 * replace.el (query-replace-read-args): Swallow a space after
13314 everything except )]" which in most cases means after a symbol.
13315
13316 * emacs-lisp/pp.el (pp-buffer): Add autoload.
13317
e3ccf404
RS
133182004-06-28 Richard M. Stallman <rms@gnu.org>
13319
13320 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
13321 More changes to go with previous change in font-lock.el.
13322
cb05ca25
DK
133232004-06-26 David Kastrup <dak@gnu.org>
13324
13325 * replace.el (perform-replace): Highlight the match even in
13326 non-query mode if there is potential replace string editing.
13327
3f788773
KG
133282004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
13329
15cc764c
KG
13330 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
13331 agree with new return value of `file-remote-p'.
13332 This syncs with Tramp 2.0.42.
13333
3f788773
KG
13334 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
13335 according to new documentation of `file-remote-p'.
13336
13337 * files.el (file-remote-p): Fix doc to say that return value is
13338 identification of remote system, if not nil.
13339 (file-relative-name): Use new return value of `file-remote-p'.
13340
817819c2
NR
133412004-06-26 Nick Roberts <nickrob@gnu.org>
13342
5fa405b6 13343 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
817819c2
NR
13344 (gdb-goto-breakpoint): Fix breakage.
13345
00170b0d
EZ
133462004-06-26 Eli Zaretskii <eliz@gnu.org>
13347
13348 * man.el (Man-getpage-in-background): Add windows-nt to the list
13349 of systems where shell-file-name should be used instead of
13350 literal "sh".
13351
bc071f64
SS
133522004-06-25 Sam Steingold <sds@gnu.org>
13353
13354 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
13355 function names `(setf symbol)'.
13356
b4a4b0ae
RS
133572004-06-24 Richard M. Stallman <rms@gnu.org>
13358
13359 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
13360
13361 * font-lock.el (font-lock-keywords): Change format of compiled values.
13362 Document it.
13363 (font-lock-add-keywords): If font-lock-keywords is compiled,
13364 extract the uncompiled version, modify, then recompile.
13365 (font-lock-remove-keywords): Likewise.
13366 (font-lock-fontify-keywords-region): Handle changed format.
13367 (font-lock-compile-keywords): Handle changed format.
13368 (font-lock-set-defaults): Compile the keywords explicitly here.
13369
7c1c02ac
DK
133702004-06-24 David Kastrup <dak@gnu.org>
13371
13372 * replace.el (query-replace-read-args): Implement `\,' and `\#'
13373 replacements here.
13374 (query-replace-regexp): Doc string explaining this and the new
13375 `\?' replacement. Remove `\,' and `\#' implementation here, as it
13376 is better placed in `query-replace-read-args'.
13377 (replace-regexp): Explain `\,', `\#' and `\?'.
13378 (replace-match-data): New function for thorough reuse/destruction
13379 of old match-data.
c8d09ad8 13380 (replace-match-maybe-edit): Function for implementing `\?' editing.
7c1c02ac
DK
13381 (perform-replace): Fix maintaining of the match stack including
13382 already matched regions, implement `\?', fix various problems
13383 with regions while editing and other stuff.
c8d09ad8 13384 (replace-highlight): Simplify.
7c1c02ac 13385
bb72b9d0
DP
133862004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
13387
13388 * progmodes/grep.el (grep-error-screen-columns): New variable.
13389 (grep-regexp-alist): Give it the full functionality of gnu style
13390 compilation messages with line and column ranges. Ask me for the
13391 perl script I'm working on, that uses these.
13392
7b199114
NR
133932004-06-23 Nick Roberts <nickrob@gnu.org>
13394
52eb0373 13395 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
7b199114
NR
13396 Remove.
13397 (comint-insert-input, comint-mouse-insert-input): New functions
13398 based on comint-insert-clicked-input for two bindings but just
13399 one functionality.
13400
21ae22ff
LT
134012004-06-23 Luc Teirlinck <teirllm@auburn.edu>
13402
13403 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
13404
255d07dc
LH
134052004-06-23 Lars Hansen <larsh@math.ku.dk>
13406
13407 * files.el (write-contents-functions): Doc fix.
13408
4e9691e9
JB
134092004-06-21 Juanma Barranquero <lektu@terra.es>
13410
c8d09ad8 13411 * image.el (image-library-alist): Rewrite docstring in active voice.
4e9691e9 13412
376de739
RS
134132004-06-20 Richard M. Stallman <rms@gnu.org>
13414
13415 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
13416
13417 * isearch.el (isearch-repeat): Avoid testing old match data.
13418 (isearch-message): Display trailing space in special font
13419 when search is failing.
13420 (isearch-search-fun-function): Doc fix.
13421
13422 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
13423
e6c45c29
LT
134242004-06-19 Luc Teirlinck <teirllm@auburn.edu>
13425
13426 * frame.el (show-trailing-whitespace): Doc fix.
13427
13428 * cus-edit.el (custom-variable-documentation): New function.
13429 (custom-variable): Use it.
13430
6871c35f
NR
134312004-06-19 Nick Roberts <nickrob@gnu.org>
13432
13433 * man.el (Man-getpage-in-background): Revert previous change but
13434 make cygwin a special case.
13435
9ae0d84f
LT
134362004-06-18 Luc Teirlinck <teirllm@auburn.edu>
13437
c8d09ad8
SM
13438 * autorevert.el (global-auto-revert-non-file-buffers):
13439 Update docstring.
9ae0d84f 13440
fed0b1ee
DP
134412004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
13442
13443 * progmodes/compile.el (compilation-error-properties): Store one
13444 more than end-col, if present, so that transient-mark-mode will
13445 highlight last char too.
13446 * progmodes/grep.el (grep-regexp-alist): Match columns and column
13447 ranges, if present.
13448
f34bdfdc
JR
134492004-06-18 Jason Rumney <jasonr@gnu.org>
13450
13451 * makefile.w32-in: Double percent signs in for loops.
13452
2f57bf85
DK
134532004-06-17 David Kastrup <dak@gnu.org>
13454
13455 * replace.el (query-replace-read-args): Only warn about use of \n
13456 and \t when we are doing a regexp replacement and the actual
13457 escaped character is n or t.
13458 (query-replace-regexp): Add \, and \# interpretation to
13459 interactive call and document it.
c8d09ad8 13460 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
2f57bf85
DK
13461 as shortkey for replace-count.
13462 (replace-quote): New function for doubling backslashes.
13463
0111ab41
JB
134642004-06-17 Juanma Barranquero <lektu@terra.es>
13465
f4af98d8
JB
13466 * files.el (parse-colon-path, cd): Mention in docstring that the
13467 path separator is colon in GNU-like systems.
13468
13469 * newcomment.el (comment-region-internal): Fix docstring.
13470
0111ab41
JB
13471 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
13472 (ewoc-invalidate, ewoc-collect): Doc fixes.
13473 (ewoc--create-node, ewoc--delete-node-internal):
13474 Fix typos in docstring.
13475
c90dcdd5
LT
134762004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13477
13478 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
13479 manual to docstring.
13480
3a504454
VJL
134812004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13482
13483 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
13484
1f94377f
LT
134852004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13486
13487 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13488 Add hyperlink to emacs-xtra manual to docstring.
13489
c8d09ad8
SM
13490 * autorevert.el (global-auto-revert-non-file-buffers):
13491 Add hyperlink to emacs-xtra manual to docstring, as well as an
1f94377f
LT
13492 info-link.
13493
fe347034
JB
134942004-06-14 Juanma Barranquero <lektu@terra.es>
13495
13496 * image.el (image-library-alist): New variable to map image types
13497 to external libraries. Initialized to nil, unless system-specific
13498 configs change it.
13499 (image-type-available-p): Determine whether an image type is
13500 available by calling `init-image-library'.
13501
13502 * term/w32-win.el (image-library-alist): Initialize to a known set
13503 of probable library names.
13504
c1136bda
KH
135052004-06-14 Kenichi Handa <handa@m17n.org>
13506
4060d762
KH
13507 * international/code-pages.el (windows-1256, cp1125): Fix tables
13508 for several characters.
13509
c8d09ad8 13510 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
c1136bda 13511
092de21d
RS
135122004-06-13 Richard M. Stallman <rms@gnu.org>
13513
13514 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
13515
13516 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
13517 not "`pc-selection-mode'".
13518
13519 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
13520
13521 * simple.el (previous-matching-history-element): Specify a default.
13522
13523 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
13524
13525 * cus-face.el (custom-declare-face): Simplify code.
13526
13527 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
13528
25f6295e
LT
135292004-06-13 Luc Teirlinck <teirllm@auburn.edu>
13530
13531 * files.el (before-save-hook): Add `time-stamp' to the options.
13532
13533 * time-stamp.el (time-stamp): Recommend adding it to
1ebd4f78 13534 `before-save-hook', rather than `write-file-functions'.
25f6295e
LT
13535 Make a similar change in `Commentary' section.
13536
6393ab2a
KG
135372004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
13538
13539 * diff-mode.el (diff-current-defun): If at start of hunk, use
13540 position of first change.
13541
c04ebd1d
LH
135422004-06-13 Lars Hansen <larsh@math.ku.dk>
13543
13544 * dired-x.el (dired-mark-omitted): Bind to "*O".
13545
037b0a87
KF
135462004-06-12 Karl Fogel <kfogel@red-bean.com>
13547
13548 * bookmark.el (bookmark-bmenu-relocate): New function, as
13549 suggested by David J. Biesack <David.Biesack@sas.com>.
13550 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
13551 (bookmark-bmenu-mode): Describe binding in doc string.
13552 (bookmark-set-filename): Save the bookmark list if it's time.
13553
6fb41b5b
KH
135542004-06-13 Kenichi Handa <handa@m17n.org>
13555
c8d09ad8 13556 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
6fb41b5b
KH
13557 (ccl-untranslated-to-ucs): Fix typo.
13558
95e4a189 135592004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
fc3095ce 13560
c8d09ad8
SM
13561 * progmodes/python.el (python-open-block-statement-p):
13562 Fix indentation after a block opening that contains a comment.
fc3095ce 13563
7c226e40
EZ
135642004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
13565
13566 * bindings.el (completion-ignored-extensions): Add file extensions
13567 of Python byte-compiled files.
13568
1c492b87
JL
135692004-06-12 Juri Linkov <juri@jurta.org>
13570
13571 * info.el (Info-goto-node): Add autoload.
13572 (Info-toc): Add substring-no-properties on Info file name.
13573 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
13574 (Info-mode-map): Bind L to Info-history, T to Info-toc.
13575
66189a40
KH
135762004-06-12 Kenichi Handa <handa@m17n.org>
13577
c8d09ad8
SM
13578 * international/mule-cmds.el (set-language-environment):
13579 Load subst tables if necessary.
66189a40 13580
c8d09ad8 13581 * international/mule.el (decode-char): Load subst tables if necessary.
66189a40
KH
13582 (encode-char): Likewise.
13583
13584 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
13585 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
13586 (utf-16le-decode-loop): Set r5 to -1 before loop.
13587 (utf-16be-decode-loop): Likewise.
13588 (ccl-decode-mule-utf-16le): Add EOF processing block.
13589 (ccl-decode-mule-utf-16be): Likewise.
13590 (ccl-decode-mule-utf-16le-with-signature): Likewise.
13591 (ccl-decode-mule-utf-16be-with-signature): Likewise.
13592 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
13593 (ccl-mule-utf-16-encode-untrans): New CCL.
13594 (utf-16-decode-to-ucs): Handle pre-read character.
13595 (utf-16le-encode-loop): Handle surrogate pair.
13596 (utf-16be-encode-loop): Likewise.
c8d09ad8 13597 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
66189a40 13598 of utf-16le-encode-loop.
c8d09ad8 13599 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
66189a40 13600 of utf-16be-encode-loop.
c8d09ad8
SM
13601 (mule-utf-16-post-read-conversion):
13602 Call utf-8-post-read-conversion at first.
13603 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
13604 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
66189a40
KH
13605 Add post-read-conversion and pre-write-conversion.
13606
c8d09ad8 13607 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
66189a40
KH
13608 (utf-translate-cjk-unicode-range): New variable.
13609 (utf-translate-cjk-load-tables): New function.
13610 (utf-lookup-subst-table-for-decode): New function.
13611 (utf-lookup-subst-table-for-encode): New function.
13612 (utf-translate-cjk-mode): Init-value changed to t. Don't load
13613 tables here. Update safe-charsets of utf-* coding systems.
13614 (ccl-mule-utf-untrans): New CCL.
13615 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
13616 at end of each branch.
13617 (ccl-mule-utf-8-encode-untrans): New CCL.
13618 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
13619 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
13620 length of encoding. Don't return r0.
13621 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
c8d09ad8
SM
13622 (utf-8-post-read-conversion): Narrow to region properly.
13623 If utf-translate-cjk-mode is on, load tables if necessary.
13624 Call utf-8-compose with hash-table arg if necessary.
13625 Call XXX-compose-region instead of XXX-post-read-convesion.
66189a40
KH
13626 (utf-8-pre-write-conversion): New function.
13627 (mule-utf-8): Include CJK charsets in safe-charsets if
13628 utf-translate-cjk-mode is on. Add pre-write-conversion.
13629
13630 * international/characters.el: Temporarily set
13631 utf-translate-cjk-mode to nil.
13632
c8d09ad8
SM
13633 * language/devan-util.el (devanagari-compose-region):
13634 Add autoload cookie.
66189a40
KH
13635
13636 * international/ccl.el (ccl-dump-call): Fix printing the
13637 subroutine name.
13638
7805cdbd
LT
136392004-06-11 Luc Teirlinck <teirllm@auburn.edu>
13640
13641 * dired.el (dired-revert): If buffer is marked unmodified before
13642 reverting, keep it marked unmodified.
13643 Adapt to new conventions for commenting out code.
c8d09ad8 13644 (dired-make-relative): Adapt to new conventions for commenting out code.
7805cdbd 13645
0c2222fa
MB
136462004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
13647
c8d09ad8
SM
13648 * eshell/esh-module.el (eshell-load-defgroups):
13649 Bind `vc-handled-backends' to nil when opening files.
0c2222fa 13650
e9efcef4
JB
136512004-06-11 Juanma Barranquero <lektu@terra.es>
13652
13653 * files.el (parse-colon-path, cd): Doc fixes (refer to
13654 `path-separator', not colon).
13655
9fc2be4c
JB
136562004-06-10 Juanma Barranquero <lektu@terra.es>
13657
13658 * newcomment.el (comment-search-forward)
13659 (comment-search-backward): Fix typos in docstring.
13660 (comment-region): Doc fix.
13661
d39e545f
LT
136622004-06-10 Luc Teirlinck <teirllm@auburn.edu>
13663
13664 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
13665 switch is no longer stored in `dired-switches-alist'.
13666
13667 * dired-aux.el (dired-insert-subdir): Do not store R switch in
13668 `dired-switches-alist'.
13669
d82baff9
KS
136702004-06-10 Kim F. Storm <storm@cua.dk>
13671
13672 * pcvs.el (cvs-mode-diff-yesterday): New command.
13673
13674 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
13675
4545a37c
JL
136762004-06-10 Juri Linkov <juri@jurta.org>
13677
13678 * emacs-lisp/edebug.el (edebug-eval-defun):
13679 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
13680 Fix docstring.
13681
13682 * simple.el (eval-expression-print-format): Don't print additional
13683 information on the first call to `eval-print-last-sexp'.
13684 (next-error-find-buffer): Fix punctuation.
13685 (killing) <defgroup>: Fix punctuation.
13686 (yank-excluded-properties): Change group from editing to killing.
13687
13688 * replace.el (perform-replace): Use `limit' to terminate the
13689 while-loop explicitly.
13690
2736c905
JD
136912004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13692
d82baff9
KS
13693 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
13694 Use lc-*.xpm as prefix instead of *-locol.xpm.
2736c905
JD
13695
13696 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
13697 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
13698 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
13699 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
13700 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
13701 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
13702 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
13703 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
13704 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
13705 * toolbar/lc-up_arrow.xpm:
77c99c7f 13706 Rename from *-locol.xpm.
2736c905 13707
067eac9b
RV
137082004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
13709
13710 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
13711 include forms like &<str>; as valid url patterns.
13712
ca0028ce
LT
137132004-06-08 Luc Teirlinck <teirllm@auburn.edu>
13714
13715 * dired.el (dired-diff, dired-backup-diff)
13716 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
13717 (dired-do-chown, dired-do-touch, dired-do-print)
13718 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
13719 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
13720 (dired-create-directory, dired-do-copy, dired-do-symlink)
13721 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
13722 (dired-do-copy-regexp, dired-do-hardlink-regexp)
13723 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
13724 (dired-maybe-insert-subdir, dired-next-subdir)
13725 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
13726 (dired-kill-subdir, dired-tree-up, dired-tree-down)
13727 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
13728 (dired-run-shell-command, dired-query): Remove redundant,
13729 or incorrect, autoloads.
13730
13731 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
c8d09ad8
SM
13732 does not end in a slash. Add optional argument KILL-ROOT.
13733 Update docstring.
ca0028ce
LT
13734 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
13735 (dired-query): Add autoloads.
13736
ed27bf96
DP
137372004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
13738
c8d09ad8
SM
13739 * progmodes/compile.el (compilation-set-window-height):
13740 Rearrange the save-* functions because a buffer can have several current
ed27bf96
DP
13741 point in different windows.
13742 (compilation-error-regexp-alist-alist): Recognize {standard input}
13743 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
13744
9757a56b
JD
137452004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13746
13747 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
13748 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
13749 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
a4ba8298 13750 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
9757a56b
JD
13751 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
13752 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
a4ba8298 13753 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
9757a56b
JD
13754 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
13755 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
13756 * toolbar/up_arrow-locol.xpm:
13757 New versions of icons that uses fewer colors.
ed27bf96 13758
9757a56b
JD
13759 * toolbar/tool-bar.el (tool-bar-local-item)
13760 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
13761 if display-color-cells is 256 or less.
13762
765771b1
KS
137632004-06-08 Kim F. Storm <storm@cua.dk>
13764
13765 * wid-edit.el (widget-specify-button): Use hand pointer rather
13766 than mouse-face as visible mouse-over effect.
13767
5f29a6c8
KF
137682004-06-07 Karl Fogel <kfogel@red-bean.com>
13769
13770 * saveplace.el (save-place-alist-to-file): Bind `print-length'
765771b1 13771 and `print-level' to nil when writing out `save-place-alist'.
5f29a6c8 13772 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
765771b1 13773
0b0dea7b
JB
137742004-06-07 Juanma Barranquero <lektu@terra.es>
13775
13776 * completion.el (completion-kill-region): Doc fix.
13777
13778 * format.el (format-insert-annotations)
13779 (format-annotate-location): Doc fixes.
c8d09ad8 13780 (format-subtract-regions): Make arguments match their use in docstring.
0b0dea7b
JB
13781
13782 * simple.el (kill-region): Doc fix.
13783
13784 * subr.el (insert-buffer-substring-no-properties)
13785 (insert-buffer-substring-as-yank): Doc fixes.
13786
487327a9
LT
137872004-06-07 Luc Teirlinck <teirllm@auburn.edu>
13788
0aa99669
LT
13789 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13790 Update docstring.
13791 (dired-reset-subdir-switches): New function.
13792
487327a9
LT
13793 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
13794 Limit scope of `buffer-read-only' binding.
13795
2a050854
JW
137962004-06-06 Emilio C. Lopes <eclig@gmx.net>
13797
08384afd
KS
13798 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
13799 eshell-explicit-command-char.
2a050854 13800
8c1138be
JB
138012004-06-06 Juanma Barranquero <lektu@terra.es>
13802
13803 * help-fns.el (help-argument-name): Inherit from italic face only
13804 if the frame supports it.
13805
722ceca4
JD
138062004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13807
d82baff9 13808 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
60ce1c58
KS
13809 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
13810 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
13811 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
13812 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
13813 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
13814 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
13815 New conversions from xpm files.
722ceca4
JD
13816
13817 * toolbar/README: New file.
13818
33bc06fb
RS
138192004-06-06 Richard M. Stallman <rms@gnu.org>
13820
13821 * isearch.el (isearch-mode-map): Undo previous change.
13822
575f6118
JL
138232004-06-05 Juri Linkov <juri@jurta.org>
13824
13825 * bindings.el (debug-ignored-errors): Add regexps for history
13826 related messages. Remove $ from "No further undo information".
13827 Move Ediff's messages to ediff.el.
13828
13829 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
13830
13831 * cus-edit.el (custom-display): Add `min-colors'.
13832
13833 * custom.el (defface): Add `supports' to docstring.
13834
13835 * help-fns.el (help-argument-name): Add :group 'help.
13836
a994ebb8
LT
138372004-06-05 Luc Teirlinck <teirllm@auburn.edu>
13838
13839 * find-dired.el (find-ls-subdir-switches): New user option.
13840 (find-dired): No longer call `abbreviate-file-name' on DIR.
13841 Set `dired-subdir-switches' buffer-locally.
13842
13843 * locate.el: Merge the two `Commentary' sections.
13844 (locate-ls-subdir-switches): New user option.
13845 (locate): Update for other changes.
13846 (locate-mode-map): Restore Dired binding for mouse-2.
13847 Bind `locate-mouse-view-file' to M-mouse-2.
13848 Bind `l' to `locate-do-redisplay'.
13849 (locate-main-listing-line-p, locate-do-redisplay): New functions.
13850 (locate-mouse-view-file, locate-tags, locate-find-directory):
13851 Print message if used outside main listing.
13852 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
13853 Various changes to support inserted subdirectories.
13854 (locate-insert-header): Change header of *Locate* buffer.
13855
13856 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13857 Change interactive default switches.
13858 (dired-rename-subdir-2): Update `dired-switches-alist'.
13859 (dired-insert-subdir, dired-kill-subdir):
13860 Handle `dired-switches-alist'. Do not mark buffer modified.
13861 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
13862 (dired-insert-subdir-doinsert): Omit messages.
13863 Handle `dired-subdir-switches'.
13864 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
13865
c8d09ad8 13866 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
a994ebb8
LT
13867 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
13868 subdirs if -R switch is used for a subdir.
13869 (dired-mode): Set `dired-switches-alist'.
13870 (dired-build-subdir-alist): Only print number of directories in
13871 echo area when invoked interactively.
13872
d6921846
LH
138732004-06-05 Lars Hansen <larsh@math.ku.dk>
13874
13875 * dired-x.el (dired-omit-mode): Rename from
88c29504 13876 dired-omit-files-p. Use define-minor-mode to define it.
d6921846 13877 (dired-omit-files-p): Add as alias for dired-omit-mode.
88c29504 13878 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
d6921846 13879 dired-mark-omitted.
88c29504 13880 (dired-mark-omitted): Add. Bind to M-O.
d6921846 13881
62bfe0fc
KH
138822004-06-05 Kenichi Handa <handa@m17n.org>
13883
13884 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
13885
8be2a2dd
JB
138862004-06-05 Juanma Barranquero <lektu@terra.es>
13887
13888 * help-fns.el (help-argument-name): Reintroduce face.
13889 (help-default-arg-highlight): Use it, now that
13890 `face-differs-from-default-p' can be trusted.
13891
7780d793
JB
138922004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13893
13894 * textmodes/table.el: Sentence commands added to Point Motion
13895 group; kill and backward-kill commands added to Extraction group.
13896
9742a3a6
EZ
138972004-06-04 Mario Lang <mlang@delysid.org>
13898
c8d09ad8 13899 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
9742a3a6
EZ
13900 systems appear to use mW, make the code handle this. Fix a
13901 division-by-zero bug while at it, and handle kernels with
13902 a slightly different layout in /proc/acpi.
13903
e2cae769 139042004-06-04 Karl Fogel <kfogel@red-bean.com>
5129f10c 13905
52eb0373 13906 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
5129f10c 13907 because the latter is a CL-ism. This fixes the bug reported by
7780d793 13908 Shawn Boyette <mdxi@collapsar.net> in
c8d09ad8 13909 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
5129f10c 13910
9717e36c
MB
139112004-06-04 Miles Bader <miles@gnu.org>
13912
13913 * faces.el (display-supports-face-attributes-p): Function moved to
13914 C code. Previously only the tty-related portion of this function
13915 was done in C; however the previous attempt to do a halfway-proper
13916 job for non-tty displays in lisp didn't work properly because of
e2cae769 13917 funny conditions during Emacs startup.
1151d617
MB
13918 (face-differs-from-default-p): Simplify, now that
13919 display-supports-face-attributes-p works properly on all display
13920 types. Remove :stipple from comparison; it doesn't really work
13921 in emacs anyway.
9717e36c 13922
7e07a66d
MB
139232004-06-04 Miles Bader <miles@gnu.org>
13924
13925 * faces.el (face-differs-from-default-p): Use a different
13926 implementation, so we can really check whether FACE displays
13927 differently or not.
13928
421c91e5
MB
139292004-06-04 Miles Bader <miles@gnu.org>
13930
13931 * faces.el (display-supports-face-attributes-p): Implement a
13932 `different from default' check for non-tty displays.
13933
67c41d86
DK
139342004-06-03 David Kastrup <dak@gnu.org>
13935
13936 * woman.el (woman-mapcan): More concise code.
13937 (woman-topic-all-completions, woman-topic-all-completions-1)
13938 (woman-topic-all-completions-merge): Replace by a simpler and
13939 much faster implementation based on O(n log n) sort/merge instead
13940 of the old O(n^2) behavior.
13941
2bb680b0
MB
139422004-06-03 Miles Bader <miles@gnu.org>
13943
2d14d61e
MB
13944 * subr.el (read-number): Use canonical format for default in prompt.
13945
c8d09ad8
SM
13946 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
13947 Add regexp for " [...]" style defaults.
2bb680b0 13948
0bdd7ae4
JPW
139492004-06-02 Romain Francoise <romain@orebokech.com>
13950
13951 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
13952 groups: if the user asks for a hidden buffer, open the
13953 corresponding filter group to expose it.
13954
13955 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
13956 `ibuffer-jump-to-buffer'.
13957 (ibuffer-jump-offer-only-visible-buffers): New user option.
13958
86d373e6
JB
139592004-06-02 Juanma Barranquero <lektu@terra.es>
13960
13961 * faces.el (frame-update-faces): Add empty docstring so the one
13962 for `ignore' doesn't show through.
13963
13964 * subr.el (process-kill-without-query): Remove spurious "\n" on
13965 obsolescence string.
13966 (focus-frame, unfocus-frame): Add obsolescence declaration and
13967 empty docstring.
13968
13969 * international/mule.el (register-char-codings): Make alias for
c8d09ad8 13970 `ignore'. Move docstring to obsolescence info and remove redundancy.
86d373e6 13971
90ec69c7
KS
139722004-06-02 Kim F. Storm <storm@cua.dk>
13973
13974 * frame.el (blink-cursor-start): Turn cursor off initially so blink
13975 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
13976
c8d09ad8
SM
139772004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13978
13979 * comint.el (comint-replace-by-expanded-history-before-point):
13980 Obey `start' as the docstring says.
13981 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
13982 (comint-update-fence): Prevent font-lock from running unnecessarily.
13983 (comint-dynamic-list-completions): Use with-current-buffer.
13984
139852004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13986
13987 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
13988 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
13989 (bibtex-entry-update): Handle alternatives and optional fields.
13990 (bibtex-parse-entry): Bugfix, handle empty key.
13991
ef5572c5
SM
139922004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13993
13994 * vc-arch.el (vc-arch-state): Don't assume the file exists.
13995
7bfa55b3
LH
139962004-05-31 Lars Hansen <larsh@math.ku.dk>
13997
13998 * desktop.el (desktop-save): Don't save minor modes without a
13999 known mode initialization function.
14000
64df673d
LT
140012004-05-30 Luc Teirlinck <teirllm@auburn.edu>
14002
ef5572c5 14003 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
64df673d
LT
14004
14005 * autorevert.el: Update `Commentary' section.
14006
aa8ca433
JB
140072004-05-30 Juanma Barranquero <lektu@terra.es>
14008
14009 * dos-fns.el (convert-standard-filename):
14010 * files.el (convert-standard-filename):
14011 * w32-fns.el (convert-standard-filename):
14012 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
14013
2fcaee47 140142004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
aa8ca433 14015
2fcaee47
KG
14016 Sync with Tramp.
14017
aa8ca433 14018 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
ef5572c5
SM
14019 (tramp-let-maybe): Move to an earlier spot in the file.
14020 Patch by Andreas Schwab.
2fcaee47 14021
5709c1a0
AS
140222004-05-30 Andreas Schwab <schwab@suse.de>
14023
14024 * dired.el (dired-get-filename): Don't use dired-re-dot.
14025
7a61e456
RS
140262004-05-30 Richard M. Stallman <rms@gnu.org>
14027
14028 * files.el (find-file): Doc fix.
14029
14030 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
14031
f471ca2b
NR
140322004-05-30 Nick Roberts <nickrob@gnu.org>
14033
14034 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
14035 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
14036 modeline of the locals buffer.
14037 (gdb-goto-breakpoint): Handle gdbmi.
14038 (gdb-get-frame-number): Change for gdbmi.
14039
c8364415
MA
140402004-05-30 Michael Albinus <michael.albinus@gmx.de>
14041
14042 * files.el (file-remote-p): Apply file name handler for operation
14043 `file-remote-p'. It isn' a property any longer.
14044 (file-relative-name): `fh' and `fd' get the required value via
14045 `find-file-name-handler' already.
14046
14047 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
14048 (top): Remove setting of `file-remote-p' property for
ef5572c5 14049 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
c8364415 14050
19a87064
MA
140512004-05-29 Michael Albinus <michael.albinus@gmx.de>
14052
14053 Version 2.0.41 of Tramp released.
14054
ef5572c5
SM
14055 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
14056 Throw away if process has died.
14057 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
14058 (tramp-out-of-band-prompt-regexp): Rename to
19a87064
MA
14059 `tramp-process-alive-regexp', because its usage is widen.
14060 (tramp-actions-copy-out-of-band): Apply it.
ef5572c5
SM
14061 (tramp-actions-before-shell, tramp-multi-actions):
14062 Add `tramp-action-process-alive' action.
19a87064
MA
14063 (tramp-action-process-alive): New defun.
14064 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
14065 Add entry for `file-remote-p'.
14066 (tramp-handle-file-remote-p): New defun.
14067 (top): Remove setting of `file-remote-p'. Don't set
14068 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
14069
14070 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
14071 `file-remote-p'.
14072
14073 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
ef5572c5
SM
14074 counted for (last) line. [They should or they shouldn't? --Stef]
14075 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
19a87064
MA
14076
140772004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
14078
14079 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
14080 not really necessary but seems to keep the shell history smaller
14081 in some cases. It is no substitute for setting HISTFILE and
14082 HISTSIZE from tramp-open-connection-setup-interactive-shell,
14083 though. Suggested by Luc Teirlinck.
14084 (tramp-open-connection-setup-interactive-shell): Export variables
14085 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
14086 (tramp-set-process-query-on-exit-flag): New compat function.
14087 (tramp-open-connection-multi, tramp-open-connection-su)
14088 (tramp-open-connection-rsh, tramp-open-connection-telnet)
14089 (tramp-do-copy-or-rename-file-out-of-band): Use it.
14090 (tramp-let-maybe): New macro, let-binds a variable only if it
14091 isn't obsolete.
14092 (tramp-check-ls-commands, tramp-handle-expand-file-name)
14093 (tramp-handle-file-truename): Use it.
14094 (tramp-completion-file-name-regexp-unified): Avoid matching
14095 filenames starting with "/:" -- those are reserved for
14096 file-name-non-special.
14097
ef5572c5
SM
14098 * tramp-smb.el (tramp-smb-open-connection):
14099 Use tramp-set-process-query-on-exit-flag compat function.
19a87064 14100
08fd1251
RS
141012004-05-29 Richard M. Stallman <rms@gnu.org>
14102
14103 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
14104
14105 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
14106 (eval-last-sexp-print-value): Print char equivalent regardless
14107 of standard-output value.
14108
ef5572c5 14109 * thumbs.el (thumbs-subst-char-in-string): Delete.
08fd1251
RS
14110 (thumbs-thumbname): Use subst-char-in-string.
14111 (thumbs-resize-image): Use condition-case, not ignore-errors.
14112 (thumbs-kill-buffer): Likewise.
14113
14114 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
14115 (thumbs-mode): Make buffer read-only.
14116 (thumbs-make-thumb): Unconditionally accept an existing file.
14117 (thumbs-insert-thumb): Add thumb-image-file property to the image.
14118 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
14119 (thumbs-show-thumbs-list): Error if images not supported.
14120 (thumbs-save-current-image): Improve prompt string.
14121 (thumbs-mode-map): Define u, R, x.
14122 (thumbs-unmark): New command.
14123 (thumbs-emboss-image): Minor cleanup.
14124 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
14125 (thumbs-rename-images): New command.
14126 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
14127
14128 * thumbs.el (thumbs-current-image): New function.
14129 (thumbs-file-list, thumbs-file-alist): New functions.
14130 (thumbs-find-image): Delete arg L.
14131 Don't set up thumbs-fileL as buffer-local global var.
14132 (thumbs-find-image-at-point): Use thumbs-current-image.
14133 (thumbs-set-image-at-point-to-root-window): Likewise.
14134 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
14135 Record and warn about errors. Update thumbs-markedL for deletions.
14136 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
14137 (thumbs-redraw-buffer): Use thumbs-file-list.
14138 (thumbs-mark): Use thumbs-current-image.
14139 (thumbs-show-name): Use thumbs-current-image.
14140
14141 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
14142 and imenu--last-menubar-index-alist.
14143
14144 * subr.el (with-selected-window): Undo previous change.
14145
141462004-05-29 John Paul Wallington <jpw@gnu.org>
14147
14148 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
14149 (thumbs-mouse-find-image): New command.
14150 (thumbs-mode-map): Bind it to mouse-2.
e2cae769 14151 (thumbs-mode): Make mode-class special.
08fd1251
RS
14152 (thumbs-view-image-mode): Likewise.
14153
9dd5e8d7
EZ
141542004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
14155
14156 * flymake.el: New file.
14157
0a11c70b
LT
141582004-05-28 Luc Teirlinck <teirllm@auburn.edu>
14159
14160 * files.el (find-file-noselect-1): Do not bind
14161 `inhibit-read-only' to t during execution of
14162 `find-file-not-found-functions'.
14163
227ef0ff
SM
141642004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14165
14166 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
14167 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
14168
6b9654dc
JL
141692004-05-28 Juri Linkov <juri@jurta.org>
14170
14171 * simple.el (eval-expression-print-format): New fun.
14172
14173 * simple.el (eval-expression):
14174 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
14175 * emacs-lisp/edebug.el (edebug-compute-previous-result)
14176 (edebug-eval-expression): Print additionally the value returned by
14177 `eval-expression-print-format'.
14178
14179 * emacs-lisp/lisp.el (insert-pair-alist): New var.
14180 (insert-pair): Make arguments optional. Find character pair
14181 from `insert-pair-alist' according to the last input event.
14182 (insert-parentheses): Make arguments optional.
14183 (raise-sexp, delete-pair): New funs.
14184
14185 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
14186 (emacs-lisp-mode-map, lisp-interaction-mode-map):
14187 Bind C-M-q to `indent-pp-sexp'.
14188
14189 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
14190 `pp-to-string' modified to be able to format text with newlines.
14191 (pp-to-string): Move the buffer-formatting part of the code to
14192 `pp-buffer'. Call `pp-buffer'.
14193
14194 * info.el (Info-desktop-buffer-misc-data): Don't save information
14195 about virtual files.
14196 (Info-restore-desktop-buffer): Restore Info buffers in prepared
14197 buffers with names obtained from the desktop file instead of the
14198 default *info* buffer.
14199
ce50a847
SM
142002004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
14201
034a6113
SM
14202 * subr.el (with-selected-window): Only save/restore the selected window.
14203
ce50a847
SM
14204 * progmodes/compile.el (compilation-error-regexp-alist):
14205 Use expand-file-name and data-directory.
14206
14207 * progmodes/grep.el (grep-tree): Rework previous fix.
14208
14209 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
14210 after the user marked text with the mouse.
14211
14212 * startup.el (command-line): Keep the first regexp of
14213 auto-save-file-name-transforms intact.
14214
5445d287
JB
142152004-05-28 Juanma Barranquero <lektu@terra.es>
14216
14217 * cus-edit.el (customize-face, customize-face-other-window)
86d373e6
JB
14218 (custom-face-edit-delete): Make arguments match their use in
14219 docstring.
14220 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
14221 docstring.
5445d287
JB
14222
14223 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
14224 not `cvs-butlast'.
14225
14226 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
14227 `nbutlast' are in subr.el).
14228
14229 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
14230 (set-w32-system-coding-system): Doc fixes.
14231
ce50a847 14232 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
5445d287
JB
14233 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
14234 Make arguments match their use in docstring.
14235 (artist-draw-region-trim-line-endings)
14236 (artist-mouse-choose-operation): Fix typo in docstring.
14237 (artist-key-set-point-common): Doc fix.
14238
1cfd38a8
SJ
142392004-05-28 Simon Josefsson <jas@extundo.com>
14240
ce50a847
SM
14241 * mail/smtpmail.el (smtpmail-open-stream):
14242 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
1cfd38a8 14243
9e94e254
SJ
142442004-05-26 Simon Josefsson <jas@extundo.com>
14245
14246 * starttls.el: Merge with my GNUTLS based starttls.el.
14247 (starttls-gnutls-program, starttls-use-gnutls)
14248 (starttls-extra-arguments, starttls-process-connection-type)
ce50a847 14249 (starttls-connect, starttls-failure, starttls-success): New variables.
9e94e254 14250 (starttls-program, starttls-extra-args): Doc fix.
ce50a847
SM
14251 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
14252 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
14253 and pass on to corresponding *-gnutls function if it is set.
9e94e254 14254
62aad204
LT
142552004-05-27 Luc Teirlinck <teirllm@auburn.edu>
14256
14257 * autorevert.el (auto-revert-handler): Disable auto-reverting of
14258 remote files.
14259
ae3b2983
MA
142602004-05-27 Michael Albinus <michael.albinus@gmx.de>
14261
14262 * files.el (file-name-non-special): There are more operations
14263 which need handling: `find-backup-file-name',
14264 `insert-file-contents', `verify-visited-file-modtime',
14265 `write-region'. Rename t value of method to `add'. Add new
14266 methods `quote' and `unquote-then-quote' to file-arg-indices.
14267
1021748d
JL
142682004-05-25 Juri Linkov <juri@jurta.org>
14269
14270 * info.el (Info-toc): Call Info-mode on intermediate buffer.
14271 (Info-index-nodes): Enclose code in condition-case to catch errors.
14272 (Info-index-node): Don't search all index nodes if request is only
14273 for the current node and file is not in the cache of index nodes.
14274 (Info-mode-map): Bind Info-copy-current-node-name to `w'
14275 for consistency with dired-copy-filename-as-kill.
14276 Bind `S' to Info-search-case-sensitively.
14277 (Info-copy-current-node-name): New arg. With zero prefix arg put
14278 the name inside a function call to `info'. Display copied text in
14279 the echo area.
14280
59de4ad0
SS
142812004-05-25 Sam Steingold <sds@gnu.org>
14282
14283 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
14284 strip the package prefix from the symbol name, if any.
14285 Make it the `find-tag-default-function' for `lisp-mode'.
14286
1a597f4f
JPW
142872004-05-25 John Paul Wallington <jpw@gnu.org>
14288
14289 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
14290 instead of obsolete `process-kill-without-query'.
14291
14292 * textmodes/texinfmt.el (texinfo-indexvar-alist):
14293 Declare as variable, not constant.
14294
74dca654
LT
142952004-05-25 Luc Teirlinck <teirllm@auburn.edu>
14296
14297 * files.el (find-file-noselect-1): Fix bug introduced by
14298 Revision 1.694. As a side effect, `inhibit-read-only'
14299 is again, by default, t during execution of
14300 `find-file-not-found-functions'.
14301 (insert-directory): Check that lines were really inserted by
14302 the --dired switch, before erasing them.
14303
00da1cc5
NR
143042004-05-24 Nick Roberts <nickrob@gnu.org>
14305
c9858347 14306 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
00da1cc5 14307 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
c9858347
NR
14308 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
14309 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
14310 gud-minor-mode (gdbmi).
00da1cc5 14311
4c493999
JB
143122004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14313
14314 * net/browse-url.el (browse-url-interactive-arg): Enable user to
14315 explicitly select the text to be taken as URL.
14316
675254bc
JL
143172004-05-23 Juri Linkov <juri@jurta.org>
14318
14319 * info.el (Info-index-nodes): New var and fun.
14320 (Info-goto-index, Info-index, info-apropos)
14321 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
14322 (Info-index): Fix docstring. Store and restore Info-history-list.
14323 (Info-complete-nodes): New var.
14324 (Info-complete-menu-item): Use it.
14325 (Info-index-node): New fun.
14326 (Info-final-node, Info-forward-node, Info-backward-node)
14327 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
14328 Use Info-index-node.
14329 (Info-extract-menu-item, Info-extract-menu-counting): Set second
14330 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
14331 (Info-find-node-2): If a node with period in its name not found,
14332 try to find a node without the name part after period.
14333 (Info-select-node): Call Info-fontify-node only if
14334 Info-fontify-maximum-menu-size is not nil.
14335 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
14336 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
14337 Preserve Info-history-list.
14338 (Info-toc): Set Info-current-file.
14339 (Info-build-toc): Move point to the beginning of the buffer.
14340 Add main-file variable.
14341 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
14342 Use backslashed representation of the control character ^_.
14343
14344 * textmodes/texinfmt.el (texinfo-print-index): Print index line
14345 numbers in the new Texinfo 4.7 format.
14346
14347 * add-log.el (change-log-font-lock-keywords): Remove `:' from
14348 regexps for function and variable names.
14349
14350 * descr-text.el (describe-property-list): Add [show] button for
14351 `syntax-table' property with action to pp to a separate buffer.
14352 (describe-char): Replace search-forward by re-search-forward with
ce50a847 14353 whitespace regexp after "character:" to not fail in too narrow windows.
675254bc
JL
14354
14355 * simple.el (next-error-find-buffer): Add a rule to return
14356 next-error capable buffer if one window on the selected frame
14357 displays such buffer.
14358
0145381f
NR
143592004-05-23 Nick Roberts <nickrob@gnu.org>
14360
14361 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
14362 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
14363 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
14364 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
ce50a847
SM
14365 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
14366 Handle new value for gud-minor-mode (gdbmi).
0145381f 14367 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
ce50a847
SM
14368 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
14369 Change from local to global gdb variable set.
0145381f
NR
14370 (gdb-ann3): Initialise above gdb variable set.
14371 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
14372 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
14373 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
14374 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
14375 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
14376 (gdb-info-locals-handler, gdb-invalidate-assembler)
14377 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
14378 set as global variables.
14379 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
14380 Handle gdbmi.
14381 (gdb-info-breakpoints-custom): Fix regexp.
14382 (def-gdb-var): Delete.
14383
14384 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
14385 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
14386 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
4c493999 14387 a new mode. The file (gdb-mi.el) for this mode will be included
0145381f
NR
14388 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
14389 primary interface.
14390
f5340e29
JH
143912004-05-23 Jesper Harder <harder@ifa.au.dk>
14392
14393 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
14394 interpreted as a directory.
14395
657cc4ff
RS
143962004-05-22 Richard M. Stallman <rms@gnu.org>
14397
71d5a208
RS
14398 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
14399 as a close quote.
14400
14401 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
14402
675254bc 14403 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
71d5a208 14404 Use assoc-string, not assoc-ignore-case.
675254bc 14405
71d5a208
RS
14406 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
14407
657cc4ff
RS
14408 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
14409 If moving back then fwd gets a defun that ends before point,
14410 try again moving fwd then back.
14411
14412 * files.el (file-name-non-special): Allow t in file-arg-indices
14413 to mean requote the return value. Use `identity' as an element
14414 rather than as the whole value.
14415
14416 * gs.el (gs-options): Add -dSAFER. Mark it risky.
14417
7d57db29
JB
144182004-05-22 Juanma Barranquero <lektu@terra.es>
14419
14420 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
14421 `help-make-usage'.
14422 (help-highlight-arguments): Skip function name before searching
14423 for arguments.
14424
24462ed2
JB
144252004-05-21 Juanma Barranquero <lektu@terra.es>
14426
14427 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
14428 Don't mention in the docstring these arguments meant for
14429 internal (recursive) use only.
14430 (allout-char-spec): Comment out (it's not implemented).
14431 (allout-old-expose-topic, allout-exposure): Fix docstring and add
14432 obsolescence declaration.
14433 (allout-flatten-exposed-to-buffer)
14434 (allout-indented-exposed-to-buffer): Fix typos in docstring.
14435 (my-mark-marker): Doc fix.
14436 (produce-allout-mode-map, allout-sibling-index)
14437 (allout-isearch-expose, allout-distinctive-bullet)
14438 (allout-open-topic, allout-reindent-body)
14439 (allout-rebullet-heading, allout-process-exposed)
14440 (allout-insert-listified, allout-latex-verb-quote)
14441 (allout-insert-latex-header, allout-insert-latex-trailer):
14442 Make arguments match their use in docstring.
14443 (allout-primary-bullet, allout-old-style-prefixes)
14444 (allout-inhibit-protection, allout-init, allout-mode)
14445 (allout-before-change-protect, allout-flag-region):
14446 Use "Emacs" instead of "emacs" in docstrings.
14447
ce44846f
KH
144482004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
14449
14450 * international/characters.el: Modify syntax of more characters.
14451
a6e7bdf1
MY
144522004-05-21 Masatake YAMATO <jet@gyve.org>
14453
ce50a847 14454 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
46de1c5a 14455 (etags-tags-completion-table): Show parsing progress.
a6e7bdf1 14456
442c8150
LT
144572004-05-20 Luc Teirlinck <teirllm@auburn.edu>
14458
14459 * locate.el (locate-prompt-for-command): Shorten first line of
14460 docstring.
14461 (locate-mode): Expand docstring and include keymap summary.
14462
4edcfd17
LT
14463 * files.el (find-file-noselect-1): Limit the scope of the
14464 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
14465 is, by default, nil during the execution of
14466 `find-file-not-found-functions' and `find-file-hook'.
14467
64867fce
EZ
144682004-05-20 Michael Mauger <mmaug@yahoo.com>
14469
14470 * facemenu.el (facemenu-color-name-equal): New function.
14471 (list-colors-display): Use it to compare colors instead of
14472 facemenu-color-equal.
14473
88537a99
EZ
144742004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
14475
14476 * compare-w.el (compare-windows-face): Use min-colors instead of
14477 checking for tty or pc types.
14478
47ff5b28
SM
144792004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14480
14481 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
14482 (completion-setup-function): Use with-current-buffer.
14483 Properly save excursion. Simplify.
14484 Don't assume there is necessarily a `mouse-face' property somewhere.
14485
14486 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
14487
14488 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
14489
14490 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
14491 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
14492 Use with-current-buffer.
14493 (byte-goto-log-buffer): Delete.
14494 (byte-compile-log-file): Call compilation-forget-errors.
14495
2aa4a729
PJ
144962004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14497
14498 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
14499 output messages into the search result.
14500
15aa7790
MY
145012004-05-19 Masatake YAMATO <jet@gyve.org>
14502
47ff5b28 14503 * wid-edit.el (widget-radio-button-notify): Revert my last
24462ed2 14504 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
15aa7790 14505
70abfe90
KH
145062004-05-19 Kenichi Handa <handa@m17n.org>
14507
e4ad9cf1
SM
14508 * international/characters.el: Fix syntax (open/close) of CJK chars.
14509
145102004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14511
14512 * help-mode.el (help-go-back): Don't depend on position of back button.
14513
145142004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14515
14516 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
14517 files files don't contain an accidental additional /.
14518
14519 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
14520 in source buffer.
70abfe90 14521
4d4ea14a
MY
145222004-05-18 Masatake YAMATO <jet@gyve.org>
14523
14524 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
e4ad9cf1 14525 to widget-apply. :action method assumes 2 arguments, not 3.
4d4ea14a 14526
2c375837
GM
145272004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
14528
e4ad9cf1
SM
14529 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14530 New constants.
2c375837
GM
14531 (hs-special-modes-alist): Add an f90-mode entry.
14532
410019e5
SS
145332004-05-17 Sam Steingold <sds@gnu.org>
14534
e4ad9cf1
SM
14535 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
14536 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
410019e5 14537
57116789
KS
145382004-05-16 Kim F. Storm <storm@cua.dk>
14539
14540 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
14541
e9e132ed
JW
145422004-05-15 John Wiegley <johnw@newartisans.com>
14543
e4ad9cf1 14544 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
e9e132ed 14545 (eshell-output-object-to-target): Improve output speed 20% by not
e4ad9cf1 14546 calling `eshell-stringify' if something is already known to be a string.
e9e132ed 14547
c1380aa6
EZ
145482004-05-15 Alex Ott <ott@jet.msk.su>
14549
e4ad9cf1
SM
14550 * textmodes/ispell.el (ispell-local-dictionary-alist):
14551 Add windows-1251 to the choice of coding systems.
c1380aa6
EZ
14552 (ispell-dictionary-alist-6): Add support for "russianw.aff",
14553 encoded in cp1251.
14554
bc3621a0
EZ
145552004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
14556
14557 * progmodes/compile.el (compilation-warning-face)
14558 (compilation-info-face): Use min-colors.
14559
26955824
JD
145602004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14561
60ce1c58
KS
14562 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
14563 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
14564 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
14565 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
14566 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
14567 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
14568 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
14569 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
14570 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
14571 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
14572 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
14573 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
14574 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
14575 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
26955824 14576
62f3da3b
KS
145772004-05-15 Kim F. Storm <storm@cua.dk>
14578
14579 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
14580 Use it to set triggered-p element of timer.
14581 (timer-event-handler): Set triggered-p element non-nil while running
14582 the timer function.
14583
d5c24489
SM
145842004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14585
14586 * descr-text.el (describe-char-unicode-data)
14587 (describe-char-unicodedata-file): Re-enable the unicode code now that
14588 the licensing issues have been cleared in the unicode-4 license.
14589 (describe-text-properties-1): Remove unused `overlay' var.
14590 (describe-char): Remove unused var `buffer'.
14591
ddda21d3
DP
145922004-05-14 David Ponce <david@dponce.com>
14593
14594 * tree-widget.el: New file.
14595
28cfe103 145962004-05-13 Marcelo Toledo <marcelo@gnu.org>
c7a73294 14597
e4ad9cf1 14598 * language/european.el ("Brazilian Portuguese"): Add support for
c7a73294
DK
14599 Brazilian Portuguese.
14600
97dad9d3
JW
146012004-05-13 John Wiegley <johnw@newartisans.com>
14602
14603 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
14604 `recentf-mode' if this variable has been customized to t.
14605
14606 * eshell/esh-test.el (eshell-test): Call the function
e4ad9cf1 14607 `emacs-version' rather than trying to build a custom version string.
97dad9d3 14608
a267ab4d
SM
146092004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14610
14611 * net/telnet.el (telnet-mode): Use define-derived-mode.
14612 Don't modify the global value of comint-prompt-regexp.
14613
64bd6fd1
JPW
146142004-05-13 John Paul Wallington <jpw@gnu.org>
14615
14616 * version.el (emacs-version): Check for `gtk' feature before
14617 `x-toolkit' feature.
14618
aae424b9
JB
146192004-05-13 Juanma Barranquero <lektu@terra.es>
14620
08cbceb9
JB
14621 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
14622 arguments in the docstring, they're used only in recursive calls.
14623
aae424b9
JB
14624 * help-fns.el (help-arg-highlighting-function)
14625 (help-argument-name): Delete.
14626 (help-default-arg-highlight): New function.
14627 (help-do-arg-highlighting): Use it.
14628
eb15ce9e
GM
146292004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14630
a267ab4d
SM
14631 * calendar/appt.el (appt-disp-window):
14632 Use `calendar-set-mode-line' for a centered mode-line.
eb15ce9e
GM
14633
146342004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14635
14636 * calendar/appt.el (appt-disp-window): Do not split window
14637 excessively when `split-height-threshold' is low.
14638
da1a6bb8
NR
146392004-05-12 Nick Roberts <nickrob@gnu.org>
14640
14641 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
14642 kill-buffer-hook here and make it local.
14643 (gud-kill-buffer-hook): Use kill-process for a sure kill.
14644
0e52264f
DP
146452004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
14646
a267ab4d
SM
14647 * progmodes/compile.el (compilation-set-window-height):
14648 Use save-excursion to protect against misplaced marker.
0e52264f 14649
9b44aa8b
JD
146502004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14651
14652 * custom.el (defface): Document that type can have value gtk.
14653
14654 * faces.el (face-spec-set-match-display): Handle type gtk in display.
14655
08020f9a
KH
146562004-05-12 Kenichi Handa <handa@m17n.org>
14657
14658 * descr-text.el: Require quail at comile time.
14659 (describe-char): If an input method is on and it supports the
14660 character, show how to input it.
14661
14662 * international/quail.el (quail-install-decode-map): Accept a
14663 char-table whose subtype is `quail-decode-map'.
14664 (quail-store-decode-map-key, quail-gen-decode-map1)
14665 (quail-gen-decode-map, quail-find-key1, quail-find-key)
14666 (quail-show-key): New functions.
14667
c9688100
JB
146682004-05-12 Juanma Barranquero <lektu@terra.es>
14669
71507e47
JB
14670 * generic.el (define-generic-mode): Remove redundant arglist info.
14671
c9688100
JB
14672 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
14673 Make arguments match their use in docstring.
14674 (help-arg-highlighting-function): New variable.
14675 (help-argument-name): Mention it in the docstring.
14676 (help-do-arg-highlight): Use it. Expand regexp to accept also
14677 ARG-xxx and xxx-ARG references.
14678
cdc9b845
EZ
146792004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14680
14681 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
14682 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
14683 and "mailto:addr1?to=addr2" equal.
14684
ac00945e
EZ
146852004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14686
14687 * man.el (Man-getpage-in-background): Use shell-file-name
a267ab4d 14688 and shell-command-switch variables instead of hard-coded values.
ac00945e 14689
1e77b112
EZ
146902004-05-11 Eli Zaretskii <eliz@gnu.org>
14691
14692 * iimage.el: New file.
14693
494bcd27
JB
146942004-05-11 Juanma Barranquero <lektu@terra.es>
14695
86d373e6
JB
14696 * custom.el (custom-initialize-default, defcustom):
14697 Fix typo in docstring.
f68d54e7 14698
b4777370
JB
14699 * files.el (set-visited-file-name, file-expand-wildcards):
14700 Fix docstring.
14701
f68d54e7
SM
147022004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14703
14704 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
14705
14706 * subr.el (eventp): Be more discriminating with integers.
494bcd27 14707
10436a47
DP
147082004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
14709
14710 * progmodes/compile.el (compile): Add universal prefix arg.
14711 (compilation-error-regexp-alist-alist): Add edg patterns.
14712
3eab7193
SS
147132004-05-10 Sam Steingold <sds@gnu.org>
14714
f68d54e7
SM
14715 * textmodes/ispell.el (ispell-message):
14716 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
3eab7193 14717
522067b2
SM
147182004-05-10 Dave Love <fx@gnu.org>
14719
14720 * progmodes/python.el (help-buffer): Autoload when compiling.
14721 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
14722 (run-python): Prepend to any existing PYTHONPATH.
14723
95157669
NR
147242004-05-10 Nick Roberts <nick@nick.uklinux.net>
14725
14726 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
14727 for pending breakpoints.
14728
e109331a
RS
147292004-05-10 Richard M. Stallman <rms@gnu.org>
14730
14731 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
14732 directly without calling any functions in Rmail.
14733 (unrmail-unprune): Function deleted.
14734
b82a6ae7
SM
147352004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14736
14737 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
14738 C-c C-z binding.
14739
a57e8159
KH
147402004-05-10 Kenichi Handa <handa@m17n.org>
14741
14742 * descr-text.el (describe-char): Fix previous change. Don't make
14743 a unibyte character to multibyte in the *Help* buffer.
14744
f9878c26
MB
147452004-05-10 Miles Bader <miles@gnu.org>
14746
14747 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
14748 buffer an error if the debugger process is actually running.
14749
efde45ca
JB
147502004-05-10 Juanma Barranquero <lektu@terra.es>
14751
aa7094ba
JB
14752 * help-fns.el (help-argument-name): Default to italic.
14753 (help-highlight-arguments): Return always (usage . doc), even when
14754 usage is nil.
14755
14756 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
14757 (define-ibuffer-filter): Add usage info.
14758 (define-ibuffer-op): Add usage info (but CL-style defaults for
14759 keyword args are not shown).
14760
efde45ca 14761 * subr.el (remove-overlays, read-passwd): Fix docstring.
54ce7cbf
JB
14762 (start-process-shell-command): Fix docstring. Put usage info in a
14763 format usable by `describe-function'.
14764 (open-network-stream, open-network-stream-nowait)
14765 (open-network-stream-server): Fix docstring.
efde45ca 14766
893b49bb
JR
147672004-05-09 Jason Rumney <jasonr@gnu.org>
14768
64ec7df9
JR
14769 * international/code-pages (cp932, cp936, cp949, c950): Remove.
14770 Only define cp125* if windows-125* is already defined.
14771
14772 * language/korean.el (cp949): Add alias.
14773
14774 * language/chinese.el (cp936, cp950): Add aliases.
14775
14776 * language/japanese.el (cp932): Add alias.
14777
ceb96489
JR
14778 * term/w32-win.el: Require code-pages.
14779
b82a6ae7
SM
14780 * international/mule-cmds.el (set-locale-environment):
14781 On MS-Windows use ansi code-page for default coding-systems.
893b49bb
JR
14782 Set up paper sizes for Windows 3 letter languages.
14783
b82a6ae7
SM
14784 * international/code-pages.el (cp932, cp936, cp949, cp950):
14785 Add aliases. Also add cp125* if not already defined.
893b49bb 14786
b1c661c7
JB
147872004-05-09 Juanma Barranquero <lektu@terra.es>
14788
b4777370
JB
14789 * help-fns.el (help-highlight-arguments): Don't try to highlight
14790 missing or autoloaded arglists. Accept structured arguments, like
14791 the first ones of `do' and `flet'.
d0aa1aab
JB
14792
14793 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
14794 (cvs-get-marked): Remove redundant arglist info.
14795
b4777370
JB
14796 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
14797 Don't use CL-style default args.
b1c661c7 14798
9e24a165
AS
147992004-05-08 Andreas Schwab <schwab@suse.de>
14800
70d4043b
AS
14801 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
14802
9e24a165
AS
14803 * international/subst-ksc.el: Fix references to utf-translate-cjk
14804 into utf-translate-cjk-mode.
14805 * international/subst-big5.el: Likewise.
14806 * international/subst-gb2312.el: Likewise.
14807 * international/subst-jis.el: Likewise.
14808 * international/utf-16.el: Likewise.
14809 * international/utf-8.el: Likewise.
14810
c4ae2d51
JW
148112004-05-08 John Wiegley <johnw@newartisans.com>
14812
b82a6ae7 14813 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
c4ae2d51
JW
14814 "virtual buffers" (off by default), which makes it possible to
14815 switch to the "virtual" buffers of recently visited files. When a
14816 buffer name search fails, and this option is on, iswitchb will
14817 look at the list of recently visited files, and permit matching
14818 against those names. When the user hits RET on a match, it will
14819 revisit that file.
b82a6ae7 14820 (iswitchb-read-buffer): Add two optional arguments, which makes
c4ae2d51 14821 isearchb.el possible.
b82a6ae7
SM
14822 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
14823 (iswitchb-next-match): Add support for virtual buffers.
c4ae2d51
JW
14824
14825 * isearchb.el: This module extends iswitchb to provide "as you
14826 type" buffer selection.
14827
14828 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
14829 Ignore the read-only property when flyspell highlighting is on.
14830 Not ignoring it leads to a series of confusing errors.
14831 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
14832 but also make sure to call flyspell-incorrect-hook.
14833 (flyspell-maybe-correct-transposition): Perform transposition test
14834 by bit twiddling a string, rather than using a temp buffer.
14835 (flyspell-maybe-correct-doubling): Use a string rather than a temp
14836 buffer. This is also the original version of the code, which
14837 could not be checked in before due to a previous lack of
14838 assignment papers. This version has seen heavy usage on my system
14839 for several years now.
14840
14841 * calendar/cal-bahai.el: New file, which adds support for the
14842 Baha'i calendar to Emacs. This calendar is based on a solar year
14843 of 19 months of 19 days, with 4 intercalary days. Each year
14844 begins on March 21, with the calendar starting in 1844.
603b9df9 14845
881b07f9
JB
14846 * calendar/cal-menu.el, calendar/calendar.el
14847 * calendar/diary-lib.el, calendar/holidays.el:
14848 Added support for using cal-bahai.el.
c4ae2d51
JW
14849
14850 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
14851 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
14852 function can be used outside of eshell buffers.
14853 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
14854
0f0af7a8
JB
148552004-05-08 Juanma Barranquero <lektu@terra.es>
14856
14857 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
14858 word constituent so FOO-ARG is not recognized as an arg.
b82a6ae7 14859 (help-highlight-arguments): Don't skip lists in mandatory arguments.
0f0af7a8
JB
14860
14861 * simple.el (next-error): Fix typo in docstring.
14862 (open-line): Make argument names match their use in docstring.
14863 (split-line): Fix docstring.
14864
603b9df9
JB
14865 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
14866 usable by `describe-function'.
14867 (gensym, gentemp, typep, ignore-errors): Make argument names match
14868 their use in docstring.
14869
14870 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
14871 argument to `help-setup-xref'.
14872
38c65fca
KG
148732004-05-07 Kai Grossjohann <kai@emptydomain.de>
14874
14875 Version 2.0.40 of Tramp released.
14876
b82a6ae7
SM
14877 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
14878 Use symbol-function to invoke functions only known on some Emacs
38c65fca
KG
14879 flavors. This avoids byte-compiler warnings. Reported by Kevin
14880 Scaldeferri <kevin@scaldeferri.com>.
b82a6ae7 14881 (tramp-do-copy-or-rename-file-via-buffer): Rename from
38c65fca
KG
14882 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
14883 consistent with the other tramp-do-* functions.
14884 (tramp-do-copy-or-rename-file): Calls adjusted.
14885 (tramp-process-initial-commands): Avoid liveness check on shell --
14886 we know that it must be alive since we're opening a connection at
14887 this moment.
14888 (tramp-last-cmd): New internal variable.
14889 (tramp-process-echoes): New tunable.
14890 (tramp-send-command): Set tramp-last-cmd.
14891 (tramp-wait-for-output): Delete echo, if applicable.
14892 (tramp-read-passwd): Construct the key for the password cache in a
14893 way that works for multi methods, too.
14894 (tramp-bug): Add backup-directory-alist and
b82a6ae7 14895 bkup-backup-directory-info to bug reports, with Tramp counterparts.
38c65fca 14896
0f0af7a8 148972004-05-07 Michael Albinus <michael.albinus@gmx.de>
38c65fca
KG
14898
14899 * net/tramp*.el: Suppress byte-compiler warnings where possible.
14900
14901 * net/tramp.el (tramp-out-of-band-prompt-regexp)
14902 (tramp-actions-copy-out-of-band): New defcustoms.
14903 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
14904 used instead of a synchronous one. Allows password entering.
14905 (tramp-action-out-of-band): New defun.
b82a6ae7
SM
14906 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
14907 Remove restriction with password from doc string.
38c65fca
KG
14908 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
14909 `tramp-out-of-band-prompt-regexp',
14910 `tramp-actions-copy-out-of-band', `password-cache' and
14911 `password-cache-expiry'.
14912 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
14913 password caching.
14914 (tramp-touch): FILE can be a local file, too.
14915 (TODO): Remove items done.
14916 (tramp-handle-insert-directory): Properly quote file name also if
14917 not full-directory-p. Handle wildcard case. Reported by Andreas
14918 Schwab <schwab@suse.de>.
14919 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
14920 new file.
b82a6ae7
SM
14921 (tramp-handle-file-local-copy, tramp-handle-write-region):
14922 The permissions of the temporary file are set if filename exists.
38c65fca
KG
14923 Reported by Ted Stern <stern@cray.com>.
14924 (tramp-backup-directory-alist)
14925 (tramp-bkup-backup-directory-info): New defcustoms.
b82a6ae7
SM
14926 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
14927 (tramp-handle-find-backup-file-name): New function.
14928 Implements Tramp's find-backup-file-name.
38c65fca
KG
14929
14930 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
14931 for `find-backup-file-name'.
14932
14933 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
14934 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
14935
9bcabb45
LH
149362004-05-07 Lars Hansen <larsh@math.ku.dk>
14937
14938 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
14939
a478f3e1
JB
149402004-05-07 Juanma Barranquero <lektu@terra.es>
14941
a478f3e1
JB
14942 * subr.el (lambda): Add arglist description to docstring.
14943 (declare): Fix typo in docstring.
14944 (open-network-stream): Fix docstring.
b82a6ae7 14945 (process-kill-without-query): Fix docstring and add obsolescence info.
a478f3e1
JB
14946 (last, butlast, nbutlast): Make arguments match their use in docstring.
14947 (insert-buffer-substring-no-properties): Likewise.
14948 (insert-buffer-substring-as-yank): Likewise.
14949 (split-string): Fix docstring.
14950
0f0af7a8
JB
14951 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14952 Make argument names match their use in docstring.
14953
a478f3e1
JB
14954 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
14955
6dba30fb
NR
149562004-05-06 Nick Roberts <nickrob@gnu.org>
14957
14958 * progmodes/gdb-ui.el: Improve/extend documentation strings.
14959 Fit first sentence on one line for apropos-command.
14960
24d5055c
SM
149612004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14962
14963 Changes largely merged in from Dave Love's code.
14964 * progmodes/python.el: Doc fixes.
14965 (python-mode-map): Add python-complete-symbol.
14966 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
14967 (python-comment-indent, python-complete-symbol)
14968 (python-symbol-completions, python-partial-symbol)
14969 (python-try-complete): New.
14970 (python-indent-line): Remove optional arg. Use python-block-end-p.
14971 (python-check): Bind compilation-error-regexp-alist.
14972 (inferior-python-mode): Use rx. Move keybindings to top level.
14973 Set comint-input-filter.
14974 (python-preoutput-filter): Use rx.
14975 (python-input-filter): Re-introduce.
14976 (python-proc): Start new process if necessary.
14977 Check python-buffer non-nil.
14978 (view-return-to-alist): Defvar.
14979 (python-send-receive): New.
14980 (python-eldoc-function): Use it.
14981 (python-mode-running): Don't defvar.
14982 (python-mode): Set comment-indent-function.
14983 Maybe update hippie-expand-try-functions-list.
14984 (python-indentation-levels): Initialize differently.
14985 (python-block-end-p): New.
14986 (python-indent-line): Use it.
14987 (python-compilation-regexp-alist): Augment.
14988 (run-python): Import `emacs' module to Python rather than loading
14989 code directly. Set python-buffer differently.
14990 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
14991 Use python-proc.
14992 (python-send-command): Go to end of comint buffer.
14993 (python-load-file): Use python-proc, emacs.eimport.
14994 (python-describe-symbol): Simplify interactive form.
14995 Use emacs.help. Do use temp-buffer-show-hook.
14996 Call print-help-return-message.
14997 (hippie-exp): Require when compiling.
14998 (python-preoutput-continuation): Use rx.
14999
15000 * diff-mode.el (diff-make-unified): Fix regexp.
15001
b90a6a12
JPW
150022004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
15003
15004 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
15005 filter groups from the buffer when rebuilding the Ibuffer buffer
15006 and `ibuffer-show-empty-filter-groups' is nil.
15007
1ed43c8e
VJL
150082004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15009
15010 * ps-print.el (ps-print-quote): Call ps-value-string.
cfb7b9ce
VJL
15011 (ps-setup): Call ps-comment-string.
15012 (ps-value-string, ps-comment-string): New funs.
1ed43c8e 15013
b03a4fdd
JB
150142004-05-06 Juanma Barranquero <lektu@terra.es>
15015
b4777370
JB
15016 * ehelp.el (electric-help-command-loop): Check whether the last
15017 character is visible, not (point-max).
15018
1c34b5a9
JB
15019 * help-fns.el (help-argument-name): Default to bold; don't inherit
15020 from font-lock-variable-name-face.
15021 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
15022
f747bef9
KH
150232004-05-05 Kenichi Handa <handa@m17n.org>
15024
15025 * descr-text.el (describe-char): Copy the character with text
15026 properties and overlays into the first line, and call
15027 describe-text-properties on it.
15028
971cb834
SE
150292004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
15030
15031 * iswitchb.el (iswitchb-global-map): Fix typo.
b03a4fdd 15032 Remove unwanted ###autoloads from source file.
971cb834 15033
2a93ca78
LH
150342004-05-05 Lars Hansen <larsh@math.ku.dk>
15035
15036 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
b03a4fdd 15037 in run-hooks. Use substitute-command-keys in message.
2a93ca78
LH
15038 (wdired-abort-changes): Add message.
15039
9a9069c9
SM
150402004-05-03 Michael Mauger <mmaug@yahoo.com>
15041
15042 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
15043 (sql-emacs20-p): Remove.
15044 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
15045 (sql-builtin-face, sql-doc-face): Remove.
15046 (sql-mode-ansi-font-lock-keywords)
15047 (sql-mode-oracle-font-lock-keywords)
15048 (sql-mode-postgres-font-lock-keywords)
15049 (sql-mode-linter-font-lock-keywords)
15050 (sql-mode-ms-font-lock-keywords)
15051 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
15052 (sql-product-font-lock): Fix font-lock reset when font rules change.
15053 (sql-highlight-product): Remove incorrect font-lock reset logic.
15054
c21c3d89
JY
150552004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
15056
15057 * ses.el (ses-set-parameter): Fix typo.
15058
bdcc01de
KS
150592004-05-04 Kim F. Storm <storm@cua.dk>
15060
15061 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
15062 Must expand directory for completion to work; and don't mess with
15063 process-environment.
6ab66799
KS
15064 (ido-read-file-name): If command has ido property, don't use ido
15065 if value is ignore, or read as directory if value is dir.
15066 Set ido ignore property for dired-do-rename command.
bdcc01de 15067
8eae13fd
JB
150682004-05-04 Juanma Barranquero <lektu@terra.es>
15069
b4777370
JB
15070 * ehelp.el (electric-help-command-loop, electric-help-undefined)
15071 (electric-help-help): Check against unmapped commands.
15072
c57ada27
JB
15073 * help-fns.el (help-argument-name): New face, inheriting from
15074 font-lock-variable-name-face, to highlight function arguments in
15075 `describe-function' and `describe-key'.
15076 (help-do-arg-highlight): Auxiliary function to highlight a given
15077 list of arguments in a string.
15078 (help-highlight-arguments): Highlight the function arguments and
15079 all uses of them in the docstring.
24462ed2 15080 (describe-function-1): Use it. Do docstring output via `insert',
c57ada27
JB
15081 not 'princ', so text attributes are preserved.
15082
b4777370
JB
15083 * winner.el (winner-mode-map): Move `winner-undo' and
15084 `winner-redo' to C-c <left> and C-c <right>, respectively (the
15085 previous bindings conflict with `prev-buffer', `next-buffer').
8eae13fd 15086
8bf38a9b
SM
150872004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15088
15089 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
15090 (bibtex-entry-update): New command bound to C-c C-u.
15091 (bibtex-text-in-string): Fix regexp.
15092 (bibtex-assoc-of-regexp): Remove.
15093 (bibtex-progress-message): Fix docstring.
15094 (bibtex-inside-field): Use if.
15095 (bibtex-assoc-regexp): New function.
15096 (bibtex-format-entry): Make code more robust so that it formats
15097 also old entries.
15098 (bibtex-autokey-demangle-title): Merge with obsolete function
15099 bibtex-assoc-of-regexp.
15100 (bibtex-field-list): New function.
15101 (bibtex-entry): Use bibtex-field-list.
15102 (bibtex-parse-entry): Fix docstring.
15103 (bibtex-print-help-message): Use bibtex-field-list.
15104 (bibtex-make-field): Use bibtex-field-list.
24462ed2 15105 (bibtex-entry-index): Bugfix. Return crossref key if required.
8bf38a9b
SM
15106 (bibtex-lessp): Fix docstring.
15107
9bfadbd3
LT
151082004-05-03 Luc Teirlinck <teirllm@auburn.edu>
15109
8bf38a9b 15110 * select.el (xselect-convert-to-string): Move comment to intended line.
9bfadbd3 15111
0928a1d8
JD
151122004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15113
15114 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
15115 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
15116
151172004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
e43a720f
JD
15118
15119 * term/x-win.el (x-clipboard-yank): Don't exit on error from
15120 x-get-selection.
15121
238add5e
JR
151222004-05-03 Jason Rumney <jasonr@gnu.org>
15123
15124 * makefile.nt: Remove.
15125
d83e1f9d
KS
151262004-05-03 Kim F. Storm <storm@cua.dk>
15127
8bf38a9b 15128 * emulation/cua-base.el (cua--update-indications): Fix last change.
a6133def 15129 (cua-mode): Deactivate mark when cua-mode is enabled.
d83e1f9d 15130
deae888e
LT
151312004-05-02 Luc Teirlinck <teirllm@auburn.edu>
15132
8bf38a9b 15133 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
deae888e 15134
a89f5c79
NR
151352004-05-03 Nick Roberts <nickrob@gnu.org>
15136
31b5ff39 15137 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
a89f5c79 15138 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
31b5ff39
NR
15139 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
15140 window over visible frames.
15141 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
a89f5c79 15142
822001db
SM
151432004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
15144
8eae13fd 15145 * progmodes/compile.el (compilation-gcpro): New var.
822001db
SM
15146 (compilation-fake-loc): Use it.
15147 (compilation-forget-errors): Reset it.
15148
55f2eb7e
SM
151492004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
15150
15151 * diff-mode.el (diff-header-face, diff-file-header-face):
15152 Use min-colors.
15153
5ad1dfd6
SM
151542004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15155
15156 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
15157 (bibtex-clean-entry): Disentangle code.
15158 (bibtex-realign): New function.
15159 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
15160 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
15161 Remove undocumented optional arg called-by-convert-alien.
15162 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
15163 for sorting instead of bibtex-sort-buffer.
15164
cf8f099f
EZ
151652004-05-02 Eli Zaretskii <eliz@gnu.org>
15166
15167 * progmodes/compile.el (compilation-start): In the
15168 no-async-subprocesses branch, call sit-for to give redisplay a
052ca4d1
EZ
15169 chance to show the updated process status in the mode line, and
15170 fontify the buffer explicitly after the process exits.
cf8f099f 15171
37384ede
SM
151722004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
15173
15174 * progmodes/python.el (python-compilation-line-number): Remove.
15175 (python-compilation-regexp-alist): Don't use it any more.
15176 (python-orig-start, python-input-filter): Remove.
15177 (inferior-python-mode): Don't set up comint-input-filter-functions.
15178 (python-send-region): Use compilation-fake-loc.
15179
15180 * progmodes/compile.el (compilation-messages-start): New var.
15181 (compilation-mode): Don't setup next-error-function here.
15182 (compilation-setup): Set it up here instead (for minor modes as well).
15183 Make compilation-messages-start buffer local.
15184 (compilation-next-error-function): Use it.
15185 (compilation-forget-errors): Set compilation-messages-start.
15186
7655d378
LT
151872004-05-01 Luc Teirlinck <teirllm@auburn.edu>
15188
15189 * ielm.el (ielm-prompt-read-only): Update docstring.
15190
15191 * comint.el (comint-prompt-read-only): Update docstring.
15192 (comint-update-fence, comint-kill-whole-line)
15193 (comint-kill-region): New functions.
15194
15195 * simple.el (kill-whole-line): Use "p" instead of "P" in
a4683d66 15196 interactive form.
7655d378 15197
9242b3b7
JB
151982004-05-01 Juanma Barranquero <lektu@terra.es>
15199
15200 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
15201 format arglist so default values in CL-style argument lists are
15202 correctly shown.
15203
1e8b532f
JR
152042004-05-01 Jason Rumney <jasonr@gnu.org>
15205
15206 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
15207
d1df889e
KH
152082004-05-01 Kenichi Handa <handa@m17n.org>
15209
15210 * international/titdic-cnv.el (miscdic-convert): Don't generate a
15211 quail file if it is up to date.
15212
8aa3c147
JL
152132004-04-30 Juri Linkov <juri@jurta.org>
15214
15215 * cus-edit.el (custom-mode-map):
15216 Add key binding `C-x C-s' to `Custom-save'.
15217
15218 * outline.el (outline-blank-line): New var.
15219 (outline-next-preface, outline-show-heading)
15220 (outline-end-of-subtree): Use it.
15221
15222 * dired-aux.el (dired-touch-initial): New fun.
15223 (dired-do-chxxx): Call it for op-symbol `touch'.
4ae73f87
JL
15224 (dired-diff): Use `dired-dwim-target-directory'
15225 if current dired buffer has no buffer mark.
8aa3c147
JL
15226
15227 * bindings.el (propertized-buffer-identification):
15228 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
15229 Add C-M-arrow keys for consistency.
15230
15231 * files.el (confirm-kill-emacs):
15232 Change group from top-level `emacs' to `convenience'.
15233
15234 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
15235 Push mark on the first call of successive command calls.
15236 (insert-pair): New fun created from `insert-parentheses' with
15237 `open' and `close' arguments added. Enclose active regions
15238 in paired characters. Compare adjacent characters syntax with
15239 inserted characters syntax before inserting a space.
15240 (insert-parentheses): Call `insert-pair' with ?\( ?\).
15241
15242 * delsel.el: Don't put `delete-selection' property
15243 on `insert-parentheses' symbol to take advantage of
15244 region handling in `insert-pair' function.
9242b3b7 15245 Suggested by Stephan Stahl <stahl@eos.franken.de>.
8aa3c147 15246
b2dae92a
KS
152472004-04-30 Kim F. Storm <storm@cua.dk>
15248
b2b55d03
KS
15249 * emulation/cua-base.el: Add support for changing cursor types;
15250 based on patch from Michael Mauger.
15251 (cua-normal-cursor-color, cua-read-only-cursor-color)
15252 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
15253 Customization cursor type and/or cursor color.
15254 (cua--update-indications): Handle cursor type changes.
15255 (cua-mode): Update cursor indications if enabled.
15256
3b365de3
KS
15257 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
15258
b2dae92a
KS
15259 * mouse.el (mouse-drag-copy-region): New defcustom.
15260 (mouse-set-region, mouse-drag-region-1): Use it.
15261
15262 * simple.el (kill-ring-save): If region face background color is
15263 unspecified (if no highlighting), show extent of fully visible
15264 region even if transient-mark-mode is enabled.
15265
15266 * emulation/cua-base.el (cua--standard-movement-commands):
15267 Add cua-scroll-up and cua-scroll-down.
15268 (cua-scroll-up, cua-scroll-down): New commands.
15269 (cua--init-keymaps): Remap scroll-up and scroll-down.
15270
15271 * emulation/cua-rect.el (cua--convert-rectangle-as):
15272 New defmacro.
15273 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
15274 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
9242b3b7 15275 New commands (suggested by Jordan Breeding).
b2dae92a 15276
3b0af402
JB
152772004-04-30 Juanma Barranquero <lektu@terra.es>
15278
15279 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
15280
76f024d9
JB
152812004-04-30 Mario Lang <mlang@delysid.org>
15282
15283 * diff.el (diff-switches): Fix typo in docstring.
15284
38784ed8
AS
152852004-04-30 Alex Schroeder <alex@gnu.org>
15286
15287 * xml.el (xml-debug-print-internal): Don't add newline and
15288 indentation to text nodes and write empty elements as empty tags
15289 instead of opening and closing tags.
15290 (xml-debug-print): Take optional indent-string argument.
15291 (xml-print): Alias for xml-debug-print.
15292
d71d20ea
GM
152932004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15294
15295 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
15296 than duplicate call to `line-beginning-position'.
15297
e4ad9cf1
SM
15298 * progmodes/f90.el (f90-get-present-comment-type):
15299 Return whitespace, as well as comment chars, for consistent filling
d71d20ea 15300 of comment blocks. Use `match-string-no-properties'.
e4ad9cf1 15301 (f90-break-line): Trim trailing whitespace when filling comments.
d71d20ea
GM
15302
153032004-04-30 Dave Love <fx@gnu.org>
15304
15305 * calendar/diary-lib.el (diary-outlook-formats): New variable.
15306 (diary-from-outlook-internal, diary-from-outlook)
e4ad9cf1
SM
15307 (diary-from-outlook-gnus, diary-from-outlook-rmail):
15308 New functions to import diary entries from Outlook-format
d71d20ea
GM
15309 appointments in mail messages.
15310
dafb59b2
SM
153112004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15312
2c2cd44f
SM
15313 * progmodes/python.el (python-send-command): New fun.
15314 (python-send-region, python-load-file): Use it.
15315
15316 * progmodes/compile.el (compilation-last-buffer): Add var alias.
15317
dafb59b2
SM
15318 * help-fns.el (help-C-file-name): Use new subr-name.
15319 Prepend `src/' to the file name.
15320 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
76f024d9
JB
15321 (describe-function-1, describe-variable): Only find a C source file
15322 name if DOC is already loaded.
dafb59b2
SM
15323
15324 * help-mode.el (help-function-def, help-variable-def):
15325 Use the new find-function-search-for-symbol functionality.
15326 Allow FILE to be `C-source'.
15327
15328 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
15329 (find-function-C-source): New fun.
15330 (find-function-search-for-symbol): Use it.
15331
76f024d9 153322004-03-29 Michael Mauger <mmaug@yahoo.com>
2c2cd44f
SM
15333
15334 * progmodes/sql.el (sql-product-alist): Rename variable
15335 `sql-product-support'. Add Postgres login parameters.
e4ad9cf1 15336 (sql-set-product, sql-product-feature): Update with renamed variable.
2c2cd44f
SM
15337 (sql-connect-postgres): Add username prompt.
15338 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
15339 Make patterns less product specific.
e2cae769 15340 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
2c2cd44f
SM
15341 (sql-mode-abbrev-table): Modify initialization.
15342 (sql-builtin-face): Add variable.
15343 (sql-keywords-re): Add macro.
15344 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
15345 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
15346 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
15347 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
15348 (sql-mode-linter-font-lock-keywords)
15349 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
15350 (sql-mode-sybase-font-lock-keywords)
15351 (sql-mode-informix-font-lock-keywords)
15352 (sql-mode-interbase-font-lock-keywords)
15353 (sql-mode-ingres-font-lock-keywords)
15354 (sql-mode-solid-font-lock-keywords)
15355 (sql-mode-sqlite-font-lock-keywords)
15356 (sql-mode-db2-font-lock-keywords): Default to nil.
15357 (sql-product-font-lock): Always highlight ANSI keywords.
e4ad9cf1 15358 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
2c2cd44f
SM
15359 (sql-send-string): Add function.
15360
b4777370 153612004-04-29 Dave Love <fx@gnu.org>
2c2cd44f
SM
15362
15363 * progmodes/cfengine.el (cfengine-beginning-of-defun)
15364 (cfengine-end-of-defun): Ensure progress through buffer.
15365
15366 * info-look.el (cfengine-mode): Accept a terminal ().
15367
e4619728
JL
153682004-04-29 Juri Linkov <juri@jurta.org>
15369
15370 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
15371 instead of isearch-yank-word-or-char. Add new key bindings for
15372 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
15373 (isearch-del-char): New fun.
15374 (isearch-forward, isearch-edit-string): Update docstring.
15375 (isearch-yank-char): Doc fix.
15376 (isearch-other-meta-char): Restore point after scrolling.
15377
15378 * progmodes/compile.el (compilation-context-lines): Add nil option
15379 to disable compilation output window scrolling.
15380 (compilation-set-window): Use it.
15381
dafb59b2
SM
15382 * outline.el (outline-next-preface, outline-show-heading):
15383 Don't leave unhidden blank line before heading.
e4619728
JL
15384 (outline-end-of-subtree): Include last newline into subtree.
15385 (hide-entry): Leave point at beginning of heading instead of end.
15386 (outline-up-heading): Push mark for the first call of successive
15387 command calls.
15388
016b8f71
LT
153892004-04-28 Luc Teirlinck <teirllm@auburn.edu>
15390
15391 * comint.el (comint-prompt-read-only): New variable.
15392 (comint-output-filter): Implement it.
15393
15394 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
15395 (ielm-prompt-internal): New variable.
15396 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
15397 (ielm-send-input): Delete unused variable `buf'.
15398 (ielm-eval-input): Use `ielm-prompt-internal'.
15399 (inferior-emacs-lisp-mode): Use new variables
15400 `comint-prompt-read-only' and `ielm-prompt-internal'.
15401 Get rid of obsolete variable `directory-sep-char'.
15402 (ielm): Use `zerop'.
15403
d70d59e9
JPW
154042004-04-29 John Paul Wallington <jpw@gnu.org>
15405
15406 * thumbs.el (toplevel): Require cl at compile time.
15407 Remove conditional definitions of `ignore-errors' and `caddar'
15408 because they occur at run time.
15409
e51797d0
NR
154102004-04-28 Nick Roberts <nickrob@gnu.org>
15411
15412 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
dafb59b2 15413 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
e51797d0 15414 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
dafb59b2 15415 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
e51797d0
NR
15416
15417 * progmodes/gud.el (gud-common-init): Throw an error if program is
15418 already running under gdb.
15419
d42799bd
JPW
154202004-04-28 John Paul Wallington <jpw@gnu.org>
15421
15422 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
15423 (thumbs-show-image-num): Move assignment of
51adae01 15424 `thumbs-current-image-filename' within scope of `i'.
d42799bd
JPW
15425 (thumbs-emboss-image): Don't use `evenp'.
15426
83a0f060
RS
154272004-04-28 Richard M. Stallman <rms@gnu.org>
15428
15429 * progmodes/compile.el (compilation-context-lines): Default now 0.
15430
66dc9a0f
JB
154312004-04-28 Juanma Barranquero <lektu@terra.es>
15432
15433 Use `time-less-p' from calendar/time-date.el instead of defining
15434 custom versions of it.
15435
15436 * pcomplete.el (pcomplete-time-less-p): Remove.
15437
15438 * thumbs.el (time-less-p): Remove.
15439
15440 * calendar/timeclock.el (timeclock-time-less-p): Remove.
15441 (timeclock-generate-report): Use `time-less-p'.
15442
15443 * emacs-lisp/autoload.el (autoload-before-p): Remove.
15444 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
15445
f24485f1
MY
154462004-04-28 Masatake YAMATO <jet@gyve.org>
15447
033ad8c6 15448 * subr.el (remove-overlays): Make arguments optional.
f24485f1 15449
033ad8c6 15450 * wid-edit.el (widget-specify-button): Put evaporate to the
f24485f1
MY
15451 overlay for sample.
15452 (widget-specify-sample): Put evaporate to the overlay for sample.
15453 (widget-specify-doc): Put evaporate to the overlay for documentation.
15454
5242942f
JH
154552004-04-27 Jesper Harder <harder@ifa.au.dk>
15456
15457 * info.el (info-apropos): Make it an index node. Align node names
15458 like makeinfo.
15459
93397360
EZ
154602004-04-27 Eli Zaretskii <eliz@gnu.org>
15461
15462 * net/browse-url.el (browse-url-netscape-sentinel)
15463 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
033ad8c6
SM
15464 (browse-url-epiphany-sentinel, browse-url-mosaic):
15465 Use browse-url-*-program instead of a literal program name.
93397360 15466
0c54865e
EZ
154672004-04-27 Kevin Ryde <user42@zip.com.au>
15468
15469 * eshell/em-alias.el:
15470 * eshell/em-dirs.el:
15471 * eshell/em-hist.el:
15472 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
15473 features when M-x customize-group loads modules before the main
15474 eshell.el.
15475
12092fb3
EZ
154762004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
15477
15478 * subr.el (momentary-string-display): Support EXIT-CHAR that is
15479 either a character representation of an event or an event
15480 description list.
15481
27cd478d
EZ
15482 * type-break.el: Capitalise Emacs and Lisp.
15483 (type-break-good-break-interval, type-break-demo-boring-stats)
15484 (type-break-terse-messages, type-break-file-name): New defcustoms.
15485 (type-break-post-command-hook)
033ad8c6
SM
15486 (type-break-warning-countdown-string): Quote variable names in doc.
15487 (type-break-interval-start, type-break-auto-save-file-name): New vars.
27cd478d
EZ
15488 (type-break-mode): Document type-break-good-break-interval and the
15489 "session" file. Schedule break according to the session file.
15490 Kill session file buffer on exit. Organise for save-some-buffers
15491 to always save the session file.
15492 (type-break-mode-line-message-mode, type-break-query-mode):
15493 Uppercase arguments.
15494 (type-break-file-time, type-break-file-keystroke-count, timep)
15495 (type-break-choose-file, type-break-get-previous-time)
15496 (type-break-get-previous-count): New defuns.
15497 (type-break): Avoid break querying after a completed break in the
15498 case where the query was initiated during user invocation of the
033ad8c6
SM
15499 break. Optional terse messages.
15500 Use type-break-good-break-interval if type-break-good-rest-interval is
27cd478d
EZ
15501 nil. File the break time.
15502 (type-break-schedule): New optional args for overriding the use of
15503 the current time.
15504 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
15505 after a break.
15506 (type-break-check): File the keystroke count.
15507 (type-break-do-query): Prevent a second query when the break is
15508 interrupted. Optional terse message.
033ad8c6 15509 (type-break-keystroke-reset): Record the start of a typing interval.
27cd478d
EZ
15510 (type-break-demo-boring): Optional terse messages. Display word
15511 per minute and keystroke counts according to
15512 type-break-demo-boring-stats.
15513
aecb322b
EZ
155142004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
15515
15516 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
15517 directories, make sure they exist under archive-tmpdir.
15518
eb982898
JL
155192004-04-27 Juri Linkov <juri@jurta.org>
15520
15521 * help.el (view-emacs-news): With argument, display info for the
15522 selected version by finding it among different NEWS files, and
15523 narrowing the buffer to the selected version.
15524
15525 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
15526 same-window-buffer-names.
15527 (info): New arg `buffer'. Use it. Doc fix. Read file name for
15528 non-numeric prefix argument, append the number to the buffer name
15529 for numeric prefix argument.
15530 (info-other-window): Bind same-window-regexps to nil.
15531 (Info-reference-name): Rename to Info-point-loc.
15532 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
15533 and Info-find-index-name for stringy Info-point-loc.
15534 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
15535 without middle `.', but with final `.' and optional line number
15536 for it. Set Info-point-loc for index nodes.
15537 (Info-index): Remove middle `.' from index entry regexp.
15538 Modify line number regexp.
15539 (Info-index-next): Decrement line number.
15540 (info-apropos): Remove middle `.' from index entry regexp.
15541 Add optional line number regexp at the end. Add matched value
15542 for line number to the result list and insert it to the buffer.
a6095665
JL
15543 Replace match-string by match-string-no-properties.
15544 Reorder result list.
eb982898
JL
15545 (Info-fontify-node): Hide index line numbers.
15546 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
15547 empty matches.
15548 (Info-follow-reference): Use `str' instead of
15549 Info-following-node-name-re.
15550 (Info-toc): Use full file names. Set Info-current-node to "Top".
15551 (Info-fontify-node): Compare file names without directory name.
15552 (Info-try-follow-nearest-node): Don't set Info-reference-name.
15553 Set second arg of Info-extract-menu-node-name for index nodes.
15554 (info-xref-visited): Use magenta3 instead of magenta4.
15555 (Info-mode): Add info-apropos to docstring.
15556
15557 * log-view.el (log-view-diff): Replace interactive code "r"
15558 by a list to allow to call it even if region is not active.
15559
15560 * paren.el (show-paren-highlight-openparen): New var.
15561 (show-paren-function): Turn on openparen highlighting when
15562 matching forward if show-paren-highlight-openparen is non-nil.
15563
15564 * simple.el (kill-ring-save): Use blink-matching-delay instead of
15565 the constant value 1.
15566 (completions-common-part): Expand docstring.
15567
15568 * textmodes/picture.el (picture-mode-map): Add arrow keys.
15569
360fe9d2
KS
155702004-04-27 Kim F. Storm <storm@cua.dk>
15571
15572 * image.el (insert-sliced-image): Use line-height instead of
15573 line-spacing property on newline.
15574
ebb39555 155752004-04-26 Lars Hansen <larsh@math.ku.dk>
6c61299c 15576
ebb39555
LH
15577 * desktop.el (desktop-buffer-misc-data-function): Rename to
15578 desktop-save-buffer and change docstring.
15579 (desktop-buffer-modes-to-save): Delete.
15580 (desktop-save-buffer-p): Use desktop-save-buffer instead of
15581 desktop-buffer-modes-to-save.
15582 (desktop-save): Rename desktop-buffer-misc-data-function to
15583 desktop-save-buffer and allow non-function value.
15584 (desktop-missing-file-warning): Correct docstring.
eb982898 15585
ebb39555
LH
15586 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
15587 to desktop-save-buffer.
eb982898 15588
ebb39555
LH
15589 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
15590 desktop-save-buffer.
eb982898 15591
ebb39555 15592 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
eb982898 15593
ebb39555
LH
15594 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
15595
1d359d88
EZ
155962004-04-26 Eli Zaretskii <eliz@gnu.org>
15597
033ad8c6 15598 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
1d359d88 15599
ee9cd72d
LT
156002004-04-25 Luc Teirlinck <teirllm@auburn.edu>
15601
15602 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
15603 (ielm): Only go to the end of the buffer when starting a new process.
15604
76364803
JB
156052004-04-25 Juanma Barranquero <lektu@terra.es>
15606
15607 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
15608 mode line. Bind `inhibit-read-only' to t before modifying
15609 properties of text in the buffer.
15610 (ielm): Force point to the end of buffer, even when running ielm
15611 from inside itself.
15612
82f1aca9
JH
156132004-04-25 Jesper Harder <harder@ifa.au.dk>
15614
15615 * info.el (info-apropos): Reset Info-complete-cache.
15616
dbd97672
DP
156172004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
15618
15619 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15620 Also recognize severe Irix et al. messages.
15621 (compilation-normalize-filename, compile-abbreviate-directory):
15622 Delete functions.
15623 (compilation-get-file-structure): New function inherits
15624 functionality of the two preceding ones.
033ad8c6
SM
15625 (compilation-internal-error-properties, compilation-fake-loc):
15626 Use it so that different paths to the same file share the same
dbd97672
DP
15627 markers. Also optimize finding adjacent marker slightly.
15628
9ff3aa31
KS
156292004-04-25 Kim F. Storm <storm@cua.dk>
15630
15631 * image.el (insert-sliced-image): Add line-spacing t property
15632 to newlines separating image lines.
15633
759f960a
LT
156342004-04-24 Luc Teirlinck <teirllm@auburn.edu>
15635
21fb7588
LT
15636 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
15637
759f960a
LT
15638 * ielm.el (ielm-prompt-read-only): New user option.
15639 (ielm-prompt): Expand docstring to describe new behavior.
15640 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
15641 mention it in the docstring.
15642
fd75d62d
AS
156432004-04-24 Andreas Schwab <schwab@suse.de>
15644
14116f3c
AS
15645 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
15646
fd75d62d
AS
15647 * diff.el (diff): Set default-directory in diff buffer.
15648
473551ac
EZ
156492004-04-24 Eli Zaretskii <eliz@gnu.org>
15650
6f60853a
EZ
15651 * mail/sendmail.el (mail-bury): Don't delete the frame where the
15652 mail was being composed if the terminal cannot display more than
15653 one frame; instead, switch to previous frame.
15654
473551ac
EZ
15655 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
15656 (rmail-start-mail): Support rmail-mail-new-frame even on
15657 terminals that can display only one frame at a time.
15658
033ad8c6
SM
156592004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15660
15661 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
15662 (checkdoc-output-font-lock-keywords): Remove error regexp.
15663 (checkdoc-output-mode-map): Remove.
15664 (checkdoc-output-mode): Derive from compilation-mode.
15665 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
15666
15667 * dired.el (dired-mode-map): Add a menu entry for wdired.
15668
15669 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
15670 (rx-bracket, rx-check-any, rx-any): Clean up name space.
15671
52eb0373 15672 * wdired.el (wdired-mode-map): Move init into declaration.
033ad8c6
SM
15673 Fix `return' binding.
15674 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
15675 Use force-mode-line-update.
15676 (wdired-get-filename): Use `unless'.
15677 (wdired-preprocess-files): Don't assume names have no \n and use / for
15678 dir separator.
15679 (wdired-normalize-filename): Use replace-regexp-in-string.
15680 (wdired-load-hooks): Remove.
15681 (wdired-mode-hooks): Rename to wdired-mode-hook.
15682
15683 * info-look.el: Add support for cfengine-mode.
15684 (info-lookup-setup-mode): Use dolist.
15685
156862004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
15687
15688 * wdired.el: New file.
15689
c62aec78
JB
156902004-04-23 Juanma Barranquero <lektu@terra.es>
15691
15692 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
15693
15694 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
15695 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
15696 (pcomplete--help, pcomplete--here): Doc fixes.
15697
4b284383
JB
156982004-04-23 Andre Spiegel <spiegel@gnu.org>
15699
15700 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
15701 handles wrong-number-of-arguments in backend call.
15702
15703 * vc.el (vc-print-log): Likewise.
15704
033ad8c6
SM
157052004-04-20 Dave Love <fx@gnu.org>
15706
15707 * emacs-lisp/rx.el: Doc fixes.
15708 (rx-constituents): Add/extend many forms.
15709 (rx-check): Check form is a list.
15710 (bracket): Defvar.
15711 (rx-check-any, rx-any, rx-check-not): Modify.
15712 (rx-not): Simplify.
15713 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
15714 (rx-kleene): Use rx-trans-forms.
15715 (rx-quote-for-set): Delete.
15716 (rx): Allow multiple args.
15717
f24814e0
KH
157182004-04-23 Kenichi Handa <handa@m17n.org>
15719
033ad8c6 15720 * international/mule-util.el (char-displayable-p): Simplify by
f24814e0
KH
15721 using internal-char-font.
15722
d814862a
JB
157232004-04-23 Juanma Barranquero <lektu@terra.es>
15724
15725 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
15726
6fc049f6
SM
157272004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15728
15729 * diff-mode.el (diff-next-error): New fun.
15730 (diff-mode): Use it.
15731
15732 * simple.el (next-error): Change arg name.
15733 Add support for the documented C-u C-x ` usage.
15734
15735 * frame.el (special-display-popup-frame, next-multiframe-window)
15736 (previous-multiframe-window): Only consider frames on same display.
15737
2a3f604d
LH
157382004-04-22 Lars Hansen <larsh@math.ku.dk>
15739
15740 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
15741 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
15742
879054ea
KS
157432004-04-22 Kim F. Storm <storm@cua.dk>
15744
15745 * net/telnet.el (telnet): Add optional port arg.
15746
063a45c5
SM
157472004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
15748
15749 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15750 Minor sanity check on the `hyperlink' slot.
15751
15752 * Makefile.in (recompile): Compile new files.
15753
15754 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
15755 Add byte-recompile-directory's optional `arg'.
15756
15757 * cvs-status.el (cvs-tree-use-charset): New var.
15758 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
15759 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
15760 (cvs-status-cvstrees): Use it.
15761
15762 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
15763 Make it a normal major mode.
15764 (checkdoc-buffer-label): Make sure the file name is meaningful.
15765 (checkdoc-output-to-error-buffer): Remove.
15766 (checkdoc-error, checkdoc-start-section): Rewrite.
15767
15768 * info.el (info-node, info-menu-5, info-xref, info-header-node)
15769 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15770 (Info-title-4-face): Use new syntax.
15771 (info-xref-visited): Inherit from info-xref.
15772
15773 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
15774
d88beab5
KS
157752004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
15776
15777 * simple.el (next-error-last-buffer, next-error-function):
15778 New variables for the next-error framework.
15779 (next-error-buffer-p): New function.
15780 (next-error-find-buffer): Generalize compilation-find-buffer.
15781 (next-error, previous-error, first-error, next-error-no-select)
15782 (previous-error-no-select): Move from compile.el.
15783
15784 * replace.el (occur-next-error, occur-1): Hook into the next-error
15785 framework.
15786
15787 * progmodes/compile.el (compilation-start):
15788 Set next-error-last-buffer so next-error knows where to jump.
15789 (compilation-setup): Set the buffer-local variable
15790 next-error-function to 'compilation-next-error-function.
15791 (compilation-buffer-p, compilation-buffer-internal-p): Use an
15792 alternate way to find if a buffer is a compilation buffer, for
15793 next-error convenience.
15794 (next-error-no-select, previous-error-no-select, next-error)
15795 (previous-error, first-error): Move to simple.el.
15796 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
15797 (compilation-last-buffer): Remove.
15798 (compilation-start, compilation-next-error, compilation-setup)
15799 (compilation-next-error-function, compilation-find-buffer):
15800 Remove compilation-last-buffer use.
15801
a568a2cc
JB
158022004-04-21 Juanma Barranquero <lektu@terra.es>
15803
a568a2cc
JB
15804 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
15805 (font-lock-warning-face): Fix spacing.
15806
b4777370
JB
15807 * makefile.w32-in (WINS): Add url/ directory.
15808
54b06e66 158092004-04-21 Lars Hansen <larsh@math.ku.dk>
a568a2cc 15810
063a45c5
SM
15811 * desktop.el (desktop-buffer-mode-handlers): New variable.
15812 Alist of major mode specific functions to restore a desktop buffer.
a568a2cc 15813 (desktop-buffer-handlers): Make variable obsolete.
063a45c5
SM
15814 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
15815 Catch errors signaled in handlers. Update buffer count.
15816 Evaluate desktop-buffer-point.
54b06e66
LH
15817 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
15818 move to dired.el.
15819 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
15820 move to info.el.
15821 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
15822 move to mail/rmail.el.
15823 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
15824 to mh-e/mh-e.el.
a568a2cc
JB
15825 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
15826 On fail, print message (to message buffer) even if
54b06e66 15827 desktop-missing-file-warning is nil.
a568a2cc
JB
15828 (desktop-buffer-misc-data-function): New buffer local variable.
15829 Function returning major mode specific data.
54b06e66
LH
15830 (desktop-buffer-misc-functions): Make variable obsolete.
15831 (desktop-save): Use desktop-buffer-misc-data-function.
15832 (desktop-buffer-dired-misc-data): Rename to
15833 dired-desktop-buffer-misc-data and move to dired.el.
15834 (desktop-buffer-info-misc-data): Rename to
15835 Info-desktop-buffer-misc-data and move to info.el.
063a45c5 15836 (desktop-read): Add message about number of buffers restored/failed.
1c492b87 15837
a568a2cc
JB
15838 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
15839 Add parameters. Pause to display error only when
54b06e66 15840 desktop-missing-file-warning is non-nil.
a568a2cc 15841 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
fbcb9529 15842 (dired-mode): Bind desktop-buffer-misc-data-function.
1c492b87 15843
a568a2cc
JB
15844 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
15845 Add Parameters.
15846 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
fbcb9529 15847 (Info-mode): Bind desktop-buffer-misc-data-function.
1c492b87 15848
a568a2cc
JB
15849 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
15850 Add Parameters.
1c492b87 15851
a568a2cc
JB
15852 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
15853 Add Parameters.
54b06e66 15854
e921af9e
RS
158552003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
15856
a4391d42
EZ
15857 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
15858 the case of letters in case-insensitive expansions when the
15859 abbrev is preceded by characters with letter syntax.
e921af9e 15860
0ce7de92
RS
158612004-04-21 Richard M. Stallman <rms@gnu.org>
15862
15863 * progmodes/cperl-mode.el (cperl-putback-char):
15864 Delete Emacs 18 definition.
15865
a568a2cc 15866 * international/mule.el (ctext-post-read-conversion):
0ce7de92 15867 Use assoc-string, not assoc-ignore-case.
a568a2cc 15868
0ce7de92
RS
15869 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
15870
15871 * emacs-lisp/easymenu.el (easy-menu-add):
15872 Do call x-popup-menu, but only if it's defined.
15873
15874 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
15875
15876 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
15877 Handle multiple args: compile like progn.
15878
15879 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
15880 take all args as &rest arg.
15881
15882 * autoinsert.el (auto-insert-alist): Insert the user's name in
15883 copyright notice, rather than Free Software Foundation.
15884
02f32cf0
KH
158852004-04-21 Kenichi Handa <handa@m17n.org>
15886
15887 * descr-text.el (describe-char): Make it work on *Help* buffer.
15888
c7b08a9d
KS
158892004-04-21 Kim F. Storm <storm@cua.dk>
15890
15891 * image.el (insert-image): Add optional SLICE arg.
15892 (insert-sliced-image): New defun.
15893
d58f8753
SM
158942004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
15895
15896 * subr.el (read-number): Check whether `default' is nil.
15897
158982004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15899
15900 * progmodes/compile.el (compilation-error-properties):
15901 Split into two.
15902 (compilation-internal-error-properties): New one.
a568a2cc 15903 (compilation-compat-error-properties): Use it. Fix the non-marker case.
d58f8753 15904
6b3b4dbb
RS
159052004-04-20 Richard M. Stallman <rms@gnu.org>
15906
c7b08a9d 15907 * window.el (split-window-save-restore-data):
6b3b4dbb
RS
15908 Don't update the data if OLD-INFO is nil.
15909
15910 * view.el (view-return-to-alist): Mark it permanent local.
15911
15912 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
15913
15914 * recentf.el (recentf-save-list): Catch and warn about errors.
15915
15916 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
15917 so "Buffers" won't be pure.
15918
15919 * help-mode.el (help-mode-finish): Set help-return-alist first
15920 thing, setting only the entry for the selected window.
15921
15922 * help-fns.el (describe-function-1): If many non-control non-meta
15923 keys run the command, don't list all of them.
15924
1525ea1e
JB
159252004-04-20 Juanma Barranquero <lektu@terra.es>
15926
b349012b
JB
15927 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
15928 arg. Copied from Andre Spiegel's patch of 2004-03-21.
15929
1525ea1e
JB
15930 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
15931
5b6156fa
KH
159322004-04-20 Kenichi Handa <handa@m17n.org>
15933
15934 * international/quail.el (quail-lookup-key): New optional arg
15935 NOT-RESET-INDICES.
15936 (quail-get-translations): Call quail-lookup-key with
15937 NOT-RESET-INDICES t.
15938 (quail-completion): Likewise.
15939 (quail-lookup-map-and-concat): Likewise.
15940
a19788b1
KH
159412004-04-20 Kenichi Handa <handa@m17n.org>
15942
15943 * international/quail.el (quail-update-translation): Don't insert
15944 such an unsupported multibyte char in a unibyte buffer.
15945
d481033a
NR
159462004-04-20 Nick Roberts <nick@nick.uklinux.net>
15947
15948 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
1525ea1e
JB
15949 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
15950 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
d481033a
NR
15951 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
15952 (gdb-frame-assembler-buffer): Improve behaviour with
15953 multiple frames.
15954 (gdb-display-buffer): Extend search to all visible frames.
15955
177cd3b9
EZ
159562004-04-19 Eli Zaretskii <eliz@gnu.org>
15957
15958 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
15959 characters left after base64 decoding.
15960 (rmail-decode-region): Use -dos variety of `coding', to remove any
15961 ^M characters left after qp or base64 decoding.
15962
d8dc1ccc
JD
159632004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15964
d58f8753 15965 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
d8dc1ccc
JD
15966 messages.
15967
d9ee5172
SE
159682004-04-19 Stephen Eglen <stephen@gnu.org>
15969
15970 * add-log.el (add-change-log-entry): Update doc string to mention
15971 add-log-full-name and add-log-mailing-address.
15972
d1d37da8
JL
159732004-04-18 Juri Linkov <juri@jurta.org>
15974
15975 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
15976 (Info-find-node-2): Simplify error message.
15977 (Info-insert-dir): Use Info-following-node-name.
15978 (Info-goto-node): Remove *info-history* and *info-toc*.
15979 (Info-history): Create a node of the virtual history file.
15980 (Info-toc): Create a node of the virtual toc file.
15981 (Info-insert-toc): New arg `curr-file' for reference file names.
15982 (info-apropos): Remove redundant var binding for temp-file.
15983 (Info-index, Info-index-next, Info-mode): Doc fix.
15984 (Info-goto-emacs-command-node): Don't jump to *info* from
15985 non-*info* Info buffers.
15986 (Info-fontify-node): Don't show the file name of external
15987 references if `Info-hide-note-references' is `hide'. Don't hide
15988 newlines at the end of paragraphs.
15989
15990 * international/mule-diag.el (list-input-methods):
15991 Fix args to help-xref-button.
15992
72266056
JL
15993 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
15994 to put into effect local variables from TUTORIAL files.
15995
15996 * textmodes/paragraphs.el (sentence-end) <function>: New fun
15997 with default value taken from the variable `sentence-end'.
15998 (sentence-end) <defcustom>: Set default to nil. Doc fix.
15999 Add nil const to :type.
16000 (sentence-end-without-period, sentence-end-double-space)
16001 (sentence-end-without-space): Doc fix.
16002
16003 * textmodes/paragraphs.el (forward-sentence):
16004 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
16005 (fill-delete-newlines):
d58f8753
SM
16006 * progmodes/cc-cmds.el (c-beginning-of-statement):
16007 Use function `sentence-end' instead of variable `sentence-end'.
72266056 16008
225df139
AS
160092004-04-18 Andreas Schwab <schwab@suse.de>
16010
16011 * progmodes/compile.el (compilation-start): Set window start to
16012 point-min if compilation-scroll-output is nil.
16013
8fef838b
JW
160142004-04-18 John Wiegley <johnw@newartisans.com>
16015
d58f8753 16016 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
8fef838b 16017
677eb6a5
NR
160182004-04-18 Nick Roberts <nick@nick.uklinux.net>
16019
16020 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
16021 (gdb-info-breakpoints-custom): Revert previous change.
16022 (gdb-view-assembler): Update assembler if necessary.
16023 (gdb-frame-handler): Parse correctly for gdb-current-frame.
16024 (gdb-display-source-buffer): Update properly when both source and
16025 assembler are visible.
16026
554e2741
JW
160272004-04-17 John Wiegley <johnw@newartisans.com>
16028
d58f8753 16029 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
554e2741
JW
16030 which limits the number of names shown in the minibuffer. Off by
16031 default.
16032 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
16033 up iswitchb for users with a multitude of open buffers by showing
16034 only the first and last N/2 buffers in the completion list (which
16035 is enough to aid C-s/C-r, and to know that more characters are
16036 needed to refine the completion list).
16037
1ee652eb
RS
160382004-04-17 Richard M. Stallman <rms@gnu.org>
16039
16040 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
16041 (file-truename): Expand all ~ constructs directly.
16042 (insert-directory): Delete any error msg output by the
16043 `insert-directory-program'.
16044
16045 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
16046 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
16047 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
16048 (allout-init): Use find-file-hook, not find-file-hooks.
16049 (allout-mode): Eliminate Emacs 18 support.
16050 Use write-contents-functions, not local-write-file-hooks.
16051
eb6fb6e2
DP
160522004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
16053
16054 * progmodes/compile.el (compilation-error-properties): Fix for
16055 adding messages when there are already markers for their file.
16056 (compilation-fake-loc): New function.
16057
da879ae8
SM
160582004-04-16 Dave Love <fx@gnu.org>
16059
16060 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
16061 (python-load-file): Fix python-orig-start setting.
16062
16063 * progmodes/compile.el: Doc fixes.
16064 (compilation-error-regexp-alist-alist)
16065 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
16066 (compilation-assq): Wrap in eval-when-compile.
16067 (compilation-mode-font-lock-keywords): Don't use list*.
16068 (compilation-start): Avoid warning.
16069 (compilation-compat-error-properties)
16070 (compilation-directory-properties): Add keymap property.
16071 (compilation-parsing-end): Make it a marker for better compatibility.
16072
16073 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
16074
160752004-04-16 Mark A. Hershberger <mah@everybody.org>
16076
16077 * xml.el: Doc fixes.
16078 (xml-get-children): Only looks at sub-tags and ignore strings.
16079
16080 * xml.el (xml-parse-tag): Avoid overwriting node-name.
16081
160822004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
16083
da879ae8
SM
16084 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
16085
3f0d8131
AS
160862004-04-16 Andre Spiegel <spiegel@gnu.org>
16087
16088 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
16089
16090 * vc.el (vc-print-log): Likewise.
16091
9a1120ea
MY
160922004-04-16 Masatake YAMATO <jet@gyve.org>
16093
16094 * simple.el (completion-setup-function): Set an initial value
a568a2cc 16095 to `element-common-end' before entering loop. Set a value
9a1120ea 16096 to `element-common-end' at the end of loop.
da879ae8 16097 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
6a4940b2
MY
16098 (completions-common-part): Rename from completion-de-emphasis.
16099 (completions-first-difference): Rename from completion-emphasis.
16100 Suggested by RMS.
9a1120ea 16101
dc5dcc00
JB
161022004-04-16 Juanma Barranquero <lektu@terra.es>
16103
16104 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
16105 (bookmark-edit-annotation-mode): Add mode name.
16106
da879ae8
SM
161072004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
16108
16109 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
16110 for nested conflict markers.
16111 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
16112
865f6a21
NR
161132004-04-15 Nick Roberts <nick@nick.uklinux.net>
16114
16115 * progmodes/gdb-ui.el (gdb-goto-info): New function.
16116
16117 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
16118
96ef1feb
SM
161192004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
16120
572943b3
SM
16121 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
16122 Give a backtrace if requested.
16123
16124 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
16125
16126 * progmodes/python.el (python-mouse-2-command, python-RET-command):
16127 Remove unused functions.
16128 (python-orig-start-line, python-orig-file): Remove.
16129 (python-orig-start): New var.
16130 (python-input-filter, python-compilation-line-number)
16131 (python-send-region, python-load-file): Use it.
16132
f4e432bb 16133 * info.el (info): Always jump to *info*.
96ef1feb
SM
16134
16135 * subr.el (posn-set-point): New function.
16136
16137 * mouse.el (mouse-set-point): Use it.
16138
16139 * progmodes/compile.el (compile-goto-error): Use it.
f4e432bb
SM
16140 (compilation-button-map): New keymap.
16141 (compilation-error-properties): Use it.
16142 (compilation-shell-minor-mode-map): Don't bind mouse-2.
96ef1feb
SM
16143
16144 * smerge-mode.el (smerge-popup-context-menu): Use it.
16145
16146 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
16147 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
16148 mouse and non-mouse case.
16149
16150 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
16151 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
16152
f4e432bb
SM
16153 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
16154 Make it work for non-mouse events.
16155
16156 * pcvs-info.el (cvs-status-map): Update binding name.
16157
161582004-04-14 Mark A. Hershberger <mah@everybody.org>
16159
16160 * xml.el (xml-maybe-do-ns): New function to handle namespace
16161 parsing of both attribute and element names.
16162 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
16163 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
16164 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
16165 (xml-parse-attlist): Make it do its own namespace parsing.
16166
161672004-04-14 Dave Love <fx@gnu.org>
16168
572943b3
SM
16169 * progmodes/python.el (run-python): Fix use of \n.
16170 (python-load-file): Remove `try' from Python fragment.
16171 (python-describe-symbol): Fix message.
16172
f4e432bb
SM
16173 * comint.el: Doc fixes.
16174 (comint-last-input-start, comint-last-input-end)
16175 (comint-last-output-start): Give them values.
16176 (comint-arguments): Avoid warning.
16177 (comint-skip-prompt): Use line-end-position.
16178 (comint-backward-matching-input): Rename arg to agree with doc.
16179 (comint-extract-string): Use syntax-ppss.
16180 (comint-dynamic-simple-complete): Delete useless list construction.
16181 (comint-redirect-subvert-readonly): New.
16182 (comint-redirect-preoutput-filter): Use it.
16183
16184 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
16185 Correctly handle negative arguments when calling hook functions.
16186
37600b6d
JH
161872004-04-14 Jesper Harder <harder@ifa.au.dk>
16188
16189 * info.el (info-apropos): Don't clobber Info-history-list.
16190
b3a7f48f
DP
161912004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
16192
f4e432bb
SM
16193 * progmodes/compile.el (compilation-setup):
16194 Localize overlay-arrow-position.
b3a7f48f
DP
16195 (compilation-sentinel): Restructure code equivalently.
16196 (compilation-next-error): Find message on same line after point if
16197 not found before point.
16198 (compile-mouse-goto-error): Restore function so that compilation
16199 buffer need not be current and use compile-goto-error.
16200 (compile-goto-error): Restore function.
16201 (next-error): Set overlay-arrow-position.
16202 (compilation-forget-errors): Don't localize already local
16203 compilation-locs and remove FIXME about refontifying.
16204
c09a9077
JL
162052004-04-14 Kim F. Storm <storm@cua.dk>
16206
16207 * startup.el (emacs-quick-startup): New defvar (set by -Q).
16208 (command-line): New option -Q. Like -q --no-site-file, but
16209 in addition it also disables menu-bar, tool-bar, scroll-bars,
16210 tool-tips, and the blinking cursor.
16211 (command-line-1): Skip startup screen if -Q.
16212 (fancy-splash-head): Use ":align-to center" prop to center splash image.
16213
16214 * emulation/cua-base.el (cua-read-only-cursor-color)
16215 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
16216
162172004-04-13 Dave Love <fx@gnu.org>
16218
16219 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
16220 (syntax): Don't require.
16221 (python) <defgroup>: Add :version.
16222 (python-quote-syntax): Re-written.
16223 (inferior-python-mode): Move stuff here from run-python and add
16224 some more.
16225 (python-preoutput-continuation, python-preoutput-result)
16226 (python-dotty-syntax-table): New.
16227 (python-describe-symbol): Use them.
16228 (run-python): Move stuff to inferior-python-mode. Modify code
16229 loaded into Python.
16230 (python-send-region): Use python-proc, python-send-string.
16231 (python-send-string): Send newlines too. Callers changed.
16232 (python-load-file): Re-written.
16233 (python-eldoc-function): New.
16234 (info-look): Don't require.
16235 (python-after-info-look): New. A modified version of former
16236 top-level code for use with eval-after-load.
16237 (python-maybe-jython, python-guess-indent): Use widened buffer.
16238 (python-fill-paragraph): Re-written.
16239 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
16240 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
16241
162422004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
16243
16244 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
16245 Set compilation-error-regexp-alist earlier.
16246
16247 * progmodes/compile.el (compilation-minor-mode-map)
16248 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
16249 (compile-goto-error): Re-merge the mouse and non-mouse commands.
16250
162512004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16252
16253 * progmodes/compile.el (compile-goto-error): Select the buffer/window
16254 corresponding to the event.
16255
162562004-04-12 Joe Buehler <jbuehler@hekiman.com>
16257
16258 * loadup.el: Add cygwin to system-type list, for unexec() support.
16259
162602004-04-12 John Paul Wallington <jpw@gnu.org>
16261
16262 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
16263 (ibuffer-restore-window-config-on-quit): New variable to replace
16264 `ibuffer-delete-window-on-quit'. Update all references.
16265 (ibuffer-prev-window-config): New variable.
16266 (ibuffer-quit): Restore previous window configuration instead of
16267 deleting window.
16268 (ibuffer): Save window configuration before showing Ibuffer buffer.
16269
16270 * help.el (describe-mode): Doc fix.
16271
162722004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16273
16274 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
16275 not to treat nil as a function.
16276
16277 * vc-arch.el (vc-arch-root): Be a bit more careful.
16278 (vc-arch-register): Save the buffer if we modified it.
16279 (vc-arch-delete-rej-if-obsolete): Save excursion.
16280 (vc-arch-find-file-hook): Use the simpler after-save-hook.
16281 (vc-arch-responsible-p, vc-arch-init-version): New functions.
16282
16283 * net/ldap.el (ldap-search): Use list*.
16284
162852004-04-12 Juri Linkov <juri@jurta.org>
16286
16287 * info.el (Info-follow-reference): Allow multiline reference name.
16288
162892004-04-11 Dave Love <fx@gnu.org>
16290
16291 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
16292
16293 * progmodes/python.el: New file.
16294
162952004-04-11 Andre Spiegel <spiegel@gnu.org>
16296
16297 * vc-hooks.el (vc-arg-list): Function removed.
16298 (vc-default-workfile-unchanged-p): Use condition-case to check for
16299 backward compatibility.
16300
16301 * vc.el (vc-print-log): Use condition-case to check for backward
16302 compatibility.
16303
163042004-04-11 Juri Linkov <juri@jurta.org>
16305
16306 * dired.el (dired-faces): New defgroup.
16307 (dired-header, dired-mark, dired-marked, dired-flagged)
16308 (dired-warning, dired-directory, dired-symlink, dired-ignored):
16309 New faces.
16310 (dired-header-face, dired-mark-face, dired-marked-face)
16311 (dired-flagged-face, dired-warning-face, dired-directory-face)
16312 (dired-symlink-face, dired-ignored-face): New face variables.
16313 (dired-font-lock-keywords): Use them instead of font-lock faces.
ee213e98
JL
16314 Split the rule for dired marks into 3 separate rules: for marks,
16315 marked file names and flagged file names.
16316
16317 * help-mode.el (help-make-xrefs): Add a final newline to the
16318 *Help* buffer.
16319
dbed3cd3
JPW
163202004-04-11 John Paul Wallington <jpw@gnu.org>
16321
16322 * replace.el (occur-engine): Distinguish between one and several
16323 matches in the matches per buffer heading.
16324
539859c3
KS
163252004-04-11 Kim F. Storm <storm@cua.dk>
16326
16327 * ido.el (ido-confirm-unique-completion): New defcustom.
16328 (ido-complete): Use it.
16329 (ido-write-file): Set it to t unconditionally.
16330
1f3ddf11
MB
163312004-04-10 Miles Bader <miles@gnu.org>
16332
16333 RCS keyword removal (only non-comment changes are enumerated here):
16334
16335 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
16336 (byte-compile-insert-header): Don't use `byte-compile-version'.
1f3ddf11
MB
16337 * forms.el (forms-version): Variable removed.
16338 (forms-mode): Don't use `forms-version'.
16339 * recentf.el (recentf-version): Variable removed.
16340 * progmodes/delphi.el (delphi-version): Variable removed.
16341 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
16342
40899d7b
SM
163432004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16344
16345 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
16346
7b30b20c
JH
163472004-04-09 Jesper Harder <harder@ifa.au.dk>
16348
16349 * info.el (info-apropos): Improve menu item regexp.
16350
758b7b09
SJ
163512004-04-09 Simon Josefsson <jas@extundo.com>
16352
16353 * mail/smtpmail.el: Add comment, based on report by
16354 kdc@rcn.com (Kevin D. Clark).
16355
91fa27cd
SM
163562004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16357
16358 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16359 Redo one more thing that I didn't notice Daniel had undone.
16360
e20b265a
NR
163612004-04-08 Nick Roberts <nick@nick.uklinux.net>
16362
dc5dcc00 16363 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
e20b265a
NR
16364 (gdb-goto-breakpoint, gdb-display-buffer)
16365 (gdb-display-source-buffer, gdb-view-source-function)
16366 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
16367 (gdb-source-info, gdb-frame-handler): Don't specify a window
16368 for display.
16369 (gdb-info-breakpoints-custom): Remove superfluous update of
16370 assembler buffer.
16371 (gdb-many-windows): Make settable outside gdb.
16372
79b42981
GM
163732004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
16374
16375 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
16376 Derive from fundamental-mode rather than text-mode.
16377
8a7757f6
JL
163782004-04-08 Juri Linkov <juri@jurta.org>
16379
16380 * info.el (Info-history): Doc fix.
16381 (Info-history-list): New var.
16382 (info-xref): Change magenta4 to blue, remove bold for dark and
16383 light backgrounds, change bold to underline for non-color classes.
16384 (info-xref-visited): New face.
16385 (Info-fontify-visited-nodes): New custom.
16386 (Info-hide-note-references): Add new value `hide'. Doc fix.
16387 (Info-reference-name): New var.
16388 (Info-selection-hook): New custom.
16389 (Info-edit-mode-hook): New var.
16390 (Info-find-file): New fun.
16391 (Info-find-node): Move part of code to Info-find-file.
16392 (Info-find-node-2): Add anchors to Info-history-list. Move point
16393 to the place with the reference name if name is defined.
16394 (Info-select-node): Add current node to Info-history-list.
16395 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
16396 (Info-search-whitespace-regexp): New custom.
16397 (Info-search-case-fold): New var.
cb53a351
SM
16398 (Info-search): Add "case-sensitively" to the prompt.
16399 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
8a7757f6
JL
16400 (Info-search-case-sensitively, Info-search-next): New fun.
16401 (Info-up): Move point to the menu item of the current node.
a568a2cc
JB
16402 (Info-history): New fun. Add *info-history* to
16403 same-window-buffer-names.
8a7757f6
JL
16404 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
16405 (Info-insert-toc): New fun.
16406 (Info-build-toc): New fun.
16407 (Info-follow-reference): Add new arg `fork'. Doc fix.
16408 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
16409 with the same name prefer the reference closest to point.
16410 (Info-next-reference): Replace * by + in the *Note regexp.
16411 Add regexp for http:// and ftp://. Skip the *Note prefix.
16412 (Info-prev-reference): Replace * by + in the *Note regexp.
16413 Add regexp for http:// and ftp://. Skip the *Note prefix.
16414 (Info-follow-nearest-node): Add new arg `fork'.
16415 (Info-try-follow-nearest-node): Add new arg `fork'.
16416 Call browse-url for http:// and ftp:// references.
16417 Set Info-reference-name for index entries.
16418 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
16419 Info-search-next, Info-history, Info-toc, clone-buffer.
16420 (Info-menu-update): Replace * by + in the *Note regexp.
16421 (Info-mode): Add documentation for Info-history, Info-toc,
16422 Info-search-case-sensitively, Info-search-next, clone-buffer.
16423 (Info-fontify-menu-headers): Remove fun. Move code to
16424 Info-fontify-node.
16425 (Info-fontify-node): Add docstring. Add local vars
16426 fontify-visited-p and not-fontified-p. If not-fontified-p is t
16427 then fontify header line, titles, menu headers, http and ftp
16428 references, refill paragraphs. If not-fontified-p is t or
16429 fontify-visited-p is t then fontify cross references, menu items.
cb53a351
SM
16430 Fontify menu headers. Fontify http and ftp references.
16431 Change regexp for cross references to require whitespace after *Note,
16432 add matching groups for file and node names. Remove hack for quote.
8a7757f6
JL
16433 Use display property for Info-hide-note-references=t. Use fifth
16434 or fourth match for help-echo. Display visited nodes in a
cb53a351
SM
16435 different face. Unhide file names of external references.
16436 Unhide newlines. Display visited menu items in a different face.
16437
91fa27cd
SM
164382004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
16439
16440 * progmodes/compile.el: Require CL.
16441 (compilation-mode-font-lock-keywords): Re-install the "line as
16442 function" patch.
16443
16444 * help-fns.el (help-C-source-directory): New var.
16445 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
16446 (describe-function-1, describe-variable): Use them.
16447
16448 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
16449 to C source files specially.
16450
0c1b7af5
JL
164512004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
16452
16453 * info.el (Info-hide-cookies-node): New function.
16454 (Info-select-node): Use it.
16455 (Info-display-images-node): Remove message with image file name.
16456
f6164cdd
DP
164572004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
16458
16459 * progmodes/compile.el (compilation-warning-face)
16460 (compilation-info-face, compilation-skip-threshold)
cb53a351
SM
16461 (compilation-skip-visited, compilation-context-lines):
16462 Declare :version when added to Emacs.
f6164cdd
DP
16463 (compilation-error-regexp-alist-alist): Extend caml and irix.
16464 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
16465 (compilation-mode-font-lock-keywords): Temporarily undo line as
16466 function patch, which wasn't ready.
16467
3a8b6993
KH
164682004-04-07 Kenichi Handa <handa@m17n.org>
16469
16470 * international/latin1-disp.el (latin1-display-setup): Check each
16471 character is displayable or not instead of calling
16472 latin1-display-check-font.
16473
3699afe8
KH
164742004-04-06 Kenichi Handa <handa@m17n.org>
16475
cb53a351
SM
16476 * language/ethio-util.el (ethio-sera-being-called-by-w3):
16477 New variable.
3699afe8
KH
16478 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
16479 instead of sera-being-called-by-w3.
16480 (ethio-fidel-to-sera-buffer): Likewise.
16481 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
16482 instead of sera-being-called-by-w3.
16483 (ethio-write-file): Likewise.
16484
f88aa6e5
VJL
164852004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16486
5fe26b00 16487 * printing.el: Doc fix.
f88aa6e5 16488
38e33352
NR
164892004-04-05 Nick Roberts <nick@nick.uklinux.net>
16490
16491 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
16492 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
16493 (gdb-setup-windows): Only use separate IO buffer if required.
16494
c953fe1b
KS
164952004-04-06 Kim F. Storm <storm@cua.dk>
16496
16497 * term.el (term-is-xemacs): Remove.
16498 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
16499 (term-window-width): New function.
16500 (term-mode, term-check-size): Use it.
16501 (term-mode): Disable overflow-newline-into-fringe in term buffer.
16502
8e4d1662
PA
165032004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
16504
cb53a351 16505 * cus-edit.el (custom-add-parent-links): Change unbound variable
c953fe1b 16506 `symbol' to `name'.
8e4d1662 16507
cbfbd37d 165082004-04-05 Jesper Harder <harder@ifa.au.dk>
ab2f22ad
JH
16509 * info.el (info-apropos): New function.
16510 (Info-mode-menu): Add it.
16511 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
16512
1d0a6ebb
JH
16513 * help-mode.el (help-make-xrefs): Recognize aliased variable with
16514 inherited docstring.
16515
cbfbd37d
JH
16516 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
16517
cb53a351
SM
165182004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16519
16520 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
16521
16522 * progmodes/compile.el (font-lock): Don't require any more.
16523 (compilation-error-properties, compilation-start, compilation-sentinel)
16524 (compilation-filter, next-error): Use with-current-buffer.
16525 (compilation-skip-to-next-location, compilation-skip-threshold)
16526 (compilation-skip-visited): Move to silence the byte-compiler.
16527 (compilation-setup): Simplify.
16528 (compilation-next-error): Use line-(beginning|end)-position.
16529 Make sure `pt' is non-nil before using compilation-loop.
16530 (compile-goto-error): Add optional event arg. Use it.
16531 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
16532 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
16533 Update the binding for mouse-2.
16534 (first-error): Set compilation-current-error to nil rather than bob.
16535 (compilation-parsing-end, compilation-parse-errors-function)
16536 (compilation-error-list, compilation-old-error-list):
16537 "New" compatibility variables.
16538 (compile-buffer-substring, compilation-compat-error-properties)
16539 (compilation-compat-parse-errors, compilation-forget-errors):
16540 New compatibility functions.
16541 (compilation-mode-font-lock-keywords): Use them.
16542
1f41bcba
LT
165432004-04-04 Luc Teirlinck <teirllm@auburn.edu>
16544
16545 * autorevert.el (auto-revert-handler): If point (or a window
16546 point) is at the end of the buffer, keep it there after
16547 reverting. This allows to tail a file.
16548 Mention this in the `Commentary'.
16549
16550 * format.el (format-write-file): Add optional argument CONFIRM
16551 and make it behave like the analogous argument to `write-file'.
16552
6411a60a
VJL
165532004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16554
16555 * progmodes/ebnf2ps.el: Doc fix.
16556 (ebnf-version): New version number (4.2).
16557 (ebnf-syntax): Customization and docstring fix.
cb53a351
SM
16558 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
16559 Put autoloaded funs before first use.
6411a60a
VJL
16560 (ebnf-style-database): Add dtd entry.
16561 (ebnf-syntax-alist): Add dtd initialization.
16562 (ebnf-token-sequence): New fun.
16563 (ebnf-comment-table): Add new comment action character.
cb53a351 16564 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
6411a60a
VJL
16565
16566 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
16567 Type Definition for XML).
16568
cb53a351
SM
16569 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
16570 * progmodes/ebnf-bnf.el (ebnf-sequence):
16571 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
16572 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
16573 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
16574 Code simplification: call ebnf-token-sequence.
6411a60a 16575
c1994268
EZ
165762004-04-04 Eli Zaretskii <eliz@gnu.org>
16577
16578 * calendar/timeclock.el (timeclock-relative)
16579 (timeclock-get-project-function, timeclock-get-workday-function)
16580 (timeclock-query-out, timeclock-when-to-leave)
16581 (timeclock-when-to-leave-string, timeclock-log-data)
16582 (timeclock-generate-report, timeclock-in): Doc fixes.
16583
aa81d8d2
SM
165842004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16585
4dfde3dd 16586 * url/: New dir. Import the URL package from its repository.
cb53a351 16587
5c84686c
AS
165882004-04-03 Andreas Schwab <schwab@suse.de>
16589
16590 * diff-mode.el (diff-mode): Fix missing quote.
16591
35aeddc4
JL
165922004-04-03 Juri Linkov <juri@jurta.org>
16593
16594 * descr-text.el (describe-property-list): Add `font-lock-face'.
16595
16596 * dired.el (dired-font-lock-keywords): Fix permission regexps.
16597
bcfa9925
JD
165982004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16599
aa81d8d2
SM
16600 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
16601 Use utf-16le on little endian machines and utf-16be otherwise.
bcfa9925 16602
6555a8dd
DK
166032004-04-02 David Kastrup <dak@gnu.org>
16604
16605 * net/browse-url.el (browse-url-generic): Use call-process
16606 instead of start-process to allow browsers that fork and detach.
16607
e5c644da
DP
166082004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
16609
16610 * compile.el (compilation-current-error): New var.
16611 (compilation-setup, compile-mouse-goto-error)
16612 (compile-goto-error, next-error): Use it.
16613 (compilation-skip-to-next-location): Default to t, which gives
16614 contiguous skipping like old compile (where this was redundant).
16615 (compilation-next-error): Prevent previous-* commands from moving
16616 back to message at or just before point.
16617
38253bba
VJL
166182004-04-01 Nick Roberts <nick@nick.uklinux.net>
16619
16620 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
16621 (gdb-source-info): Don't display source at startup, if required.
16622 (gdb-show-main): New option.
16623 (gdba): Update documentation.
16624 (gdb-source): Cover case of auto-display output.
16625
71c8db4c
LT
166262004-03-31 Luc Teirlinck <teirllm@auburn.edu>
16627
16628 * autorevert.el: Delete obsolete autoload's and defvar's.
04e08b8c 16629 (auto-revert-check-vc-info): New user option.
71c8db4c
LT
16630 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16631 (auto-revert-handler-vc): Delete.
16632 (auto-revert-handler): Treat return value `fast' of
16633 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
16634
16635 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
16636 return `fast'.
16637
16638 * files.el (buffer-stale-function): Doc change.
16639
38253bba 166402004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
606ebcd1 16641
38253bba
VJL
16642 * printing.el: New tip on Tips section.
16643 (pr-version): New version number (6.7.4).
16644 (pr-shell-file-name): Initialization fix.
606ebcd1 16645
3ccd3160
JL
166462004-03-31 Juri Linkov <juri@jurta.org>
16647
16648 * dired.el: Add autoload for `dired-do-touch'.
16649 (dired-touch-program): New var.
16650 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
16651 (dired-no-confirm): Add `touch' to docstring.
16652
16653 * dired-aux.el (dired-do-touch): New fun.
16654 (dired-do-chxxx): Add argument -t for touch operation.
16655
16656 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
16657 `dired-move-to-filename-regexp'.
16658
166592004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
16660
0c1b7af5 16661 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
3ccd3160 16662
1ede99a8
VJL
166632004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16664
16665 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
16666 and only if the buffer was modified.
16667
ce4dd05c
KH
166682004-03-30 Kenichi Handa <handa@m17n.org>
16669
16670 * international/characters.el: Delete pairs for U+2308..U+230B.
16671
5d987733
NR
166722004-03-29 Nick Roberts <nick@nick.uklinux.net>
16673
16674 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
16675 to detect the beginning of a level 2 or 3 annotation.
16676
984d06b3
KH
166772004-03-29 Kenichi Handa <handa@m17n.org>
16678
16679 * international/ucs-tables.el (ucs-insert): Fix the error message.
16680
39cc05f5
KH
166812004-03-29 Kenichi Handa <handa@m17n.org>
16682
2d76740f
KH
16683 * international/mule-util.el (char-displayable-p): Fix generation
16684 of XLFD file name.
16685
39cc05f5
KH
16686 * Makefile.in (setwins, setwins_almost): Change directory to $wd
16687 before finding directories by `find'.
16688
adb3b353
SM
166892004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16690
16691 * subr.el (interactive-form): Delete. Now implemented in C.
16692
16693 * pcvs.el (cvs-parse-process): Workaround for Darwin.
16694
16695 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
16696 (vc-diff-label): New fun.
16697 (vc-diff-internal): Use it.
16698
16699 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
16700
757caf1c
VJL
167012004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16702
9d59cbb0
VJL
16703 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
16704
0b6f125d
VJL
16705 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
16706 specify XML (EBNFX).
16707
6ca94f87
VJL
16708 * progmodes/ebnf2ps.el: Doc fix.
16709 (ebnf-version): New version number (4.1).
16710 (ebnf-syntax): Adjust customization.
16711 (ebnf-style-database): Add ebnfx entry.
16712 (ebnf-syntax-alist): Add ebnfx initialization.
cb53a351 16713 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
6ca94f87 16714
f8b09957
VJL
16715 * printing.el: Doc fix.
16716 (pr-version): New version number (6.7.3).
16717 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
16718 returns nil for mouse position. Reported by Drew Adams
16719 <drew.adams@oracle.com>.
16720 (pr-update-menus): Modify interactive declaration. Reported by Drew
16721 Adams <drew.adams@oracle.com>.
16722
80cce9ae
NR
167232004-03-28 Nick Roberts <nick@nick.uklinux.net>
16724
16725 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
16726 (gud-gdba-marker-filter): Log the process input and output, if
dc5dcc00 16727 required. From Stefan Monnier.
80cce9ae
NR
16728 (gdb-debug-log, gdb-enable-debug-log): New variables.
16729 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
16730
1e87be1b
SM
167312004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16732
16733 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
59de4ad0 16734 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
1e87be1b 16735
c86afc19
LT
167362004-03-27 Luc Teirlinck <teirllm@auburn.edu>
16737
16738 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
16739 Call vc-find-file-hook here instead of in auto-revert-buffers.
16740 (auto-revert-buffers): Delete call to vc-find-file-hook.
75e975ea
LT
16741 (auto-revert-verbose, global-auto-revert-non-file-buffers)
16742 (global-auto-revert-mode, auto-revert-set-timer)
16743 (auto-revert-handler, auto-revert-buffers): Doc fixes.
c86afc19 16744
692feebd
EZ
167452004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16746
16747 * woman.el (woman-change-fonts): Rename local variable
16748 woman-font-alist to font-alist to avoid a compiler warning.
16749
99e0e3e2
EZ
167502004-03-27 Dave Love <fx@gnu.org>
16751
4d82882b
EZ
16752 * emacs-lisp/rx.el (rx): Doc fix.
16753 Fix copyright years.
05ec033b 16754
99e0e3e2 16755 * strokes.el (strokes-global-set-stroke-string): New function.
1e87be1b
SM
16756 (strokes-list-strokes): Cope with strings, not just commands.
16757 Set foreground colour of image.
99e0e3e2
EZ
16758 (strokes-global-set-stroke): Doc fix.
16759
77bca4db
LT
167602004-03-26 Luc Teirlinck <teirllm@auburn.edu>
16761
16762 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
16763 Auto Revert mode.
16764 (Buffer-menu-files-only): New variable.
16765 (Buffer-menu-toggle-files-only): New function.
16766 (Buffer-menu-mode-map): Bind it to `T'.
16767 (Buffer-menu-mode): Mention `T' in docstring.
16768 Set buffer-stale-function.
16769 (list-buffers-noselect): Mark buffer non-modified and set
16770 Buffer-menu-files-only.
16771
16772 * dired.el (buffer-stale-function): Remove no longer needed defvar.
16773
16774 * autorevert.el (auto-revert-handler): Print revert message
16775 before, rather than after, reverting.
16776 (buffer-stale-function): Move to files.el.
16777
1e87be1b 16778 * files.el (buffer-stale-function): Move here from autorevert.el.
77bca4db 16779
e1fbd956
SM
167802004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16781
8dc87047
SM
16782 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
16783
e1fbd956
SM
16784 * calc/calc.el (calc-mode-map): Use mapc.
16785
16786 * apropos.el (apropos-mode): Don't autoload.
16787 (apropos-symbols-internal): New fun. Extracted from `apropos'.
16788 (apropos): Use it.
16789 (apropos-print): Add optional `text' argument.
16790 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
16791 Don't assume point-min == 1.
16792
16793 * bs.el (bs-buffer-list): Use buffer-local-value.
16794 (bs--set-toggle-to-show): Use with-current-buffer.
16795
16796 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
16797 New funs.
16798 (list-buffers-noselect): Use them. Adjust :align-to to new style.
16799
16800 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
16801
16802 * dabbrev.el (dabbrev-expand): Fix regexp construction.
16803 (dabbrev--find-expansion): Use pop.
16804 (dabbrev--search): Use match-string-no-properties.
16805
16806 * dired.el (dired-mode): Use run-mode-hooks.
16807 (dired-move-to-end-of-filename): Use match-string.
16808
16809 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
16810 is bound before using it.
16811 (ediff-verbose-p): Make it into a var since it's not constant.
16812
16813 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
16814
16815 * faces.el (read-face-font): Don't cons up unnecessarily.
16816 (header-line, tool-bar): Share common parts.
16817
16818 * files.el (file-relative-name): Use compare-strings.
16819
16820 * finder.el (finder-mode): Follow coding convention.
16821
16822 * subr.el (read-number): New function.
16823
16824 * ses.el (ses-read-number): Move to subr.el.
16825 (ses-set-header-row): Use read-number.
16826
c3504abb
AS
168272004-03-26 Andre Spiegel <spiegel@gnu.org>
16828
16829 * vc-hooks.el (vc-arg-list): New function, which handles both
16830 compiled and uncompiled code.
16831 (vc-default-workfile-unchanged-p): Use it.
16832
16833 * vc.el (vc-print-log): Undo prev change, use new function
16834 vc-arg-list from vc-hooks.el.
7c7085c0 16835
abcdd45a
MY
168362004-03-26 Masatake YAMATO <jet@gyve.org>
16837
16838 * simple.el (completion-setup-function): Emphasize the
825d0745 16839 first uncommon characters in the completions; and de-emphasize
abcdd45a
MY
16840 the common prefix substrings.
16841 (completion-emphasis): New face.
16842 (completion-de-emphasis): New face.
16843
825d0745
JB
168442004-03-25 Juanma Barranquero <lektu@terra.es>
16845
16846 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
16847 Comment out (it's unused and unfinished code).
16848
5217a76a
SS
168492004-03-25 Sam Steingold <sds@gnu.org>
16850
e1fbd956 16851 * vc.el (vc-print-log): Fix a bug in the last patch:
825d0745 16852 backend-function may be a byte-compiled object, not a lambda.
5217a76a 16853
ead14730
JL
168542004-03-25 Juri Linkov <juri@jurta.org>
16855
16856 * descr-text.el (describe-property-list): Add a button
16857 for `face' property that calls `describe-face'.
16858 Suggested by luis fernandes <elf@ee.ryerson.ca>
16859
16860 * international/mule.el (keyboard-coding-system):
16861 * kmacro.el (kmacro-call-macro): Fix docstring.
16862
16863 * dired.el: Fix comments.
16864
16865 * textmodes/fill.el (fill): Fix Info link.
16866
16867 * font-lock.el (fast-lock, lazy-lock):
16868 * jit-lock.el (jit-lock): Remove links to removed Support Modes
16869 Info node.
16870
7c7085c0
JL
16871 * eshell/eshell.el (eshell): Fix broken info-link.
16872
16873 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
16874 * eshell/em-banner.el (eshell-banner):
16875 * eshell/em-smart.el (eshell-smart):
16876 * eshell/esh-cmd.el (eshell-cmd):
16877 Comment out broken info-links to incomplete Info manual.
16878
ead14730
JL
16879 * info-xref.el: Fix commentary.
16880
168812004-03-25 Kevin Ryde <user42@zip.com.au>
16882
16883 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
16884 Remove spurious node duplicate suppression, doesn't work, not wanted.
16885 (info-xref-output): Take format style args, add "sit-for 0" to let
16886 user see the results as they progress.
16887 (info-xref-check-all-custom): New function.
16888
0d1a8fa0
NR
168892004-03-25 Nick Roberts <nick@nick.uklinux.net>
16890
16891 * gdb-ui.el: Moved to progmodes.
ead14730 16892
cb53a351
SM
168932004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16894
16895 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
16896
9edfb3d2
GM
168972004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16898
16899 * calendar/appt.el (appt-check): Remove superfluous progn.
16900 When finished with diary buffer: if it was not being displayed
16901 before, kill it; otherwise restore its original state.
16902 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
16903
16904 * calendar/calendar.el (calendar-set-mode-line): Use total
16905 available mode-line width, rather than frame-width.
16906
16907 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
16908 after mode change so effect not lost.
16909
d7aed37c
SM
169102004-03-23 Dave Love <fx@gnu.org>
16911
16912 * dired.el (dired) <defgroup>: Add link to manual.
ead14730 16913 (dired-font-lock-keywords): Add highlighting on unusual permissions.
d7aed37c
SM
16914 (dired-revert): Use dolist.
16915 (dired-mode-map): Add U binding.
16916 (dired-mode): Add font-lock-beginning-of-syntax-function.
16917 (dired-garbage-files-regexp): Make it a defcustom.
16918
169192004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16920
16921 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
16922 is equivalent to nil.
16923 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
16924 (vc-arch-mode-line-string): Accept `added' state.
16925 (vc-arch-state): Use inode-sigs if available.
16926 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
16927 Copy&delete existing id file if any. Fallback if uuidgen is absent.
16928 (vc-arch-tagline-re): New var.
16929 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
16930 New functions.
16931 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
16932 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
16933
16934 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
16935 (vc-file-not-found-hook): Use it.
16936
16937 * diff-mode.el (diff-default-read-only): Change default.
16938 (diff-mode-hook): Make it a defcustom. Add some options.
16939 (diff-mode-map): Bind diff-refine-hook.
16940 (diff-yank-handler): New var.
16941 (diff-yank-function): New fun.
16942 (diff-font-lock-keywords): Use them.
16943 (diff-end-of-file): Handle case where file-header looks like diff text.
16944 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
16945 (diff-file-kill): Delete a subsequent empty line, if applicable.
16946 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
16947 (diff-find-file-name): Use it.
16948 (diff-tell-file-name): New command.
16949 (diff-mode): Be careful with view-mode.
16950 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
16951 New functions, for use in diff-mode-hook.
16952 (diff-find-source-location): Catch "regex too large" errors.
16953 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
16954 (diff-refine-hunk): New command.
16955
16956 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
16957 (smerge-context-menu-map): Remove unused var.
16958 (smerge-keep-all): Preserve markers.
16959 (smerge-keep-n): New fun.
16960 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16961 (smerge-keep-current, smerge-ediff): Use it.
16962 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
16963 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
16964 (smerge-resolve): Resolve trivial 3-part conflicts.
16965
ef3e9175
JL
169662004-03-23 Juri Linkov <juri@jurta.org>
16967
16968 * man.el (Man-width): New var.
16969 (Man-getpage-in-background): Use it.
16970 (Man-support-local-filenames): New var and fun.
16971 (Man-build-man-command): Don't add a second %s.
16972 (Man-fontify-manpage): Clean up message.
16973 (Man-mode): Set outline-regexp, outline-level,
16974 imenu-generic-expression.
16975
16976 * woman.el (woman-fill-frame): Doc fix.
16977 (woman-decode-region): Use window-width instead of frame-width.
16978
d7aed37c
SM
16979 * abbrevlist.el (list-one-abbrev-table):
16980 * descr-text.el (describe-char):
16981 * international/mule-diag.el (describe-current-coding-system):
16982 * international/quail.el (quail-insert-decode-map):
16983 Use window-width instead of frame-width.
ef3e9175
JL
16984
16985 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
16986 (jka-compr-mode-alist-additions): Add tbz.
d7aed37c
SM
16987 (jka-compr-write-region, jka-compr-insert-file-contents):
16988 Add message for undefined compress-program.
ef3e9175
JL
16989 (jka-compr-write-region): Remove redundant var bindings.
16990
16991 * dired-x.el (dired-guess-shell-alist-default): Add choices for
16992 extracting files into subdirectory. Add tbz and dz. Fix regexps.
16993 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
16994 (dired-man): Use dired-guess-shell-command.
16995 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
16996 Change default nil to t.
16997
16998 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
16999 (dired-compare-directories): Add default value for empty input.
17000
17001 * help-at-pt.el: Move suggestions for key bindings to Commentary.
17002
17003 * time.el (display-time-string-forms): Fix help-echo date format.
17004
d4411cef
LT
170052004-03-22 Luc Teirlinck <teirllm@auburn.edu>
17006
d7aed37c 17007 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
d4411cef
LT
17008 (buffer-stale-function): New variable.
17009 (auto-revert-list-diff, auto-revert-dired-file-list)
17010 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
17011 (auto-revert-handler): Take over some functionality of deleted
17012 functions.
17013 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
17014
b6ea9927
LT
17015 * dired.el (dired-directory-changed-p): New fun, extracted from
17016 dired-internal-noselect.
17017 (dired-buffer-stale-p): New fun.
d4411cef
LT
17018 (dired-internal-noselect): Use dired-directory-changed-p.
17019 Eliminate revert messages.
17020 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
17021
39cc05f5 170222004-03-23 Kenichi Handa <handa@m17n.org>
d6af0bff
KH
17023
17024 * international/characters.el: Setup syntaxes for more parentheses
17025 Unicode characters.
6aa69bd7 17026
d7aed37c
SM
17027 * international/mule-cmds.el (select-safe-coding-system):
17028 Merge coding-system and auto-cs before comparing them.
6aa69bd7 17029
d08c4c28
SM
170302004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
17031
17032 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
17033
17034 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
17035 normal-auto-fill-function and comment-indent-function.
17036 The default values now work just as well.
17037 Don't set font-lock-beginning-of-syntax-function since we already set
17038 syntax-begin-function.
17039 (lisp-outline-level): Put ;;;###autoload at same level as (.
17040 (prin1-char): Quote special chars.
17041
17042 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
17043 than with-no-warnings.
17044
17045 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
17046 if the source location can't be found.
17047 (edebug-compute-previous-result): Use prin1-char.
17048
575f6118 17049 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
d08c4c28
SM
17050 (debug-ignored-errors): Add an entry.
17051
17052 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
17053 (byte-compile-file): Output warning when deleting a file.
17054
17055 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
17056 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
17057
17058 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
17059 (byte-compile-inline-expand): Use backquote.
17060 (byte-optimize-pure-func): Rename from byte-optimize-concat.
17061 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
17062
17063 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
17064
17065 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
17066
8f7ea687
JL
170672004-03-22 Juri Linkov <juri@jurta.org>
17068
17069 * finder.el (finder-known-keywords): Fix data, tex, unix.
17070
17071 * play/landmark.el: Fix keywords.
17072
17073 * language/ethio-util.el (ethio-find-file): Doc fix.
17074
17075 * emacs-lisp/warnings.el: Doc fix.
17076
17077 * textmodes/ispell.el (ispell-help): Doc fix.
17078
19e580b4
LT
170792004-03-21 Luc Teirlinck <teirllm@auburn.edu>
17080
17081 * format.el (format-insert-file): Always return a list of two
17082 elements, like insert-file-contents does.
17083
091ec192
AS
170842004-03-21 Andre Spiegel <spiegel@gnu.org>
17085
675254bc 17086 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
091ec192
AS
17087 and vc-BACKEND-diff.
17088 (vc-print-log): If the print-log implementation supports it, use
17089 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
17090 (vc-version-diff, vc-diff-internal): Doc fixes.
17091
17092 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
19e580b4 17093 implementation supports it, let diff output go to *vc*,
091ec192
AS
17094 not *vc-diff*, since this is an internal call.
17095
d08c4c28 17096 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
091ec192
AS
17097
17098 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
17099
17100 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
19e580b4 17101
942269e7
JB
171022004-03-21 Dave Love <fx@gnu.org>
17103
d08c4c28
SM
17104 * progmodes/cfengine.el (cfengine-mode):
17105 Set parse-sexp-ignore-comments.
942269e7
JB
17106
17107 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
17108
f134d28b
JB
171092004-03-21 Juanma Barranquero <lektu@terra.es>
17110
17111 * allout.el (allout-mode): Fix docstring.
17112
a2ac68f1
LT
171132004-03-20 Luc Teirlinck <teirllm@auburn.edu>
17114
8f8607be
LT
17115 * files.el (insert-directory): Fix bug if SWITCHES is a list.
17116
a2ac68f1
LT
17117 * autorevert.el (auto-revert-interval): Make new value take
17118 effect immediately when set through Custom.
17119 (auto-revert-set-timer): Add interactive declaration.
17120
31da0380
KS
171212004-03-19 David Ponce <david@dponce.com>
17122
d08c4c28
SM
17123 * ruler-mode.el (ruler-mode-header-line-format-old):
17124 Don't `make-variable-buffer-local'.
31da0380
KS
17125 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
17126 (ruler-mode-header-line-format): Simply funcall the above.
17127 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
17128 to save/restore a previous header line format.
17129 (ruler-mode-space): Don't depend on a numeric WIDTH value.
17130 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
17131 fringes and margins width.
942269e7 17132 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
31da0380 17133
d08c4c28
SM
171342004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
17135
17136 * log-edit.el (log-edit-font-lock-keywords): Typo.
17137
17138 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
17139 (tex-send-tex-command): Rather than here.
17140 (tex-compilation-parse-errors): Simplify.
17141
17142 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
17143
17144 * time.el (display-time-string-forms): Add help-echo with date on time.
17145
17146 * composite.el (compose-region): Use restore-buffer-modified-p.
17147
17148 * disp-table.el (standard-display-8bit): Simplify.
17149
17150 * server.el (server-process-filter): Delete temp frame.
17151
17152 * add-log.el (add-change-log-entry): Simplify.
17153
45dbfc84
KS
171542004-03-19 Kim F. Storm <storm@cua.dk>
17155
36bc84aa 17156 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
ec952fde 17157 (hexl-follow-line): Don't require 'fringe.
36bc84aa 17158
45dbfc84
KS
17159 * progmodes/compile.el (compilation-start): Always set
17160 compilation-last-buffer and return it.
17161
b2a737cd
LT
171622004-03-17 Luc Teirlinck <teirllm@auburn.edu>
17163
17164 * simple.el (clone-buffer): Doc fix.
17165
7ab91c5f
JB
171662004-03-18 Juanma Barranquero <lektu@terra.es>
17167
17168 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
17169
37264101
SM
171702004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
17171
17172 * log-edit.el (log-edit-font-lock-keywords): New var.
17173 (log-edit-mode): Use it.
17174
feaa7f5c
NR
171752004-03-17 Nick Roberts <nick@nick.uklinux.net>
17176
17177 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
17178 properly for watching in speedbar.
17179
935ce7ca
MY
171802004-03-17 Masatake YAMATO <jet@gyve.org>
17181
37264101
SM
17182 * smerge-mode.el (smerge-popup-context-menu):
17183 Put `unwind-protect' around `overlay-put' and `popup-menu'.
17184
171852004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
17186
17187 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
17188 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
17189 Take sealed revisions into account.
17190 (vc-arch-checkin): Extract a summary line from the message.
935ce7ca 17191
0f214cdf
MY
171922004-03-16 Masatake YAMATO <jet@gyve.org>
17193
17194 * register.el (register): Provide `register' feature.
17195
11ece56b
MY
171962004-03-15 Masatake YAMATO <jet@gyve.org>
17197
17198 Added context menu support in smerge mode.
17199 Most of the part is written by Stefan Monnier.
0820b1f6
SM
17200
17201 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
17202 New keymap and menu.
11ece56b
MY
17203 (smerge-text-properties): New function.
17204 (smerge-remove-props): New function.
17205 (smerge-popup-context-menu): New function.
17206 (smerge-resolve): Call `smerge-remove-props'.
0820b1f6 17207 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
11ece56b
MY
17208 (smerge-keep-current): Ditto.
17209 (smerge-kill-current): New function.
0820b1f6
SM
17210 (smerge-match-conflict): Put text properties.
17211 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
11ece56b 17212
0eeebaf5
MY
172132004-03-15 David Ponce <david@dponce.com>
17214
52eb0373 17215 * ruler-mode.el (ruler-mode-left-fringe-cols)
0eeebaf5
MY
17216 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
17217 (ruler-mode-right-scroll-bar-cols): Remove.
17218 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
0820b1f6
SM
17219 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
17220 Use fringe-columns and scroll-bar-columns.
0eeebaf5 17221
9fd76d04
MY
172222004-03-15 Masatake YAMATO <jet@gyve.org>
17223
17224 * hl-line.el (hl-line-range-function): New variable.
17225 (hl-line-move): New function.
17226 (global-hl-line-highlight): Use `hl-line-move'.
17227 (hl-line-highlight): Ditto.
17228
0820b1f6
SM
17229 * scroll-bar.el (scroll-bar-columns):
17230 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
9fd76d04
MY
17231
17232 * ruler-mode.el (top-level): Require scroll-bar and fringe.
17233 (ruler-mode-left-fringe-cols)
17234 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
17235 (ruler-mode-right-scroll-bar-cols)
17236 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
17237 (ruler-mode-ruler-function): New variable.
17238 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
17239 if the value for `ruler-mode-ruler-function'is given.
17240
17241 * hexl.el (hexl-mode-hook): Make the hook customizable.
9b05111d 17242 (hexl-address-area, hexl-ascii-area): New customize variables.
0820b1f6 17243 (hexlify-buffer): Put font-lock-faces on the address area and
9fd76d04
MY
17244 the ascii area.
17245 (hexl-activate-ruler): New function.
17246 (hexl-follow-line): New function.
17247 (hexl-highlight-line-range): New function.
17248 (hexl-mode-ruler): New function.
17249
0820b1f6
SM
172502004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
17251
17252 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
17253 (vc-default-find-file-hook): New fun.
17254 (vc-find-file-hook): Call new find-file-hook operation.
17255
17256 * vc-arch.el: New file.
17257
5109b06a
EZ
172582004-03-12 Jesper Harder <harder@ifa.au.dk>
17259
17260 * info-look.el (info-lookup): Reuse an existing Info window.
17261
1239851c
EZ
172622004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17263
17264 * woman.el (woman-preserve-ascii): Default value changed to t and
17265 doc string revised.
17266
e69cfac2
RS
172672004-03-12 Richard M. Stallman <rms@gnu.org>
17268
17269 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17270 Fix minor bug.
17271
17272 * replace.el (occur-engine): Change message for count of matches.
17273
17274 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
17275 For strings, do compare text properties.
17276
fbc4d3bd
SM
172772004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
17278
17279 * progmodes/compile.el (compile-auto-highlight)
17280 (compilation-error-list, compilation-old-error-list)
17281 (compilation-parse-errors-function, compilation-parsing-end)
17282 (compilation-error-message, compilation-directory-stack)
17283 (compilation-enter-directory-regexp-alist)
17284 (compilation-leave-directory-regexp-alist)
17285 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
17286 (compilation-current-file, compilation-regexps): Remove vars.
17287
17288 (compile-error-at-point, compilation-error-filedata)
17289 (compilation-error-filedata-file-name, compile-reinitialize-errors)
17290 (compilation-next-error-locus, compilation-forget-errors)
17291 (count-regexp-groupings, compilation-parse-errors)
17292 (compile-collect-regexps, compile-buffer-substring): Remove funs.
17293
17294 (compile-internal): Make obsolete.
17295
17296 (compilation-first-column, compilation-error)
17297 (compilation-directory-matcher, compilation-page-delimiter)
17298 (compilation-mode-font-lock-keywords, compilation-debug)
17299 (compilation-error-face, compilation-warning-face)
17300 (compilation-info-face, compilation-line-face)
17301 (compilation-column-face, compilation-enter-directory-face)
17302 (compilation-leave-directory-face, compilation-skip-threshold)
17303 (compilation-skip-visited, compilation-context-lines): New vars.
17304
17305 (compilation-warning-face, compilation-info-face)
17306 (compilation-message-face): New faces.
17307
17308 (compilation-error-regexp-alist-alist): New constant.
17309
17310 (compilation-face, compilation-directory-properties)
17311 (compilation-assq, compilation-error-properties, compilation-start)
17312 (define-compilation-mode, compilation-loop)
17313 (compilation-set-window): New functions.
17314
17315 (compile): Additional argument for interactive compiles like TeX.
17316
17317 * progmodes/grep.el (kill-grep): Move here from compile.el
17318 (grep-error, grep-hit-face, grep-error-face)
17319 (grep-mode-font-lock-keywords): New variables.
17320 (grep-regexp-alist): Simplify regexp and add `binary' case.
17321 (grep-mode): New mode.
17322 (grep-process-setup): Simplify.
17323
f6a20b2c
JR
173242004-03-11 Jason Rumney <jasonr@gnu.org>
17325
17326 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
17327 letters on DOS/Windows.
17328
61042632
SM
173292004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
17330
17331 * server.el (server-name): New var.
17332 (server-socket-dir): New var to replace server-socket-name.
17333 (server-start): Use them.
17334
2ceed428
SJ
173352004-03-11 Simon Josefsson <jas@extundo.com>
17336
17337 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
17338 died to avoid infloop. Reported by Jonathan Glauner
17339 <jglauner@sbum.org>.
17340
61042632
SM
173412004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17342
17343 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
17344 (smerge-mode-menu): Use it to deactivate menu entries.
17345 (smerge-keep-current): New fun.
17346 (smerge-keep-current): Use it.
17347
d544d2ca
JPW
173482004-03-10 John Paul Wallington <jpw@gnu.org>
17349
61042632 17350 * foldout.el (foldout-fold-list, foldout-modeline-string):
d544d2ca
JPW
17351 Declare them as variables, not constants.
17352
197d4ebc
VJL
173532004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17354
17355 * ps-print.el: Modification to print *Messages* buffer.
17356 (ps-print-version): New version 6.6.4.
17357 (ps-message-log-max): New fun.
17358 (ps-spool-without-faces, ps-spool-with-faces)
17359 (ps-count-lines-preprint): Code fix.
17360
1f5a8e4a
VJL
17361 * printing.el: New tips in Tips section.
17362
739ce395
VJL
173632004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17364
17365 * delim-col.el: Doc fix.
17366
17367 * printing.el: Doc fix. New doc section (Tips).
17368
2c8155f7
SM
173692004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17370
17371 * type-break.el (type-break-emacs-variant): Remove.
17372 (type-break-run-at-time, type-break-cancel-function-timers):
17373 Use fboundp rather than version name and number.
17374
4f918f60
MY
173752004-03-09 Masatake YAMATO <jet@gyve.org>
17376
2c8155f7 17377 * hexl.el (hexl-mode): Use `make-local-variable' instead of
4f918f60
MY
17378 `make-variable-buffer-local'.
17379
1a9c959b
MA
173802004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
17381
17382 * find-dired.el (find-dired): Call `shell-command' instead of
17383 `start-process-shell-command'. By this, Tramp takes over
17384 handling of remote directories.
17385
5895f7fd
SM
173862004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17387
0820b1f6
SM
17388 * newcomment.el (comment-use-global-state): New var.
17389 (comment-search-forward): Use it.
17390
17391 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
17392
5895f7fd
SM
17393 * cus-edit.el (fill) <defgroup>: Move to fill.el.
17394
17395 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
17396 (enable-kinsoku): Make it a defcustom.
17397 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
17398 paragraph to same-comment-start-marker.
17399
651f4d9f
EZ
174002004-03-07 Dave Love <fx@gnu.org>
17401
17402 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
17403 (browse-url-mail): Use it.
17404
5895f7fd 17405 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
651f4d9f
EZ
17406 (rfc2368-unhexify-string): Use replace-regexp-in-string.
17407
372713e6
EZ
174082004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17409
17410 * woman.el (woman-man.conf-path): Doc fix.
17411 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
17412
a6eeaa81 174132004-03-07 Eli Zaretskii <eliz@gnu.org>
263d3d5d
EZ
17414
17415 * sort.el (sort-columns): Remove ms-dos from the list of systems
17416 where the external `sort' command is not used.
17417
d90ee664
KS
174182004-03-07 Kim F. Storm <storm@cua.dk>
17419
17420 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
17421 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
17422 from overlay-arrow-variable-list.
5895f7fd 17423 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
d90ee664 17424
0d3cb997
NR
174252004-03-06 Nick Roberts <nick@nick.uklinux.net>
17426
17427 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
17428 overlay arrow string properly for the assembler buffer.
17429
5895f7fd
SM
174302004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
17431
17432 * mail/sendmail.el (mail-mode): Fix last change.
17433
06884a35
NR
174342004-03-05 Nick Roberts <nick@nick.uklinux.net>
17435
17436 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
17437 for the assembler buffer.
17438 (gdb-assembler-custom): Position the overlay arrow.
17439 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
17440
032cbf90
SM
174412004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
17442
5895f7fd
SM
17443 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
17444
17445 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
17446 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
17447
032cbf90
SM
17448 * mail/sendmail.el (mail-mode): Set comment-start-skip.
17449
17450 * newcomment.el (uncomment-region): Allow non-terminated comment.
17451 (comment-normalize-vars): Check the user-specified comstart marker.
17452
2e8d40a1
RS
174532004-03-04 Jesper Harder <harder@ifa.au.dk>
17454
17455 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
17456 Otherwise, do use it if the region only contains font-lock text
17457 properties.
17458
01ff9136
MY
174592004-03-04 Masatake YAMATO <jet@gyve.org>
17460
17461 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
17462 as the callback function for eldoc.
17463 (hexl-print-current-point-info): New function.
032cbf90 17464 (hexl-current-address): Print the address in both decimal
01ff9136
MY
17465 and hexadecimal format.
17466
04a6e76b
RS
174672004-03-04 Richard M. Stallman <rms@gnu.org>
17468
17469 * mail/rmail.el (rmail-convert-to-babyl-format):
17470 Specify t for UNIBYTE when calling mail-unquote-printable-region.
17471
17472 * mail/mail-utils.el (mail-unquote-printable-region):
17473 New arg UNIBYTE.
17474
17475 * startup.el (command-switch-alist): Doc fix.
17476
17477 * simple.el (undo): Temporarily set this-command to `undo-start',
17478 then set it to `undo' once undo-start returns without error.
17479
17480 * simple.el (minibuffer-history-sexp-flag): Doc fix.
17481
17482 * simple.el (kill-line): Don't disregard trailing whitespace
17483 in eol condition, if show-trailing-whitespace is set.
17484
17485 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
17486 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
17487 When disabling, restore old values only if mouse-sel-has-been-enabled.
17488
17489 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
17490 (isearch-{-char): New function.
17491 (isearch-mode-map): Bind { to isearch-{-char.
17492
17493 * font-lock.el (lisp-font-lock-keywords-2):
17494 Turn off the CL with-... and do-... general patterns.
17495 Instead, recognize several specific with... and do... constructs.
032cbf90
SM
17496
17497 * files.el (switch-to-buffer-other-window):
17498 Bind same-window-buffer-names and same-window-regexps to nil.
04a6e76b 17499 (switch-to-buffer-other-frame): Likewise.
032cbf90 17500
5a7139ee
SM
175012004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17502
17503 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
17504 recognizing leading comment on code line.
17505
5895f7fd
SM
175062004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17507
17508 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
17509 hidden files/directories.
17510
5a7139ee
SM
175112004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17512
17513 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
17514 only comment-start (in case the mode hasn't set it).
17515
17516 * Makefile.in (AUTOGENEL): New var.
17517 (bootstrap-prepare): Rename from bootstrap-clean.
17518 Don't remove elc files.
17519 (maintainer-clean): New target.
17520
17521 * xml.el (xml-get-attribute-or-nil): Simplify.
17522
5fe61ed2
JL
175232004-03-02 Juri Linkov <juri@jurta.org>
17524
17525 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
17526 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
17527 URL to prevent their substitution with the environment variable
17528 values by browsers.
17529
71efd3c4
VJL
175302004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17531
17532 * ps-print.el: Doc fix.
17533 (ps-print-version): New version number (6.6.3).
17534 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
17535 Docstring fix.
17536 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
17537 before printing.
17538 (ps-time-stamp-yyyy-mm-dd): New fun.
17539 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
17540
d24bc50f
KS
175412004-03-02 Kim F. Storm <storm@cua.dk>
17542
17543 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
17544
05f1c4ec
JB
175452004-03-01 Juanma Barranquero <lektu@terra.es>
17546
45435c0e
JB
17547 * allout.el (allout-rebullet-heading): Fix typo in docstring.
17548
05f1c4ec
JB
17549 * desktop.el (desktop-file-version)
17550 (desktop-after-read-hook): Fix typos.
17551 (desktop-clear-preserve-buffers): Remove redundant info in
17552 docstring already shown by the obsolescence message.
17553 (desktop-truncate, desktop-internal-v2s)
d8d95bc7 17554 (desktop-value-to-string): Change argument name to match docstring.
05f1c4ec
JB
17555
17556 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
17557
17558 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
17559 docstring.
17560
acc037ba
VJL
175612004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17562
b8d955f4
VJL
17563 * printing.el: Replace "As Is..." in PostScript file print/preview by
17564 "No Preprocessing...". Suggested by Colin Marquardt
cd930256 17565 <_marquardt_@zmd.de>.
b8d955f4 17566 (pr-insert-section-4): Adjust buffer interface.
acc037ba 17567
5ec2cc41 175682004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
9e6e8d1a 17569
5ec2cc41
KG
17570 Version 2.0.39 of Tramp released.
17571
17572 * net/tramp.el (tramp-handle-file-local-copy)
d8d95bc7
SM
17573 (tramp-handle-write-region, tramp-open-connection-rsh):
17574 Variable name typo. Small change. From Patrick Tullmann
5ec2cc41
KG
17575 <tullmann@flux.utah.edu>.
17576 (tramp-process-connection-type): New variable.
17577 (tramp-maybe-open-connection): Use it.
d8d95bc7 17578 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
5ec2cc41 17579 (tramp-touch): Set last-modified time of a remote file.
d8d95bc7 17580 (tramp-handle-write-region): Say which function is used when encoding.
5ec2cc41 17581
5ec2cc41
KG
175822004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
17583
17584 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
17585 case of non-existing filename, too. Reported by Christoph Bauer
17586 <c_bauer@informatik.uni-kl.de>.
17587 (tramp-smb-get-file-entries): The directory in question should
17588 have permissions "drwxrwxrwx". Just virtual, because we don't
17589 know the real permissions. Don't we know?
17590 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
17591 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
17592 (tramp-smb-wait-for-output): Optimize algorithm getting pending
17593 output. If it was received chunkwise, there have been problems.
17594 Remove the "prompt not found" error message; it is obvious.
17595 Simplify algorithm.
d8d95bc7 17596 (tramp-smb-process-running): Remove. Since we acknowledge the
5ec2cc41
KG
17597 virtual prompt for shares, there's no need for distinction of
17598 reading shares (process ends afterwards) and interactive mode of
17599 smblient.
17600 (tramp-smb-open-connection): Setting process sentinel removed.
17601 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
17602 "NT_STATUS_NETWORK_ACCESS_DENIED".
17603 (tramp-smb-maybe-open-connection): Set `process-connection-type'
17604 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
17605 (top-level): Setting default value in `tramp-default-method-alist'
d8d95bc7 17606 corrected. Order of USER and HOST have been wrong.
d08c4c28 17607 Nobody complained for months ...
d8d95bc7
SM
17608 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
17609 (tramp-smb-open-connection): Clear password cache if login has failed.
17610
17611 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
5ec2cc41
KG
17612 `tramp-unified-filenames'.
17613 (tramp-completion-mode): Make test for XEmacs explicitely.
d8d95bc7
SM
17614 `event-to-character' can exists in Emacs packages too.
17615 Reported by Matt Swift <swift@alum.mit.edu>.
5ec2cc41
KG
17616 (tramp-buffer-name): Buffer name must contain the user if exists.
17617 Reported by Adrian Phillips <a.phillips@met.no>.
d8d95bc7
SM
17618 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
17619 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
17620 (tramp-do-copy-or-rename-file-out-of-band): Rename from
5ec2cc41
KG
17621 `tramp-do-copy-or-rename-file-one-local', because it handles also
17622 the case both files use the same out-of-band method.
17623 Implementation added.
17624 (tramp-handle-file-local-copy, tramp-handle-write-region):
17625 Out-of-band handling removed. `copy-file' called instead, which
17626 calls `tramp-do-copy-or-rename-file-out-of-band'.
17627 (tramp-action-password): Check for out-of-band method removed.
17628 This function is used for 'login-program.
17629 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
17630 appropriate.
17631 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
17632 and `tramp-parse-sknownhosts'.
17633 (tramp-completion-function-alist): It's a defvar now, because we
17634 want to apply the optimized `tramp-set-completion-function'
17635 instead of a static list.
d8d95bc7
SM
17636 (tramp-set-completion-function): Implementation tuned.
17637 Avoid double entries, and entries where the function or the
5ec2cc41
KG
17638 file/directory doesn't exist.
17639 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
17640 for SSH2.
17641 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
17642 (tramp-handle-dired-compress-file): New function.
17643 (tramp-async-proc): New variable.
d8d95bc7
SM
17644 (tramp-handle-shell-command): Adding asynchronous processes.
17645 They are far from being perfect, but it works at least for
bf247b6e 17646 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
5ec2cc41
KG
17647 (top-level): Require password.el if visible. Should be mandatory
17648 once No Gnus has found its way into (X)Emacs.
17649 (tramp-read-passwd): Invoke `password-read' if available,
a568a2cc 17650 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
5ec2cc41
KG
17651 fallback any longer.
17652 (tramp-clear-passwd): New function.
d8d95bc7
SM
17653 (tramp-process-actions, tramp-process-multi-actions):
17654 Clear password cache if login has failed.
5ec2cc41
KG
17655
17656 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
17657 its own module.
17658 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
17659 `ange-ftp-ftp-name-res'. There could be incorrect values from
17660 previous calls in case the "ftp" method is used in the Tramp file
17661 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17662
ab6d47ea
RS
176632004-02-28 Richard M. Stallman <rms@gnu.org>
17664
17665 * term.el (term-mouse-paste): Call mouse-set-point.
17666
17667 * thumbs.el: New file.
17668
06c97a04
VJL
176692004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17670
9d59cbb0 17671 * progmodes/ebnf-abn.el: Doc fix.
06c97a04 17672
9d59cbb0 17673 * progmodes/ebnf-bnf.el: Doc fix.
7fd08a0a
VJL
17674 (ebnf-repeat): Code fix.
17675
9d59cbb0 17676 * progmodes/ebnf2ps.el: Doc fix.
cd0f9f85 17677 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
97818b07 17678
c0bf9913
JL
176792004-02-28 Juri Linkov <juri@jurta.org>
17680
17681 * ffap.el (dired-at-point): Additional writability test for
17682 relative directory names.
17683 (dired-at-point-prompter): Treat directories as a directory, get
17684 the directory component from files.
d8d95bc7 17685 (ffap-string-at-point): Return string from region if region is active.
c0bf9913
JL
17686 (ffap-file-at-point): Remove redundant code.
17687
ec03e8b3
KS
176882004-02-28 Kim F. Storm <storm@cua.dk>
17689
28eba01f 17690 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
ec03e8b3
KS
17691 Initialize margin area images to nil.
17692 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
17693 (breakpoint-enabled-bitmap-face)
17694 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
17695 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
17696 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
17697 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
17698 (gdb-reset): Use gdb-remove-breakpoint-icons.
17699 (gdb-put-string): Add dprop arg to specify alternative display
17700 property (for setting fringe bitmap).
17701 (gdb-remove-strings): Doc fix.
17702 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
17703 icon in fringe (if available), or else as icon or text in display
17704 margin. Creates necessary icons in breakpoint-bitmap,
d8d95bc7
SM
17705 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
17706 Also make left window margin if required.
ec03e8b3
KS
17707 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
17708 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
17709 no longer needed.
17710 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
17711 gdb-put-breakpoint-icon.
17712 (gdb-assembler-mode): Don't set left-margin-width here.
17713
9022d421
EZ
177142004-02-27 Kevin Ryde <user42@zip.com.au>
17715
17716 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
d8d95bc7 17717 comma, so that it DTRT in macros.
9022d421 17718
5d18b953
EZ
177192004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
17720
17721 * progmodes/sh-script.el (sh-shell-arg)
17722 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
17723 (sh-leading-keywords, sh-other-keywords): Fix custom type.
17724
328419c1
EZ
177252004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
17726
28eba01f
JB
17727 * faces.el (face-spec-set-match-display): Add a new attribute,
17728 `min-colors'.
9e6e8d1a 17729 (region, highlight, secondary-selection): Use `min-colors'.
328419c1
EZ
17730
17731 * custom.el (defface): Add documentation for `min-colors'.
17732
17733 * font-lock.el (font-lock-comment-face, font-lock-string-face)
17734 (font-lock-keyword-face, font-lock-function-name-face)
d8d95bc7
SM
17735 (font-lock-variable-name-face, font-lock-constant-face):
17736 Use `min-colors'.
328419c1 17737
d8d95bc7 17738 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
328419c1 17739
ea946fcc
VJL
177402004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17741
9d59cbb0
VJL
17742 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
17743 define assq-delete-all if it's not defined.
ea946fcc
VJL
17744 (ebnf-generate-region): Code fix.
17745
449cba44
VJL
17746 * printing.el: Doc fix.
17747 (pr-version): New version number (6.7.2).
17748 (pr-command): Return empty string if command is an empty string.
17749
ac4780a1
VJL
177502004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17751
9d59cbb0 17752 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
ac4780a1 17753
9d59cbb0
VJL
17754 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
17755 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
17756 semi-down-full. Fix a bug on productions like test = {"test"}* | (
17757 "tt" ["test"] ). Reported by Markus Dreyer
17758 <mdreyer@ix.urz.uni-heidelberg.de>.
ac4780a1
VJL
17759 (ebnf-version): New version number (4.0).
17760 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
17761 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
17762 (ebnf-delete-style): New commands.
17763 (ebnf-directory, ebnf-file): New funs.
17764 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
17765 (ebnf-production-name-p, ebnf-stop-on-error): New options.
17766 (ebnf-syntax-alist): New var.
17767 (ebnf-element-width): New fun replacing ebnf-list-width.
17768 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
17769 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
17770 (ebnf-prologue): Adjust vars.
17771 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
17772 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
17773 (ebnf-check-style-values, ebnf-generate-production)
17774 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
17775 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
17776 (ebnf-token-repeat): Code fix.
17777
9d59cbb0
VJL
17778 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
17779 %right, %left and %prec. Suggested by Matthew K. Junker
17780 <junker@alum.mit.edu>.
ac4780a1
VJL
17781 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
17782
9d59cbb0 17783 * progmodes/ebnf-iso.el: Doc fix.
ac4780a1
VJL
17784 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
17785 (ebnf-iso-lex): Code fix.
17786
9d59cbb0 17787 * progmodes/ebnf-bnf.el: Doc fix.
ac4780a1
VJL
17788 (ebnf-bnf-lex): Code fix.
17789
9d59cbb0 17790 * progmodes/ebnf-otz.el: Doc fix.
ac4780a1 17791
92f5fba2
LT
177922004-02-23 Luc Teirlinck <teirllm@auburn.edu>
17793
17794 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
17795 (abbrev-prefix-mark): Doc fix.
17796
baf92c0d
NR
177972004-02-23 Nick Roberts <nick@nick.uklinux.net>
17798
17799 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
17800 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
17801 (gdb-var-delete): Make interactive (really).
17802 (gdb-edit-value): Make non-interactive.
17803
d8d95bc7
SM
17804 * progmodes/gud.el (gud-speedbar-menu-items):
17805 Add gdb-var-delete and, indirectly, gdb-edit-value.
17806 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
baf92c0d
NR
17807 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
17808 (gud-gdb-marker-filter): Add comment for annotations.
17809
4c635ea3
GM
178102004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17811
17812 * calendar/calendar.el (generate-calendar)
17813 (calendar-read-date): Prevent display of BC calendars once more -
17814 reverts 2003-10-01 change.
17815 (generate-calendar-month): Doc fix.
17816
178172004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
17818
17819 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
17820 return value of increment-calendar-month.
17821
4effffca
EZ
178222004-02-21 Stephen Compall <s11@member.fsf.org>
17823
17824 * saveplace.el (save-place-forget-unreadable-files)
d8d95bc7 17825 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
4effffca
EZ
17826 (save-place-forget-unreadable-files): New function.
17827 (save-place-alist-to-file): Use it to filter out files that are
17828 no longer readable.
235de372
EZ
17829
17830 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
17831 current Texinfo environment, using the same method as in
17832 `texinfo-insert-@end', and insert a space rather than a newline if
17833 point in a @table environment.
17834
7e1626fb
EZ
178352004-02-21 Juri Linkov <juri@jurta.org>
17836
17837 * ffap.el (ffap-file-at-point): Try parent directories.
17838
69e82404
EZ
178392004-02-21 Klaus Zeitler <kzeitler@lucent.com>
17840
17841 * vcursor.el (vcursor-modifiers): New defcustom.
17842 (vcursor-cs-binding): Use vcursor-modifiers instead of a
17843 hard-coded list.
17844
8bcfd13b
EZ
178452004-02-21 Masatake YAMATO <jet@gyve.org>
17846
17847 * play/animate.el (animate-birthday-present): Accept names other
17848 than `Sarah', too.
17849
32e51983
EZ
178502004-02-21 Juri Linkov <juri@jurta.org>
17851
17852 * startup.el: Remove table of command line arguments from the
17853 Commentary section.
17854
36b0f52b
JW
178552004-02-20 John Wiegley <johnw@newartisans.com>
17856
d8d95bc7 17857 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
36b0f52b
JW
17858 again" modifier from 'e' to 'E', since 'e' is also used by the
17859 "file extension" modifier.
17860
923c1e6f
LT
178612004-02-19 Luc Teirlinck <teirllm@auburn.edu>
17862
17863 * help-fns.el (describe-categories): Doc fix.
17864
6d2986fb
MK
178652003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17866
17867 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
17868 temporary file for buffer already visiting one. This change makes
17869 output likely to be directly usable by patch program.
17870 Suggested by Adrian Aichner <adrian@xemacs.org>
923c1e6f 17871
5223afda
NR
178722004-02-20 Nick Roberts <nick@nick.uklinux.net>
17873
17874 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
17875 case of variables defined in compound statements.
d8d95bc7
SM
17876 (gdb-setup-windows, gdb-source-info, gdb-source-info):
17877 Simplify constructions using switch-to-buffer.
5223afda 17878
507c5deb
SJ
178792004-02-19 Simon Josefsson <jas@extundo.com>
17880
17881 * play/morse.el: Fix typo.
17882 (morse-code): Add @.
17883
e306dc9f
GM
178842004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
17885
17886 * calendar/appt.el (appt-display-format): Change default to
28eba01f 17887 'ignore, for backwards compatibility.
e306dc9f
GM
17888 (appt-display-message): If appt-display-format is 'ignore,
17889 respect old vars appt-msg-window and appt-visible.
17890 (appt-activate): Don't depend on return value of cancel-timer.
17891
17892 * calendar/calendar.el (calendar-holidays): Doc fix.
17893
b15aa9f9
SM
17894 * calendar/cal-coptic.el (coptic-prompt-for-date):
17895 Use assoc-string instead of assoc-ignore-case.
e306dc9f
GM
17896 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
17897 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
17898 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
17899 * calendar/cal-islam.el (calendar-goto-islamic-date)
17900 (mark-islamic-diary-entries): Ditto.
17901 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
17902 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
17903 (calendar-read-mayan-tzolkin-date): Ditto.
17904 * calendar/calendar.el (calendar-read-date): Ditto.
17905 * calendar/diary-lib.el (mark-diary-entries): Ditto.
17906
c6190ba0
MR
179072004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
17908
b15aa9f9
SM
17909 * progmodes/executable.el (executable-command-find-posix-p):
17910 Fix choice of the directory.
c6190ba0 17911
8e5d85ff
LT
179122004-02-17 Luc Teirlinck <teirllm@auburn.edu>
17913
17914 * simple.el (interprogram-cut-function)
17915 (interprogram-paste-function, kill-new, kill-append):
17916 Doc fixes.
17917 (kill-region): Make it return nil. Doc fix.
17918 (yank-pop): Make its argument optional.
17919 (yank): Make ARG `-' equivalent to `-1'.
17920
a6eeaa81 179212004-02-17 Eli Zaretskii <eliz@gnu.org>
ac84042c
EZ
17922
17923 * mail/rmail.el (rmail-get-new-mail): Don't reference
17924 rmail-use-spam-filter if rmail-spam-filter is not loaded.
17925
8a9825f7
LT
179262004-02-16 Luc Teirlinck <teirllm@auburn.edu>
17927
17928 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
17929 if one of global-auto-revert-non-file-buffers or autorevert-mode
17930 is non-nil.
17931
a6eeaa81 179322004-02-16 Eli Zaretskii <eliz@gnu.org>
4e039f3f
EZ
17933
17934 * subr.el (delete-dups): A better implementation from Karl Heuer
17935 <kwzh@gnu.org>.
17936
279dffd6
EZ
179372004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17938
17939 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
43e48bda
LT
17940 correct place.
17941 * progmodes/icon.el (icon-indent-command): Ditto.
279dffd6
EZ
17942 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
17943
a6eeaa81 179442004-02-16 Eli Zaretskii <eliz@gnu.org>
8c094106
EZ
17945
17946 * progmodes/grep.el (grep-compute-defaults): Undo change from
17947 2004-01-29: don't use executable-command-find-posix-p.
17948
c33b76da
EZ
179492004-02-16 Richard Sharman <rsharman@pobox.com>
17950
17951 * hilit-chg.el: Use require instead of eval-and-compile.
17952 (highlight-compare-buffers): New function.
17953
1c0ecbc4
EZ
179542004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
17955
17956 * man.el (Man-fontify-manpage): Render section headings in
17957 `Man-overstrike-face' even when overstrike was not used by man
17958 formatter for section headings.
17959
88fcbeaa
EZ
179602004-02-16 Eli Tziperman <eli@deas.harvard.edu>
17961
52eb0373 17962 * rmail-spam-filter.el (vm-use-spam-filter)
88fcbeaa 17963 (rsf-min-region-length-added-to-spam-list): New variables.
b15aa9f9 17964 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
d8d95bc7 17965 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
88fcbeaa
EZ
17966 spam testing. Don't delete spam message if automatic deletion
17967 after output via variable rmail-delete-after-output is turned on.
b15aa9f9 17968 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
88fcbeaa
EZ
17969 rsf-bbdb-dont-create-entries-for-spam.
17970 (check-field): New function, extracted from code in
d08c4c28 17971 rmail-spam-filter to ease addition of header fields like content-type.
88fcbeaa
EZ
17972 (message-content-type): New variable to check the content-type:
17973 field added, also in defcustom of rsf-definitions-alist.
17974 (rmail-spam-filter): Replace repeated test code for header fields
17975 by calls to check-field; change the call to
17976 rmail-output-to-rmail-file such that rmail-current-message stays
b15aa9f9 17977 the same to avoid wrong deletion of unseen flags.
88fcbeaa
EZ
17978 (rsf-add-contents-type): New function to convert old format
17979 of rmail-spam-definitions-alist into new one.
b15aa9f9 17980 Change prefixes of all variables and functions from
88fcbeaa
EZ
17981 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
17982
a6eeaa81 179832004-02-16 Eli Zaretskii <eliz@gnu.org>
dffc4dfc
EZ
17984
17985 * loadhist.el (unload-hook-features-list): New defvar.
17986
0ca9aa8f
EZ
179872004-02-16 Dave Love <fx@gnu.org>
17988
17989 * loadhist.el (unload-feature): Doc fix. Rename flist to
17990 unload-hook-features-list.
17991
28eba01f 179922004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
7b5368c1
EZ
17993
17994 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
17995 cookie. Don't check if we are looking-at open-formula.
17996
ca4bc494
EZ
179972004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
17998
17999 * subr.el (match-string-no-properties): Use substring-no-properties.
18000
a6eeaa81 180012004-02-16 Eli Zaretskii <eliz@gnu.org>
740b7c2d
EZ
18002
18003 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
b15aa9f9
SM
18004 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
18005 Use lower-case "rx" in all error message.
740b7c2d
EZ
18006
180072004-02-16 Dave Love <fx@gnu.org>
18008
18009 * emacs-lisp/rx.el (rx-or): Put group around result.
18010 (rx-constituents): Add backref.
18011 (rx-syntax): Add string-delimiter, comment-delimiter.
18012 (rx-categories): Add combining-diacritic.
18013 (rx-check-not, rx-greedy, rx): Doc fix.
18014 (rx-backref, rx-check-backref): New.
18015
065b7364
EZ
180162004-02-16 Jesper Harder <harder@ifa.au.dk>
18017
18018 * newcomment.el (uncomment-region): Allow eob as comment end.
18019
0eee131e 180202004-02-16 Jari Aalto <jari.aalto@poboxes.com>
bbc66b08
EZ
18021
18022 * filecache.el: All message and error commands now use prefix
18023 "Filecache:" to make it easy to read *Messages* buffer.
18024
fb94f75f
EZ
180252004-02-16 Jari Aalto <jari.aalto@poboxes.com>
18026
d08c4c28
SM
18027 * autorevert.el: Add support to detect changed dired and VC buffers.
18028 (auto-revert-active-p, auto-revert-list-diff)
fb94f75f
EZ
18029 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
18030 (auto-revert-handler, auto-revert-active-p): New functions.
b15aa9f9 18031 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
fb94f75f 18032 and `auto-revert-active-p'.
4e664f62
EZ
18033 (eval-when-compile): Defvar dired-directory and vc-mode.
18034 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18035 (auto-revert-handler-vc): New functions.
fb94f75f 18036
ebb8cb68
EZ
180372004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
18038
18039 * progmodes/compile.el (compilation-directory): New defvar.
18040 (compile): Save current directory in compilation-directory.
18041 (recompile): Bind default-directory to compilation-directory if
18042 that is non-nil.
18043
062a9fce
EZ
180442004-02-16 Dave Love <fx@gnu.org>
18045
8a9825f7 18046 * newcomment.el (comment-insert-comment-function)
a71b3805
EZ
18047 (comment-region-function, uncomment-region-function): New.
18048 (comment-indent): Use comment-insert-comment-function.
18049 (uncomment-region): Use uncomment-region-function.
18050 (comment-region): Use comment-region-function.
18051
062a9fce
EZ
18052 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
18053
f800daf6
EZ
180542004-02-16 Richard Stallman <rms@gnu.org>
18055
18056 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
18057 loaddefs* and ldefs-boot*.
18058
a6eeaa81 180592004-02-16 Eli Zaretskii <eliz@gnu.org>
ca06718d
EZ
18060
18061 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
18062 and email address at the beginning and end of the address.
18063
18064 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
18065 anchored at the beginning of the email address.
18066
f92f5e37
KH
180672004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
18068
18069 * international/ccl.el (ccl-compile-write): Pass `left' to
18070 ccl-embed-code to generate correct code of write-expr-register.
18071
4ae8d76c
TTN
180722004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
18073
18074 * progmodes/grep.el (grep-compute-defaults): Fix typos.
18075
49f87d23
JD
180762004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18077
18078 * x-dnd.el: Mention support for Motif in commentary.
18079 (x-dnd-handle-drag-n-drop-event): Ditto.
18080
584b627e
JY
180812004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
18082
783bcffa
SM
18083 * ses.el: Use "ses--" prefixes for buffer-local variables.
18084 Use (point-min) instead of 1, even when we know the buffer
18085 is unnarrowed.
18086 (ses-build-load-map): Delete. Distribute its content to defconst's for
18087 the three maps.
18088 (ses-menu, ses-header-line-menu): New menus.
18089 (ses-mode-map): Use them.
18090 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
584b627e 18091
84456793
MS
180922004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
18093
b15aa9f9 18094 * Makefile.in: Fix the CC Mode recompile kludge so it works
84456793
MS
18095 when building in a different directory.
18096
7e46b7bf
LT
180972004-02-13 Luc Teirlinck <teirllm@auburn.edu>
18098
783bcffa
SM
18099 * simple.el (kill-new): Put yank-handler property on the entire string.
18100
b15aa9f9
SM
181012004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18102
18103 * diff.el: Don't use compile any more, use diff-mode instead.
18104 (diff-regexp-alist, diff-old-file, diff-new-file)
18105 (diff-parse-differences, diff-process-setup): Remove.
18106 (diff-sentinel): New fun.
18107 (diff): Use it. Run the process ourselves.
18108 Use diff-mode for the rest of the processing.
18109
18110 * diff.el (diff): Simplify code handling `switch'.
18111
783bcffa
SM
181122004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18113
18114 * pcvs-defs.el (cvs-menu): Add `tag'.
7e46b7bf 18115
6827d730
LT
181162004-02-11 Luc Teirlinck <teirllm@auburn.edu>
18117
fb2dcf04
LT
18118 * simple.el (kill-append): Doc fix.
18119
783bcffa
SM
18120 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18121 Adapt outline-regexp to the new conventions for commenting out code.
6827d730 18122
1cdb6ab4
JPW
181232004-02-11 John Paul Wallington <jpw@gnu.org>
18124
18125 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
18126
4c11f6a8
SM
181272004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
18128
18129 * diff.el (diff-switches): New fun.
18130 (diff, diff-backup): Use it.
18131 (diff): Clean up the args construction. Use backquote.
18132 Use listp instead of consp to avoid putting a nil arg.
d8d95bc7 18133 (diff): Add a revert-buffer function.
4c11f6a8 18134
b9aafad5
JD
181352004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18136
fe38e3b0 18137 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
d08c4c28 18138 handled by x-dnd-handle-file-name.
b9aafad5
JD
18139 (x-dnd-known-types): Add COMPOUND_TEXT.
18140 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
18141 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
18142 x-dnd-empty-state.
18143 (x-dnd-forget-drop): Ditto.
18144 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
18145 (x-dnd-handle-one-url): Return private when inserting text.
18146 (x-dnd-insert-ctext): New function.
18147 (x-dnd-handle-file-name): New function for FILE_NAME.
18148 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
18149 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
18150 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
18151
3638f0e0
KH
181522004-02-10 Kenichi Handa <handa@m17n.org>
18153
18154 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
18155 instead of while loop.
18156
4d449b11
MB
181572004-02-10 Miles Bader <miles@gnu.org>
18158
18159 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
18160
f73145c1
KH
181612004-02-09 Kenichi Handa <handa@m17n.org>
18162
18163 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
18164 have end-of-line.
18165
7fefaee7
MS
181662004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
18167
18168 * Makefile.in: Added extra dependencies in the recompile target
18169 needed to cope with the compile time macro expansions in CC Mode.
18170
82722af3
KS
181712004-02-09 Kim F. Storm <storm@cua.dk>
18172
18173 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
18174 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
18175 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
18176 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
18177 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
18178 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
18179 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
18180 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
18181 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
18182 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
18183 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
fc4d69e1
SM
18184
181852004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18186
18187 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
18188 Don't allow shrink if there's a window on our right.
18189
18190 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
18191 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
18192 Bring together declaration and initialization.
18193 (prolog-mode-variables): Don't set the syntax table.
18194 Don't set paragraph-start and comment-indent-function.
18195 Add /*..*/ to the comment regexps.
18196 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
18197 (prolog-mode-map): Don't bind TAB.
18198 (prolog-mode): Set the syntax table.
18199 (prolog-comment-indent): Remove.
18200 (inferior-prolog-mode-map): Initialize in the declaration.
18201 (inferior-prolog-mode-syntax-table)
18202 (inferior-prolog-mode-abbrev-table): New vars.
18203 (inferior-prolog-mode): Derive from comint-mode.
18204 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
18205 minibuffer windows.
18206
18207 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
18208 in file names, as long as it is unabmiguous.
18209
e1dc18db
AS
182102004-02-08 Andreas Schwab <schwab@suse.de>
18211
18212 * textmodes/reftex-toc.el
18213 (reftex-toc-load-all-files-for-promotion): Remove useless use of
18214 format. Doc fix.
18215
18216 * textmodes/refer.el (refer-find-entry-internal): Remove extra
18217 format string arguments.
18218
18219 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
18220 string argument.
18221
fc4d69e1 18222 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
e1dc18db
AS
18223
18224 * play/zone.el (zone-call): Fix format string.
18225
fc4d69e1 18226 * net/webjump.el (webjump-builtin): Add missing format string argument.
e1dc18db 18227
fc4d69e1 18228 * midnight.el (midnight-delay-set): Remove extra format string argument.
e1dc18db 18229
fc4d69e1 18230 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
e1dc18db
AS
18231
18232 * hexl.el (hexl-insert-char): Add missing format string argument.
18233
18234 * format.el (format-decode): Fix format string.
18235
18236 * emulation/vi.el (vi-mode): Remove extra format string argument.
18237 (vi-repeat-last-search): Likewise.
18238 (vi-reverse-last-search): Likewise.
18239 (vi-goto-mark): Likewise.
18240 (vi-reverse-last-find-char): Likewise.
18241 (vi-repeat-last-find-char): Likewise.
18242 (vi-locate-def): Likewise.
18243
fc4d69e1 18244 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
e1dc18db
AS
18245
18246 * ediff-util.el (ediff-toggle-read-only): Remove extra format
18247 string argument.
18248 (ediff-toggle-regexp-match): Likewise.
18249
18250 * dired-aux.el (dired-do-query-replace-regexp): Add missing
18251 format string argument.
18252
18253 * calc/calc-map.el (calc-get-operator): Remove extra format
18254 string argument.
18255
18256 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
18257
18258 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
18259 string argument.
18260
18261 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
18262
fc4d69e1 18263 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
e1dc18db 18264
fc4d69e1 18265 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
e1dc18db 18266
fc4d69e1 18267 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
e1dc18db
AS
18268 (cl-struct-setf-expander): Likewise.
18269
18270 * vc.el (with-vc-file): Fix unsafe uses of error.
18271 (vc-cancel-version): Likewise.
18272
c35391d1
NR
182732004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
18274
18275 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
18276 thousands separator; fixes <class>:<line-number> regexp for
18277 non-english locales.
18278
ea855511
AS
182792004-02-08 Andreas Schwab <schwab@suse.de>
18280
18281 * view.el (view-mode-enable): Revert previous change.
18282
7fdd1f62
KS
182832004-02-07 Kim F. Storm <storm@cua.dk>
18284
18285 * simple.el (line-number-at-pos): Rename from line-at-pos.
18286 Uses changed (what-line and vc-annotate-warp-version).
18287
783bcffa
SM
182882004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18289
18290 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
18291 (diff-mode): Remove aborted attempt at support for compile.el.
18292 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
18293
daa3ea8d
AS
182942004-02-06 Andreas Schwab <schwab@suse.de>
18295
18296 * view.el (view-mode-enable): Add view-mode-map to
18297 minor-mode-overriding-map-alist.
18298
14ca8854
JD
182992004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18300
18301 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
18302
d1345427
SM
183032004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
18304
18305 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
18306 with point inside rather than after the paragraph.
18307
dbfa9ed4
SS
183082004-02-04 Sam Steingold <sds@gnu.org>
18309
18310 * mail/smtpmail.el (smtpmail-try-auth-methods):
18311 Do not try authentication when no mechanism is available.
18312 Pass port-name as defaultport to `netrc-machine'.
18313
12ad758a
SE
183142004-02-04 Stephen Eglen <stephen@gnu.org>
18315
18316 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
18317 to show how minibuffer height can be constrained.
18318
21575d92
JPW
183192004-02-04 John Paul Wallington <jpw@gnu.org>
18320
18321 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
18322
133aad74
JD
183232004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18324
18325 * x-dnd.el: New file for drag and drop.
18326
18327 * term/x-win.el: require x-dnd, set after-make-frame-functions
18328 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
18329 drag-n-drop event.
18330
18331 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
18332 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
18333 (dired-dnd-handle-file): New functions for drag and drop support.
18334 (dired-mode): Initialize drag and drop if x-dnd present.
18335
d1345427
SM
183362004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
18337
18338 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
18339 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
18340 (cperl-mode): Set fill-paragraph-function.
18341 (cperl-fill-paragraph): Make it non-interactive.
18342
c010ecfa
BR
183432004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
18344
18345 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
18346
0fc8fa73
DK
183472004-02-02 David Kastrup <dak@gnu.org>
18348
18349 * replace.el (perform-replace): Allow 'literal argument in
18350 regexp-flag to indicate literal replacement.
18351 (query-replace-regexp-eval): Use it.
18352
679be517
AS
183532004-02-01 Andreas Schwab <schwab@suse.de>
18354
d1345427 18355 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
679be517 18356
b3a3e4e1
SE
183572004-02-01 Stephen Eglen <stephen@gnu.org>
18358
18359 * info-look.el: Add support for maxima-mode. Update commentary
18360 because info-lookup-symbol is now bound to C-h S.
18361
11178a06
LT
183622004-01-31 Luc Teirlinck <teirllm@auburn.edu>
18363
18364 * simple.el (edit-and-eval-command): Bind print-level and
18365 minibuffer-history-sexp-flag around call to read-from-minibuffer.
18366 Correct initial position in command-history.
18367
eb996101
LT
183682004-01-30 Luc Teirlinck <teirllm@auburn.edu>
18369
18370 * files.el (read-directory-name): Adapt the docstring to recent
18371 change in Fread_file_name.
18372
9e2d29b6
JY
183732004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
18374
18375 * ses.el (ses-print-cell): If print format too wide for column
18376 width, truncate decimal places if that helps to avoid "#####" fill.
18377 * ses.el (ses-initial-column-width): Revert previous change.
18378
cce5462e 183792004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
ab43c850 18380
cce5462e
SM
18381 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
18382 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
18383 Add edebug info.
18384 (jit-lock-mode): Setup/cancel the new timer.
18385 (jit-lock-context-fontify): New fun. Extracted from
18386 context fontification code of jit-lock-stealth-fontify.
18387 (jit-lock-stealth-fontify): Don't do context fontification any more.
ab43c850 18388
cce5462e
SM
18389 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
18390 (jit-lock-fontify-now): Handle the `quit' case.
18391 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
18392
183932004-01-29 Jari Aalto <jari.aalto@poboxes.com>
18394
18395 * progmodes/executable.el (executable-command-find-posix-p):
18396 New. Check if find handles arguments Posix-style.
18397
18398 * progmodes/grep.el (grep-compute-defaults):
ab43c850 18399 Use executable-command-find-posix-p.
cce5462e 18400 (grep-find): Check `grep-find-command'.
ab43c850 18401
cce5462e 18402 * filecache.el (file-cache-find-posix-p): Delete.
ab43c850 18403 (file-cache-add-directory-using-find):
cce5462e 18404 Use `executable-command-find-posix-p'.
ab43c850
RS
18405
184062004-01-29 Dave Love <fx@gnu.org>
18407
18408 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18409 Iterate the hook function if arg is given.
18410 (mark-defun, narrow-to-defun): Change order of finding the limits.
18411
18412 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
18413 (byte-compile-format-warn): New.
18414 (byte-compile-callargs-warn): Use it.
18415 (Format, message, error): Add byte-compile-format-like property.
18416 (byte-compile-maybe-guarded): New.
18417 (byte-compile-if, byte-compile-cond): Use it.
18418 (byte-compile-lambda): Compile interactive forms,
18419 just to make warnings about them.
18420
100eda14
JY
184212004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
18422
18423 * ses.el (ses-initial-column-width): Increase to 14, so it will
18424 work well with the default printer of "%.7g" for extreme values
18425 like "-1.234567e+07".
18426
3ff05361
KH
184272004-01-29 Kenichi Handa <handa@m17n.org>
18428
18429 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
18430
d57625a0
JR
184312004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
18432
18433 * dos-w32.el: Added support for the `default-printer-name' function.
18434
05e72590
SM
184352004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
18436
18437 * server.el (server-socket-name): Don't use the hostname in the
18438 socket name since /tmp is local to the host anyway.
18439
18440 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
18441 robust check of widening and fix var-naming.
18442
f5ea26f8
RS
184432004-01-27 Eli Tziperman <eli@deas.harvard.edu>
18444
18445 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
18446 or rmail-spam- to rsf- in all function and variable names.
18447 (rsf-min-region-to-spam-list): New variable.
05e72590 18448 (rsf-bbdb-auto-delete-spam-entries): Rename from
f5ea26f8
RS
18449 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
18450 scanned together with the recipients field for spam testing; Don't
18451 delete spam message if rmail-delete-after-output is non-nil;
05e72590 18452 (rsf-check-field): New function, extracted from code in
f5ea26f8
RS
18453 rmail-spam-filter to ease addition of header fields like
18454 content-type:;
05e72590 18455 (message-content-type): New variable. The content-type: field was
f5ea26f8
RS
18456 added also in defcustom of rsf-definitions-alist;
18457 (rmail-spam-filter): Replace repeated test code for header fields
18458 by calls to check-field; change the call to
18459 rmail-output-to-rmail-file such that rmail-current-message stays
18460 the same to avoid wrong deletion of unseen flags.
18461 (rmail-use-spam-filter): Add autoload cookie.
18462
05e72590 184632004-01-27 Jari Aalto <jari.aalto@poboxes.com>
f5ea26f8 18464
05e72590
SM
18465 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
18466 (file-cache-add-directory-using-find): Add Cygwin support.
18467 (file-cache-find-command-posix-flag): New user variable.
f5ea26f8 18468
05e72590
SM
18469 * filecache.el (file-cache-add-directory): Check for
18470 directories an remove them from dir-files.
f5ea26f8
RS
18471
184722004-01-27 Richard M. Stallman <rms@gnu.org>
18473
18474 * man.el (Man-fontify-manpage): Clean up message.
18475
f43a0b98
KH
184762004-01-27 Kenichi Handa <handa@m17n.org>
18477
18478 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
18479 (sentence-end): Define using sentence-end-without-space.
18480
05e72590
SM
18481 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
18482 a sentence ends with one of a character in sentence-end-without-space.
f43a0b98 18483
6497a8f8
SM
184842004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
18485
18486 * font-lock.el (font-lock): Add jit-lock as explicit group member.
18487 (jit-lock): Group declaration moved to jit-lock.el.
18488 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
18489 when necessary.
18490
18491 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
18492 (jit-lock-context-unfontify-pos): Rename from
18493 jit-lock-first-unfontify-pos.
18494 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
18495
337c50a5
GM
184962004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
18497
6497a8f8
SM
18498 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
18499 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
337c50a5
GM
18500 (fortran-fill): When filling a string, adjust re-search-backward
18501 argument for special case of string just on fill-column.
18502 When filling non-string, allow one extra char if
6497a8f8
SM
18503 fortran-break-before-delimiters is non-nil.
18504 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
337c50a5
GM
18505 Use fortran-break-delimiters-re and fortran-no-break-re to
18506 correctly handle cases such as "**".
18507
18508 * progmodes/f90.el (f90-break-delimiters): Doc fix.
18509 (f90-no-break-re): Add some extra tokens. Doc fix.
18510
2528f9c4
TTN
185112004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
18512
18513 * mail/rmail-spam-filter.el:
18514 Use two semicolons as Commentary line prefix.
18515 Add ";;; Code:" stylized comment.
18516 Delete end-of-line whitespace.
18517 Wrap (require 'cl) with `eval-when-compile'.
18518
414f7d4e
AS
185192004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
18520
18521 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
18522 at the top level of vc.el.
18523
fe722d76
AS
185242004-01-23 Andre Spiegel <spiegel@gnu.org>
18525
18526 * vc.el (vc-current-line): Function removed. This is now done by
18527 the new function line-at-pos in simple.el.
18528 (vc-annotate-warp-version): Use line-at-pos instead of
18529 vc-current-line.
18530
f076870a
KS
185312004-01-22 Kim F. Storm <storm@cua.dk>
18532
18533 * simple.el (line-at-pos): New defun.
18534 (what-line): Use it. Optimize by only counting lines in narrowed
18535 region once.
18536
6a8b9ce4
KH
185372004-01-22 Kenichi Handa <handa@m17n.org>
18538
6497a8f8
SM
18539 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
18540 point (register r1) only for charset mule-unicode-0100-24ff.
6a8b9ce4 18541
f78d258e
MR
185422004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
18543
18544 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
18545 trailing white space and ensure a final newline.
18546
6497a8f8
SM
18547 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
18548 Add autoload cookie.
f78d258e 18549
3a849027
AS
185502004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
18551
18552 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
18553 activate view-mode explicitly.
18554
a5bfbd4e
JD
185552004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18556
75fb9fde
JD
18557 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
18558 menu-bar-enable-clipboard and make Paste use clipboard first.
a5bfbd4e 18559
f56af8ca
SM
185602004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18561
438fc6c0
SM
18562 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
18563 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
18564 (vc-mcvs-cvs): Remove.
18565 (vc-mcvs-command): Remove use of assert.
18566
f56af8ca
SM
18567 * outline.el (outline-insert-heading): Tighten up match.
18568 (outline-demote, outline-move-subtree-down): Don't assume anything
18569 about outline-regexp.
18570
18571 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
18572 (texinfo-show-structure): Explicitly add ^, and simplify.
18573
4e788be2
GM
185742004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
18575
18576 * calendar/appt.el (appt-check): Restore usage of
18577 appt-issue-message deleted in previous change.
18578 (top-level): Activate package when loaded (needed for backwards
18579 compatibility).
18580
24aaadec
GM
185812004-01-20 Jesper Harder <harder@ifa.au.dk>
18582
18583 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
18584 following previous change to smtpmail-send-data.
18585
00911925
AS
185862004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
18587
18588 * vc.el (vc-default-previous-version): Doc enhancement.
18589 (vc-default-next-version): New function.
18590 (vc-print-log): New arg FOCUS-REV.
f56af8ca
SM
18591 (vc-annotate-mode): Derive from view-mode.
18592 (vc-annotate): New args REVISION, DISPLAY-MODE.
18593 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
18594 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
18595 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
18596 (vc-annotate-show-diff-revision-at-line, vc-current-line)
18597 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
18598
18599 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
00911925 18600
a73c2999
KB
186012004-01-19 Karl Berry <karl@gnu.org>
18602
18603 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
18604 or "TexInfo".
18605
d0cd7210
LT
186062004-01-19 Luc Teirlinck <teirllm@auburn.edu>
18607
18608 * subr.el (delete-dups): New function.
18609
412be09b
KB
186102004-01-19 Karl Berry <karl@gnu.org>
18611
f56af8ca 18612 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
412be09b
KB
18613 with ^, since that's what texinfo-show-structure
18614 documentation says (plus it works much better in texinfo.txi).
18615
dd64e5e5
GM
186162004-01-18 Jesper Harder <harder@ifa.au.dk>
18617
f56af8ca 18618 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
dd64e5e5 18619
52eb0373 186202004-01-18 David Ponce <david@dponce.com> (tiny change)
dd64e5e5
GM
18621
18622 * progmodes/which-func.el (which-function-mode): Don't cancel
f56af8ca 18623 which-func-update-timer if not set.
dd64e5e5 18624
d14b04bc
TTN
186252004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
18626
18627 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
18628 Remove spurious left square bracket in XX:XXam regexp.
18629
a151ecff
LT
186302004-01-16 Luc Teirlinck <teirllm@auburn.edu>
18631
18632 * progmodes/cc-defs.el: Do not require cl at run time.
18633
557be036
RS
186342004-01-16 Richard M. Stallman <rms@gnu.org>
18635
18636 * emacs-lisp/cl.el (cl-cannot-unload): New function.
18637 (cl-unload-hook): Defvar this to run cl-cannot-unload.
18638
18639 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
18640 Call rmail-spam-filter. Delete and expunge spam.
18641 Print number of spam messages deleted.
18642 Save and restore the deletion status of old messages when reading
18643 new mail with spam filter, so that expunging spam does not expunge
18644 msgs deleted by the user.
f56af8ca 18645 (rmail-only-expunge): Add an optional argument dont-show to
557be036
RS
18646 prevent showing message after expunge.
18647
3e7274ae
LT
186482004-01-15 Luc Teirlinck <teirllm@auburn.edu>
18649
18650 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
18651 * subr.el (declare): New macro.
18652
c1bfdd54
TTN
186532004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
18654
18655 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
18656
7fc34f85
SM
186572004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
18658
18659 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18660 Test window-system rather than system-type (for X11/Mac).
18661
4007b34c
LT
186622004-01-12 Luc Teirlinck <teirllm@auburn.edu>
18663
18664 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
18665
09843470
RS
186662004-01-12 Richard M. Stallman <rms@gnu.org>
18667
9b07d734
SM
18668 * mail/rmail.el (rmail-convert-to-babyl-format):
18669 Use mail-unquote-printable-region.
09843470
RS
18670 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
18671 (rmail-hex-char-to-integer): Functions deleted.
18672
18673 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
18674 (mail-unquote-printable-region): New arg NOERROR.
18675 For invalid encoding, either signal an error to just return nil.
18676
21dcb709
GM
186772004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18678
18679 * calendar/appt.el: Update copyright and commentary.
d9acc06f 18680 (appt-issue-message): Make obsolete.
21dcb709
GM
18681 (appt-visible, appt-msg-window): Make obsolete, in favour of
18682 appt-display-format.
18683 (appt-display-mode-line, appt-display-duration)
18684 (appt-display-diary, appt-time-msg-list, appt-mode-string)
18685 (appt-prev-comp-time, appt-display-count, appt-timer)
18686 (appt-convert-time): Doc change.
9b07d734
SM
18687 (appt-disp-window-function, appt-delete-window-function):
18688 Use defcustom rather than defvar.
21dcb709 18689 (appt-display-format): New variable.
9b07d734
SM
18690 (appt-display-message): New function with display code from appt-check.
18691 (appt-check): Add optional FORCE argument. Doc change.
18692 Add appt-make-list to diary-hook if displaying diary.
18693 Remove checking of view-diary-entries-initially.
18694 Message display section removed to new function appt-display-message.
21dcb709
GM
18695 (appt-display-window): Doc change. Remove unused internal var
18696 this-buffer. Do not beep, since appt-display-message does that.
18697 (appt-make-list): Doc change. Use caar.
18698 (appt-sort-list): Simplify by using builtin sort function.
18699 (appt-update-list): New function for updating appts when diary is
18700 saved.
18701 (appt-activate): New autoloaded function to toggle package
18702 functionality.
18703
18704 * calendar/cal-x.el: (calendar-one-frame-setup)
9b07d734 18705 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
21dcb709
GM
18706
18707 * calendar/calendar.el: Update copyright.
9b07d734 18708 (view-diary-entries-initially, european-calendar-style): Doc change.
21dcb709
GM
18709 (calendar-setup): Make defcustom rather than defvar.
18710 (mark-visible-calendar-date): Initialize temp-face and faceinfo
18711 in let binding so local to function.
18712
18713 * calendar/diary-lib.el: Update copyright.
18714 (diary, diary-entry-time): Doc change.
18715 (list-diary-entries): Doc change. Trivial logic change.
18716 (fancy-diary-display): Restore make-face command mistakenly
18717 deleted 2003-05-08.
18718 (show-all-diary-entries): Allow to pop-up frame if needed.
18719
fdce4c6d
JPW
187202004-01-09 John Paul Wallington <jpw@gnu.org>
18721
18722 * bindings.el (mode-line-change-eol): Add EVENT parameter.
18723 Temporarily select EVENT's window for changing eol type.
18724
3b42c185
TTN
187252004-01-09 Deepak Goel <deego@gnufans.org>
18726
18727 * calendar/diary-lib.el (diary-entry-time):
18728 Also accept time in the form XX[.XX][am/pm/AM/PM].
18729 (fancy-diary-font-lock-keywords): Likewise.
18730 (diary-font-lock-keywords): Likewise.
18731 * calendar/appt.el (appt-add): Likewise.
18732 (appt-make-list): Likewise.
18733 (appt-convert-time): Likewise.
18734
7f0edca4
NR
187352004-01-08 Nick Roberts <nick@nick.uklinux.net>
18736
18737 * gdb-ui.el (gdb-ann3): Revert previous change.
18738 (gdb-source-info): Allow for case of where compilation directory
18739 is not recorded.
18740
c9ec040a
JPW
187412004-01-08 John Paul Wallington <jpw@gnu.org>
18742
18743 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
18744
2fae1984
NR
187452004-01-07 Nick Roberts <nick@nick.uklinux.net>
18746
9b07d734 18747 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
2fae1984 18748
7f0edca4
NR
18749 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
18750 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
18751 problems.
2fae1984
NR
18752 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
18753
583c353d
LT
187542004-01-07 Luc Teirlinck <teirllm@auburn.edu>
18755
18756 * files.el (write-file-functions, write-contents-functions):
18757 Clarify docstrings.
18758
c251286b
KH
187592004-01-07 Kenichi Handa <handa@m17n.org>
18760
18761 * international/mule.el (set-auto-coding): Fix for the case that
18762 end-of-line is only CR.
18763
05faee07
KS
187642004-01-07 Kim F. Storm <storm@cua.dk>
18765
18766 * subr.el (event-start, event-end): Doc fix.
18767 (posn-string, posn-image): New defuns.
18768 (posn-object): Return either image or string object.
18769 (posn-object-x-y): Return 8th element of position.
18770 (posn-object-width-height): New defun.
18771
a8410c29
AS
187722004-01-06 Andreas Schwab <schwab@suse.de>
18773
18774 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
18775 output.
18776
2e3b4a0b
KB
187772004-01-05 Karl Berry <karl@gnu.org>
18778
28eba01f 18779 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
2e3b4a0b
KB
18780 / and *, too.
18781
3c3b81d1
SJ
187822003-12-31 Simon Josefsson <jas@extundo.com>
18783
18784 * files.el (before-save-hook): Add.
18785 (basic-save-buffer): Use before-save-hook.
18786
bcbc6fd3
SJ
18787 * emacs-lisp/copyright.el: Fix comment to recommend
18788 before-save-hook instead of write-file-functions.
18789
61e938eb
RS
187902004-01-05 Richard M. Stallman <rms@gnu.org>
18791
18792 * finder.el (finder-commentary): Call delete-other-windows.
18793
18794 * net/ange-ftp.el (ange-ftp-file-attributes):
18795 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
18796
17b33776
KB
187972004-01-04 Karl Berry <karl@gnu.org>
18798
28eba01f 18799 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
17b33776
KB
18800 comment characters % and # in the copyright year notice,
18801 as well as ;.
18802
125f1820 188032004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
972c0c49 18804
125f1820
PA
18805 * wid-edit.el (default): Define dummy :value-delete.
18806 Reported by Jesper Harder <harder@ifa.au.dk>.
55115079
PA
18807
188082004-01-03 Richard M. Stallman <rms@gnu.org>
18809
18810 * progmodes/compile.el (compile-internal): Use point, not point-min,
18811 for set-window-point.
18812
18813 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
18814
438fc6c0 18815 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
55115079
PA
18816
18817 * progmodes/grep.el (grep-mode-map):
18818 Don't remap next-line, previous-line.
18819
188202004-01-03 Eric M. Ludlam <eric@siege-engine.com>
18821
18822 * speedbar.el (speedbar-edit-line): Change regexp to position
18823 the cursor on the first character of this line's button.
18824
188252004-01-03 Luc Teirlinck <teirllm@auburn.edu>
18826
18827 * subr.el (functionp): Doc fix.
18828
188292004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
18830
18831 * progmodes/idlwave.el (idlwave-make-tags):
18832 * textmodes/flyspell.el (flyspell-large-region):.
18833 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
18834 * emulation/viper-util.el (viper-glob-unix-files):
18835 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
18836 * man.el (Man-init-defvars):
18837 * jka-compr.el (jka-compr-call-process):
18838 * files.el (get-free-disk-space,insert-directory):
18839 * ediff-ptch.el (ediff-test-patch-utility):
18840 * ediff-diff.el (ediff-test-utility):
18841 * dired-aux.el (dired-check-process):
18842 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
18843 test the return value of call-process, because it can be a string.
18844
188452003-12-31 John Paul Wallington <jpw@gnu.org>
18846
18847 * bindings.el (completion-ignored-extensions): Add .pfsl.
18848
188492003-12-31 Kim F. Storm <storm@cua.dk>
18850
18851 * ido.el (ido-nonreadable-directory-p): New defun to check for
18852 nonreadable directory without activating tramp (to avoid problems
28eba01f 18853 with checking incomplete tramp paths).
55115079
PA
18854 (ido-set-current-directory, ido-file-internal)
18855 (ido-file-name-all-completions1): Use it.
18856
188572003-12-30 Luc Teirlinck <teirllm@auburn.edu>
18858
18859 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
18860 documentation if the anchor (or node) name is preceded by `info
18861 anchor' or `Info anchor' in addition to earlier `info node' and
18862 `Info node'.
18863 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
18864
a6eeaa81 188652003-12-30 Eli Zaretskii <eliz@gnu.org>
55115079
PA
18866
18867 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
18868 error in arguments to base64-decode-region. Remove ^M characters
18869 after decoding base64.
18870
188712003-12-30 Simon Josefsson <jas@extundo.com>
18872
18873 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
18874 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
18875 have only been distributed with Emacs for some years.
18876 (texinfo-mode-hook): Customize.
18877
a6eeaa81 188782003-12-30 Eli Zaretskii <eliz@gnu.org>
55115079
PA
18879
18880 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
18881 cleaner (suggested by Richard Stallman).
18882
18883 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
18884 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
18885 file-name clashes on 8+3 DOS filesystems.
18886
18887 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
18888 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
18889 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
18890 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
18891 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
18892 file-name clashes on 8+3 filesystems.
18893
9b07d734
SM
18894 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
18895 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
18896 file-name clashes on 8+3 DOS filesystems.
55115079
PA
18897
188982003-12-29 Richard M. Stallman <rms@gnu.org>
18899
18900 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
18901 Upcase the character.
18902
18903 * textmodes/flyspell.el (mail-mode-flyspell-verify):
18904 Search for header separator alone on a line, literally,
18905 and search for it backward, not forward.
18906 (flyspell-abbrev-table): Always use global-abbrev-table
18907 if there is no local one.
18908
18909 * progmodes/sh-script.el (sh-get-indent-info):
18910 Don't move point back if at bob.
18911
18912 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
18913
18914 * play/handwrite.el (handwrite): Make the handwrite credit message
18915 a comment rather than an output command.
18916
18917 * obsolete/sc.el: Display message that this file is obsolete.
18918
18919 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
18920
18921 * mail/rfc822.el (rfc822-address-start): Declare variable.
18922 Renamed from address-start. All uses changed.
18923
18924 * term.el (term-exec): Set up sentinel.
18925 (term-sentinel): New function.
18926 (term-handle-exit): New function.
18927
3b42c185 18928 * subr.el (assoc-ignore-case, assoc-ignore-representation):
55115079
PA
18929 Use assoc-string, and mark them obsolete.
18930 (delay-mode-hooks): Mark as permanent local.
18931
18932 * simple.el (sendmail-user-agent-compose): Use assoc-string.
18933
18934 * register.el (copy-rectangle-to-register): Doc fix.
18935
18936 * info.el (Info-insert-dir): Use assoc-string.
18937
18938 * info-look.el (info-lookup): Use assoc-string.
18939
18940 * frame.el (pop-up-frame-function): Use quote, not `function'.
18941 (frame-notice-user-settings): Calculate ADJUSTED-TOP
18942 copying with lists as coordinate values.
18943
18944 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
18945
18946 * find-dired.el (kill-find): New command.
18947 (find-dired): Make buffer read-only.
18948 Set up a keymap with C-c C-k running kill-find.
18949 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
18950
18951 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
18952
18953 * filecache.el (file-cache-ignore-case): New variable.
18954 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
18955
18956 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
18957 (comint-dynamic-complete-as-filename): Rename local vars.
18958 (comint-dynamic-list-filename-completions): Likewise.
18959
18960 * comint.el (comint-dynamic-list-completions-config): New var.
18961 (comint-dynamic-list-completions): Handle both SPC and TAB right.
18962
18963 * comint.el (comint-file-name-chars): Add [].
18964 (comint-word): Use skip-chars-backward, not search.
18965
18966 * shell.el (shell-file-name-chars): Add [].
18967
18968 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
18969
18970 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
18971
18972 * generic.el (define-generic-mode): Doc fix.
18973
a6eeaa81 189742003-12-29 Eli Zaretskii <eliz@gnu.org>
55115079
PA
18975
18976 * files.el (kill-some-buffers): Doc fix.
18977
28eba01f 189782003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
55115079
PA
18979
18980 * comint.el (comint-watch-for-password-prompt): Pass `string' as
18981 arg to send-invisible
18982 (send-invisible): Doc fix. The argument is now a prompt, not the
18983 string to send.
18984 (comint-read-noecho): Doc fix.
18985
189862003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
18987
18988 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
18989 "@", as required by some ISP hosting service. Fix defcustom
18990 argument syntax errors that prevented use of customization.
18991
a6eeaa81 189922003-12-29 Eli Zaretskii <eliz@gnu.org>
55115079
PA
18993
18994 * xml.el (xml-get-attribute-or-nil): Doc fix.
18995
28eba01f 189962003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
55115079
PA
18997
18998 * net/zone-mode.el (zone-mode): Use write-file-functions, not
18999 write-file-hooks.
19000
28eba01f 190012003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
55115079
PA
19002
19003 * autorevert.el (auto-revert-interval): Doc fix.
19004
28eba01f 190052003-12-29 Mark A. Hershberger <mah@everybody.org>
55115079
PA
19006
19007 * xml.el (xml-get-attribute-or-nil): New function, like
19008 xml-get-attribute, but returns nil if the attribute was not found.
9b07d734 19009 (xml-get-attribute): Convert to defsubst, uses
55115079
PA
19010 xml-get-attribute-or-nil.
19011
a6eeaa81 190122003-12-29 Eli Zaretskii <eliz@gnu.org>
55115079
PA
19013
19014 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
19015
28eba01f 190162003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
55115079
PA
19017
19018 * custom.el (custom-declare-theme): Use `value' when putting
19019 properties on `theme'.
19020
28eba01f 190212003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
55115079
PA
19022
19023 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
19024 for each yank-handler segment.
19025 (insert-for-yank-1): New function, with the body of the previous
19026 insert-for-yank.
19027
19028 * textmodes/table.el (table-yank-handler): New defcustom.
19029 (table--put-cell-indicator-property): Put yank-handler property
19030 that indicates the yank handler for the table cell.
19031
28eba01f 190322003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
55115079
PA
19033
19034 * generic-x.el (etc-modules-conf-generic-mode): A more complete
19035 set of keywords.
19036
a6eeaa81 190372003-12-29 Eli Zaretskii <eliz@gnu.org>
55115079
PA
19038
19039 * international/mule-cmds.el (reset-language-environment)
19040 (set-language-environment): Don't invoke fontset-related functions
19041 if fontset-list is not fboundp.
19042
190432003-12-29 Kenichi Handa <handa@m17n.org>
19044
9b07d734
SM
19045 * international/mule-cmds.el (reset-language-environment):
19046 Call set-overriding-fontspec-internal with nil.
55115079
PA
19047 (set-language-environment): Call set-overriding-fontspec-internal
19048 if the language environment specify `overriding-fontspec'.
19049 (language-info-alist): Doc added.
19050
19051 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
19052 characters of mule-unicode-0100-24ff.
19053 (ccl-encode-windows-1251-font): New CCL program.
19054 ("Bulgarian"): Specify overriding-fontspec.
19055 ("Belarusian"): Likewise.
19056
190572003-12-28 Sam Steingold <sds@gnu.org>
19058
19059 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
19060 parameter ID-FORMAT to conform with the 2003-11-30 patch.
19061
190622003-12-28 Nick Roberts <nick@nick.uklinux.net>
19063
19064 * progmodes/gud.el (gud-gdb-command-name): Set default to
19065 "gdb --annotate=3".
19066 (gud-gdb-marker-filter): Look out for annotations.
19067 (gdb-first-pre-prompt): New variable.
19068 Remove trailing white space.
19069
19070 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
19071 if necessary.
a568a2cc 19072 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
55115079
PA
19073 annotations are detected.
19074 (gud-gdba-marker-filter): Use global variable gud-marker-acc
19075 instead of a local one to allow transition from
19076 gud-gdb-marker-filter.
19077 Remove trailing white space.
19078
190792003-12-27 Kim F. Storm <storm@cua.dk>
19080
19081 * ido.el: Handle non-readable directories.
19082 (ido-decorations): Add 9th element for non-readable directory.
19083 (ido-directory-nonreadable): New dynamic var.
19084 (ido-set-current-directory): Set it.
19085 (ido-read-buffer, ido-file-internal):
19086 (ido-read-file-name, ido-read-directory-name): Let-bind it.
19087 (ido-file-name-all-completions1): Return empty list for
19088 non-readable directory.
19089 (ido-exhibit): Print [Not readable] if directory is not readable.
19090 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
19091 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
19092 Use it.
19093
190942003-12-27 Lars Hansen <larsh@math.ku.dk>
19095
19096 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
19097 calls to directory-files-and-attributes and file-attributes.
19098 (ls-lisp-format): Remove system dependent handling of user and
19099 group id's.
19100
191012003-12-25 Luc Teirlinck <teirllm@auburn.edu>
19102
19103 * ffap.el (ffap-read-file-or-url): Revert previous change.
19104
28eba01f 191052003-12-25 Robert J. Chassell <bob@rattlesnake.com>
55115079
PA
19106
19107 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
19108 new list of included files called `files-with-node-lines', that
19109 only have node lines. This way @include commands can include any
19110 file, such as version and update files without node lines, not
19111 just files that are chapters.
19112
191132003-12-25 Andreas Schwab <schwab@suse.de>
19114
19115 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
19116 file not found.
19117
191182003-12-08 Miles Bader <miles@gnu.org>
19119
19120 * dired.el (dired-between-files): Always use dired-move-to-filename,
19121 which is more robust in non-english locales.
19122
191232003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
19124
19125 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
19126
191272003-12-24 Andreas Schwab <schwab@suse.de>
19128
19129 * shell.el (shell-file-name-quote-list): Add backslash.
19130
19131 * comint.el (comint-quote-filename): Correctly handle backslash
19132 in comint-file-name-quote-list.
19133
191342003-12-24 Kenichi Handa <handa@m17n.org>
19135
9b07d734
SM
19136 * international/mule-cmds.el (set-default-coding-systems):
19137 Call ucs-set-table-for-input for all buffers that don't have local
55115079
PA
19138 value of buffer-file-coding-system.
19139
9b07d734
SM
19140 * international/ucs-tables.el (ucs-set-table-for-input):
19141 If translation-table-for-encode is a symbol, get its
55115079
PA
19142 translation-table property.
19143
191442003-12-23 Luc Teirlinck <teirllm@auburn.edu>
19145
19146 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
19147 to `completing-read' on a recently fixed bug.
19148
19149 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
9b07d734
SM
19150 instead of SPACE, to get the list of possible fringe modes.
19151 SPACE only works if both `partial-completion-mode' and
55115079
PA
19152 `completion-auto-help' are nil.
19153
9b07d734 19154 * complete.el (PC-is-complete-p): Delete.
55115079
PA
19155 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
19156 calls to `test-completion'.
19157
191582003-12-23 Nick Roberts <nick@nick.uklinux.net>
19159
19160 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
19161 to edit values when there are no children.
19162
19163 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
19164 a mode called "Assembler" already exists.
9b07d734 19165 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
a568a2cc 19166 (gud-watch): Use format option. Remove font properties from string.
9b07d734
SM
19167 (gdb-var-create-handler, gdb-var-list-children-handler):
19168 Don't bother about properties as there are none.
55115079
PA
19169 (gdb-var-create-handler, gdb-var-list-children-handler)
19170 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
19171 with two arguments.
9b07d734
SM
19172 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
19173 Let speedbar show value changes with a different font.
55115079
PA
19174 (gdb-edit-value): New defun.
19175 (gdb-clear-partial-output, gdb-clear-inferior-io)
19176 (def-gdb-auto-update-handler): Use erase-buffer.
19177 (gdb-frame-handler): Display watch expressions in
19178 FUNCTION::VARIABLE format if required.
19179
191802003-12-23 John Paul Wallington <jpw@gnu.org>
19181
19182 * info.el (Info-unescape-quotes, Info-split-parameter-string)
19183 (Info-goto-emacs-command-node): Doc fixes.
19184
28eba01f 191852003-12-12 Jesper Harder <harder@ifa.au.dk>
55115079
PA
19186
19187 * cus-edit.el (custom-add-parent-links): Define "many".
19188
191892003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
19190
19191 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
19192 (widget-child-validate, widget-type-value-create)
19193 (widget-type-default-get, widget-type-match): New functions.
19194 (lazy): New widget.
19195 (menu-choice, checklist, radio-button-choice, editable-list)
9b07d734 19196 (group, documentation-string): Remove redundant (per 2003-10-25
55115079 19197 change) calls to `widget-children-value-delete'.
9b07d734
SM
19198 (widget-choice-value-get, widget-choice-value-inline): Remove.
19199 (menu-choice): Update widget.
55115079
PA
19200
192012003-12-03 Kenichi Handa <handa@m17n.org>
19202
19203 * language/cyrillic.el: Register "microsoft-cp1251" in
19204 ctext-non-standard-encodings-alist.
19205 ("Bulgarian"): Add ctext-non-standard-encodings.
19206 ("Belarusian"): Likewise.
19207
19208 * international/mule-conf.el (compound-text-with-extensions):
19209 Change the type to 2 (iso-2022 base).
19210
19211 * international/mule.el (ctext-non-standard-encodings-alist):
19212 Change the format.
19213 (ctext-non-standard-encodings): New variable.
19214 (ctext-post-read-conversion): Fully re-written.
19215 (ctext-non-standard-designations-alist): Delete it.
19216 (ctext-non-standard-encodings-table): New function.
19217 (ctext-pre-write-conversion): Fully re-written.
19218
192192003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
19220
19221 * cus-edit.el (custom-add-parent-links): Add documentation links
19222 for parent, if the item has none of its own.
19223
192242003-11-30 Richard M. Stallman <rms@gnu.org>
19225
19226 * dired-aux.el (dired-do-query-replace-regexp):
19227 Report files visited read-only.
19228
192292003-11-30 Juri Linkov <juri@jurta.org>
19230
19231 * dired-aux.el (dired-compare-directories): New command.
19232 (dired-file-set-difference, dired-files-attributes): New functions.
19233
192342003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
19235 Version 2.0.38 of Tramp released.
19236
19237 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
19238 Charles Curley <charlescurley@charlescurley.com>.
19239 (tramp-multi-connection-function-alist): Add ssht entry which adds
19240 "-e none -t -t" to the list of ssh args. Suggested by Adrian
19241 Aichner.
19242 (tramp-get-method-parameter): New function to retrieve a method
19243 parameter. This allows for omission of method parameters.
19244 Callers adjusted.
19245
192462003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
19247
19248 * net/tramp.el: Add new optional parameter ID-FORMAT to
19249 `file-attributes'. Calls of `file-attributes' won't use this
19250 parameter for backward compatibility reasons.
19251 (tramp-perl-file-attributes): Add a new parameter to Perl script
19252 in order to handle uid/gid as strings, if desired.
9b07d734
SM
19253 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
19254 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
55115079
PA
19255 order to make the function more general.
19256 (tramp-handle-file-attributes): Replace proprietary optional
bf247b6e 19257 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
55115079 19258 (tramp-handle-file-attributes-with-perl): Handle parameter
a568a2cc 19259 NONNUMERIC if set. This wasn't done in the past.
55115079
PA
19260 (tramp-post-connection): Apply second parameter "$2" if
19261 `tramp-remote-perl' is called.
19262
9b07d734
SM
19263 * net/tramp-smb.el (tramp-smb-handle-delete-file):
19264 Correct cut'n'waste error (`filename' instead of `directory').
55115079 19265 (tramp-smb-handle-directory-files-and-attributes)
bf247b6e 19266 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
55115079
PA
19267 introduced parameter ID-FORMAT.
19268 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
19269 error (`directory' instead of `ldir').
19270
19271 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
19272 `file-attributes' has a second parameter. If yes, apply it with
19273 value "'integer". Otherwise, don't use that parameter (default is
19274 integer format).
19275
55115079
PA
192762003-11-30 Luc Teirlinck <teirllm@auburn.edu>
19277
19278 * help.el (help-map): Bind `display-local-help' to `C-h .'.
19279 (help-for-help): Add `C-h .' to the listed Help options.
19280 Remove trailing whitespace.
19281
19282 * help-at-pt.el: New file.
19283
192842003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
19285
9b07d734
SM
19286 * subr.el (noreturn, 1value): New macros for test coverage.
19287 See `testcover.el'.
55115079
PA
19288
19289 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
19290
19291 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
19292 for macro `1value'.
19293 (testcover-1value): New function. Checks that a 1value form
19294 actually returns only one value. Requested by RMS.
19295
192962003-11-29 Nick Roberts <nick@nick.uklinux.net>
19297
19298 * gdb-ui.el (gud-watch, gdb-var-create-handler)
19299 (gdb-var-list-children, gdb-var-list-children-handler)
19300 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
19301 gdb commands that use mi to keep them out of the command history.
19302
193032003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19304
19305 * cus-start.el (all): Add use-file-dialog.
19306
9b07d734
SM
193072003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19308
19309 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
19310
55115079
PA
193112003-11-27 Kim F. Storm <storm@cua.dk>
19312
19313 * subr.el (posn-object-x-y): New defun.
19314
9b07d734
SM
193152003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
19316
19317 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
19318 Don't use `space' for \\\n.
19319 Be more selective as to which # are comment-starters.
19320
55115079
PA
193212003-11-26 Luc Teirlinck <teirllm@auburn.edu>
19322
19323 * subr.el (number-sequence): Improve handling of floating point
19324 arguments (suggested by Kim Storm). Allow negative arguments.
19325
193262003-11-26 Kenichi Handa <handa@m17n.org>
19327
19328 * international/mule-cmds.el (standard-display-european-internal):
19329 Cancel the standard-display-table setting for ` and '.
19330
193312003-11-26 Kim F. Storm <storm@cua.dk>
19332
19333 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
19334 New defcustoms to add ffap-like functionality to ido.
19335 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
19336 (ido-no-final-slash): New defun.
19337 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
19338 (ido-read-file-name): ): Toggle VC checking via
19339 vc-handled-backends instead of vc-master-templates.
19340 (ido-file-internal): Handle ido-use-url-at-point and
19341 ido-use-filename-at-point via code borrowed from ffap-guesser.
19342 Handle new ido-exit code ffap.
19343 (ido-sort-list): Ignore final slash when sorting file names.
19344
193452003-11-25 Kim F. Storm <storm@cua.dk>
19346
19347 * emulation/cua-base.el (cua--standard-movement-commands):
19348 Add forward-sentence and backward-sentence.
19349
193502003-11-25 Stephen Eglen <stephen@gnu.org>
19351
19352 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
19353 iswitchb-exit is set to 'usefirst when user selects buffer at head
19354 of list using RET. (Selecting buffers at the head of the list was
19355 broken if the substring was also a complete buffername.)
19356
193572003-11-23 Kim F. Storm <storm@cua.dk>
19358
19359 * progmodes/compile.el (grep-command, grep-use-null-device)
19360 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
19361 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
19362 (grep-regexp-alist, grep-program, find-program)
19363 (grep-find-use-xargs, grep-history, grep-find-history)
19364 (grep-process-setup, grep-compute-defaults)
19365 (grep-default-command, grep, grep-tag-default, grep-find)
19366 (grep-expand-command-macros, grep-tree-last-regexp)
19367 (grep-tree-last-files, grep-tree): Move grep variables, functions
19368 and commands to new file grep.el.
19369 (compilation-mode-map): Remove grep commands from Compile sub-menu.
19370 (compilation-process-setup-function): Doc fix.
19371 (compilation-highlight-regexp, compilation-highlight-overlay): New
19372 defvars used for highlighting current compile error in source buffer.
19373 (compile-internal): New optional args HIGHLIGHT-REGEXP and
19374 LOCAL-MAP which overrides compilation-highlight-regexp and
19375 compilation-mode-map for this compilation.
19376 Delay calling compilation-set-window-height until after running
19377 compilation-process-setup-function so it can buffer-local override
19378 compilation-window-height.
19379 Check buffer-local value of compilation-scroll-output.
19380 (compilation-set-window-height): Use buffer-local value of
19381 compilation-window-height.
19382 (compilation-revert-buffer): Don't pass (undefined)
19383 preserve-modes arg to revert-buffer.
19384 (next-error-no-select, previous-error-no-select): New commands.
19385 (compilation-goto-locus): Temporarily highlight current match in
19386 source buffer using compilation-highlight-regexp.
19387
19388 * progmodes/grep.el: New file with grep code from compile.el.
19389 (grep): New defcustom group.
19390 (grep-window-height): New defcustom, like compilation-window-height.
19391 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
19392 (grep-scroll-output): New defcustom, like compilation-scroll-output.
19393 (grep-command, grep-use-null-device, grep-find-command)
19394 (grep-tree-files-aliases, grep-tree-ignore-case)
19395 (grep-tree-ignore-CVS-directories): Move to grep custom group.
19396 (grep-setup-hook): New hook variable.
19397 (grep-mode-map): New keymap for grep commands. Add Grep menu.
19398 (grep-last-buffer): New defvar, override compilation-last-buffer.
19399 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
19400 Call compile-internal with args highlight-regexp and grep-mode-map.
19401
194022003-11-23 Kim F. Storm <storm@cua.dk>
19403
19404 * subr.el (event-start, event-end): Doc fix.
19405 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
19406 (posn-area, posn-actual-col-row, posn-object): New defuns.
19407 (posn-col-row): Simplify doc. Rewrite to use cond.
19408 (posn-point): Also return buffer position for events outside text
19409 area (that info is now present in the event position).
19410
19411 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
19412 mouse-set-point so that hscroll still works now that clicks on
19413 fringes generate specific mouse events.
19414 (mouse-set-point): Note that it now works in fringes and margins
19415 too due to new semantics of posn-point in fringes and margins.
19416
19417 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
19418 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
19419
194202003-11-20 Kim F. Storm <storm@cua.dk>
19421
19422 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
19423 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
19424 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
19425 to 100 for icons to avoid increasing line height when shown.
19426
9b07d734
SM
194272003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19428
19429 * newcomment.el (comment-normalize-vars): Initialize properly if
19430 comment-start was nil.
19431
55115079
PA
194322003-11-19 Andreas Schwab <schwab@suse.de>
19433
19434 * simple.el (set-variable): Fix indentation.
19435
194362003-11-17 Kenichi Handa <handa@m17n.org>
19437
9b07d734
SM
19438 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
19439 Fix docstring.
55115079
PA
19440
194412003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19442
19443 * international/latin1-disp.el (latin1-display): Fix docstring.
19444
194452003-11-16 John Wiegley <johnw@newartisans.com>
19446
19447 * eshell/em-ls.el (eshell-ls-file): There are times with
19448 size-width is nil and uncomputed (when directories are created in
19449 dired, for example); in this case, 4 is reasonable default value,
19450 although it may caused skewed new entries (which could be avoided
19451 by returning the original value of 8 in all cases, but 99% of the
19452 time this is a waste of whitespace).
19453
194542003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
19455
9b07d734
SM
19456 * cc-engine.el (c-guess-continued-construct)
19457 (c-guess-basic-syntax): Check a little more carefully if it's a
55115079
PA
19458 function declaration when an unknown construct followed by a block
19459 is found inside a statement context. This avoids macros followed
19460 by blocks to be taken as function declarations.
19461
9b07d734 19462 (c-guess-continued-construct): Change the analysis of a statement
55115079
PA
19463 continuation with a brace open to `substatement-block', for
19464 consistency with recognized statements.
19465
19466 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
19467 start is in a position so that `c-beginning-of-statement-1' jumped
19468 to the beginning of the same statement.
19469
9b07d734
SM
19470 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
19471 Don't accept binary operators in the arglist if we're in a function
19472 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
55115079
PA
19473 template recognition in cases like "if (a < b || c > d)".
19474
19475 (c-restricted-<>-arglists): New more appropriate name for
19476 `c-disallow-comma-in-<>-arglists'.
19477
19478 Accessing functions updated for the variable name change.
19479
19480 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
19481 match data could get clobbered if NOT-INSIDE-TOKEN is used.
19482
19483 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
19484 labels.
19485
19486 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
19487 instead of duplicating parts of it. This fixes bogus label
19488 recognition.
19489
9b07d734 19490 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
55115079
PA
19491 of checking the context in which to apply the minimum indentation,
19492 so that it isn't enforced in e.g. namespace blocks.
19493
19494 * cc-vars.el (c-inside-block-syms): New constant used by
19495 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
19496 to somewhat reduce the risk of becoming stale.
19497
9b07d734 19498 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
55115079
PA
19499 cc-cmds to cc-engine to allow use from cc-align.
19500
19501 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
19502 qualified identifiers containing "::".
19503
9b07d734 19504 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
55115079
PA
19505 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
19506
19507 * cc-vars.el (c-emacs-features): Use a space in front of the name
19508 of the temporary buffer. That also avoids dumping problems in
9b07d734 19509 XEmacs due to undo info being left around after the buffer is killed.
55115079
PA
19510
19511 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
19512 arglist to see if it's a K&R style declaration.
19513
19514 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
19515 before returning `knr-argdecl-intro'.
19516
195172003-11-16 John Wiegley <johnw@newartisans.com>
19518
19519 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
19520 field in a long-listing always 8 characters, use `size-width',
19521 which has already been computed.
19522
195232003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
19524
19525 * subr.el (minor-mode-list): Add `hs-minor-mode'.
19526
195272003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19528
9b07d734
SM
19529 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
19530 Support operation while narrowed, with `diff-restrict-view'.
55115079
PA
19531
195322003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19533
9b07d734
SM
19534 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19535 Take additional optional arg NARROWFUN. For the generated functions:
19536 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
19537 include frags that arrange to check for and save narrowing state before
19538 the move and then conditionally call NARROWFUN after the move.
55115079
PA
19539
195402003-11-14 John Wiegley <johnw@newartisans.com>
19541
9b07d734
SM
19542 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
19543 that was optional, but obviously missing based on surrounding code.
55115079
PA
19544
19545 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
19546 string arguments to numbers unless the whole argument was seen as
19547 a number.
19548
195492003-11-14 Kenichi Handa <handa@m17n.org>
19550
9b07d734
SM
19551 * international/mule.el (ctext-non-standard-encodings-alist):
19552 Fix coding systems.
55115079
PA
19553
195542003-11-10 Kenichi Handa <handa@m17n.org>
19555
19556 * language/kannada.el ("Kannada"): Add sample-text.
19557
19558 * language/knd-util.el (kannada-compose-region)
9b07d734
SM
19559 (kannada-compose-string, kannada-post-read-conversion):
19560 Add autoload cookie.
55115079
PA
19561
19562 * international/quail.el (quail-completion): Change the message
19563 "corresponding translations" to "corresponding characters".
19564
195652003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
19566
19567 * descr-text.el (describe-char): Fix typo.
19568
28eba01f 195692003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
55115079
PA
19570
19571 These changes are to support Kannada language/script.
19572
19573 * Makefile.in (DONTCOMPILE): Add kannada.el.
19574
19575 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
19576
19577 * loadup.el: Preload kannada.el.
19578
19579 * language/ind-util.el (ucs-kannada-to-is13194-alist)
19580 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
19581 New variables.
19582
19583 * language/kannada.el: New file.
19584
19585 * language/knd-util.el: New file.
19586
195872003-11-07 Andreas Schwab <schwab@suse.de>
19588
9b07d734
SM
19589 * progmodes/autoconf.el (autoconf-font-lock-keywords):
19590 Also highlight AH_*.
55115079
PA
19591
19592 * xml.el (xml-parse-dtd): Fix misplaced paren.
19593
195942003-11-07 Kenichi Handa <handa@m17n.org>
19595
19596 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
19597
195982003-11-05 Juri Linkov <juri@jurta.org>
19599
19600 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
19601 (desktop-buffer-file): Use saved buffer-file-coding-system
19602 for file reading. Set auto-insert to nil to prevent automatic
19603 insertion into restored empty files.
19604
196052003-11-04 Luc Teirlinck <teirllm@auburn.edu>
19606
19607 * files.el (risky-local-variable-p): Make second argument optional.
19608
9b07d734
SM
196092003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
19610
19611 * subr.el (add-hook): Fix last change.
19612
a6eeaa81 196132003-11-03 Eli Zaretskii <eliz@gnu.org>
55115079 19614
9b07d734
SM
19615 * mail/rmail.el (rmail-convert-to-babyl-format):
19616 If base64-decode-region signals an error, catch it and silently
55115079
PA
19617 ignore it.
19618
196192003-11-01 Mark A. Hershberger <mah@everybody.org>
19620
19621 * xml.el (xml-parse-region): Allow comments to appear after the
19622 topmost element has closed.
19623 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
3b42c185 19624 (xml-ns-expand-attr): New functions to do namespace handling.
9b07d734 19625 (xml-intern-attrlist): Back-compatible handling of attribute names.
28eba01f 19626 (xml-parse-tag): Move namespace handling to separate functions.
55115079
PA
19627 Now produces elements in the form ((:ns . "element") (attr-list)
19628 children) instead of ('ns:element (attr-list) children).
19629 (xml-parse-attlist): Fix attribute parsing.
19630 (xml-parse-dtd): Change parsing so that it produces strings
19631 instead of interned symbols.
19632
196332003-11-01 era@iki.fi <era@iki.fi> (tiny change)
19634
19635 * dired.el (dired-ls-sorting-switches): Doc fix.
19636
196372003-11-01 Oliver Scholz <epameinondas@gmx.de>
19638
19639 * emacs-lisp/rx.el (rx-or): Fix the case of
19640 "(rx (and ?a (or ?b ?c) ?d))".
19641
196422003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
19643
19644 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
19645 (texinfo-format-region): Use it.
19646 (texinfo-format-buffer-1): Ditto.
19647
196482003-11-01 Alan Mackenzie <acm@muc.de>
19649
19650 Changes to allow scrolling whilst in isearch mode:
19651 * isearch.el (isearch-unread-key-sequence): New function,
19652 extracted from isearch-other-meta-char.
19653 (top level): (put 'foo 'isearch-scroll) on all Emacs's
19654 "scrollable" standard functions.
19655 (isearch-allow-scroll): New customizable variable.
19656 (isearch-string-out-of-window, isearch-back-into-window)
19657 (isearch-reread-key-sequence-naturally)
19658 (isearch-lookup-scroll-key): New functions.
19659 (isearch-other-meta-char): Doc string and functionality enhanced.
19660 Now accepts a prefix argument.
19661 (isearch-lazy-highlight-window-end): New variable.
19662 (isearch-lazy-highlight-new-loop): Pay attention to the window's
19663 end (thru isearch-lazy-highlight-window-end), not only its start.
19664
9b07d734
SM
19665 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
19666 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
55115079
PA
19667 (universal-argument, universal-argument-more, negative-argument)
19668 (digit-argument, universal-argument-other-key): Minor changes.
19669
196702003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19671
19672 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
19673 recursively if the last message is deleted, thus avoiding an
19674 infinite loop.
19675
196762003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19677
19678 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
19679 (tex-main-file): Don't add .tex if the extension is already present.
19680 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
19681
196822003-10-29 Lute Kamstra <lute@gnu.org>
19683
19684 * progmodes/octave-inf.el (inferior-octave-prompt):
19685 Recognize version number in prompt.
19686
196872003-10-28 Dave Love <fx@gnu.org>
19688
19689 * international/characters.el: Fix some Unicode ranges.
19690
196912003-10-28 Kenichi Handa <handa@m17n.org>
19692
19693 * disp-table.el (standard-display-8bit)
19694 (standard-display-default, standard-display-ascii)
19695 (standard-display-g1, standard-display-graphic)
19696 (standard-display-underline): Assure that standard-display-table
19697 is a display table.
19698
196992003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
19700
19701 * simple.el (reindent-then-newline-and-indent): Delete space *after*
19702 reindenting the first line.
19703
197042003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
19705
19706 * wid-edit.el (widget-default-delete): Always delete child widgets.
19707
197082003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19709
19710 * newcomment.el (comment-indent): Don't call indent-according-to-mode
19711 if the line has code.
19712 Don't try to line up with something that's too far left.
19713
19714 * progmodes/octave-mod.el (octave-comment-start): Simplify.
19715 (octave-mode-syntax-table): Add % as a comment starter.
19716 (octave-point): Remove.
19717 (octave-in-comment-p, octave-in-string-p)
19718 (octave-not-in-string-or-comment-p, calculate-octave-indent)
19719 (octave-blink-matching-block-open, octave-auto-fill):
19720 Use line-(beginning|end)-position instead.
19721
197222003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
19723
19724 * emacs-lisp/authors.el (authors-aliases): Add correct realname
19725 for Francesco Potort\e,Al\e(B.
19726
197272003-10-23 Dave Love <fx@gnu.org>
19728
19729 * international/mule-cmds.el (locale-charset-to-coding-system):
19730 Don't rely on nil being a coding system.
19731
19732 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
19733 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
19734 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
19735
197362003-10-21 Nick Roberts <nick@nick.uklinux.net>
19737
19738 * gdb-ui.el (gdb-current-language): New variable.
19739 (gdb-update-flag): Remove variable.
19740 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
19741 (gdb-take-last-elt): Remove function.
19742 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
19743 (gdb-post-prompt): Check for variable object changes here.
19744
19745 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
19746 object changes in gdb-ui.el.
19747
197482003-10-21 Richard M. Stallman <rms@gnu.org>
19749
19750 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
19751
19752 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
19753 Don't check for foo*/ wildcard form here.
19754 (insert-directory): Recognize foo*/ as a wildcard.
19755 Separate wildcard-regexp variable from the arg, wildcard.
19756
19757 * subr.el (add-hook): Correctly detect when make-local-hook was used.
19758 (remove-hook): Correctly handle strange cases about local hooks.
19759
197602003-10-21 David Ponce <david@dponce.com>
19761
19762 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
19763 argument REAL, to return a real number instead of a rounded
19764 integer value. Define as inline function.
19765 (ruler-mode-right-fringe-cols): Likewise.
19766 (ruler-mode-scroll-bar-cols): New function.
19767 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
19768 (ruler-mode-right-scroll-bar-cols): Likewise.
19769 (ruler-mode-space): New function.
19770 (ruler-mode-ruler): Use it. Handle variations of fringe style,
19771 scroll bar mode and margins in a more robust way.
19772
197732003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
19774
19775 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
19776 (antlr-c-init-language-vars): New function.
19777 (antlr-mode): Use it with cc-mode before v5.29.
19778 (antlr-c-common-init): Don't set some local vars here.
19779 (antlr-mode): Set them here.
19780 (antlr-c-forward-sws): New function alias.
19781 (antlr-mode): Redefine with cc-mode before v5.30.
19782 (antlr-skip-sexps): Use it.
19783 (antlr-skip-exception-part): Ditto.
19784 (antlr-skip-file-prelude): Ditto.
19785 (antlr-outside-rule-p): Ditto.
19786 (antlr-end-of-body): Ditto.
19787 (antlr-option-kind): Ditto.
19788 (antlr-insert-option-area): Ditto.
19789 (antlr-file-dependencies): Ditto.
19790
197912003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19792
19793 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
19794 Move backward only if point was not inside an entry.
19795
197962003-10-21 Richard M. Stallman <rms@gnu.org>
19797
19798 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
19799
198002003-10-21 Juri Linkov <juri@jurta.org>
19801
19802 * compare-w.el: Automatically skip non-matching text to resync.
19803 (compare-windows-whitespace): Doc fix.
19804 (compare-windows-sync, compare-windows-sync-string-size)
19805 (compare-windows-recenter, compare-ignore-whitespace)
19806 (compare-windows-highlight, compare-windows-face): New variables.
19807 (compare-windows): Use compare-windows-sync.
19808 (compare-windows-highlight, compare-windows-dehighlight)
19809 (compare-windows-sync-regexp)
19810 (compare-windows-sync-default-function): New functions.
19811
198122003-10-21 Juri Linkov <juri@jurta.org>
19813
19814 * diff.el (diff-parse-differences): Don't visit the files now;
19815 instead, just record the error locus.
19816
198172003-10-21 Dave Love <fx@gnu.org>
19818
19819 * progmodes/cfengine.el: New file.
19820
198212003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19822
19823 * complete.el (PC-do-completion): Do not forget to use `pred' as the
19824 default-directory when completing file names.
19825
198262003-10-20 Luc Teirlinck <teirllm@auburn.edu>
19827
19828 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
19829 followed by the word `face', it gets treated as a face, even if
19830 it is also defined as a variable or a function.
19831
198322003-10-20 Dave Love <fx@gnu.org>
19833
19834 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19835 Avoid incf in macro expansion.
19836
198372003-10-20 John Paul Wallington <jpw@gnu.org>
19838
19839 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
19840 `evenp' so we don't implicitly require cl library at runtime.
19841
198422003-10-18 Luc Teirlinck <teirllm@auburn.edu>
19843
19844 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
19845 (help-make-xrefs): Only make cross-references for faces if
19846 preceded or followed by the word `face'. Do not make a
19847 cross-reference for variables without variable documentation,
19848 unless preceded by the word `variable' or `option'. Update doc
19849 string accordingly.
19850
198512003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
19852
19853 * progmodes/hideshow.el: Rewrite one-armed `if'
19854 constructs using either `when' or `unless'.
19855 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
19856
198572003-10-16 Nick Roberts <nick@nick.uklinux.net>
19858
19859 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
19860 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
19861 instead of 12x12.
19862
a6eeaa81 198632003-10-16 Eli Zaretskii <eliz@gnu.org>
55115079
PA
19864
19865 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
19866 message while converting to Babyl.
19867
198682003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
19869
19870 * allout.el (allout-mode): Doc fix.
19871
198722003-10-16 Lute Kamstra <lute@gnu.org>
19873
19874 * subr.el (force-mode-line-update): Fix docstring.
19875
198762003-10-14 Dave Love <fx@gnu.org>
19877
19878 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
19879 (default-input-method): Add :link, improve :type.
19880 (locale-charset-language-names): Fix utf-8 pattern.
19881 (locale-charset-match-p, locale-charset-alist)
19882 (locale-charset-to-coding-system): New.
19883 (set-locale-environment): Deal with codeset part of locale specs.
19884
198852003-10-14 Lute Kamstra <lute@gnu.org>
19886
19887 * fringe.el (fringe-mode): Use active voice in docstring.
19888 (set-fringe-style): Ditto.
19889
198902003-10-13 Lute Kamstra <lute@gnu.org>
19891
19892 * fringe.el (fringe-mode): Fix docstring.
19893 (set-fringe-style): Ditto.
19894
198952003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
19896
19897 * ediff-mult.el (ediff-filegroup-action):
19898 Use ediff-default-filtering-regexp.
19899
19900 * ediff-util.el (ediff-recenter): Don't call
19901 ediff-restore-highlighting twice.
19902 (ediff-select-difference): Set current difference.
19903 (ediff-unselect-and-select-difference): Add comment.
19904
19905 * ediff.el (ediff-directories,ediff-directory-revisions)
19906 (ediff-directories3,ediff-merge-directories)
19907 (ediff-merge-directories-with-ancestor)
19908 (ediff-merge-directory-revisions)
19909 (ediff-merge-directory-revisions-with-ancestor):
19910 Use ediff-default-filtering-regexp.
19911
199122003-10-12 Andreas Schwab <schwab@suse.de>
19913
19914 * international/mule-cmds.el (locale-charset-language-names):
19915 Simplify regex by removing unused grouping.
19916
199172003-10-10 Dave Love <fx@gnu.org>
19918
19919 * bindings.el: Don't bind stop.
19920
199212003-10-08 Miles Bader <miles@gnu.org>
19922
19923 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
19924 face instead of attempting to emulate it.
19925
199262003-10-07 Kenichi Handa <handa@m17n.org>
19927
19928 * international/mule-diag.el (list-coding-systems-1): List coding
19929 systems that are loaded automatically.
19930
19931 * international/code-pages.el (iso-8859-11): Add autoload cookie.
19932
19933 * international/mule.el (autoload-coding-system): New function.
19934
199352003-10-07 Andreas Schwab <schwab@suse.de>
19936
19937 * log-edit.el (log-edit-changelog-entries): Prefer local value of
19938 change-log-default-name in the buffer visiting the file.
19939
199402003-10-06 Dave Love <fx@gnu.org>
19941
19942 * files.el (find-file-hook): Customize.
19943 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
19944
19945 * bindings.el (completion-ignored-extensions): Remove .log.
19946 (global-map): Add again, open, stop keys.
19947
199482003-10-05 Richard M. Stallman <rms@gnu.org>
19949
19950 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
19951 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
19952 Use sh-modify directly.
19953 (sh-select): Use sh-append, not eval.
19954
19955 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
19956
19957 * info.el (Info-following-node-name): New function.
19958
19959 * loadhist.el (unload-feature-special-hooks):
19960 Rename from loadhist-hook-functions.
19961 (loadhist-hook-functions): Now an alias.
19962
a6eeaa81 199632003-10-04 Eli Zaretskii <eliz@gnu.org>
55115079
PA
19964
19965 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
19966 file-name clashes on 8+3 filesystems.
19967
19968 * Makefile.in (DONTCOMPILE, bootstrap-clean):
19969 Rename loaddefs-boot.el to ldefs-boot.el
19970
19971 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
19972 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
19973
199742003-10-03 Lute Kamstra <lute@gnu.org>
19975
19976 * info.el (Info-mode): Revert previous change.
19977 (Info-escape-percent): New function.
19978 (Info-fontify-node): Use it.
19979
199802003-10-02 Andreas Schwab <schwab@suse.de>
19981
19982 * loaddefs-boot.el: Regenerated.
19983
199842003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
19985
19986 * ffap.el: Remove defadvice related code from CVS since `complete'
19987 provides a `PC-completion-as-file-name-predicate' variable that
19988 ffap can override.
19989
199902003-10-02 Kenichi Handa <handa@m17n.org>
19991
19992 * international/utf-8.el (ccl-decode-mule-utf-8):
19993 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
19994
19995 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
19996 * international/subst-big5.el: Likewise.
19997 * international/subst-gb2312.el: Likewise.
19998 * international/subst-ksc.el: Likewise.
19999
200002003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
20001
20002 * calendar/calendar.el (increment-calendar-month)
20003 (calendar-leap-year-p, calendar-absolute-from-gregorian)
20004 (generate-calendar, calendar-read-date, calendar-interval)
20005 (calendar-day-of-week): Handle years BC.
20006 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
20007
200082003-10-01 Dave Love <fx@gnu.org>
20009
20010 * language/cyrillic.el (cp1251): Alias for windows-1251.
20011
20012 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
20013 bootstrap.
20014
200152003-10-01 Lute Kamstra <lute@gnu.org>
20016
20017 * files.el: Fix typo.
20018 * imenu.el (imenu--generic-function): Docstring fix.
20019
200202003-09-30 Richard M. Stallman <rms@gnu.org>
20021
20022 * dired.el (dired-mode): Handle dired-directory as a list.
20023
200242003-09-30 Nick Roberts <nick@nick.uklinux.net>
20025
20026 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
20027
20028 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
20029
20030 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
20031 Replace gud-display with gud-watch.
20032 (gud-speedbar-buttons): Add stuff for watching expressions
a568a2cc 20033 in the speedbar when using M-x gdba. Use dolist on old part
55115079
PA
20034 of this function.
20035
20036 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
20037 (gdb-update-flag): New variables.
20038 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
20039 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
20040 (gud-watch, gdb-var-create-handler) : New functions.
20041 (gdb-var-list-children, gdb-var-list-children-handler)
20042 (gdb-var-create-regexp, gdb-var-update-regexp)
20043 (gdb-var-list-children-regexp): New constants.
20044 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
20045 (gdb-annotation-rules): Reduce annotation set (level 3).
20046 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
20047 (gdb-post-prompt): Don't update GDB buffers every time speedbar
20048 updates.
20049 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
20050 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
20051 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
20052 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
20053 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
20054 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
20055 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
20056 (gud-display, gud-display1)
20057 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
20058 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
20059 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
20060 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
20061 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
20062 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
20063 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
20064 (gdb-display-display-buffer, gdb-toggle-display)
20065 (gdb-delete-display, gdb-expressions-popup-menu)
20066 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
20067 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
20068 to display buffer.
20069
200702003-09-30 Richard M. Stallman <rms@gnu.org>
20071
20072 * progmodes/ada-mode.el (ada-mode): Don't use advice.
20073 Instead, set which-func-functions.
20074
20075 * progmodes/which-func.el (which-func-modes): Add ada-mode.
20076 (which-func-functions): New variable.
20077 (which-function): Use that.
20078
20079 * info.el (Info-mode): Double each `%' in header line.
20080
20081 * emacs-lisp/lisp-mnt.el (lm-with-file):
20082 When FILE is nil, run BODY in current buffer.
20083
20084 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
20085
20086 * help.el (describe-mode): Start with a brief list of minor modes.
20087 Find them thru minor-mode-list so as to find them all.
20088 Show them in alphabetical order.
20089
20090 * mail/sendmail.el (mail-aliases): Doc fix.
20091
20092 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
20093
200942003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
20095
20096 * mail/rmailsum.el (rmail-make-summary-line-1):
20097 Change comma after last label to a space.
20098 (rmail-summary-font-lock-keywords): Adapt to that change.
20099
201002003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
20101
20102 * progmodes/scheme.el (scheme-mode-variables): When setting
20103 `font-lock-defaults', also specify that "#" should
20104 be interpreted with `word' syntax.
20105 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
20106
201072003-09-30 Lars Hansen <larsh@math.ku.dk>
20108
20109 * desktop.el: A lot of comments updated.
20110 (desktop-save-mode): Minor mode introduced.
20111 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
20112 (desktop-load-default): Function made obsolete.
20113 (desktop-locals-to-save): Variable made customizable.
20114 (desktop-read): Optional parameter `dirname' added.
20115 (desktop-change-dir, desktop-revert): Parameter `dirname' in
20116 `desktop-read' used.
20117 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
20118
201192003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
20120
20121 * whitespace.el (whitespace-clean-msg): Add user customizable message
20122 for displaying ``clean'' output.
20123 (whitespace-buffer): Use `whitespace-clean-msg'.
20124 (whitespace-global-mode): Fix typo.
20125
201262003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
20127
20128 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
20129
201302003-09-29 Lute Kamstra <lute@gnu.org>
20131
20132 * bindings.el (mode-line-modes): Remove superfluous :propertize
20133 construct in initialization.
20134 (mode-line-position): Change cons cell into proper list in
20135 initialization.
20136
28eba01f 201372003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
55115079
PA
20138
20139 * international/mule.el (decode-coding-inserted-region): Use car
20140 of the return value of find-operation-coding-system.
20141
201422003-09-29 Kenichi Handa <handa@m17n.org>
20143
20144 * descr-text.el (describe-char): Fix previous change.
20145
201462003-09-28 Kenichi Handa <handa@m17n.org>
20147
20148 * descr-text.el (describe-char-display): New function.
20149 (describe-char): Pay attention to display table on describing how
20150 a character is displayed.
20151
20152 * international/mule-cmds.el (encoded-string-description):
20153 Prepend "0x" to each encoded byte.
20154
201552003-09-28 Andreas Schwab <schwab@suse.de>
20156
20157 * find-file.el (ff-special-constructs): Add autoload cookie.
20158
201592003-09-28 Kevin Ryde <user42@zip.com.au>
20160
20161 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
20162 makeinfo appends to duplicate index entries.
20163
a6eeaa81 201642003-09-28 Eli Zaretskii <eliz@gnu.org>
55115079
PA
20165
20166 * dired-x.el (dired-clean-tex): Doc fix.
20167
20168 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
20169 using a Chinese tutorial.
20170
201712003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20172
20173 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
20174 between "MAIL FROM:" and "RCPT TO:" and the following address.
20175
201762003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
20177
20178 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
20179
201802003-09-28 David Ponce <david@dponce.com>
20181
20182 * recentf.el (recentf-initialize-file-name-history): New defcustom.
20183 (recentf-load-list): When `recentf-initialize-file-name-history'
20184 is non-nil, initialize an empty `file-name-history' with the
20185 recent list.
20186
28eba01f 201872003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
55115079
PA
20188
20189 * man.el (Man-default-man-entry): Remove the leading `*' from the
20190 word at point.
20191
201922003-09-26 Lute Kamstra <lute@gnu.org>
20193
20194 * bindings.el (mode-line-position): Mention size indication in
20195 docstring.
20196
201972003-09-26 Andre Spiegel <spiegel@gnu.org>
20198
20199 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
20200
20201 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
20202 because it's autoloaded now.
20203
202042003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20205
20206 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
20207 (sh-font-lock-keywords, sh-feature): Fix previous change of
20208 sh-feature to avoid infloop with sh-font-lock-keywords.
20209
202102003-09-25 Kim F. Storm <storm@cua.dk>
20211
20212 * frame.el (frame-current-scroll-bars): New defun.
20213
20214 * window.el (window-current-scroll-bars): New defun.
20215
202162003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20217
20218 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
20219 cause errors when the state cache contains info on parts that have
20220 been narrowed out.
20221
202222003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20223
20224 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
20225 `c-setup-paragraph-variables' has to be used when this variable is
20226 changed; it doesn't work to reinitialize the mode since that
20227 typically clobbers the variable.
20228
20229 * progmodes/cc-styles.el (c-setup-paragraph-variables):
20230 Make it interactive.
20231
202322003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20233
20234 * progmodes/cc-fonts.el (c-font-lock-declarations):
20235 Fix recognition of constructors and destructors for classes whose
20236 names are matched by `*-font-lock-extra-types'.
20237
20238 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
20239 followed by an identifier in C++ then it's a type.
20240
202412003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20242
20243 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
20244 problem that primarily affected XEmacs. Don't use faces to find
20245 unterminated strings since Emacs and XEmacs fontify strings
20246 differently - this function should now work better in XEmacs.
20247
202482003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20249
20250 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
20251 `expand-abbrev' workaround which caused braces to misbehave inside
20252 macros.
20253
20254 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
20255 handling. This bug could cause interactive font locking to bail out.
20256
202572003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20258
20259 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20260 Handle paren-style types in Pike. Also fixed some cases of
20261 insufficient handling of unbalanced parens.
20262
202632003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
20264
20265 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
20266 common shell prompts that are not common filename or URL characters.
20267 (ffap-file-at-point): Use the new regexp to strip the prompts from
a568a2cc 20268 the file names. This is an issue mostly for user prompts that
55115079 20269 don't have a trailing space and find-file-at-point is invoked from
e2cae769 20270 within a shell inside Emacs.
55115079
PA
20271
202722003-09-24 Andre Spiegel <spiegel@gnu.org>
20273
20274 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
20275 stamps numerically, rather than textually.
20276
202772003-09-24 Kenichi Handa <handa@m17n.org>
20278
20279 * language/devan-util.el (devanagari-post-read-conversion):
20280 * language/mlm-util.el (malayalam-post-read-conversion):
20281 * language/tml-util.el (tamil-post-read-conversion):
20282 Add autoload cookie.
20283
20284 * international/utf-8.el (utf-8-post-read-conversion):
20285 Call post-read-conversion functions for Devanagari, Malayalam,
20286 and Tamil.
20287
202882003-09-23 Dave Love <fx@gnu.org>
20289
20290 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
20291
202922003-09-22 Nick Roberts <nick@nick.uklinux.net>
20293
20294 * progmodes/gud.el (perldb): Add gud-until to list of commands.
20295 Update gud-remove.
20296
202972003-09-22 Richard M. Stallman <rms@gnu.org>
20298
20299 * progmodes/sh-script.el (sh-mode-default-syntax-table):
20300 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
20301 (sh-mode-syntax-table-input): New variable.
20302 (sh-require-final-newline): Don't use eval.
20303 (sh-builtins, sh-leading-keywords, sh-other-keywords)
20304 (sh-variables, sh-font-lock-keywords): Don't use eval.
20305 (sh-set-shell): When setting require-final-newline,
20306 treat value = `require-final-newline' as don't change it.
20307 Set sh-mode-syntax-table locally based on
20308 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
20309
20310 * progmodes/compile.el (compile-internal):
20311 Call compilation-set-window-height before setting window start.
20312
203132003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
20314
20315 * emacs-lisp/bytecomp.el (byte-compile-log-file):
20316 Clear out byte-compile-last-warned-form.
20317
203182003-09-22 Richard M. Stallman <rms@gnu.org>
20319
20320 * woman.el (woman-file-name, woman-follow-word):
20321 If current-word returns nil, use "".
20322
20323 * simple.el (eval-expression): Bind standard-output in to-buffer case.
20324
203252003-09-22 Richard M. Stallman <rms@gnu.org>
20326
20327 * emacs-lisp/lisp-mnt.el (lm-with-file):
20328 Don't visit the file, just use insert-file-contents in temp buffer.
20329
203302003-09-22 Jari Aalto <jari.aalto@poboxes.com>
20331
20332 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
20333 Add surrounding \\( and \\) around the header, as in
20334 for lm-history-header 'Change Log\\|History'.
20335
203362003-09-22 John Paul Wallington <jpw@gnu.org>
20337
20338 * progmodes/ld-script.el: Add Commentary section,
20339 minor cleanup of file header.
20340 (ld-script-font-lock-keywords): Doc fix.
20341 (toplevel): Provide `ld-script' feature.
20342
203432003-09-21 Kim F. Storm <storm@cua.dk>
20344
20345 * scroll-bar.el (set-scroll-bar-mode): Initialize to
20346 new built-in variable default-frame-scroll-bars.
20347 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
20348 scroll-bar-mode; notably, use it instead of t when we toggle
20349 scroll-bars on.
20350 (toggle-scroll-bar): Use default-frame-scroll-bars.
20351
203522003-09-19 Masatake YAMATO <jet@gyve.org>
20353
20354 * pcvs.el (cvs-do-removal): Change the prompt depending on
20355 `filter' value.
20356
203572003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20358
20359 * startup.el (command-line-1): Stop startup-echo-area-message
20360 being hidden by "Loading image..." message.
20361 (use-fancy-splash-screens-p, display-splash-screen):
20362 Move display-graphic-p test from latter to former.
20363
20364 * progmodes/sh-script.el (sh-font-lock-keywords):
20365 Highlight escaped EOLs differently from other backslash constructs.
20366
203672003-09-19 Richard M. Stallman <rms@gnu.org>
20368
20369 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
20370 New functions.
20371 (edebug-enter, edebug-outside-excursion): Use them.
20372
20373 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
20374 Fix the condition for whether to print "In WHERE".
20375
203762003-09-19 Jari Aalto <jari.aalto@poboxes.com>
20377
20378 * finder.el (finder-mode-hook): New variable.
20379 (finder-mode): Run hook finder-mode-hook
20380
203812003-09-18 Masatake YAMATO <jet@gyve.org>
20382
20383 * progmodes/ebrowse.el: Fix broken magic autoload comments.
20384
203852003-09-17 Mario Lang <mlang@delysid.org>
20386
20387 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
20388 "p %e" to actually print the value in the GUD buffer.
20389
203902003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
20391
20392 From David Ponce <david.ponce@wanadoo.fr>:
20393 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
20394 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
20395 from loaddefs-boot.el if necessary.
20396
28eba01f 203972003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
55115079
PA
20398
20399 * progmodes/gud.el (gud-find-class): Make jdb work again since
20400 cc-mode changed the syntactic information.
20401
204022003-09-15 David Ponce <david@dponce.com>
20403
20404 * recentf.el: (recentf-exclude): Accept predicates too.
20405 (recentf-file-readable-p): New function.
20406 (recentf-include-p): Handle predicates in recentf-exclude.
20407 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
20408 (recentf-cleanup): Likewise.
20409 (recentf-save-list): Use write-file to handle backup of
20410 recentf-save-file.
20411
204122003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
20413
20414 * loaddefs-boot.el: Renamed from `loaddefs.el'
20415 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
20416 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
20417 necessary.
20418
204192003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
20420
20421 * electric.el (Electric-pop-up-window): For the `one-window' case,
20422 no longer disconcertingly move point in the original buffer.
20423
204242003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20425
20426 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
20427
28eba01f 204282003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
55115079
PA
20429
20430 * dired.el (dired-mode-map): Fix typo.
20431
204322003-09-11 Richard M. Stallman <rms@gnu.org>
20433
20434 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
20435
204362003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20437
20438 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
20439 the function is less noisy. Now only `kill-buffer' can ask questions.
20440
204412003-09-10 Mario Lang <mlang@delysid.org>
20442
20443 * battery.el: Update Commentary and Copyright.
20444 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
20445 appear due to wrong ordering of the expressions in `or'.
20446
204472003-09-09 Lute Kamstra <lute@gnu.org>
20448
20449 * misc.el (upcase-char): Fix docstring.
20450 (zap-up-to-char): New command.
20451
204522003-09-08 David Ponce <david@dponce.com>
20453
20454 Ensure that recentf correctly updates the menu bar.
20455 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
20456 (recentf-menu-bar): New function.
20457 (recentf-clear-data): Use it
20458 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
20459 of easy-menu-change.
20460
204612003-09-08 Lute Kamstra <lute@gnu.org>
20462
20463 * simple.el (size-indication-mode): New.
20464 * bindings.el (mode-line-position): Add buffer size indicator.
20465
204662003-09-04 Mario Lang <mlang@delysid.org>
20467
20468 * battery.el (battery-linux-proc-acpi): New function.
20469 (battery-status-function): Modify default value calculation to also
20470 check for availability of ACPI.
20471 (battery-echo-area-format): Ditto.
20472 (battery-mode-line-format): Ditto.
20473
204742003-09-06 Dave Love <fx@gnu.org>
20475
20476 * ielm.el (ielm-mode-hook): Add :options.
20477
20478 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
20479 (eldoc-print-current-symbol-info): Use it.
20480
204812003-09-04 Nick Roberts <nick@nick.uklinux.net>
20482
20483 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
20484 being displayed in GUD buffer.
a568a2cc 20485 (gdb-idle-input-queue): Remove var. Use just one queue.
55115079
PA
20486 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
20487 Remove functions. Use just one queue.
20488 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
20489 (gdb-invalidate-assembler, gdb-get-current-frame):
20490 Modify functions. Use just one queue.
20491
204922003-09-04 Dave Love <fx@gnu.org>
20493
20494 * cus-start.el: Add blink-cursor-alist.
20495
20496 * ruler-mode.el (ruler-mode-fill-column-char)
20497 (ruler-mode-current-column-char): Use char-displayable-p,
20498 not window-system.
20499
20500 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
20501
20502 * language/european.el (windows-1252): Move from code-pages.
20503
20504 * language/cyrillic.el ("Windows-1251"): Delete.
20505 ("Bulgarian", "Belarusian"): Remove `features'.
20506 (windows-1251): Move from code-pages.
20507
20508 * international/mule-diag.el (non-iso-charset-alist):
20509 Remove `codepage' stuff.
20510 (print-designation, list-coding-systems-1): Output fixes.
20511
20512 * international/code-pages.el (cp-make-translation-table)
20513 (cp-valid-codes): Made defsubsts.
20514 (cp-fix-safe-chars): Delete.
20515 (mule-diag): Don't require.
20516 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
20517 (top-level): Check for defined coding system when defining
20518 cp... aliases. Change w32-add-charset-info test to avoid warning.
20519 (non-iso-charset-alist): Defvar when compiling.
20520 (cp-make-coding-system): Doc fix.
20521
205222003-09-02 Jason Rumney <jasonr@gnu.org>
20523
20524 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
20525 line-ends from CVS before doing conversion.
20526
205272003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
20528
20529 * calendar/diary-lib.el (diary-header-line-flag)
20530 (diary-header-line-format): New variables.
20531 (list-diary-entries): Use them to set header line in simple diary.
20532
20533 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
20534 other than font-lock-string-face to highlight backslashes.
20535
205362003-09-01 Jason Rumney <jasonr@gnu.org>
20537
20538 * international/titdic-cnv.el (tit-read-key-value): Include \r in
20539 regexp.
20540
205412003-09-01 Dave Love <fx@gnu.org>
20542
20543 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
20544
20545 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
20546 and :help; also line and column numbers labels.
20547
20548 * international/mule-util.el (char-displayable-p): Move from
20549 latin1-disp, rename and autoload.
20550
20551 * international/latin1-disp.el (latin1-char-displayable-p):
20552 Now obsolete alias. Replace uses with char-displayable-p.
20553 (latin1-display-ucs-per-lynx): Fix last change.
20554
20555 * international/mule-cmds.el (standard-display-european-internal):
20556 Don't use char code for Latin-1 NBSP.
20557 <XFree86 4>: Unfrob NBSP display table. Set display table to use
20558 U+2018, U+2019 for `'.
20559 (select-safe-coding-system): Message fix.
20560
205612003-09-01 Kenichi Handa <handa@m17n.org>
20562
20563 * international/fontset.el (setup-default-fontset): For Thai
20564 font, specify "*" family.
20565
28eba01f 205662003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
55115079
PA
20567
20568 * progmodes/compile.el (previous-error): Accept a prefix
20569 argument, similarly to next-error.
20570
205712003-08-31 Masatake YAMATO <jet@gyve.org>
20572
20573 * pcvs.el (cvs-do-removal): Use = instead of eq to check
20574 the number of files. Bind the number of files to a local
20575 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
20576
a6eeaa81 205772003-08-30 Eli Zaretskii <eliz@gnu.org>
55115079
PA
20578
20579 * vc-hooks.el (vc-make-version-backup): Fix the change made on
20580 2003-07-26: msdos-long-file-names is a function, not a variable.
20581
205822003-08-29 Richard M. Stallman <rms@gnu.org>
20583
20584 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
20585 Do nothing with mail-personal-alias-file if it is nil.
20586
20587 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
20588 Do nothing if mail-personal-alias-file is nil.
20589
20590 * term.el (term-exec-1): Bind coding-system-for-read.
20591
20592 * dired.el (dired-mouse-find-file-other-window):
20593 Use dired-view-command-alist here, as in dired-view-file.
20594 (dired-view-command-alist): Use %s to substitute file name.
20595 Handle .ps_pages, .eps, .jpg, .gif, .png.
20596
205972003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20598
20599 * info.el (Info-mode-map): Bind S-tab and <backtab> to
20600 `Info-prev-reference', instead of M-tab.
20601
206022003-08-29 Martin Stjernholm <mast@lysator.liu.se>
20603
20604 * simple.el (blink-matching-open): Work correctly on chars that
20605 are designated as parens through the syntax-table text property.
20606
28eba01f 206072003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
55115079
PA
20608
20609 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
20610 line break position in the middle of a non-kinsoku (e.g. latin)
20611 word, making it skip until either a space or a character with
20612 category "|".
20613 (kinsoku-longer): Test for end of buffer.
20614
a6eeaa81 206152003-08-28 Eli Zaretskii <eliz@gnu.org>
55115079
PA
20616
20617 * mail/rmail.el (rmail-convert-to-babyl-format):
20618 Detect quoted-printable- and base64-encoded messages and decode them
20619 automatically. Set the message's encoding from the charset=
20620 header, if any. Decode base64-encoded messages in Mail format as well.
20621
206222003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20623
9310ba21 20624 * mail/smtpmail.el: Fix previous change.
55115079
PA
20625 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
20626 calling smtpmail-via-smtp.
20627 (smtpmail-via-smtp): Add fall-back values for envelope-from.
20628
206292003-08-26 John Paul Wallington <jpw@gnu.org>
20630
20631 * image.el (image-jpeg-p): Don't search beyond length of data.
20632
206332003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20634
20635 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
20636 misfeature in `expand-abbrev' which caused electric keywords like
20637 "else" to disappear if an open brace was typed directly afterwards.
20638
206392003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20640
20641 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
20642 mandatory in `define-widget'.
20643
20644 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
20645 Don't align the operators "!=", "<=" and ">=" as assignment operators.
20646
20647 (c-assignment-operators): New language constant that only contains
20648 the assignment operators.
20649
20650 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
20651
206522003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20653
20654 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20655 Safeguard against unbalanced sexps.
20656
28eba01f 206572003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
55115079
PA
20658
20659 * version.el (emacs-version): Check for gtk. Include gtk version info.
20660
206612003-08-25 John Paul Wallington <jpw@gnu.org>
20662
20663 * man.el (Man-default-man-entry): Don't whizz past the section
20664 number before looking for it.
20665
206662003-08-24 Nick Roberts <nick@nick.uklinux.net>
20667
20668 * progmodes/gud.el (gud-display-line): Don't set window-point if
a568a2cc 20669 source buffer is not visible. (Only happens with M-x gdba.)
55115079
PA
20670
20671 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
20672 documentation.
20673 (gdb-source, gdb-source-info): Update to assembler unnecessary
20674 as its done after each GDB command anyway.
20675 (gdb-pre-prompt): Use with-current-buffer.
20676 (gdb-insert-field): Add help-echo text.
20677 (gdb-invalidate-assembler): Re-display of assembler now done in
20678 gdb-info-breakpoints-custom.
20679 (gdb-info-breakpoints-custom): Force re-display of assembler to
20680 happen *after* update of breakpoints buffer.
20681 (gdb-display-source-buffer): Don't choke if gdb-source-window
20682 isn't visible.
20683 (gdb-put-string, gdb-put-arrow): Remove free variables.
20684
206852003-08-24 John Paul Wallington <jpw@gnu.org>
20686
20687 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
20688
20689 * man.el (Man-default-man-entry): Strip text properties when
20690 snarfing parts of entry because `format' preserves properties.
20691
206922003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20693
20694 * files.el (file-newest-backup): Use `expand-file-name'.
20695
20696 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
20697 Allow the diary to pop up a new frame, if needed.
20698
20699 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
20700 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
20701 (smtpmail-send-it): Make treatment of envelope-from consistent with
20702 sendmail.el.
20703
20704 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
20705 (sh-leading-keywords): Add the bash `time' reserved word.
20706 (sh-variables): Add some bash variables.
20707 (sh-add-completer): Fix nil branch of case statement.
20708
207092003-08-24 Masatake YAMATO <jet@gyve.org>
20710
20711 * progmodes/ld-script.el: New file.
20712
207132003-08-23 Markus Rost <rost@math.ohio-state.edu>
20714
20715 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
20716
207172003-08-23 Andre Spiegel <spiegel@gnu.org>
20718
20719 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
20720 Better explain obsolescence, and what to use instead.
20721
207222003-08-23 Masatake YAMATO <jet@gyve.org>
20723
20724 * pcvs.el (cvs-do-removal): Show the deleted file name
20725 on the prompt.
20726
207272003-08-20 Dave Love <fx@gnu.org>
20728
20729 * international/mule.el (make-coding-system)
20730 (set-buffer-file-coding-system): Doc fix.
20731
20732 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
20733
20734 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
20735
20736 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
20737
20738 * international/utf-16.el: Add mime-text-unsuitable coding system
20739 properties.
20740
20741 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
20742
20743 * cus-edit.el: Add some :links.
20744 (bib): Remove.
20745
20746 * textmodes/bib-mode.el (bib): Add :group external.
20747
207482003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
20749
20750 * wid-edit.el (widget-echo-help): Make it handle expressions that
20751 evaluate to strings.
20752
207532003-08-18 Michael Mauger <mmaug@yahoo.com>
20754
20755 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
20756
20757 Simplify selection of SQL products to define highlighting and
20758 interactive mode. Includes detailed instructions on adding
20759 support for new products.
20760
20761 * progmodes/sql.el (sql-product): New variable. Identifies SQL
20762 product for use in highlighting and interactive mode.
20763 (sql-interactive-product): New variable. SQL product for
20764 sql-interactive-mode.
20765 (sql-product-support): New variable. Specifies product-specific
20766 parameters to drive highlighting and interactive mode.
20767 (sql-imenu-generic-expression): Add more object types.
20768 (sql-sqlite-options): Correct comment.
20769 (sql-ms-program): Use "osql" rather than "isql".
20770 (sql-prompt-regexp, sql-prompt-length): Update comment.
20771 (sql-mode-menu): Add "Start SQLi session" entry.
20772 Replace Highlighting submenu with Product menu. Fix Send Region entry.
20773 (sql-mode-abbrev-table): Add abbreviations. Support of
20774 SYSTEM-FLAG on define-abbrev. Support was removed with last
20775 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
20776 (sql-mode-font-lock-object-name): Add font-lock pattern for object
20777 names.
20778 (sql-mode-ansi-font-lock-keywords): Set as default value.
20779 (sql-mode-oracle-font-lock-keywords): Set as default value.
20780 Support Oracle 9i keywords.
20781 (sql-mode-postgres-font-lock-keywords): Set as default value.
20782 (sql-mode-linter-font-lock-keywords): Set as default value.
20783 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
20784 SQLServer 2000.
20785 (sql-mode-sybase-font-lock-keywords)
20786 (sql-mode-interbase-font-lock-keywords)
20787 (sql-mode-sqlite-font-lock-keywords)
20788 (sql-mode-strong-font-lock-keywords)
20789 (sql-mode-mysql-font-lock-keywords)
20790 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
20791 keywords.
20792 (sql-mode-font-lock-defaults): Update comment.
20793 (sql-product-feature): New function. Returns feature associated
20794 with a product from `sql-product-support' alist.
20795 (sql-product-font-lock): New function. Set font-lock support
20796 based on `sql-product'.
20797 (sql-add-product-keywords): New function. Add font-lock rules to
20798 product-specific keyword variables.
20799 (sql-set-product): New function. Set `sql-product' and apply
20800 appropriate font-lock highlighting.
20801 (sql-highlight-product): New function. Set font-lock support
20802 based on a product. Also set mode name to include product name.
20803 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
20804 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
20805 Use `sql-set-product'.
20806 (sql-highlight-ms-keywords)
20807 (sql-highlight-sybase-keywords)
20808 (sql-highlight-interbase-keywords)
20809 (sql-highlight-strong-keywords)
20810 (sql-highlight-mysql-keywords)
20811 (sql-highlight-sqlite-keywords)
20812 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
20813 (sql-get-login): Prompt in the same order as the tokens.
20814 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
20815 (sql-product-interactive): New function. Common portions of
20816 product-specific interactive mode wrappers.
20817 (sql-interactive-mode): Rewritten to use product features.
20818 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
20819 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
20820 (sql-db2, sql-linter): Use `sql-product-interactive'.
20821 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
20822 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
20823 (sql-connect-ingres, sql-connect-postgres)
20824 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
20825 New functions. Format command line parameters and invoke comint on
20826 the appropriate interpreter. Code was in the corresponding
20827 `sql-xyz' function before.
20828 (sql-connect-ms): New function. Support -E argument to use
20829 operating system credentials for authentication.
20830
208312003-08-18 Kenichi Handa <handa@m17n.org>
20832
20833 * international/mule.el (encode-char): Fix for the ASCII case.
20834
208352003-08-15 Kenichi Handa <handa@m17n.org>
20836
20837 * international/fontset.el (setup-default-fontset): Change "*" to
20838 nil in the specifications of font family.
20839
208402003-08-18 Kim F. Storm <storm@cua.dk>
20841
20842 * kmacro.el (kmacro-keymap): Group related bindings in
20843 initialization for clarity. Bind C-s to start macro.
20844 Remove C-r binding.
20845 (kmacro-initial-counter-value): New defvar to hold initial counter
20846 value in case we set the value before defining a macro.
20847 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
20848 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
20849 not defining or executing macro. Doc fix.
20850 (kmacro-add-counter): Clear kmacro-initial-counter-value.
20851 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
20852 temporarily view older elements on the macro ring without cycling
20853 the ring.
20854 (kmacro-display): Doc fix.
20855 (kmacro-exec-ring-item): New helper function.
20856 (kmacro-call-ring-2nd): Use it.
20857 (kmacro-call-ring-2nd-repeat): Doc fix.
20858 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
20859 (kmacro-end-or-call-macro): Execute last viewed macro (using
20860 kmacro-exec-ring-item) from ring if this follows
20861 kmacro-view-macro. This allows us to find a macro on the ring
20862 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
20863 the ring to bring it to the head of the ring.
20864 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
20865 Allow binding to reserved keys without specifying C-x C-k prefix.
20866 Ask for confirmation if entered key sequence is already bound to
20867 a non-macro command.
20868 (kmacro-view-macro): Repeating command will show older elements
20869 on the macro ring; C-k will execute the last viewed macro.
20870 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
20871 property from 'ring to 'head.
20872
208732003-08-17 Alan Shutko <ats@acm.org>
20874
20875 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
20876 keeping December out of the alist.
20877
208782003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
20879
20880 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
20881 * calendar/calendar.el (calendar-mode-map): Bind it to key.
20882 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
20883 (calendar-flatten): New function.
20884 (calendar-mouse-view-other-diary-entries)
20885 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
20886 in the menu title and to show multi-line diary entries correctly
20887 in the menu.
20888
208892003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
20890
20891 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
20892 defcustom, because the default was recently changed.
20893
208942003-08-16 Richard M. Stallman <rms@gnu.org>
20895
20896 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
20897
20898 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
20899 New subroutine, broken out of eval-last-sexp-1.
20900 (eval-last-sexp-1): Use eval-last-sexp-print-value.
20901
20902 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
20903
20904 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
20905
20906 * simple.el (eval-expression): Use eval-last-sexp-print-value.
20907
209082003-08-14 Jari Aalto <jari.aalto@poboxes.com>
20909
20910 * progmodes/compile.el (compilation-error-regexp-alist):
20911 Add Java ANt error detection as described in document
20912 http://ant.apache.org/faq.html
20913
209142003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
20915
20916 * simple.el (backward-word, forward-to-indentation)
9242b3b7 20917 (backward-to-indentation): Argument changed to optional.
55115079
PA
20918 (next-line, previous-line): Use `or' instead of `unless'.
20919
209202003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20921
20922 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
20923 instead of a constant.
20924
209252003-08-12 Markus Rost <rost@math.ohio-state.edu>
20926
20927 * shell.el (shell): With prefix-arg, suggest a new buffer name.
20928
209292003-08-12 Andre Spiegel <spiegel@gnu.org>
20930
20931 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
20932 (vc-sccs-workfile-version): Search the entire delta table, rather
20933 than just the first entry, because that might be a deleted version.
20934
209352003-08-11 Karl Fogel <kfogel@red-bean.com>
20936
20937 * menu-bar.el (menu-bar-options-menu): Supply a body for the
20938 [save-place] binding in the Options menu. Have it require
20939 'saveplace' and then toggle the variable manually, to avoid an an
20940 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
20941 for the bug report.
20942
209432003-08-11 Nick Roberts <nick@nick.uklinux.net>
20944
20945 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
20946 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
20947 (gdb-info-threads-custom): Add help-echo text.
20948 (gdb-display-back): Don't use purecopy.
20949 (gdb-info-breakpoints-custom, gdb-reset)
20950 (gdb-assembler-custom): Use display-images-p to test if breakpoint
20951 icons can be displayed.
20952
209532003-08-11 Markus Rost <rost@math.ohio-state.edu>
20954
20955 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
20956
209572003-08-11 Stefan Monnier <monnier@cs.yale.edu>
20958
20959 * bookmark.el (bookmark-completing-read):
20960 Return a string, instead of a list of one string.
20961 Use a popup menu if activated from the mouse.
20962 (bookmark-edit-annotation): Remove unused vars.
20963 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
20964 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
20965 to bookmark-completing-read.
20966 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
20967 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
20968 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
20969 and erase-buffer.
20970 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
20971 (bookmark-menu-jump, bookmark-menu-insert)
20972 (bookmark-popup-menu-and-apply-function)
20973 (bookmark-menu-popup-paned-bookmark-menu): Remove.
20974 (bookmark-menu-build-paned-menu): Remove by folding it into
20975 bookmark-menu-popup-paned-menu.
20976 (menu-bar-bookmark-map): Move the define-key statements here.
20977 Use the "non-menu" commands since they now pop up a menu if needed.
20978 (bookmark-exit-hook-internal): Simplify.
20979
209802003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
20981
20982 * reftex-toc.el (reftex-toc-rename-label): New function.
20983 (reftex-toc-check-docstruct): New function.
20984
20985 * reftex.el (reftex-region-active-p): New function.
20986
20987 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
20988 regexp to find the \bibliography macro.
20989
20990 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
20991 which does not exist in LaTeX.
20992 (reftex-cite-format-builtin): Added amsrefs support.
20993 (reftex-toc-confirm-promotion): New option
20994
20995 * reftex-toc.el
20996 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
20997 (reftex-toc-demote, reftex-toc-promote)
20998 (reftex-toc-do-promote, reftex-toc-promote-prepare)
20999 (reftex-toc-promote-action, reftex-toc-extract-section-number)
21000 (reftex-toc-newhead-from-alist)
21001 (reftex-toc-load-all-files-for-promotion): New functions.
21002 (reftex-toc-help): Added description of new keys.
21003 (reftex-toc-split-windows-fraction): New option.
21004 (reftex-recenter-toc-when-idle): Search *toc* window on all
21005 visible frames.
21006 (reftex-toc): Additional parameter REUSE
21007 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
21008 with REUSE argument.
21009 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
21010 the call of `reftex-toc'.
21011 (reftex-make-separate-toc-frame): New function .
21012 (reftex-toc-recenter): When called with triple prefix arg, call
21013 `reftex-make-separate-toc-frame' first.
21014 (reftex-toc-toggle-dedicated-frame): New command.
21015 (reftex-toc-quit): Adapted to delete frame when called in
21016 dedicated frame.
21017
21018 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
21019 all enclosing macros.
21020
21021
210222003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21023
21024 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
21025 first use.
21026
210272003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21028
21029 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
21030
210312003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
21032
21033 * calendar/calendar.el (list-diary-entries-hook)
21034 (diary-display-hook, nongregorian-diary-listing-hook)
21035 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
21036 Add some customize options for these hooks.
21037 (calendar-abbrev-construct): Don't try to take a substring longer
21038 than the original string.
21039
210402003-08-05 Richard M. Stallman <rms@gnu.org>
21041
21042 * emacs-lisp/testcover.el (noreturn): Report error if does return.
21043 (testcover-reinstrument-clauses): Doc fix.
21044
21045 * emacs-lisp/warnings.el: Doc fixes, args renamed.
21046 (warning-type-format): Rename from warning-group-format.
21047
21048 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
21049 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
21050 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
21051 to prevent warnings about defvar for an obsolete variable.
21052
21053 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
21054 warning-group-format renamed to warning-type-format.
21055
21056 * subr.el (read-passwd): Use clear-string instead of fillarray.
21057
21058 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
21059 Use vconcat instead of concat.
21060 (edmacro-sanitize-for-string): New function.
21061
210622003-08-05 Dave Love <fx@gnu.org>
21063
21064 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
21065 line-number-display-limit-width.
21066
21067 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
21068
210692003-08-05 Kenichi Handa <handa@m17n.org>
21070
21071 * international/code-pages.el: Don't require mule-diag.
21072
21073 * international/mule-diag.el (non-iso-charset-alist):
21074 Add autoload cookie.
21075
21076 * language/devan-util.el (dev-glyph-order): Add an entry for the
21077 glyph code #xC4.
21078
210792003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
21080
21081 * calendar/calendar.el (diary-file, diary-file-name-prefix)
21082 (european-calendar-style, diary-date-forms)
21083 (calendar-day-name-array, calendar-month-name-array): Doc change.
21084 (generate-calendar-month): Adapt for new behaviour of
21085 `calendar-day-name' function.
21086 (calendar-abbrev-length, calendar-day-abbrev-array)
21087 (calendar-month-abbrev-array): New variables.
21088 (calendar-abbrev-construct): New function.
21089 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
21090 rather than fixing abbrevs at some width. Calling syntax change.
21091 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
21092 (calendar-date-string): Adapt for new behaviours of
21093 `calendar-day-name' and `calendar-month-name' functions.
21094
21095 * calendar/diary-lib.el (list-diary-entries): Adapt for new
21096 behaviour of `calendar-day-name' and `calendar-month-name' functions.
21097 (diary-name-pattern): Use abbrev arrays, rather than fixing
21098 abbrevs at three chars. Calling syntax change.
9242b3b7 21099 (mark-diary-entries): Adapt for new behaviours of
55115079
PA
21100 `diary-name-pattern' and `calendar-make-alist' functions.
21101 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
21102 `diary-name-pattern' function.
21103 (font-lock-diary-date-forms): Use abbrev arrays, rather than
21104 fixing abbrevs at three chars. Calling syntax change.
21105 (cal-hebrew, cal-islam): Require when compiling.
21106 (diary-font-lock-keywords): Adapt for new behaviour of
21107 `font-lock-diary-date-forms' function.
21108
21109 * calendar/cal-hebrew.el: Reposition some code so defined before used.
21110 (calendar-hebrew-month-name-array-common-year)
21111 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
21112 (list-hebrew-diary-entries): Adapt for new behaviours of
21113 `calendar-day-name' and `add-to-diary-list' functions.
21114 (mark-hebrew-diary-entries): Adapt for new behaviours of
21115 `diary-name-pattern' and `calendar-make-alist' functions.
21116
21117 * calendar/cal-islam.el (calendar-islamic-month-name-array):
21118 Add doc string.
21119 (list-islamic-diary-entries): Adapt for new behaviours of
21120 `calendar-day-name' and `add-to-diary-list' functions.
21121 (mark-islamic-diary-entries): Adapt for new behaviours of
21122 `diary-name-pattern' and `calendar-make-alist' functions.
21123
21124 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
21125 `calendar-month-name' function.
21126
21127 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
21128
21129 * calendar/solar.el (solar-seasons-data): Move definition before use.
21130
21131 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
21132 (cal-tex-LaTeX-hourbox): Move definition before use.
21133
881b07f9
JB
21134 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
21135 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
21136 * lunar.el, solar.el (displayed-month, displayed-year):
21137 Define for compiler.
55115079
PA
21138
211392003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21140
21141 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
21142 MODE. Renamed from c-init-c-language-vars'.
21143 (c-initialize-cc-mode): Change accordingly.
21144 (c-common-init): Ditto.
21145 (c-mode): Ditto.
21146 (c++-mode): Use `c-init-language-vars-for'.
21147 (objc-mode): Ditto.
21148 (java-mode): Ditto.
21149 (idl-mode): Ditto.
21150 (pike-mode): Ditto.
21151 (awk-mode): Ditto.
21152
211532003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
21154
21155 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
21156 or not the point moved.
21157
21158 (c-search-decl-header-end): Don't trip up on operator identifiers
21159 in C++ and operators like == in all languages.
21160
21161 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
21162 Detect leading labels correctly.
21163
211642003-08-02 Andreas Schwab <schwab@suse.de>
21165
21166 * textmodes/ispell.el: Don't redo key bindings on loading, put
21167 them only in loaddefs.el.
21168 * bookmark.el: Likewise.
21169 * dabbrev.el: Likewise.
21170 * emerge.el: Likewise.
21171
21172 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
21173 has more than one member.
21174
21175 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
21176
211772003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21178
21179 * lpr.el (printify-region): It was ending conversion before the
21180 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
21181
211822003-07-31 John Paul Wallington <jpw@gnu.org>
21183
21184 * net/browse-url.el (browse-url-epiphany): Doc fix.
21185
211862003-07-30 Kenichi Handa <handa@m17n.org>
21187
21188 * international/fontset.el (setup-default-fontset):
21189 Change registry names of Akurti fonts.
21190
211912003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
21192
21193 * comint.el (comint-read-noecho): Use `clear-string' instead of
21194 `fillarray'.
21195
211962003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
21197
21198 * outline.el (outline-mode-hook): Add defvar.
21199
212002003-07-28 Nick Roberts <nick@nick.uklinux.net>
21201
21202 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
21203 Restore assembler in source window if that is what has been selected.
21204 (menu): Add gdb-restore-windows to menu. Make gdba
21205 specific menus only visible from gdba.
21206
212072003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
21208
21209 * progmodes/compile.el (compilation-environment): New user variable.
21210 (compile-internal): Respect it.
21211
212122003-07-23 Masatake YAMATO <jet@gyve.org>
21213
21214 * progmodes/gud.el (gdb-script-font-lock-keywords):
21215 Put `font-lock-function-name-face' on a symbol which includes
21216 `-' like `hook-run'. Put font-lock-variable-name-face
21217 on a symbol starting with $.
21218
212192003-07-27 Markus Rost <rost@math.ohio-state.edu>
21220
21221 * files.el (set-visited-file-name): Use truename for buffer-file-name.
21222
212232003-07-26 Markus Rost <rost@math.ohio-state.edu>
21224
21225 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
21226
212272003-07-26 Andre Spiegel <spiegel@gnu.org>
21228
21229 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
21230 Use with-no-warnings.
21231 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
21232 rather than to find-file-not-found-hook, which doesn't exist.
21233
212342003-07-26 Markus Rost <rost@math.ohio-state.edu>
21235
21236 * international/quail.el (quail-translate-key): Fix previous change.
21237
212382003-07-25 John Paul Wallington <jpw@gnu.org>
21239
21240 * server.el (server-start): Check `server-process' is non-nil
21241 before killing it to avoid killing current buffer's process.
21242
21243 * simple.el (choose-completion-string): Use `minibufferp';
21244 test `completion-reference-buffer' if `buffer' arg is nil.
21245 (push-mark): Use `when' and `unless'.
21246 (pop-mark): Use `when'.
21247
21248 * mouse-sel.el (mouse-sel-get-selection-function):
21249 Check `x-last-selected-text-primary'. Don't barf if it or
21250 `x-last-selected-text' aren't bound.
21251
212522003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21253
21254 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
21255
212562003-07-23 Stefan Monnier <monnier@cs.yale.edu>
21257
21258 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
21259
212602003-07-23 John Paul Wallington <jpw@gnu.org>
21261
21262 * tooltip.el (defface tooltip): Inherit from variable-pitch.
21263
212642003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21265
21266 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
21267 string. Defvar the derived hook.
21268
21269 * macros.el (insert-kbd-macro): Escape double quote character.
21270 From Thomas W Murphy <twm@andrew.cmu.edu>.
21271
212722003-07-22 Stefan Monnier <monnier@cs.yale.edu>
21273
21274 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
21275 to match the specific mark rather than reusing comment-start-skip.
21276
212772003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
21278
21279 * progmodes/hideshow.el (hs-special-modes-alist):
21280 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
21281
212822003-07-21 Markus Rost <rost@math.ohio-state.edu>
21283
21284 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
21285 value using ?\s.
21286
212872003-07-21 John Paul Wallington <jpw@gnu.org>
21288
21289 * subr.el (with-selected-window): Add closing paren.
21290
212912003-07-21 Richard M. Stallman <rms@gnu.org>
21292
21293 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
21294 (lisp-mode): Likewise.
21295
21296 * subr.el (with-selected-window): Copy code form save-selected-window
21297 so as to call select-window with norecord arg.
21298 (dynamic-completion-table): Doc fix.
21299 (lazy-completion-table): Doc fix.
21300
21301 * international/mule-cmds.el (set-locale-environment):
21302 langinfo renamed to locale-info.
21303
21304 * international/mule.el (auto-coding-functions): Doc fix.
21305
213062003-07-21 Kenichi Handa <handa@m17n.org>
21307
21308 * international/quail.el (quail-translate-key):
21309 Update quail-current-str correctly.
21310
213112003-07-21 Andreas Schwab <schwab@suse.de>
21312
21313 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
21314 ?, to "_".
21315
213162003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
21317 Version 2.0.36 of Tramp released.
21318
21319 * net/tramp.el (tramp-default-password-end-of-line): Rename from
21320 tramp-password-end-of-line.
21321 (tramp-password-end-of-line): New method parameter.
21322 (tramp-get-password-end-of-line): Function to access method
21323 parameter `tramp-password-end-of-line', or variable
21324 `tramp-default-password-end-of-line' (default value).
21325 (tramp-methods): Add entries for new parameter
21326 tramp-password-end-of-line.
21327 (tramp-enter-password): Use new function
21328 `tramp-get-password-end-of-line'.
21329 (tramp-handle-insert-file-contents): Do not
21330 unconditionally inhibit the file operation file-local-copy, only
21331 do that when the inhibit-file-name-operation is currently
21332 insert-file-contents. This fixes finding remote CVS-controlled
21333 files. (It would barf on inserting the CVS/Entries file
21334 literally, because the file-local-copy handler wasn't called.)
21335 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
21336 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
21337 (tramp-initial-commands): New variable.
21338 (tramp-process-initial-commands): New function, using the variable.
21339 (tramp-open-connection-setup-interactive-shell): Call the new function.
21340 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
21341 method into the buffer name, never use nil. Reported by Hanak
21342 David <dhanak@inf.bme.hu>.
21343 (tramp-open-connection-setup-interactive-shell): Erase buffer
21344 before sending "stty -onlcr".
21345
21346 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
21347
213482003-07-19 Markus Rost <rost@math.ohio-state.edu>
21349
21350 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
21351
213522003-07-19 John Paul Wallington <jpw@gnu.org>
21353
21354 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
21355 (artist-draw-rect, artist-draw-square): Doc fixes.
21356
21357 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
21358
21359 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
21360
213612003-07-19 Kenichi Handa <handa@m17n.org>
21362
21363 * international/kkc.el (kkc-show-conversion-list-update):
21364 Highlight the correct candidate in the message.
21365
213662003-07-18 John Paul Wallington <jpw@gnu.org>
21367
21368 * simple.el (current-word): Don't include punctuation char when
21369 `really-word' arg is non-nil.
21370
213712003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
21372
21373 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
21374 moved to the directory obsolete.
21375
213762003-07-16 Stefan Monnier <monnier@cs.yale.edu>
21377
21378 * info.el (Info-menu-entry-name-re): Allow newlines in
21379 menu entry names.
21380
21381 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
21382 syntax-ppss-after-change-function.
21383 (syntax-ppss-after-change-function): New alias. Update uses.
21384 (syntax-ppss): Catch the case where the buffer is narrowed.
21385
213862003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21387
21388 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
21389 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
21390
213912003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21392
21393 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
21394 since it might be modified.
21395
21396 * progmodes/cc-langs.el (c++-make-template-syntax-table)
21397 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
21398 names to these language constants.
21399
214002003-07-15 Kim F. Storm <storm@cua.dk>
21401
21402 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
21403 All uses changed.
21404
214052003-07-14 Mark A. Hershberger <mah@everybody.org>
21406
21407 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
21408 Namespace support.
21409
214102003-07-13 Juanma Barranquero <lektu@terra.es>
21411
21412 * frame.el (modify-all-frames-parameters): Reinstall (copyright
21413 papers received).
21414
214152003-07-13 Karl Eichwalder <ke@suse.de>
21416
21417 * textmodes/po.el (po-find-charset): White space at the start of the
21418 Content-Type field body is non-mandatory.
21419
214202003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
21421
21422 * textmodes/texinfo.el (texinfo-section-list):
21423 Append appendixsection; a synonym for appendixsec.
21424
214252003-07-13 Jari Aalto <jari.aalto@poboxes.com>
21426
21427 * man.el (Man-translate-cleanup): New.
21428 (Man-translate-references): Call `Man-translate-cleanup' to clean
21429 leading, trailing and middle spaces.
21430
214312003-07-13 Lars Hansen <larsh@math.ku.dk>
21432
21433 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
21434 Handle `dired-directory' being a list.
21435
214362003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
21437
21438 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
21439 it doesn't exist.
21440
214412003-07-12 Richard M. Stallman <rms@gnu.org>
21442
21443 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
21444
21445 * progmodes/cc-defs.el (c-make-keywords-re):
21446 Don't use delete-duplicates.
21447 (c-lang-const): Don't use mapcan.
21448
21449 * apropos.el (apropos-show-scores): Make it customizable.
21450 Document new meaning.
21451 (apropos): Compute scores from symbols.
21452 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
21453
214542003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21455
21456 * ps-bdf.el: Fix copyright line.
21457 (bdf-directory-list): Fix initialization code.
21458
214592003-07-11 John Paul Wallington <jpw@gnu.org>
21460
21461 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
21462 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
21463 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
21464
214652003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
21466
21467 * emacs-lisp/ring.el (ring-elements): Doc fix.
21468
214692003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21470
21471 * calendar/timeclock.el (timeclock-relative)
21472 (timeclock-ask-before-exiting, timeclock-use-display-time):
21473 Doc changes.
21474 (timeclock-modeline-display): Give a message if
21475 `timeclock-use-display-time' is non-nil but `display-time-mode'
21476 is not active.
21477
214782003-07-11 Kenichi Handa <handa@m17n.org>
21479
21480 * international/mule-cmds.el (set-language-environment):
21481 Set current-language-environment to the correct string.
21482
214832003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21484
21485 * ps-print.el: Print line number correctly in a region. Reported by
c9688100 21486 Tim Allen <timallen@ls83.fsnet.co.uk>.
55115079
PA
21487 (ps-print-version): New version number (6.6.2).
21488 (ps-printing-region): Code fix.
21489
214902003-07-10 John Paul Wallington <jpw@gnu.org>
21491
21492 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
21493 this function can be called from `add-completions-from-tags-table'.
21494
214952003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
21496
21497 * calendar/timeclock.el (timeclock-use-display-time)
21498 (timeclock-day-over-hook, timeclock-workday-remaining)
21499 (timeclock-status-string, timeclock-when-to-leave)
21500 (timeclock-when-to-leave-string, timeclock-log-data)
21501 (timeclock-find-discrep, timeclock-day-base)
21502 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
21503 (timeclock-modeline-display): Set the variable
21504 `timeclock-modeline-display'.
21505 (timeclock-update-modeline): Doc fix. Respect value of
21506 `timeclock-relative'.
21507
215082003-07-09 Richard M. Stallman <rms@gnu.org>
21509
21510 * textmodes/reftex-parse.el (reftex-all-document-files):
21511 Add autoload cookie.
21512
21513 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
21514 (reftex-scanning-info-available-p): Add autoload cookie.
21515
21516 * international/mule-cmds.el
21517 (set-display-table-and-terminal-coding-system): Delete duplicate
21518 aset on standard-display-table.
21519
21520 * view.el (view-file): If existing buffer's major mode is special,
21521 don't go into view mode.
21522
21523 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
21524
215252003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21526
21527 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
21528 buffer changes; there's third party code that calls this function
21529 directly.
21530
215312003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21532
21533 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
21534 (autodoc-font-lock-keywords): Don't byte compile on font lock
21535 initialization when running from byte compiled files.
21536
215372003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21538
21539 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
21540 statement ends with auto-increment "++".
21541
215422003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21543
21544 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21545 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21546 these are changed, so declare them as variables and not constants.
21547
215482003-07-08 Markus Rost <rost@math.ohio-state.edu>
21549
9242b3b7 21550 * subr.el (dolist, dotimes): Doc fix.
55115079
PA
21551
215522003-07-08 Kim F. Storm <storm@cua.dk>
21553
21554 * international/mule-cmds.el
21555 (set-display-table-and-terminal-coding-system): Don't break
21556 bootstrap if standard-display-table isn't setup yet.
21557
215582003-07-07 Richard M. Stallman <rms@gnu.org>
21559
21560 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
21561 Give it a doc string, and autoload it.
21562
21563 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
21564 Use with-no-warnings.
21565
21566 * info.el (Info-search): If find invisible text, search again.
21567
21568 * isearch.el (search-whitespace-regexp): Add a shy group around it.
21569
21570 * man.el (Man-name-regexp): Match + as part of name.
21571
21572 * simple.el (visible-mode): Rename from vis-mode.
21573 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
21574
21575 * simple.el (current-word): New arg REALLY-WORD specifies
21576 don't include punctuation chars.
21577
21578 * emacs-lisp/debug.el (debug, debugger-env-macro):
21579 Use with-no-warnings while accessing and binding unread-command-char.
21580
21581 * international/mule-cmds.el
21582 (set-display-table-and-terminal-coding-system): Use explicit loop
21583 instead of calling standard-display-default.
21584
21585 * net/ange-ftp.el (ange-ftp-file-symlink-p):
21586 Use condition-case to catch error in ange-ftp-get-files.
21587
21588 * net/browse-url.el (browse-url-browser-function):
21589 Add alternative for Epiphany.
21590 (browse-url-epiphany-program, browse-url-epiphany-arguments)
21591 (browse-url-epiphany-startup-arguments)
21592 (browse-url-epiphany-new-window-is-tab): New variables.
21593 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
21594
21595 * progmodes/compile.el (compile-auto-highlight): Default now t.
21596 (compile): Doc fix.
21597 (compilation-next-error): Fix previous change.
21598
21599 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
21600
21601 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
21602
216032003-07-07 Nick Roberts <nick@nick.uklinux.net>
21604
21605 * gdb-ui.el (gdb-source-info): Display current frame when
21606 attaching to an existing process.
21607 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
21608 while laying out windows when attaching to an existing process.
21609
216102003-07-07 Stefan Monnier <monnier@cs.yale.edu>
21611
21612 * info.el (Info-menu): Use Info-menu-entry-name-re.
21613
216142003-07-06 Stefan Monnier <monnier@cs.yale.edu>
21615
21616 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
21617 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
21618
21619 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
21620 to match the same text.
21621
216222003-07-06 John Paul Wallington <jpw@gnu.org>
21623
21624 * vc.el (vc-annotate-offset): Move defvar up.
21625
216262003-07-06 Kim F. Storm <storm@cua.dk>
21627
21628 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
21629 This should fix the infinite loop when extracting menu names.
21630
216312003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21632
21633 * files.el (auto-mode-alist, interpreter-mode-alist):
21634 Remove entries to CC Mode modes to avoid duplicates; they are now added
21635 with autoload directives in cc-mode.el.
21636
216372003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21638
21639 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21640 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21641 these are changed, so declare them as variables and not constants.
21642
21643 * progmodes/cc-mode.el: Fix some autoload problems: Try to
21644 ensure that the entry for ".c" extension comes before the one for
21645 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
21646 Fix incorrect entries that were added to `interpreter-mode-alist'.
21647 Move the autoload directives for AWK to the top level since they
21648 aren't recognized anywhere else. Do not use the new AWK mode doc
21649 in the autoload form for the old AWK mode.
21650
216512003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21652
21653 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
21654 (bibtex-sort-ignore-string-entries): Default value t.
21655 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
21656 erroneously in previous version.
21657 (bibtex-string-files): Docstring reflects new parsing scheme.
21658 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
21659 docstring, add # as one of the chars to crush
21660 (bibtex-autokey-prefix-string, bibtex-autokey-names)
21661 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
21662 (bibtex-autokey-name-change-strings)
21663 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
21664 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
21665 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
21666 (bibtex-autokey-title-terminators)
21667 (bibtex-autokey-titlewords-stretch)
21668 (bibtex-autokey-titleword-ignore)
21669 (bibtex-autokey-titleword-case-convert)
21670 (bibtex-autokey-titleword-abbrevs)
21671 (bibtex-autokey-titleword-abbrevs)
21672 (bibtex-autokey-titleword-change-strings)
21673 (bibtex-autokey-titleword-length)
21674 (bibtex-autokey-titleword-separator)
21675 (bibtex-autokey-name-year-separator)
21676 (bibtex-autokey-year-title-separator)
21677 (bibtex-autokey-before-presentation-function)
21678 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
21679 Fix docstring.
21680 (bibtex-strings, bibtex-reference-keys):
21681 Use lazy-completion-table and make-variable-buffer-local.
21682 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
21683 (bibtex-braced-string-syntax-table)
21684 (bibtex-quoted-string-syntax-table): New variables.
21685 (bibtex-parse-nested-braces): Remove.
21686 (bibtex-parse-field-string): Use syntax table and forward-sexp.
21687 (bibtex-parse-association): Simplify.
21688 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
21689 (bibtex-parse-field-text): Simplify.
21690 (bibtex-search-forward-field, bibtex-search-backward-field):
21691 argument BOUND can take value t.
21692 (bibtex-start-of-field, bibtex-start-of-name-in-field)
21693 (bibtex-end-of-name-in-field, bibtex-end-of-field)
21694 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21695 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
21696 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
21697 (bibtex-skip-to-valid-entry): Return buffer position of beginning
21698 and ending of entry. Update for changes of bibtex-search-entry.
21699 Simplify.
21700 (bibtex-map-entries): FUN is called with three arguments.
21701 (bibtex-search-entry): Return a cons pair with buffer positions of
21702 beginning and end of entry.
21703 (bibtex-enclosing-field): Simplify.
21704 (bibtex-format-entry): Use booktitle to set a missing title.
21705 (bibtex-autokey-get-names): Fiddle with regexps.
21706 (bibtex-generate-autokey): Use identity.
21707 (bibtex-parse-keys): Use simplified parsing algorithm if
a568a2cc
JB
21708 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
21709 arguments. Return alist of keys.
21710 (bibtex-parse-strings): Simplify. Return alist of strings.
55115079
PA
21711 (bibtex-complete-string-cleanup): Fix docstring.
21712 (bibtex-read-key): New function.
a568a2cc
JB
21713 (bibtex-mode): Fix docstring. Do not parse for keys and
21714 strings when the mode is entered. Set fill-paragraph-function to
21715 bibtex-fill-field. Setup font-lock-mark-block-function the way
55115079 21716 font-lock intended.
a568a2cc 21717 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
55115079
PA
21718 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
21719 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
21720 (bibtex-Preamble): Avoid hard coded constants.
a568a2cc 21721 (bibtex-make-field): Fix docstring. Simplify.
55115079
PA
21722 (bibtex-beginning-of-entry): Always return new position of point.
21723 (bibtex-end-of-entry): Rearrange cond clauses.
21724 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
21725 Update for changes of bibtex-map-entries.
21726 (bibtex-ispell-abstract): Do not move point.
a568a2cc 21727 (bibtex-entry-index): Use downcase. Simplify.
55115079
PA
21728 (bibtex-lessp): Handle catch-all.
21729 (bibtex-find-crossref): Turn into a command.
a568a2cc
JB
21730 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
21731 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
55115079
PA
21732 preamble entries.
21733 (bibtex-fill-field-bounds): New function.
a568a2cc 21734 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
55115079
PA
21735 (bibtex-fill-entry): Use bibtex-fill-field-bounds
21736 (bibtex-String): Use bibtex-strings. Always obey
21737 bibtex-sort-ignore-string-entries.
21738
217392003-07-05 John Paul Wallington <jpw@gnu.org>
21740
21741 * cus-theme.el (customize-create-theme):
21742 Call `customize-create-theme' in Reset widget's notify function.
21743
21744 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
21745 (ibuffer-mark-interactive): Use `or' instead of `unless'.
21746 (define-ibuffer-column name): Add summarizer.
21747 (define-ibuffer-column size): Likewise.
21748 (define-ibuffer-column filename): Likewise.
21749 (define-ibuffer-column process): Likewise. Change BODY's output too.
21750 (define-ibuffer-column filename-and-process): Likewise, likewise.
21751 (ibuffer): Remove local vars `already-in' and `need-update'.
21752
21753 * ibuf-ext.el: Don't require `derived' at compile-time.
21754
217552003-07-05 Kim F. Storm <storm@cua.dk>
21756
21757 * info.el: Disable paragraph refilling.
21758 (Info-refill-paragraphs): New defcustom.
21759 (Info-fontify-node): Use it.
21760
217612003-07-04 Stefan Monnier <monnier@cs.yale.edu>
21762
21763 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
21764 thingies from constructors created by defstruct.
21765
21766 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
21767 the default value of the variable.
21768 (byte-code-meter): Move declaration to top level.
21769
21770 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
21771
21772 * info.el (Info-following-node-name-re): New fun.
21773 (Info-following-node-name): Remove.
21774 (Info-insert-dir): Use the new fun.
21775 (Info-extract-pointer): Don't save restriction; use new fun.
21776 (Info-menu-entry-name-re): New const.
21777 (Info-menu-entry-name-re): Use it along with new fun.
21778 (Info-node-spec-re): Use new fun.
21779 (Info-complete-menu-item, Info-fontify-node): Use new const.
21780 (Info-goto-node, Info-follow-reference, Info-menu-update):
21781 Use match-string.
21782 (Info-follow-reference): Use assoc-string.
21783 Use a list of strings for the completion table.
21784 (Info-fontify-node): Use match-string, line-end-position.
21785 Limit the search for `node:' to the first line.
21786
21787 * newcomment.el (uncomment-region): Remove padding coming from
21788 comment-start rather than just from comment-padding.
21789
21790 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
21791 (vc-cvs-stay-local-p): Use vc-stay-local-p.
21792 (vc-cvs-rename-file): Remove (use the default).
21793 (vc-cvs-register): Register parent dir if needed.
21794 (vc-cvs-could-register): Return non-nil if parent can be registered.
21795 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
21796 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
21797
21798 * vc-svn.el (vc-svn-use-edit): Make it into a const.
21799 (vc-svn-update): Fix the arguments to `svn'.
21800 (vc-svn-diff-tree): Just use `vc-svn-diff'.
21801 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
21802 Simple implementations, assuming `name' is a URL.
21803
21804 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
21805 set of chars allowed unquoted in a case pattern.
21806
21807 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
21808
21809 * font-lock.el (font-lock-extra-types-widget)
21810 (c-font-lock-extra-types, c++-font-lock-extra-types)
21811 (objc-font-lock-extra-types, java-font-lock-extra-types)
21812 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
21813 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
21814 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
21815 (font-lock-match-c++-structor-declaration)
21816 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
21817 (c++-font-lock-keywords-3, c++-font-lock-keywords)
21818 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
21819 (objc-font-lock-keywords-3, objc-font-lock-keywords)
21820 (java-font-lock-keywords-1, java-font-lock-keywords-2)
21821 (java-font-lock-keywords-3, java-font-lock-keywords)
21822 (java-font-lock-syntactic-face-function): Remove obsolete code
21823 and constants. It's all in cc-fonts.el now.
21824
218252003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
21826
21827 * mail/sendmail.el (mail-specify-envelope-from)
21828 (mail-envelope-from): Doc fix.
21829
218302003-07-04 Martin Stjernholm <mast@lysator.liu.se>
21831
21832 * generic-x.el: Do away with the dependency on `c-emacs-features'
21833 when populating `rul-generic-mode-syntax-table'; we already know
21834 this isn't XEmacs.
21835
21836See ChangeLog.10 for earlier changes.
21837
21838;; Local Variables:
21839;; coding: iso-2022-7bit
21840;; End:
21841
47ff5b28 21842 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
55115079
PA
21843 Copying and distribution of this file, with or without modification,
21844 are permitted provided the copyright notice and this notice are preserved.
21845
21846;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1