comparison lisp/ChangeLog @ 83221:0fc4928cc48e

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-616 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-617 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-618 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-619 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-620 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-621 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-622 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-623 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-624 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-625 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-51 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-52 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-53 Merge from emacs--cvs-trunk--0 git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-261
author Karoly Lorentey <lorentey@elte.hu>
date Tue, 19 Oct 2004 17:00:02 +0000
parents e86fc76a45e4 8dcad0d503c2
children ae7fab96922c
comparison
equal deleted inserted replaced
83220:fe1db7935e1a 83221:0fc4928cc48e
1 2004-10-18 David Ponce <david@dponce.com>
2
3 * mouse.el (mouse-drag-move-window-top): New function.
4 (mouse-drag-mode-line-1): Use it.
5
6 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
7
8 * info.el (Info-fontify-node): For multiline refs,
9 arrange to unfontify newline and surrounding whitespace.
10
11 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12
13 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
14 directory is missing.
15
16 2004-10-17 John Paul Wallington <jpw@gnu.org>
17
18 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
19 New customizable variable; whether to display buffers that match
20 `ibuffer-maybe-show-predicates' by default.
21 (ibuffer-maybe-show-predicates): Mention it in docstring.
22 (ibuffer-display-maybe-show-predicates): New variable.
23 (ibuffer-update): Prefix arg now toggles whether buffers that
24 match `ibuffer-maybe-show-predicates' should be displayed.
25 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
26 locally to heed `ibuffer-default-display-maybe-show-predicates'.
27 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
28
29 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
30
31 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
32 work correctly.
33
34 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
35
36 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
37 (Buffer-menu-beginning): New helper function.
38 (Buffer-menu-execute): Use it.
39 (Buffer-menu-select): Use it.
40 (Buffer-menu-sort): Use it and also keep markers.
41
42 2004-10-17 Richard M. Stallman <rms@gnu.org>
43
44 * paths.el (news-directory): Rename from news-path. Old name alias.
45 (rmail-spool-directory): Use defvar.
46 (sendmail-program): Use defcustom.
47 (remote-shell-program): Use defcustom.
48 (term-file-prefix): Use defvar.
49 (abbrev-file-name): Use defvar.
50
51 * term.el: Add maintainer.
52
53 * subr.el (with-local-quit): Return nil if there's a quit.
54 (read-passwd): Use with-local-quit. Doc fix.
55
56 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
57 (strokes-unload-hook): Set as a variable with add-hook.
58
59 * startup.el (fancy-splash-tail, normal-splash-screen):
60 Update copyright year.
61
62 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
63
64 * server.el (server-unload-hook): Set as a variable with add-hook.
65
66 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
67
68 * frame.el (special-display-popup-frame):
69 Make the buffer current as its frame is created.
70
71 * delsel.el (delsel-unload-hook): Set as a variable.
72
73 * comint.el (comint-output-filter-functions):
74 Add comint-watch-for-password-prompt.
75 (comint-read-noecho): Function deleted.
76 (send-invisible): Use read-passwd.
77
78 * fringe.el (fringe-mode-initialize): New function.
79 (fringe-mode): Use fringe-mode-initialize as :initialize.
80
81 2004-10-17 Kim F. Storm <storm@cua.dk>
82
83 * language/indian.el (indian-script-language-alist): Swap value and doc.
84 (indian-font-char-index-table): Doc fix.
85
86 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
87
88 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
89
90 2004-10-16 Juri Linkov <juri@jurta.org>
91
92 * progmodes/compile.el (compilation-start): Move let-binding of
93 `process-environment' into `with-current-buffer' body.
94 Reported by Matt Hodges <MPHodges@member.fsf.org>.
95
96 2004-10-16 Richard M. Stallman <rms@gnu.org>
97
98 * pcvs-util.el (cvs-bury-buffer):
99 Don't call get-buffer-window for effect.
100
101 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
102
103 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
104
105 * msb.el (msb-unload-hook): Set the variable.
106
107 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
108 Use * to err if buffer is readonly.
109
110 * subr.el (looking-back): Return only t or nil.
111
112 * whitespace.el (whitespace-unload-hook): Set the variable.
113
114 * view.el (view-mode-enable): Set view-page-size and
115 view-half-page-size to nil.
116 (view-set-half-page-size-default): view-half-page-size = nil
117 means the default.
118 (View-scroll-page-forward): Use view-page-size-default.
119 (View-scroll-page-backward): Likewise.
120 (view-page-size, view-half-page-size): Doc fixes.
121
122 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
123
124 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
125
126 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
127 "cl" like other files. Instead, call byte-compile-find-cl-functions.
128 (byte-compile-log-1): Bind inhibit-read-only.
129 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
130 (byte-compile-log-warning): Likewise.
131 (byte-compile-file-form-require): Detect "cl" from the arg value.
132
133 * progmodes/compile.el (compilation-start): Assume compilation-mode
134 will make the buffer read-only.
135 (compilation-mode): Take arg name-of-mode.
136 (compilation-setup): Make buffer read-only.
137 (compilation-handle-exit): Bind inhibit-read-only.
138
139 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
140 (ispell-message): Likewise.
141 (ispell-show-choices): Don't call get-buffer-window uselessly.
142 (ispell-init-process): Use set-process-query-on-exit-flag.
143
144 2004-10-16 Kim F. Storm <storm@cua.dk>
145
146 * fringe.el (fringe-bitmaps): Only initialize when defined.
147
148 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
149 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
150
151 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
152
153 2004-10-15 Simon Josefsson <jas@extundo.com>
154
155 * net/password.el: Add.
156
1 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org> 157 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
2 158
3 * button.el (button-activate): Allow a marker to display as an 159 * button.el (button-activate): Allow a marker to display as an action.
4 action. 160
5 161 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
6 * help-fns.el (describe-variable): Use it to make "below" a
7 hyperlink.
8 162
9 * help.el (describe-mode): Use it to make minor mode list into 163 * help.el (describe-mode): Use it to make minor mode list into
10 hyperlinks. 164 hyperlinks.
11 165
12 2004-10-14 Masatake YAMATO <jet@gyve.org> 166 2004-10-14 Masatake YAMATO <jet@gyve.org>
22 176
23 * subr.el (substitute-key-definition-key): New function. 177 * subr.el (substitute-key-definition-key): New function.
24 (substitute-key-definition): Use it with map-keymap. 178 (substitute-key-definition): Use it with map-keymap.
25 (event-modifiers): Use push. 179 (event-modifiers): Use push.
26 (mouse-movement-p, with-temp-buffer): Simplify. 180 (mouse-movement-p, with-temp-buffer): Simplify.
181
182 2004-10-12 Richard M. Stallman <rms@gnu.org>
183
184 * info-look.el (info-lookup-file): Add info-file property.
185 (info-lookup-symbol): Likewise.
186
187 * info.el (info-xref): Add underlining.
188 (info): Add info-file property.
189 (Info-find-emacs-command-nodes): Specify case-sensitive search.
27 190
28 2004-10-12 Michael Albinus <michael.albinus@gmx.de> 191 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
29 192
30 Sync with Tramp 2.0.45. 193 Sync with Tramp 2.0.45.
31 194
199 * calendar/icalendar.el: New file. 362 * calendar/icalendar.el: New file.
200 363
201 2004-10-05 Juri Linkov <juri@jurta.org> 364 2004-10-05 Juri Linkov <juri@jurta.org>
202 365
203 * isearch.el (isearch-done): Set mark after running hook. 366 * isearch.el (isearch-done): Set mark after running hook.
204 Suggested by Drew Adams <drew.adams@oracle.com>. 367 Reported by Drew Adams <drew.adams@oracle.com>.
205 368
206 * info.el (Info-history, Info-toc): Fix Info headers. 369 * info.el (Info-history, Info-toc): Fix Info headers.
207 (Info-toc): Narrow buffer before Info-fontify-node. 370 (Info-toc): Narrow buffer before Info-fontify-node.
208 (Info-build-toc): Don't check for special Info file names. 371 (Info-build-toc): Don't check for special Info file names.
209 Set main-file to nil if Info-find-file returns a symbol. 372 Set main-file to nil if Info-find-file returns a symbol.