227
|
1 1997-12-20 SL Baur <steve@altair.xemacs.org>
|
|
2
|
|
3 * shadow.el (find-emacs-lisp-shadows): Add _pkg to the list of
|
|
4 ignored shadows.
|
|
5
|
|
6 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
7
|
|
8 * startup.el (set-default-load-path): Make sure lisp and site-lisp
|
|
9 get trailing slashes when added to the load-path.
|
|
10
|
|
11 * x-init.el (init-x-win): Locate where XEmacs X localization files
|
|
12 are.
|
|
13
|
|
14 1997-12-18 Kyle Jones <kyle_jones@wonderworks.com>
|
|
15
|
|
16 * x-faces.el: Added support for foregroundToolBarColor
|
|
17 to xpm-color-symbols.
|
|
18
|
|
19 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
20
|
|
21 * etags.el (tags-remove-duplicates): Removed.
|
|
22 (buffer-tag-table-list): Use `delete-duplicates'.
|
|
23
|
|
24 * cl-extra.el (coerce): Coerce to bit-vector and weak-list
|
|
25 correctly.
|
|
26 (get*): Defalias to `get'.
|
|
27
|
|
28 * cl.el (eql): Compare integers with `eq'.
|
|
29 (cl-map-extents): Check for `map-extents' first.
|
|
30
|
|
31 1997-12-17 Didier Verna <verna@inf.enst.fr>
|
|
32
|
|
33 * leim/quail/latin-pre.el ("french-prefix"): doc string cleanup +
|
|
34 added the 'numero', 'copyright' and 'trademark' symbols.
|
|
35
|
|
36 * leim/quail/latin-post.el ("french-postfix"): see above.
|
|
37
|
|
38 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
39
|
|
40 * widget.el (define-widget): Check the arguments.
|
|
41
|
|
42 * cus-edit.el (customize-face): Use `check-argument-type'.
|
|
43 (custom-variable-value-create): Use `signal' to signal error.
|
|
44 (custom-variable-reset-saved): Ditto.
|
|
45 (custom-variable-reset-standard): Ditto.
|
|
46 (custom-face-reset-saved): Ditto.
|
|
47
|
|
48 * wid-edit.el (widget-prompt-value): Use `signal' to signal error.
|
|
49 (widget-default-format-handler): Ditto.
|
|
50 (widget-checklist-add-item): Ditto.
|
|
51 (widget-radio-add-item): Ditto.
|
|
52 (widget-editable-list-entry-create): Ditto.
|
|
53 (widget-sexp-prompt-value): Ditto.
|
|
54
|
|
55 * custom.el (custom-declare-variable): Signal errors better.
|
|
56 (custom-handle-keyword): Ditto.
|
|
57 (custom-declare-group): Ditto.
|
|
58
|
|
59 * window-xemacs.el (windows): Ditto.
|
|
60
|
|
61 * menubar.el (menu): Ditto.
|
|
62
|
|
63 * keydefs.el (keyboard): Ditto.
|
|
64
|
|
65 * minibuf.el (minibuffer): Ditto.
|
|
66
|
|
67 * process.el (execute): Ditto.
|
|
68
|
|
69 * fill.el (fill): Ditto.
|
|
70
|
|
71 * modeline.el (modeline): Ditto.
|
|
72
|
|
73 * help.el (help): Ditto.
|
|
74
|
|
75 * faces.el (faces): Ditto.
|
|
76
|
|
77 * files.el (files): Ditto.
|
|
78
|
|
79 * x-init.el (x): Ditto.
|
|
80
|
|
81 * lisp-mode.el (lisp): Ditto.
|
|
82
|
|
83 * process.el (processes): Ditto.
|
|
84
|
|
85 * mouse.el (mouse): Ditto.
|
|
86
|
|
87 * abbrev.el (abbrev): Moved from cus-edit.
|
|
88
|
|
89 * font-lock.el (lisp-font-lock-keywords-1): Recognize `defcustom'
|
|
90 as variable declaration.
|
|
91
|
|
92 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
93
|
|
94 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
95 (find-menu-item): Cosmetic changes.
|
|
96
|
|
97 1997-12-18 SL Baur <steve@altair.xemacs.org>
|
|
98
|
|
99 * x-menubar.el (default-menubar): Guard usage of lpr-switches.
|
|
100
|
|
101 1997-12-17 SL Baur <steve@altair.xemacs.org>
|
|
102
|
|
103 * startup.el (set-default-load-path): Only search package-path
|
|
104 when not running temacs.
|
|
105
|
|
106 * dumped-lisp.el (preloaded-file-list): Remove Egg/Its dumped lisp
|
|
107 files.
|
|
108
|
|
109 * loadup.el: Correct commentary. Reformatting.
|
|
110 (really-early-error-handler): Use absolute path to the
|
|
111 first dumped-lisp.el file.
|
|
112 (really-early-error-handler): Print full path name of
|
|
113 each dumped lisp file (inherited from InfoDock).
|
|
114
|
|
115 * shadow.el (find-emacs-lisp-shadows): Ignore multiple
|
|
116 dumped-lisp.el files.
|
|
117
|
|
118 * make-docfile.el (preloaded-file-list): Reorder when the
|
|
119 package-path is searched.
|
|
120 * update-elc.el: Ditto.
|
|
121
|
|
122 * lisp-mode.el (call-with-condition-handler): Treat the same as
|
|
123 `condition-case' for indentation.
|
|
124
|
|
125 * about.el (about-xemacs): Update release date.
|
|
126
|
225
|
127 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
128
|
|
129 * cl-macs.el (case): Signal error if `t' or `otherwise' are seen
|
|
130 anywhere but at the last clause.
|
|
131 (ecase): Disallow `t' and `otherwise'.
|
|
132
|
|
133 1997-12-16 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp>
|
|
134
|
|
135 * cus-edit.el (custom-buffer-create-buttons): New function
|
|
136 from stuff moved out of `custom-buffer-create-internal'.
|
|
137 (custom-novice): New variable. Default t.
|
|
138 (custom-display-global-buttons): Ditto. Default `top'.
|
|
139 (custom-buffer-create-internal): Only display help if
|
|
140 `custom-novice' is non-nil. Display global buttons according to
|
|
141 `custom-display-global-buttons'.
|
|
142
|
|
143 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
144
|
|
145 * menubar.el (find-menu-item): Use `check-argument-type'.
|
|
146 (find-menu-item): Cosmetic changes.
|
|
147
|
|
148 1997-12-15 Hrvoje Niksic <hniksic@srce.hr>
|
|
149
|
|
150 * modeline.el (mouse-drag-modeline): Give the modeline a "pressed"
|
|
151 look.
|
|
152
|
227
|
153 1997-12-16 Oscar Figueiredo <Oscar.Figueiredo@di.epfl.ch>
|
225
|
154
|
227
|
155 * format.el (format-deannotate-region): Bug fix.
|
|
156 Deannotating a region containing unknown tags would fail
|
|
157 (causing decoding of text/enriched to fail at user level)
|
225
|
158
|
|
159 1997-12-16 Kyle Jones <kyle_jones@wonderworks.com>
|
|
160
|
|
161 * minibuf.el (read-directory-name): Support sixth
|
|
162 arg, HISTORY, as already documented.
|
|
163
|
|
164 1997-12-17 Hrvoje Niksic <hniksic@srce.hr>
|
|
165
|
|
166 * etags.el (get-tag-table-buffer): Use explicit lists as arguments
|
|
167 to `ecase'.
|
|
168
|
|
169 1997-12-14 SL Baur <steve@altair.xemacs.org>
|
|
170
|
|
171 * skk/skk-leim.el (skk-auto-fill-activate): Synch with
|
|
172 skk-activate.
|
|
173
|
223
|
174 1997-12-13 SL Baur <steve@altair.xemacs.org>
|
|
175
|
225
|
176 * dumped-lisp.el (preloaded-file-list): Remove debugging statement.
|