Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 284:558f606b08ae r21-0b40
Import from CVS: tag r21-0b40
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:34:13 +0200 |
parents | c42ec1d1cded |
children | 57709be46d1b |
comparison
equal
deleted
inserted
replaced
283:fa3d41851a08 | 284:558f606b08ae |
---|---|
1 1998-05-16 Hrvoje Niksic <hniksic@srce.hr> | |
2 | |
3 * loadup.el (really-early-error-handler): Ditto. | |
4 | |
5 * update-elc.el: Ditto. | |
6 | |
7 * setup-paths.el (paths-construct-exec-path): Ditto. | |
8 | |
9 * make-docfile.el: Ditto. | |
10 | |
11 * find-paths.el (paths-decode-directory-path): Use split-path | |
12 instead of decode-path. | |
13 | |
14 * files.el (parse-colon-path): Update docstring reference. | |
15 | |
16 1998-05-15 Jonathan Harris <jhar@tardis.ed.ac.uk> | |
17 | |
18 * msw-init.el: | |
19 * x-init.el: | |
20 Bind cut'n'paste keys to non window-system specific functions. | |
21 | |
22 * msw-select.el: New function mswindows-clear-clipboard. | |
23 mswindows-cut-copy-clipboard extended to handle clearing of the | |
24 selection and renamed to mswindows-cut-copy-clear-clipboard. | |
25 | |
26 * select.el: on mswindows devices delete-primary-selection | |
27 calls mswindows-clear-clipboard. | |
28 | |
29 1998-05-15 Hrvoje Niksic <hniksic@srce.hr> | |
30 | |
31 * simple.el (quoted-insert): Inhibit quit when using read-char. | |
32 | |
33 * cmdloop.el (read-char): Don't inhibit quit. | |
34 (read-char-exclusive): Ditto. | |
35 (read-char): Signal quit if quit-char was pressed. | |
36 (read-char-exclusive): Ditto. | |
37 (read-quoted-char): Return a character, not integer. | |
38 | |
39 * menubar-items.el (default-popup-menu): Use Andy's generic | |
40 selection code. | |
41 (default-popup-menu): Fix code. | |
42 | |
43 1998-05-14 Oliver Graf <ograf@fga.de> | |
44 | |
45 * dragdrop.el (dragdrop-function-widget): this time it's done | |
46 | |
47 1998-05-13 Oliver Graf <ograf@fga.de> | |
48 | |
49 * dumped-lisp.el: dragdrop.el now based on dragdrop-api feature | |
50 | |
51 1998-05-15 Kirill M. Katsnelson <kkm@kis.ru> | |
52 | |
53 * device.el (device-pixel-width): | |
54 (device-pixel-height): | |
55 (device-mm-width): | |
56 (device-mm-height): | |
57 (device-bitplanes): | |
58 (device-color-cells): Swapped parameters to device-system-metric | |
59 according to the interface change. | |
60 | |
61 1998-05-14 Kirill M. Katsnelson <kkm@kis.ru> | |
62 | |
63 * mouse.el (default-mouse-motion-handler): Use new name of the | |
64 function event-over-vertical-divider-p. | |
65 Do not set E-W arrow cursor over the divider if | |
66 vertical-divider-draggable-p is nil in the window. | |
67 ([top-level]): Use new name for the variable | |
68 vertical-divider-map. | |
69 (drag-window-divider): Respect vertical-divider-draggable-p. | |
70 Variable name typo fixes. | |
71 | |
72 1998-05-14 Hrvoje Niksic <hniksic@srce.hr> | |
73 | |
74 * keymap.el (kbd): Define here; handle string constants and | |
75 others... | |
76 | |
77 1998-05-15 Christian Nybø <chr@mediascience.no> | |
78 | |
79 * simple.el (zap-up-to-char): New function. Behaves like `zap-to-char' | |
80 in Emacs 18. | |
81 | |
82 1998-05-13 Didier Verna <verna@inf.enst.fr> | |
83 | |
84 * mouse.el (drag-window-divider): give the vertical divider a | |
85 pressed look when dragging it. | |
86 | |
87 1998-05-13 Andy Piper <andyp@parallax.co.uk> | |
88 | |
89 * faces.el: predicate some more face operations on x or mswindows | |
90 not just x. | |
91 | |
92 * modeline.el: enable modeline coloring for mswindows. | |
93 | |
94 1998-05-13 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
95 | |
96 * minibuf.el (minibuffer-default): Added variable; compatible with | |
97 FSF Emacs. | |
98 (next-history-element): Used `minibuffer-default'. | |
99 | |
100 1998-05-12 Oliver Graf <ograf@fga.de> | |
101 | |
102 * dragdrop.el (dragdrop-function-widget): button and mods ok | |
103 arguments still look a bit strange | |
104 (dragdrop-compare-mods) created | |
105 (dragdrop-drop-do-functions) correctly checks for buttons and | |
106 modifiers | |
107 | |
108 1998-05-14 Hrvoje Niksic <hniksic@srce.hr> | |
109 | |
110 * setup-paths.el (paths-default-info-directories): Replace | |
111 path-separator with directory-sep-char. | |
112 | |
113 * files.el (path-separator): Don't define it here. | |
114 | |
115 1998-05-14 Hrvoje Niksic <hniksic@srce.hr> | |
116 | |
117 * update-elc.el: Ditto. | |
118 | |
119 * setup-paths.el (paths-construct-exec-path): Ditto. | |
120 | |
121 * make-docfile.el: Ditto. | |
122 | |
123 * loadup.el (really-early-error-handler): Ditto. | |
124 | |
125 * find-paths.el (paths-decode-directory-path): Use decode-path | |
126 instead of decode-path-internal. | |
127 | |
128 * files.el (parse-colon-path): Update docstring. | |
129 | |
130 1998-05-13 Hrvoje Niksic <hniksic@srce.hr> | |
131 | |
132 * subr.el (get-buffer-window-list): Make BUFFER optional. | |
133 | |
134 * window-xemacs.el (windows-of-buffer): Defalias to | |
135 get-buffer-window-list. | |
136 | |
137 1998-05-12 Hrvoje Niksic <hniksic@srce.hr> | |
138 | |
139 * disass.el: Fix maintainer keyword. | |
140 | |
141 * bytecomp.el (byte-compile-and-load-file): Autoload. | |
142 (byte-compile-buffer): Ditto. | |
143 | |
144 * lisp-mode.el (eval-last-sexp): Skip ` in `variable' so that the | |
145 value is returned, not the name. | |
146 (lisp-imenu-generic-expression): Enable it. | |
147 (lisp-mode-variables): Ditto. | |
148 (lisp-indent-offset): Change defconst to defvar. | |
149 (lisp-indent-function): Ditto. | |
150 (lisp-body-indent): Ditto. | |
151 | |
152 1998-05-12 Hrvoje Niksic <hniksic@srce.hr> | |
153 | |
154 * modeline.el: Use zap-last-kbd-macro-event. | |
155 | |
156 * lisp-mode.el (eval-interactive): If eval-interactive-verbose is | |
157 nil, don't attempt to do anything with messages. | |
158 (eval-last-sexp): Use `letf' for clarity. | |
159 | |
160 1998-05-12 Hrvoje Niksic <hniksic@srce.hr> | |
161 | |
162 * startup.el: It's still `.emacs', not yet `.xemacs/init.el'. | |
163 | |
164 1998-05-11 Martin Buchholz <martin@xemacs.org> | |
165 | |
166 * buff-menu.el: | |
167 * lisp-mode.el: | |
168 * obsolete.el: | |
169 Change empty docstrings into no doc strings at all. | |
170 Fix bogus FSF-format docstrings. | |
171 * etags.el: Fix docstring. | |
172 | |
173 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch> | |
174 | |
175 * package-get.el (package-get): Use internal md5 | |
176 | |
177 1998-05-13 SL Baur <steve@altair.xemacs.org> | |
178 | |
179 * about.el (about-xemacs): Correct abuse of concat. | |
180 | |
181 1998-05-11 SL Baur <steve@altair.xemacs.org> | |
182 | |
183 * info.el (Info-mode): Use easymenu. | |
184 | |
185 1998-05-12 Hrvoje Niksic <hniksic@srce.hr> | |
186 | |
187 * apropos.el (apropos): Don't use concat with integers. | |
188 | |
189 * cmdloop.el (describe-last-error): Handle the case when no error | |
190 was seen gracefully. | |
191 | |
192 * apropos.el (apropos-print): Use with-displaying-help-buffer as | |
193 defun. | |
194 (apropos-describe-plist): Ditto. | |
195 | |
196 * help.el (with-displaying-help-buffer): Revert to a defun. | |
197 (describe-key): Use it as defun. | |
198 (describe-mode): Ditto. | |
199 (describe-bindings): Ditto. | |
200 (describe-prefix-bindings): Ditto. | |
201 (describe-installation): Ditto. | |
202 (view-lossage): Ditto. | |
203 (describe-function): Ditto. | |
204 (describe-variable): Ditto. | |
205 (describe-syntax): Ditto. | |
206 | |
207 1998-05-11 Oliver Graf <ograf@fga.de> | |
208 | |
209 * dragdrop.el: changed order of require/provide | |
210 (dragdrop-drop-mime-default) changed to new calling conventions | |
211 (dragdrop-drop-do-functions) changed to new calling conventions | |
212 (dragdrop-function-widget) this one needs more work... | |
213 | |
214 1998-05-10 Oliver Graf <ograf@fga.de> | |
215 | |
216 * about.el: another small change in my entry | |
217 * dragdrop.el (dragdrop-drop-log-function): logging added | |
218 plus customizations | |
219 changed interface to handler functions. now called with event | |
220 and object | |
221 | |
222 1998-05-12 Kirill M. Katsnelson <kkm@kis.ru> | |
223 | |
224 * glyphs.el (divider-pointer-glyph): Declared new glyph, | |
225 E-W arrow pointer displayed over draggable dividers. | |
226 | |
227 * mouse.el (default-mouse-motion-handler): Show it when | |
228 appropriate. | |
229 (drag-window-divider): Added. | |
230 ([top-level]): Initialized window-divider-map with a keymap | |
231 binding the above function to left button down event. | |
232 | |
233 * x-mouse.el (x-init-pointer-shape): Initialize | |
234 divider-pointer-glyph from Cursor.dividerPointer, or use default | |
235 E-W double arrow. | |
236 | |
237 1998-04-30 Gunnar Evermann <Gunnar.Evermann@nats.informatik.uni-hamburg.de> | |
238 | |
239 * toolbar-items.el (toolbar-compile): respect should-use-dialog-box-p | |
240 | |
241 1998-05-11 Hrvoje Niksic <hniksic@srce.hr> | |
242 | |
243 * simple.el (count-words-buffer): Don't query for buffer. | |
244 (count-lines-buffer): Ditto. | |
245 | |
246 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch> | |
247 | |
248 * help.el (where-is): add optional insert argument. | |
249 | |
250 1998-05-11 Hrvoje Niksic <hniksic@srce.hr> | |
251 | |
252 * help.el (describe-key-briefly): New argument INSERT. | |
253 | |
254 * simple.el (eval-expression): New optional argument; synch with | |
255 FSF 20.3. | |
256 | |
257 * keydefs.el (global-map): Add new register bindings. | |
258 | |
259 * register.el: Synched with FSF 20.3. | |
260 | |
261 1998-05-11 Jan Vroonhof <vroonhof@math.ethz.ch> | |
262 | |
263 * window-xemacs.el (recenter): all arguments are optional. | |
264 | |
265 1998-05-10 Kirill M. Katsnelson <kkm@kis.ru> | |
266 | |
267 * device.el: (device-pixel-width): Reflected name/parameters | |
268 change to device-system-metric. | |
269 (device-pixel-height): Ditto. | |
270 (device-mm-width): Ditto. | |
271 (device-mm-height): Ditto. | |
272 (device-bitplanes): Ditto. | |
273 (device-color-cells): Ditto. | |
274 | |
275 1998-05-10 Hrvoje Niksic <hniksic@srce.hr> | |
276 | |
277 * cl-extra.el (cl-float-limits): Removed; move code to top-level. | |
278 | |
279 * cl.el (most-positive-fixnum): Document. | |
280 (most-negative-fixnum): Ditto. | |
281 | |
282 * cus-dep.el: Updated comment. | |
283 | |
284 * cus-load.el: Use most-positive-fixnum as the gc-inhibiting | |
285 constant. | |
286 | |
287 * cus-load.el (custom-put): Removed. | |
288 | |
289 * files.el (after-find-file): Just resignal quit instead of | |
290 signaling "canceled". | |
291 | |
292 1998-05-10 Hrvoje Niksic <hniksic@srce.hr> | |
293 | |
294 * frame.el (other-frame): Use `focus-frame' instead of | |
295 select-frame kludges. | |
296 | |
297 * lisp-mode.el: Update lisp-indent-function for | |
298 save-selected-frame and with-selected-frame. | |
299 | |
300 * frame.el (save-selected-frame): New macro. | |
301 (with-selected-frame): Ditto. | |
302 (other-frame): Use `set-frame-focus'. | |
303 | |
1 1998-05-06 Oliver Graf <ograf@fga.de> | 304 1998-05-06 Oliver Graf <ograf@fga.de> |
2 | 305 |
3 * dragdrop.el (dragdrop-drop-dispatch): changed to new list concept | 306 * dragdrop.el (dragdrop-drop-dispatch): changed to new list concept |
4 (dragdrop-drop-url-default) default handler for URL drops created | 307 (dragdrop-drop-url-default) default handler for URL drops created |
5 (dragdrop-drop-mime-default) default handler for MIME drops created | 308 (dragdrop-drop-mime-default) default handler for MIME drops created |