Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 388:aabb7f5b1c81 r21-2-9
Import from CVS: tag r21-2-9
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:09:42 +0200 |
parents | 4af0ddfb7c5b |
children | c6012109f545 |
comparison
equal
deleted
inserted
replaced
387:f892a9d0bb8d | 388:aabb7f5b1c81 |
---|---|
1 1999-02-02 XEmacs Build Bot <builds@cvs.xemacs.org> | |
2 | |
3 * XEmacs 21.2.9 is released | |
4 | |
5 1999-01-19 Didier Verna <verna@inf.enst.fr> | |
6 | |
7 * replace.el (replace-search-function): new variable containing a | |
8 function to perform a search-forward. | |
9 (replace-re-search-function): new variable containing a function | |
10 to perform a re-search-forward. | |
11 (perform-replace): use them. | |
12 | |
13 1999-01-25 Didier Verna <verna@inf.enst.fr> | |
14 | |
15 * select.el (selection-owner-p): use the name `XEmacs'. | |
16 (cut-copy-clear-internal): ditto. | |
17 | |
18 1999-01-18 Andy Piper <andy@xemacs.org> | |
19 | |
20 * about.el (about-url-alist): Update my entry. | |
21 (xemacs-hackers): Ditto. | |
22 | |
23 1999-01-14 Adrian Aichner <aichner@ecf.teradyne.com> | |
24 | |
25 * buffer.el (switch-to-buffer): Fixing documentation. | |
26 * minibuf.el (minibuffer-completion-table): ditto. | |
27 * cl-macs.el (return-from): ditto. | |
28 | |
29 1999-01-04 Didier Verna <verna@inf.enst.fr> | |
30 | |
31 * replace.el (delete-non-matching-lines): temporarily disable | |
32 case-folding when called interactively with a regexp containing | |
33 uppercase characters. | |
34 (delete-matching-lines): ditto. | |
35 (count-matches): ditto. | |
36 (list-matching-lines): ditto. | |
37 | |
38 1999-01-07 Colin Rafferty <colin@xemacs.org> | |
39 | |
40 * window.el (shrink-window-if-larger-than-buffer): Clean up. Only | |
41 abort if current window is split horizontally, not if others are | |
42 split. Got rid of unnecessary minibuffer checking. Also, add | |
43 some comments (it's still complex). | |
44 | |
45 1999-01-12 Robert Pluim <rpluim@BayNetworks.com> | |
46 | |
47 * package-get.el: changed address for doc.ic.ac.uk to | |
48 sunsite.doc.ic.ac.uk | |
49 | |
50 1999-01-09 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch> | |
51 | |
52 * ldap.el (toplevel): Remove requires so that the file compiles | |
53 with a non LDAP-enabled XEmacs binary. Provide `ldap'. | |
54 | |
55 1999-01-10 J. Kean Johnston <jkj@sco.com> | |
56 | |
57 * dump-paths.el: Calculate module-directory and set | |
58 module-load-path to the load path for modules. | |
59 | |
60 * loadup.el: Get bootstrap value of module-load-path from the | |
61 environment variable EMACSBOOTSTRAPMODULEPATH. | |
62 - Display the module load path if we're debugging paths. | |
63 | |
64 * setup-paths.el: Added function paths-find-site-module-directory. | |
65 - Added function paths-find-module-directory. | |
66 - Added function paths-construct-module-load-path. Uses new | |
67 environment variable EMACSMODULEPATH. | |
68 | |
69 1998-12-30 Martin Buchholz <martin@xemacs.org> | |
70 | |
71 * font.el (font-default-object-for-device): | |
72 Oops! This `or' can't be replaced by `unless'. | |
73 Fixed inability to run w3, among other things. | |
74 | |
75 1998-12-17 Charles G. Waldman <cgw@pgt.com> | |
76 | |
77 * package-admin.el: Change initialization of | |
78 package-admin-install-function dependent on system type. | |
79 Change package-admin-install-function-mswindows to use | |
80 "minitar". | |
81 | |
82 1998-12-23 Hrvoje Niksic <hniksic@srce.hr> | |
83 | |
84 * mouse.el (default-mouse-motion-handler): Disable help echo while | |
85 in the minibuffer. | |
86 | |
1 1998-12-28 Martin Buchholz <martin@xemacs.org> | 87 1998-12-28 Martin Buchholz <martin@xemacs.org> |
2 | 88 |
3 * XEmacs 21.2.8 is released. | 89 * XEmacs 21.2.8 is released. |
4 | 90 |
5 1998-12-24 Martin Buchholz <martin@xemacs.org> | 91 1998-12-24 Martin Buchholz <martin@xemacs.org> |