annotate lisp/ChangeLog @ 249:83b3d10dcba9 r20-5b23

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