Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 263:727739f917cb r20-5b30
Import from CVS: tag r20-5b30
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:24:41 +0200 |
parents | 405dd6d1825b |
children | 8efd647ea9ca |
comparison
equal
deleted
inserted
replaced
262:9d8607af9e13 | 263:727739f917cb |
---|---|
1 1998-03-07 Kyle Jones <kyle_jones@wonderworks.com> | |
2 | |
3 * specifier.el: Define new specifier tag `default'. | |
4 | |
5 * modeline.el: Initialize faces using `default' tag. | |
6 | |
7 * x-faces.el (x-init-face-from-resources): Remove | |
8 specifier specs containing the `default' tag before | |
9 adding new specs. | |
10 | |
11 1998-03-02 John Jones <jj@asu.edu> | |
12 | |
13 * package-get.el (package-get-all): fixed arguments on call to | |
14 package-admin-add-single-file-package. | |
15 * package-get.el (package-get-installedp): fixed to match | |
16 advertised behavior. | |
17 * package-get.el: added function package-get-update-all which | |
18 installs newest versions of all the current packages (if they are | |
19 not already installed). | |
20 | |
21 1998-03-04 Jens-Ulrik Petersen <petersen@kurims.kyoto-u.ac.jp> | |
22 | |
23 * files.el (find-file-noselect): Uncommented `truename' binding in | |
24 `let*' and use it later to set `buffer-file-truename' iff it's | |
25 still nil, as happens for example when finding a compressed | |
26 file with "jka-compr". | |
27 | |
28 Wed Mar 04 08:55:12 1998 Andy Piper <andyp@parallax.co.uk> | |
29 | |
30 * faces.el: in make-face-* type functions do the operation for all | |
31 window systems, not just the first one found. | |
32 | |
33 * font.el: call mswindows-list-fonts for mswindows. | |
34 | |
35 1998-03-02 Glynn Clements <glynn@sensei.co.uk> | |
36 | |
37 * code-process.el (call-process-region): | |
38 * process.el (call-process-region): | |
39 * package-get.el (package-get-dir): | |
40 * files.el (backup-enable-predicate): | |
41 * gnuserv.el (gnuserv-temp-file-regexp): | |
42 Use temp-directory in place of `/tmp'. | |
43 | |
44 Fri Feb 20 21:22:34 1998 Darryl Okahata <darrylo@sr.hp.com> | |
45 | |
46 * "Fast" dired-in-C enhancements for Windows 95/NT: | |
47 | |
48 * files.el: Added function, `wildcard-to-regexp', from GNU | |
49 Emacs. | |
50 | |
51 * files.el (insert-directory): Modified to use special | |
52 dired-in-C enhancements if present. | |
53 | |
54 Mon Mar 02 11:37:36 1998 Andy Piper <andyp@parallax.co.uk> | |
55 | |
56 * code-files.el: make default coding no-conversion. | |
57 | |
58 1998-03-02 SL Baur <steve@altair.xemacs.org> | |
59 | |
60 * dumped-lisp.el (preloaded-file-list): Find Installation.el from | |
61 the load-path. | |
62 | |
63 * update-elc.el: Strip directory when testing for files not to | |
64 bytecompile. | |
65 | |
66 1998-03-02 Aki Vehtari <Aki.Vehtari@hut.fi> | |
67 | |
68 * lisp-mode.el: Use recommended form for menus. | |
69 | |
70 * info.el (Info-construct-menu): Use recommended form for menus. | |
71 | |
72 * gnuserv.el (gnuserv-edit-files): Use recommended form for menu | |
73 entry. | |
74 | |
75 1998-02-28 Kyle Jones <kyle_jones@wonderworks.com> | |
76 | |
77 * frame.el: Resurrect get-frame-for-buffer-default-to-current. | |
78 (get-frame-for-buffer-noselect): Always return frames | |
79 in the not-this-window-p cond clause. | |
80 | |
1 1998-02-27 SL Baur <steve@altair.xemacs.org> | 81 1998-02-27 SL Baur <steve@altair.xemacs.org> |
2 | 82 |
3 * help.el (describe-installation): New function. | 83 * help.el (describe-installation): New function. |
4 | 84 |
5 * x-menubar.el (default-menubar): Add describe-installation to | 85 * x-menubar.el (default-menubar): Add describe-installation to |