Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 219:262b8bb4a523 r20-4b8
Import from CVS: tag r20-4b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:09:35 +0200 |
parents | d44af0c54775 |
children | 6c0ae1f9357f |
comparison
equal
deleted
inserted
replaced
218:c9f226976f56 | 219:262b8bb4a523 |
---|---|
1 1997-11-30 Adrian Aichner <aichner@ecf.teradyne.com> | |
2 | |
3 * build-report.el: | |
4 Making better use of `custom'-features to represent various | |
5 `build-report' variables. | |
6 build-report-*-regexp have become lists which are or-ed together | |
7 internally. | |
8 customized group `build-report' is now a child of group `build' which is | |
9 not release as of this version. | |
10 Including comment now into build-report stating wheter all or just the | |
11 most recent ./configure output is being inserted. | |
12 | |
13 1997-12-01 Jonathon Harris <jhar@tardis.ed.ac.uk> | |
14 | |
15 * msw-init.el: Provide default bindings for cut, paste, copy and undo | |
16 | |
17 1997-12-05 Hrvoje Niksic <hniksic@srce.hr> | |
18 | |
19 * wid-edit.el: Ditto. | |
20 (widget-prettyprint-to-string): Use `cl-prettyprint'. | |
21 (widget-sexp-value-to-internal): Handle printed object beginning | |
22 with newline. | |
23 | |
24 * cus-edit.el: Avoid `pp-to-string'. | |
25 | |
26 1997-12-04 Hrvoje Niksic <hniksic@srce.hr> | |
27 | |
28 * simple.el (display-warning): Use `with-current-buffer'. | |
29 | |
30 * font-lock.el (font-lock-mode): Use `lmessage'. | |
31 (font-lock-fontify-buffer): Ditto. | |
32 (font-lock-unfontify-region): Ditto. | |
33 (font-lock-fontify-syntactically-region): Ditto. | |
34 (font-lock-fontify-keywords-region): Ditto. | |
35 (font-lock-fontify-keywords-region): Ditto. | |
36 | |
37 * simple.el (raw-append-message): Use `with-current-buffer'. | |
38 (log-message-filter): Place `save-match-data' outside the loop. | |
39 (log-message): Use `with-current-buffer'. | |
40 (remove-message): Use `lwarn' to warn about the hook error. | |
41 | |
42 * lisp-mode.el: Indent `lmessage' and `lwarn' properly. | |
43 | |
44 * simple.el (lmessage): New function. | |
45 (lwarn): Ditto. | |
46 (kill-region): Use `lmessage' instead of `display-message'. | |
47 (set-comment-column): Ditto. | |
48 (set-fill-column): Ditto. | |
49 | |
50 * faces.el (get-custom-frame-properties): Don't use | |
51 `default-custom-frame-properties'. | |
52 | |
53 * font-lock.el: Customized variables. | |
54 | |
55 * font-lock.el: Customized faces. | |
56 | |
57 * font-lock.el: (font-lock-maximum-decoration): Default to t. | |
58 | |
59 * cus-edit.el (vms): Removed. | |
60 | |
61 1997-12-03 Hrvoje Niksic <hniksic@srce.hr> | |
62 | |
63 * cus-start.el: Ditto. | |
64 | |
65 * gui.el (dialog-frame-plist): Ditto. | |
66 | |
67 * gnuserv.el (gnuserv-frame-plist): Ditto. | |
68 | |
69 * frame.el: Use the `plist' widget type in defcustoms. | |
70 | |
71 * cus-edit.el (plist): New widget type. | |
72 (custom-plist-convert-widget): New function. | |
73 (custom-quote): Vectors and bit-vectors are also self-printable. | |
74 | |
75 1997-12-05 Mark Borges <mdb@cdc.noaa.gov> | |
76 | |
77 * mail/mail-extr.el (all-top-level-domains): | |
78 Two letter country codes synched with | |
79 http://www.iana.org/in-notes/iana/assignments/country-codes | |
80 as updated by the RIPE Network Coordination Centre. | |
81 Source: ISO 3166 Maintenance Agency | |
82 Latest change: Thu Aug 7 17:59:51 MET DST 1997 | |
83 | |
84 1997-12-03 Eric Eide <eeide@cs.utah.edu> | |
85 | |
86 * files.el (set-auto-mode): Don't invoke | |
87 `hack-local-variables-prop-line' if `enable-local-variables' | |
88 is nil. | |
89 | |
90 * files.el (hack-local-variables-prop-line): Don't invoke | |
91 `hack-local-variables-p' for mode-only or empty -*- lines. | |
92 Don't test `enable-local-variables' before setting the mode; | |
93 instead, just verify that the specified major mode isn't the | |
94 current major mode. | |
95 | |
96 1997-12-03 Hrvoje Niksic <hniksic@srce.hr> | |
97 | |
98 * startup.el (load-init-file): Use a warning buffer in case of | |
99 error. | |
100 | |
101 1997-12-05 SL Baur <steve@altair.xemacs.org> | |
102 | |
103 * buffer.el (switch-to-buffer): Update docstring. | |
104 Suggested by Adrian Aichner <aichner@ecf.teradyne.com> | |
105 | |
106 1997-12-01 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp> | |
107 | |
108 * cus-edit.el (custom-unlispify-remove-prefixes): Reference to | |
109 related variables added. | |
110 (custom-variable-default-form): New variable controlling default | |
111 display form for customization of variables. | |
112 (custom-variable): widget `:form' is nil before initialization. | |
113 (custom-variable-value-create): Initialize `:form' to | |
114 `custom-variable-default-form'. | |
115 (custom-face-default-form): New variable controlling default | |
116 display form for customization of faces. | |
117 (custom-face): widget `:form' is nil before initialization. | |
118 (custom-face-value-create): Initialize `:form' to | |
119 `custom-face-default-form'. | |
120 | |
121 1997-11-28 Jens-Ulrik Holger Petersen <petersen@kurims.kyoto-u.ac.jp> | |
122 | |
123 * misc/mic-paren.el: Define faces with `defface'. Colors | |
124 given for both dark and light backgrounds. Keep face | |
125 variables for backward compatibility. | |
126 | |
127 1997-12-03 Hrvoje Niksic <hniksic@srce.hr> | |
128 | |
129 * simple.el (temporary-goal-column): Made buffer-local. | |
130 | |
131 1997-12-01 Hrvoje Niksic <hniksic@srce.hr> | |
132 | |
133 * cus-edit.el (Custom-move-and-invoke): Removed. | |
134 (custom-mode): Ditto for doc. | |
135 | |
136 1997-12-02 SL Baur <steve@altair.xemacs.org> | |
137 | |
138 * egg/egg-sj3-client.el (sj3-command-reset): Initial port to XEmacs. | |
139 | |
140 * egg/egg-sj3.el: Initial port to XEmacs. | |
141 | |
142 * egg/egg-leim.el (egg-activate): Define | |
143 `egg-default-startup-file'. | |
144 | |
145 * language/japanese.el (japanese): Remove definition of | |
146 `egg-default-startup-file'. | |
147 | |
148 * dumped-lisp.el (preloaded-file-list): Dump egg-sj3 and skk LEIM | |
149 support. | |
150 | |
151 * egg/egg-sj3-leim.el: New file -- Add Egg/SJ3 support to LEIM. | |
152 | |
153 1997-12-01 SL Baur <steve@altair.xemacs.org> | |
154 | |
155 * locale/ja/locale-start.el (startup-splash-frame-body): Fix typo | |
156 on advertised-undo. | |
157 Suggested by: Hajime Saitou | |
158 - Comment cleanup. | |
159 | |
160 1997-11-30 SL Baur <steve@altair.xemacs.org> | |
161 | |
162 * help-macro.el (help-read-key): Autoload. | |
163 | |
164 1997-11-29 Hrvoje Niksic <hniksic@srce.hr> | |
165 | |
166 * etags.el (buffer-tag-table-list): Check for `../TAGS'. | |
167 (visit-tags-table): Disallow setting `tags-file-name' to a | |
168 nonexistent file. | |
169 | |
170 1997-11-29 SL Baur <steve@altair.xemacs.org> | |
171 | |
172 * update-elc.el ((preloaded-file-list site-load-packages)): Modify | |
173 error message to be more build-report.el friendly. | |
174 | |
175 * dumped-lisp.el (preloaded-file-list): Remove tooltalk/ prefix | |
176 from tooltalk dumped files. | |
177 | |
178 * symbol-syntax.el: Modify comments. | |
179 | |
180 1997-11-29 Kyle Jones <kyle_jones@wonderworks.com> | |
181 | |
182 * etags.el (find-tag-default): Use symbol-near-point | |
183 instead of thing-symbol to remove the dependency on | |
184 thing.el. | |
185 | |
186 1997-11-29 SL Baur <steve@altair.xemacs.org> | |
187 | |
188 * symbol-syntax.el: Unpackaged. | |
189 * disp-table.el: Unpackaged. | |
190 * picture.el: Unpackaged. | |
191 * rect.el: Unpackaged. | |
192 * lisp-mnt.el: Unpackaged. | |
193 | |
194 * mule/canna.el: Don't require emu. | |
195 (canna:enter-canna-mode): Inline code for compatibility function | |
196 `minibuffer-prompt-width'. | |
197 | |
198 * info.el (Info-find-node): Guard call to browse-url. | |
199 * wid-edit.el (widget-url-link-action): Ditto. | |
200 | |
201 * hyper-apropos.el (hyper-apropos-get-doc): Use cl-prettyprint | |
202 instead of pp. | |
203 (hyper-apropos-disassemble): Ditto. | |
204 | |
205 * x-menubar.el (default-menubar): Disable WWW items in help menu | |
206 if no browse-url. | |
207 | |
208 * help.el (xemacs-www-page): Print error message intead of bombing | |
209 if not browse-url. | |
210 (xemacs-www-faq): Ditto. | |
211 | |
212 * files.el (recover-session): Print error message instead of | |
213 bombing if no dired. | |
214 (file-remote-p): Return nil if no ange-ftp and no efs. | |
215 | |
216 * format.el (format-encode-run-method): `shell-command-on-region' | |
217 called with wrong number of args. | |
218 (format-decode-run-method): Ditto. | |
219 | |
220 * buff-menu.el (Buffer-menu-toggle-read-only): Call | |
221 modeline-toggle-read-only. | |
222 | |
223 * register.el (copy-rectangle-to-register): Check for rectangle | |
224 functions. | |
225 (insert-register): Ditto. | |
226 | |
227 * x-toolbar.el (pending-delete): Don't (require 'pending-del). | |
228 * x-menubar.el (pending-delete): Don't (require 'pending-del). | |
229 | |
230 * x-menubar.el (bookmark-menu-filter): Add guards against bookmark | |
231 package not being loaded. | |
232 | |
233 * mule/char-table.el: Imported from tm. | |
234 * mule/chartblxmas.el: Ditto. | |
235 * alist.el: Ditto. | |
236 * overlay.el: Unpackaged for Quail. | |
237 | |
238 * x-menubar.el (default-menubar): Put guard on evaluation of | |
239 `ps-paper-type'. | |
240 (default-menubar): Put guard on `paren-mode'. | |
241 - Put guard on `mouse-avoidance-mode'. | |
242 - Guard `font-lock' stuffs. | |
243 - Guard browse-url stuffs. | |
244 - Clean up old deprecated syntax. | |
245 - Put guards on File, Edit, Apps, and Tools menus. | |
246 | |
1 1997-11-28 Hrvoje Niksic <hniksic@srce.hr> | 247 1997-11-28 Hrvoje Niksic <hniksic@srce.hr> |
2 | 248 |
3 * x-toolbar.el (toolbar-news-frame-properties): Made customizable. | 249 * x-toolbar.el (toolbar-news-frame-properties): Made customizable. |
4 | 250 |
5 1997-11-27 Christoph Wedler <wedler@fmi.uni-passau.de> | 251 1997-11-27 Christoph Wedler <wedler@fmi.uni-passau.de> |
88 * packages.el (locate-data-file): Implemented similar to | 334 * packages.el (locate-data-file): Implemented similar to |
89 locate-data-directory. | 335 locate-data-directory. |
90 | 336 |
91 1997-11-20 Kyle Jones <kyle_jones@wonderworks.com> | 337 1997-11-20 Kyle Jones <kyle_jones@wonderworks.com> |
92 | 338 |
93 * lisp/x-faces.el: Add expression to xpm-color-symbols to | 339 * x-faces.el: Add expression to xpm-color-symbols to |
94 look for the global background resource when supporting | 340 look for the global background resource when supporting |
95 the backgroundToolBarColor XPM symbolic name. | 341 the backgroundToolBarColor XPM symbolic name. |
96 | 342 |
97 1997-11-17 Marc Paquette <marcpa@cam.org> | 343 1997-11-17 Marc Paquette <marcpa@cam.org> |
98 | 344 |
139 | 385 |
140 * prim/about.el (about-news): Announce a way to leave the buffer. | 386 * prim/about.el (about-news): Announce a way to leave the buffer. |
141 | 387 |
142 1997-11-17 Kyle Jones <kyle_jones@wonderworks.com> | 388 1997-11-17 Kyle Jones <kyle_jones@wonderworks.com> |
143 | 389 |
144 * lisp/x-toolbar.el (x-init-toolbar-from-resources): | 390 * x-toolbar.el (x-init-toolbar-from-resources): |
145 Initialize the toolbar border width specifiers. | 391 Initialize the toolbar border width specifiers. |
146 | 392 |
147 1997-11-17 SL Baur <steve@altair.xemacs.org> | 393 1997-11-17 SL Baur <steve@altair.xemacs.org> |
148 | 394 |
149 * lisp/mule/mule-files.el: Add TUTORIAL.pl to | 395 * mule/mule-files.el: Add TUTORIAL.pl to |
150 `file-coding-system-alist'. | 396 `file-coding-system-alist'. |
151 * lisp/language/european.el: Add Polish language environment. | 397 * language/european.el: Add Polish language environment. |
152 | 398 |
153 * lisp/loadup.el: set inhibit-package-init when running from temacs. | 399 * loadup.el: set inhibit-package-init when running from temacs. |
154 | 400 |
155 1997-11-16 SL Baur <steve@altair.xemacs.org> | 401 1997-11-16 SL Baur <steve@altair.xemacs.org> |
156 | 402 |
157 * lisp/prim/options.el: Fix comment typo. | 403 * prim/options.el: Fix comment typo. |
158 From Peter Pezaris <pez@dwwc.com> | 404 From Peter Pezaris <pez@dwwc.com> |
159 | 405 |
160 1997-11-16 Kyle Jones <kyle_jones@wonderworks.com> | 406 1997-11-16 Kyle Jones <kyle_jones@wonderworks.com> |
161 | 407 |
162 * lisp/prim/minibuf.el (reset-buffer): Make inhibit-read-only | 408 * prim/minibuf.el (reset-buffer): Make inhibit-read-only |
163 local to the current buffer and set it to t to prevent | 409 local to the current buffer and set it to t to prevent |
164 read-only text from permanently wedging the minibuffer. | 410 read-only text from permanently wedging the minibuffer. |
165 | 411 |
166 1997-11-16 SL Baur <steve@altair.xemacs.org> | 412 1997-11-16 SL Baur <steve@altair.xemacs.org> |
167 | 413 |
526 | 772 |
527 * packages/tar-mode.el (tar-mode): Check for menubars. | 773 * packages/tar-mode.el (tar-mode): Check for menubars. |
528 | 774 |
529 1997-11-07 Kyle Jones <kyle_jones@wonderworks.com> | 775 1997-11-07 Kyle Jones <kyle_jones@wonderworks.com> |
530 | 776 |
531 * lisp/prim/modeline.el (mouse-drag-modeline): Don't | 777 * prim/modeline.el (mouse-drag-modeline): Don't |
532 allow the window size to shrink to a size that is not a | 778 allow the window size to shrink to a size that is not a |
533 multiple of the height of the default face's font. | 779 multiple of the height of the default face's font. |
534 | 780 |
535 * lisp/prim/modeline.el (mouse-drag-modeline): Don't | 781 * prim/modeline.el (mouse-drag-modeline): Don't |
536 discard timeout events. | 782 discard timeout events. |
537 | 783 |
538 1997-11-07 SL Baur <steve@altair.xemacs.org> | 784 1997-11-07 SL Baur <steve@altair.xemacs.org> |
539 | 785 |
540 * prim/simple.el (universal-argument-minus): Retain zmacs region. | 786 * prim/simple.el (universal-argument-minus): Retain zmacs region. |
2292 `file-name-coding-system' to sync with Emacs 20.2; define | 2538 `file-name-coding-system' to sync with Emacs 20.2; define |
2293 `pathname-coding-system' as an obsolete variable. | 2539 `pathname-coding-system' as an obsolete variable. |
2294 | 2540 |
2295 1997-09-03 MORIOKA Tomohiko <morioka@jaist.ac.jp> | 2541 1997-09-03 MORIOKA Tomohiko <morioka@jaist.ac.jp> |
2296 | 2542 |
2297 * lisp/mule/mule-files.el: Implement `file-coding-system-alist' of | 2543 * mule/mule-files.el: Implement `file-coding-system-alist' of |
2298 Emacs 20.0.97 to sync; abolish variable | 2544 Emacs 20.0.97 to sync; abolish variable |
2299 `buffer-file-coding-system-alist'. | 2545 `buffer-file-coding-system-alist'. |
2300 | 2546 |
2301 (find-file-coding-system-for-read-from-filename): Renamed from | 2547 (find-file-coding-system-for-read-from-filename): Renamed from |
2302 `find-buffer-file-coding-system-from-filename'; modify for new | 2548 `find-buffer-file-coding-system-from-filename'; modify for new |
4949 * x11/x-compose.el: Various corrections | 5195 * x11/x-compose.el: Various corrections |
4950 From Heiko Muenkel <muenkel@tnt.uni-hannover.de> | 5196 From Heiko Muenkel <muenkel@tnt.uni-hannover.de> |
4951 | 5197 |
4952 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com> | 5198 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com> |
4953 | 5199 |
4954 * lisp/modes/view-less.el: Changed \177 bindings to 'delete | 5200 * modes/view-less.el: Changed \177 bindings to 'delete |
4955 * lisp/modes/help.el: Changed \177 bindings to 'delete | 5201 * modes/help.el: Changed \177 bindings to 'delete |
4956 | 5202 |
4957 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com> | 5203 1997-06-10 Gary D. Foster <Gary.Foster@corp.sun.com> |
4958 | 5204 |
4959 * lisp/prim/keydefs.el: Changed all 'delete key bindings to point to | 5205 * prim/keydefs.el: Changed all 'delete key bindings to point to |
4960 the `backward-or-forward-foo' functions. | 5206 the `backward-or-forward-foo' functions. |
4961 * lisp/prim/simple.el: | 5207 * prim/simple.el: |
4962 - Renamed `delete-erases-forward' to `delete-key-deletes-forward'. | 5208 - Renamed `delete-erases-forward' to `delete-key-deletes-forward'. |
4963 - Removed `backspace-or-delete-hook' | 5209 - Removed `backspace-or-delete-hook' |
4964 - Renamed `backspace-or-delete' to `backward-or-forward-delete-char' | 5210 - Renamed `backspace-or-delete' to `backward-or-forward-delete-char' |
4965 - Added functions: `backward-or-forward-kill-word' | 5211 - Added functions: `backward-or-forward-kill-word' |
4966 `backward-or-forward-kill-sentence' | 5212 `backward-or-forward-kill-sentence' |
4967 `backward-or-forward-kill-sexp' | 5213 `backward-or-forward-kill-sexp' |
4968 - Removed the zmacs hacks from all the `b-or-f-foo' functions and | 5214 - Removed the zmacs hacks from all the `b-or-f-foo' functions and |
4969 began playing nicely with pending-del. | 5215 began playing nicely with pending-del. |
4970 * lisp/modes/cc-mode.el: | 5216 * modes/cc-mode.el: |
4971 * lisp/modes/cperl-mode.el: Fixed references to delete functions | 5217 * modes/cperl-mode.el: Fixed references to delete functions |
4972 to use the new names. | 5218 to use the new names. |
4973 | 5219 |
4974 1997-06-11 Karl M Hegbloom <karlheg@inetarena.com> | 5220 1997-06-11 Karl M Hegbloom <karlheg@inetarena.com> |
4975 | 5221 |
4976 * ilisp/ilisp-def.el (toplevel): Changed `ilisp-prefix' from | 5222 * ilisp/ilisp-def.el (toplevel): Changed `ilisp-prefix' from |
5077 coding-system for compression. | 5323 coding-system for compression. |
5078 Suggested by Katsumi Yamaoka <yamaoka@ga.sony.co.jp> | 5324 Suggested by Katsumi Yamaoka <yamaoka@ga.sony.co.jp> |
5079 | 5325 |
5080 1997-06-04 Gary D. Foster <Gary.Foster@corp.sun.com> | 5326 1997-06-04 Gary D. Foster <Gary.Foster@corp.sun.com> |
5081 | 5327 |
5082 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to honor the | 5328 * modes/cc-mode.el: Modified `c-electric-delete' to honor the |
5083 desired delete direction in both normal and "hungry" modes. | 5329 desired delete direction in both normal and "hungry" modes. |
5084 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to | 5330 * modes/cperl-mode.el: Modified `cperl-electric-backspace' to |
5085 honor the desired delete direction. | 5331 honor the desired delete direction. |
5086 | 5332 |
5087 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp> | 5333 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp> |
5088 | 5334 |
5089 * x11/x-menubar.el (default-menubar): Add menu for Mule. | 5335 * x11/x-menubar.el (default-menubar): Add menu for Mule. |
5095 | 5341 |
5096 * leim/quail.el: to avoid compiling warnings about overlay.el. | 5342 * leim/quail.el: to avoid compiling warnings about overlay.el. |
5097 | 5343 |
5098 1997-05-16 Gary D. Foster <Gary.Foster@corp.sun.com> | 5344 1997-05-16 Gary D. Foster <Gary.Foster@corp.sun.com> |
5099 | 5345 |
5100 * lisp/prim/simple.el: Created `backspace-or-delete' function and | 5346 * prim/simple.el: Created `backspace-or-delete' function and |
5101 `backspace-or-delete-hook' | 5347 `backspace-or-delete-hook' |
5102 * lisp/prim/keydefs.el: Changed \177 bindings to point to new | 5348 * prim/keydefs.el: Changed \177 bindings to point to new |
5103 delete function. | 5349 delete function. |
5104 * lisp/modes/*.el: Removed conflicting \177 bindings. | 5350 * modes/*.el: Removed conflicting \177 bindings. |
5105 * lisp/modes/cc-mode.el: Modified `c-electric-delete' to use new | 5351 * modes/cc-mode.el: Modified `c-electric-delete' to use new |
5106 delete bindings. | 5352 delete bindings. |
5107 * lisp/modes/cperl-mode.el: Modified `cperl-electric-backspace' to | 5353 * modes/cperl-mode.el: Modified `cperl-electric-backspace' to |
5108 use new delete bindings. | 5354 use new delete bindings. |
5109 | 5355 |
5110 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp> | 5356 1997-06-03 MORIOKA Tomohiko <morioka@jaist.ac.jp> |
5111 | 5357 |
5112 * leim/quail.el: to sync with quail.el of Emacs-19.34.94-epsilon. | 5358 * leim/quail.el: to sync with quail.el of Emacs-19.34.94-epsilon. |
5217 Suggested by Hrvoje Niksic <hniksic@srce.hr> | 5463 Suggested by Hrvoje Niksic <hniksic@srce.hr> |
5218 (insert-before-markers-and-inherit): Ditto. | 5464 (insert-before-markers-and-inherit): Ditto. |
5219 | 5465 |
5220 1997-06-02 MORIOKA Tomohiko <morioka@jaist.ac.jp> | 5466 1997-06-02 MORIOKA Tomohiko <morioka@jaist.ac.jp> |
5221 | 5467 |
5222 * lisp/mule/korean.el was abolished because it seems not to be used. | 5468 * mule/korean.el was abolished because it seems not to be used. |
5223 | 5469 |
5224 * lisp/mule/japanese.el was abolished because it seems not to be used. | 5470 * mule/japanese.el was abolished because it seems not to be used. |
5225 | 5471 |
5226 1997-06-01 MORIOKA Tomohiko <morioka@jaist.ac.jp> | 5472 1997-06-01 MORIOKA Tomohiko <morioka@jaist.ac.jp> |
5227 | 5473 |
5228 * lisp/tm/gnus-mime-old.el was abolished because XEmacs 20.3 has Gnus | 5474 * tm/gnus-mime-old.el was abolished because XEmacs 20.3 has Gnus |
5229 5.4. | 5475 5.4. |
5230 | 5476 |
5231 * lisp/tm/tm-edit.el: updated to 7.108. | 5477 * tm/tm-edit.el: updated to 7.108. |
5232 | 5478 |
5233 * lisp/tm/tm-view.el: updated to 7.83. | 5479 * tm/tm-view.el: updated to 7.83. |
5234 | 5480 |
5235 * lisp/leim/quail.el: modified for XEmacs. | 5481 * leim/quail.el: modified for XEmacs. |
5236 | 5482 |
5237 * lisp/mule/mule-load.el, lisp/mule/mule-process.el: delete | 5483 * mule/mule-load.el, lisp/mule/mule-process.el: delete |
5238 mule-process.el because it is not used. | 5484 mule-process.el because it is not used. |
5239 | 5485 |
5240 * lisp/mule/european.el was abolished because it seems not to be used. | 5486 * mule/european.el was abolished because it seems not to be used. |
5241 | 5487 |
5242 * lisp/mule/mule-load.el: must load mule-cmds before setting for | 5488 * mule/mule-load.el: must load mule-cmds before setting for |
5243 language-environment. | 5489 language-environment. |
5244 | 5490 |
5245 * lisp/mule/mule-cmds.el, lisp/mule/european-hooks.el: Modified | 5491 * mule/mule-cmds.el, lisp/mule/european-hooks.el: Modified |
5246 for LEIM. | 5492 for LEIM. |
5247 | 5493 |
5248 * lisp/mule/mule-cmds.el: Uncomment key definition for | 5494 * mule/mule-cmds.el: Uncomment key definition for |
5249 `toggle-input-method'. | 5495 `toggle-input-method'. |
5250 | 5496 |
5251 * lisp/mule/mule-init.el: Comment out about `mule-keymap' (moved to | 5497 * mule/mule-init.el: Comment out about `mule-keymap' (moved to |
5252 mule-cmds.el). | 5498 mule-cmds.el). |
5253 | 5499 |
5254 * lisp/mule/mule-cmds.el: Uncomment about `mule-keymap' (moved from | 5500 * mule/mule-cmds.el: Uncomment about `mule-keymap' (moved from |
5255 mule-init.el). | 5501 mule-init.el). |
5256 | 5502 |
5257 * lisp/tl/tl-atype.el: Don't require tl-str. | 5503 * tl/tl-atype.el: Don't require tl-str. |
5258 | 5504 |
5259 * lisp/tl/tl-atype.el: Use atype.el of APEL. | 5505 * tl/tl-atype.el: Use atype.el of APEL. |
5260 | 5506 |
5261 * lisp/tl/tl-list.el: Use alist.el of APEL. | 5507 * tl/tl-list.el: Use alist.el of APEL. |
5262 | 5508 |
5263 1997-05-31 MORIOKA Tomohiko <morioka@jaist.ac.jp> | 5509 1997-05-31 MORIOKA Tomohiko <morioka@jaist.ac.jp> |
5264 | 5510 |
5265 * lisp/tl/richtext.el, lisp/tl/emu-x20.el, lisp/tl/emu-xemacs.el, | 5511 * tl/richtext.el, tl/emu-x20.el, tl/emu-xemacs.el, |
5266 lisp/tl/emu.el, lisp/tl/emu-e19.el: moved to lisp/apel/. | 5512 lisp/tl/emu.el, lisp/tl/emu-e19.el: moved to lisp/apel/. |
5267 | 5513 |
5268 * lisp/tl/file-detect.el, lisp/tl/filename.el: replaced by APEL's. | 5514 * tl/file-detect.el, tl/filename.el: replaced by APEL's. |
5269 | 5515 |
5270 * lisp/mu/std11-parse.el, lisp/mu/std11.el: moved to lisp/apel/. | 5516 * mu/std11-parse.el, mu/std11.el: moved to lisp/apel/. |
5271 | 5517 |
5272 * lisp/leim/quail.el: Add new quail.el (imported from Emacs | 5518 * leim/quail.el: Add new quail.el (imported from Emacs |
5273 19.34.94-epsilon). | 5519 19.34.94-epsilon). |
5274 | 5520 |
5275 * lisp/leim/skk/skkdic.el: delete skkdic.el temporary because XEmacs | 5521 * leim/skk/skkdic.el: delete skkdic.el temporary because XEmacs |
5276 can not compile it. | 5522 can not compile it. |
5277 | 5523 |
5278 * leim/skk/skkdic.el, leim/quail/zozy.el, leim/quail/ziranma.el, | 5524 * leim/skk/skkdic.el, leim/quail/zozy.el, leim/quail/ziranma.el, |
5279 leim/quail/viqr.el, leim/quail/tsangchi-cns.el, | 5525 leim/quail/viqr.el, leim/quail/tsangchi-cns.el, |
5280 leim/quail/tsangchi-b5.el, leim/quail/symbol-ksc.el, | 5526 leim/quail/tsangchi-b5.el, leim/quail/symbol-ksc.el, |
5291 leim/quail/array30.el, leim/quail/ccdospy.el, | 5537 leim/quail/array30.el, leim/quail/ccdospy.el, |
5292 leim/quail/4corner.el: Add LEIM elisp files. | 5538 leim/quail/4corner.el: Add LEIM elisp files. |
5293 | 5539 |
5294 * mule/mule-load.el, mule/mule-cmds.el: Add mule-cmds.el. | 5540 * mule/mule-load.el, mule/mule-cmds.el: Add mule-cmds.el. |
5295 | 5541 |
5296 * lisp/prim/simple.el (assoc-ignore-case): New function; imported | 5542 * prim/simple.el (assoc-ignore-case): New function; imported |
5297 from Emacs/mule-19.34.94-epsilon. | 5543 from Emacs/mule-19.34.94-epsilon. |
5298 | 5544 |
5299 1997-06-02 Steven L Baur <steve@altair.xemacs.org> | 5545 1997-06-02 Steven L Baur <steve@altair.xemacs.org> |
5300 | 5546 |
5301 * modes/hideshow.el: Make it work again. | 5547 * modes/hideshow.el: Make it work again. |
5576 * packages/add-log.el (change-log-font-lock-keywords): Tweak | 5822 * packages/add-log.el (change-log-font-lock-keywords): Tweak |
5577 font-lock-keywords. | 5823 font-lock-keywords. |
5578 | 5824 |
5579 1997-05-21 Erik Naggum <erik@naggum.no> | 5825 1997-05-21 Erik Naggum <erik@naggum.no> |
5580 | 5826 |
5581 * lisp/add-log.el (add-log-lisp-like-modes, add-log-c-like-modes, | 5827 * add-log.el (add-log-lisp-like-modes, add-log-c-like-modes, |
5582 add-log-tex-like-modes): New variables. | 5828 add-log-tex-like-modes): New variables. |
5583 (add-log-current-defun): Use them instead of constant lists. | 5829 (add-log-current-defun): Use them instead of constant lists. |
5584 | 5830 |
5585 1997-05-21 Steven L Baur <steve@altair.xemacs.org> | 5831 1997-05-21 Steven L Baur <steve@altair.xemacs.org> |
5586 | 5832 |
5630 | 5876 |
5631 * packages/man.el (manual-entry): Strip out stderr output. | 5877 * packages/man.el (manual-entry): Strip out stderr output. |
5632 | 5878 |
5633 Sun May 11 18:24:25 1997 Kyle Jones <kyle@crystal.WonderWorks.COM> | 5879 Sun May 11 18:24:25 1997 Kyle Jones <kyle@crystal.WonderWorks.COM> |
5634 | 5880 |
5635 * lisp/prim/modeline.el: new mouse-drag-modeline function. | 5881 * prim/modeline.el: new mouse-drag-modeline function. |
5636 Allows bottommost modeline to be dragged. | 5882 Allows bottommost modeline to be dragged. |
5637 | 5883 |
5638 Sat May 17 03:41:11 1997 Steven L Baur <steve@altair.xemacs.org> | 5884 Sat May 17 03:41:11 1997 Steven L Baur <steve@altair.xemacs.org> |
5639 | 5885 |
5640 * cl/cl-macs.el: A whole bunch of XEmacs specific setf methods | 5886 * cl/cl-macs.el: A whole bunch of XEmacs specific setf methods |
6918 * modes/imenu.el (imenu-add-to-menubar): Don't attempt anything if | 7164 * modes/imenu.el (imenu-add-to-menubar): Don't attempt anything if |
6919 menu-bar lookup fails. | 7165 menu-bar lookup fails. |
6920 | 7166 |
6921 Wed Jan 22 01:03:42 1997 Martin Buchholz <mrb@eng.sun.com> | 7167 Wed Jan 22 01:03:42 1997 Martin Buchholz <mrb@eng.sun.com> |
6922 | 7168 |
6923 * lisp/x11/x-font-menu.el: Make font menus work better in a | 7169 * x11/x-font-menu.el: Make font menus work better in a |
6924 Japanese environment. | 7170 Japanese environment. |
6925 | 7171 |
6926 Tue Jan 21 19:56:26 1997 Martin Buchholz <mrb@eng.sun.com> | 7172 Tue Jan 21 19:56:26 1997 Martin Buchholz <mrb@eng.sun.com> |
6927 | 7173 |
6928 * lisp/mule/mule-init.el (init-mule): Get Japanese man pages working. | 7174 * mule/mule-init.el (init-mule): Get Japanese man pages working. |
6929 | 7175 |
6930 Fri Jan 17 17:22:54 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr> | 7176 Fri Jan 17 17:22:54 1997 Hrvoje Niksic <hniksic@bjesomar.srce.hr> |
6931 | 7177 |
6932 * man.el (Manual-mode): Don't mess with scrollbars if they aren't | 7178 * man.el (Manual-mode): Don't mess with scrollbars if they aren't |
6933 present. | 7179 present. |