Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 167:85ec50267440 r20-3b10
Import from CVS: tag r20-3b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:45:46 +0200 |
parents | 5a88923fcbfe |
children | 15872534500d |
comparison
equal
deleted
inserted
replaced
166:7a77eb660975 | 167:85ec50267440 |
---|---|
1 1997-06-29 Hrvoje Niksic <hniksic@srce.hr> | |
2 | |
3 * modes/abbrev.el (define-mode-abbrev): Would ignore EXPANSION. | |
4 | |
5 1997-06-28 Hrvoje Niksic <hniksic@srce.hr> | |
6 | |
7 * modes/abbrev.el (define-abbrev): If NAME contains a non-word | |
8 character, intern a ` ' symbol in the obarray. | |
9 | |
10 1997-06-29 Steven L Baur <steve@altair.xemacs.org> | |
11 | |
12 * prim/files.el (auto-mode-alist): Set image-mode for various | |
13 image file names (JPEG, GIF, PNG, and xpm). | |
14 | |
15 Sun Jun 29 03:02:10 1997 Kyle Jones <kyle_jones@wonderworks.com> | |
16 | |
17 * src/undo.c (record_extent): | |
18 If the extent's object is a string, just return. We | |
19 can't record undo information for strings, and it is | |
20 very bad to reference through a string pointer as if it | |
21 were a buffer pointer. | |
22 | |
23 1997-06-28 Steven L Baur <steve@altair.xemacs.org> | |
24 | |
25 * utils/delbs.el: Removed as obsolete. | |
26 Suggested by Gary D. Foster <Gary.Foster@Corp.Sun.COM> | |
27 | |
28 * packages/hyper-apropos.el (hyper-apropos-documentation): Remove | |
29 obsolete alias. | |
30 (hyper-apropos-hyperlink): Ditto. | |
31 (hyper-apropos-major-heading): Ditto. | |
32 (hyper-apropos-section-heading): Ditto. | |
33 (hyper-apropos-heading): Ditto. | |
34 (hyper-apropos-warning): Ditto. | |
35 From Hrvoje Niksic <hniksic@srce.hr> | |
36 | |
37 * prim/simple.el (show-message-log): Restore an oldie-but | |
38 prematurely-retired-goodie. | |
39 | |
40 * x11/x-menubar.el (default-menubar): Restore Show Message Log | |
41 command in Edit menu. | |
42 | |
43 * mule/mule-util.el: Change defsubst to defun for | |
44 string-to-sequence, string-to-list, string-to-vector, | |
45 nested-alist-p to shut up build time diagnostics. | |
46 | |
47 * prim/loadup.el (Top level): Added instrumentation to diagnose | |
48 where the 0 property list is getting added at dump. Naturally, I | |
49 cannot reproduce the problem now. | |
50 | |
51 * modes/abbrev.el (define-abbrev): Trap nil tables (which might | |
52 cause bogus plists to get put into obarray). | |
53 Fix docstring. | |
54 | |
55 1997-06-27 Hrvoje Niksic <hniksic@srce.hr> | |
56 | |
57 * modes/auto-show.el: Customized. | |
58 | |
59 1997-06-27 Steven L Baur <steve@altair.xemacs.org> | |
60 | |
61 * prim/make-docfile.el: [oops] Check auto-autoloads.elc for | |
62 out-of-dated-ness too. | |
63 | |
64 * utils/autoload.el (batch-update-directory): Kill command line | |
65 args when done. | |
66 (autoload-save-customization): Print a warning message with the | |
67 offending symbol when we run across the elusive malformed property | |
68 list ((0 0)). | |
69 | |
70 1997-06-26 Hrvoje Niksic <hniksic@srce.hr> | |
71 | |
72 * prim/profile.el (profile-key-sequence): New function. | |
73 (pretty-print-profiling-info): Allow interactive calls. | |
74 | |
75 * prim/overlay.el: Make more FSF compatible. | |
76 | |
77 1997-06-27 Steven L Baur <steve@altair.xemacs.org> | |
78 | |
79 * prim/loaddefs.el (debug-ignored-errors): Fix regexps. | |
80 From Hrvoje Niksic <hniksic@srce.hr> | |
81 | |
82 * hyperbole/wrolo-menu.el (TopLevel): Fix tests so that W3's | |
83 id-menubar simulation doesn't bollux up feature tests. | |
84 | |
85 * prim/about.el (about-xemacs): Adjust planned release date. | |
86 | |
87 1997-06-26 Steven L Baur <steve@altair.xemacs.org> | |
88 | |
89 * prim/cus-load.el: Use correct load name. | |
90 - Silence the load messages. | |
91 | |
92 * mule/mule-util.el (string-to-sequence): Spelling correction. | |
93 | |
94 * prim/make-docfile.el: Don't overwrite DOC file when it is | |
95 up-to-date. | |
96 | |
97 1997-06-29 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
98 | |
99 * language/chinese.el: Add chinese-isoir165 (CCITT Extended GB). | |
100 | |
101 * language/chinese.el: Modify charset DOC-strings for CNS 11643 to | |
102 be more detailed. | |
103 | |
104 * language/arabic.el: (require 'language/arabic-util) instead | |
105 of (require 'arabic) for Arabic environment. | |
106 | |
107 * language/arabic-util.el: Provide `language/arabic-util' instead | |
108 of `arabic'. | |
109 | |
110 * language/arabic.el: Rename `arabic-0', `arabic-1' and `arabic-2' | |
111 to `arabic-digit', `arabic-1-column' and `arabic-2-column' to sync | |
112 with Emacs/mule-19.34.94-zeta. | |
113 | |
114 * tl/char-table.el (char-position-to-string): Use `defsubst'. | |
115 (char-table-1): New implementation. | |
116 | |
117 Use BOX DRAWINGS characters of JIS X0208. | |
118 | |
119 1997-06-28 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
120 | |
121 * apel/richtext.el: Add autoload comments for `richtext-encode' | |
122 and `richtext-decode'. | |
123 | |
124 * prim/format.el (format-alist): Add `text/richtext'. | |
125 | |
126 * modes/image-mode.el (image-decode): Display description for some | |
127 commands when XEmacs cannot decodes current buffer as inline | |
128 image. | |
129 | |
130 * tl/chartblxmas.el: New file. | |
131 | |
132 * tl/char-table.el (view-charset): Use `view-buffer'. | |
133 | |
134 * x11/x-menubar.el (default-menubar): Add "Show character table" | |
135 for MULE menu. | |
136 | |
137 * apel/emu.el: Check richtext.el is bundled. | |
138 | |
139 * tl/char-table.el: Use `charset-doc-string' directly. | |
140 | |
141 * tl/char-table.el (view-charset): New command. | |
142 | |
143 * tl/char-table.el: `show-char-table' -> `insert-charset-table'. | |
144 | |
145 * tl/char-table.el: `show-96x96-table' -> | |
146 `insert-96x96-charset-table'. | |
147 | |
148 * tl/char-table.el: `show-94x94-table' -> | |
149 `insert-94x94-charset-table'. | |
150 | |
151 * tl/char-table.el: `show-96-table' -> `insert-96-charset-table'. | |
152 | |
153 * tl/char-table.el: `show-94-table' -> `insert-94-charset-table'. | |
154 | |
155 * tl/char-table.el: Use `insert'. | |
156 | |
157 * packages/hexl.el (hexl-mode-exit): Run `hexl-mode-exit-hook'. | |
158 | |
159 * x11/x-menubar.el (default-menubar): Fix "Describe language | |
160 support" and "Set language environment" of mule menu. | |
161 | |
162 * apel/file-detect.el: Add autoload comments for function | |
163 `add-path', `add-latest-path', `get-latest-path', | |
164 `file-installed-p', `exec-installed-p', `module-installed-p' and | |
165 variable `exec-suffix-list'. | |
166 | |
167 * prim/format.el (format-alist): Add image/jpeg, image/gif, | |
168 image/png and image/x-xpm. | |
169 | |
170 * modes/image-mode.el: New file. | |
171 | |
172 1997-06-27 MORIOKA Tomohiko <morioka@jaist.ac.jp> | |
173 | |
174 * tm/tm-ew-e.el (tm-eword::encode-string-1): avoid infinite loop | |
175 caused by long non-encoded-word element. (cf. [tm-en:1356]) | |
176 | |
177 (mime/field-encoding-method-alist): Add "Message-ID" as ignored. | |
178 | |
1 1997-06-25 Steven L Baur <steve@altair.xemacs.org> | 179 1997-06-25 Steven L Baur <steve@altair.xemacs.org> |
2 | 180 |
3 * x11/x-menubar.el(default-menubar): Comment out changes to the | 181 * x11/x-menubar.el(default-menubar): Comment out changes to the |
4 Mule menu because they bombed after recompilation. | 182 Mule menu because they bombed after recompilation. |
5 | 183 |