comparison lisp/ChangeLog @ 40230:4f4fa18e6655

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 23 Oct 2001 22:01:17 +0000
parents ec64097f5038
children 111fc7634b28
comparison
equal deleted inserted replaced
40229:618f0d7df7a0 40230:4f4fa18e6655
1 2001-10-23 Stefan Monnier <monnier@cs.yale.edu> 1 2001-10-23 Stefan Monnier <monnier@cs.yale.edu>
2
3 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
2 4
3 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error): 5 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
4 Turn caadr into caar of cdr. 6 Turn caadr into caar of cdr.
5 7
6 2001-10-23 Gerd Moellmann <gerd@gnu.org> 8 2001-10-23 Gerd Moellmann <gerd@gnu.org>
7 9
8 * info.el (Info-fontify-node): Bind doun-mouse-{1,2} instead 10 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
9 of mouse-{1,2} since dragging is on the down event. 11 of mouse-{1,2} since dragging is on the down event.
10 12
11 * play/doctor.el (make-doctor-variables): Remove a '($ please)'. 13 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
12 14
13 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t 15 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
17 (desktop-create-buffer): Set it. 19 (desktop-create-buffer): Set it.
18 (desktop-read): Bind it and switch to that buffer. 20 (desktop-read): Bind it and switch to that buffer.
19 21
20 2001-10-22 Gerd Moellmann <gerd@gnu.org> 22 2001-10-22 Gerd Moellmann <gerd@gnu.org>
21 23
22 * progmodes/compile.el (compilation-set-window-height): Select 24 * progmodes/compile.el (compilation-set-window-height):
23 old window only if it's still live. 25 Select old window only if it's still live.
24 26
25 2001-10-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 27 2001-10-22 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
26 28
27 * help-mode.el (help-buffer): Remove debugging code. 29 * help-mode.el (help-buffer): Remove debugging code.
28 From Stefan Monnier <monnier@cs.yale.edu>. 30 From Stefan Monnier <monnier@cs.yale.edu>.
29 31
30 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il> 32 2001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
31 33
32 * files.el (file-name-sans-extension, file-name-extension): Don't 34 * files.el (file-name-sans-extension, file-name-extension):
33 count the leading dots in file names as signaling an extension. 35 Don't count the leading dots in file names as signaling an extension.
34 36
35 2001-10-22 Andre Spiegel <spiegel@gnu.org> 37 2001-10-22 Andre Spiegel <spiegel@gnu.org>
36 38
37 * vc.el (vc-diff-switches): Doc rewritten. 39 * vc.el (vc-diff-switches): Doc rewritten.
38 40
49 (sgml-maybe-name-self): Convert unibyte characters to multibyte. 51 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
50 52
51 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the 53 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
52 doc string the effect of `left' and `top' parameters in 54 doc string the effect of `left' and `top' parameters in
53 tooltip-frame-parameters, the default values, and the units. 55 tooltip-frame-parameters, the default values, and the units.
54 (tooltip-frame-parameters): Mention `top' and `left' in the doc 56 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
55 string.
56 (tooltip-show): Mention in the doc string the `top' and `left' 57 (tooltip-show): Mention in the doc string the `top' and `left'
57 parameters in tooltip-frame-parameters, and x-max-tooltip-size. 58 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
58 59
59 2001-10-22 Andre Spiegel <spiegel@gnu.org> 60 2001-10-22 Andre Spiegel <spiegel@gnu.org>
60 61
61 Add autoscaling support for vc-annotate. 62 Add autoscaling support for vc-annotate.
62 From J.D. Smith <jdsmith@astro.cornell.edu>. 63 From J.D. Smith <jdsmith@astro.cornell.edu>.
63 64
64 * vc.el (vc-annotate-display-default): Accept colormap scaling 65 * vc.el (vc-annotate-display-default): Accept colormap scaling
65 ratio (now deprecated). 66 ratio (now deprecated).
66 (vc-annotate-display-autoscale): Added. 67 (vc-annotate-display-autoscale): Added.
67 (vc-annotate-add-menu): New autoscaling menu options "Span to 68 (vc-annotate-add-menu): New autoscaling menu options "Span to
68 Oldest" and "Span Oldest->Newest". Easymenu support added for 69 Oldest" and "Span Oldest->Newest". Easymenu support added for
69 toggle menus driven by customize variable 70 toggle menus driven by customize variable `vc-annotate-display-mode'.
70 `vc-annotate-display-mode'.
71 (vc-annotate-display-select): Added. 71 (vc-annotate-display-select): Added.
72 (vc-annotate): Changed temp-buffer-show-function to 72 (vc-annotate): Changed temp-buffer-show-function to
73 `vc-annotate-display-select'. 73 `vc-annotate-display-select'.
74 (vc-annotate-display): Removed arguments BUFFER and BACKEND. 74 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
75 Added argument OFFSET. Instead of backend function, calls now 75 Added argument OFFSET. Instead of backend function, calls now
78 backend-specific function. No longer takes argument POINT, but 78 backend-specific function. No longer takes argument POINT, but
79 instead accepts a time OFFSET. 79 instead accepts a time OFFSET.
80 (vc-default-annotate-current-time): Added. 80 (vc-default-annotate-current-time): Added.
81 81
82 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic 82 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
83 version in vc.el, with 83 version in vc.el, with
84 (vc-cvs-annotate-current-time): Added, as override of default. 84 (vc-cvs-annotate-current-time): Added, as override of default.
85 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed) 85 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
86 `vc-cvs-annotate-difference'. 86 `vc-cvs-annotate-difference'.
87 87
88 2001-10-22 Gerd Moellmann <gerd@gnu.org> 88 2001-10-22 Gerd Moellmann <gerd@gnu.org>
89 89
90 * saveplace.el (save-place): Require `saveplace'. 90 * saveplace.el (save-place): Require `saveplace'.
91 91
92 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist): 92 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
93 Use `sexp' for :value-type instead of `face'. 93 Use `sexp' for :value-type instead of `face'.
94 94
95 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il> 95 2001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
96 96
97 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the 97 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
115 `insert-string', `ml-if', `ml-provide-prefix-argument', and 115 `insert-string', `ml-if', `ml-provide-prefix-argument', and
116 `ml-prefix-argument-loop'. 116 `ml-prefix-argument-loop'.
117 117
118 2001-10-21 Andre Spiegel <spiegel@gnu.org> 118 2001-10-21 Andre Spiegel <spiegel@gnu.org>
119 119
120 * vc.el (vc-diff-internal, vc-coding-system-for-diff, 120 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
121 vc-default-diff-tree): New functions. 121 (vc-default-diff-tree): New functions.
122 (vc-version-diff): Use them. As a result, coding systems are now 122 (vc-version-diff): Use them. As a result, coding systems are now
123 set up properly for all sorts of diffs, and tree diffs can now 123 set up properly for all sorts of diffs, and tree diffs can now
124 also be done locally. 124 also be done locally.
125 (vc-diff): With a prefix argument, don't require that it's called 125 (vc-diff): With a prefix argument, don't require that it's called
126 from a buffer under version control. 126 from a buffer under version control.
127 (diff-switches): Remove duplicate definition. 127 (diff-switches): Remove duplicate definition.
128 128
129 * vc-cvs.el (vc-cvs-diff-tree): New function. 129 * vc-cvs.el (vc-cvs-diff-tree): New function.
130 130
131 2001-10-21 Miles Bader <miles@gnu.org> 131 2001-10-21 Miles Bader <miles@gnu.org>
132 132
133 * help-funs.el (help-manyarg-func-alist): Remove entries for 133 * help-funs.el (help-manyarg-func-alist): Remove entries for
149 * (Version 21.1 released.) 149 * (Version 21.1 released.)
150 150
151 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il> 151 2001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
152 152
153 * files.el (auto-mode-alist): Associate .indent.pro with 153 * files.el (auto-mode-alist): Associate .indent.pro with
154 Fundamental mode. Suggested by Samuel Padgett 154 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
155 <spadgett1@nc.rr.com>.
156 155
157 2001-10-18 Sam Steingold <sds@gnu.org> 156 2001-10-18 Sam Steingold <sds@gnu.org>
158 157
159 Put the *Compile-Log* buffer in `compilation-mode'. 158 Put the *Compile-Log* buffer in `compilation-mode'.
160 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function. 159 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
161 (byte-compile-log-1, byte-compile-log-file) 160 (byte-compile-log-1, byte-compile-log-file)
162 (displaying-byte-compile-warnings): use it 161 (displaying-byte-compile-warnings): Use it
163 162
164 2001-10-18 Stefan Monnier <monnier@cs.yale.edu> 163 2001-10-18 Stefan Monnier <monnier@cs.yale.edu>
165 164
166 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set. 165 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
167 166