comparison lisp/ChangeLog @ 408:501cfd01ee6d r21-2-34

Import from CVS: tag r21-2-34
author cvs
date Mon, 13 Aug 2007 11:18:11 +0200
parents b8cc9ab3f761
children de805c49cfc1
comparison
equal deleted inserted replaced
407:ed6218a7d4d3 408:501cfd01ee6d
1 2000-05-28 Martin Buchholz <martin@xemacs.org>
2
3 * XEmacs 21.2.34 is released.
4
5 2000-05-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
6
7 * font-lock.el (font-lock-keywords): Rewrote docstring
8
9 2000-05-22 Karl M. Hegbloom <karlheg@debian.org>
10
11 * loadhist.el (unload-feature): handle case where x is both boundp
12 and fboundp
13
14 2000-05-22 Karl M. Hegbloom <karlheg@debian.org>
15
16 * packages.el: It's ok to use built-in macros, but not lisp
17 defined ones.
18
19 2000-05-20 Ben Wing <ben@xemacs.org>
20
21 * font-lock.el:
22 * font-lock.el (font-lock-message-threshold):
23 * font-lock.el (font-lock-mode):
24 * font-lock.el (font-lock-default-fontify-buffer):
25 * font-lock.el (font-lock-always-fontify-immediately):
26 * font-lock.el (font-lock-old-extent): Removed.
27 * font-lock.el (font-lock-old-len): Removed.
28 * font-lock.el (font-lock-fontify-glumped-region): Removed.
29 * font-lock.el (font-lock-pending-extent-table): New.
30 * font-lock.el (font-lock-range-table): New.
31 * font-lock.el (font-lock-after-change-function):
32 * font-lock.el (font-lock-after-change-function-1): Removed.
33 * font-lock.el (font-lock-fontify-pending-extents): New.
34 * font-lock.el ('font-lock-revert-cleanup): Removed.
35 * font-lock.el ('font-lock-revert-setup): Removed.
36 Rewrite deferral code to handle any number of changes, merging
37 them properly. Remove hacked-up code for revert-buffer, now
38 unnecessary.
39
40 * menubar-items.el (default-menubar):
41 In Options->Edit Init File, don't switch to emacs-lisp-mode
42 unless necessary; doing this turns off font-lock.
43
44 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
45
46 * keydefs.el: Define C-x BS to backward-kill-sentence.
47
48 2000-05-15 Yoshiki Hayashi <yoshiki@xemacs.org>
49
50 * files.el (hack-local-variables-prop-line): Use non-greedy
51 matching to process -*-texinfo-*- -*-.
52
53 2000-05-11 Jonathan Marten <jonathan.marten@uk.sun.com>
54
55 * minibuf.el (minibuf-directory-files): new function.
56 (read-file-name-activate-callback): use minibuf-directory-files.
57 (read-directory-name-internal): ditto.
58 (mouse-file-display-completion-list): ditto.
59 (mouse-directory-display-completion-list): ditto.
60 (read-file-name-internal): remove "./" from completion list unless
61 explicitly matched, for consistency.
62
63 2000-05-11 Ben Wing <ben@xemacs.org>
64
65 * gutter-items.el (gutter-buffers-tab):
66 * gutter-items.el (add-tab-to-gutter):
67 * gutter-items.el (update-tab-in-gutter):
68 * gutter-items.el (remove-buffer-from-gutter-tab): Removed.
69 * gutter-items.el (append-progress-display):
70 * gutter-items.el (abort-progress-display):
71 * gutter-items.el (raw-append-progress-display):
72 Further fixes. Use set-glyph-image not set-image-instance-property,
73 to fix problems with multiple windows in a frame.
74
75 * menubar-items.el (tutorials-menu-filter):
76 Fix typo.
77
78 * startup.el (early-error-handler):
79 Display message box under windows; otherwise, message will disappear
80 before it can be viewed.
81
82 * update-elc.el:
83 Fix bug in NEEDTODUMP processing.
84
85 2000-05-08 Yoshiki Hayashi <yoshiki@xemacs.org>
86
87 * startup.el (lock-directory): Removed.
88 (superlock-file): Ditto.
89 (startup-set-paths): Remove lockdir.
90 (startup-setup-paths-warning): Remove lock-directory.
91
92 * setup-paths.el (paths-find-lock-directory): Removed.
93 (paths-find-superlock-file): Ditto.
94
95 2000-05-09 Ben Wing <ben@xemacs.org>
96
97 * faces.el (set-face-property):
98 * faces.el (set-face-font):
99 * faces.el (set-face-foreground):
100 * faces.el (set-face-background):
101 * faces.el (set-face-background-pixmap):
102 * faces.el (set-face-underline-p):
103 * faces.el (set-face-strikethru-p):
104 * faces.el (set-face-highlight-p):
105 * faces.el (set-face-dim-p):
106 * faces.el (set-face-blinking-p):
107 * faces.el (set-face-reverse-p):
108 doc string changes.
109
110 * glyphs.el:
111 * glyphs.el (make-image-specifier):
112 * glyphs.el (glyph-property):
113 * glyphs.el (set-glyph-image):
114 * glyphs.el (make-glyph):
115 * glyphs.el (make-pointer-glyph):
116 * glyphs.el (make-icon-glyph):
117 * glyphs.el (widget-image-instance-p): New.
118 authorship info, lots of doc changes. New predicate, inadvertently
119 omitted. the general principle with specifier docs is now that
120 the description of instantiators should go with the make-foo-specifier
121 fun's doc string, rather than in foo-specifier-p. this follows
122 conventions elsewhere in XEmacs and in general is a lot more obvious
123 of a place to look. sometimes the make-foo-specifier function needs
124 to be created in the process.
125
126 * gutter.el:
127 * gutter.el (make-gutter-specifier): New.
128 * gutter.el (make-gutter-size-specifier): New.
129 * gutter.el (make-gutter-visible-specifier): New.
130 specifier doc updates according to the conventions specified before.
131
132 * objects.el:
133 * objects.el (make-font-specifier):
134 * objects.el (make-color-specifier):
135 * objects.el (make-face-boolean-specifier): New.
136 specifier doc updates according to the conventions specified before.
137
138 * specifier.el:
139 * specifier.el (set-specifier):
140 * specifier.el (make-integer-specifier): New.
141 * specifier.el (make-boolean-specifier): New.
142 * specifier.el (make-natnum-specifier): New.
143 * specifier.el (make-generic-specifier): New.
144 * specifier.el (make-display-table-specifier): New.
145 specifier doc updates according to the conventions specified before.
146
147 * toolbar.el:
148 * toolbar.el (make-toolbar-specifier): New.
149 specifier doc updates according to the conventions specified before.
150
151 2000-05-09 Ben Wing <ben@xemacs.org>
152
153 * process.el (call-process-internal): Revert to previous version
154 because Mike's change clashed with a change I did not long before.
155 Changed progn to prog1 to fix the bug pointed out by Mike Alexander.
156 Thanks very much Mike for pointing out the bug and submitting a
157 patch!
158
159 2000-04-13 Mike Alexander <mta@arbortext.com>
160
161 * process.el (call-process-internal): Send the correct input buffer
162 (call-process-internal): Return the exit status of the process
163
164 2000-05-07 Ben Wing <ben@xemacs.org>
165
166 * winnt.el:
167 * winnt.el (nt-quote-args-verbatim): Removed.
168 * winnt.el (nt-quote-args-prefix-quote): Removed.
169 * winnt.el (nt-quote-args-backslash-quote): Removed.
170 * winnt.el (nt-quote-args-double-quote): Removed.
171 * winnt.el (nt-quote-args-functions-alist): Removed.
172 * winnt.el (nt-quote-process-args): Removed.
173 Remove all stuff for argument quoting. We borrow the code instead
174 from Emacs 20.6, which is much more careful in its quoting
175 (e.g. in handling runs of the escape character) and avoids most of
176 the need for this Lisp mechanism by checking to see whether we're
177 running a Cygwin or normal program and doing the appropriate
178 quoting. If we end up needing such a mechanism, we should add
179 it by extending the variable `mswindows-quote-process-args' so it
180 can take an alist of regexps.
181
182 2000-05-07 Ben Wing <ben@xemacs.org>
183
184 * keydefs.el:
185 Restore M-up, M-down to 21.1 state. Put *ward-sentence on
186 C-M-left, C-M-right instead. Define C-M-up, C-M-down to scroll
187 the window without moving point.
188
189 * simple.el:
190 * simple.el (scroll-up-one): New.
191 * simple.el (scroll-down-one): New.
192 Functions for use with C-M-up/down.
193
1 2000-05-01 Martin Buchholz <martin@xemacs.org> 194 2000-05-01 Martin Buchholz <martin@xemacs.org>
2 195
3 * XEmacs 21.2.33 is released. 196 * XEmacs 21.2.33 is released.
4 197
5 2000-04-29 Martin Buchholz <martin@xemacs.org> 198 2000-04-29 Martin Buchholz <martin@xemacs.org>