comparison lisp/ChangeLog @ 83285:865f9b91fdbe

Merged from miles@gnu.org--gnu-2005 (patch 56-58, 232-239) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-232 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-233 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-234 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-235 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-236 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-237 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-238 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-239 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-56 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-57 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-58 Collapse feature addition/removal within single ChangeLog entry git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-325
author Karoly Lorentey <lorentey@elte.hu>
date Fri, 08 Apr 2005 16:25:22 +0000
parents 360860a0006f c63c2b35a8c2
children 9deb6323655c
comparison
equal deleted inserted replaced
83284:360860a0006f 83285:865f9b91fdbe
1 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
2
3 * ielm.el (ielm-prompt-read-only): Doc fix.
4
5 * comint.el (comint-prompt-read-only): Doc fix.
6
7 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
8
9 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
10 ensure dired always handles wildcards passed to ffap.
11 (find-file-at-point): Use it.
12 (ffap-dired-wildcards): Doc fix.
13
14 2005-04-07 Juri Linkov <juri@jurta.org>
15
16 * simple.el (next-error-overlay-arrow-position): New defvar.
17 Put "=>" on its property `overlay-arrow-string'. Add it to
18 `overlay-arrow-variable-list'.
19
20 * progmodes/compile.el (compilation-setup):
21 Set `next-error-overlay-arrow-position' to nil. Also set it to
22 nil in the local hook `kill-buffer-hook'. Make local variable
23 `overlay-arrow-string' and set it to "=>".
24 (compilation-goto-locus): Set BOL position to
25 `next-error-overlay-arrow-position' instead of
26 `overlay-arrow-position'.
27
28 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
29 locally instead of adding it to the global hook.
30 (Info-kill-buffer): Move up.
31
32 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
33
34 * term/xterm.el (xterm-standard-colors): Update color values from
35 xterm-200.
36
37 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
38
39 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
40
41 * fast-lock.el:
42 * lazy-lock.el: Move them to the obsolete subdir.
43
44 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
45
46 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
47 (wdired-add-replace-advice): Remove.
48 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
49
50 2005-04-06 Kim F. Storm <storm@cua.dk>
51
52 * startup.el (command-line): Add --bare-bones alias for -Q.
53
54 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
55
56 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
57 create the startup fontset if a font specification ends with
58 `mac-roman'.
59
60 2005-04-06 Lute Kamstra <lute@gnu.org>
61
62 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
63 change.
64
65 * emacs-lisp/copyright.el (copyright-update-year): Replace the
66 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
67
68 2005-04-05 Lute Kamstra <lute@gnu.org>
69
70 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
71 (define-generic-mode): Ditto. Fix debug declaration.
72
73 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
74 Put them in the generic-x group.
75
76 * calendar/timeclock.el (timeclock): Doc fix.
77
78 * generic.el (define-generic-mode): Don't use custom-current-group.
79 Document default :group value.
80 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
81 (define-global-minor-mode): Don't use custom-current-group.
82
83 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
84
85 * startup.el (command-line-1): Display startup-echo-area-message
86 when fancy splash screen is in use.
87
88 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
89 (sh-escaped-newline): New face.
90 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
91 newline, and use sh-escaped-newline face.
92
93 * progmodes/tcl.el (tcl-escaped-newline): New face.
94 (tcl-builtin-list): New variable.
95 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
96 newlines. Fix keywords subexpression number.
97
98 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
99
100 * textmodes/org.el (org-diary-default-entry): Fix call to
101 `add-to-diary-entry'.
102
103 2005-04-05 Kim F. Storm <storm@cua.dk>
104
105 * ediff-init.el: Use (featurep 'xemacs).
106
107 2005-04-05 David Ponce <david@dponce.com>
108
109 * cus-edit.el (face): Derive from symbol widget. Display sample
110 of the current face on the fly.
111 (widget-face-sample-face-get, widget-face-notify): New functions.
112 (widget-face-value-create): Remove.
113
114 * wid-edit.el (widget-field-end): Temporarily remove field
115 narrowing before to call `get-char-property'.
116
117 2005-04-04 Jay Belanger <belanger@truman.edu>
118
119 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
120 (math-read-subscripts): New variable.
121 (math-read-preprocess-string): Process subscripts.
122
123 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
124
125 * comint.el (comint-prompt-read-only): Doc fix.
126
127 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
128 `-1'. Doc fix.
129
130 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
131
132 * textmodes/org.el (org-insert-mode-line-in-empty-file):
133 Change default value to nil.
134
1 2005-04-04 Lute Kamstra <lute@gnu.org> 135 2005-04-04 Lute Kamstra <lute@gnu.org>
2 136
3 * autorevert.el (auto-revert-mode): Specify :group. 137 * autorevert.el (auto-revert-mode): Specify :group.
4 * battery.el (display-battery-mode): Specify :group. 138 * battery.el (display-battery-mode): Specify :group.
5 * diff-mode.el (diff-minor-mode): Specify :group. 139 * diff-mode.el (diff-minor-mode): Specify :group.
48 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse. 182 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
49 Doc fix. 183 Doc fix.
50 184
51 2005-04-03 Marcelo Toledo <marcelo@marcelotoledo.org> 185 2005-04-03 Marcelo Toledo <marcelo@marcelotoledo.org>
52 186
53 * add-log.el (change-log-font-lock-keywords): The manual 187 * add-log.el (change-log-font-lock-keywords): The manual
54 describing a Change Log entry, says: (...) "Aside from these 188 describing a Change Log entry, says: (...) "Aside from these
55 header lines, every line in the change log starts with a space or 189 header lines, every line in the change log starts with a space or
56 a tab.". The font-lock was not highlighting lines started with 190 a tab.". The font-lock was not highlighting lines started with
57 spaces, added support for it. 191 spaces, added support for it.
58 192
59 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> 193 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
60 194
61 * textmodes/bibtex.el (bibtex-url): Use format to generate the url. 195 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
62 (bibtex-generate-url-list): Update docstring accordingly. Put the 196 (bibtex-generate-url-list): Update docstring accordingly. Put the
80 (default-generic-mode): Specify :group. 214 (default-generic-mode): Specify :group.
81 215
82 * generic-x.el: Specify :group for all generic modes. 216 * generic-x.el: Specify :group for all generic modes.
83 217
84 * desktop.el (desktop-no-desktop-file-hook) 218 * desktop.el (desktop-no-desktop-file-hook)
85 (desktop-after-read-hook): Fix docstring. 219 (desktop-after-read-hook): Doc fix.
86 220
87 2005-04-02 Luc Teirlinck <teirllm@auburn.edu> 221 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
88 222
89 * simple.el (visible-mode): Use explicit :group keyword. 223 * simple.el (visible-mode): Use explicit :group keyword.
90 This changes the group of `visible-mode-hook' from paren-blinking 224 This changes the group of `visible-mode-hook' from paren-blinking
194 (fill-newline): Use fill-text-properties-at instead of 328 (fill-newline): Use fill-text-properties-at instead of
195 text-properties-at. 329 text-properties-at.
196 330
197 2005-03-31 Karl Berry <karl@freefriends.org> 331 2005-03-31 Karl Berry <karl@freefriends.org>
198 332
199 * textmodes/tex-mode.el (tex-compile): shell-quote-argument, 333 * textmodes/tex-mode.el (tex-compile): Use shell-quote-argument,
200 not comint-quote-filename. 334 not comint-quote-filename.
201 335
202 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change) 336 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
203 337
204 * textmodes/tex-mode.el (tex-start-tex) shell-quote-argument, 338 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
205 not comint-quote-filename. 339 not comint-quote-filename.
206 340
207 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org> 341 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
208 342
209 * help-fns.el (help-with-tutorial): Revert last change. 343 * help-fns.el (help-with-tutorial): Revert last change.
1610 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var. 1744 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
1611 (debug): Use it. Move the inhibit-trace earlier. 1745 (debug): Use it. Move the inhibit-trace earlier.
1612 (debug-entry-code): New const. 1746 (debug-entry-code): New const.
1613 (debug-on-entry-1): Use it. 1747 (debug-on-entry-1): Use it.
1614 1748
1615 2005-02-28 Chong Yidong" <cyd@stupidchicken.com> (tiny change) 1749 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
1616 1750
1617 * international/utf-16.el (ccl-encode-mule-utf-16le): 1751 * international/utf-16.el (ccl-encode-mule-utf-16le):
1618 Fix BUFFER_MAGNIFICATION to 2. 1752 Fix BUFFER_MAGNIFICATION to 2.
1619 (ccl-encode-mule-utf-16be): Likewise. 1753 (ccl-encode-mule-utf-16be): Likewise.
1620 1754