annotate lisp/ChangeLog @ 245:51092a27c943 r20-5b21

Import from CVS: tag r20-5b21
author cvs
date Mon, 13 Aug 2007 10:17:54 +0200
parents f220cc83d72e
children e70b3a057e12
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
245
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
1 1998-01-24 SL Baur <steve@altair.xemacs.org>
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
2
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
3 * package-info.el (pi-last-mod-date): New function.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
4 (pi-author-version): New function.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
5 (batch-update-package-info): Use them.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
6
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
7 1998-01-23 Colin Rafferty <colin@xemacs.org>
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
8
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
9 * frame.el (get-frame-for-buffer-default-to-current): Create.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
10 (get-frame-for-buffer-noselect): Allow user to use current frame
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
11 with `get-frame-for-buffer-default-to-current'.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
12
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
13 1998-01-22 Hrvoje Niksic <hniksic@srce.hr>
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
14
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
15 * bytecomp.el (byte-compile-output-file-form): Set print-gensym.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
16 (byte-compile-output-docform): Ditto.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
17 (byte-compile-compiled-obj-to-list): Ditto.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
18
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
19 1998-01-22 Kyle Jones <kyle_jones@wonderworks.com>
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
20
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
21 * startup.el (command-line-1): Removed code that ran
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
22 buffer-menu.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
23
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
24 1998-01-21 Hrvoje Niksic <hniksic@srce.hr>
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
25
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
26 * help-macro.el (make-help-screen): Bind `help-read-key' via flet.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
27
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
28 1998-01-17 Hrvoje Niksic <hniksic@srce.hr>
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
29
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
30 * frame.el (suspend-emacs-or-iconify-frame): Check using
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
31 `device-on-window-system-p' instead of explicitly checking for X,
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
32 so that the same logic works for MS Windows.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
33 (suspend-or-iconify-emacs): Ditto.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
34
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
35 1998-01-14 Hrvoje Niksic <hniksic@srce.hr>
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
36
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
37 * about.el (about-maintainer-info): Andy Piper is back.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
38 (xemacs-hackers): Updated Andy Piper's email address.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
39 (about-hackers): Added Jonathan Harris.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
40 (about-hackers): Updated Tibor Polgar's email address.
51092a27c943 Import from CVS: tag r20-5b21
cvs
parents: 243
diff changeset
41
243
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
42 1998-01-18 SL Baur <steve@altair.xemacs.org>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
43
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
44 * about.el: Add xemacs.org email manager.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
45
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
46 * package-get-base.el (package-get-base): Updated with most recent
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
47 package updates.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
48
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
49 1998-01-14 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
50
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
51 * help.el (function-arglist): Use `indirect-function' instead of
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
52 `symbol-function' so that aliases are treated correctly.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
53
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
54 1998-01-13 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
55
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
56 * help.el (help-map): Add f1 binding to `help-for-help'.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
57 Suggested by Karl M. Hegbloom <karlheg@inetarena.com>.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
58 (describe-key-briefly): Use `princ' "%s" to print object.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
59 (with-displaying-help-buffer): Kill buffer if it exists, again.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
60 (describe-key): Use `princ' "%s" to print object.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
61 (describe-function-1): Use `princ' "%s" to print object.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
62 Commented out alias lines removed.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
63 (help-pretty-print-limit): New variable to control pretty-printing
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
64 of variable values.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
65 (help-maybe-pretty-print-value): Steve wins! Renamed back from
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
66 `help-pretty-print-value' again. Only print-print when OBJECT is
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
67 list of length less than `help-pretty-print-limit'.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
68 (describe-variable): Use `help-maybe-pretty-print-value' again.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
69
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
70 1998-01-18 SL Baur <steve@altair.xemacs.org>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
71
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
72 * simple.el (blink-matching-open): Remove C++ kludge.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
73 Suggested by Bob Weiner <weiner@wave.altrasoft.com>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
74
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
75 1998-01-14 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
76
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
77 * info.el (Info-default-directory-list): Made the documentation
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
78 more explanitory.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
79
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
80 1998-01-13 Martin Buchholz <martin@xemacs.org>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
81
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
82 * lisp/packages.el:
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
83 * lisp/package-admin.el:
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
84 * lisp/build-report.el:
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
85 Fix typos.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
86
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
87 1998-01-14 Christoph Wedler <wedler@fmi.uni-passau.de>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
88
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
89 * Patches/font-lock.el (java-font-lock-keywords-*): Would produce
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
90 warnings in Java buffers without final newline and editing the
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
91 last line.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
92
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
93 1998-01-17 SL Baur <steve@altair.xemacs.org>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
94
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
95 * packages.el (packages-find-packages-1): Don't allow a backwards
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
96 compatible lisp tree to overwrite `preloaded-file-list'.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
97 Suggested by Colin Rafferty <colin@xemacs.org>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
98
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
99 * mouse.el (mouse-offix-drop): Set undo-boundary.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
100 From Oliver Graf <ograf@fga.de>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
101
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
102 1998-01-13 SL Baur <steve@altair.xemacs.org>
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
103
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
104 * loadup.el (load-gc): rewrite as defun.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
105 Print something sensical if a required dump-time file isn't found.
f220cc83d72e Import from CVS: tag r20-5b20
cvs
parents: 241
diff changeset
106
241
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
107 1998-01-12 SL Baur <steve@altair.xemacs.org>
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
108
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
109 * menubar.el (check-menu-syntax): Emergency dirty fix -- the 0 plist
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
110 bug strikes a menudescriptor.
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
111
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
112 * package-get-base.el (package-get-base): Updated.
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
113
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
114 * package-info.el (batch-update-package-info): Derive REQUIRES
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
115 from the Makefile.
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
116
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
117 1998-01-13 Hrvoje Niksic <hniksic@srce.hr>
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
118
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
119 * files.el (save-some-buffers): Don't play games with deleting
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
120 other windows if we are in the minibuffer window.
f955c73f5258 Import from CVS: tag r20-5b19
cvs
parents: 239
diff changeset
121
239
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
122 1998-01-08 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
123
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
124 * modeline.el (modeline-minor-mode-menu): Add support for :active
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
125 (add-minor-mode): Document :active property to TOGGLE.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
126
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
127 1998-01-07 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
128
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
129 * modeline.el (modeline-minor-mode-menu): Add support for an
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
130 `:included' predicate in the `toggle-sym' plist.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
131 (add-minor-mode): Document the :included property, format
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
132 docstring some more.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
133 (modeline-minor-mode-menu): Documentation string added.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
134
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
135 1998-01-02 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
136
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
137 * modeline.el (modeline-minor-mode-menu): genmenlab the menu
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
138 labels from the symbol-names by thwacking off the overly redundant
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
139 and overused "mode", parenthesizing "minor", and capitalizing the
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
140 resultant strings. Also shortened the menu's title by eliminating
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
141 the redundant buffer name.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
142 (add-minor-mode): Beautified the docstring, added mention of the
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
143 `:menu-tag' property of TOGGLE.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
144 (modeline-minor-mode-menu): Frinked the `:menu-tag' property on
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
145 `toggle-sym' to beatify the mode-life menus.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
146 * (abbrev-mode): (put)'ed a `:menu-tag' on it and
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
147 `auto-fill-function'.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
148
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
149 1998-01-02 Karl M. Hegbloom <<karlheg@bittersweet.inetarena.com>>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
150
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
151 * modeline.el (modeline-minor-mode-menu): Changed the string-only
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
152 menus to :style 'toggle.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
153
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
154 1997-12-10 Markus Linnala <maage@cs.tut.fi>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
155
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
156 * simple.el: Use mh-user-agent-compose as mh-e-user-agent.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
157
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
158 1997-12-11 Christoph Wedler <wedler@fmi.uni-passau.de>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
159
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
160 * packages/hyper-apropos.el (hyper-apropos-insert-face): Would
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
161 only recognize first hyperlink.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
162 (hyper-apropos-highlightify): Deletia, this is already done by
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
163 `hyper-apropos-insert-face'.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
164 (hyper-apropos-help-mode): Don't call `hyper-apropos-highlightify.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
165
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
166 1998-01-09 SL Baur <steve@altair.xemacs.org>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
167
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
168 * x-toolbar.el (toolbar-ispell-internal): Use ispell-message for
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
169 mail.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
170 (toolbar-mail-reader): Add support for `send'.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
171 From Jonathan Marten <jonathan.marten@UK.Sun.COM>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
172
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
173 1998-01-05 Karl M. Hegbloom <<karlheg@bittersweet.inetarena.com>>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
174
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
175 * info.el (Info-emacs-info-file-name): Add defvar for
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
176 `Info-emacs-info-file-name' so that `Info-goto-emacs-command-node'
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
177 will function properly.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
178
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
179 1998-01-05 Gary D. Foster <gfoster@ragesoft.com>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
180
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
181 * simple.el: make the backwards delete function called by
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
182 `backward-or-forward-delete-char' user configurable.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
183
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
184 1998-01-09 Karl M. Hegbloom <karlheg@bittersweet.inetarena.com>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
185
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
186 * hyper-apropos.el (hyper-apropos-get-doc): Print where a byte
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
187 compiled function got loaded from.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
188
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
189 1998-01-09 SL Baur <steve@altair.xemacs.org>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
190
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
191 * term/apollo.el: Synched up with InfoDock 3.6.2.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
192
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
193 1998-01-08 SL Baur <steve@altair.xemacs.org>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
194
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
195 * startup.el (load-init-file): Load autoloads earlier.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
196 (startup-splash-frame): Handle InfoDock logo.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
197
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
198 * x-init.el (init-post-x-win): Don't call init-x-toolbar in
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
199 InfoDock.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
200 (x-init-toolbar-from-resources): Move from x-toolbar.el.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
201
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
202 * toolbar.el (init-toolbar-from-resources): InfoDock x-toolbar.el
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
203 doesn't have this function.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
204
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
205 * packages.el (locate-data-file): Fix to call `locate-file'.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
206
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
207 1998-01-07 SL Baur <steve@altair.xemacs.org>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
208
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
209 * dumped-lisp.el (preloaded-file-list): InfoDock uses its own
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
210 version of version.el.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
211 (preloaded-file-list): Ditto for x-menubar.el and x-toolbar.el.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
212
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
213 * x-menubar.el (default-menubar): Guard reference to
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
214 `gnuserv-frame'.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
215 (default-menubar): Guard references to `font-lock-mode'.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
216 (default-menubar): Guard references to font-menu-this-frame-only-p'.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
217 (default-menubar): Guard references to `font-menu-ignore-scaled-fonts'.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
218
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
219 * make-docfile.el: Don't snarf doc strings from autoloads.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
220
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
221 * startup.el (load-init-file): Use algorithm from loaddefs.el for
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
222 loading auto-autoloads files.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
223
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
224 * loaddefs.el: Disable dumping autoloads.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
225
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
226 1998-01-05 SL Baur <steve@altair.xemacs.org>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
227
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
228 * lisp-mnt.el: Synch to Emacs 20.2.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
229
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
230 * help.el: Remove manual autoload of `finder-by-keyword'.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
231
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
232 * finder.el (finder-by-keyword): Autoload.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
233
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
234 * help.el: Conditionalize hyperbole setup.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
235
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
236 1998-01-04 SL Baur <steve@altair.xemacs.org>
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
237
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
238 * packages.el (package-require): Update to reflect new data format.
41f2f0e326e9 Import from CVS: tag r20-5b18
cvs
parents: 237
diff changeset
239
237
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
240 1998-01-02 Didier Verna <verna@inf.enst.fr>
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
241
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
242 * x-menubar.el (default-menubar): make the tutorials available
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
243 through the menubar. (Plus some compilation warnings cleanup).
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
244
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
245 1998-01-04 SL Baur <steve@altair.xemacs.org>
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
246
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
247 * check-features.el: New file. Perform sanity check after build.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
248
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
249 * dumped-lisp.el (preloaded-file-list): Move tooltalk dumped lisp
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
250 files to tooltalk package.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
251 (preloaded-file-list): Moved sparcworks dumped lisp files to Sun
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
252 package.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
253
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
254 * package-admin.el (package-admin-xemacs): Use better default for
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
255 location of XEmacs binary.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
256
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
257 1998-01-03 Aki Vehtari <Aki.Vehtari@hut.fi>
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
258
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
259 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace const
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
260 tag with sexp and add value tag with value `t'.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
261
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
262 1998-01-03 SL Baur <steve@altair.xemacs.org>
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
263
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
264 * package-get.el: Changes to work with real data.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
265 From Pete Ware <ware@cis.ohio-state.edu>
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
266
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
267 * packages.el (packages-reload-autoloads): Guard load for the time
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
268 being.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
269
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
270 * update-elc.el ("packages.el"): Force loading packages.el instead
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
271 of possibly out-of-date packges.elc.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
272 * make-docfile.el ("packages.el"): Ditto.
89ec2bb86eea Import from CVS: tag r20-5b17
cvs
parents: 235
diff changeset
273
235
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
274 1998-01-02 Colin Rafferty <colin@xemacs.org>
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
275
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
276 * build-report.el (build-report-delete-regexp): Added a rule for
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
277 the main tarball shadowing anything past it.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
278
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
279 1998-01-02 SL Baur <steve@altair.xemacs.org>
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
280
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
281 * packages.el (package-provide): Delete a previous provide.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
282
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
283 * package-info.el: New file.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
284
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
285 * package-get.el: New file.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
286 From Pete Ware <ware@cis.ohio-state.edu>
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
287 (package-get): Fix md5 computation to work with Mule.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
288
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
289 1997-12-11 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
290
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
291 * simple.el (log-message-*): Quote symbols in docstrings properly.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
292
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
293 1998-01-01 SL Baur <steve@altair.xemacs.org>
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
294
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
295 * packages.el (packages-new-autoloads): Ignore symbolic links.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
296
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
297 * cus-face.el (face-custom-attributes-get): Fix typo.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
298 From Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
299
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
300 1997-12-31 SL Baur <steve@altair.xemacs.org>
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
301
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
302 * startup.el (load-init-file): Reload new or changed autoloads
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
303 unless inhibited. Reload modified dumped lisp (stubbed).
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
304
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
305 * packages.el (packages-new-autoloads): New function.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
306 (packages-reload-autoloads): New function.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
307 (packages-reload-dumped-lisp): New (stub) function.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
308
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
309 * loadup.el: Inhibit reloading dumped files when running temacs.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
310
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
311 * loadhist.el (file-provides): Extend to handle variant
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
312 extensions.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
313
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
314 * replace.el (query-replace): Fix typo.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
315
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
316 1997-12-30 SL Baur <steve@altair.xemacs.org>
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
317
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
318 * make-docfile.el: list-autoloads-path has been renamed.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
319 * update-elc.el: list-autoloads has been renamed.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
320
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
321 * packages.el (packages-list-autoloads): Renamed.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
322 (packages-list-autoloads-path): Ditto.
85a06df23a9a Import from CVS: tag r20-5b16
cvs
parents: 233
diff changeset
323
233
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
324 1997-12-29 Colin Rafferty <colin@xemacs.org>
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
325
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
326 * packages.el (packages-find-packages-1): Made it signal a warning
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
327 for an error in an auto-autoload.el file.
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
328
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
329 1997-12-30 SL Baur <steve@altair.xemacs.org>
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
330
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
331 * x-menubar.el (buffers-menu-submenus-for-groups-p): Replace sexp
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
332 tag with const.
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
333 From Aki Vehtari <Aki.Vehtari@hut.fi>
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
334
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
335 * dumped-lisp.el (preloaded-file-list): Dump loadhist with XEmacs.
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
336
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
337 * loadhist.el (unload-feature): Remove autoload.
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
338
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
339 1997-12-28 SL Baur <steve@altair.xemacs.org>
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
340
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
341 * loadhist.el: Unpackaged.
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
342
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
343 * help.el (describe-symbol-find-file): Rename
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
344 `describe-function-find-file' and make old name obsolete.
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
345 (describe-function-1): Use it.
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
346 (describe-function-1): Guard reference to
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
347 `compiled-function-annotation'.
52952cbfc5b5 Import from CVS: tag r20-5b15
cvs
parents: 231
diff changeset
348
231
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
349 1997-12-27 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
350
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
351 * help.el (help-mode-bury): Now a call to `help-mode-quit' with
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
352 argument.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
353 (help-mode-quit): New optional arg to control whether it kills or
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
354 buries. Tidied up.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
355 (with-displaying-help-buffer): Don't kill buffer initially, even
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
356 if it exists: it is erased by `with-output-to-temp-buffer' anyway.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
357 (help-pretty-print-value): Rename back from
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
358 `help-maybe-pretty-print-value'! If `pp-internal' is available
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
359 use it, otherwise use dumped `cl-prettyprint'.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
360 (describe-variable): Use `help-pretty-print-value' again.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
361 (find-func): Removed reference to "find-func" at end.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
362
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
363 1997-12-26 Kirill M. Katsnelson <kkm@kis.ru>
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
364
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
365 * dumped-lisp.el: x-menubar.el dumped along with mswindows native
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
366 GUI XEmacs. Rename? x-menubar is rather window system
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
367 independant, except for a couple of items.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
368
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
369 1997-12-26 SL Baur <steve@altair.xemacs.org>
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
370
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
371 * x-menubar.el (default-menubar): Remove hyperbole and oobr
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
372 entries as they will no longer be distributed with XEmacs.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
373
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
374 * format.el (format-alist): Fix image/tiff regexps.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
375 From P. E. Jareth Hein <jareth@camelot-soft.com>
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
376
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
377 * help.el (help-maybe-pretty-print-value): Rename.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
378 (describe-variable): Use it.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
379 (describe-variable): Add trailing linefeed.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
380
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
381 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
382
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
383 * help.el (describe-function-1): Don't output anything for
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
384 arglist of autoload functions.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
385
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
386 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
387
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
388 * help.el (describe-function-1): Don't output anything for
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
389 arglist of autoload functions.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
390
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
391 1997-12-26 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
392
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
393 * help.el (help-mode-map): New bindings for `help-mode-bury',
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
394 `describe-function-at-point', `describe-variable-at-point',
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
395 `Info-elisp-ref', `customize-variable', `help-next-section' and
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
396 `help-prev-section'.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
397 (help-next-section): New function.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
398 (help-prev-section): New function.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
399 (help-mode-quit): Changed to kill the help buffer.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
400 (help-mode-bury): Formerly `help-mode-quit'. Bury buffer
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
401 correctly.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
402 (help-buffer-name): New function to generate the name of help
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
403 buffers.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
404 (with-displaying-help-buffer): Is now a macro. Takes an new first
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
405 argument giving the name of the help buffer.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
406 (describe-key): Use `with-displaying-help-buffer' with name.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
407 (describe-mode): Ditto.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
408 (describe-bindings): Ditto.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
409 (describe-prefix-bindings): Ditto.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
410 (view-lossage): Ditto.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
411 (with-syntax-table): New macro.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
412 (function-called-at-point): Use `ignore-errors' and
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
413 `with-syntax-table'.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
414 (function-at-point): Ditto.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
415 (describe-function): Use `with-displaying-help-buffer' with name.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
416 (function-arglist): Extracted from `describe-function-1'. Returns
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
417 function's arglist as string.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
418 (function-documentation): Extracted from `describe-function-1'.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
419 Returns function's docstring.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
420 (describe-function-1): Remove all the "stream" garbage, including
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
421 the stream argument. Use `function-arglist' and
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
422 `function-documentation'.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
423 (describe-function-arglist): Just use `function-arglist'.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
424 (variable-at-point): Use `ignore-errors' and `with-syntax-table'.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
425 (help-pretty-print-value): New function to help with
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
426 pretty-printing variable values. Knows about `#<...>'. Needs
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
427 `pp-internal'.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
428 (describe-variable): Use `with-displaying-help-buffer' with name.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
429 Formatting improved. Display file where variable is defined, if
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
430 known. Use `help-pretty-print-value'.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
431 (describe-syntax): Use `with-displaying-help-buffer' with name.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
432 (list-processes): Remove "stream" garbage.
557eaa0339bf Import from CVS: tag r20-5b14
cvs
parents: 229
diff changeset
433
229
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
434 1997-12-25 SL Baur <steve@altair.xemacs.org>
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
435
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
436 * x-init.el (x-initialize-keyboard): Don't load x-win*.el files,
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
437 call a dumped routine instead.
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
438
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
439 * x-win-xfree86.el: Wrap file in defun.
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
440 * x-win-sun.el: Ditto.
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
441
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
442 1997-12-23 SL Baur <steve@altair.xemacs.org>
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
443
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
444 * help.el (view-emacs-news): Remove usage of outl-mouse which
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
445 advises functions and does other evil things.
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
446
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
447 1997-12-22 SL Baur <steve@altair.xemacs.org>
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
448
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
449 * format.el (format-alist): Add `image/tiff'.
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
450 From P. E. Jareth Hein <jareth@camelot-soft.com>
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
451
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
452 1997-12-21 SL Baur <steve@altair.xemacs.org>
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
453
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
454 * about.el (about-hackers): More names added.
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
455
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
456 * make-docfile.el: Remove superfluous package path search.
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
457
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
458 * loaddefs.el: Commentary changes. Removal of VM autoloads.
434959a2fba3 Import from CVS: tag r20-5b13
cvs
parents: 227
diff changeset
459
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
460 1997-12-20 SL Baur <steve@altair.xemacs.org>
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
461
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
462 * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
463 ignored shadows.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
464
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
465 1997-12-18 SL Baur <steve@altair.xemacs.org>
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
466
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
467 * startup.el (set-default-load-path): Make sure lisp and site-lisp
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
468 get trailing slashes when added to the load-path.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
469
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
470 * x-init.el (init-x-win): Locate where XEmacs X localization files
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
471 are.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
472
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
473 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
474
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
475 * x-faces.el: Added support for foregroundToolBarColor
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
476 to xpm-color-symbols.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
477
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
478 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
479
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
480 * etags.el (tags-remove-duplicates): Removed.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
481 (buffer-tag-table-list): Use `delete-duplicates'.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
482
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
483 * cl-extra.el (coerce): Coerce to bit-vector and weak-list
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
484 correctly.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
485 (get*): Defalias to `get'.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
486
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
487 * cl.el (eql): Compare integers with `eq'.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
488 (cl-map-extents): Check for `map-extents' first.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
489
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
490 1997-12-17 Didier Verna <verna@inf.enst.fr>
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
491
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
492 * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
493 added the 'numero', 'copyright' and 'trademark' symbols.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
494
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
495 * leim/quail/latin-post.el ("french-postfix"): see above.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
496
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
497 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
498
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
499 * widget.el (define-widget): Check the arguments.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
500
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
501 * cus-edit.el (customize-face): Use `check-argument-type'.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
502 (custom-variable-value-create): Use `signal' to signal error.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
503 (custom-variable-reset-saved): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
504 (custom-variable-reset-standard): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
505 (custom-face-reset-saved): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
506
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
507 * wid-edit.el (widget-prompt-value): Use `signal' to signal error.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
508 (widget-default-format-handler): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
509 (widget-checklist-add-item): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
510 (widget-radio-add-item): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
511 (widget-editable-list-entry-create): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
512 (widget-sexp-prompt-value): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
513
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
514 * custom.el (custom-declare-variable): Signal errors better.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
515 (custom-handle-keyword): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
516 (custom-declare-group): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
517
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
518 * window-xemacs.el (windows): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
519
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
520 * menubar.el (menu): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
521
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
522 * keydefs.el (keyboard): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
523
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
524 * minibuf.el (minibuffer): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
525
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
526 * process.el (execute): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
527
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
528 * fill.el (fill): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
529
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
530 * modeline.el (modeline): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
531
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
532 * help.el (help): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
533
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
534 * faces.el (faces): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
535
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
536 * files.el (files): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
537
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
538 * x-init.el (x): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
539
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
540 * lisp-mode.el (lisp): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
541
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
542 * process.el (processes): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
543
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
544 * mouse.el (mouse): Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
545
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
546 * abbrev.el (abbrev): Moved from cus-edit.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
547
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
548 * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
549 as variable declaration.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
550
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
551 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
552
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
553 * menubar.el (find-menu-item): Use `check-argument-type'.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
554 (find-menu-item): Cosmetic changes.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
555
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
556 1997-12-18 SL Baur <steve@altair.xemacs.org>
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
557
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
558 * x-menubar.el (default-menubar): Guard usage of lpr-switches.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
559
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
560 1997-12-17 SL Baur <steve@altair.xemacs.org>
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
561
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
562 * startup.el (set-default-load-path): Only search package-path
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
563 when not running temacs.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
564
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
565 * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
566 files.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
567
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
568 * loadup.el: Correct commentary. Reformatting.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
569 (really-early-error-handler): Use absolute path to the
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
570 first dumped-lisp.el file.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
571 (really-early-error-handler): Print full path name of
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
572 each dumped lisp file (inherited from InfoDock).
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
573
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
574 * shadow.el (find-emacs-lisp-shadows): Ignore multiple
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
575 dumped-lisp.el files.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
576
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
577 * make-docfile.el (preloaded-file-list): Reorder when the
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
578 package-path is searched.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
579 * update-elc.el: Ditto.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
580
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
581 * lisp-mode.el (call-with-condition-handler): Treat the same as
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
582 `condition-case' for indentation.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
583
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
584 * about.el (about-xemacs): Update release date.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
585
225
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
586 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
587
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
588 * cl-macs.el (case): Signal error if `t' or `otherwise' are seen
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
589 anywhere but at the last clause.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
590 (ecase): Disallow `t' and `otherwise'.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
591
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
592 1997-12-16 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
593
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
594 * cus-edit.el (custom-buffer-create-buttons): New function
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
595 from stuff moved out of `custom-buffer-create-internal'.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
596 (custom-novice): New variable. Default t.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
597 (custom-display-global-buttons): Ditto. Default `top'.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
598 (custom-buffer-create-internal): Only display help if
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
599 `custom-novice' is non-nil. Display global buttons according to
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
600 `custom-display-global-buttons'.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
601
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
602 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
603
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
604 * menubar.el (find-menu-item): Use `check-argument-type'.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
605 (find-menu-item): Cosmetic changes.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
606
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
607 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
608
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
609 * modeline.el (mouse-drag-modeline): Give the modeline a "pressed"
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
610 look.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
611
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
612 1997-12-16 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
225
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
613
227
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
614 * format.el (format-deannotate-region): Bug fix.
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
615 Deannotating a region containing unknown tags would fail
0e522484dd2a Import from CVS: tag r20-5b12
cvs
parents: 225
diff changeset
616 (causing decoding of text/enriched to fail at user level)
225
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
617
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
618 1997-12-16 Kyle Jones <kyle_jones@wonderworks.com>
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
619
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
620 * minibuf.el (read-directory-name): Support sixth
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
621 arg, HISTORY, as already documented.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
622
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
623 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
624
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
625 * etags.el (get-tag-table-buffer): Use explicit lists as arguments
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
626 to `ecase'.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
627
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
628 1997-12-14 SL Baur <steve@altair.xemacs.org>
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
629
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
630 * skk/skk-leim.el (skk-auto-fill-activate): Synch with
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
631 skk-activate.
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
632
223
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
633 1997-12-13 SL Baur <steve@altair.xemacs.org>
2c611d1463a6 Import from CVS: tag r20-4b10
cvs
parents: 221
diff changeset
634
225
12579d965149 Import from CVS: tag r20-4b11
cvs
parents: 223
diff changeset
635 * dumped-lisp.el (preloaded-file-list): Remove debugging statement.