comparison lisp/ChangeLog @ 410:de805c49cfc1 r21-2-35

Import from CVS: tag r21-2-35
author cvs
date Mon, 13 Aug 2007 11:19:21 +0200
parents 501cfd01ee6d
children 697ef44129c6
comparison
equal deleted inserted replaced
409:301b9ebbdf3b 410:de805c49cfc1
1 2000-07-19 Martin Buchholz <martin@xemacs.org>
2
3 * XEmacs 21.2.35 is released.
4
5 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
6
7 * select.el (selection-coercible-types): Initialise.
8
9 2000-07-18 Alastair J. Houghton <ajhoughton@lineone.net>
10
11 * select.el (own-clipboard): Bug fix.
12
13 2000-07-17 Mike Sperber <mike@xemacs.org>
14
15 * cus-edit.el (custom-migrate-custom-file): Save init file before
16 continuing.
17
18 2000-07-16 Mike Sperber <mike@xemacs.org>
19
20 * startup.el (load-init-file): Remove silly call to
21 `load-user-custom-file`.
22 (maybe-migrate-user-init-file): Minor fixes.
23
24 2000-07-16 Martin Buchholz <martin@xemacs.org>
25
26 * apropos.el (apropos-documentation-check-doc-file):
27 `doc' variable should be let-bound, as was presumably intended.
28
29 * cus-edit.el (custom-variable-reset-saved):
30 (custom-variable-reset-standard):
31 Remove unused variable comment-widget. Twice.
32
33 * toolbar.el (toolbar-blank-press-function):
34 Add a real defvar with initial value nil and proper docstring.
35 (press-toolbar-button): No need to check for boundp-ness anymore.
36
37 * rect.el (open-rectangle-line): Remove useless (let) form.
38 Add defvar for pending-delete-mode.
39
40 * info.el (Info-find-node): This function needs an autoload cookie.
41
42 * mule/mule-x-init.el (x-use-halfwidth-roman-font):
43 Use let* since the second form referred to the first.
44
45 2000-07-16 Adrian Aichner <aichner@ecf.teradyne.com>
46
47 * msw-select.el (mswindows-paste-clipboard): Use `get-clipboard'
48 instead of removed `mswindows-get-clipboard'.
49
50
51 2000-07-15 Alastair J. Houghton <ajhoughton@lineone.net>
52
53 * select.el (select-convert-from-text): New.
54 * select.el (select-convert-from-length): New.
55 * select.el (select-convert-from-integer): New.
56 * select.el (select-convert-from-identity): New.
57 * select.el (select-convert-from-filename): New.
58 * select.el (selection-converter-in-alist): Use them.
59 New converter functions for X.
60
61 * select.el (get-selection): Removed comment.
62
63 * select.el (own-selection): Removed append code - I thought
64 I'd already done this, but apparently not...
65
66 * select.el: Changed comment about TIMESTAMP.
67
68 * select.el (select-convert-in): New.
69 * select.el (select-convert-out): New.
70 New functions that get used by select.c.
71
72 * select.el (select-buffer-killed-default): New.
73 * select.el (select-buffer-killed-text): New.
74 * select.el (selection-buffer-killed-alist): New.
75 New list and functions that get called if a relevant selection
76 exists and a buffer gets killed.
77
78 * select.el (select-convert-to-targets):
79 * select.el (select-convert-to-identity): Removed.
80 * select.el (select-convert-from-identity): Removed.
81 * select.el (select-converter-out-alist):
82 Removed _EMACS_INTERNAL selection type.
83
84 * x-select.el (xselect-kill-buffer-hook): Removed.
85 * x-select.el (xselect-kill-buffer-hook-1): Removed.
86 Removed this X-specific nonesense. Use the generic support
87 in select.el instead.
88
89 2000-07-15 Martin Buchholz <martin@xemacs.org>
90
91 * mule/mule-category.el (defined-category-hashtable):
92 Use make-hash-table instead of make-hashtable
93
94 * buff-menu.el: Byte-compiler warning fix.
95
96 * isearch-mode.el (isearch-highlight-all-cleanup):
97 Remove unused variable `isearch-highlight-all-start'.
98
99 * etags.el (add-to-tag-completion-table): Byte-compiler warning fix.
100
101 * itimer.el (itimer-edit-mode): Byte-compiler warning fixes.
102
103 * cus-dep.el (Custom-make-dependencies):
104 Add autoload cookie for custom-add-loads to generated custom-load.el.
105
106 * autoload.el (autoload-package-name): Warning suppression.
107 Move defvar prior to first use.
108
109 * custom.el: Add autoload for custom-declare-face.
110 Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
111 * cl.el (cl-hack-byte-compiler):
112 Allow `xemacs -no-autoloads -l bytecomp -f batch-byte-compile ...'
113 to work properly.
114
115 2000-07-08 Mike Sperber <mike@xemacs.org>
116
117 * startup.el (load-home-init-file): Added variable.
118 (maybe-migrate-user-init-file): Added.
119 (load-user-init-file): Load custom file if different from init
120 file.
121
122 * dumped-lisp.el (preloaded-file-list): Added "cus-file" before
123 "startup."
124
125 * cus-edit.el (custom-migrate-custom-file): Added for migration.
126 Moved `custom-file'-related code to cus-file.el.
127
128 * cus-file.el: New file.
129
130 2000-04-01 Mike Sperber <mike@xemacs.org>
131
132 * packages.el (packages-find-package-directories): Added support
133 for external package hierarchies with in-place installations.
134
135 * find-paths.el (paths-root-in-place-p): Added.
136 (paths-find-emacs-directory): Added support for external
137 directories with in-place installations.
138 (paths-find-site-directory): Ditto.
139
140 * startup.el (find-user-init-file): Also look for
141 ~/.xemacs/init.elc? in preference to ~/.emacs.
142
143 2000-07-12 Alastair J. Houghton <ajhoughton@lineone.net>
144
145 * select.el (own-selection):
146 * select.el (own-clipboard): Changed `append' parameter to
147 `how-to-use' parameter.
148 * select.el (own-selection): Removed icky append code.
149 * select.el (own-selection, get-selection): Removed extra type
150 checking.
151 * select.el (selection-appender-alist):
152 * select.el (selection-converter-{in|out}-alist): Initialise.
153 * select.el (select-append-to-*): New.
154 * select.el (select-convert-from-*): New. New functions to append
155 data and convert data from external type.
156
157 2000-07-12 Stef Epardaud <stef@lunatech.com>
158
159 * font-lock.el: Javadoc enhancements.
160
161 2000-07-06 Kirill 'Big K' Katsnelson <kkm@dtmx.com>
162
163 * printer.el (generic-print-region): Compose job name from buffer
164 name.
165
166 2000-07-06 Yoshiki Hayashi <yoshiki@xemacs.org>
167
168 * font-lock.el (font-lock-fontify-pending-extents): Call
169 font-lock-fontify-region instead of font-lock-fontify-buffer
170 to avoid unnecessary progress gauges.
171
172 2000-07-06 Craig Lanning <lanning@scra.org>
173
174 * custom-load.el (faces):
175
176 * finder.el (finder-compile-keywords): from Dan Holmsand, make sure
177 dir is a regex.
178
179 * process.el (call-process-internal): from Dan Holmsand, use binary
180 coding systems so that jka-compr works.
181
182 2000-07-07 Ben Wing <ben@xemacs.org>
183
184 * font-lock.el: Undo previous change. Unfortunately, some
185 files actually use the variables directly in their init code
186 without quoting them.
187
188 2000-07-07 Ben Wing <ben@xemacs.org>
189
190 * font-lock.el (defvar font-lock-*-face): Removed.
191
192 * font-lock.el (font-lock-apply-highlight): Bind these face vars
193 only when necessary.
194
195 2000-06-30 Charles G Waldman <cgw@alum.mit.edu>
196
197 * cl-macs.el: fix cl-transform-function-property kludge
198 so that it does not require a random feature.
199
200 2000-06-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
201
202 * files.el (auto-mode-alist): allow .make extension for Makefiles,
203 as in Linux kernel "Rules.make".
204
205 2000-06-29 Gunnar Evermann <ge204@eng.cam.ac.uk>
206
207 * build-report.el (build-report): Add autoload cookie.
208
209 2000-06-21 Charles G Waldman <cgw@alum.mit.edu>
210
211 * package-ui.el (defgroup pui): Correct a misspelling
212 (pui-toggle-package-delete): Change `seleted' to `selected'
213
214 2000-06-12 Jan Vroonhof <vroonhof@math.ethz.ch>
215
216 * package-get.el (package-get-update-base):
217 (package-get): Use insert-file-contents-literally always.
218 (package-get-maybe-save-index):
219 Force coding system for writing to binary.
220
221 2000-06-08 Mike Alexander <mta@arbortext.com>
222
223 * code-process.el (call-process-region): If there is no coding
224 system for the process on process-coding-system-alist use the
225 coding system of the buffer containing the region.
226
227 2000-06-10 Ben Wing <ben@xemacs.org>
228
229 * cmdloop.el (command-error):
230 If debug-on-error and noninteractive, output backtrace.
231
232 * files.el (file-relative-name):
233 Remove MSDOS references.
234
235 * simple.el (line-number): New function, due to non-obvious
236 behavior/usage of count-lines.
237
238 * simple.el (count-lines): document non-obvious usage to get
239 line number.
240
241 2000-06-11 Ben Wing <ben@xemacs.org>
242
243 * faces.el ((featurep 'xpm)):
244 * x-faces.el (x-init-face-from-resources):
245 * x-faces.el (x-init-frame-faces):
246 * x-misc.el (x-init-specifier-from-resources):
247 * x-misc.el (x-get-resource-and-bogosity-check):
248 * x-misc.el (x-get-resource-and-maybe-bogosity-check):
249 * x-mouse.el (x-init-pointer-shape):
250 * x-scrollbar.el (x-init-scrollbar-from-resources):
251 Add sixth argument to x-get-resource calls so as to issue warnings
252 rather than errors on bogus arguments.
253
254 2000-06-05 Ben Wing <ben@xemacs.org>
255
256 * compat.el: new file. provides a clean, non-intrusive way to
257 define compatibility functions.
258
259 * process.el (shell-quote-argument): temporary fix for lack
260 of nt-quote-process-args. #### I need to put back the overall
261 structure of that mechanism but redo the guts of it using the
262 extra intelligence in the C code.
263
264 2000-05-28 Adrian Aichner <aichner@ecf.teradyne.com>
265
266 * package-info.el (pi-md5sum): Calculate MD5 sum just like
267 `package-get' does in package-get.el, instead of using external
268 "md5sum" program.
269
270 * package-get.el (package-get): Insert package file literally to
271 make checksum calculation work.
272
273 2000-04-18 Hrvoje Niksic <hniksic@iskon.hr>
274
275 * code-files.el (convert-mbox-coding-system): Deleted.
276 (file-coding-system-alist): Removed reference to
277 convert-mbox-coding-system.
278
1 2000-05-28 Martin Buchholz <martin@xemacs.org> 279 2000-05-28 Martin Buchholz <martin@xemacs.org>
2 280
3 * XEmacs 21.2.34 is released. 281 * XEmacs 21.2.34 is released.
4 282
5 2000-05-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> 283 2000-05-20 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
224 * gutter-items.el (set-progress-display-style): 502 * gutter-items.el (set-progress-display-style):
225 * gutter-items.el (search-dialog-callback): 503 * gutter-items.el (search-dialog-callback):
226 * gutter-items.el (make-search-dialog): 504 * gutter-items.el (make-search-dialog):
227 Change to new callback-ex api. 505 Change to new callback-ex api.
228 506
229 2000-04-26 Björn Torkelsson <torkel@hpc2n.umu.se> 507 2000-04-26 Bjrn Torkelsson <torkel@hpc2n.umu.se>
230 508
231 * help.el: (describe-installation): decode-coding-string is not 509 * help.el: (describe-installation): decode-coding-string is not
232 defined in a non MULE environment. 510 defined in a non MULE environment.
233 511
234 2000-04-28 Ben Wing <ben@xemacs.org> 512 2000-04-28 Ben Wing <ben@xemacs.org>