Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 280:7df0dd720c89 r21-0b38
Import from CVS: tag r21-0b38
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:32:22 +0200 |
parents | 90d73dddcdc4 |
children | c42ec1d1cded |
comparison
equal
deleted
inserted
replaced
279:c20b2fb5bb0a | 280:7df0dd720c89 |
---|---|
1 1998-05-02 SL Baur <steve@altair.xemacs.org> | |
2 | |
3 * about.el (about-hackers): Update Bob Weiner bio. | |
4 (about-maintainer-info): Ditto. | |
5 | |
6 1998-05-02 Hrvoje Niksic <hniksic@srce.hr> | |
7 | |
8 * simple.el (display-warning-minimum-level): Docfix. | |
9 | |
10 1998-04-04 Per Abrahamsen <abraham@dina.kvl.dk> | |
11 | |
12 * widget.el (:default-get): New keyword. | |
13 * wid-edit.el (default, widget-default-default-get): Define it. | |
14 (group, widget-group-default-get): Define it. | |
15 (menu-choice, widget-choice-default-get): Define it. | |
16 (widget-default-get): New function. | |
17 (widget-choice-action): Call it. | |
18 (widget-editable-list-entry-create): Call it. | |
19 | |
20 1998-05-01 Hrvoje Niksic <hniksic@srce.hr> | |
21 | |
22 * byte-optimize.el (byte-boolean-vars): Removed. | |
23 (byte-optimize-lapcode): Use `built-in-variable-type' instead of | |
24 lookup through `byte-boolean-vars'. | |
25 | |
26 1998-05-01 Kirill M. Katsnelson <kkm@kis.ru> | |
27 | |
28 * x-scrollbar.el (x-init-scrollbar-from-resources): Stuff | |
29 resource-provided values into ghost specs for scrollbar-height and | |
30 scrollbar-width. | |
31 | |
32 1998-05-01 Hrvoje Niksic <hniksic@srce.hr> | |
33 | |
34 * byte-optimize.el: Don't attempt to optimize /=. | |
35 | |
36 * bytecomp.el (byte-compile-one-ore-more-args): New function. | |
37 (byte-compile-/=): Ditto. | |
38 | |
39 1998-05-02 SL Baur <steve@altair.xemacs.org> | |
40 | |
41 * apropos.el: Use `with-displaying-help-buffer'. | |
42 (apropos-print): Remove explicit mentions of "*Apropos*" buffer. | |
43 Use `with-displaying-help-buffer'. | |
44 (apropos-follow): Do not give special treatment to buffer cursor | |
45 was in prior to a mouse click. | |
46 (apropos-describe-plist): Use `with-displaying-help-buffer'. | |
47 (apropos-print-doc): Set correct buffer for setting text | |
48 properties. | |
49 | |
50 1998-05-01 SL Baur <steve@altair.xemacs.org> | |
51 | |
52 * help.el (help-buffer-prefix-string): New variable. | |
53 (help-buffer-name): Use it. | |
54 | |
55 * modeline.el (modeline-minor-mode-menu): Alphabetize the minor | |
56 mode menu. | |
57 | |
58 1998-04-30 Greg Klanderman <greg@alphatech.com> | |
59 | |
60 * frame.el (other-frame): Work even when focus-follows-mouse is true. | |
61 | |
62 1998-05-01 Hrvoje Niksic <hniksic@srce.hr> | |
63 | |
64 * files.el (find-file-noselect): Update docstring. | |
65 (find-file-noselect): Signal an error if found an unreadable file. | |
66 (file-chase-links): Save the match data. | |
67 (normal-mode): Use `lwarn' and `error-message-string'. | |
68 (interpreter-mode-alist): Change defconst to defvar. | |
69 (inhibit-first-line-modes-regexps): Ditto. | |
70 (inhibit-first-line-modes-regexps): Added .tgz. | |
71 (inhibit-first-line-modes-suffixes): Change defconst to defvar. | |
72 (change-major-mode-with-file-name): New user-option. | |
73 (set-visited-file-name): Synched with FSF. | |
74 (file-name-extension): New function, from FSF 20.3. | |
75 (file-relative-name): Synched with FSF. | |
76 (save-some-buffers): Support the C-r feature. | |
77 (recover-session): Synched with FSF. | |
78 (kill-some-buffers): Ditto. | |
79 (set-auto-mode): New argument JUST-FROM-FILE-NAME. | |
80 | |
81 1998-04-30 SL Baur <steve@altair.xemacs.org> | |
82 | |
83 * files.el (insert-file): Undo previous change and reenable use of | |
84 format.el. | |
85 | |
86 1998-04-30 Hrvoje Niksic <hniksic@srce.hr> | |
87 | |
88 * window-xemacs.el (recenter): Define. | |
89 | |
90 1998-04-29 Andy Piper <andyp@parallax.co.uk> | |
91 | |
92 * font.el (mswindows-font-create-name) | |
93 (mswindows-font-create-object): new functions for mswindows type | |
94 fonts. | |
95 | |
96 * msw-faces.el (mswindows-font-canicolize-name): fix so that | |
97 strings are parsed as well as font objects. | |
98 | |
99 1998-04-30 Hrvoje Niksic <hniksic@srce.hr> | |
100 | |
101 * modeline.el (defining-kbd-macro): Restore modeline indication of | |
102 kbd-macro being recorded. | |
103 (add-minor-mode): Simplify docstring. | |
104 (modeline-minor-mode-menu): Remove stuff. | |
105 | |
106 1998-04-29 Andy Piper <andyp@parallax.co.uk> | |
107 | |
108 * code-process.el (call-process): dynamically decide process | |
109 coding type. | |
110 | |
111 1998-04-29 Jim Radford <radford@robby.caltech.edu> | |
112 | |
113 * modeline.el: Add line-number-mode, column-number-mode to | |
114 the modeline minor-mode menu. Button2 on the line number does | |
115 goto-line. | |
116 | |
117 1998-04-29 Andy Piper <andyp@parallax.co.uk> | |
118 | |
119 * mouse.el: move x-selection-owner-p type things to | |
120 selection-owner-p. | |
121 | |
122 * msw-init.el: copy zmacs stuff from x-init.el | |
123 | |
124 * msw-select.el (mswindows-own-selection) | |
125 (mswindows-disown-selection) (mswindows-selection-owner-p): new | |
126 functions. Very simple minded implementation of selectio | |
127 ownership. | |
128 | |
129 * select.el (own-selection) (disown-selection) | |
130 (activate-region-as-selection) (select-make-extent-for-selection) | |
131 (valid-simple-selection-p): functions moved from x-select.el for | |
132 generalized selection. | |
133 | |
134 * x-select.el: see select.el changes. | |
135 | |
136 * x-toolbar.el: use new selection functions. | |
137 | |
138 1998-04-28 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> | |
139 | |
140 * packages.el (packages-find-package-directories): Fixed bug that | |
141 would pick up multiple site-package directories. | |
142 (package-locations): Added "xemacs-packages" as a late package | |
143 location. | |
144 | |
145 * find-paths.el: Now uses `emacs-program-name' and | |
146 `emacs-program-version'. | |
147 Additions to enforce version-specific directories in | |
148 `paths-find-version-directory'. | |
149 | |
150 1998-04-29 SL Baur <steve@altair.xemacs.org> | |
151 | |
152 * default.el: Removed. | |
153 * site-start.el: Removed. | |
154 | |
155 1998-04-29 Didier Verna <verna@inf.enst.fr> | |
156 | |
157 * minibuf.el (minibuffer-history-minimum-string-length): Default | |
158 to nil. | |
159 | |
160 1998-04-28 SL Baur <steve@altair.xemacs.org> | |
161 | |
162 * find-paths.el (paths-program-name): Rename. | |
163 (paths-emacs-root-p): Ditto. | |
164 (paths-find-site-directory): Ditto. | |
165 | |
166 1998-04-26 Karl M. Hegbloom <karlheg@inetarena.com> | |
167 | |
168 * lisp-mode.el (emacs-lisp-mode-popup-menu-1): Add menu entry for | |
169 `emacs-lisp-byte-compile-and-load'. | |
170 | |
171 1998-04-26 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> | |
172 | |
173 * ldap.el (ldap-search): Fixed additional parameter passing to | |
174 `ldap-open' | |
175 | |
176 1998-04-27 Andy Piper <andyp@parallax.co.uk> | |
177 | |
178 * select.el (kill-primary-selection) (selection-owner-p) | |
179 (copy-primary-selection) (yank-clipboard-selection) | |
180 (selection-exists-p) (delete-primary-selection): new file and | |
181 functions that do the right thing for the selected device. | |
182 | |
183 * x-menubar.el: use generalised selection functions. | |
184 | |
185 * dumped-lisp.el: dump select.el. | |
186 | |
187 1998-04-27 SL Baur <steve@altair.xemacs.org> | |
188 | |
189 * find-paths.el (paths-progname): New variable. | |
190 (paths-emacs-root-p): Use it. | |
191 (paths-find-site-directory): Ditto. | |
192 | |
193 1998-04-26 SL Baur <steve@altair.xemacs.org> | |
194 | |
195 * loadup.el ((member "dump" command-line-args)): Dump as | |
196 `infodock' if InfoDock. | |
197 | |
198 1998-04-25 SL Baur <steve@altair.xemacs.org> | |
199 | |
200 * find-paths.el (construct-emacs-version): Simplify, include | |
201 program name in the return value. | |
202 * (paths-find-version-directory): Use it. | |
203 | |
1 1998-04-25 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> | 204 1998-04-25 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> |
2 | 205 |
3 * info.el (Info-parse-dir-entries): Fixed regexp | 206 * info.el (Info-parse-dir-entries): Fixed regexp |
4 (Info-build-dir-anew): Remove full suffix and capitalize info file | 207 (Info-build-dir-anew): Remove full suffix and capitalize info file |
5 name for files with no @direntry | 208 name for files with no @direntry |