Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 243:f220cc83d72e r20-5b20
Import from CVS: tag r20-5b20
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:17:07 +0200 |
parents | f955c73f5258 |
children | 51092a27c943 |
comparison
equal
deleted
inserted
replaced
242:fc816b73a05f | 243:f220cc83d72e |
---|---|
1 1998-01-18 SL Baur <steve@altair.xemacs.org> | |
2 | |
3 * about.el: Add xemacs.org email manager. | |
4 | |
5 * package-get-base.el (package-get-base): Updated with most recent | |
6 package updates. | |
7 | |
8 1998-01-14 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp> | |
9 | |
10 * help.el (function-arglist): Use `indirect-function' instead of | |
11 `symbol-function' so that aliases are treated correctly. | |
12 | |
13 1998-01-13 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp> | |
14 | |
15 * help.el (help-map): Add f1 binding to `help-for-help'. | |
16 Suggested by Karl M. Hegbloom <karlheg@inetarena.com>. | |
17 (describe-key-briefly): Use `princ' "%s" to print object. | |
18 (with-displaying-help-buffer): Kill buffer if it exists, again. | |
19 (describe-key): Use `princ' "%s" to print object. | |
20 (describe-function-1): Use `princ' "%s" to print object. | |
21 Commented out alias lines removed. | |
22 (help-pretty-print-limit): New variable to control pretty-printing | |
23 of variable values. | |
24 (help-maybe-pretty-print-value): Steve wins! Renamed back from | |
25 `help-pretty-print-value' again. Only print-print when OBJECT is | |
26 list of length less than `help-pretty-print-limit'. | |
27 (describe-variable): Use `help-maybe-pretty-print-value' again. | |
28 | |
29 1998-01-18 SL Baur <steve@altair.xemacs.org> | |
30 | |
31 * simple.el (blink-matching-open): Remove C++ kludge. | |
32 Suggested by Bob Weiner <weiner@wave.altrasoft.com> | |
33 | |
34 1998-01-14 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com> | |
35 | |
36 * info.el (Info-default-directory-list): Made the documentation | |
37 more explanitory. | |
38 | |
39 1998-01-13 Martin Buchholz <martin@xemacs.org> | |
40 | |
41 * lisp/packages.el: | |
42 * lisp/package-admin.el: | |
43 * lisp/build-report.el: | |
44 Fix typos. | |
45 | |
46 1998-01-14 Christoph Wedler <wedler@fmi.uni-passau.de> | |
47 | |
48 * Patches/font-lock.el (java-font-lock-keywords-*): Would produce | |
49 warnings in Java buffers without final newline and editing the | |
50 last line. | |
51 | |
52 1998-01-17 SL Baur <steve@altair.xemacs.org> | |
53 | |
54 * packages.el (packages-find-packages-1): Don't allow a backwards | |
55 compatible lisp tree to overwrite `preloaded-file-list'. | |
56 Suggested by Colin Rafferty <colin@xemacs.org> | |
57 | |
58 * mouse.el (mouse-offix-drop): Set undo-boundary. | |
59 From Oliver Graf <ograf@fga.de> | |
60 | |
61 1998-01-13 SL Baur <steve@altair.xemacs.org> | |
62 | |
63 * loadup.el (load-gc): rewrite as defun. | |
64 Print something sensical if a required dump-time file isn't found. | |
65 | |
1 1998-01-12 SL Baur <steve@altair.xemacs.org> | 66 1998-01-12 SL Baur <steve@altair.xemacs.org> |
2 | 67 |
3 * menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist | 68 * menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist |
4 bug strikes a menudescriptor. | 69 bug strikes a menudescriptor. |
5 | 70 |